From 004380d788e2272c2b8e115fc4d684301162cd37 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Wed, 28 May 2025 07:14:51 +0100 Subject: [PATCH 01/78] fix for bug #4943 --- src/Commands/Admin/UnregisterHubSite.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Admin/UnregisterHubSite.cs b/src/Commands/Admin/UnregisterHubSite.cs index ad32a8f4d..efa5f1c5a 100644 --- a/src/Commands/Admin/UnregisterHubSite.cs +++ b/src/Commands/Admin/UnregisterHubSite.cs @@ -26,7 +26,7 @@ protected override void ExecuteCmdlet() } else { - props = hubSitesProperties.Single(h => h.SiteUrl.Equals(Site.Url, StringComparison.OrdinalIgnoreCase)); + props = hubSitesProperties.Single(h => !string.IsNullOrEmpty(h.SiteUrl) && h.SiteUrl.Equals(Site.Url, StringComparison.OrdinalIgnoreCase)); } Tenant.UnregisterHubSiteById(props.ID); AdminContext.ExecuteQueryRetry(); From 7cac93bc4ff93ca80d771fe2b510fb733c47dc58 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Mon, 28 Jul 2025 12:45:35 +0100 Subject: [PATCH 02/78] Error handling --- src/Commands/Admin/GetTenantRestrictedSearchMode.cs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/Commands/Admin/GetTenantRestrictedSearchMode.cs b/src/Commands/Admin/GetTenantRestrictedSearchMode.cs index 803d11e51..cddfbd54b 100644 --- a/src/Commands/Admin/GetTenantRestrictedSearchMode.cs +++ b/src/Commands/Admin/GetTenantRestrictedSearchMode.cs @@ -10,9 +10,16 @@ public class GetTenantRestrictedSearchMode : PnPSharePointOnlineAdminCmdlet { protected override void ExecuteCmdlet() { - var results = Tenant.GetSPORestrictedSearchMode(); - AdminContext.ExecuteQueryRetry(); - WriteObject(results, true); + try + { + var results = Tenant.GetSPORestrictedSearchMode(); + AdminContext.ExecuteQueryRetry(); + WriteObject(results, true); + } + catch + { + WriteObject("Restricted search mode is currently not set."); + } } } } From 309d684346f3258d84532d54e31c171f44fb2e35 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Tue, 29 Jul 2025 03:14:35 +0000 Subject: [PATCH 03/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 3642 ++++++++--------- version.json | 4 +- version.txt | 2 +- 4 files changed, 1827 insertions(+), 1827 deletions(-) diff --git a/dependencies.json b/dependencies.json index a9b4587be..868e85b45 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250728-031105", + "Updated": "20250729-031245", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "8b8fcad5d43eda75fcb229607562e4a714a73329", - "PnPCore": "bb7e78e610ad0f29e8280687304551b096177b63" + "PnPFramework": "2a0c24b6fb68f8de1a7dadbf379420815da13bf8", + "PnPCore": "dd66505d288787a0804925e1e51999f2b7004f58" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index cf0a1f78e..35d83794a 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Id": 1, "CommandName": "Add-PnPAlert", "Rank": 1, + "Id": 1, "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "Id": 2, "CommandName": "Add-PnPAlert", "Rank": 2, + "Id": 2, "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "Id": 3, "CommandName": "Add-PnPAlert", "Rank": 3, + "Id": 3, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 4, "CommandName": "Add-PnPAlert", "Rank": 4, + "Id": 4, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "Id": 5, "CommandName": "Add-PnPApp", "Rank": 1, + "Id": 5, "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Id": 6, "CommandName": "Add-PnPApp", "Rank": 2, + "Id": 6, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Id": 7, "CommandName": "Add-PnPApp", "Rank": 3, + "Id": 7, "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Id": 8, "CommandName": "Add-PnPApp", "Rank": 4, + "Id": 8, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "Id": 9, "CommandName": "Add-PnPApplicationCustomizer", "Rank": 1, + "Id": 9, "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 1, + "Id": 10, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 2, + "Id": 11, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", "Rank": 1, + "Id": 12, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 13, "CommandName": "Add-PnPAzureADGroupMember", "Rank": 2, + "Id": 13, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 14, "CommandName": "Add-PnPAzureADGroupMember", "Rank": 3, + "Id": 14, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 1, + "Id": 15, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 16, "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 2, + "Id": 16, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 17, "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 3, + "Id": 17, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Id": 18, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 1, + "Id": 18, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "Id": 19, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 2, + "Id": 19, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Id": 20, "CommandName": "Add-PnPBrandCenterFont", "Rank": 1, + "Id": 20, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "Id": 21, "CommandName": "Add-PnPBrandCenterFont", "Rank": 2, + "Id": 21, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "Id": 22, "CommandName": "Add-PnPBrandCenterFontPackage", "Rank": 1, + "Id": 22, "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "Id": 23, "CommandName": "Add-PnPContentType", "Rank": 1, + "Id": 23, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "Id": 24, "CommandName": "Add-PnPContentType", "Rank": 2, + "Id": 24, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "Id": 25, "CommandName": "Add-PnPContentType", "Rank": 3, + "Id": 25, "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "Id": 26, "CommandName": "Add-PnPContentType", "Rank": 4, + "Id": 26, "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "Id": 27, "CommandName": "Add-PnPContentType", "Rank": 5, + "Id": 27, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "Id": 28, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 1, + "Id": 28, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Id": 29, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 2, + "Id": 29, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Id": 30, "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 1, + "Id": 30, "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Id": 31, "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 2, + "Id": 31, "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Id": 32, "CommandName": "Add-PnPContentTypeToList", "Rank": 1, + "Id": 32, "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "Id": 33, "CommandName": "Add-PnPCustomAction", "Rank": 1, + "Id": 33, "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Id": 34, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 1, + "Id": 34, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Id": 35, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 2, + "Id": 35, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Id": 36, "CommandName": "Add-PnPDocumentSet", "Rank": 1, + "Id": 36, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Id": 37, "CommandName": "Add-PnPDocumentSet", "Rank": 2, + "Id": 37, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "Id": 38, "CommandName": "Add-PnPEventReceiver", "Rank": 1, + "Id": 38, "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "Id": 39, "CommandName": "Add-PnPEventReceiver", "Rank": 2, + "Id": 39, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "Id": 40, "CommandName": "Add-PnPEventReceiver", "Rank": 3, + "Id": 40, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "Id": 41, "CommandName": "Add-PnPEventReceiver", "Rank": 4, + "Id": 41, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "Id": 42, "CommandName": "Add-PnPField", "Rank": 1, + "Id": 42, "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "Id": 43, "CommandName": "Add-PnPField", "Rank": 2, + "Id": 43, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "Id": 44, "CommandName": "Add-PnPField", "Rank": 3, + "Id": 44, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "Id": 45, "CommandName": "Add-PnPField", "Rank": 4, + "Id": 45, "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "Id": 46, "CommandName": "Add-PnPField", "Rank": 5, + "Id": 46, "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "Id": 47, "CommandName": "Add-PnPField", "Rank": 6, + "Id": 47, "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Id": 48, "CommandName": "Add-PnPFieldToContentType", "Rank": 1, + "Id": 48, "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Id": 49, "CommandName": "Add-PnPFile", "Rank": 1, + "Id": 49, "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Id": 50, "CommandName": "Add-PnPFile", "Rank": 2, + "Id": 50, "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Id": 51, "CommandName": "Add-PnPFile", "Rank": 3, + "Id": 51, "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 52, "CommandName": "Add-PnPFile", "Rank": 4, + "Id": 52, "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 53, "CommandName": "Add-PnPFile", "Rank": 5, + "Id": 53, "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 54, "CommandName": "Add-PnPFile", "Rank": 6, + "Id": 54, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "Id": 55, "CommandName": "Add-PnPFile", "Rank": 7, + "Id": 55, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Id": 56, "CommandName": "Add-PnPFile", "Rank": 8, + "Id": 56, "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Id": 57, "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 1, + "Id": 57, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 58, "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 2, + "Id": 58, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "Id": 59, "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 3, + "Id": 59, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Id": 60, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Rank": 1, + "Id": 60, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 61, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Rank": 2, + "Id": 61, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "Id": 62, "CommandName": "Add-PnPFileSensitivityLabel", "Rank": 1, + "Id": 62, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Id": 63, "CommandName": "Add-PnPFileSensitivityLabel", "Rank": 2, + "Id": 63, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Id": 64, "CommandName": "Add-PnPFileSharingInvite", "Rank": 1, + "Id": 64, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Id": 65, "CommandName": "Add-PnPFileSharingInvite", "Rank": 2, + "Id": 65, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Id": 66, "CommandName": "Add-PnPFileSharingInvite", "Rank": 3, + "Id": 66, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Id": 67, "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 1, + "Id": 67, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "Id": 68, "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 2, + "Id": 68, "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "Id": 69, "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 3, + "Id": 69, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "Id": 70, "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 4, + "Id": 70, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Id": 71, "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 5, + "Id": 71, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Id": 72, "CommandName": "Add-PnPFileUserSharingLink", "Rank": 1, + "Id": 72, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 73, "CommandName": "Add-PnPFileUserSharingLink", "Rank": 2, + "Id": 73, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 74, "CommandName": "Add-PnPFlowOwner", "Rank": 1, + "Id": 74, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "Id": 75, "CommandName": "Add-PnPFlowOwner", "Rank": 2, + "Id": 75, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "Id": 76, "CommandName": "Add-PnPFlowOwner", "Rank": 3, + "Id": 76, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "Id": 77, "CommandName": "Add-PnPFlowOwner", "Rank": 4, + "Id": 77, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "Id": 78, "CommandName": "Add-PnPFolder", "Rank": 1, + "Id": 78, "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Id": 79, "CommandName": "Add-PnPFolder", "Rank": 2, + "Id": 79, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Id": 80, "CommandName": "Add-PnPFolder", "Rank": 3, + "Id": 80, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Id": 81, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 1, + "Id": 81, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 82, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 2, + "Id": 82, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "Id": 83, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 3, + "Id": 83, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Id": 84, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Rank": 1, + "Id": 84, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 85, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Rank": 2, + "Id": 85, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "Id": 86, "CommandName": "Add-PnPFolderSharingInvite", "Rank": 1, + "Id": 86, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Id": 87, "CommandName": "Add-PnPFolderSharingInvite", "Rank": 2, + "Id": 87, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Id": 88, "CommandName": "Add-PnPFolderSharingInvite", "Rank": 3, + "Id": 88, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Id": 89, "CommandName": "Add-PnPFolderUserSharingLink", "Rank": 1, + "Id": 89, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 90, "CommandName": "Add-PnPFolderUserSharingLink", "Rank": 2, + "Id": 90, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 91, "CommandName": "Add-PnPGroupMember", "Rank": 1, + "Id": 91, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Id": 92, "CommandName": "Add-PnPGroupMember", "Rank": 2, + "Id": 92, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Id": 93, "CommandName": "Add-PnPHomeSite", "Rank": 1, + "Id": 93, "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Id": 94, "CommandName": "Add-PnPHtmlPublishingPageLayout", "Rank": 1, + "Id": 94, "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Id": 95, "CommandName": "Add-PnPHubSiteAssociation", "Rank": 1, + "Id": 95, "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "Id": 96, "CommandName": "Add-PnPHubToHubAssociation", "Rank": 1, + "Id": 96, "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "Id": 97, "CommandName": "Add-PnPHubToHubAssociation", "Rank": 2, + "Id": 97, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "Id": 98, "CommandName": "Add-PnPHubToHubAssociation", "Rank": 3, + "Id": 98, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "Id": 99, "CommandName": "Add-PnPJavaScriptBlock", "Rank": 1, + "Id": 99, "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Id": 100, "CommandName": "Add-PnPJavaScriptBlock", "Rank": 2, + "Id": 100, "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Id": 101, "CommandName": "Add-PnPJavaScriptLink", "Rank": 1, + "Id": 101, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "Id": 102, "CommandName": "Add-PnPJavaScriptLink", "Rank": 2, + "Id": 102, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "Id": 103, "CommandName": "Add-PnPListDesign", "Rank": 1, + "Id": 103, "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "Id": 104, "CommandName": "Add-PnPListDesign", "Rank": 2, + "Id": 104, "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "Id": 105, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 1, + "Id": 105, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Id": 106, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 2, + "Id": 106, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Id": 107, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 3, + "Id": 107, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Id": 108, "CommandName": "Add-PnPListItem", "Rank": 1, + "Id": 108, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 109, "CommandName": "Add-PnPListItem", "Rank": 2, + "Id": 109, "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 110, "CommandName": "Add-PnPListItem", "Rank": 3, + "Id": 110, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "Id": 111, "CommandName": "Add-PnPListItem", "Rank": 4, + "Id": 111, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "Id": 112, "CommandName": "Add-PnPListItem", "Rank": 5, + "Id": 112, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "Id": 113, "CommandName": "Add-PnPListItemAttachment", "Rank": 1, + "Id": 113, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "Id": 114, "CommandName": "Add-PnPListItemAttachment", "Rank": 2, + "Id": 114, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "Id": 115, "CommandName": "Add-PnPListItemAttachment", "Rank": 3, + "Id": 115, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Id": 116, "CommandName": "Add-PnPListItemComment", "Rank": 1, + "Id": 116, "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "Id": 117, "CommandName": "Add-PnPMasterPage", "Rank": 1, + "Id": 117, "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "Id": 118, "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 1, + "Id": 118, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 119, "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 2, + "Id": 119, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 120, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 1, + "Id": 120, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 121, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 2, + "Id": 121, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 122, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 1, + "Id": 122, "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "Id": 123, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 2, + "Id": 123, "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Id": 124, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 3, + "Id": 124, "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "Id": 125, "CommandName": "Add-PnPNavigationNode", "Rank": 1, + "Id": 125, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "Id": 126, "CommandName": "Add-PnPNavigationNode", "Rank": 2, + "Id": 126, "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "Id": 127, "CommandName": "Add-PnPNavigationNode", "Rank": 3, + "Id": 127, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "Id": 128, "CommandName": "Add-PnPNavigationNode", "Rank": 4, + "Id": 128, "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "Id": 129, "CommandName": "Add-PnPNavigationNode", "Rank": 5, + "Id": 129, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Id": 130, "CommandName": "Add-PnPNavigationNode", "Rank": 6, + "Id": 130, "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Id": 131, "CommandName": "Add-PnPNavigationNode", "Rank": 7, + "Id": 131, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "Id": 132, "CommandName": "Add-PnPNavigationNode", "Rank": 8, + "Id": 132, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "Id": 133, "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 1, + "Id": 133, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "Id": 134, "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 2, + "Id": 134, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Id": 135, "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 3, + "Id": 135, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Id": 136, "CommandName": "Add-PnPOrgNewsSite", "Rank": 1, + "Id": 136, "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Id": 137, "CommandName": "Add-PnPPage", "Rank": 1, + "Id": 137, "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Id": 138, "CommandName": "Add-PnPPage", "Rank": 2, + "Id": 138, "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Id": 139, "CommandName": "Add-PnPPage", "Rank": 3, + "Id": 139, "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Id": 140, "CommandName": "Add-PnPPage", "Rank": 4, + "Id": 140, "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Id": 141, "CommandName": "Add-PnPPage", "Rank": 5, + "Id": 141, "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Id": 142, "CommandName": "Add-PnPPage", "Rank": 6, + "Id": 142, "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Id": 143, "CommandName": "Add-PnPPage", "Rank": 7, + "Id": 143, "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Id": 144, "CommandName": "Add-PnPPage", "Rank": 8, + "Id": 144, "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Id": 145, "CommandName": "Add-PnPPage", "Rank": 9, + "Id": 145, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Id": 146, "CommandName": "Add-PnPPage", "Rank": 10, + "Id": 146, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Id": 147, "CommandName": "Add-PnPPageImageWebPart", "Rank": 1, + "Id": 147, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "Id": 148, "CommandName": "Add-PnPPageImageWebPart", "Rank": 2, + "Id": 148, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "Id": 149, "CommandName": "Add-PnPPageSection", "Rank": 1, + "Id": 149, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Id": 150, "CommandName": "Add-PnPPageSection", "Rank": 2, + "Id": 150, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Id": 151, "CommandName": "Add-PnPPageTextPart", "Rank": 1, + "Id": 151, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Id": 152, "CommandName": "Add-PnPPageTextPart", "Rank": 2, + "Id": 152, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "Id": 153, "CommandName": "Add-PnPPageTextPart", "Rank": 3, + "Id": 153, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "Id": 154, "CommandName": "Add-PnPPageWebPart", "Rank": 1, + "Id": 154, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Id": 155, "CommandName": "Add-PnPPageWebPart", "Rank": 2, + "Id": 155, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Id": 156, "CommandName": "Add-PnPPageWebPart", "Rank": 3, + "Id": 156, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Id": 157, "CommandName": "Add-PnPPlannerBucket", "Rank": 1, + "Id": 157, "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Id": 158, "CommandName": "Add-PnPPlannerBucket", "Rank": 2, + "Id": 158, "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Id": 159, "CommandName": "Add-PnPPlannerRoster", "Rank": 1, + "Id": 159, "Command": "Add-PnPPlannerRoster" }, { - "Id": 160, "CommandName": "Add-PnPPlannerRosterMember", "Rank": 1, + "Id": 160, "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 161, "CommandName": "Add-PnPPlannerTask", "Rank": 1, + "Id": 161, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 162, "CommandName": "Add-PnPPlannerTask", "Rank": 2, + "Id": 162, "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 163, "CommandName": "Add-PnPPlannerTask", "Rank": 3, + "Id": 163, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 164, "CommandName": "Add-PnPPublishingImageRendition", "Rank": 1, + "Id": 164, "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Id": 165, "CommandName": "Add-PnPPublishingPage", "Rank": 1, + "Id": 165, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "Id": 166, "CommandName": "Add-PnPPublishingPage", "Rank": 2, + "Id": 166, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "Id": 167, "CommandName": "Add-PnPPublishingPageLayout", "Rank": 1, + "Id": 167, "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Id": 168, "CommandName": "Add-PnPRoleDefinition", "Rank": 1, + "Id": 168, "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Id": 169, "CommandName": "Add-PnPRoleDefinition", "Rank": 2, + "Id": 169, "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Id": 170, "CommandName": "Add-PnPRoleDefinition", "Rank": 3, + "Id": 170, "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Id": 171, "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 1, + "Id": 171, "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 172, "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 2, + "Id": 172, "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 173, "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 3, + "Id": 173, "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "Id": 174, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 1, + "Id": 174, "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Id": 175, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 2, + "Id": 175, "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Id": 176, "CommandName": "Add-PnPSiteDesign", "Rank": 1, + "Id": 176, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "Id": 177, "CommandName": "Add-PnPSiteDesign", "Rank": 2, + "Id": 177, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "Id": 178, "CommandName": "Add-PnPSiteDesign", "Rank": 3, + "Id": 178, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Id": 179, "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 1, + "Id": 179, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "Id": 180, "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 2, + "Id": 180, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Id": 181, "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 3, + "Id": 181, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "Id": 182, "CommandName": "Add-PnPSiteDesignTask", "Rank": 1, + "Id": 182, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Id": 183, "CommandName": "Add-PnPSiteDesignTask", "Rank": 2, + "Id": 183, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Id": 184, "CommandName": "Add-PnPSiteScript", "Rank": 1, + "Id": 184, "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "Id": 185, "CommandName": "Add-PnPSiteScriptPackage", "Rank": 1, + "Id": 185, "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Id": 186, "CommandName": "Add-PnPSiteTemplate", "Rank": 1, + "Id": 186, "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Id": 187, "CommandName": "Add-PnPStoredCredential", "Rank": 1, + "Id": 187, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "Id": 188, "CommandName": "Add-PnPStoredCredential", "Rank": 2, + "Id": 188, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Id": 189, "CommandName": "Add-PnPStoredCredential", "Rank": 3, + "Id": 189, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "Id": 190, "CommandName": "Add-PnPTaxonomyField", "Rank": 1, + "Id": 190, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Id": 191, "CommandName": "Add-PnPTaxonomyField", "Rank": 2, + "Id": 191, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "Id": 192, "CommandName": "Add-PnPTeamsChannel", "Rank": 1, + "Id": 192, "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Id": 193, "CommandName": "Add-PnPTeamsChannel", "Rank": 2, + "Id": 193, "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "Id": 194, "CommandName": "Add-PnPTeamsChannel", "Rank": 3, + "Id": 194, "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "Id": 195, "CommandName": "Add-PnPTeamsChannel", "Rank": 4, + "Id": 195, "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "Id": 196, "CommandName": "Add-PnpTeamsChannelUser", "Rank": 1, + "Id": 196, "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "Id": 197, "CommandName": "Add-PnpTeamsChannelUser", "Rank": 2, + "Id": 197, "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "Id": 198, "CommandName": "Add-PnPTeamsTab", "Rank": 1, + "Id": 198, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "Id": 199, "CommandName": "Add-PnPTeamsTab", "Rank": 2, + "Id": 199, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "Id": 200, "CommandName": "Add-PnPTeamsTab", "Rank": 3, + "Id": 200, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "Id": 201, "CommandName": "Add-PnPTeamsTab", "Rank": 4, + "Id": 201, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "Id": 202, "CommandName": "Add-PnPTeamsTeam", "Rank": 1, + "Id": 202, "Command": "Add-PnPTeamsTeam" }, { - "Id": 203, "CommandName": "Add-PnPTeamsUser", "Rank": 1, + "Id": 203, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 204, "CommandName": "Add-PnPTeamsUser", "Rank": 2, + "Id": 204, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Id": 205, "CommandName": "Add-PnPTeamsUser", "Rank": 3, + "Id": 205, "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "Id": 206, "CommandName": "Add-PnPTeamsUser", "Rank": 4, + "Id": 206, "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Id": 207, "CommandName": "Add-PnPTenantCdnOrigin", "Rank": 1, + "Id": 207, "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Id": 208, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "Id": 208, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Id": 209, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 2, + "Id": 209, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Id": 210, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 3, + "Id": 210, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Id": 211, "CommandName": "Add-PnPTenantSequence", "Rank": 1, + "Id": 211, "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Id": 212, "CommandName": "Add-PnPTenantSequenceSite", "Rank": 1, + "Id": 212, "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Id": 213, "CommandName": "Add-PnPTenantSequenceSubSite", "Rank": 1, + "Id": 213, "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Id": 214, "CommandName": "Add-PnPTermToTerm", "Rank": 1, + "Id": 214, "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Id": 215, "CommandName": "Add-PnPView", "Rank": 1, + "Id": 215, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "Id": 216, "CommandName": "Add-PnPView", "Rank": 2, + "Id": 216, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "Id": 217, "CommandName": "Add-PnPView", "Rank": 3, + "Id": 217, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "Id": 218, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 1, + "Id": 218, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 219, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 2, + "Id": 219, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 220, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 3, + "Id": 220, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 221, "CommandName": "Add-PnPWebhookSubscription", "Rank": 1, + "Id": 221, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Id": 222, "CommandName": "Add-PnPWebhookSubscription", "Rank": 2, + "Id": 222, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Id": 223, "CommandName": "Add-PnPWebhookSubscription", "Rank": 3, + "Id": 223, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "Id": 224, "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 1, + "Id": 224, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "Id": 225, "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 2, + "Id": 225, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "Id": 226, "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 1, + "Id": 226, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "Id": 227, "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 2, + "Id": 227, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "Id": 228, "CommandName": "Add-PnPWikiPage", "Rank": 1, + "Id": 228, "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Id": 229, "CommandName": "Clear-PnPAzureADGroupMember", "Rank": 1, + "Id": 229, "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Id": 230, "CommandName": "Clear-PnPAzureADGroupOwner", "Rank": 1, + "Id": 230, "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Id": 231, "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 1, + "Id": 231, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Id": 232, "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 2, + "Id": 232, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Id": 233, "CommandName": "Clear-PnPListItemAsRecord", "Rank": 1, + "Id": 233, "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Id": 234, "CommandName": "Clear-PnPMicrosoft365GroupMember", "Rank": 1, + "Id": 234, "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Id": 235, "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Rank": 1, + "Id": 235, "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Id": 236, "CommandName": "Clear-PnpRecycleBinItem", "Rank": 1, + "Id": 236, "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Id": 237, "CommandName": "Clear-PnpRecycleBinItem", "Rank": 2, + "Id": 237, "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Id": 238, "CommandName": "Clear-PnpRecycleBinItem", "Rank": 3, + "Id": 238, "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Id": 239, "CommandName": "Clear-PnPTenantAppCatalogUrl", "Rank": 1, + "Id": 239, "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Id": 240, "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 1, + "Id": 240, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 241, "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 2, + "Id": 241, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Id": 242, "CommandName": "Clear-PnPTraceLog", "Rank": 1, + "Id": 242, "Command": "Clear-PnPTraceLog" }, { - "Id": 243, "CommandName": "Connect-PnPOnline", "Rank": 1, + "Id": 243, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "Id": 244, "CommandName": "Convert-PnPFile", "Rank": 1, + "Id": 244, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "Id": 245, "CommandName": "Convert-PnPFile", "Rank": 2, + "Id": 245, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "Id": 246, "CommandName": "Convert-PnPFile", "Rank": 3, + "Id": 246, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "Id": 247, "CommandName": "Convert-PnPFile", "Rank": 4, + "Id": 247, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "Id": 248, "CommandName": "Convert-PnPFile", "Rank": 5, + "Id": 248, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Id": 249, "CommandName": "Convert-PnPFile", "Rank": 6, + "Id": 249, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Id": 250, "CommandName": "Convert-PnPFile", "Rank": 7, + "Id": 250, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "Id": 251, "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 1, + "Id": 251, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Id": 252, "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 2, + "Id": 252, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Id": 253, "CommandName": "Convert-PnPSiteTemplate", "Rank": 1, + "Id": 253, "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Id": 254, "CommandName": "Convert-PnPSiteTemplate", "Rank": 2, + "Id": 254, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Id": 255, "CommandName": "Convert-PnPSiteTemplate", "Rank": 3, + "Id": 255, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Id": 256, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 1, + "Id": 256, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Id": 257, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 2, + "Id": 257, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Id": 258, "CommandName": "ConvertTo-PnPPage", "Rank": 1, + "Id": 258, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Id": 259, "CommandName": "ConvertTo-PnPPage", "Rank": 2, + "Id": 259, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Id": 260, "CommandName": "ConvertTo-PnPPage", "Rank": 3, + "Id": 260, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Id": 261, "CommandName": "ConvertTo-PnPPage", "Rank": 4, + "Id": 261, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Id": 262, "CommandName": "ConvertTo-PnPPage", "Rank": 5, + "Id": 262, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 263, "CommandName": "ConvertTo-PnPPage", "Rank": 6, + "Id": 263, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Id": 264, "CommandName": "ConvertTo-PnPPage", "Rank": 7, + "Id": 264, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Id": 265, "CommandName": "ConvertTo-PnPPage", "Rank": 8, + "Id": 265, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Id": 266, "CommandName": "ConvertTo-PnPPage", "Rank": 9, + "Id": 266, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 267, "CommandName": "ConvertTo-PnPPage", "Rank": 10, + "Id": 267, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Id": 268, "CommandName": "ConvertTo-PnPPage", "Rank": 11, + "Id": 268, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "Id": 269, "CommandName": "ConvertTo-PnPPage", "Rank": 12, + "Id": 269, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 270, "CommandName": "ConvertTo-PnPPage", "Rank": 13, + "Id": 270, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 271, "CommandName": "ConvertTo-PnPPage", "Rank": 14, + "Id": 271, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "Id": 272, "CommandName": "Copy-PnPFile", "Rank": 1, + "Id": 272, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 273, "CommandName": "Copy-PnPFile", "Rank": 2, + "Id": 273, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Id": 274, "CommandName": "Copy-PnPFile", "Rank": 3, + "Id": 274, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Id": 275, "CommandName": "Copy-PnPFile", "Rank": 4, + "Id": 275, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 276, "CommandName": "Copy-PnPFile", "Rank": 5, + "Id": 276, "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Id": 277, "CommandName": "Copy-PnPFile", "Rank": 6, + "Id": 277, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Id": 278, "CommandName": "Copy-PnPFile", "Rank": 7, + "Id": 278, "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Id": 279, "CommandName": "Copy-PnPFile", "Rank": 8, + "Id": 279, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 280, "CommandName": "Copy-PnPFile", "Rank": 9, + "Id": 280, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Id": 281, "CommandName": "Copy-PnPFile", "Rank": 10, + "Id": 281, "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Id": 282, "CommandName": "Copy-PnPFolder", "Rank": 1, + "Id": 282, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 283, "CommandName": "Copy-PnPFolder", "Rank": 2, + "Id": 283, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Id": 284, "CommandName": "Copy-PnPFolder", "Rank": 3, + "Id": 284, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Id": 285, "CommandName": "Copy-PnPFolder", "Rank": 4, + "Id": 285, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 286, "CommandName": "Copy-PnPFolder", "Rank": 5, + "Id": 286, "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Id": 287, "CommandName": "Copy-PnPFolder", "Rank": 6, + "Id": 287, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Id": 288, "CommandName": "Copy-PnPFolder", "Rank": 7, + "Id": 288, "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Id": 289, "CommandName": "Copy-PnPFolder", "Rank": 8, + "Id": 289, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 290, "CommandName": "Copy-PnPFolder", "Rank": 9, + "Id": 290, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Id": 291, "CommandName": "Copy-PnPFolder", "Rank": 10, + "Id": 291, "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Id": 292, "CommandName": "Copy-PnPFolder", "Rank": 11, + "Id": 292, "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "Id": 293, "CommandName": "Copy-PnPItemProxy", "Rank": 1, + "Id": 293, "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Id": 294, "CommandName": "Copy-PnPList", "Rank": 1, + "Id": 294, "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Id": 295, "CommandName": "Copy-PnPList", "Rank": 2, + "Id": 295, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "Id": 296, "CommandName": "Copy-PnPList", "Rank": 3, + "Id": 296, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "Id": 297, "CommandName": "Copy-PnPList", "Rank": 4, + "Id": 297, "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "Id": 298, "CommandName": "Copy-PnPPage", "Rank": 1, + "Id": 298, "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Id": 299, "CommandName": "Copy-PnPTeamsTeam", "Rank": 1, + "Id": 299, "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "Id": 300, "CommandName": "Copy-PnPTeamsTeam", "Rank": 2, + "Id": 300, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "Id": 301, "CommandName": "Copy-PnPTeamsTeam", "Rank": 3, + "Id": 301, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Id": 302, "CommandName": "Copy-PnPTeamsTeam", "Rank": 4, + "Id": 302, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Id": 303, "CommandName": "Disable-PnPFeature", "Rank": 1, + "Id": 303, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 304, "CommandName": "Disable-PnPFeature", "Rank": 2, + "Id": 304, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Id": 305, "CommandName": "Disable-PnPFeature", "Rank": 3, + "Id": 305, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Id": 306, "CommandName": "Disable-PnPFlow", "Rank": 1, + "Id": 306, "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 307, "CommandName": "Disable-PnPFlow", "Rank": 2, + "Id": 307, "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 308, "CommandName": "Disable-PnPPageScheduling", "Rank": 1, + "Id": 308, "Command": "Disable-PnPPageScheduling" }, { - "Id": 309, "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 1, + "Id": 309, "Command": "Disable-PnPPowerShellTelemetry" }, { - "Id": 310, "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 2, + "Id": 310, "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Id": 311, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Rank": 1, + "Id": 311, "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Id": 312, "CommandName": "Disable-PnPSiteClassification", "Rank": 1, + "Id": 312, "Command": "Disable-PnPSiteClassification" }, { - "Id": 313, "CommandName": "Disconnect-PnPOnline", "Rank": 1, + "Id": 313, "Command": "Disconnect-PnPOnline" }, { - "Id": 314, "CommandName": "Enable-PnPCommSite", "Rank": 1, + "Id": 314, "Command": "Enable-PnPCommSite" }, { - "Id": 315, "CommandName": "Enable-PnPCommSite", "Rank": 2, + "Id": 315, "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Id": 316, "CommandName": "Enable-PnPFeature", "Rank": 1, + "Id": 316, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 317, "CommandName": "Enable-PnPFeature", "Rank": 2, + "Id": 317, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Id": 318, "CommandName": "Enable-PnPFeature", "Rank": 3, + "Id": 318, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Id": 319, "CommandName": "Enable-PnPFlow", "Rank": 1, + "Id": 319, "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 320, "CommandName": "Enable-PnPFlow", "Rank": 2, + "Id": 320, "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 321, "CommandName": "Enable-PnPPageScheduling", "Rank": 1, + "Id": 321, "Command": "Enable-PnPPageScheduling" }, { - "Id": 322, "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 1, + "Id": 322, "Command": "Enable-PnPPowerShellTelemetry" }, { - "Id": 323, "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 2, + "Id": 323, "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Id": 324, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 1, + "Id": 324, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "Id": 325, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 2, + "Id": 325, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "Id": 326, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 3, + "Id": 326, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "Id": 327, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 4, + "Id": 327, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "Id": 328, "CommandName": "Enable-PnPSiteClassification", "Rank": 1, + "Id": 328, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Id": 329, "CommandName": "Enable-PnPSiteClassification", "Rank": 2, + "Id": 329, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Id": 330, "CommandName": "Export-PnPFlow", "Rank": 1, + "Id": 330, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 331, "CommandName": "Export-PnPFlow", "Rank": 2, + "Id": 331, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 332, "CommandName": "Export-PnPListToSiteTemplate", "Rank": 1, + "Id": 332, "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Id": 333, "CommandName": "Export-PnPListToSiteTemplate", "Rank": 2, + "Id": 333, "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Id": 334, "CommandName": "Export-PnPPage", "Rank": 1, + "Id": 334, "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Id": 335, "CommandName": "Export-PnPPage", "Rank": 2, + "Id": 335, "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "Id": 336, "CommandName": "Export-PnPPageMapping", "Rank": 1, + "Id": 336, "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "Id": 337, "CommandName": "Export-PnPPageMapping", "Rank": 2, + "Id": 337, "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "Id": 338, "CommandName": "Export-PnPPageMapping", "Rank": 3, + "Id": 338, "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "Id": 339, "CommandName": "Export-PnPPowerApp", "Rank": 1, + "Id": 339, "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "Id": 340, "CommandName": "Export-PnPPowerApp", "Rank": 2, + "Id": 340, "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "Id": 341, "CommandName": "Export-PnPTaxonomy", "Rank": 1, + "Id": 341, "Command": "Export-PnPTaxonomy" }, { - "Id": 342, "CommandName": "Export-PnPTaxonomy", "Rank": 2, + "Id": 342, "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Id": 343, "CommandName": "Export-PnPTaxonomy", "Rank": 3, + "Id": 343, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "Id": 344, "CommandName": "Export-PnPTaxonomy", "Rank": 4, + "Id": 344, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Id": 345, "CommandName": "Export-PnPTermGroupToXml", "Rank": 1, + "Id": 345, "Command": "Export-PnPTermGroupToXml" }, { - "Id": 346, "CommandName": "Export-PnPTermGroupToXml", "Rank": 2, + "Id": 346, "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Id": 347, "CommandName": "Export-PnPTermGroupToXml", "Rank": 3, + "Id": 347, "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Id": 348, "CommandName": "Export-PnPUserInfo", "Rank": 1, + "Id": 348, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Id": 349, "CommandName": "Export-PnPUserInfo", "Rank": 2, + "Id": 349, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Id": 350, "CommandName": "Export-PnPUserProfile", "Rank": 1, + "Id": 350, "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Id": 351, "CommandName": "Export-PnPUserProfile", "Rank": 2, + "Id": 351, "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Id": 352, "CommandName": "Find-PnPFile", "Rank": 1, + "Id": 352, "Command": "Find-PnPFile -Match *.master" }, { - "Id": 353, "CommandName": "Find-PnPFile", "Rank": 2, + "Id": 353, "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Id": 354, "CommandName": "Find-PnPFile", "Rank": 3, + "Id": 354, "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Id": 355, "CommandName": "Get-PnPAccessToken", "Rank": 1, + "Id": 355, "Command": "Get-PnPAccessToken" }, { - "Id": 356, "CommandName": "Get-PnPAccessToken", "Rank": 2, + "Id": 356, "Command": "Get-PnPAccessToken -Decoded" }, { - "Id": 357, "CommandName": "Get-PnPAccessToken", "Rank": 3, + "Id": 357, "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Id": 358, "CommandName": "Get-PnPAccessToken", "Rank": 4, + "Id": 358, "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Id": 359, "CommandName": "Get-PnPAccessToken", "Rank": 5, + "Id": 359, "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Id": 360, "CommandName": "Get-PnPAccessToken", "Rank": 6, + "Id": 360, "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "Id": 361, "CommandName": "Get-PnPAlert", "Rank": 1, + "Id": 361, "Command": "Get-PnPAlert" }, { - "Id": 362, "CommandName": "Get-PnPAlert", "Rank": 2, + "Id": 362, "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Id": 363, "CommandName": "Get-PnPAlert", "Rank": 3, + "Id": 363, "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 364, "CommandName": "Get-PnPAlert", "Rank": 4, + "Id": 364, "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Id": 365, "CommandName": "Get-PnPAlert", "Rank": 5, + "Id": 365, "Command": "Get-PnPAlert -AllUsers" }, { - "Id": 366, "CommandName": "Get-PnPAlert", "Rank": 6, + "Id": 366, "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Id": 367, "CommandName": "Get-PnPApp", "Rank": 1, + "Id": 367, "Command": "Get-PnPApp" }, { - "Id": 368, "CommandName": "Get-PnPApp", "Rank": 2, + "Id": 368, "Command": "Get-PnPApp -Scope Site" }, { - "Id": 369, "CommandName": "Get-PnPApp", "Rank": 3, + "Id": 369, "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 370, "CommandName": "Get-PnPAppErrors", "Rank": 1, + "Id": 370, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Id": 371, "CommandName": "Get-PnPAppErrors", "Rank": 2, + "Id": 371, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Id": 372, "CommandName": "Get-PnPAppInfo", "Rank": 1, + "Id": 372, "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Id": 373, "CommandName": "Get-PnPAppInfo", "Rank": 2, + "Id": 373, "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 374, "CommandName": "Get-PnPAppInfo", "Rank": 3, + "Id": 374, "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Id": 375, "CommandName": "Get-PnPApplicationCustomizer", "Rank": 1, + "Id": 375, "Command": "Get-PnPApplicationCustomizer" }, { - "Id": 376, "CommandName": "Get-PnPApplicationCustomizer", "Rank": 2, + "Id": 376, "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 377, "CommandName": "Get-PnPApplicationCustomizer", "Rank": 3, + "Id": 377, "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Id": 378, "CommandName": "Get-PnPAuditing", "Rank": 1, + "Id": 378, "Command": "Get-PnPAuditing" }, { - "Id": 379, "CommandName": "Get-PnPAuthenticationRealm", "Rank": 1, + "Id": 379, "Command": "Get-PnPAuthenticationRealm" }, { - "Id": 380, "CommandName": "Get-PnPAuthenticationRealm", "Rank": 2, + "Id": 380, "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Id": 381, "CommandName": "Get-PnPAvailableLanguage", "Rank": 1, + "Id": 381, "Command": "Get-PnPAvailableLanguage" }, { - "Id": 382, "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 1, + "Id": 382, "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Id": 383, "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 2, + "Id": 383, "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Id": 384, "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 3, + "Id": 384, "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Id": 385, "CommandName": "Get-PnPAvailableSiteClassification", "Rank": 1, + "Id": 385, "Command": "Get-PnPAvailableSiteClassification" }, { - "Id": 386, "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 1, + "Id": 386, "Command": "Get-PnPAzureACSPrincipal" }, { - "Id": 387, "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 2, + "Id": 387, "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Id": 388, "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 3, + "Id": 388, "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Id": 389, "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 4, + "Id": 389, "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Id": 390, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 1, + "Id": 390, "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Id": 391, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 2, + "Id": 391, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "Id": 392, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 3, + "Id": 392, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "Id": 393, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 1, + "Id": 393, "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Id": 394, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 2, + "Id": 394, "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "Id": 395, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 3, + "Id": 395, "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "Id": 396, "CommandName": "Get-PnPAzureADApp", "Rank": 1, + "Id": 396, "Command": "Get-PnPAzureADApp" }, { - "Id": 397, "CommandName": "Get-PnPAzureADApp", "Rank": 2, + "Id": 397, "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Id": 398, "CommandName": "Get-PnPAzureADApp", "Rank": 3, + "Id": 398, "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 399, "CommandName": "Get-PnPAzureADApp", "Rank": 4, + "Id": 399, "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 400, "CommandName": "Get-PnPAzureADAppPermission", "Rank": 1, + "Id": 400, "Command": "Get-PnPAzureADAppPermission" }, { - "Id": 401, "CommandName": "Get-PnPAzureADAppPermission", "Rank": 2, + "Id": 401, "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Id": 402, "CommandName": "Get-PnPAzureADAppPermission", "Rank": 3, + "Id": 402, "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 403, "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 1, + "Id": 403, "Command": "Get-PnPAzureADAppSitePermission" }, { - "Id": 404, "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 2, + "Id": 404, "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Id": 405, "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 3, + "Id": 405, "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Id": 406, "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 4, + "Id": 406, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Id": 407, "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 5, + "Id": 407, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Id": 408, "CommandName": "Get-PnPAzureADGroup", "Rank": 1, + "Id": 408, "Command": "Get-PnPAzureADGroup" }, { - "Id": 409, "CommandName": "Get-PnPAzureADGroup", "Rank": 2, + "Id": 409, "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Id": 410, "CommandName": "Get-PnPAzureADGroup", "Rank": 3, + "Id": 410, "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Id": 411, "CommandName": "Get-PnPAzureADGroup", "Rank": 4, + "Id": 411, "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Id": 412, "CommandName": "Get-PnPAzureADGroup", "Rank": 5, + "Id": 412, "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Id": 413, "CommandName": "Get-PnPAzureADGroupMember", "Rank": 1, + "Id": 413, "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Id": 414, "CommandName": "Get-PnPAzureADGroupMember", "Rank": 2, + "Id": 414, "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Id": 415, "CommandName": "Get-PnPAzureADGroupMember", "Rank": 3, + "Id": 415, "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "Id": 416, "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 1, + "Id": 416, "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Id": 417, "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 2, + "Id": 417, "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Id": 418, "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 1, + "Id": 418, "Command": "Get-PnPAzureADServicePrincipal" }, { - "Id": 419, "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 2, + "Id": 419, "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Id": 420, "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 3, + "Id": 420, "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Id": 421, "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 4, + "Id": 421, "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Id": 422, "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 5, + "Id": 422, "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 423, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, + "Id": 423, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 424, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, + "Id": 424, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Id": 425, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 1, + "Id": 425, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 426, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 2, + "Id": 426, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Id": 427, "CommandName": "Get-PnPAzureADUser", "Rank": 1, + "Id": 427, "Command": "Get-PnPAzureADUser" }, { - "Id": 428, "CommandName": "Get-PnPAzureADUser", "Rank": 2, + "Id": 428, "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Id": 429, "CommandName": "Get-PnPAzureADUser", "Rank": 3, + "Id": 429, "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Id": 430, "CommandName": "Get-PnPAzureADUser", "Rank": 4, + "Id": 430, "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Id": 431, "CommandName": "Get-PnPAzureADUser", "Rank": 5, + "Id": 431, "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Id": 432, "CommandName": "Get-PnPAzureADUser", "Rank": 6, + "Id": 432, "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Id": 433, "CommandName": "Get-PnPAzureADUser", "Rank": 7, + "Id": 433, "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Id": 434, "CommandName": "Get-PnPAzureADUser", "Rank": 8, + "Id": 434, "Command": "Get-PnPAzureADUser -Delta" }, { - "Id": 435, "CommandName": "Get-PnPAzureADUser", "Rank": 9, + "Id": 435, "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Id": 436, "CommandName": "Get-PnPAzureADUser", "Rank": 10, + "Id": 436, "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Id": 437, "CommandName": "Get-PnPAzureCertificate", "Rank": 1, + "Id": 437, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Id": 438, "CommandName": "Get-PnPAzureCertificate", "Rank": 2, + "Id": 438, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Id": 439, "CommandName": "Get-PnPAzureCertificate", "Rank": 3, + "Id": 439, "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Id": 440, "CommandName": "Get-PnPBrandCenterConfig", "Rank": 1, + "Id": 440, "Command": "Get-PnPBrandCenterConfig" }, { - "Id": 441, "CommandName": "Get-PnPBrandCenterFont", "Rank": 1, + "Id": 441, "Command": "Get-PnPBrandCenterFont" }, { - "Id": 442, "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 1, + "Id": 442, "Command": "Get-PnPBrandCenterFontPackage" }, { - "Id": 443, "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 2, + "Id": 443, "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "Id": 444, "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 3, + "Id": 444, "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "Id": 445, "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 4, + "Id": 445, "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Id": 446, "CommandName": "Get-PnPBrowserIdleSignout", "Rank": 1, + "Id": 446, "Command": "Get-PnPBrowserIdleSignout" }, { - "Id": 447, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 1, + "Id": 447, "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Id": 448, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 2, + "Id": 448, "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Id": 449, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 1, + "Id": 449, "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Id": 450, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 2, + "Id": 450, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Id": 451, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 3, + "Id": 451, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Id": 452, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 4, + "Id": 452, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 453, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 5, + "Id": 453, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Id": 454, "CommandName": "Get-PnPChangeLog", "Rank": 1, + "Id": 454, "Command": "Get-PnPChangeLog" }, { - "Id": 455, "CommandName": "Get-PnPChangeLog", "Rank": 2, + "Id": 455, "Command": "Get-PnPChangeLog -Nightly" }, { - "Id": 456, "CommandName": "Get-PnPChangeLog", "Rank": 3, + "Id": 456, "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "Id": 457, "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 1, + "Id": 457, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "Id": 458, "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 2, + "Id": 458, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Id": 459, "CommandName": "Get-PnPContainer", "Rank": 1, + "Id": 459, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Id": 460, "CommandName": "Get-PnPContainer", "Rank": 2, + "Id": 460, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 461, "CommandName": "Get-PnPContainer", "Rank": 3, + "Id": 461, "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Id": 462, "CommandName": "Get-PnPContainerType", "Rank": 1, + "Id": 462, "Command": "Get-PnPContainerType" }, { - "Id": 463, "CommandName": "Get-PnPContainerTypeConfiguration", "Rank": 1, + "Id": 463, "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Id": 464, "CommandName": "Get-PnPContentType", "Rank": 1, + "Id": 464, "Command": "Get-PnPContentType" }, { - "Id": 465, "CommandName": "Get-PnPContentType", "Rank": 2, + "Id": 465, "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Id": 466, "CommandName": "Get-PnPContentType", "Rank": 3, + "Id": 466, "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Id": 467, "CommandName": "Get-PnPContentType", "Rank": 4, + "Id": 467, "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Id": 468, "CommandName": "Get-PnPContentType", "Rank": 5, + "Id": 468, "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "Id": 469, "CommandName": "Get-PnPContentTypePublishingStatus", "Rank": 1, + "Id": 469, "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Id": 470, "CommandName": "Get-PnPCopilotAdminLimitedMode", "Rank": 1, + "Id": 470, "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "Id": 471, "CommandName": "Get-PnPCopilotAgent", "Rank": 1, + "Id": 471, "Command": "Get-PnPCopilotAgent" }, { - "Id": 472, "CommandName": "Get-PnPCopilotAgent", "Rank": 2, + "Id": 472, "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "Id": 473, "CommandName": "Get-PnPCustomAction", "Rank": 1, + "Id": 473, "Command": "Get-PnPCustomAction" }, { - "Id": 474, "CommandName": "Get-PnPCustomAction", "Rank": 2, + "Id": 474, "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 475, "CommandName": "Get-PnPCustomAction", "Rank": 3, + "Id": 475, "Command": "Get-PnPCustomAction -Scope web" }, { - "Id": 476, "CommandName": "Get-PnPDeletedContainer", "Rank": 1, + "Id": 476, "Command": "Get-PnPDeletedContainer" }, { - "Id": 477, "CommandName": "Get-PnPDeletedFlow", "Rank": 1, + "Id": 477, "Command": "Get-PnPDeletedFlow" }, { - "Id": 478, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 1, + "Id": 478, "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Id": 479, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 2, + "Id": 479, "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 480, "CommandName": "Get-PnPDeletedTeam", "Rank": 1, + "Id": 480, "Command": "Get-PnPDeletedTeam" }, { - "Id": 481, "CommandName": "Get-PnPDiagnostics", "Rank": 1, + "Id": 481, "Command": "Get-PnPDiagnostics" }, { - "Id": 482, "CommandName": "Get-PnPDisableSpacesActivation", "Rank": 1, + "Id": 482, "Command": "Get-PnPDisableSpacesActivation" }, { - "Id": 483, "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 1, + "Id": 483, "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Id": 484, "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 2, + "Id": 484, "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Id": 485, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 1, + "Id": 485, "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "Id": 486, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 2, + "Id": 486, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "Id": 487, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 3, + "Id": 487, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "Id": 488, "CommandName": "Get-PnPEventReceiver", "Rank": 1, + "Id": 488, "Command": "Get-PnPEventReceiver" }, { - "Id": 489, "CommandName": "Get-PnPEventReceiver", "Rank": 2, + "Id": 489, "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 490, "CommandName": "Get-PnPEventReceiver", "Rank": 3, + "Id": 490, "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Id": 491, "CommandName": "Get-PnPEventReceiver", "Rank": 4, + "Id": 491, "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Id": 492, "CommandName": "Get-PnPEventReceiver", "Rank": 5, + "Id": 492, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 493, "CommandName": "Get-PnPEventReceiver", "Rank": 6, + "Id": 493, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Id": 494, "CommandName": "Get-PnPEventReceiver", "Rank": 7, + "Id": 494, "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Id": 495, "CommandName": "Get-PnPEventReceiver", "Rank": 8, + "Id": 495, "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Id": 496, "CommandName": "Get-PnPEventReceiver", "Rank": 9, + "Id": 496, "Command": "Get-PnPEventReceiver -Scope All" }, { - "Id": 497, "CommandName": "Get-PnPException", "Rank": 1, + "Id": 497, "Command": "Get-PnPException" }, { - "Id": 498, "CommandName": "Get-PnPException", "Rank": 2, + "Id": 498, "Command": "Get-PnPException -All" }, { - "Id": 499, "CommandName": "Get-PnPExternalUser", "Rank": 1, + "Id": 499, "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Id": 500, "CommandName": "Get-PnPExternalUser", "Rank": 2, + "Id": 500, "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Id": 501, "CommandName": "Get-PnPFeature", "Rank": 1, + "Id": 501, "Command": "Get-PnPFeature" }, { - "Id": 502, "CommandName": "Get-PnPFeature", "Rank": 2, + "Id": 502, "Command": "Get-PnPFeature -Scope Site" }, { - "Id": 503, "CommandName": "Get-PnPFeature", "Rank": 3, + "Id": 503, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 504, "CommandName": "Get-PnPFeature", "Rank": 4, + "Id": 504, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Id": 505, "CommandName": "Get-PnPField", "Rank": 1, + "Id": 505, "Command": "Get-PnPField" }, { - "Id": 506, "CommandName": "Get-PnPField", "Rank": 2, + "Id": 506, "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Id": 507, "CommandName": "Get-PnPField", "Rank": 3, + "Id": 507, "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Id": 508, "CommandName": "Get-PnPFile", "Rank": 1, + "Id": 508, "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 509, "CommandName": "Get-PnPFile", "Rank": 2, + "Id": 509, "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 510, "CommandName": "Get-PnPFile", "Rank": 3, + "Id": 510, "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "Id": 511, "CommandName": "Get-PnPFile", "Rank": 4, + "Id": 511, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Id": 512, "CommandName": "Get-PnPFile", "Rank": 5, + "Id": 512, "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Id": 513, "CommandName": "Get-PnPFile", "Rank": 6, + "Id": 513, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "Id": 514, "CommandName": "Get-PnPFile", "Rank": 7, + "Id": 514, "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "Id": 515, "CommandName": "Get-PnPFile", "Rank": 8, + "Id": 515, "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Id": 516, "CommandName": "Get-PnPFileAnalyticsData", "Rank": 1, + "Id": 516, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 517, "CommandName": "Get-PnPFileAnalyticsData", "Rank": 2, + "Id": 517, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "Id": 518, "CommandName": "Get-PnPFileAnalyticsData", "Rank": 3, + "Id": 518, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 519, "CommandName": "Get-PnPFileCheckedOut", "Rank": 1, + "Id": 519, "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "Id": 520, "CommandName": "Get-PnPFileInFolder", "Rank": 1, + "Id": 520, "Command": "Get-PnPFileInFolder" }, { - "Id": 521, "CommandName": "Get-PnPFileInFolder", "Rank": 2, + "Id": 521, "Command": "Get-PnPFileInFolder -Recurse" }, { - "Id": 522, "CommandName": "Get-PnPFileInFolder", "Rank": 3, + "Id": 522, "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "Id": 523, "CommandName": "Get-PnPFileInFolder", "Rank": 4, + "Id": 523, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Id": 524, "CommandName": "Get-PnPFileInFolder", "Rank": 5, + "Id": 524, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Id": 525, "CommandName": "Get-PnPFileRetentionLabel", "Rank": 1, + "Id": 525, "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Id": 526, "CommandName": "Get-PnPFileSensitivityLabel", "Rank": 1, + "Id": 526, "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Id": 527, "CommandName": "Get-PnPFileSensitivityLabelInfo", "Rank": 1, + "Id": 527, "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "Id": 528, "CommandName": "Get-PnPFileSharingLink", "Rank": 1, + "Id": 528, "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 529, "CommandName": "Get-PnPFileSharingLink", "Rank": 2, + "Id": 529, "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "Id": 530, "CommandName": "Get-PnPFileSharingLink", "Rank": 3, + "Id": 530, "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "Id": 531, "CommandName": "Get-PnPFileVersion", "Rank": 1, + "Id": 531, "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Id": 532, "CommandName": "Get-PnPFileVersion", "Rank": 2, + "Id": 532, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "Id": 533, "CommandName": "Get-PnPFileVersion", "Rank": 3, + "Id": 533, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "Id": 534, "CommandName": "Get-PnPFlow", "Rank": 1, + "Id": 534, "Command": "Get-PnPFlow -AsAdmin" }, { - "Id": 535, "CommandName": "Get-PnPFlow", "Rank": 2, + "Id": 535, "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "Id": 536, "CommandName": "Get-PnPFlow", "Rank": 3, + "Id": 536, "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 537, "CommandName": "Get-PnPFlowOwner", "Rank": 1, + "Id": 537, "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Id": 538, "CommandName": "Get-PnPFlowOwner", "Rank": 2, + "Id": 538, "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Id": 539, "CommandName": "Get-PnPFlowRun", "Rank": 1, + "Id": 539, "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 540, "CommandName": "Get-PnPFlowRun", "Rank": 2, + "Id": 540, "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 541, "CommandName": "Get-PnPFolder", "Rank": 1, + "Id": 541, "Command": "Get-PnPFolder" }, { - "Id": 542, "CommandName": "Get-PnPFolder", "Rank": 2, + "Id": 542, "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "Id": 543, "CommandName": "Get-PnPFolder", "Rank": 3, + "Id": 543, "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Id": 544, "CommandName": "Get-PnPFolder", "Rank": 4, + "Id": 544, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Id": 545, "CommandName": "Get-PnPFolder", "Rank": 5, + "Id": 545, "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "Id": 546, "CommandName": "Get-PnPFolder", "Rank": 6, + "Id": 546, "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Id": 547, "CommandName": "Get-PnPFolder", "Rank": 7, + "Id": 547, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "Id": 548, "CommandName": "Get-PnPFolderInFolder", "Rank": 1, + "Id": 548, "Command": "Get-PnPFolderInFolder" }, { - "Id": 549, "CommandName": "Get-PnPFolderInFolder", "Rank": 2, + "Id": 549, "Command": "Get-PnPFolderInFolder -Recurse" }, { - "Id": 550, "CommandName": "Get-PnPFolderInFolder", "Rank": 3, + "Id": 550, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "Id": 551, "CommandName": "Get-PnPFolderInFolder", "Rank": 4, + "Id": 551, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "Id": 552, "CommandName": "Get-PnPFolderInFolder", "Rank": 5, + "Id": 552, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "Id": 553, "CommandName": "Get-PnPFolderInFolder", "Rank": 6, + "Id": 553, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Id": 554, "CommandName": "Get-PnPFolderItem", "Rank": 1, + "Id": 554, "Command": "Get-PnPFolderItem" }, { - "Id": 555, "CommandName": "Get-PnPFolderItem", "Rank": 2, + "Id": 555, "Command": "Get-PnPFolderItem -Recurse" }, { - "Id": 556, "CommandName": "Get-PnPFolderItem", "Rank": 3, + "Id": 556, "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "Id": 557, "CommandName": "Get-PnPFolderItem", "Rank": 4, + "Id": 557, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Id": 558, "CommandName": "Get-PnPFolderItem", "Rank": 5, + "Id": 558, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Id": 559, "CommandName": "Get-PnPFolderItem", "Rank": 6, + "Id": 559, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Id": 560, "CommandName": "Get-PnPFolderSharingLink", "Rank": 1, + "Id": 560, "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 561, "CommandName": "Get-PnPFolderStorageMetric", "Rank": 1, + "Id": 561, "Command": "Get-PnPFolderStorageMetric" }, { - "Id": 562, "CommandName": "Get-PnPFolderStorageMetric", "Rank": 2, + "Id": 562, "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Id": 563, "CommandName": "Get-PnPFolderStorageMetric", "Rank": 3, + "Id": 563, "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Id": 564, "CommandName": "Get-PnPFooter", "Rank": 1, + "Id": 564, "Command": "Get-PnPFooter" }, { - "Id": 565, "CommandName": "Get-PnPGraphSubscription", "Rank": 1, + "Id": 565, "Command": "Get-PnPGraphSubscription" }, { - "Id": 566, "CommandName": "Get-PnPGraphSubscription", "Rank": 2, + "Id": 566, "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Id": 567, "CommandName": "Get-PnPGroup", "Rank": 1, + "Id": 567, "Command": "Get-PnPGroup" }, { - "Id": 568, "CommandName": "Get-PnPGroup", "Rank": 2, + "Id": 568, "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Id": 569, "CommandName": "Get-PnPGroup", "Rank": 3, + "Id": 569, "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Id": 570, "CommandName": "Get-PnPGroupMember", "Rank": 1, + "Id": 570, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Id": 571, "CommandName": "Get-PnPGroupMember", "Rank": 2, + "Id": 571, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Id": 572, "CommandName": "Get-PnPGroupPermissions", "Rank": 1, + "Id": 572, "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Id": 573, "CommandName": "Get-PnPHideDefaultThemes", "Rank": 1, + "Id": 573, "Command": "Get-PnPHideDefaultThemes" }, { - "Id": 574, "CommandName": "Get-PnPHomePage", "Rank": 1, + "Id": 574, "Command": "Get-PnPHomePage" }, { - "Id": 575, "CommandName": "Get-PnPHomeSite", "Rank": 1, + "Id": 575, "Command": "Get-PnPHomeSite" }, { - "Id": 576, "CommandName": "Get-PnPHomeSite", "Rank": 2, + "Id": 576, "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Id": 577, "CommandName": "Get-PnPHomeSite", "Rank": 3, + "Id": 577, "Command": "Get-PnPHomeSite -Detailed" }, { - "Id": 578, "CommandName": "Get-PnPHubSite", "Rank": 1, + "Id": 578, "Command": "Get-PnPHubSite" }, { - "Id": 579, "CommandName": "Get-PnPHubSite", "Rank": 2, + "Id": 579, "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Id": 580, "CommandName": "Get-PnPHubSite", "Rank": 3, + "Id": 580, "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Id": 581, "CommandName": "Get-PnPHubSiteChild", "Rank": 1, + "Id": 581, "Command": "Get-PnPHubSiteChild" }, { - "Id": 582, "CommandName": "Get-PnPHubSiteChild", "Rank": 2, + "Id": 582, "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Id": 583, "CommandName": "Get-PnPInPlaceRecordsManagement", "Rank": 1, + "Id": 583, "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Id": 584, "CommandName": "Get-PnPIsSiteAliasAvailable", "Rank": 1, + "Id": 584, "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Id": 585, "CommandName": "Get-PnPJavaScriptLink", "Rank": 1, + "Id": 585, "Command": "Get-PnPJavaScriptLink" }, { - "Id": 586, "CommandName": "Get-PnPJavaScriptLink", "Rank": 2, + "Id": 586, "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Id": 587, "CommandName": "Get-PnPJavaScriptLink", "Rank": 3, + "Id": 587, "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Id": 588, "CommandName": "Get-PnPJavaScriptLink", "Rank": 4, + "Id": 588, "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Id": 589, "CommandName": "Get-PnPJavaScriptLink", "Rank": 5, + "Id": 589, "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Id": 590, "CommandName": "Get-PnPKnowledgeHubSite", "Rank": 1, + "Id": 590, "Command": "Get-PnPKnowledgeHubSite" }, { - "Id": 591, "CommandName": "Get-PnPLargeListOperationStatus", "Rank": 1, + "Id": 591, "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "Id": 592, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Rank": 1, + "Id": 592, "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "Id": 593, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Rank": 1, + "Id": 593, "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 594, "CommandName": "Get-PnPList", "Rank": 1, + "Id": 594, "Command": "Get-PnPList" }, { - "Id": 595, "CommandName": "Get-PnPList", "Rank": 2, + "Id": 595, "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 596, "CommandName": "Get-PnPList", "Rank": 3, + "Id": 596, "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Id": 597, "CommandName": "Get-PnPList", "Rank": 4, + "Id": 597, "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Id": 598, "CommandName": "Get-PnPList", "Rank": 5, + "Id": 598, "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Id": 599, "CommandName": "Get-PnPListDesign", "Rank": 1, + "Id": 599, "Command": "Get-PnPListDesign" }, { - "Id": 600, "CommandName": "Get-PnPListDesign", "Rank": 2, + "Id": 600, "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 601, "CommandName": "Get-PnPListDesign", "Rank": 3, + "Id": 601, "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Id": 602, "CommandName": "Get-PnPListInformationRightsManagement", "Rank": 1, + "Id": 602, "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Id": 603, "CommandName": "Get-PnPListItem", "Rank": 1, + "Id": 603, "Command": "Get-PnPListItem -List Tasks" }, { - "Id": 604, "CommandName": "Get-PnPListItem", "Rank": 2, + "Id": 604, "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Id": 605, "CommandName": "Get-PnPListItem", "Rank": 3, + "Id": 605, "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Id": 606, "CommandName": "Get-PnPListItem", "Rank": 4, + "Id": 606, "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Id": 607, "CommandName": "Get-PnPListItem", "Rank": 5, + "Id": 607, "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Id": 608, "CommandName": "Get-PnPListItem", "Rank": 6, + "Id": 608, "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "Id": 609, "CommandName": "Get-PnPListItem", "Rank": 7, + "Id": 609, "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "Id": 610, "CommandName": "Get-PnPListItem", "Rank": 8, + "Id": 610, "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Id": 611, "CommandName": "Get-PnPListItem", "Rank": 9, + "Id": 611, "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Id": 612, "CommandName": "Get-PnPListItemAttachment", "Rank": 1, + "Id": 612, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "Id": 613, "CommandName": "Get-PnPListItemAttachment", "Rank": 2, + "Id": 613, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "Id": 614, "CommandName": "Get-PnPListItemComment", "Rank": 1, + "Id": 614, "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Id": 615, "CommandName": "Get-PnPListItemPermission", "Rank": 1, + "Id": 615, "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Id": 616, "CommandName": "Get-PnPListItemVersion", "Rank": 1, + "Id": 616, "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "Id": 617, "CommandName": "Get-PnPListPermissions", "Rank": 1, + "Id": 617, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Id": 618, "CommandName": "Get-PnPListPermissions", "Rank": 2, + "Id": 618, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Id": 619, "CommandName": "Get-PnPListRecordDeclaration", "Rank": 1, + "Id": 619, "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Id": 620, "CommandName": "Get-PnPManagedAppId", "Rank": 1, + "Id": 620, "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "Id": 621, "CommandName": "Get-PnPMasterPage", "Rank": 1, + "Id": 621, "Command": "Get-PnPMasterPage" }, { - "Id": 622, "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 1, + "Id": 622, "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Id": 623, "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 2, + "Id": 623, "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Id": 624, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 1, + "Id": 624, "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Id": 625, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 2, + "Id": 625, "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Id": 626, "CommandName": "Get-PnPMicrosoft365Group", "Rank": 1, + "Id": 626, "Command": "Get-PnPMicrosoft365Group" }, { - "Id": 627, "CommandName": "Get-PnPMicrosoft365Group", "Rank": 2, + "Id": 627, "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Id": 628, "CommandName": "Get-PnPMicrosoft365Group", "Rank": 3, + "Id": 628, "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Id": 629, "CommandName": "Get-PnPMicrosoft365Group", "Rank": 4, + "Id": 629, "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Id": 630, "CommandName": "Get-PnPMicrosoft365Group", "Rank": 5, + "Id": 630, "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Id": 631, "CommandName": "Get-PnPMicrosoft365Group", "Rank": 6, + "Id": 631, "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Id": 632, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 1, + "Id": 632, "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Id": 633, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 2, + "Id": 633, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Id": 634, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 3, + "Id": 634, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 635, "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 1, + "Id": 635, "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Id": 636, "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 2, + "Id": 636, "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Id": 637, "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 3, + "Id": 637, "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Id": 638, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 1, + "Id": 638, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Id": 639, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 2, + "Id": 639, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Id": 640, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 1, + "Id": 640, "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Id": 641, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 2, + "Id": 641, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Id": 642, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 3, + "Id": 642, "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "Id": 643, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 4, + "Id": 643, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "Id": 644, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 1, + "Id": 644, "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Id": 645, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 2, + "Id": 645, "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Id": 646, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 1, + "Id": 646, "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Id": 647, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 2, + "Id": 647, "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Id": 648, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 3, + "Id": 648, "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 649, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 1, + "Id": 649, "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Id": 650, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 2, + "Id": 650, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Id": 651, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 3, + "Id": 651, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 652, "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 1, + "Id": 652, "Command": "Get-PnPMicrosoft365Roadmap" }, { - "Id": 653, "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 2, + "Id": 653, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "Id": 654, "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 3, + "Id": 654, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "Id": 655, "CommandName": "Get-PnPNavigationNode", "Rank": 1, + "Id": 655, "Command": "Get-PnPNavigationNode" }, { - "Id": 656, "CommandName": "Get-PnPNavigationNode", "Rank": 2, + "Id": 656, "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Id": 657, "CommandName": "Get-PnPNavigationNode", "Rank": 3, + "Id": 657, "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Id": 658, "CommandName": "Get-PnPOrgAssetsLibrary", "Rank": 1, + "Id": 658, "Command": "Get-PnPOrgAssetsLibrary" }, { - "Id": 659, "CommandName": "Get-PnPOrgNewsSite", "Rank": 1, + "Id": 659, "Command": "Get-PnPOrgNewsSite" }, { - "Id": 660, "CommandName": "Get-PnPPage", "Rank": 1, + "Id": 660, "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Id": 661, "CommandName": "Get-PnPPage", "Rank": 2, + "Id": 661, "Command": "Get-PnPPage \"MyPage\"" }, { - "Id": 662, "CommandName": "Get-PnPPage", "Rank": 3, + "Id": 662, "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Id": 663, "CommandName": "Get-PnPPage", "Rank": 4, + "Id": 663, "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Id": 664, "CommandName": "Get-PnPPage", "Rank": 5, + "Id": 664, "Command": "Get-PnPPage" }, { - "Id": 665, "CommandName": "Get-PnPPageComponent", "Rank": 1, + "Id": 665, "Command": "Get-PnPPageComponent -Page Home" }, { - "Id": 666, "CommandName": "Get-PnPPageComponent", "Rank": 2, + "Id": 666, "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 667, "CommandName": "Get-PnPPageComponent", "Rank": 3, + "Id": 667, "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Id": 668, "CommandName": "Get-PnPPageCopyProgress", "Rank": 1, + "Id": 668, "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "Id": 669, "CommandName": "Get-PnPPageLikedByInformation", "Rank": 1, + "Id": 669, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "Id": 670, "CommandName": "Get-PnPPageLikedByInformation", "Rank": 2, + "Id": 670, "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "Id": 671, "CommandName": "Get-PnPPageLikedByInformation", "Rank": 3, + "Id": 671, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Id": 672, "CommandName": "Get-PnPPageSchedulingEnabled", "Rank": 1, + "Id": 672, "Command": "Get-PnPPageSchedulingEnabled" }, { - "Id": 673, "CommandName": "Get-PnPPlannerBucket", "Rank": 1, + "Id": 673, "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Id": 674, "CommandName": "Get-PnPPlannerConfiguration", "Rank": 1, + "Id": 674, "Command": "Get-PnPPlannerConfiguration" }, { - "Id": 675, "CommandName": "Get-PnPPlannerPlan", "Rank": 1, + "Id": 675, "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Id": 676, "CommandName": "Get-PnPPlannerPlan", "Rank": 2, + "Id": 676, "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Id": 677, "CommandName": "Get-PnPPlannerPlan", "Rank": 3, + "Id": 677, "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Id": 678, "CommandName": "Get-PnPPlannerRosterMember", "Rank": 1, + "Id": 678, "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Id": 679, "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 1, + "Id": 679, "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Id": 680, "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 2, + "Id": 680, "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 681, "CommandName": "Get-PnPPlannerTask", "Rank": 1, + "Id": 681, "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Id": 682, "CommandName": "Get-PnPPlannerTask", "Rank": 2, + "Id": 682, "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Id": 683, "CommandName": "Get-PnPPlannerTask", "Rank": 3, + "Id": 683, "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Id": 684, "CommandName": "Get-PnPPlannerUserPolicy", "Rank": 1, + "Id": 684, "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 685, "CommandName": "Get-PnPPowerApp", "Rank": 1, + "Id": 685, "Command": "Get-PnPPowerApp" }, { - "Id": 686, "CommandName": "Get-PnPPowerApp", "Rank": 2, + "Id": 686, "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 687, "CommandName": "Get-PnPPowerPlatformCustomConnector", "Rank": 1, + "Id": 687, "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Id": 688, "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 1, + "Id": 688, "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Id": 689, "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 2, + "Id": 689, "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Id": 690, "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 3, + "Id": 690, "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Id": 691, "CommandName": "Get-PnPPowerPlatformSolution", "Rank": 1, + "Id": 691, "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Id": 692, "CommandName": "Get-PnPPowerPlatformSolution", "Rank": 2, + "Id": 692, "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "Id": 693, "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Rank": 1, + "Id": 693, "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Id": 694, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 1, + "Id": 694, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Id": 695, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 2, + "Id": 695, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Id": 696, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 1, + "Id": 696, "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Id": 697, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 2, + "Id": 697, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "Id": 698, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 3, + "Id": 698, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Id": 699, "CommandName": "Get-PnPProfileCardProperty", "Rank": 1, + "Id": 699, "Command": "Get-PnPProfileCardProperty" }, { - "Id": 700, "CommandName": "Get-PnPProfileCardProperty", "Rank": 2, + "Id": 700, "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "Id": 701, "CommandName": "Get-PnPPropertyBag", "Rank": 1, + "Id": 701, "Command": "Get-PnPPropertyBag" }, { - "Id": 702, "CommandName": "Get-PnPPropertyBag", "Rank": 2, + "Id": 702, "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Id": 703, "CommandName": "Get-PnPPropertyBag", "Rank": 3, + "Id": 703, "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Id": 704, "CommandName": "Get-PnPPropertyBag", "Rank": 4, + "Id": 704, "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Id": 705, "CommandName": "Get-PnPPropertyBag", "Rank": 5, + "Id": 705, "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Id": 706, "CommandName": "Get-PnPPublishingImageRendition", "Rank": 1, + "Id": 706, "Command": "Get-PnPPublishingImageRendition" }, { - "Id": 707, "CommandName": "Get-PnPPublishingImageRendition", "Rank": 2, + "Id": 707, "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Id": 708, "CommandName": "Get-PnPPublishingImageRendition", "Rank": 3, + "Id": 708, "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Id": 709, "CommandName": "Get-PnPRecycleBinItem", "Rank": 1, + "Id": 709, "Command": "Get-PnPRecycleBinItem" }, { - "Id": 710, "CommandName": "Get-PnPRecycleBinItem", "Rank": 2, + "Id": 710, "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Id": 711, "CommandName": "Get-PnPRecycleBinItem", "Rank": 3, + "Id": 711, "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Id": 712, "CommandName": "Get-PnPRecycleBinItem", "Rank": 4, + "Id": 712, "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Id": 713, "CommandName": "Get-PnPRecycleBinItem", "Rank": 5, + "Id": 713, "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Id": 714, "CommandName": "Get-PnPRequestAccessEmails", "Rank": 1, + "Id": 714, "Command": "Get-PnPRequestAccessEmails" }, { - "Id": 715, "CommandName": "Get-PnPRetentionLabel", "Rank": 1, + "Id": 715, "Command": "Get-PnPRetentionLabel" }, { - "Id": 716, "CommandName": "Get-PnPRetentionLabel", "Rank": 2, + "Id": 716, "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "Id": 717, "CommandName": "Get-PnPRoleDefinition", "Rank": 1, + "Id": 717, "Command": "Get-PnPRoleDefinition" }, { - "Id": 718, "CommandName": "Get-PnPRoleDefinition", "Rank": 2, + "Id": 718, "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Id": 719, "CommandName": "Get-PnPRoleDefinition", "Rank": 3, + "Id": 719, "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Id": 720, "CommandName": "Get-PnPSearchConfiguration", "Rank": 1, + "Id": 720, "Command": "Get-PnPSearchConfiguration" }, { - "Id": 721, "CommandName": "Get-PnPSearchConfiguration", "Rank": 2, + "Id": 721, "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Id": 722, "CommandName": "Get-PnPSearchConfiguration", "Rank": 3, + "Id": 722, "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Id": 723, "CommandName": "Get-PnPSearchConfiguration", "Rank": 4, + "Id": 723, "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 724, "CommandName": "Get-PnPSearchConfiguration", "Rank": 5, + "Id": 724, "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Id": 725, "CommandName": "Get-PnPSearchConfiguration", "Rank": 6, + "Id": 725, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Id": 726, "CommandName": "Get-PnPSearchConfiguration", "Rank": 7, + "Id": 726, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Id": 727, "CommandName": "Get-PnPSearchConfiguration", "Rank": 8, + "Id": 727, "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Id": 728, "CommandName": "Get-PnPSearchCrawlLog", "Rank": 1, + "Id": 728, "Command": "Get-PnPSearchCrawlLog" }, { - "Id": 729, "CommandName": "Get-PnPSearchCrawlLog", "Rank": 2, + "Id": 729, "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Id": 730, "CommandName": "Get-PnPSearchCrawlLog", "Rank": 3, + "Id": 730, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Id": 731, "CommandName": "Get-PnPSearchCrawlLog", "Rank": 4, + "Id": 731, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Id": 732, "CommandName": "Get-PnPSearchCrawlLog", "Rank": 5, + "Id": 732, "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Id": 733, "CommandName": "Get-PnPSearchCrawlLog", "Rank": 6, + "Id": 733, "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Id": 734, "CommandName": "Get-PnPSearchCrawlLog", "Rank": 7, + "Id": 734, "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Id": 735, "CommandName": "Get-PnPSearchExternalConnection", "Rank": 1, + "Id": 735, "Command": "Get-PnPSearchExternalConnection" }, { - "Id": 736, "CommandName": "Get-PnPSearchExternalConnection", "Rank": 2, + "Id": 736, "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Id": 737, "CommandName": "Get-PnPSearchExternalItem", "Rank": 1, + "Id": 737, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Id": 738, "CommandName": "Get-PnPSearchExternalItem", "Rank": 2, + "Id": 738, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "Id": 739, "CommandName": "Get-PnPSearchExternalSchema", "Rank": 1, + "Id": 739, "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "Id": 740, "CommandName": "Get-PnPSearchSettings", "Rank": 1, + "Id": 740, "Command": "Get-PnPSearchSettings" }, { - "Id": 741, "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 1, + "Id": 741, "Command": "Get-PnPServiceCurrentHealth" }, { - "Id": 742, "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 2, + "Id": 742, "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Id": 743, "CommandName": "Get-PnPServiceHealthIssue", "Rank": 1, + "Id": 743, "Command": "Get-PnPServiceHealthIssue" }, { - "Id": 744, "CommandName": "Get-PnPServiceHealthIssue", "Rank": 2, + "Id": 744, "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Id": 745, "CommandName": "Get-PnPSharePointAddIn", "Rank": 1, + "Id": 745, "Command": "Get-PnPSharePointAddIn" }, { - "Id": 746, "CommandName": "Get-PnPSharePointAddIn", "Rank": 2, + "Id": 746, "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Id": 747, "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Rank": 1, + "Id": 747, "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Id": 748, "CommandName": "Get-PnPSite", "Rank": 1, + "Id": 748, "Command": "Get-PnPSite" }, { - "Id": 749, "CommandName": "Get-PnPSite", "Rank": 2, + "Id": 749, "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Id": 750, "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 1, + "Id": 750, "Command": "Get-PnPSiteAnalyticsData -All" }, { - "Id": 751, "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 2, + "Id": 751, "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "Id": 752, "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 3, + "Id": 752, "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 753, "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 4, + "Id": 753, "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 754, "CommandName": "Get-PnPSiteClosure", "Rank": 1, + "Id": 754, "Command": "Get-PnPSiteClosure" }, { - "Id": 755, "CommandName": "Get-PnPSiteCollectionAdmin", "Rank": 1, + "Id": 755, "Command": "Get-PnPSiteCollectionAdmin" }, { - "Id": 756, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 1, + "Id": 756, "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Id": 757, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 2, + "Id": 757, "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Id": 758, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 3, + "Id": 758, "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Id": 759, "CommandName": "Get-PnPSiteCollectionTermStore", "Rank": 1, + "Id": 759, "Command": "Get-PnPSiteCollectionTermStore" }, { - "Id": 760, "CommandName": "Get-PnPSiteDesign", "Rank": 1, + "Id": 760, "Command": "Get-PnPSiteDesign" }, { - "Id": 761, "CommandName": "Get-PnPSiteDesign", "Rank": 2, + "Id": 761, "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 762, "CommandName": "Get-PnPSiteDesignRights", "Rank": 1, + "Id": 762, "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 763, "CommandName": "Get-PnPSiteDesignRun", "Rank": 1, + "Id": 763, "Command": "Get-PnPSiteDesignRun" }, { - "Id": 764, "CommandName": "Get-PnPSiteDesignRun", "Rank": 2, + "Id": 764, "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Id": 765, "CommandName": "Get-PnPSiteDesignTask", "Rank": 1, + "Id": 765, "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Id": 766, "CommandName": "Get-PnPSiteDesignTask", "Rank": 2, + "Id": 766, "Command": "Get-PnPSiteDesignTask" }, { - "Id": 767, "CommandName": "Get-PnPSiteDesignTask", "Rank": 3, + "Id": 767, "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Id": 768, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Rank": 1, + "Id": 768, "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Id": 769, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Rank": 1, + "Id": 769, "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 770, "CommandName": "Get-PnPSiteGroup", "Rank": 1, + "Id": 770, "Command": "Get-PnPSiteGroup" }, { - "Id": 771, "CommandName": "Get-PnPSiteGroup", "Rank": 2, + "Id": 771, "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Id": 772, "CommandName": "Get-PnPSiteGroup", "Rank": 3, + "Id": 772, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Id": 773, "CommandName": "Get-PnPSiteGroup", "Rank": 4, + "Id": 773, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Id": 774, "CommandName": "Get-PnPSitePolicy", "Rank": 1, + "Id": 774, "Command": "Get-PnPSitePolicy" }, { - "Id": 775, "CommandName": "Get-PnPSitePolicy", "Rank": 2, + "Id": 775, "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Id": 776, "CommandName": "Get-PnPSitePolicy", "Rank": 3, + "Id": 776, "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Id": 777, "CommandName": "Get-PnPSiteScript", "Rank": 1, + "Id": 777, "Command": "Get-PnPSiteScript" }, { - "Id": 778, "CommandName": "Get-PnPSiteScript", "Rank": 2, + "Id": 778, "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 779, "CommandName": "Get-PnPSiteScriptFromList", "Rank": 1, + "Id": 779, "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Id": 780, "CommandName": "Get-PnPSiteScriptFromList", "Rank": 2, + "Id": 780, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "Id": 781, "CommandName": "Get-PnPSiteScriptFromList", "Rank": 3, + "Id": 781, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Id": 782, "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 1, + "Id": 782, "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Id": 783, "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 2, + "Id": 783, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "Id": 784, "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 3, + "Id": 784, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "Id": 785, "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 4, + "Id": 785, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Id": 786, "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 5, + "Id": 786, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Id": 787, "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 6, + "Id": 787, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Id": 788, "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 1, + "Id": 788, "Command": "Get-PnPSiteSearchQueryResults" }, { - "Id": 789, "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 2, + "Id": 789, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Id": 790, "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 3, + "Id": 790, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Id": 791, "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 4, + "Id": 791, "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Id": 792, "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 5, + "Id": 792, "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Id": 793, "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 6, + "Id": 793, "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Id": 794, "CommandName": "Get-PnPSiteSensitivityLabel", "Rank": 1, + "Id": 794, "Command": "Get-PnPSiteSensitivityLabel" }, { - "Id": 795, "CommandName": "Get-PnPSiteTemplate", "Rank": 1, + "Id": 795, "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Id": 796, "CommandName": "Get-PnPSiteTemplate", "Rank": 2, + "Id": 796, "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Id": 797, "CommandName": "Get-PnPSiteTemplate", "Rank": 3, + "Id": 797, "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Id": 798, "CommandName": "Get-PnPSiteTemplate", "Rank": 4, + "Id": 798, "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Id": 799, "CommandName": "Get-PnPSiteTemplate", "Rank": 5, + "Id": 799, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Id": 800, "CommandName": "Get-PnPSiteTemplate", "Rank": 6, + "Id": 800, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Id": 801, "CommandName": "Get-PnPSiteTemplate", "Rank": 7, + "Id": 801, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Id": 802, "CommandName": "Get-PnPSiteTemplate", "Rank": 8, + "Id": 802, "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Id": 803, "CommandName": "Get-PnPSiteTemplate", "Rank": 9, + "Id": 803, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Id": 804, "CommandName": "Get-PnPSiteTemplate", "Rank": 10, + "Id": 804, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Id": 805, "CommandName": "Get-PnPSiteTemplate", "Rank": 11, + "Id": 805, "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Id": 806, "CommandName": "Get-PnPSiteTemplate", "Rank": 12, + "Id": 806, "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "Id": 807, "CommandName": "Get-PnPSiteTemplate", "Rank": 13, + "Id": 807, "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "Id": 808, "CommandName": "Get-PnPSiteTemplate", "Rank": 14, + "Id": 808, "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "Id": 809, "CommandName": "Get-PnPSiteUserInvitations", "Rank": 1, + "Id": 809, "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Id": 810, "CommandName": "Get-PnPSiteVersionPolicy", "Rank": 1, + "Id": 810, "Command": "Get-PnPSiteVersionPolicy" }, { - "Id": 811, "CommandName": "Get-PnPSiteVersionPolicyStatus", "Rank": 1, + "Id": 811, "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "Id": 812, "CommandName": "Get-PnPStorageEntity", "Rank": 1, + "Id": 812, "Command": "Get-PnPStorageEntity" }, { - "Id": 813, "CommandName": "Get-PnPStorageEntity", "Rank": 2, + "Id": 813, "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Id": 814, "CommandName": "Get-PnPStorageEntity", "Rank": 3, + "Id": 814, "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Id": 815, "CommandName": "Get-PnPStorageEntity", "Rank": 4, + "Id": 815, "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Id": 816, "CommandName": "Get-PnPStoredCredential", "Rank": 1, + "Id": 816, "Command": "Get-PnPStoredCredential -Name O365" }, { - "Id": 817, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Rank": 1, + "Id": 817, "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 818, "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Rank": 1, + "Id": 818, "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 819, "CommandName": "Get-PnPSubWeb", "Rank": 1, + "Id": 819, "Command": "Get-PnPSubWeb" }, { - "Id": 820, "CommandName": "Get-PnPSubWeb", "Rank": 2, + "Id": 820, "Command": "Get-PnPSubWeb -Recurse" }, { - "Id": 821, "CommandName": "Get-PnPSubWeb", "Rank": 3, + "Id": 821, "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Id": 822, "CommandName": "Get-PnPSubWeb", "Rank": 4, + "Id": 822, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Id": 823, "CommandName": "Get-PnPSubWeb", "Rank": 5, + "Id": 823, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Id": 824, "CommandName": "Get-PnPSyntexModel", "Rank": 1, + "Id": 824, "Command": "Get-PnPSyntexModel" }, { - "Id": 825, "CommandName": "Get-PnPSyntexModel", "Rank": 2, + "Id": 825, "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Id": 826, "CommandName": "Get-PnPSyntexModel", "Rank": 3, + "Id": 826, "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Id": 827, "CommandName": "Get-PnPSyntexModelPublication", "Rank": 1, + "Id": 827, "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Id": 828, "CommandName": "Get-PnPTaxonomyItem", "Rank": 1, + "Id": 828, "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Id": 829, "CommandName": "Get-PnPTeamsApp", "Rank": 1, + "Id": 829, "Command": "Get-PnPTeamsApp" }, { - "Id": 830, "CommandName": "Get-PnPTeamsApp", "Rank": 2, + "Id": 830, "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Id": 831, "CommandName": "Get-PnPTeamsApp", "Rank": 3, + "Id": 831, "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Id": 832, "CommandName": "Get-PnPTeamsChannel", "Rank": 1, + "Id": 832, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Id": 833, "CommandName": "Get-PnPTeamsChannel", "Rank": 2, + "Id": 833, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "Id": 834, "CommandName": "Get-PnPTeamsChannel", "Rank": 3, + "Id": 834, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Id": 835, "CommandName": "Get-PnPTeamsChannel", "Rank": 4, + "Id": 835, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "Id": 836, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 1, + "Id": 836, "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Id": 837, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 2, + "Id": 837, "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Id": 838, "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 1, + "Id": 838, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Id": 839, "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 2, + "Id": 839, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Id": 840, "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 1, + "Id": 840, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Id": 841, "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 2, + "Id": 841, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Id": 842, "CommandName": "Get-PnPTeamsChannelUser", "Rank": 1, + "Id": 842, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Id": 843, "CommandName": "Get-PnPTeamsChannelUser", "Rank": 2, + "Id": 843, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "Id": 844, "CommandName": "Get-PnPTeamsChannelUser", "Rank": 3, + "Id": 844, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "Id": 845, "CommandName": "Get-PnPTeamsChannelUser", "Rank": 4, + "Id": 845, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 846, "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 1, + "Id": 846, "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Id": 847, "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 2, + "Id": 847, "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Id": 848, "CommandName": "Get-PnPTeamsTab", "Rank": 1, + "Id": 848, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "Id": 849, "CommandName": "Get-PnPTeamsTab", "Rank": 2, + "Id": 849, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "Id": 850, "CommandName": "Get-PnPTeamsTab", "Rank": 3, + "Id": 850, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "Id": 851, "CommandName": "Get-PnPTeamsTab", "Rank": 4, + "Id": 851, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Id": 852, "CommandName": "Get-PnPTeamsTab", "Rank": 5, + "Id": 852, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Id": 853, "CommandName": "Get-PnPTeamsTag", "Rank": 1, + "Id": 853, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Id": 854, "CommandName": "Get-PnPTeamsTag", "Rank": 2, + "Id": 854, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Id": 855, "CommandName": "Get-PnPTeamsTeam", "Rank": 1, + "Id": 855, "Command": "Get-PnPTeamsTeam" }, { - "Id": 856, "CommandName": "Get-PnPTeamsTeam", "Rank": 2, + "Id": 856, "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Id": 857, "CommandName": "Get-PnPTeamsTeam", "Rank": 3, + "Id": 857, "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Id": 858, "CommandName": "Get-PnPTeamsTeam", "Rank": 4, + "Id": 858, "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Id": 859, "CommandName": "Get-PnPTeamsTeam", "Rank": 5, + "Id": 859, "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 860, "CommandName": "Get-PnPTeamsTeam", "Rank": 6, + "Id": 860, "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "Id": 861, "CommandName": "Get-PnPTeamsUser", "Rank": 1, + "Id": 861, "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Id": 862, "CommandName": "Get-PnPTeamsUser", "Rank": 2, + "Id": 862, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Id": 863, "CommandName": "Get-PnPTeamsUser", "Rank": 3, + "Id": 863, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Id": 864, "CommandName": "Get-PnPTeamsUser", "Rank": 4, + "Id": 864, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Id": 865, "CommandName": "Get-PnPTemporarilyDisableAppBar", "Rank": 1, + "Id": 865, "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Id": 866, "CommandName": "Get-PnPTenant", "Rank": 1, + "Id": 866, "Command": "Get-PnPTenant" }, { - "Id": 867, "CommandName": "Get-PnPTenantAppCatalogUrl", "Rank": 1, + "Id": 867, "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Id": 868, "CommandName": "Get-PnPTenantCdnEnabled", "Rank": 1, + "Id": 868, "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Id": 869, "CommandName": "Get-PnPTenantCdnOrigin", "Rank": 1, + "Id": 869, "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Id": 870, "CommandName": "Get-PnPTenantCdnPolicies", "Rank": 1, + "Id": 870, "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Id": 871, "CommandName": "Get-PnPTenantDeletedSite", "Rank": 1, + "Id": 871, "Command": "Get-PnPTenantDeletedSite" }, { - "Id": 872, "CommandName": "Get-PnPTenantDeletedSite", "Rank": 2, + "Id": 872, "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "Id": 873, "CommandName": "Get-PnPTenantDeletedSite", "Rank": 3, + "Id": 873, "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 874, "CommandName": "Get-PnPTenantDeletedSite", "Rank": 4, + "Id": 874, "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Id": 875, "CommandName": "Get-PnPTenantDeletedSite", "Rank": 5, + "Id": 875, "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Id": 876, "CommandName": "Get-PnPTenantId", "Rank": 1, + "Id": 876, "Command": "Get-PnPTenantId" }, { - "Id": 877, "CommandName": "Get-PnPTenantId", "Rank": 2, + "Id": 877, "Command": "Get-PnPTenantId contoso" }, { - "Id": 878, "CommandName": "Get-PnPTenantId", "Rank": 3, + "Id": 878, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Id": 879, "CommandName": "Get-PnPTenantId", "Rank": 4, + "Id": 879, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Id": 880, "CommandName": "Get-PnPTenantInfo", "Rank": 1, + "Id": 880, "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "Id": 881, "CommandName": "Get-PnPTenantInfo", "Rank": 2, + "Id": 881, "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "Id": 882, "CommandName": "Get-PnPTenantInfo", "Rank": 3, + "Id": 882, "Command": "Get-PnPTenantInfo" }, { - "Id": 883, "CommandName": "Get-PnPTenantInfo", "Rank": 4, + "Id": 883, "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "Id": 884, "CommandName": "Get-PnPTenantInstance", "Rank": 1, + "Id": 884, "Command": "Get-PnPTenantInstance" }, { - "Id": 885, "CommandName": "Get-PnPTenantInternalSetting", "Rank": 1, + "Id": 885, "Command": "Get-PnPTenantInternalSetting" }, { - "Id": 886, "CommandName": "Get-PnPTenantPronounsSetting", "Rank": 1, + "Id": 886, "Command": "Get-PnPTenantPronounsSetting" }, { - "Id": 887, "CommandName": "Get-PnPTenantRecycleBinItem", "Rank": 1, + "Id": 887, "Command": "Get-PnPTenantRecycleBinItem" }, { - "Id": 888, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "Id": 888, "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Id": 889, "CommandName": "Get-PnPTenantRestrictedSearchMode", "Rank": 1, + "Id": 889, "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "Id": 890, "CommandName": "Get-PnPTenantRetentionLabel", "Rank": 1, + "Id": 890, "Command": "Get-PnPTenantRetentionLabel" }, { - "Id": 891, "CommandName": "Get-PnPTenantRetentionLabel", "Rank": 2, + "Id": 891, "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "Id": 892, "CommandName": "Get-PnPTenantSequence", "Rank": 1, + "Id": 892, "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Id": 893, "CommandName": "Get-PnPTenantSequence", "Rank": 2, + "Id": 893, "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Id": 894, "CommandName": "Get-PnPTenantSequenceSite", "Rank": 1, + "Id": 894, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Id": 895, "CommandName": "Get-PnPTenantSequenceSite", "Rank": 2, + "Id": 895, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Id": 896, "CommandName": "Get-PnPTenantSite", "Rank": 1, + "Id": 896, "Command": "Get-PnPTenantSite" }, { - "Id": 897, "CommandName": "Get-PnPTenantSite", "Rank": 2, + "Id": 897, "Command": "Get-PnPTenantSite -Detailed" }, { - "Id": 898, "CommandName": "Get-PnPTenantSite", "Rank": 3, + "Id": 898, "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Id": 899, "CommandName": "Get-PnPTenantSite", "Rank": 4, + "Id": 899, "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Id": 900, "CommandName": "Get-PnPTenantSite", "Rank": 5, + "Id": 900, "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Id": 901, "CommandName": "Get-PnPTenantSite", "Rank": 6, + "Id": 901, "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Id": 902, "CommandName": "Get-PnPTenantSite", "Rank": 7, + "Id": 902, "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Id": 903, "CommandName": "Get-PnPTenantSite", "Rank": 8, + "Id": 903, "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Id": 904, "CommandName": "Get-PnPTenantSite", "Rank": 9, + "Id": 904, "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Id": 905, "CommandName": "Get-PnPTenantSyncClientRestriction", "Rank": 1, + "Id": 905, "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Id": 906, "CommandName": "Get-PnPTenantTemplate", "Rank": 1, + "Id": 906, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Id": 907, "CommandName": "Get-PnPTenantTemplate", "Rank": 2, + "Id": 907, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "Id": 908, "CommandName": "Get-PnPTenantTemplate", "Rank": 3, + "Id": 908, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Id": 909, "CommandName": "Get-PnPTenantTheme", "Rank": 1, + "Id": 909, "Command": "Get-PnPTenantTheme" }, { - "Id": 910, "CommandName": "Get-PnPTenantTheme", "Rank": 2, + "Id": 910, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Id": 911, "CommandName": "Get-PnPTenantTheme", "Rank": 3, + "Id": 911, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Id": 912, "CommandName": "Get-PnPTerm", "Rank": 1, + "Id": 912, "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 913, "CommandName": "Get-PnPTerm", "Rank": 2, + "Id": 913, "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 914, "CommandName": "Get-PnPTerm", "Rank": 3, + "Id": 914, "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 915, "CommandName": "Get-PnPTerm", "Rank": 4, + "Id": 915, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "Id": 916, "CommandName": "Get-PnPTerm", "Rank": 5, + "Id": 916, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Id": 917, "CommandName": "Get-PnPTermGroup", "Rank": 1, + "Id": 917, "Command": "Get-PnPTermGroup" }, { - "Id": 918, "CommandName": "Get-PnPTermGroup", "Rank": 2, + "Id": 918, "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Id": 919, "CommandName": "Get-PnPTermGroup", "Rank": 3, + "Id": 919, "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Id": 920, "CommandName": "Get-PnPTermLabel", "Rank": 1, + "Id": 920, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Id": 921, "CommandName": "Get-PnPTermLabel", "Rank": 2, + "Id": 921, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Id": 922, "CommandName": "Get-PnPTermLabel", "Rank": 3, + "Id": 922, "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 923, "CommandName": "Get-PnPTermSet", "Rank": 1, + "Id": 923, "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Id": 924, "CommandName": "Get-PnPTermSet", "Rank": 2, + "Id": 924, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 925, "CommandName": "Get-PnPTermSet", "Rank": 3, + "Id": 925, "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Id": 926, "CommandName": "Get-PnPTermSet", "Rank": 4, + "Id": 926, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "Id": 927, "CommandName": "Get-PnPTheme", "Rank": 1, + "Id": 927, "Command": "Get-PnPTheme" }, { - "Id": 928, "CommandName": "Get-PnPTheme", "Rank": 2, + "Id": 928, "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Id": 929, "CommandName": "Get-PnPTimeZoneId", "Rank": 1, + "Id": 929, "Command": "Get-PnPTimeZoneId" }, { - "Id": 930, "CommandName": "Get-PnPTimeZoneId", "Rank": 2, + "Id": 930, "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Id": 931, "CommandName": "Get-PnPTodoList", "Rank": 1, + "Id": 931, "Command": "Get-PnPTodoList" }, { - "Id": 932, "CommandName": "Get-PnPTodoList", "Rank": 2, + "Id": 932, "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Id": 933, "CommandName": "Get-PnPTodoList", "Rank": 3, + "Id": 933, "Command": "Get-PnPTodoList -User john@doe.com" }, { - "Id": 934, "CommandName": "Get-PnPTodoList", "Rank": 4, + "Id": 934, "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Id": 935, "CommandName": "Get-PnPTraceLog", "Rank": 1, + "Id": 935, "Command": "Get-PnPTraceLog" }, { - "Id": 936, "CommandName": "Get-PnPTraceLog", "Rank": 2, + "Id": 936, "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "Id": 937, "CommandName": "Get-PnPTraceLog", "Rank": 3, + "Id": 937, "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "Id": 938, "CommandName": "Get-PnPTraceLog", "Rank": 4, + "Id": 938, "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "Id": 939, "CommandName": "Get-PnPTraceLog", "Rank": 5, + "Id": 939, "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "Id": 940, "CommandName": "Get-PnPTraceLog", "Rank": 6, + "Id": 940, "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "Id": 941, "CommandName": "Get-PnPUnfurlLink", "Rank": 1, + "Id": 941, "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "Id": 942, "CommandName": "Get-PnPUnifiedAuditLog", "Rank": 1, + "Id": 942, "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "Id": 943, "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 1, + "Id": 943, "Command": "Get-PnPUPABulkImportStatus" }, { - "Id": 944, "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 2, + "Id": 944, "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Id": 945, "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 3, + "Id": 945, "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Id": 946, "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 4, + "Id": 946, "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Id": 947, "CommandName": "Get-PnPUser", "Rank": 1, + "Id": 947, "Command": "Get-PnPUser" }, { - "Id": 948, "CommandName": "Get-PnPUser", "Rank": 2, + "Id": 948, "Command": "Get-PnPUser -Identity 23" }, { - "Id": 949, "CommandName": "Get-PnPUser", "Rank": 3, + "Id": 949, "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Id": 950, "CommandName": "Get-PnPUser", "Rank": 4, + "Id": 950, "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Id": 951, "CommandName": "Get-PnPUser", "Rank": 5, + "Id": 951, "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Id": 952, "CommandName": "Get-PnPUser", "Rank": 6, + "Id": 952, "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Id": 953, "CommandName": "Get-PnPUser", "Rank": 7, + "Id": 953, "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Id": 954, "CommandName": "Get-PnPUserOneDriveQuota", "Rank": 1, + "Id": 954, "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Id": 955, "CommandName": "Get-PnPUserProfilePhoto", "Rank": 1, + "Id": 955, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Id": 956, "CommandName": "Get-PnPUserProfilePhoto", "Rank": 2, + "Id": 956, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "Id": 957, "CommandName": "Get-PnPUserProfileProperty", "Rank": 1, + "Id": 957, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Id": 958, "CommandName": "Get-PnPUserProfileProperty", "Rank": 2, + "Id": 958, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Id": 959, "CommandName": "Get-PnPUserProfileProperty", "Rank": 3, + "Id": 959, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Id": 960, "CommandName": "Get-PnPView", "Rank": 1, + "Id": 960, "Command": "Get-PnPView -List \"Demo List\"" }, { - "Id": 961, "CommandName": "Get-PnPView", "Rank": 2, + "Id": 961, "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Id": 962, "CommandName": "Get-PnPView", "Rank": 3, + "Id": 962, "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Id": 963, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 1, + "Id": 963, "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Id": 964, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 2, + "Id": 964, "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Id": 965, "CommandName": "Get-PnPVivaEngageCommunity", "Rank": 1, + "Id": 965, "Command": "Get-PnPVivaEngageCommunity" }, { - "Id": 966, "CommandName": "Get-PnPVivaEngageCommunity", "Rank": 2, + "Id": 966, "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Id": 967, "CommandName": "Get-PnPWeb", "Rank": 1, + "Id": 967, "Command": "Get-PnPWeb" }, { - "Id": 968, "CommandName": "Get-PnPWebHeader", "Rank": 1, + "Id": 968, "Command": "Get-PnPWebHeader" }, { - "Id": 969, "CommandName": "Get-PnPWebhookSubscription", "Rank": 1, + "Id": 969, "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "Id": 970, "CommandName": "Get-PnPWebPart", "Rank": 1, + "Id": 970, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Id": 971, "CommandName": "Get-PnPWebPart", "Rank": 2, + "Id": 971, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 972, "CommandName": "Get-PnPWebPartProperty", "Rank": 1, + "Id": 972, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "Id": 973, "CommandName": "Get-PnPWebPartProperty", "Rank": 2, + "Id": 973, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "Id": 974, "CommandName": "Get-PnPWebPartXml", "Rank": 1, + "Id": 974, "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 975, "CommandName": "Get-PnPWebPermission", "Rank": 1, + "Id": 975, "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "Id": 976, "CommandName": "Get-PnPWebPermission", "Rank": 2, + "Id": 976, "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Id": 977, "CommandName": "Get-PnPWebTemplates", "Rank": 1, + "Id": 977, "Command": "Get-PnPWebTemplates" }, { - "Id": 978, "CommandName": "Get-PnPWebTemplates", "Rank": 2, + "Id": 978, "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Id": 979, "CommandName": "Get-PnPWebTemplates", "Rank": 3, + "Id": 979, "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Id": 980, "CommandName": "Get-PnPWikiPageContent", "Rank": 1, + "Id": 980, "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Id": 981, "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 1, + "Id": 981, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "Id": 982, "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 2, + "Id": 982, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "Id": 983, "CommandName": "Grant-PnPHubSiteRights", "Rank": 1, + "Id": 983, "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 984, "CommandName": "Grant-PnPSiteDesignRights", "Rank": 1, + "Id": 984, "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 985, "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Rank": 1, + "Id": 985, "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Id": 986, "CommandName": "Import-PnPTaxonomy", "Rank": 1, + "Id": 986, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Id": 987, "CommandName": "Import-PnPTaxonomy", "Rank": 2, + "Id": 987, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "Id": 988, "CommandName": "Import-PnPTaxonomy", "Rank": 3, + "Id": 988, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Id": 989, "CommandName": "Import-PnPTaxonomy", "Rank": 4, + "Id": 989, "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Id": 990, "CommandName": "Import-PnPTermGroupFromXml", "Rank": 1, + "Id": 990, "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Id": 991, "CommandName": "Import-PnPTermGroupFromXml", "Rank": 2, + "Id": 991, "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Id": 992, "CommandName": "Import-PnPTermSet", "Rank": 1, + "Id": 992, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "Id": 993, "CommandName": "Import-PnPTermSet", "Rank": 2, + "Id": 993, "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "Id": 994, "CommandName": "Import-PnPTermSet", "Rank": 3, + "Id": 994, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "Id": 995, "CommandName": "Install-PnPApp", "Rank": 1, + "Id": 995, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 996, "CommandName": "Install-PnPApp", "Rank": 2, + "Id": 996, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 997, "CommandName": "Invoke-PnPGraphMethod", "Rank": 1, + "Id": 997, "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "Id": 998, "CommandName": "Invoke-PnPGraphMethod", "Rank": 2, + "Id": 998, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Id": 999, "CommandName": "Invoke-PnPGraphMethod", "Rank": 3, + "Id": 999, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Id": 1000, "CommandName": "Invoke-PnPGraphMethod", "Rank": 4, + "Id": 1000, "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Id": 1001, "CommandName": "Invoke-PnPGraphMethod", "Rank": 5, + "Id": 1001, "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "Id": 1002, "CommandName": "Invoke-PnPGraphMethod", "Rank": 6, + "Id": 1002, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "Id": 1003, "CommandName": "Invoke-PnPGraphMethod", "Rank": 7, + "Id": 1003, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "Id": 1004, "CommandName": "Invoke-PnPListDesign", "Rank": 1, + "Id": 1004, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1005, "CommandName": "Invoke-PnPListDesign", "Rank": 2, + "Id": 1005, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Id": 1006, "CommandName": "Invoke-PnPQuery", "Rank": 1, + "Id": 1006, "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Id": 1007, "CommandName": "Invoke-PnPSiteDesign", "Rank": 1, + "Id": 1007, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1008, "CommandName": "Invoke-PnPSiteDesign", "Rank": 2, + "Id": 1008, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Id": 1009, "CommandName": "Invoke-PnPSiteScript", "Rank": 1, + "Id": 1009, "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "Id": 1010, "CommandName": "Invoke-PnPSiteSwap", "Rank": 1, + "Id": 1010, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Id": 1011, "CommandName": "Invoke-PnPSiteSwap", "Rank": 2, + "Id": 1011, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Id": 1012, "CommandName": "Invoke-PnPSiteSwap", "Rank": 3, + "Id": 1012, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "Id": 1013, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 1, + "Id": 1013, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "Id": 1014, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 2, + "Id": 1014, "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Id": 1015, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 3, + "Id": 1015, "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Id": 1016, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 4, + "Id": 1016, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Id": 1017, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 5, + "Id": 1017, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Id": 1018, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 6, + "Id": 1018, "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Id": 1019, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 7, + "Id": 1019, "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Id": 1020, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 8, + "Id": 1020, "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "Id": 1021, "CommandName": "Invoke-PnPSiteTemplate", "Rank": 9, + "Id": 1021, "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Id": 1022, "CommandName": "Invoke-PnPSPRestMethod", "Rank": 1, + "Id": 1022, "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "Id": 1023, "CommandName": "Invoke-PnPTenantTemplate", "Rank": 1, + "Id": 1023, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Id": 1024, "CommandName": "Invoke-PnPTenantTemplate", "Rank": 2, + "Id": 1024, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Id": 1025, "CommandName": "Invoke-PnPTenantTemplate", "Rank": 3, + "Id": 1025, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Id": 1026, "CommandName": "Invoke-PnPWebAction", "Rank": 1, + "Id": 1026, "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Id": 1027, "CommandName": "Invoke-PnPWebAction", "Rank": 2, + "Id": 1027, "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Id": 1028, "CommandName": "Measure-PnPList", "Rank": 1, + "Id": 1028, "Command": "Measure-PnPList \"Documents\"" }, { - "Id": 1029, "CommandName": "Measure-PnPList", "Rank": 2, + "Id": 1029, "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Id": 1030, "CommandName": "Measure-PnPWeb", "Rank": 1, + "Id": 1030, "Command": "Measure-PnPWeb" }, { - "Id": 1031, "CommandName": "Measure-PnPWeb", "Rank": 2, + "Id": 1031, "Command": "Measure-PnPWeb $web -Recursive" }, { - "Id": 1032, "CommandName": "Merge-PnPTerm", "Rank": 1, + "Id": 1032, "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "Id": 1033, "CommandName": "Move-PnPFile", "Rank": 1, + "Id": 1033, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "Id": 1034, "CommandName": "Move-PnPFile", "Rank": 2, + "Id": 1034, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "Id": 1035, "CommandName": "Move-PnPFile", "Rank": 3, + "Id": 1035, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Id": 1036, "CommandName": "Move-PnPFile", "Rank": 4, + "Id": 1036, "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Id": 1037, "CommandName": "Move-PnPFolder", "Rank": 1, + "Id": 1037, "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Id": 1038, "CommandName": "Move-PnPFolder", "Rank": 2, + "Id": 1038, "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Id": 1039, "CommandName": "Move-PnPListItemToRecycleBin", "Rank": 1, + "Id": 1039, "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Id": 1040, "CommandName": "Move-PnPPage", "Rank": 1, + "Id": 1040, "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Id": 1041, "CommandName": "Move-PnPPageComponent", "Rank": 1, + "Id": 1041, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "Id": 1042, "CommandName": "Move-PnPPageComponent", "Rank": 2, + "Id": 1042, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "Id": 1043, "CommandName": "Move-PnPPageComponent", "Rank": 3, + "Id": 1043, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "Id": 1044, "CommandName": "Move-PnPPageComponent", "Rank": 4, + "Id": 1044, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Id": 1045, "CommandName": "Move-PnpRecycleBinItem", "Rank": 1, + "Id": 1045, "Command": "Move-PnPRecycleBinItem" }, { - "Id": 1046, "CommandName": "Move-PnpRecycleBinItem", "Rank": 2, + "Id": 1046, "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Id": 1047, "CommandName": "Move-PnpRecycleBinItem", "Rank": 3, + "Id": 1047, "Command": "Move-PnPRecycleBinItem -Force" }, { - "Id": 1048, "CommandName": "Move-PnPTerm", "Rank": 1, + "Id": 1048, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "Id": 1049, "CommandName": "Move-PnPTerm", "Rank": 2, + "Id": 1049, "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "Id": 1050, "CommandName": "Move-PnPTerm", "Rank": 3, + "Id": 1050, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "Id": 1051, "CommandName": "Move-PnPTermSet", "Rank": 1, + "Id": 1051, "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "Id": 1052, "CommandName": "Move-PnPTermSet", "Rank": 2, + "Id": 1052, "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "Id": 1053, "CommandName": "New-PnPAzureADGroup", "Rank": 1, + "Id": 1053, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Id": 1054, "CommandName": "New-PnPAzureADGroup", "Rank": 2, + "Id": 1054, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "Id": 1055, "CommandName": "New-PnPAzureADGroup", "Rank": 3, + "Id": 1055, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Id": 1056, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 1, + "Id": 1056, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Id": 1057, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 2, + "Id": 1057, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "Id": 1058, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 3, + "Id": 1058, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "Id": 1059, "CommandName": "New-PnPAzureCertificate", "Rank": 1, + "Id": 1059, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Id": 1060, "CommandName": "New-PnPAzureCertificate", "Rank": 2, + "Id": 1060, "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "Id": 1061, "CommandName": "New-PnPAzureCertificate", "Rank": 3, + "Id": 1061, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "Id": 1062, "CommandName": "New-PnPAzureCertificate", "Rank": 4, + "Id": 1062, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "Id": 1063, "CommandName": "New-PnPContainerType", "Rank": 1, + "Id": 1063, "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "Id": 1064, "CommandName": "New-PnPGraphSubscription", "Rank": 1, + "Id": 1064, "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Id": 1065, "CommandName": "New-PnPGraphSubscription", "Rank": 2, + "Id": 1065, "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Id": 1066, "CommandName": "New-PnPGroup", "Rank": 1, + "Id": 1066, "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Id": 1067, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 1, + "Id": 1067, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "Id": 1068, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 2, + "Id": 1068, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Id": 1069, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 3, + "Id": 1069, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "Id": 1070, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 4, + "Id": 1070, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Id": 1071, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Rank": 1, + "Id": 1071, "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 1072, "CommandName": "New-PnPList", "Rank": 1, + "Id": 1072, "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Id": 1073, "CommandName": "New-PnPList", "Rank": 2, + "Id": 1073, "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Id": 1074, "CommandName": "New-PnPList", "Rank": 3, + "Id": 1074, "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Id": 1075, "CommandName": "New-PnPMicrosoft365Group", "Rank": 1, + "Id": 1075, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Id": 1076, "CommandName": "New-PnPMicrosoft365Group", "Rank": 2, + "Id": 1076, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "Id": 1077, "CommandName": "New-PnPMicrosoft365Group", "Rank": 3, + "Id": 1077, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Id": 1078, "CommandName": "New-PnPMicrosoft365Group", "Rank": 4, + "Id": 1078, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "Id": 1079, "CommandName": "New-PnPMicrosoft365Group", "Rank": 5, + "Id": 1079, "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Id": 1080, "CommandName": "New-PnPMicrosoft365Group", "Rank": 6, + "Id": 1080, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1081, "CommandName": "New-PnPMicrosoft365Group", "Rank": 7, + "Id": 1081, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "Id": 1082, "CommandName": "New-PnPMicrosoft365GroupSettings", "Rank": 1, + "Id": 1082, "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "Id": 1083, "CommandName": "New-PnPMicrosoft365GroupSettings", "Rank": 2, + "Id": 1083, "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "Id": 1084, "CommandName": "New-PnPPersonalSite", "Rank": 1, + "Id": 1084, "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Id": 1085, "CommandName": "New-PnPPlannerPlan", "Rank": 1, + "Id": 1085, "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Id": 1086, "CommandName": "New-PnpProfileCardProperty", "Rank": 1, + "Id": 1086, "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "Id": 1087, "CommandName": "New-PnPSdnProvider", "Rank": 1, + "Id": 1087, "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Id": 1088, "CommandName": "New-PnPSearchExternalConnection", "Rank": 1, + "Id": 1088, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "Id": 1089, "CommandName": "New-PnPSearchExternalConnection", "Rank": 2, + "Id": 1089, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Id": 1090, "CommandName": "New-PnPSite", "Rank": 1, + "Id": 1090, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Id": 1091, "CommandName": "New-PnPSite", "Rank": 2, + "Id": 1091, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "Id": 1092, "CommandName": "New-PnPSite", "Rank": 3, + "Id": 1092, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Id": 1093, "CommandName": "New-PnPSite", "Rank": 4, + "Id": 1093, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Id": 1094, "CommandName": "New-PnPSite", "Rank": 5, + "Id": 1094, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Id": 1095, "CommandName": "New-PnPSite", "Rank": 6, + "Id": 1095, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Id": 1096, "CommandName": "New-PnPSite", "Rank": 7, + "Id": 1096, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Id": 1097, "CommandName": "New-PnPSite", "Rank": 8, + "Id": 1097, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Id": 1098, "CommandName": "New-PnPSite", "Rank": 9, + "Id": 1098, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "Id": 1099, "CommandName": "New-PnPSite", "Rank": 10, + "Id": 1099, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "Id": 1100, "CommandName": "New-PnPSite", "Rank": 11, + "Id": 1100, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Id": 1101, "CommandName": "New-PnPSite", "Rank": 12, + "Id": 1101, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Id": 1102, "CommandName": "New-PnPSite", "Rank": 13, + "Id": 1102, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Id": 1103, "CommandName": "New-PnPSite", "Rank": 14, + "Id": 1103, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Id": 1104, "CommandName": "New-PnPSite", "Rank": 15, + "Id": 1104, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Id": 1105, "CommandName": "New-PnPSite", "Rank": 16, + "Id": 1105, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Id": 1106, "CommandName": "New-PnPSite", "Rank": 17, + "Id": 1106, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "Id": 1107, "CommandName": "New-PnPSiteCollectionTermStore", "Rank": 1, + "Id": 1107, "Command": "New-PnPSiteCollectionTermStore" }, { - "Id": 1108, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, + "Id": 1108, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "Id": 1109, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 2, + "Id": 1109, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "Id": 1110, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 3, + "Id": 1110, "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "Id": 1111, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 4, + "Id": 1111, "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Id": 1112, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Rank": 1, + "Id": 1112, "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 1113, "CommandName": "New-PnPSiteGroup", "Rank": 1, + "Id": 1113, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "Id": 1114, "CommandName": "New-PnPSiteGroup", "Rank": 2, + "Id": 1114, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Id": 1115, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 1, + "Id": 1115, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Id": 1116, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 2, + "Id": 1116, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Id": 1117, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 3, + "Id": 1117, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "Id": 1118, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 4, + "Id": 1118, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "Id": 1119, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 5, + "Id": 1119, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "Id": 1120, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 6, + "Id": 1120, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1121, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 7, + "Id": 1121, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Id": 1122, "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 8, + "Id": 1122, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Id": 1123, "CommandName": "New-PnPTeamsApp", "Rank": 1, + "Id": 1123, "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Id": 1124, "CommandName": "New-PnPTeamsTeam", "Rank": 1, + "Id": 1124, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Id": 1125, "CommandName": "New-PnPTeamsTeam", "Rank": 2, + "Id": 1125, "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Id": 1126, "CommandName": "New-PnPTeamsTeam", "Rank": 3, + "Id": 1126, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "Id": 1127, "CommandName": "New-PnPTeamsTeam", "Rank": 4, + "Id": 1127, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Id": 1128, "CommandName": "New-PnPTeamsTeam", "Rank": 5, + "Id": 1128, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "Id": 1129, "CommandName": "New-PnPTeamsTeam", "Rank": 6, + "Id": 1129, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1130, "CommandName": "New-PnPTenantSite", "Rank": 1, + "Id": 1130, "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Id": 1131, "CommandName": "New-PnPTenantSite", "Rank": 2, + "Id": 1131, "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Id": 1132, "CommandName": "New-PnPTerm", "Rank": 1, + "Id": 1132, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Id": 1133, "CommandName": "New-PnPTerm", "Rank": 2, + "Id": 1133, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1134, "CommandName": "New-PnPTermGroup", "Rank": 1, + "Id": 1134, "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Id": 1135, "CommandName": "New-PnPTermGroup", "Rank": 2, + "Id": 1135, "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Id": 1136, "CommandName": "New-PnPTermLabel", "Rank": 1, + "Id": 1136, "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Id": 1137, "CommandName": "New-PnPTermSet", "Rank": 1, + "Id": 1137, "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Id": 1138, "CommandName": "New-PnPTodoList", "Rank": 1, + "Id": 1138, "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "Id": 1139, "CommandName": "New-PnPTodoList", "Rank": 2, + "Id": 1139, "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Id": 1140, "CommandName": "New-PnPUPABulkImportJob", "Rank": 1, + "Id": 1140, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "Id": 1141, "CommandName": "New-PnPUPABulkImportJob", "Rank": 2, + "Id": 1141, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "Id": 1142, "CommandName": "New-PnPUser", "Rank": 1, + "Id": 1142, "Command": "New-PnPUser -LoginName user@company.com" }, { - "Id": 1143, "CommandName": "New-PnPVivaEngageCommunity", "Rank": 1, + "Id": 1143, "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "Id": 1144, "CommandName": "New-PnPWeb", "Rank": 1, + "Id": 1144, "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "Id": 1145, "CommandName": "Publish-PnPApp", "Rank": 1, + "Id": 1145, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 1146, "CommandName": "Publish-PnPApp", "Rank": 2, + "Id": 1146, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Id": 1147, "CommandName": "Publish-PnPContentType", "Rank": 1, + "Id": 1147, "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Id": 1148, "CommandName": "Publish-PnPSyntexModel", "Rank": 1, + "Id": 1148, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Id": 1149, "CommandName": "Publish-PnPSyntexModel", "Rank": 2, + "Id": 1149, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Id": 1150, "CommandName": "Read-PnPSiteTemplate", "Rank": 1, + "Id": 1150, "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Id": 1151, "CommandName": "Read-PnPSiteTemplate", "Rank": 2, + "Id": 1151, "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Id": 1152, "CommandName": "Read-PnPSiteTemplate", "Rank": 3, + "Id": 1152, "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Id": 1153, "CommandName": "Read-PnPTenantTemplate", "Rank": 1, + "Id": 1153, "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Id": 1154, "CommandName": "Register-PnPAppCatalogSite", "Rank": 1, + "Id": 1154, "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Id": 1155, "CommandName": "Register-PnPAzureADApp", "Rank": 1, + "Id": 1155, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "Id": 1156, "CommandName": "Register-PnPAzureADApp", "Rank": 2, + "Id": 1156, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1157, "CommandName": "Register-PnPAzureADApp", "Rank": 3, + "Id": 1157, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "Id": 1158, "CommandName": "Register-PnPAzureADApp", "Rank": 4, + "Id": 1158, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1159, "CommandName": "Register-PnPAzureADApp", "Rank": 5, + "Id": 1159, "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1160, "CommandName": "Register-PnPAzureADApp", "Rank": 6, + "Id": 1160, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1161, "CommandName": "Register-PnPAzureADApp", "Rank": 7, + "Id": 1161, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "Id": 1162, "CommandName": "Register-PnPAzureADApp", "Rank": 8, + "Id": 1162, "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "Id": 1163, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Rank": 1, + "Id": 1163, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "Id": 1164, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Rank": 2, + "Id": 1164, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "Id": 1165, "CommandName": "Register-PnPHubSite", "Rank": 1, + "Id": 1165, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Id": 1166, "CommandName": "Register-PnPHubSite", "Rank": 2, + "Id": 1166, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Id": 1167, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 1, + "Id": 1167, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Id": 1168, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 2, + "Id": 1168, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Id": 1169, "CommandName": "Remove-PnPAlert", "Rank": 1, + "Id": 1169, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "Id": 1170, "CommandName": "Remove-PnPAlert", "Rank": 2, + "Id": 1170, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 1171, "CommandName": "Remove-PnPApp", "Rank": 1, + "Id": 1171, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1172, "CommandName": "Remove-PnPApp", "Rank": 2, + "Id": 1172, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1173, "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 1, + "Id": 1173, "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1174, "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 2, + "Id": 1174, "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Id": 1175, "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 1, + "Id": 1175, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Id": 1176, "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 2, + "Id": 1176, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Id": 1177, "CommandName": "Remove-PnPAzureADApp", "Rank": 1, + "Id": 1177, "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Id": 1178, "CommandName": "Remove-PnPAzureADApp", "Rank": 2, + "Id": 1178, "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 1179, "CommandName": "Remove-PnPAzureADGroup", "Rank": 1, + "Id": 1179, "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Id": 1180, "CommandName": "Remove-PnPAzureADGroup", "Rank": 2, + "Id": 1180, "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Id": 1181, "CommandName": "Remove-PnPAzureADGroupMember", "Rank": 1, + "Id": 1181, "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1182, "CommandName": "Remove-PnPAzureADGroupOwner", "Rank": 1, + "Id": 1182, "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1183, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, + "Id": 1183, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Id": 1184, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, + "Id": 1184, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Id": 1185, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 3, + "Id": 1185, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 1186, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 4, + "Id": 1186, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Id": 1187, "CommandName": "Remove-PnPAzureADUser", "Rank": 1, + "Id": 1187, "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "Id": 1188, "CommandName": "Remove-PnPAzureADUser", "Rank": 2, + "Id": 1188, "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "Id": 1189, "CommandName": "Remove-PnPContainer", "Rank": 1, + "Id": 1189, "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 1190, "CommandName": "Remove-PnPContainer", "Rank": 2, + "Id": 1190, "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Id": 1191, "CommandName": "Remove-PnPContainerType", "Rank": 1, + "Id": 1191, "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "Id": 1192, "CommandName": "Remove-PnPContentType", "Rank": 1, + "Id": 1192, "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Id": 1193, "CommandName": "Remove-PnPContentType", "Rank": 2, + "Id": 1193, "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Id": 1194, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 1, + "Id": 1194, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Id": 1195, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 2, + "Id": 1195, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Id": 1196, "CommandName": "Remove-PnPContentTypeFromList", "Rank": 1, + "Id": 1196, "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Id": 1197, "CommandName": "Remove-PnPCustomAction", "Rank": 1, + "Id": 1197, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1198, "CommandName": "Remove-PnPCustomAction", "Rank": 2, + "Id": 1198, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Id": 1199, "CommandName": "Remove-PnPCustomAction", "Rank": 3, + "Id": 1199, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Id": 1200, "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Rank": 1, + "Id": 1200, "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 1201, "CommandName": "Remove-PnPEventReceiver", "Rank": 1, + "Id": 1201, "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 1202, "CommandName": "Remove-PnPEventReceiver", "Rank": 2, + "Id": 1202, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 1203, "CommandName": "Remove-PnPEventReceiver", "Rank": 3, + "Id": 1203, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Id": 1204, "CommandName": "Remove-PnPEventReceiver", "Rank": 4, + "Id": 1204, "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Id": 1205, "CommandName": "Remove-PnPEventReceiver", "Rank": 5, + "Id": 1205, "Command": "Remove-PnPEventReceiver" }, { - "Id": 1206, "CommandName": "Remove-PnPEventReceiver", "Rank": 6, + "Id": 1206, "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Id": 1207, "CommandName": "Remove-PnPEventReceiver", "Rank": 7, + "Id": 1207, "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Id": 1208, "CommandName": "Remove-PnPEventReceiver", "Rank": 8, + "Id": 1208, "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Id": 1209, "CommandName": "Remove-PnPField", "Rank": 1, + "Id": 1209, "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Id": 1210, "CommandName": "Remove-PnPField", "Rank": 2, + "Id": 1210, "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Id": 1211, "CommandName": "Remove-PnPFieldFromContentType", "Rank": 1, + "Id": 1211, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Id": 1212, "CommandName": "Remove-PnPFieldFromContentType", "Rank": 2, + "Id": 1212, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Id": 1213, "CommandName": "Remove-PnPFile", "Rank": 1, + "Id": 1213, "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Id": 1214, "CommandName": "Remove-PnPFile", "Rank": 2, + "Id": 1214, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Id": 1215, "CommandName": "Remove-PnPFile", "Rank": 3, + "Id": 1215, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Id": 1216, "CommandName": "Remove-PnPFileFromSiteTemplate", "Rank": 1, + "Id": 1216, "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Id": 1217, "CommandName": "Remove-PnPFileSharingLink", "Rank": 1, + "Id": 1217, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 1218, "CommandName": "Remove-PnPFileSharingLink", "Rank": 2, + "Id": 1218, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "Id": 1219, "CommandName": "Remove-PnPFileVersion", "Rank": 1, + "Id": 1219, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Id": 1220, "CommandName": "Remove-PnPFileVersion", "Rank": 2, + "Id": 1220, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Id": 1221, "CommandName": "Remove-PnPFileVersion", "Rank": 3, + "Id": 1221, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Id": 1222, "CommandName": "Remove-PnPFlow", "Rank": 1, + "Id": 1222, "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1223, "CommandName": "Remove-PnPFlow", "Rank": 2, + "Id": 1223, "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "Id": 1224, "CommandName": "Remove-PnPFlowOwner", "Rank": 1, + "Id": 1224, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "Id": 1225, "CommandName": "Remove-PnPFlowOwner", "Rank": 2, + "Id": 1225, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "Id": 1226, "CommandName": "Remove-PnPFlowOwner", "Rank": 3, + "Id": 1226, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "Id": 1227, "CommandName": "Remove-PnPFlowOwner", "Rank": 4, + "Id": 1227, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "Id": 1228, "CommandName": "Remove-PnPFolder", "Rank": 1, + "Id": 1228, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Id": 1229, "CommandName": "Remove-PnPFolder", "Rank": 2, + "Id": 1229, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Id": 1230, "CommandName": "Remove-PnPFolderSharingLink", "Rank": 1, + "Id": 1230, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 1231, "CommandName": "Remove-PnPFolderSharingLink", "Rank": 2, + "Id": 1231, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "Id": 1232, "CommandName": "Remove-PnPGraphSubscription", "Rank": 1, + "Id": 1232, "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Id": 1233, "CommandName": "Remove-PnPGroup", "Rank": 1, + "Id": 1233, "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Id": 1234, "CommandName": "Remove-PnPGroupMember", "Rank": 1, + "Id": 1234, "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Id": 1235, "CommandName": "Remove-PnPHomeSite", "Rank": 1, + "Id": 1235, "Command": "Remove-PnPHomeSite" }, { - "Id": 1236, "CommandName": "Remove-PnPHubSiteAssociation", "Rank": 1, + "Id": 1236, "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Id": 1237, "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 1, + "Id": 1237, "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Id": 1238, "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 2, + "Id": 1238, "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Id": 1239, "CommandName": "Remove-PnPIndexedProperty", "Rank": 1, + "Id": 1239, "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Id": 1240, "CommandName": "Remove-PnPJavaScriptLink", "Rank": 1, + "Id": 1240, "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Id": 1241, "CommandName": "Remove-PnPJavaScriptLink", "Rank": 2, + "Id": 1241, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Id": 1242, "CommandName": "Remove-PnPJavaScriptLink", "Rank": 3, + "Id": 1242, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Id": 1243, "CommandName": "Remove-PnPJavaScriptLink", "Rank": 4, + "Id": 1243, "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Id": 1244, "CommandName": "Remove-PnPJavaScriptLink", "Rank": 5, + "Id": 1244, "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Id": 1245, "CommandName": "Remove-PnPKnowledgeHubSite", "Rank": 1, + "Id": 1245, "Command": "Remove-PnPKnowledgeHubSite" }, { - "Id": 1246, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Rank": 1, + "Id": 1246, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "Id": 1247, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Rank": 2, + "Id": 1247, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Id": 1248, "CommandName": "Remove-PnPList", "Rank": 1, + "Id": 1248, "Command": "Remove-PnPList -Identity Announcements" }, { - "Id": 1249, "CommandName": "Remove-PnPList", "Rank": 2, + "Id": 1249, "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Id": 1250, "CommandName": "Remove-PnPList", "Rank": 3, + "Id": 1250, "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Id": 1251, "CommandName": "Remove-PnPList", "Rank": 4, + "Id": 1251, "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Id": 1252, "CommandName": "Remove-PnPListDesign", "Rank": 1, + "Id": 1252, "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1253, "CommandName": "Remove-PnPListItem", "Rank": 1, + "Id": 1253, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Id": 1254, "CommandName": "Remove-PnPListItem", "Rank": 2, + "Id": 1254, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Id": 1255, "CommandName": "Remove-PnPListItem", "Rank": 3, + "Id": 1255, "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Id": 1256, "CommandName": "Remove-PnPListItemAttachment", "Rank": 1, + "Id": 1256, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "Id": 1257, "CommandName": "Remove-PnPListItemAttachment", "Rank": 2, + "Id": 1257, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "Id": 1258, "CommandName": "Remove-PnPListItemAttachment", "Rank": 3, + "Id": 1258, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Id": 1259, "CommandName": "Remove-PnPListItemAttachment", "Rank": 4, + "Id": 1259, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Id": 1260, "CommandName": "Remove-PnPListItemAttachment", "Rank": 5, + "Id": 1260, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Id": 1261, "CommandName": "Remove-PnPListItemComment", "Rank": 1, + "Id": 1261, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "Id": 1262, "CommandName": "Remove-PnPListItemComment", "Rank": 2, + "Id": 1262, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "Id": 1263, "CommandName": "Remove-PnPListItemComment", "Rank": 3, + "Id": 1263, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "Id": 1264, "CommandName": "Remove-PnPListItemComment", "Rank": 4, + "Id": 1264, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "Id": 1265, "CommandName": "Remove-PnPListItemVersion", "Rank": 1, + "Id": 1265, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Id": 1266, "CommandName": "Remove-PnPListItemVersion", "Rank": 2, + "Id": 1266, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Id": 1267, "CommandName": "Remove-PnPManagedAppId", "Rank": 1, + "Id": 1267, "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "Id": 1268, "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 1, + "Id": 1268, "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Id": 1269, "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 2, + "Id": 1269, "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Id": 1270, "CommandName": "Remove-PnPMicrosoft365GroupMember", "Rank": 1, + "Id": 1270, "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1271, "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Rank": 1, + "Id": 1271, "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1272, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Rank": 1, + "Id": 1272, "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "Id": 1273, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 1, + "Id": 1273, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Id": 1274, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 2, + "Id": 1274, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Id": 1275, "CommandName": "Remove-PnPNavigationNode", "Rank": 1, + "Id": 1275, "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Id": 1276, "CommandName": "Remove-PnPNavigationNode", "Rank": 2, + "Id": 1276, "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Id": 1277, "CommandName": "Remove-PnPNavigationNode", "Rank": 3, + "Id": 1277, "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Id": 1278, "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 1, + "Id": 1278, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Id": 1279, "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 2, + "Id": 1279, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Id": 1280, "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 3, + "Id": 1280, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Id": 1281, "CommandName": "Remove-PnPOrgNewsSite", "Rank": 1, + "Id": 1281, "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Id": 1282, "CommandName": "Remove-PnPPage", "Rank": 1, + "Id": 1282, "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Id": 1283, "CommandName": "Remove-PnPPage", "Rank": 2, + "Id": 1283, "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Id": 1284, "CommandName": "Remove-PnPPage", "Rank": 3, + "Id": 1284, "Command": "Remove-PnPPage $page" }, { - "Id": 1285, "CommandName": "Remove-PnPPage", "Rank": 4, + "Id": 1285, "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Id": 1286, "CommandName": "Remove-PnPPageComponent", "Rank": 1, + "Id": 1286, "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 1287, "CommandName": "Remove-PnPPlannerBucket", "Rank": 1, + "Id": 1287, "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Id": 1288, "CommandName": "Remove-PnPPlannerPlan", "Rank": 1, + "Id": 1288, "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Id": 1289, "CommandName": "Remove-PnPPlannerRoster", "Rank": 1, + "Id": 1289, "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Id": 1290, "CommandName": "Remove-PnPPlannerRosterMember", "Rank": 1, + "Id": 1290, "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 1291, "CommandName": "Remove-PnPPlannerTask", "Rank": 1, + "Id": 1291, "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Id": 1292, "CommandName": "Remove-PnPProfileCardProperty", "Rank": 1, + "Id": 1292, "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "Id": 1293, "CommandName": "Remove-PnPPropertyBagValue", "Rank": 1, + "Id": 1293, "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Id": 1294, "CommandName": "Remove-PnPPropertyBagValue", "Rank": 2, + "Id": 1294, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Id": 1295, "CommandName": "Remove-PnPPropertyBagValue", "Rank": 3, + "Id": 1295, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Id": 1296, "CommandName": "Remove-PnPPublishingImageRendition", "Rank": 1, + "Id": 1296, "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Id": 1297, "CommandName": "Remove-PnPRoleDefinition", "Rank": 1, + "Id": 1297, "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Id": 1298, "CommandName": "Remove-PnPSdnProvider", "Rank": 1, + "Id": 1298, "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Id": 1299, "CommandName": "Remove-PnPSearchConfiguration", "Rank": 1, + "Id": 1299, "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Id": 1300, "CommandName": "Remove-PnPSearchConfiguration", "Rank": 2, + "Id": 1300, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Id": 1301, "CommandName": "Remove-PnPSearchConfiguration", "Rank": 3, + "Id": 1301, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Id": 1302, "CommandName": "Remove-PnPSearchConfiguration", "Rank": 4, + "Id": 1302, "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 1303, "CommandName": "Remove-PnPSearchExternalConnection", "Rank": 1, + "Id": 1303, "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Id": 1304, "CommandName": "Remove-PnPSearchExternalItem", "Rank": 1, + "Id": 1304, "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Id": 1305, "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 1, + "Id": 1305, "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1306, "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 2, + "Id": 1306, "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 1307, "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Rank": 1, + "Id": 1307, "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Id": 1308, "CommandName": "Remove-PnPSiteCollectionTermStore", "Rank": 1, + "Id": 1308, "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Id": 1309, "CommandName": "Remove-PnPSiteDesign", "Rank": 1, + "Id": 1309, "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1310, "CommandName": "Remove-PnPSiteDesignTask", "Rank": 1, + "Id": 1310, "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1311, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, + "Id": 1311, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Id": 1312, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 2, + "Id": 1312, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "Id": 1313, "CommandName": "Remove-PnPSiteGroup", "Rank": 1, + "Id": 1313, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1314, "CommandName": "Remove-PnPSiteGroup", "Rank": 2, + "Id": 1314, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Id": 1315, "CommandName": "Remove-PnPSiteScript", "Rank": 1, + "Id": 1315, "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1316, "CommandName": "Remove-PnPSiteUserInvitations", "Rank": 1, + "Id": 1316, "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Id": 1317, "CommandName": "Remove-PnPStorageEntity", "Rank": 1, + "Id": 1317, "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Id": 1318, "CommandName": "Remove-PnPStorageEntity", "Rank": 2, + "Id": 1318, "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Id": 1319, "CommandName": "Remove-PnPStoredCredential", "Rank": 1, + "Id": 1319, "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Id": 1320, "CommandName": "Remove-PnPTaxonomyItem", "Rank": 1, + "Id": 1320, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Id": 1321, "CommandName": "Remove-PnPTaxonomyItem", "Rank": 2, + "Id": 1321, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Id": 1322, "CommandName": "Remove-PnPTeamsApp", "Rank": 1, + "Id": 1322, "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Id": 1323, "CommandName": "Remove-PnPTeamsApp", "Rank": 2, + "Id": 1323, "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Id": 1324, "CommandName": "Remove-PnPTeamsChannel", "Rank": 1, + "Id": 1324, "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "Id": 1325, "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 1, + "Id": 1325, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "Id": 1326, "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 2, + "Id": 1326, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 1327, "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 3, + "Id": 1327, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "Id": 1328, "CommandName": "Remove-PnPTeamsTab", "Rank": 1, + "Id": 1328, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "Id": 1329, "CommandName": "Remove-PnPTeamsTab", "Rank": 2, + "Id": 1329, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "Id": 1330, "CommandName": "Remove-PnPTeamsTab", "Rank": 3, + "Id": 1330, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "Id": 1331, "CommandName": "Remove-PnPTeamsTag", "Rank": 1, + "Id": 1331, "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Id": 1332, "CommandName": "Remove-PnPTeamsTeam", "Rank": 1, + "Id": 1332, "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Id": 1333, "CommandName": "Remove-PnPTeamsTeam", "Rank": 2, + "Id": 1333, "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Id": 1334, "CommandName": "Remove-PnPTeamsUser", "Rank": 1, + "Id": 1334, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Id": 1335, "CommandName": "Remove-PnPTeamsUser", "Rank": 2, + "Id": 1335, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 1336, "CommandName": "Remove-PnPTeamsUser", "Rank": 3, + "Id": 1336, "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "Id": 1337, "CommandName": "Remove-PnPTenantCdnOrigin", "Rank": 1, + "Id": 1337, "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Id": 1338, "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 1, + "Id": 1338, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1339, "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 2, + "Id": 1339, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Id": 1340, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "Id": 1340, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Id": 1341, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 2, + "Id": 1341, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Id": 1342, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 3, + "Id": 1342, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Id": 1343, "CommandName": "Remove-PnPTenantSite", "Rank": 1, + "Id": 1343, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1344, "CommandName": "Remove-PnPTenantSite", "Rank": 2, + "Id": 1344, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "Id": 1345, "CommandName": "Remove-PnPTenantSite", "Rank": 3, + "Id": 1345, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Id": 1346, "CommandName": "Remove-PnPTenantSyncClientRestriction", "Rank": 1, + "Id": 1346, "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Id": 1347, "CommandName": "Remove-PnPTenantTheme", "Rank": 1, + "Id": 1347, "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Id": 1348, "CommandName": "Remove-PnPTerm", "Rank": 1, + "Id": 1348, "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Id": 1349, "CommandName": "Remove-PnPTerm", "Rank": 2, + "Id": 1349, "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 1350, "CommandName": "Remove-PnPTermGroup", "Rank": 1, + "Id": 1350, "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Id": 1351, "CommandName": "Remove-PnPTermGroup", "Rank": 2, + "Id": 1351, "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Id": 1352, "CommandName": "Remove-PnPTermGroup", "Rank": 3, + "Id": 1352, "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Id": 1353, "CommandName": "Remove-PnPTermLabel", "Rank": 1, + "Id": 1353, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "Id": 1354, "CommandName": "Remove-PnPTermLabel", "Rank": 2, + "Id": 1354, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 1355, "CommandName": "Remove-PnPTodoList", "Rank": 1, + "Id": 1355, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "Id": 1356, "CommandName": "Remove-PnPTodoList", "Rank": 2, + "Id": 1356, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "Id": 1357, "CommandName": "Remove-PnPUser", "Rank": 1, + "Id": 1357, "Command": "Remove-PnPUser -Identity 23" }, { - "Id": 1358, "CommandName": "Remove-PnPUser", "Rank": 2, + "Id": 1358, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "Id": 1359, "CommandName": "Remove-PnPUser", "Rank": 3, + "Id": 1359, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "Id": 1360, "CommandName": "Remove-PnPUserInfo", "Rank": 1, + "Id": 1360, "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Id": 1361, "CommandName": "Remove-PnPUserProfile", "Rank": 1, + "Id": 1361, "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Id": 1362, "CommandName": "Remove-PnPUserProfilePhoto", "Rank": 1, + "Id": 1362, "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Id": 1363, "CommandName": "Remove-PnPView", "Rank": 1, + "Id": 1363, "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Id": 1364, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Rank": 1, + "Id": 1364, "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Id": 1365, "CommandName": "Remove-PnPVivaEngageCommunity", "Rank": 1, + "Id": 1365, "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Id": 1366, "CommandName": "Remove-PnPWeb", "Rank": 1, + "Id": 1366, "Command": "Remove-PnPWeb -Identity projectA" }, { - "Id": 1367, "CommandName": "Remove-PnPWeb", "Rank": 2, + "Id": 1367, "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Id": 1368, "CommandName": "Remove-PnPWebhookSubscription", "Rank": 1, + "Id": 1368, "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "Id": 1369, "CommandName": "Remove-PnPWebPart", "Rank": 1, + "Id": 1369, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 1370, "CommandName": "Remove-PnPWebPart", "Rank": 2, + "Id": 1370, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Id": 1371, "CommandName": "Remove-PnPWikiPage", "Rank": 1, + "Id": 1371, "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Id": 1372, "CommandName": "Rename-PnPFile", "Rank": 1, + "Id": 1372, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Id": 1373, "CommandName": "Rename-PnPFile", "Rank": 2, + "Id": 1373, "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Id": 1374, "CommandName": "Rename-PnPFile", "Rank": 3, + "Id": 1374, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Id": 1375, "CommandName": "Rename-PnPFolder", "Rank": 1, + "Id": 1375, "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Id": 1376, "CommandName": "Repair-PnPSite", "Rank": 1, + "Id": 1376, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1377, "CommandName": "Repair-PnPSite", "Rank": 2, + "Id": 1377, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Id": 1378, "CommandName": "Request-PnPPersonalSite", "Rank": 1, + "Id": 1378, "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Id": 1379, "CommandName": "Request-PnPPersonalSite", "Rank": 2, + "Id": 1379, "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Id": 1380, "CommandName": "Request-PnPReIndexList", "Rank": 1, + "Id": 1380, "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Id": 1381, "CommandName": "Request-PnPReIndexWeb", "Rank": 1, + "Id": 1381, "Command": "Request-PnPReIndexWeb" }, { - "Id": 1382, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 1, + "Id": 1382, "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Id": 1383, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 2, + "Id": 1383, "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Id": 1384, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 3, + "Id": 1384, "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Id": 1385, "CommandName": "Reset-PnPDocumentId", "Rank": 1, + "Id": 1385, "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "Id": 1386, "CommandName": "Reset-PnPDocumentId", "Rank": 2, + "Id": 1386, "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "Id": 1387, "CommandName": "Reset-PnPFileVersion", "Rank": 1, + "Id": 1387, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Id": 1388, "CommandName": "Reset-PnPFileVersion", "Rank": 2, + "Id": 1388, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Id": 1389, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Rank": 1, + "Id": 1389, "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Id": 1390, "CommandName": "Reset-PnPRetentionLabel", "Rank": 1, + "Id": 1390, "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "Id": 1391, "CommandName": "Reset-PnPRetentionLabel", "Rank": 2, + "Id": 1391, "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "Id": 1392, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Rank": 1, + "Id": 1392, "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Id": 1393, "CommandName": "Resolve-PnPFolder", "Rank": 1, + "Id": 1393, "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Id": 1394, "CommandName": "Restart-PnPFlowRun", "Rank": 1, + "Id": 1394, "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 1395, "CommandName": "Restore-PnPDeletedContainer", "Rank": 1, + "Id": 1395, "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 1396, "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Rank": 1, + "Id": 1396, "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 1397, "CommandName": "Restore-PnPFileVersion", "Rank": 1, + "Id": 1397, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Id": 1398, "CommandName": "Restore-PnPFileVersion", "Rank": 2, + "Id": 1398, "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Id": 1399, "CommandName": "Restore-PnPFileVersion", "Rank": 3, + "Id": 1399, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Id": 1400, "CommandName": "Restore-PnPFlow", "Rank": 1, + "Id": 1400, "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1401, "CommandName": "Restore-PnPFlow", "Rank": 2, + "Id": 1401, "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1402, "CommandName": "Restore-PnPListItemVersion", "Rank": 1, + "Id": 1402, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Id": 1403, "CommandName": "Restore-PnPListItemVersion", "Rank": 2, + "Id": 1403, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Id": 1404, "CommandName": "Restore-PnPRecycleBinItem", "Rank": 1, + "Id": 1404, "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Id": 1405, "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 1, + "Id": 1405, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1406, "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 2, + "Id": 1406, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Id": 1407, "CommandName": "Restore-PnPTenantSite", "Rank": 1, + "Id": 1407, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1408, "CommandName": "Restore-PnPTenantSite", "Rank": 2, + "Id": 1408, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Id": 1409, "CommandName": "Restore-PnPTenantSite", "Rank": 3, + "Id": 1409, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Id": 1410, "CommandName": "Revoke-PnPAzureADAppSitePermission", "Rank": 1, + "Id": 1410, "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Id": 1411, "CommandName": "Revoke-PnPHubSiteRights", "Rank": 1, + "Id": 1411, "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 1412, "CommandName": "Revoke-PnPSiteDesignRights", "Rank": 1, + "Id": 1412, "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 1413, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Rank": 1, + "Id": 1413, "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Id": 1414, "CommandName": "Revoke-PnPUserSession", "Rank": 1, + "Id": 1414, "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Id": 1415, "CommandName": "Save-PnPPageConversionLog", "Rank": 1, + "Id": 1415, "Command": "Save-PnPPageConversionLog" }, { - "Id": 1416, "CommandName": "Save-PnPSiteTemplate", "Rank": 1, + "Id": 1416, "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Id": 1417, "CommandName": "Save-PnPTenantTemplate", "Rank": 1, + "Id": 1417, "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "Id": 1418, "CommandName": "Send-PnPMail", "Rank": 1, + "Id": 1418, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Id": 1419, "CommandName": "Send-PnPMail", "Rank": 2, + "Id": 1419, "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "Id": 1420, "CommandName": "Send-PnPMail", "Rank": 3, + "Id": 1420, "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Id": 1421, "CommandName": "Send-PnPMail", "Rank": 4, + "Id": 1421, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "Id": 1422, "CommandName": "Send-PnPMail", "Rank": 5, + "Id": 1422, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "Id": 1423, "CommandName": "Set-PnPAdaptiveScopeProperty", "Rank": 1, + "Id": 1423, "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Id": 1424, "CommandName": "Set-PnPApplicationCustomizer", "Rank": 1, + "Id": 1424, "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1425, "CommandName": "Set-PnPApplicationCustomizer", "Rank": 2, + "Id": 1425, "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Id": 1426, "CommandName": "Set-PnPAppSideLoading", "Rank": 1, + "Id": 1426, "Command": "Set-PnPAppSideLoading -On" }, { - "Id": 1427, "CommandName": "Set-PnPAppSideLoading", "Rank": 2, + "Id": 1427, "Command": "Set-PnPAppSideLoading -Off" }, { - "Id": 1428, "CommandName": "Set-PnPAuditing", "Rank": 1, + "Id": 1428, "Command": "Set-PnPAuditing -EnableAll" }, { - "Id": 1429, "CommandName": "Set-PnPAuditing", "Rank": 2, + "Id": 1429, "Command": "Set-PnPAuditing -DisableAll" }, { - "Id": 1430, "CommandName": "Set-PnPAuditing", "Rank": 3, + "Id": 1430, "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Id": 1431, "CommandName": "Set-PnPAuditing", "Rank": 4, + "Id": 1431, "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Id": 1432, "CommandName": "Set-PnPAuditing", "Rank": 5, + "Id": 1432, "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Id": 1433, "CommandName": "Set-PnPAvailablePageLayouts", "Rank": 1, + "Id": 1433, "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Id": 1434, "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 1, + "Id": 1434, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Id": 1435, "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 2, + "Id": 1435, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Id": 1436, "CommandName": "Set-PnPAzureADGroup", "Rank": 1, + "Id": 1436, "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Id": 1437, "CommandName": "Set-PnPAzureADGroup", "Rank": 2, + "Id": 1437, "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Id": 1438, "CommandName": "Set-PnPAzureADGroup", "Rank": 3, + "Id": 1438, "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Id": 1439, "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 1, + "Id": 1439, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "Id": 1440, "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 2, + "Id": 1440, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Id": 1441, "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 3, + "Id": 1441, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Id": 1442, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 1, + "Id": 1442, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Id": 1443, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 2, + "Id": 1443, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Id": 1444, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 1, + "Id": 1444, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Id": 1445, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 2, + "Id": 1445, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Id": 1446, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 3, + "Id": 1446, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Id": 1447, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 4, + "Id": 1447, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Id": 1448, "CommandName": "Set-PnPContentType", "Rank": 1, + "Id": 1448, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Id": 1449, "CommandName": "Set-PnPContentType", "Rank": 2, + "Id": 1449, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "Id": 1450, "CommandName": "Set-PnPContentType", "Rank": 3, + "Id": 1450, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Id": 1451, "CommandName": "Set-PnPContentType", "Rank": 4, + "Id": 1451, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Id": 1452, "CommandName": "Set-PnPContentType", "Rank": 5, + "Id": 1452, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Id": 1453, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Rank": 1, + "Id": 1453, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "Id": 1454, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Rank": 2, + "Id": 1454, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "Id": 1455, "CommandName": "Set-PnPDefaultColumnValues", "Rank": 1, + "Id": 1455, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Id": 1456, "CommandName": "Set-PnPDefaultColumnValues", "Rank": 2, + "Id": 1456, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "Id": 1457, "CommandName": "Set-PnPDefaultColumnValues", "Rank": 3, + "Id": 1457, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Id": 1458, "CommandName": "Set-PnPDefaultColumnValues", "Rank": 4, + "Id": 1458, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Id": 1459, "CommandName": "Set-PnPDefaultContentTypeToList", "Rank": 1, + "Id": 1459, "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Id": 1460, "CommandName": "Set-PnPDefaultPageLayout", "Rank": 1, + "Id": 1460, "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Id": 1461, "CommandName": "Set-PnPDefaultPageLayout", "Rank": 2, + "Id": 1461, "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Id": 1462, "CommandName": "Set-PnPDefaultPageLayout", "Rank": 3, + "Id": 1462, "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Id": 1463, "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 1, + "Id": 1463, "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Id": 1464, "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 2, + "Id": 1464, "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Id": 1465, "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 3, + "Id": 1465, "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Id": 1466, "CommandName": "Set-PnPDocumentSetField", "Rank": 1, + "Id": 1466, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "Id": 1467, "CommandName": "Set-PnPDocumentSetField", "Rank": 2, + "Id": 1467, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Id": 1468, "CommandName": "Set-PnPField", "Rank": 1, + "Id": 1468, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "Id": 1469, "CommandName": "Set-PnPField", "Rank": 2, + "Id": 1469, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Id": 1470, "CommandName": "Set-PnPField", "Rank": 3, + "Id": 1470, "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Id": 1471, "CommandName": "Set-PnPFileCheckedIn", "Rank": 1, + "Id": 1471, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Id": 1472, "CommandName": "Set-PnPFileCheckedIn", "Rank": 2, + "Id": 1472, "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "Id": 1473, "CommandName": "Set-PnPFileCheckedIn", "Rank": 3, + "Id": 1473, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Id": 1474, "CommandName": "Set-PnPFileCheckedOut", "Rank": 1, + "Id": 1474, "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Id": 1475, "CommandName": "Set-PnPFileRetentionLabel", "Rank": 1, + "Id": 1475, "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "Id": 1476, "CommandName": "Set-PnPFileRetentionLabel", "Rank": 2, + "Id": 1476, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "Id": 1477, "CommandName": "Set-PnPFileRetentionLabel", "Rank": 3, + "Id": 1477, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "Id": 1478, "CommandName": "Set-PnPFolderPermission", "Rank": 1, + "Id": 1478, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1479, "CommandName": "Set-PnPFolderPermission", "Rank": 2, + "Id": 1479, "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1480, "CommandName": "Set-PnPFolderPermission", "Rank": 3, + "Id": 1480, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Id": 1481, "CommandName": "Set-PnPFooter", "Rank": 1, + "Id": 1481, "Command": "Set-PnPFooter -Enabled:$true" }, { - "Id": 1482, "CommandName": "Set-PnPFooter", "Rank": 2, + "Id": 1482, "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Id": 1483, "CommandName": "Set-PnPFooter", "Rank": 3, + "Id": 1483, "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Id": 1484, "CommandName": "Set-PnPFooter", "Rank": 4, + "Id": 1484, "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Id": 1485, "CommandName": "Set-PnPGraphSubscription", "Rank": 1, + "Id": 1485, "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "Id": 1486, "CommandName": "Set-PnPGroup", "Rank": 1, + "Id": 1486, "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Id": 1487, "CommandName": "Set-PnPGroup", "Rank": 2, + "Id": 1487, "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Id": 1488, "CommandName": "Set-PnPGroupPermissions", "Rank": 1, + "Id": 1488, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Id": 1489, "CommandName": "Set-PnPGroupPermissions", "Rank": 2, + "Id": 1489, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Id": 1490, "CommandName": "Set-PnPGroupPermissions", "Rank": 3, + "Id": 1490, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Id": 1491, "CommandName": "Set-PnPGroupPermissions", "Rank": 4, + "Id": 1491, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Id": 1492, "CommandName": "Set-PnPGroupPermissions", "Rank": 5, + "Id": 1492, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Id": 1493, "CommandName": "Set-PnPHideDefaultThemes", "Rank": 1, + "Id": 1493, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Id": 1494, "CommandName": "Set-PnPHideDefaultThemes", "Rank": 2, + "Id": 1494, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Id": 1495, "CommandName": "Set-PnPHomePage", "Rank": 1, + "Id": 1495, "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Id": 1496, "CommandName": "Set-PnPHomePage", "Rank": 2, + "Id": 1496, "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Id": 1497, "CommandName": "Set-PnPHomeSite", "Rank": 1, + "Id": 1497, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Id": 1498, "CommandName": "Set-PnPHomeSite", "Rank": 2, + "Id": 1498, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "Id": 1499, "CommandName": "Set-PnPHomeSite", "Rank": 3, + "Id": 1499, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "Id": 1500, "CommandName": "Set-PnPHubSite", "Rank": 1, + "Id": 1500, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "Id": 1501, "CommandName": "Set-PnPHubSite", "Rank": 2, + "Id": 1501, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "Id": 1502, "CommandName": "Set-PnPHubSite", "Rank": 3, + "Id": 1502, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "Id": 1503, "CommandName": "Set-PnPHubSite", "Rank": 4, + "Id": 1503, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "Id": 1504, "CommandName": "Set-PnPHubSite", "Rank": 5, + "Id": 1504, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Id": 1505, "CommandName": "Set-PnPHubSite", "Rank": 6, + "Id": 1505, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "Id": 1506, "CommandName": "Set-PnPImageListItemColumn", "Rank": 1, + "Id": 1506, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "Id": 1507, "CommandName": "Set-PnPImageListItemColumn", "Rank": 2, + "Id": 1507, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Id": 1508, "CommandName": "Set-PnPIndexedProperties", "Rank": 1, + "Id": 1508, "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Id": 1509, "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 1, + "Id": 1509, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Id": 1510, "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 2, + "Id": 1510, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Id": 1511, "CommandName": "Set-PnPKnowledgeHubSite", "Rank": 1, + "Id": 1511, "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Id": 1512, "CommandName": "Set-PnPList", "Rank": 1, + "Id": 1512, "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Id": 1513, "CommandName": "Set-PnPList", "Rank": 2, + "Id": 1513, "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Id": 1514, "CommandName": "Set-PnPList", "Rank": 3, + "Id": 1514, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Id": 1515, "CommandName": "Set-PnPList", "Rank": 4, + "Id": 1515, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Id": 1516, "CommandName": "Set-PnPList", "Rank": 5, + "Id": 1516, "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Id": 1517, "CommandName": "Set-PnPList", "Rank": 6, + "Id": 1517, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Id": 1518, "CommandName": "Set-PnPList", "Rank": 7, + "Id": 1518, "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Id": 1519, "CommandName": "Set-PnPList", "Rank": 8, + "Id": 1519, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Id": 1520, "CommandName": "Set-PnPList", "Rank": 9, + "Id": 1520, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "Id": 1521, "CommandName": "Set-PnPList", "Rank": 10, + "Id": 1521, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "Id": 1522, "CommandName": "Set-PnPList", "Rank": 11, + "Id": 1522, "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Id": 1523, "CommandName": "Set-PnPList", "Rank": 12, + "Id": 1523, "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "Id": 1524, "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 1, + "Id": 1524, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Id": 1525, "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 2, + "Id": 1525, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "Id": 1526, "CommandName": "Set-PnPListItem", "Rank": 1, + "Id": 1526, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1527, "CommandName": "Set-PnPListItem", "Rank": 2, + "Id": 1527, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1528, "CommandName": "Set-PnPListItem", "Rank": 3, + "Id": 1528, "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1529, "CommandName": "Set-PnPListItem", "Rank": 4, + "Id": 1529, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "Id": 1530, "CommandName": "Set-PnPListItem", "Rank": 5, + "Id": 1530, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Id": 1531, "CommandName": "Set-PnPListItemAsRecord", "Rank": 1, + "Id": 1531, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Id": 1532, "CommandName": "Set-PnPListItemAsRecord", "Rank": 2, + "Id": 1532, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Id": 1533, "CommandName": "Set-PnPListItemPermission", "Rank": 1, + "Id": 1533, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1534, "CommandName": "Set-PnPListItemPermission", "Rank": 2, + "Id": 1534, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1535, "CommandName": "Set-PnPListItemPermission", "Rank": 3, + "Id": 1535, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Id": 1536, "CommandName": "Set-PnPListItemPermission", "Rank": 4, + "Id": 1536, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Id": 1537, "CommandName": "Set-PnPListItemPermission", "Rank": 5, + "Id": 1537, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "Id": 1538, "CommandName": "Set-PnPListPermission", "Rank": 1, + "Id": 1538, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1539, "CommandName": "Set-PnPListPermission", "Rank": 2, + "Id": 1539, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1540, "CommandName": "Set-PnPListRecordDeclaration", "Rank": 1, + "Id": 1540, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Id": 1541, "CommandName": "Set-PnPListRecordDeclaration", "Rank": 2, + "Id": 1541, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Id": 1542, "CommandName": "Set-PnPManagedAppId", "Rank": 1, + "Id": 1542, "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "Id": 1543, "CommandName": "Set-PnPMasterPage", "Rank": 1, + "Id": 1543, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Id": 1544, "CommandName": "Set-PnPMasterPage", "Rank": 2, + "Id": 1544, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Id": 1545, "CommandName": "Set-PnPMasterPage", "Rank": 3, + "Id": 1545, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Id": 1546, "CommandName": "Set-PnPMasterPage", "Rank": 4, + "Id": 1546, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Id": 1547, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 1, + "Id": 1547, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Id": 1548, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 2, + "Id": 1548, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1549, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 3, + "Id": 1549, "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Id": 1550, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 1, + "Id": 1550, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Id": 1551, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 2, + "Id": 1551, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1552, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 3, + "Id": 1552, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Id": 1553, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 1, + "Id": 1553, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Id": 1554, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 2, + "Id": 1554, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1555, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 3, + "Id": 1555, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Id": 1556, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 1, + "Id": 1556, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Id": 1557, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 2, + "Id": 1557, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1558, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 3, + "Id": 1558, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Id": 1559, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 1, + "Id": 1559, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Id": 1560, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 2, + "Id": 1560, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1561, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 3, + "Id": 1561, "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Id": 1562, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 1, + "Id": 1562, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Id": 1563, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 2, + "Id": 1563, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1564, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 3, + "Id": 1564, "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Id": 1565, "CommandName": "Set-PnPMicrosoft365Group", "Rank": 1, + "Id": 1565, "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Id": 1566, "CommandName": "Set-PnPMicrosoft365Group", "Rank": 2, + "Id": 1566, "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Id": 1567, "CommandName": "Set-PnPMicrosoft365Group", "Rank": 3, + "Id": 1567, "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Id": 1568, "CommandName": "Set-PnPMicrosoft365Group", "Rank": 4, + "Id": 1568, "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Id": 1569, "CommandName": "Set-PnPMicrosoft365Group", "Rank": 5, + "Id": 1569, "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Id": 1570, "CommandName": "Set-PnPMicrosoft365Group", "Rank": 6, + "Id": 1570, "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1571, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 1, + "Id": 1571, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Id": 1572, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 2, + "Id": 1572, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Id": 1573, "CommandName": "Set-PnPOrgAssetsLibrary", "Rank": 1, + "Id": 1573, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Id": 1574, "CommandName": "Set-PnPOrgAssetsLibrary", "Rank": 2, + "Id": 1574, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "Id": 1575, "CommandName": "Set-PnPPage", "Rank": 1, + "Id": 1575, "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Id": 1576, "CommandName": "Set-PnPPage", "Rank": 2, + "Id": 1576, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Id": 1577, "CommandName": "Set-PnPPage", "Rank": 3, + "Id": 1577, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Id": 1578, "CommandName": "Set-PnPPage", "Rank": 4, + "Id": 1578, "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Id": 1579, "CommandName": "Set-PnPPage", "Rank": 5, + "Id": 1579, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "Id": 1580, "CommandName": "Set-PnPPage", "Rank": 6, + "Id": 1580, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "Id": 1581, "CommandName": "Set-PnPPage", "Rank": 7, + "Id": 1581, "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Id": 1582, "CommandName": "Set-PnPPage", "Rank": 8, + "Id": 1582, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "Id": 1583, "CommandName": "Set-PnPPage", "Rank": 9, + "Id": 1583, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Id": 1584, "CommandName": "Set-PnPPage", "Rank": 10, + "Id": 1584, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Id": 1585, "CommandName": "Set-PnPPage", "Rank": 11, + "Id": 1585, "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "Id": 1586, "CommandName": "Set-PnPPage", "Rank": 12, + "Id": 1586, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "Id": 1587, "CommandName": "Set-PnPPage", "Rank": 13, + "Id": 1587, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "Id": 1588, "CommandName": "Set-PnPPageTextPart", "Rank": 1, + "Id": 1588, "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "Id": 1589, "CommandName": "Set-PnPPageWebPart", "Rank": 1, + "Id": 1589, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "Id": 1590, "CommandName": "Set-PnPPageWebPart", "Rank": 2, + "Id": 1590, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "Id": 1591, "CommandName": "Set-PnPPlannerBucket", "Rank": 1, + "Id": 1591, "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Id": 1592, "CommandName": "Set-PnPPlannerConfiguration", "Rank": 1, + "Id": 1592, "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Id": 1593, "CommandName": "Set-PnPPlannerConfiguration", "Rank": 2, + "Id": 1593, "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Id": 1594, "CommandName": "Set-PnPPlannerPlan", "Rank": 1, + "Id": 1594, "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Id": 1595, "CommandName": "Set-PnPPlannerTask", "Rank": 1, + "Id": 1595, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "Id": 1596, "CommandName": "Set-PnPPlannerTask", "Rank": 2, + "Id": 1596, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "Id": 1597, "CommandName": "Set-PnPPlannerTask", "Rank": 3, + "Id": 1597, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Id": 1598, "CommandName": "Set-PnPPlannerTask", "Rank": 4, + "Id": 1598, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "Id": 1599, "CommandName": "Set-PnPPlannerUserPolicy", "Rank": 1, + "Id": 1599, "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 1600, "CommandName": "Set-PnPPowerAppByPassConsent", "Rank": 1, + "Id": 1600, "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "Id": 1601, "CommandName": "Set-PnPPowerAppByPassConsent", "Rank": 2, + "Id": 1601, "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "Id": 1602, "CommandName": "Set-PnPPropertyBagValue", "Rank": 1, + "Id": 1602, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Id": 1603, "CommandName": "Set-PnPPropertyBagValue", "Rank": 2, + "Id": 1603, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Id": 1604, "CommandName": "Set-PnPPropertyBagValue", "Rank": 3, + "Id": 1604, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Id": 1605, "CommandName": "Set-PnPRequestAccessEmails", "Rank": 1, + "Id": 1605, "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Id": 1606, "CommandName": "Set-PnPRequestAccessEmails", "Rank": 2, + "Id": 1606, "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Id": 1607, "CommandName": "Set-PnPRequestAccessEmails", "Rank": 3, + "Id": 1607, "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Id": 1608, "CommandName": "Set-PnPRetentionLabel", "Rank": 1, + "Id": 1608, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Id": 1609, "CommandName": "Set-PnPRetentionLabel", "Rank": 2, + "Id": 1609, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Id": 1610, "CommandName": "Set-PnPRetentionLabel", "Rank": 3, + "Id": 1610, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "Id": 1611, "CommandName": "Set-PnPRoleDefinition", "Rank": 1, + "Id": 1611, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Id": 1612, "CommandName": "Set-PnPRoleDefinition", "Rank": 2, + "Id": 1612, "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Id": 1613, "CommandName": "Set-PnPRoleDefinition", "Rank": 3, + "Id": 1613, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Id": 1614, "CommandName": "Set-PnPRoleDefinition", "Rank": 4, + "Id": 1614, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Id": 1615, "CommandName": "Set-PnPSearchConfiguration", "Rank": 1, + "Id": 1615, "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Id": 1616, "CommandName": "Set-PnPSearchConfiguration", "Rank": 2, + "Id": 1616, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Id": 1617, "CommandName": "Set-PnPSearchConfiguration", "Rank": 3, + "Id": 1617, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Id": 1618, "CommandName": "Set-PnPSearchConfiguration", "Rank": 4, + "Id": 1618, "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 1619, "CommandName": "Set-PnPSearchExternalConnection", "Rank": 1, + "Id": 1619, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "Id": 1620, "CommandName": "Set-PnPSearchExternalConnection", "Rank": 2, + "Id": 1620, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "Id": 1621, "CommandName": "Set-PnPSearchExternalConnection", "Rank": 3, + "Id": 1621, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Id": 1622, "CommandName": "Set-PnPSearchExternalItem", "Rank": 1, + "Id": 1622, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "Id": 1623, "CommandName": "Set-PnPSearchExternalItem", "Rank": 2, + "Id": 1623, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1624, "CommandName": "Set-PnPSearchExternalSchema", "Rank": 1, + "Id": 1624, "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "Id": 1625, "CommandName": "Set-PnPSearchSettings", "Rank": 1, + "Id": 1625, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Id": 1626, "CommandName": "Set-PnPSearchSettings", "Rank": 2, + "Id": 1626, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Id": 1627, "CommandName": "Set-PnPSearchSettings", "Rank": 3, + "Id": 1627, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Id": 1628, "CommandName": "Set-PnPSearchSettings", "Rank": 4, + "Id": 1628, "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Id": 1629, "CommandName": "Set-PnPSearchSettings", "Rank": 5, + "Id": 1629, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Id": 1630, "CommandName": "Set-PnPSearchSettings", "Rank": 6, + "Id": 1630, "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Id": 1631, "CommandName": "Set-PnPSearchSettings", "Rank": 7, + "Id": 1631, "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Id": 1632, "CommandName": "Set-PnPSite", "Rank": 1, + "Id": 1632, "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Id": 1633, "CommandName": "Set-PnPSite", "Rank": 2, + "Id": 1633, "Command": "Set-PnPSite -Classification $null" }, { - "Id": 1634, "CommandName": "Set-PnPSite", "Rank": 3, + "Id": 1634, "Command": "Set-PnPSite -DisableFlows" }, { - "Id": 1635, "CommandName": "Set-PnPSite", "Rank": 4, + "Id": 1635, "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Id": 1636, "CommandName": "Set-PnPSite", "Rank": 5, + "Id": 1636, "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Id": 1637, "CommandName": "Set-PnPSite", "Rank": 6, + "Id": 1637, "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Id": 1638, "CommandName": "Set-PnPSiteArchiveState", "Rank": 1, + "Id": 1638, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "Id": 1639, "CommandName": "Set-PnPSiteArchiveState", "Rank": 2, + "Id": 1639, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "Id": 1640, "CommandName": "Set-PnPSiteClassification", "Rank": 1, + "Id": 1640, "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Id": 1641, "CommandName": "Set-PnPSiteClosure", "Rank": 1, + "Id": 1641, "Command": "Set-PnPSiteClosure -State Open" }, { - "Id": 1642, "CommandName": "Set-PnPSiteClosure", "Rank": 2, + "Id": 1642, "Command": "Set-PnPSiteClosure -State Closed" }, { - "Id": 1643, "CommandName": "Set-PnPSiteDesign", "Rank": 1, + "Id": 1643, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "Id": 1644, "CommandName": "Set-PnPSiteDesign", "Rank": 2, + "Id": 1644, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Id": 1645, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Rank": 1, + "Id": 1645, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "Id": 1646, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Rank": 2, + "Id": 1646, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "Id": 1647, "CommandName": "Set-PnPSiteGroup", "Rank": 1, + "Id": 1647, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "Id": 1648, "CommandName": "Set-PnPSiteGroup", "Rank": 2, + "Id": 1648, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Id": 1649, "CommandName": "Set-PnPSitePolicy", "Rank": 1, + "Id": 1649, "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Id": 1650, "CommandName": "Set-PnPSiteScript", "Rank": 1, + "Id": 1650, "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Id": 1651, "CommandName": "Set-PnPSiteScriptPackage", "Rank": 1, + "Id": 1651, "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Id": 1652, "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 1, + "Id": 1652, "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Id": 1653, "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 2, + "Id": 1653, "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Id": 1654, "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 1, + "Id": 1654, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Id": 1655, "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 2, + "Id": 1655, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Id": 1656, "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 3, + "Id": 1656, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Id": 1657, "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 4, + "Id": 1657, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Id": 1658, "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 5, + "Id": 1658, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Id": 1659, "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 6, + "Id": 1659, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Id": 1660, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 1, + "Id": 1660, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "Id": 1661, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 2, + "Id": 1661, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "Id": 1662, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 3, + "Id": 1662, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "Id": 1663, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 4, + "Id": 1663, "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "Id": 1664, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 5, + "Id": 1664, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "Id": 1665, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 6, + "Id": 1665, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "Id": 1666, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 7, + "Id": 1666, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "Id": 1667, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 8, + "Id": 1667, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "Id": 1668, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 9, + "Id": 1668, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "Id": 1669, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 10, + "Id": 1669, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "Id": 1670, "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 11, + "Id": 1670, "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "Id": 1671, "CommandName": "Set-PnPStorageEntity", "Rank": 1, + "Id": 1671, "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Id": 1672, "CommandName": "Set-PnPStorageEntity", "Rank": 2, + "Id": 1672, "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Id": 1673, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 1, + "Id": 1673, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 1674, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 2, + "Id": 1674, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 1675, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 1, + "Id": 1675, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 1676, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 2, + "Id": 1676, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 1677, "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 1, + "Id": 1677, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Id": 1678, "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 2, + "Id": 1678, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Id": 1679, "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 3, + "Id": 1679, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Id": 1680, "CommandName": "Set-PnPTeamifyPromptHidden", "Rank": 1, + "Id": 1680, "Command": "Set-PnPTeamifyPromptHidden" }, { - "Id": 1681, "CommandName": "Set-PnPTeamsChannel", "Rank": 1, + "Id": 1681, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Id": 1682, "CommandName": "Set-PnPTeamsChannel", "Rank": 2, + "Id": 1682, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "Id": 1683, "CommandName": "Set-PnpTeamsChannelUser", "Rank": 1, + "Id": 1683, "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "Id": 1684, "CommandName": "Set-PnpTeamsChannelUser", "Rank": 2, + "Id": 1684, "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "Id": 1685, "CommandName": "Set-PnPTeamsTab", "Rank": 1, + "Id": 1685, "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "Id": 1686, "CommandName": "Set-PnPTeamsTag", "Rank": 1, + "Id": 1686, "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Id": 1687, "CommandName": "Set-PnPTeamsTeam", "Rank": 1, + "Id": 1687, "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Id": 1688, "CommandName": "Set-PnPTeamsTeam", "Rank": 2, + "Id": 1688, "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Id": 1689, "CommandName": "Set-PnPTeamsTeam", "Rank": 3, + "Id": 1689, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Id": 1690, "CommandName": "Set-PnPTeamsTeam", "Rank": 4, + "Id": 1690, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Id": 1691, "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 1, + "Id": 1691, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Id": 1692, "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 2, + "Id": 1692, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Id": 1693, "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 3, + "Id": 1693, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Id": 1694, "CommandName": "Set-PnPTeamsTeamPicture", "Rank": 1, + "Id": 1694, "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Id": 1695, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 1, + "Id": 1695, "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Id": 1696, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 2, + "Id": 1696, "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "Id": 1697, "CommandName": "Set-PnPTenant", "Rank": 1, + "Id": 1697, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "Id": 1698, "CommandName": "Set-PnPTenant", "Rank": 2, + "Id": 1698, "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Id": 1699, "CommandName": "Set-PnPTenant", "Rank": 3, + "Id": 1699, "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Id": 1700, "CommandName": "Set-PnPTenant", "Rank": 4, + "Id": 1700, "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Id": 1701, "CommandName": "Set-PnPTenant", "Rank": 5, + "Id": 1701, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "Id": 1702, "CommandName": "Set-PnPTenant", "Rank": 6, + "Id": 1702, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "Id": 1703, "CommandName": "Set-PnPTenantAppCatalogUrl", "Rank": 1, + "Id": 1703, "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Id": 1704, "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 1, + "Id": 1704, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Id": 1705, "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 2, + "Id": 1705, "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Id": 1706, "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 3, + "Id": 1706, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "Id": 1707, "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 1, + "Id": 1707, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "Id": 1708, "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 2, + "Id": 1708, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Id": 1709, "CommandName": "Set-PnPTenantPronounsSetting", "Rank": 1, + "Id": 1709, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "Id": 1710, "CommandName": "Set-PnPTenantPronounsSetting", "Rank": 2, + "Id": 1710, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "Id": 1711, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Rank": 1, + "Id": 1711, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "Id": 1712, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Rank": 2, + "Id": 1712, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "Id": 1713, "CommandName": "Set-PnPTenantSite", "Rank": 1, + "Id": 1713, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "Id": 1714, "CommandName": "Set-PnPTenantSite", "Rank": 2, + "Id": 1714, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "Id": 1715, "CommandName": "Set-PnPTenantSite", "Rank": 3, + "Id": 1715, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1716, "CommandName": "Set-PnPTenantSite", "Rank": 4, + "Id": 1716, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 1717, "CommandName": "Set-PnPTenantSite", "Rank": 5, + "Id": 1717, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Id": 1718, "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 1, + "Id": 1718, "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Id": 1719, "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 2, + "Id": 1719, "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Id": 1720, "CommandName": "Set-PnPTerm", "Rank": 1, + "Id": 1720, "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "Id": 1721, "CommandName": "Set-PnPTerm", "Rank": 2, + "Id": 1721, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1722, "CommandName": "Set-PnPTerm", "Rank": 3, + "Id": 1722, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1723, "CommandName": "Set-PnPTerm", "Rank": 4, + "Id": 1723, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "Id": 1724, "CommandName": "Set-PnPTermGroup", "Rank": 1, + "Id": 1724, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Id": 1725, "CommandName": "Set-PnPTermGroup", "Rank": 2, + "Id": 1725, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Id": 1726, "CommandName": "Set-PnPTermSet", "Rank": 1, + "Id": 1726, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Id": 1727, "CommandName": "Set-PnPTermSet", "Rank": 2, + "Id": 1727, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Id": 1728, "CommandName": "Set-PnPTermSet", "Rank": 3, + "Id": 1728, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Id": 1729, "CommandName": "Set-PnPTheme", "Rank": 1, + "Id": 1729, "Command": "Set-PnPTheme" }, { - "Id": 1730, "CommandName": "Set-PnPTheme", "Rank": 2, + "Id": 1730, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Id": 1731, "CommandName": "Set-PnPTheme", "Rank": 3, + "Id": 1731, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "Id": 1732, "CommandName": "Set-PnPTheme", "Rank": 4, + "Id": 1732, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Id": 1733, "CommandName": "Set-PnPUserOneDriveQuota", "Rank": 1, + "Id": 1733, "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Id": 1734, "CommandName": "Set-PnPUserProfilePhoto", "Rank": 1, + "Id": 1734, "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "Id": 1735, "CommandName": "Set-PnPUserProfileProperty", "Rank": 1, + "Id": 1735, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Id": 1736, "CommandName": "Set-PnPUserProfileProperty", "Rank": 2, + "Id": 1736, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "Id": 1737, "CommandName": "Set-PnPView", "Rank": 1, + "Id": 1737, "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "Id": 1738, "CommandName": "Set-PnPView", "Rank": 2, + "Id": 1738, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "Id": 1739, "CommandName": "Set-PnPView", "Rank": 3, + "Id": 1739, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "Id": 1740, "CommandName": "Set-PnPView", "Rank": 4, + "Id": 1740, "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "Id": 1741, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 1, + "Id": 1741, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "Id": 1742, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 2, + "Id": 1742, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "Id": 1743, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 3, + "Id": 1743, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "Id": 1744, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 4, + "Id": 1744, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Id": 1745, "CommandName": "Set-PnPVivaEngageCommunity", "Rank": 1, + "Id": 1745, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "Id": 1746, "CommandName": "Set-PnPVivaEngageCommunity", "Rank": 2, + "Id": 1746, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "Id": 1747, "CommandName": "Set-PnPWeb", "Rank": 1, + "Id": 1747, "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Id": 1748, "CommandName": "Set-PnPWeb", "Rank": 2, + "Id": 1748, "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Id": 1749, "CommandName": "Set-PnPWeb", "Rank": 3, + "Id": 1749, "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Id": 1750, "CommandName": "Set-PnPWeb", "Rank": 4, + "Id": 1750, "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Id": 1751, "CommandName": "Set-PnPWebHeader", "Rank": 1, + "Id": 1751, "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Id": 1752, "CommandName": "Set-PnPWebHeader", "Rank": 2, + "Id": 1752, "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Id": 1753, "CommandName": "Set-PnPWebHeader", "Rank": 3, + "Id": 1753, "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Id": 1754, "CommandName": "Set-PnPWebhookSubscription", "Rank": 1, + "Id": 1754, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Id": 1755, "CommandName": "Set-PnPWebhookSubscription", "Rank": 2, + "Id": 1755, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Id": 1756, "CommandName": "Set-PnPWebPartProperty", "Rank": 1, + "Id": 1756, "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "Id": 1757, "CommandName": "Set-PnPWebPermission", "Rank": 1, + "Id": 1757, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Id": 1758, "CommandName": "Set-PnPWebPermission", "Rank": 2, + "Id": 1758, "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Id": 1759, "CommandName": "Set-PnPWebPermission", "Rank": 3, + "Id": 1759, "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Id": 1760, "CommandName": "Set-PnPWebPermission", "Rank": 4, + "Id": 1760, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Id": 1761, "CommandName": "Set-PnPWebTheme", "Rank": 1, + "Id": 1761, "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Id": 1762, "CommandName": "Set-PnPWebTheme", "Rank": 2, + "Id": 1762, "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Id": 1763, "CommandName": "Set-PnPWikiPageContent", "Rank": 1, + "Id": 1763, "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Id": 1764, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Rank": 1, + "Id": 1764, "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "Id": 1765, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Rank": 2, + "Id": 1765, "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "Id": 1766, "CommandName": "Start-PnPTraceLog", "Rank": 1, + "Id": 1766, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "Id": 1767, "CommandName": "Start-PnPTraceLog", "Rank": 2, + "Id": 1767, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "Id": 1768, "CommandName": "Start-PnPTraceLog", "Rank": 3, + "Id": 1768, "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "Id": 1769, "CommandName": "Start-PnPTraceLog", "Rank": 4, + "Id": 1769, "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "Id": 1770, "CommandName": "Stop-PnPFlowRun", "Rank": 1, + "Id": 1770, "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 1771, "CommandName": "Stop-PnPFlowRun", "Rank": 2, + "Id": 1771, "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "Id": 1772, "CommandName": "Stop-PnPTraceLog", "Rank": 1, + "Id": 1772, "Command": "Stop-PnPTraceLog" }, { - "Id": 1773, "CommandName": "Stop-PnPTraceLog", "Rank": 2, + "Id": 1773, "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "Id": 1774, "CommandName": "Submit-PnPSearchQuery", "Rank": 1, + "Id": 1774, "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Id": 1775, "CommandName": "Submit-PnPSearchQuery", "Rank": 2, + "Id": 1775, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Id": 1776, "CommandName": "Submit-PnPSearchQuery", "Rank": 3, + "Id": 1776, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Id": 1777, "CommandName": "Submit-PnPSearchQuery", "Rank": 4, + "Id": 1777, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Id": 1778, "CommandName": "Submit-PnPSearchQuery", "Rank": 5, + "Id": 1778, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Id": 1779, "CommandName": "Submit-PnPSearchQuery", "Rank": 6, + "Id": 1779, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "Id": 1780, "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 1, + "Id": 1780, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "Id": 1781, "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 2, + "Id": 1781, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Id": 1782, "CommandName": "Sync-PnPAppToTeams", "Rank": 1, + "Id": 1782, "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1783, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 1, + "Id": 1783, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Id": 1784, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 2, + "Id": 1784, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "Id": 1785, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 3, + "Id": 1785, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Id": 1786, "CommandName": "Test-PnPListItemIsRecord", "Rank": 1, + "Id": 1786, "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Id": 1787, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Rank": 1, + "Id": 1787, "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Id": 1788, "CommandName": "Test-PnPSite", "Rank": 1, + "Id": 1788, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1789, "CommandName": "Test-PnPSite", "Rank": 2, + "Id": 1789, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Id": 1790, "CommandName": "Test-PnPTenantTemplate", "Rank": 1, + "Id": 1790, "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Id": 1791, "CommandName": "Undo-PnPFileCheckedOut", "Rank": 1, + "Id": 1791, "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Id": 1792, "CommandName": "Uninstall-PnPApp", "Rank": 1, + "Id": 1792, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1793, "CommandName": "Uninstall-PnPApp", "Rank": 2, + "Id": 1793, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1794, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Rank": 1, + "Id": 1794, "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "Id": 1795, "CommandName": "Unpublish-PnPApp", "Rank": 1, + "Id": 1795, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1796, "CommandName": "Unpublish-PnPApp", "Rank": 2, + "Id": 1796, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1797, "CommandName": "Unpublish-PnPContentType", "Rank": 1, + "Id": 1797, "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Id": 1798, "CommandName": "Unpublish-PnPSyntexModel", "Rank": 1, + "Id": 1798, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Id": 1799, "CommandName": "Unpublish-PnPSyntexModel", "Rank": 2, + "Id": 1799, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Id": 1800, "CommandName": "Unregister-PnPHubSite", "Rank": 1, + "Id": 1800, "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Id": 1801, "CommandName": "Update-PnPApp", "Rank": 1, + "Id": 1801, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1802, "CommandName": "Update-PnPApp", "Rank": 2, + "Id": 1802, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1803, "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 1, + "Id": 1803, "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Id": 1804, "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 2, + "Id": 1804, "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Id": 1805, "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 3, + "Id": 1805, "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Id": 1806, "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 1, + "Id": 1806, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Id": 1807, "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 2, + "Id": 1807, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Id": 1808, "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 3, + "Id": 1808, "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "Id": 1809, "CommandName": "Update-PnPTeamsApp", "Rank": 1, + "Id": 1809, "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Id": 1810, "CommandName": "Update-PnPTeamsUser", "Rank": 1, + "Id": 1810, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 1811, "CommandName": "Update-PnPTeamsUser", "Rank": 2, + "Id": 1811, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Id": 1812, "CommandName": "Update-PnPTeamsUser", "Rank": 3, + "Id": 1812, "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "Id": 1813, "CommandName": "Update-PnPTodoList", "Rank": 1, + "Id": 1813, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "Id": 1814, "CommandName": "Update-PnPTodoList", "Rank": 2, + "Id": 1814, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Id": 1815, "CommandName": "Update-PnPUserType", "Rank": 1, + "Id": 1815, "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "Id": 1816, "CommandName": "Use-PnPBrandCenterFontPackage", "Rank": 1, + "Id": 1816, "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Id": 1817, "CommandName": "Use-PnPBrandCenterFontPackage", "Rank": 2, + "Id": 1817, "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "Id": 1818, "CommandName": "Write-PnPTraceLog", "Rank": 1, + "Id": 1818, "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "Id": 1819, "CommandName": "Write-PnPTraceLog", "Rank": 2, + "Id": 1819, "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "Id": 1820, "CommandName": "Write-PnPTraceLog", "Rank": 3, + "Id": 1820, "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "Id": 1821, "CommandName": "Write-PnPTraceLog", "Rank": 4, + "Id": 1821, "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 67ff2570f..e59fc1cfb 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Message": "", - "Version": "3.1.102" + "Version": "3.1.103", + "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index c65d535e4..751aea2c9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.102 \ No newline at end of file +3.1.103 \ No newline at end of file From f79c2025e857c305dfdd83e454ef71340fa350ad Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Wed, 30 Jul 2025 03:12:42 +0000 Subject: [PATCH 04/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 4 +- version.txt | 2 +- 4 files changed, 5469 insertions(+), 5469 deletions(-) diff --git a/dependencies.json b/dependencies.json index 868e85b45..cbe69cade 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250729-031245", + "Updated": "20250730-031002", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "2a0c24b6fb68f8de1a7dadbf379420815da13bf8", - "PnPCore": "dd66505d288787a0804925e1e51999f2b7004f58" + "PnPFramework": "6632e81789b8b1d2e0750dd3e88db9f8292ccd9f", + "PnPCore": "00addac986d5b4b644641302325e43ed3a167eaa" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 35d83794a..2960fcd6a 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "CommandName": "Add-PnPAlert", - "Rank": 1, "Id": 1, - "Command": "Add-PnPAlert -List \"Demo List\"" + "Rank": 1, + "Command": "Add-PnPAlert -List \"Demo List\"", + "CommandName": "Add-PnPAlert" }, { - "CommandName": "Add-PnPAlert", - "Rank": 2, "Id": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" + "Rank": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", + "CommandName": "Add-PnPAlert" }, { - "CommandName": "Add-PnPAlert", - "Rank": 3, "Id": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPAlert" }, { - "CommandName": "Add-PnPAlert", - "Rank": 4, "Id": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" + "Rank": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", + "CommandName": "Add-PnPAlert" }, { - "CommandName": "Add-PnPApp", - "Rank": 1, "Id": 5, - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "Rank": 1, + "Command": "Add-PnPApp -Path ./myapp.sppkg", + "CommandName": "Add-PnPApp" }, { - "CommandName": "Add-PnPApp", - "Rank": 2, "Id": 6, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "Rank": 2, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", + "CommandName": "Add-PnPApp" }, { - "CommandName": "Add-PnPApp", - "Rank": 3, "Id": 7, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" + "Rank": 3, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", + "CommandName": "Add-PnPApp" }, { - "CommandName": "Add-PnPApp", - "Rank": 4, "Id": 8, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "Rank": 4, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", + "CommandName": "Add-PnPApp" }, { - "CommandName": "Add-PnPApplicationCustomizer", - "Rank": 1, "Id": 9, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" + "Rank": 1, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", + "CommandName": "Add-PnPApplicationCustomizer" }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 1, "Id": 10, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "Rank": 1, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", + "CommandName": "Add-PnPAvailableSiteClassification" }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 2, "Id": 11, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "Rank": 2, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", + "CommandName": "Add-PnPAvailableSiteClassification" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 1, "Id": 12, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPAzureADGroupMember" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 2, "Id": 13, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPAzureADGroupMember" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 3, "Id": 14, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Rank": 3, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "CommandName": "Add-PnPAzureADGroupMember" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 1, "Id": 15, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPAzureADGroupOwner" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 2, "Id": 16, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPAzureADGroupOwner" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 3, "Id": 17, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Rank": 3, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "CommandName": "Add-PnPAzureADGroupOwner" }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 1, "Id": 18, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" + "Rank": 1, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", + "CommandName": "Add-PnPAzureADServicePrincipalAppRole" }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 2, "Id": 19, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" + "Rank": 2, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", + "CommandName": "Add-PnPAzureADServicePrincipalAppRole" }, { - "CommandName": "Add-PnPBrandCenterFont", - "Rank": 1, "Id": 20, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" + "Rank": 1, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", + "CommandName": "Add-PnPBrandCenterFont" }, { - "CommandName": "Add-PnPBrandCenterFont", - "Rank": 2, "Id": 21, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" + "Rank": 2, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", + "CommandName": "Add-PnPBrandCenterFont" }, { - "CommandName": "Add-PnPBrandCenterFontPackage", - "Rank": 1, "Id": 22, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" + "Rank": 1, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", + "CommandName": "Add-PnPBrandCenterFontPackage" }, { - "CommandName": "Add-PnPContentType", - "Rank": 1, "Id": 23, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" + "Rank": 1, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", + "CommandName": "Add-PnPContentType" }, { - "CommandName": "Add-PnPContentType", - "Rank": 2, "Id": 24, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" + "Rank": 2, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", + "CommandName": "Add-PnPContentType" }, { - "CommandName": "Add-PnPContentType", - "Rank": 3, "Id": 25, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" + "Rank": 3, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", + "CommandName": "Add-PnPContentType" }, { - "CommandName": "Add-PnPContentType", - "Rank": 4, "Id": 26, - "Command": "Add-PnPContentType -Name \"Project Item\"" + "Rank": 4, + "Command": "Add-PnPContentType -Name \"Project Item\"", + "CommandName": "Add-PnPContentType" }, { - "CommandName": "Add-PnPContentType", - "Rank": 5, "Id": 27, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" + "Rank": 5, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", + "CommandName": "Add-PnPContentType" }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 1, "Id": 28, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "Rank": 1, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", + "CommandName": "Add-PnPContentTypesFromContentTypeHub" }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 2, "Id": 29, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" + "Rank": 2, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", + "CommandName": "Add-PnPContentTypesFromContentTypeHub" }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 1, "Id": 30, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Rank": 1, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "CommandName": "Add-PnPContentTypeToDocumentSet" }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 2, "Id": 31, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "CommandName": "Add-PnPContentTypeToDocumentSet" }, { - "CommandName": "Add-PnPContentTypeToList", - "Rank": 1, "Id": 32, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" + "Rank": 1, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", + "CommandName": "Add-PnPContentTypeToList" }, { - "CommandName": "Add-PnPCustomAction", - "Rank": 1, "Id": 33, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Rank": 1, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "CommandName": "Add-PnPCustomAction" }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 1, "Id": 34, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" + "Rank": 1, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", + "CommandName": "Add-PnPDataRowsToSiteTemplate" }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 2, "Id": 35, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" + "Rank": 2, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", + "CommandName": "Add-PnPDataRowsToSiteTemplate" }, { - "CommandName": "Add-PnPDocumentSet", - "Rank": 1, "Id": 36, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" + "Rank": 1, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", + "CommandName": "Add-PnPDocumentSet" }, { - "CommandName": "Add-PnPDocumentSet", - "Rank": 2, "Id": 37, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" + "Rank": 2, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", + "CommandName": "Add-PnPDocumentSet" }, { - "CommandName": "Add-PnPEventReceiver", - "Rank": 1, "Id": 38, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" + "Rank": 1, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", + "CommandName": "Add-PnPEventReceiver" }, { - "CommandName": "Add-PnPEventReceiver", - "Rank": 2, "Id": 39, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" + "Rank": 2, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", + "CommandName": "Add-PnPEventReceiver" }, { - "CommandName": "Add-PnPEventReceiver", - "Rank": 3, "Id": 40, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" + "Rank": 3, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", + "CommandName": "Add-PnPEventReceiver" }, { - "CommandName": "Add-PnPEventReceiver", - "Rank": 4, "Id": 41, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" + "Rank": 4, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", + "CommandName": "Add-PnPEventReceiver" }, { - "CommandName": "Add-PnPField", - "Rank": 1, "Id": 42, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" + "Rank": 1, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", + "CommandName": "Add-PnPField" }, { - "CommandName": "Add-PnPField", - "Rank": 2, "Id": 43, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" + "Rank": 2, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", + "CommandName": "Add-PnPField" }, { - "CommandName": "Add-PnPField", - "Rank": 3, "Id": 44, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" + "Rank": 3, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", + "CommandName": "Add-PnPField" }, { - "CommandName": "Add-PnPField", - "Rank": 4, "Id": 45, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "Rank": 4, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", + "CommandName": "Add-PnPField" }, { - "CommandName": "Add-PnPField", - "Rank": 5, "Id": 46, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" + "Rank": 5, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", + "CommandName": "Add-PnPField" }, { - "CommandName": "Add-PnPField", - "Rank": 6, "Id": 47, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" + "Rank": 6, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", + "CommandName": "Add-PnPField" }, { - "CommandName": "Add-PnPFieldToContentType", - "Rank": 1, "Id": 48, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Rank": 1, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "CommandName": "Add-PnPFieldToContentType" }, { - "CommandName": "Add-PnPFile", - "Rank": 1, "Id": 49, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" + "Rank": 1, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFile", - "Rank": 2, "Id": 50, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" + "Rank": 2, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFile", - "Rank": 3, "Id": 51, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" + "Rank": 3, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFile", - "Rank": 4, "Id": 52, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" + "Rank": 4, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFile", - "Rank": 5, "Id": 53, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" + "Rank": 5, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFile", - "Rank": 6, "Id": 54, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" + "Rank": 6, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFile", - "Rank": 7, "Id": 55, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" + "Rank": 7, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFile", - "Rank": 8, "Id": 56, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" + "Rank": 8, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", + "CommandName": "Add-PnPFile" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 1, "Id": 57, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Add-PnPFileAnonymousSharingLink" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 2, "Id": 58, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" + "Rank": 2, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", + "CommandName": "Add-PnPFileAnonymousSharingLink" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 3, "Id": 59, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFileAnonymousSharingLink" }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 1, "Id": 60, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Add-PnPFileOrganizationalSharingLink" }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 2, "Id": 61, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" + "Rank": 2, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", + "CommandName": "Add-PnPFileOrganizationalSharingLink" }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 1, "Id": 62, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Rank": 1, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "CommandName": "Add-PnPFileSensitivityLabel" }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 2, "Id": 63, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Rank": 2, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "CommandName": "Add-PnPFileSensitivityLabel" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Rank": 1, "Id": 64, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Rank": 1, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "CommandName": "Add-PnPFileSharingInvite" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Rank": 2, "Id": 65, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Rank": 2, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "CommandName": "Add-PnPFileSharingInvite" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Rank": 3, "Id": 66, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFileSharingInvite" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 1, "Id": 67, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" + "Rank": 1, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 2, "Id": 68, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" + "Rank": 2, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 3, "Id": 69, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" + "Rank": 3, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 4, "Id": 70, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" + "Rank": 4, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 5, "Id": 71, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" + "Rank": 5, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 1, "Id": 72, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFileUserSharingLink" }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 2, "Id": 73, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFileUserSharingLink" }, { - "CommandName": "Add-PnPFlowOwner", - "Rank": 1, "Id": 74, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" + "Rank": 1, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", + "CommandName": "Add-PnPFlowOwner" }, { - "CommandName": "Add-PnPFlowOwner", - "Rank": 2, "Id": 75, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" + "Rank": 2, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", + "CommandName": "Add-PnPFlowOwner" }, { - "CommandName": "Add-PnPFlowOwner", - "Rank": 3, "Id": 76, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" + "Rank": 3, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", + "CommandName": "Add-PnPFlowOwner" }, { - "CommandName": "Add-PnPFlowOwner", - "Rank": 4, "Id": 77, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" + "Rank": 4, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", + "CommandName": "Add-PnPFlowOwner" }, { - "CommandName": "Add-PnPFolder", - "Rank": 1, "Id": 78, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "CommandName": "Add-PnPFolder" }, { - "CommandName": "Add-PnPFolder", - "Rank": 2, "Id": 79, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "Rank": 2, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", + "CommandName": "Add-PnPFolder" }, { - "CommandName": "Add-PnPFolder", - "Rank": 3, "Id": 80, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" + "Rank": 3, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", + "CommandName": "Add-PnPFolder" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 1, "Id": 81, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Add-PnPFolderAnonymousSharingLink" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 2, "Id": 82, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" + "Rank": 2, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", + "CommandName": "Add-PnPFolderAnonymousSharingLink" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 3, "Id": 83, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFolderAnonymousSharingLink" }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 1, "Id": 84, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Add-PnPFolderOrganizationalSharingLink" }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 2, "Id": 85, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" + "Rank": 2, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", + "CommandName": "Add-PnPFolderOrganizationalSharingLink" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 1, "Id": 86, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Rank": 1, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "CommandName": "Add-PnPFolderSharingInvite" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 2, "Id": 87, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Rank": 2, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "CommandName": "Add-PnPFolderSharingInvite" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 3, "Id": 88, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFolderSharingInvite" }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 1, "Id": 89, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFolderUserSharingLink" }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 2, "Id": 90, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFolderUserSharingLink" }, { - "CommandName": "Add-PnPGroupMember", - "Rank": 1, "Id": 91, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Rank": 1, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "CommandName": "Add-PnPGroupMember" }, { - "CommandName": "Add-PnPGroupMember", - "Rank": 2, "Id": 92, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" + "Rank": 2, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", + "CommandName": "Add-PnPGroupMember" }, { - "CommandName": "Add-PnPHomeSite", - "Rank": 1, "Id": 93, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Rank": 1, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "CommandName": "Add-PnPHomeSite" }, { - "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Rank": 1, "Id": 94, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Rank": 1, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "CommandName": "Add-PnPHtmlPublishingPageLayout" }, { - "CommandName": "Add-PnPHubSiteAssociation", - "Rank": 1, "Id": 95, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" + "Rank": 1, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", + "CommandName": "Add-PnPHubSiteAssociation" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 1, "Id": 96, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" + "Rank": 1, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", + "CommandName": "Add-PnPHubToHubAssociation" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 2, "Id": 97, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" + "Rank": 2, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", + "CommandName": "Add-PnPHubToHubAssociation" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 3, "Id": 98, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" + "Rank": 3, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", + "CommandName": "Add-PnPHubToHubAssociation" }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 1, "Id": 99, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" + "Rank": 1, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", + "CommandName": "Add-PnPJavaScriptBlock" }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 2, "Id": 100, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "Rank": 2, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", + "CommandName": "Add-PnPJavaScriptBlock" }, { - "CommandName": "Add-PnPJavaScriptLink", - "Rank": 1, "Id": 101, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" + "Rank": 1, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", + "CommandName": "Add-PnPJavaScriptLink" }, { - "CommandName": "Add-PnPJavaScriptLink", - "Rank": 2, "Id": 102, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" + "Rank": 2, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", + "CommandName": "Add-PnPJavaScriptLink" }, { - "CommandName": "Add-PnPListDesign", - "Rank": 1, "Id": 103, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" + "Rank": 1, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", + "CommandName": "Add-PnPListDesign" }, { - "CommandName": "Add-PnPListDesign", - "Rank": 2, "Id": 104, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" + "Rank": 2, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", + "CommandName": "Add-PnPListDesign" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 1, "Id": 105, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "Rank": 1, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", + "CommandName": "Add-PnPListFoldersToSiteTemplate" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 2, "Id": 106, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" + "Rank": 2, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", + "CommandName": "Add-PnPListFoldersToSiteTemplate" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 3, "Id": 107, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" + "Rank": 3, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", + "CommandName": "Add-PnPListFoldersToSiteTemplate" }, { - "CommandName": "Add-PnPListItem", - "Rank": 1, "Id": 108, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 1, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Add-PnPListItem" }, { - "CommandName": "Add-PnPListItem", - "Rank": 2, "Id": 109, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 2, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Add-PnPListItem" }, { - "CommandName": "Add-PnPListItem", - "Rank": 3, "Id": 110, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" + "Rank": 3, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", + "CommandName": "Add-PnPListItem" }, { - "CommandName": "Add-PnPListItem", - "Rank": 4, "Id": 111, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" + "Rank": 4, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", + "CommandName": "Add-PnPListItem" }, { - "CommandName": "Add-PnPListItem", - "Rank": 5, "Id": 112, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" + "Rank": 5, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", + "CommandName": "Add-PnPListItem" }, { - "CommandName": "Add-PnPListItemAttachment", - "Rank": 1, "Id": 113, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" + "Rank": 1, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", + "CommandName": "Add-PnPListItemAttachment" }, { - "CommandName": "Add-PnPListItemAttachment", - "Rank": 2, "Id": 114, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" + "Rank": 2, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", + "CommandName": "Add-PnPListItemAttachment" }, { - "CommandName": "Add-PnPListItemAttachment", - "Rank": 3, "Id": 115, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" + "Rank": 3, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", + "CommandName": "Add-PnPListItemAttachment" }, { - "CommandName": "Add-PnPListItemComment", - "Rank": 1, "Id": 116, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" + "Rank": 1, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", + "CommandName": "Add-PnPListItemComment" }, { - "CommandName": "Add-PnPMasterPage", - "Rank": 1, "Id": 117, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" + "Rank": 1, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", + "CommandName": "Add-PnPMasterPage" }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 1, "Id": 118, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPMicrosoft365GroupMember" }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 2, "Id": 119, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPMicrosoft365GroupMember" }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 1, "Id": 120, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPMicrosoft365GroupOwner" }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 2, "Id": 121, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPMicrosoft365GroupOwner" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 1, "Id": 122, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", + "CommandName": "Add-PnPMicrosoft365GroupToSite" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 2, "Id": 123, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", + "CommandName": "Add-PnPMicrosoft365GroupToSite" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 3, "Id": 124, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" + "Rank": 3, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", + "CommandName": "Add-PnPMicrosoft365GroupToSite" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 1, "Id": 125, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" + "Rank": 1, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 2, "Id": 126, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" + "Rank": 2, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 3, "Id": 127, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" + "Rank": 3, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 4, "Id": 128, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" + "Rank": 4, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 5, "Id": 129, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" + "Rank": 5, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 6, "Id": 130, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" + "Rank": 6, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 7, "Id": 131, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" + "Rank": 7, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPNavigationNode", - "Rank": 8, "Id": 132, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" + "Rank": 8, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", + "CommandName": "Add-PnPNavigationNode" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 1, "Id": 133, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" + "Rank": 1, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", + "CommandName": "Add-PnPOrgAssetsLibrary" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 2, "Id": 134, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Rank": 2, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "CommandName": "Add-PnPOrgAssetsLibrary" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 3, "Id": 135, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" + "Rank": 3, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", + "CommandName": "Add-PnPOrgAssetsLibrary" }, { - "CommandName": "Add-PnPOrgNewsSite", - "Rank": 1, "Id": 136, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" + "Rank": 1, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", + "CommandName": "Add-PnPOrgNewsSite" }, { - "CommandName": "Add-PnPPage", - "Rank": 1, "Id": 137, - "Command": "Add-PnPPage -Name \"NewPage\"" + "Rank": 1, + "Command": "Add-PnPPage -Name \"NewPage\"", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 2, "Id": 138, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" + "Rank": 2, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 3, "Id": 139, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "Rank": 3, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 4, "Id": 140, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "Rank": 4, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 5, "Id": 141, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "Rank": 5, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 6, "Id": 142, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "Rank": 6, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 7, "Id": 143, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" + "Rank": 7, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 8, "Id": 144, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "Rank": 8, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 9, "Id": 145, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPage", - "Rank": 10, "Id": 146, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Rank": 10, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", + "CommandName": "Add-PnPPage" }, { - "CommandName": "Add-PnPPageImageWebPart", - "Rank": 1, "Id": 147, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" + "Rank": 1, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", + "CommandName": "Add-PnPPageImageWebPart" }, { - "CommandName": "Add-PnPPageImageWebPart", - "Rank": 2, "Id": 148, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" + "Rank": 2, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", + "CommandName": "Add-PnPPageImageWebPart" }, { - "CommandName": "Add-PnPPageSection", - "Rank": 1, "Id": 149, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "Rank": 1, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", + "CommandName": "Add-PnPPageSection" }, { - "CommandName": "Add-PnPPageSection", - "Rank": 2, "Id": 150, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" + "Rank": 2, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", + "CommandName": "Add-PnPPageSection" }, { - "CommandName": "Add-PnPPageTextPart", - "Rank": 1, "Id": 151, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "Rank": 1, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", + "CommandName": "Add-PnPPageTextPart" }, { - "CommandName": "Add-PnPPageTextPart", - "Rank": 2, "Id": 152, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" + "Rank": 2, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", + "CommandName": "Add-PnPPageTextPart" }, { - "CommandName": "Add-PnPPageTextPart", - "Rank": 3, "Id": 153, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" + "Rank": 3, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", + "CommandName": "Add-PnPPageTextPart" }, { - "CommandName": "Add-PnPPageWebPart", - "Rank": 1, "Id": 154, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "Rank": 1, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", + "CommandName": "Add-PnPPageWebPart" }, { - "CommandName": "Add-PnPPageWebPart", - "Rank": 2, "Id": 155, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "Rank": 2, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", + "CommandName": "Add-PnPPageWebPart" }, { - "CommandName": "Add-PnPPageWebPart", - "Rank": 3, "Id": 156, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" + "Rank": 3, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", + "CommandName": "Add-PnPPageWebPart" }, { - "CommandName": "Add-PnPPlannerBucket", - "Rank": 1, "Id": 157, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" + "Rank": 1, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", + "CommandName": "Add-PnPPlannerBucket" }, { - "CommandName": "Add-PnPPlannerBucket", - "Rank": 2, "Id": 158, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" + "Rank": 2, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", + "CommandName": "Add-PnPPlannerBucket" }, { - "CommandName": "Add-PnPPlannerRoster", - "Rank": 1, "Id": 159, - "Command": "Add-PnPPlannerRoster" + "Rank": 1, + "Command": "Add-PnPPlannerRoster", + "CommandName": "Add-PnPPlannerRoster" }, { - "CommandName": "Add-PnPPlannerRosterMember", - "Rank": 1, "Id": 160, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPPlannerRosterMember" }, { - "CommandName": "Add-PnPPlannerTask", - "Rank": 1, "Id": 161, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 1, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "CommandName": "Add-PnPPlannerTask" }, { - "CommandName": "Add-PnPPlannerTask", - "Rank": 2, "Id": 162, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 2, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "CommandName": "Add-PnPPlannerTask" }, { - "CommandName": "Add-PnPPlannerTask", - "Rank": 3, "Id": 163, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 3, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "CommandName": "Add-PnPPlannerTask" }, { - "CommandName": "Add-PnPPublishingImageRendition", - "Rank": 1, "Id": 164, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Rank": 1, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "CommandName": "Add-PnPPublishingImageRendition" }, { - "CommandName": "Add-PnPPublishingPage", - "Rank": 1, "Id": 165, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" + "Rank": 1, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", + "CommandName": "Add-PnPPublishingPage" }, { - "CommandName": "Add-PnPPublishingPage", - "Rank": 2, "Id": 166, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" + "Rank": 2, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", + "CommandName": "Add-PnPPublishingPage" }, { - "CommandName": "Add-PnPPublishingPageLayout", - "Rank": 1, "Id": 167, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Rank": 1, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "CommandName": "Add-PnPPublishingPageLayout" }, { - "CommandName": "Add-PnPRoleDefinition", - "Rank": 1, "Id": 168, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "Rank": 1, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", + "CommandName": "Add-PnPRoleDefinition" }, { - "CommandName": "Add-PnPRoleDefinition", - "Rank": 2, "Id": 169, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" + "Rank": 2, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", + "CommandName": "Add-PnPRoleDefinition" }, { - "CommandName": "Add-PnPRoleDefinition", - "Rank": 3, "Id": 170, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" + "Rank": 3, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", + "CommandName": "Add-PnPRoleDefinition" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 1, "Id": 171, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 2, "Id": 172, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 2, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 3, "Id": 173, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 1, "Id": 174, - "Command": "Add-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Command": "Add-PnPSiteCollectionAppCatalog", + "CommandName": "Add-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 2, "Id": 175, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Rank": 2, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "CommandName": "Add-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Add-PnPSiteDesign", - "Rank": 1, "Id": 176, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" + "Rank": 1, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", + "CommandName": "Add-PnPSiteDesign" }, { - "CommandName": "Add-PnPSiteDesign", - "Rank": 2, "Id": 177, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" + "Rank": 2, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", + "CommandName": "Add-PnPSiteDesign" }, { - "CommandName": "Add-PnPSiteDesign", - "Rank": 3, "Id": 178, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Rank": 3, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "CommandName": "Add-PnPSiteDesign" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 1, "Id": 179, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" + "Rank": 1, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", + "CommandName": "Add-PnPSiteDesignFromWeb" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 2, "Id": 180, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Rank": 2, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "CommandName": "Add-PnPSiteDesignFromWeb" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 3, "Id": 181, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" + "Rank": 3, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", + "CommandName": "Add-PnPSiteDesignFromWeb" }, { - "CommandName": "Add-PnPSiteDesignTask", - "Rank": 1, "Id": 182, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" + "Rank": 1, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", + "CommandName": "Add-PnPSiteDesignTask" }, { - "CommandName": "Add-PnPSiteDesignTask", - "Rank": 2, "Id": 183, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Rank": 2, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "CommandName": "Add-PnPSiteDesignTask" }, { - "CommandName": "Add-PnPSiteScript", - "Rank": 1, "Id": 184, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" + "Rank": 1, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", + "CommandName": "Add-PnPSiteScript" }, { - "CommandName": "Add-PnPSiteScriptPackage", - "Rank": 1, "Id": 185, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" + "Rank": 1, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", + "CommandName": "Add-PnPSiteScriptPackage" }, { - "CommandName": "Add-PnPSiteTemplate", - "Rank": 1, "Id": 186, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "Rank": 1, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", + "CommandName": "Add-PnPSiteTemplate" }, { - "CommandName": "Add-PnPStoredCredential", - "Rank": 1, "Id": 187, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" + "Rank": 1, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", + "CommandName": "Add-PnPStoredCredential" }, { - "CommandName": "Add-PnPStoredCredential", - "Rank": 2, "Id": 188, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Rank": 2, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "CommandName": "Add-PnPStoredCredential" }, { - "CommandName": "Add-PnPStoredCredential", - "Rank": 3, "Id": 189, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" + "Rank": 3, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", + "CommandName": "Add-PnPStoredCredential" }, { - "CommandName": "Add-PnPTaxonomyField", - "Rank": 1, "Id": 190, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" + "Rank": 1, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", + "CommandName": "Add-PnPTaxonomyField" }, { - "CommandName": "Add-PnPTaxonomyField", - "Rank": 2, "Id": 191, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" + "Rank": 2, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", + "CommandName": "Add-PnPTaxonomyField" }, { - "CommandName": "Add-PnPTeamsChannel", - "Rank": 1, "Id": 192, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" + "Rank": 1, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", + "CommandName": "Add-PnPTeamsChannel" }, { - "CommandName": "Add-PnPTeamsChannel", - "Rank": 2, "Id": 193, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" + "Rank": 2, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", + "CommandName": "Add-PnPTeamsChannel" }, { - "CommandName": "Add-PnPTeamsChannel", - "Rank": 3, "Id": 194, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" + "Rank": 3, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", + "CommandName": "Add-PnPTeamsChannel" }, { - "CommandName": "Add-PnPTeamsChannel", - "Rank": 4, "Id": 195, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" + "Rank": 4, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", + "CommandName": "Add-PnPTeamsChannel" }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 1, "Id": 196, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" + "Rank": 1, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", + "CommandName": "Add-PnpTeamsChannelUser" }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 2, "Id": 197, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" + "Rank": 2, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", + "CommandName": "Add-PnpTeamsChannelUser" }, { - "CommandName": "Add-PnPTeamsTab", - "Rank": 1, "Id": 198, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" + "Rank": 1, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", + "CommandName": "Add-PnPTeamsTab" }, { - "CommandName": "Add-PnPTeamsTab", - "Rank": 2, "Id": 199, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" + "Rank": 2, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", + "CommandName": "Add-PnPTeamsTab" }, { - "CommandName": "Add-PnPTeamsTab", - "Rank": 3, "Id": 200, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" + "Rank": 3, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", + "CommandName": "Add-PnPTeamsTab" }, { - "CommandName": "Add-PnPTeamsTab", - "Rank": 4, "Id": 201, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" + "Rank": 4, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", + "CommandName": "Add-PnPTeamsTab" }, { - "CommandName": "Add-PnPTeamsTeam", - "Rank": 1, "Id": 202, - "Command": "Add-PnPTeamsTeam" + "Rank": 1, + "Command": "Add-PnPTeamsTeam", + "CommandName": "Add-PnPTeamsTeam" }, { - "CommandName": "Add-PnPTeamsUser", - "Rank": 1, "Id": 203, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 1, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "CommandName": "Add-PnPTeamsUser" }, { - "CommandName": "Add-PnPTeamsUser", - "Rank": 2, "Id": 204, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Rank": 2, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "CommandName": "Add-PnPTeamsUser" }, { - "CommandName": "Add-PnPTeamsUser", - "Rank": 3, "Id": 205, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" + "Rank": 3, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", + "CommandName": "Add-PnPTeamsUser" }, { - "CommandName": "Add-PnPTeamsUser", - "Rank": 4, "Id": 206, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" + "Rank": 4, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", + "CommandName": "Add-PnPTeamsUser" }, { - "CommandName": "Add-PnPTenantCdnOrigin", - "Rank": 1, "Id": 207, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Rank": 1, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "CommandName": "Add-PnPTenantCdnOrigin" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 1, "Id": 208, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Rank": 1, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 2, "Id": 209, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Rank": 2, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 3, "Id": 210, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Rank": 3, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Add-PnPTenantSequence", - "Rank": 1, "Id": 211, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "Rank": 1, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", + "CommandName": "Add-PnPTenantSequence" }, { - "CommandName": "Add-PnPTenantSequenceSite", - "Rank": 1, "Id": 212, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "Rank": 1, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", + "CommandName": "Add-PnPTenantSequenceSite" }, { - "CommandName": "Add-PnPTenantSequenceSubSite", - "Rank": 1, "Id": 213, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "Rank": 1, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", + "CommandName": "Add-PnPTenantSequenceSubSite" }, { - "CommandName": "Add-PnPTermToTerm", - "Rank": 1, "Id": 214, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "Rank": 1, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", + "CommandName": "Add-PnPTermToTerm" }, { - "CommandName": "Add-PnPView", - "Rank": 1, "Id": 215, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" + "Rank": 1, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", + "CommandName": "Add-PnPView" }, { - "CommandName": "Add-PnPView", - "Rank": 2, "Id": 216, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" + "Rank": 2, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", + "CommandName": "Add-PnPView" }, { - "CommandName": "Add-PnPView", - "Rank": 3, "Id": 217, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" + "Rank": 3, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", + "CommandName": "Add-PnPView" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Id": 218, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 1, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "CommandName": "Add-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 2, "Id": 219, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 2, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "CommandName": "Add-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 3, "Id": 220, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 3, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "CommandName": "Add-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Rank": 1, "Id": 221, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Rank": 1, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", + "CommandName": "Add-PnPWebhookSubscription" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Rank": 2, "Id": 222, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Rank": 2, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "CommandName": "Add-PnPWebhookSubscription" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Rank": 3, "Id": 223, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" + "Rank": 3, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", + "CommandName": "Add-PnPWebhookSubscription" }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 1, "Id": 224, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" + "Rank": 1, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", + "CommandName": "Add-PnPWebPartToWebPartPage" }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 2, "Id": 225, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" + "Rank": 2, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", + "CommandName": "Add-PnPWebPartToWebPartPage" }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 1, "Id": 226, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" + "Rank": 1, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", + "CommandName": "Add-PnPWebPartToWikiPage" }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 2, "Id": 227, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" + "Rank": 2, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", + "CommandName": "Add-PnPWebPartToWikiPage" }, { - "CommandName": "Add-PnPWikiPage", - "Rank": 1, "Id": 228, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" + "Rank": 1, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", + "CommandName": "Add-PnPWikiPage" }, { - "CommandName": "Clear-PnPAzureADGroupMember", - "Rank": 1, "Id": 229, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", + "CommandName": "Clear-PnPAzureADGroupMember" }, { - "CommandName": "Clear-PnPAzureADGroupOwner", - "Rank": 1, "Id": 230, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", + "CommandName": "Clear-PnPAzureADGroupOwner" }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 1, "Id": 231, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "Rank": 1, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", + "CommandName": "Clear-PnPDefaultColumnValues" }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 2, "Id": 232, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" + "Rank": 2, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", + "CommandName": "Clear-PnPDefaultColumnValues" }, { - "CommandName": "Clear-PnPListItemAsRecord", - "Rank": 1, "Id": 233, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "CommandName": "Clear-PnPListItemAsRecord" }, { - "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Rank": 1, "Id": 234, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", + "CommandName": "Clear-PnPMicrosoft365GroupMember" }, { - "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Rank": 1, "Id": 235, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", + "CommandName": "Clear-PnPMicrosoft365GroupOwner" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 1, "Id": 236, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Rank": 1, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 2, "Id": 237, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "Rank": 2, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 3, "Id": 238, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "Rank": 3, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Rank": 1, "Id": 239, - "Command": "Clear-PnPTenantAppCatalogUrl" + "Rank": 1, + "Command": "Clear-PnPTenantAppCatalogUrl", + "CommandName": "Clear-PnPTenantAppCatalogUrl" }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 1, "Id": 240, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Clear-PnPTenantRecycleBinItem" }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 2, "Id": 241, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Rank": 2, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "CommandName": "Clear-PnPTenantRecycleBinItem" }, { - "CommandName": "Clear-PnPTraceLog", - "Rank": 1, "Id": 242, - "Command": "Clear-PnPTraceLog" + "Rank": 1, + "Command": "Clear-PnPTraceLog", + "CommandName": "Clear-PnPTraceLog" }, { - "CommandName": "Connect-PnPOnline", - "Rank": 1, "Id": 243, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" + "Rank": 1, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", + "CommandName": "Connect-PnPOnline" }, { - "CommandName": "Convert-PnPFile", - "Rank": 1, "Id": 244, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" + "Rank": 1, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", + "CommandName": "Convert-PnPFile" }, { - "CommandName": "Convert-PnPFile", - "Rank": 2, "Id": 245, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" + "Rank": 2, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", + "CommandName": "Convert-PnPFile" }, { - "CommandName": "Convert-PnPFile", - "Rank": 3, "Id": 246, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" + "Rank": 3, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", + "CommandName": "Convert-PnPFile" }, { - "CommandName": "Convert-PnPFile", - "Rank": 4, "Id": 247, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" + "Rank": 4, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", + "CommandName": "Convert-PnPFile" }, { - "CommandName": "Convert-PnPFile", - "Rank": 5, "Id": 248, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" + "Rank": 5, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", + "CommandName": "Convert-PnPFile" }, { - "CommandName": "Convert-PnPFile", - "Rank": 6, "Id": 249, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" + "Rank": 6, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", + "CommandName": "Convert-PnPFile" }, { - "CommandName": "Convert-PnPFile", - "Rank": 7, "Id": 250, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" + "Rank": 7, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", + "CommandName": "Convert-PnPFile" }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 1, "Id": 251, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "Rank": 1, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", + "CommandName": "Convert-PnPFolderToSiteTemplate" }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 2, "Id": 252, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" + "Rank": 2, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", + "CommandName": "Convert-PnPFolderToSiteTemplate" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Rank": 1, "Id": 253, - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "Rank": 1, + "Command": "Convert-PnPSiteTemplate -Path template.xml", + "CommandName": "Convert-PnPSiteTemplate" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Rank": 2, "Id": 254, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" + "Rank": 2, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", + "CommandName": "Convert-PnPSiteTemplate" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Rank": 3, "Id": 255, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" + "Rank": 3, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", + "CommandName": "Convert-PnPSiteTemplate" }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 1, "Id": 256, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "Rank": 1, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", + "CommandName": "Convert-PnPSiteTemplateToMarkdown" }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 2, "Id": 257, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" + "Rank": 2, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", + "CommandName": "Convert-PnPSiteTemplateToMarkdown" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 1, "Id": 258, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "Rank": 1, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 2, "Id": 259, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" + "Rank": 2, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 3, "Id": 260, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "Rank": 3, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 4, "Id": 261, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "Rank": 4, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 5, "Id": 262, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 5, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 6, "Id": 263, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" + "Rank": 6, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 7, "Id": 264, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" + "Rank": 7, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 8, "Id": 265, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "Rank": 8, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 9, "Id": 266, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 9, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 10, "Id": 267, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" + "Rank": 10, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 11, "Id": 268, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" + "Rank": 11, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 12, "Id": 269, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 12, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 13, "Id": 270, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 13, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "ConvertTo-PnPPage", - "Rank": 14, "Id": 271, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" + "Rank": 14, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", + "CommandName": "ConvertTo-PnPPage" }, { - "CommandName": "Copy-PnPFile", - "Rank": 1, "Id": 272, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 1, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 2, "Id": 273, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Rank": 2, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 3, "Id": 274, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Rank": 3, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 4, "Id": 275, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 4, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 5, "Id": 276, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Rank": 5, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 6, "Id": 277, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Rank": 6, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 7, "Id": 278, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Rank": 7, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 8, "Id": 279, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 8, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 9, "Id": 280, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Rank": 9, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFile", - "Rank": 10, "Id": 281, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Rank": 10, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "CommandName": "Copy-PnPFile" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 1, "Id": 282, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 1, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 2, "Id": 283, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Rank": 2, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 3, "Id": 284, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Rank": 3, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 4, "Id": 285, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 4, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 5, "Id": 286, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Rank": 5, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 6, "Id": 287, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Rank": 6, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 7, "Id": 288, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Rank": 7, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 8, "Id": 289, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 8, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 9, "Id": 290, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Rank": 9, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 10, "Id": 291, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Rank": 10, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPFolder", - "Rank": 11, "Id": 292, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" + "Rank": 11, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "CommandName": "Copy-PnPItemProxy", - "Rank": 1, "Id": 293, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" + "Rank": 1, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", + "CommandName": "Copy-PnPItemProxy" }, { - "CommandName": "Copy-PnPList", - "Rank": 1, "Id": 294, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" + "Rank": 1, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", + "CommandName": "Copy-PnPList" }, { - "CommandName": "Copy-PnPList", - "Rank": 2, "Id": 295, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" + "Rank": 2, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", + "CommandName": "Copy-PnPList" }, { - "CommandName": "Copy-PnPList", - "Rank": 3, "Id": 296, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" + "Rank": 3, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", + "CommandName": "Copy-PnPList" }, { - "CommandName": "Copy-PnPList", - "Rank": 4, "Id": 297, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" + "Rank": 4, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", + "CommandName": "Copy-PnPList" }, { - "CommandName": "Copy-PnPPage", - "Rank": 1, "Id": 298, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Rank": 1, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "CommandName": "Copy-PnPPage" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Rank": 1, "Id": 299, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" + "Rank": 1, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", + "CommandName": "Copy-PnPTeamsTeam" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Rank": 2, "Id": 300, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" + "Rank": 2, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", + "CommandName": "Copy-PnPTeamsTeam" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Rank": 3, "Id": 301, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Rank": 3, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "CommandName": "Copy-PnPTeamsTeam" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Rank": 4, "Id": 302, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Rank": 4, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "CommandName": "Copy-PnPTeamsTeam" }, { - "CommandName": "Disable-PnPFeature", - "Rank": 1, "Id": 303, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Disable-PnPFeature" }, { - "CommandName": "Disable-PnPFeature", - "Rank": 2, "Id": 304, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Rank": 2, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "CommandName": "Disable-PnPFeature" }, { - "CommandName": "Disable-PnPFeature", - "Rank": 3, "Id": 305, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Rank": 3, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "CommandName": "Disable-PnPFeature" }, { - "CommandName": "Disable-PnPFlow", - "Rank": 1, "Id": 306, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Disable-PnPFlow" }, { - "CommandName": "Disable-PnPFlow", - "Rank": 2, "Id": 307, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Disable-PnPFlow" }, { - "CommandName": "Disable-PnPPageScheduling", - "Rank": 1, "Id": 308, - "Command": "Disable-PnPPageScheduling" + "Rank": 1, + "Command": "Disable-PnPPageScheduling", + "CommandName": "Disable-PnPPageScheduling" }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 1, "Id": 309, - "Command": "Disable-PnPPowerShellTelemetry" + "Rank": 1, + "Command": "Disable-PnPPowerShellTelemetry", + "CommandName": "Disable-PnPPowerShellTelemetry" }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 2, "Id": 310, - "Command": "Disable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Command": "Disable-PnPPowerShellTelemetry -Force", + "CommandName": "Disable-PnPPowerShellTelemetry" }, { - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Rank": 1, "Id": 311, - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Command": "Disable-PnPSharingForNonOwnersOfSite", + "CommandName": "Disable-PnPSharingForNonOwnersOfSite" }, { - "CommandName": "Disable-PnPSiteClassification", - "Rank": 1, "Id": 312, - "Command": "Disable-PnPSiteClassification" + "Rank": 1, + "Command": "Disable-PnPSiteClassification", + "CommandName": "Disable-PnPSiteClassification" }, { - "CommandName": "Disconnect-PnPOnline", - "Rank": 1, "Id": 313, - "Command": "Disconnect-PnPOnline" + "Rank": 1, + "Command": "Disconnect-PnPOnline", + "CommandName": "Disconnect-PnPOnline" }, { - "CommandName": "Enable-PnPCommSite", - "Rank": 1, "Id": 314, - "Command": "Enable-PnPCommSite" + "Rank": 1, + "Command": "Enable-PnPCommSite", + "CommandName": "Enable-PnPCommSite" }, { - "CommandName": "Enable-PnPCommSite", - "Rank": 2, "Id": 315, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" + "Rank": 2, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", + "CommandName": "Enable-PnPCommSite" }, { - "CommandName": "Enable-PnPFeature", - "Rank": 1, "Id": 316, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Enable-PnPFeature" }, { - "CommandName": "Enable-PnPFeature", - "Rank": 2, "Id": 317, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Rank": 2, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "CommandName": "Enable-PnPFeature" }, { - "CommandName": "Enable-PnPFeature", - "Rank": 3, "Id": 318, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Rank": 3, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "CommandName": "Enable-PnPFeature" }, { - "CommandName": "Enable-PnPFlow", - "Rank": 1, "Id": 319, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Enable-PnPFlow" }, { - "CommandName": "Enable-PnPFlow", - "Rank": 2, "Id": 320, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Enable-PnPFlow" }, { - "CommandName": "Enable-PnPPageScheduling", - "Rank": 1, "Id": 321, - "Command": "Enable-PnPPageScheduling" + "Rank": 1, + "Command": "Enable-PnPPageScheduling", + "CommandName": "Enable-PnPPageScheduling" }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 1, "Id": 322, - "Command": "Enable-PnPPowerShellTelemetry" + "Rank": 1, + "Command": "Enable-PnPPowerShellTelemetry", + "CommandName": "Enable-PnPPowerShellTelemetry" }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 2, "Id": 323, - "Command": "Enable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Command": "Enable-PnPPowerShellTelemetry -Force", + "CommandName": "Enable-PnPPowerShellTelemetry" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 1, "Id": 324, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" + "Rank": 1, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 2, "Id": 325, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" + "Rank": 2, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 3, "Id": 326, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" + "Rank": 3, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 4, "Id": 327, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" + "Rank": 4, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "CommandName": "Enable-PnPSiteClassification", - "Rank": 1, "Id": 328, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" + "Rank": 1, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", + "CommandName": "Enable-PnPSiteClassification" }, { - "CommandName": "Enable-PnPSiteClassification", - "Rank": 2, "Id": 329, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Rank": 2, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", + "CommandName": "Enable-PnPSiteClassification" }, { - "CommandName": "Export-PnPFlow", - "Rank": 1, "Id": 330, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Export-PnPFlow" }, { - "CommandName": "Export-PnPFlow", - "Rank": 2, "Id": 331, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Export-PnPFlow" }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 1, "Id": 332, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "Rank": 1, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", + "CommandName": "Export-PnPListToSiteTemplate" }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 2, "Id": 333, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" + "Rank": 2, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", + "CommandName": "Export-PnPListToSiteTemplate" }, { - "CommandName": "Export-PnPPage", - "Rank": 1, "Id": 334, - "Command": "Export-PnPPage -Identity Home.aspx" + "Rank": 1, + "Command": "Export-PnPPage -Identity Home.aspx", + "CommandName": "Export-PnPPage" }, { - "CommandName": "Export-PnPPage", - "Rank": 2, "Id": 335, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" + "Rank": 2, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", + "CommandName": "Export-PnPPage" }, { - "CommandName": "Export-PnPPageMapping", - "Rank": 1, "Id": 336, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" + "Rank": 1, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", + "CommandName": "Export-PnPPageMapping" }, { - "CommandName": "Export-PnPPageMapping", - "Rank": 2, "Id": 337, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" + "Rank": 2, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", + "CommandName": "Export-PnPPageMapping" }, { - "CommandName": "Export-PnPPageMapping", - "Rank": 3, "Id": 338, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" + "Rank": 3, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", + "CommandName": "Export-PnPPageMapping" }, { - "CommandName": "Export-PnPPowerApp", - "Rank": 1, "Id": 339, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" + "Rank": 1, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", + "CommandName": "Export-PnPPowerApp" }, { - "CommandName": "Export-PnPPowerApp", - "Rank": 2, "Id": 340, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" + "Rank": 2, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", + "CommandName": "Export-PnPPowerApp" }, { - "CommandName": "Export-PnPTaxonomy", - "Rank": 1, "Id": 341, - "Command": "Export-PnPTaxonomy" + "Rank": 1, + "Command": "Export-PnPTaxonomy", + "CommandName": "Export-PnPTaxonomy" }, { - "CommandName": "Export-PnPTaxonomy", - "Rank": 2, "Id": 342, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "Rank": 2, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", + "CommandName": "Export-PnPTaxonomy" }, { - "CommandName": "Export-PnPTaxonomy", - "Rank": 3, "Id": 343, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" + "Rank": 3, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", + "CommandName": "Export-PnPTaxonomy" }, { - "CommandName": "Export-PnPTaxonomy", - "Rank": 4, "Id": 344, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" + "Rank": 4, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", + "CommandName": "Export-PnPTaxonomy" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Rank": 1, "Id": 345, - "Command": "Export-PnPTermGroupToXml" + "Rank": 1, + "Command": "Export-PnPTermGroupToXml", + "CommandName": "Export-PnPTermGroupToXml" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Rank": 2, "Id": 346, - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "Rank": 2, + "Command": "Export-PnPTermGroupToXml -Out output.xml", + "CommandName": "Export-PnPTermGroupToXml" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Rank": 3, "Id": 347, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" + "Rank": 3, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", + "CommandName": "Export-PnPTermGroupToXml" }, { - "CommandName": "Export-PnPUserInfo", - "Rank": 1, "Id": 348, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Rank": 1, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "CommandName": "Export-PnPUserInfo" }, { - "CommandName": "Export-PnPUserInfo", - "Rank": 2, "Id": 349, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" + "Rank": 2, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", + "CommandName": "Export-PnPUserInfo" }, { - "CommandName": "Export-PnPUserProfile", - "Rank": 1, "Id": 350, - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Command": "Export-PnPUserProfile -LoginName user@domain.com", + "CommandName": "Export-PnPUserProfile" }, { - "CommandName": "Export-PnPUserProfile", - "Rank": 2, "Id": 351, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" + "Rank": 2, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", + "CommandName": "Export-PnPUserProfile" }, { - "CommandName": "Find-PnPFile", - "Rank": 1, "Id": 352, - "Command": "Find-PnPFile -Match *.master" + "Rank": 1, + "Command": "Find-PnPFile -Match *.master", + "CommandName": "Find-PnPFile" }, { - "CommandName": "Find-PnPFile", - "Rank": 2, "Id": 353, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "Rank": 2, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", + "CommandName": "Find-PnPFile" }, { - "CommandName": "Find-PnPFile", - "Rank": 3, "Id": 354, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" + "Rank": 3, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", + "CommandName": "Find-PnPFile" }, { - "CommandName": "Get-PnPAccessToken", - "Rank": 1, "Id": 355, - "Command": "Get-PnPAccessToken" + "Rank": 1, + "Command": "Get-PnPAccessToken", + "CommandName": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAccessToken", - "Rank": 2, "Id": 356, - "Command": "Get-PnPAccessToken -Decoded" + "Rank": 2, + "Command": "Get-PnPAccessToken -Decoded", + "CommandName": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAccessToken", - "Rank": 3, "Id": 357, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "Rank": 3, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", + "CommandName": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAccessToken", - "Rank": 4, "Id": 358, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "Rank": 4, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", + "CommandName": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAccessToken", - "Rank": 5, "Id": 359, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "Rank": 5, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", + "CommandName": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAccessToken", - "Rank": 6, "Id": 360, - "Command": "Get-PnPAccessToken -ListPermissionScopes" + "Rank": 6, + "Command": "Get-PnPAccessToken -ListPermissionScopes", + "CommandName": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAlert", - "Rank": 1, "Id": 361, - "Command": "Get-PnPAlert" + "Rank": 1, + "Command": "Get-PnPAlert", + "CommandName": "Get-PnPAlert" }, { - "CommandName": "Get-PnPAlert", - "Rank": 2, "Id": 362, - "Command": "Get-PnPAlert -List \"Demo List\"" + "Rank": 2, + "Command": "Get-PnPAlert -List \"Demo List\"", + "CommandName": "Get-PnPAlert" }, { - "CommandName": "Get-PnPAlert", - "Rank": 3, "Id": 363, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPAlert" }, { - "CommandName": "Get-PnPAlert", - "Rank": 4, "Id": 364, - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "Rank": 4, + "Command": "Get-PnPAlert -Title \"Demo Alert\"", + "CommandName": "Get-PnPAlert" }, { - "CommandName": "Get-PnPAlert", - "Rank": 5, "Id": 365, - "Command": "Get-PnPAlert -AllUsers" + "Rank": 5, + "Command": "Get-PnPAlert -AllUsers", + "CommandName": "Get-PnPAlert" }, { - "CommandName": "Get-PnPAlert", - "Rank": 6, "Id": 366, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "Rank": 6, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", + "CommandName": "Get-PnPAlert" }, { - "CommandName": "Get-PnPApp", - "Rank": 1, "Id": 367, - "Command": "Get-PnPApp" + "Rank": 1, + "Command": "Get-PnPApp", + "CommandName": "Get-PnPApp" }, { - "CommandName": "Get-PnPApp", - "Rank": 2, "Id": 368, - "Command": "Get-PnPApp -Scope Site" + "Rank": 2, + "Command": "Get-PnPApp -Scope Site", + "CommandName": "Get-PnPApp" }, { - "CommandName": "Get-PnPApp", - "Rank": 3, "Id": 369, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 3, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "CommandName": "Get-PnPApp" }, { - "CommandName": "Get-PnPAppErrors", - "Rank": 1, "Id": 370, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" + "Rank": 1, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", + "CommandName": "Get-PnPAppErrors" }, { - "CommandName": "Get-PnPAppErrors", - "Rank": 2, "Id": 371, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" + "Rank": 2, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", + "CommandName": "Get-PnPAppErrors" }, { - "CommandName": "Get-PnPAppInfo", - "Rank": 1, "Id": 372, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "Rank": 1, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", + "CommandName": "Get-PnPAppInfo" }, { - "CommandName": "Get-PnPAppInfo", - "Rank": 2, "Id": 373, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 2, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "CommandName": "Get-PnPAppInfo" }, { - "CommandName": "Get-PnPAppInfo", - "Rank": 3, "Id": 374, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "Rank": 3, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", + "CommandName": "Get-PnPAppInfo" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 1, "Id": 375, - "Command": "Get-PnPApplicationCustomizer" + "Rank": 1, + "Command": "Get-PnPApplicationCustomizer", + "CommandName": "Get-PnPApplicationCustomizer" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 2, "Id": 376, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 2, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Get-PnPApplicationCustomizer" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 3, "Id": 377, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" + "Rank": 3, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", + "CommandName": "Get-PnPApplicationCustomizer" }, { - "CommandName": "Get-PnPAuditing", - "Rank": 1, "Id": 378, - "Command": "Get-PnPAuditing" + "Rank": 1, + "Command": "Get-PnPAuditing", + "CommandName": "Get-PnPAuditing" }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 1, "Id": 379, - "Command": "Get-PnPAuthenticationRealm" + "Rank": 1, + "Command": "Get-PnPAuthenticationRealm", + "CommandName": "Get-PnPAuthenticationRealm" }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 2, "Id": 380, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "Rank": 2, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", + "CommandName": "Get-PnPAuthenticationRealm" }, { - "CommandName": "Get-PnPAvailableLanguage", - "Rank": 1, "Id": 381, - "Command": "Get-PnPAvailableLanguage" + "Rank": 1, + "Command": "Get-PnPAvailableLanguage", + "CommandName": "Get-PnPAvailableLanguage" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 1, "Id": 382, - "Command": "Get-PnPAvailableSensitivityLabel" + "Rank": 1, + "Command": "Get-PnPAvailableSensitivityLabel", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 2, "Id": 383, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "Rank": 2, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 3, "Id": 384, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" + "Rank": 3, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "CommandName": "Get-PnPAvailableSiteClassification", - "Rank": 1, "Id": 385, - "Command": "Get-PnPAvailableSiteClassification" + "Rank": 1, + "Command": "Get-PnPAvailableSiteClassification", + "CommandName": "Get-PnPAvailableSiteClassification" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 1, "Id": 386, - "Command": "Get-PnPAzureACSPrincipal" + "Rank": 1, + "Command": "Get-PnPAzureACSPrincipal", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 2, "Id": 387, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "Rank": 2, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 3, "Id": 388, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "Rank": 3, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 4, "Id": 389, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "Rank": 4, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 1, "Id": 390, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 2, "Id": 391, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 3, "Id": 392, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 1, "Id": 393, - "Command": "Get-PnPAzureADActivityReportSignIn" + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportSignIn", + "CommandName": "Get-PnPAzureADActivityReportSignIn" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 2, "Id": 394, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", + "CommandName": "Get-PnPAzureADActivityReportSignIn" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 3, "Id": 395, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", + "CommandName": "Get-PnPAzureADActivityReportSignIn" }, { - "CommandName": "Get-PnPAzureADApp", - "Rank": 1, "Id": 396, - "Command": "Get-PnPAzureADApp" + "Rank": 1, + "Command": "Get-PnPAzureADApp", + "CommandName": "Get-PnPAzureADApp" }, { - "CommandName": "Get-PnPAzureADApp", - "Rank": 2, "Id": 397, - "Command": "Get-PnPAzureADApp -Identity MyApp" + "Rank": 2, + "Command": "Get-PnPAzureADApp -Identity MyApp", + "CommandName": "Get-PnPAzureADApp" }, { - "CommandName": "Get-PnPAzureADApp", - "Rank": 3, "Id": 398, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 3, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "CommandName": "Get-PnPAzureADApp" }, { - "CommandName": "Get-PnPAzureADApp", - "Rank": 4, "Id": 399, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "Rank": 4, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPAzureADApp" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 1, "Id": 400, - "Command": "Get-PnPAzureADAppPermission" + "Rank": 1, + "Command": "Get-PnPAzureADAppPermission", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 2, "Id": 401, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "Rank": 2, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 3, "Id": 402, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 3, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 1, "Id": 403, - "Command": "Get-PnPAzureADAppSitePermission" + "Rank": 1, + "Command": "Get-PnPAzureADAppSitePermission", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 2, "Id": 404, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" + "Rank": 2, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 3, "Id": 405, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "Rank": 3, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 4, "Id": 406, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "Rank": 4, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 5, "Id": 407, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" + "Rank": 5, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "CommandName": "Get-PnPAzureADGroup", - "Rank": 1, "Id": 408, - "Command": "Get-PnPAzureADGroup" + "Rank": 1, + "Command": "Get-PnPAzureADGroup", + "CommandName": "Get-PnPAzureADGroup" }, { - "CommandName": "Get-PnPAzureADGroup", - "Rank": 2, "Id": 409, - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPAzureADGroup -Identity $groupId", + "CommandName": "Get-PnPAzureADGroup" }, { - "CommandName": "Get-PnPAzureADGroup", - "Rank": 3, "Id": 410, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "Rank": 3, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", + "CommandName": "Get-PnPAzureADGroup" }, { - "CommandName": "Get-PnPAzureADGroup", - "Rank": 4, "Id": 411, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "Rank": 4, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", + "CommandName": "Get-PnPAzureADGroup" }, { - "CommandName": "Get-PnPAzureADGroup", - "Rank": 5, "Id": 412, - "Command": "Get-PnPAzureADGroup -Identity $group" + "Rank": 5, + "Command": "Get-PnPAzureADGroup -Identity $group", + "CommandName": "Get-PnPAzureADGroup" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 1, "Id": 413, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 2, "Id": 414, - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "Rank": 2, + "Command": "Get-PnPAzureADGroupMember -Identity $group", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 3, "Id": 415, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" + "Rank": 3, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 1, "Id": 416, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", + "CommandName": "Get-PnPAzureADGroupOwner" }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 2, "Id": 417, - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "Rank": 2, + "Command": "Get-PnPAzureADGroupOwner -Identity $group", + "CommandName": "Get-PnPAzureADGroupOwner" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 1, "Id": 418, - "Command": "Get-PnPAzureADServicePrincipal" + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipal", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 2, "Id": 419, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 3, "Id": 420, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" + "Rank": 3, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 4, "Id": 421, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "Rank": 4, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 5, "Id": 422, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1, "Id": 423, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2, "Id": 424, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 1, "Id": 425, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 2, "Id": 426, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 1, "Id": 427, - "Command": "Get-PnPAzureADUser" + "Rank": 1, + "Command": "Get-PnPAzureADUser", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 2, "Id": 428, - "Command": "Get-PnPAzureADUser -EndIndex 50" + "Rank": 2, + "Command": "Get-PnPAzureADUser -EndIndex 50", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 3, "Id": 429, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Rank": 3, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 4, "Id": 430, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "Rank": 4, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 5, "Id": 431, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" + "Rank": 5, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 6, "Id": 432, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "Rank": 6, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 7, "Id": 433, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" + "Rank": 7, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 8, "Id": 434, - "Command": "Get-PnPAzureADUser -Delta" + "Rank": 8, + "Command": "Get-PnPAzureADUser -Delta", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 9, "Id": 435, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "Rank": 9, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Rank": 10, "Id": 436, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "Rank": 10, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", + "CommandName": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureCertificate", - "Rank": 1, "Id": 437, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "Rank": 1, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", + "CommandName": "Get-PnPAzureCertificate" }, { - "CommandName": "Get-PnPAzureCertificate", - "Rank": 2, "Id": 438, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Rank": 2, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "CommandName": "Get-PnPAzureCertificate" }, { - "CommandName": "Get-PnPAzureCertificate", - "Rank": 3, "Id": 439, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "Rank": 3, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", + "CommandName": "Get-PnPAzureCertificate" }, { - "CommandName": "Get-PnPBrandCenterConfig", - "Rank": 1, "Id": 440, - "Command": "Get-PnPBrandCenterConfig" + "Rank": 1, + "Command": "Get-PnPBrandCenterConfig", + "CommandName": "Get-PnPBrandCenterConfig" }, { - "CommandName": "Get-PnPBrandCenterFont", - "Rank": 1, "Id": 441, - "Command": "Get-PnPBrandCenterFont" + "Rank": 1, + "Command": "Get-PnPBrandCenterFont", + "CommandName": "Get-PnPBrandCenterFont" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 1, "Id": 442, - "Command": "Get-PnPBrandCenterFontPackage" + "Rank": 1, + "Command": "Get-PnPBrandCenterFontPackage", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 2, "Id": 443, - "Command": "Get-PnPBrandCenterFontPackage -Store Site" + "Rank": 2, + "Command": "Get-PnPBrandCenterFontPackage -Store Site", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 3, "Id": 444, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" + "Rank": 3, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 4, "Id": 445, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Rank": 4, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "CommandName": "Get-PnPBrowserIdleSignout", - "Rank": 1, "Id": 446, - "Command": "Get-PnPBrowserIdleSignout" + "Rank": 1, + "Command": "Get-PnPBrowserIdleSignout", + "CommandName": "Get-PnPBrowserIdleSignout" }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 1, "Id": 447, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "Rank": 1, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", + "CommandName": "Get-PnPBuiltInDesignPackageVisibility" }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 2, "Id": 448, - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "Rank": 2, + "Command": "Get-PnPBuiltInDesignPackageVisibility", + "CommandName": "Get-PnPBuiltInDesignPackageVisibility" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 1, "Id": 449, - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "Rank": 1, + "Command": "Get-PnPBuiltInSiteTemplateSettings", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 2, "Id": 450, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" + "Rank": 2, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 3, "Id": 451, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "Rank": 3, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 4, "Id": 452, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 4, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 5, "Id": 453, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "Rank": 5, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Get-PnPChangeLog", - "Rank": 1, "Id": 454, - "Command": "Get-PnPChangeLog" + "Rank": 1, + "Command": "Get-PnPChangeLog", + "CommandName": "Get-PnPChangeLog" }, { - "CommandName": "Get-PnPChangeLog", - "Rank": 2, "Id": 455, - "Command": "Get-PnPChangeLog -Nightly" + "Rank": 2, + "Command": "Get-PnPChangeLog -Nightly", + "CommandName": "Get-PnPChangeLog" }, { - "CommandName": "Get-PnPChangeLog", - "Rank": 3, "Id": 456, - "Command": "Get-PnPChangeLog -Version 2.12.0" + "Rank": 3, + "Command": "Get-PnPChangeLog -Version 2.12.0", + "CommandName": "Get-PnPChangeLog" }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 1, "Id": 457, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" + "Rank": 1, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", + "CommandName": "Get-PnPCompatibleHubContentTypes" }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 2, "Id": 458, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" + "Rank": 2, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", + "CommandName": "Get-PnPCompatibleHubContentTypes" }, { - "CommandName": "Get-PnPContainer", - "Rank": 1, "Id": 459, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" + "Rank": 1, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", + "CommandName": "Get-PnPContainer" }, { - "CommandName": "Get-PnPContainer", - "Rank": 2, "Id": 460, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 2, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "CommandName": "Get-PnPContainer" }, { - "CommandName": "Get-PnPContainer", - "Rank": 3, "Id": 461, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Rank": 3, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "CommandName": "Get-PnPContainer" }, { - "CommandName": "Get-PnPContainerType", - "Rank": 1, "Id": 462, - "Command": "Get-PnPContainerType" + "Rank": 1, + "Command": "Get-PnPContainerType", + "CommandName": "Get-PnPContainerType" }, { - "CommandName": "Get-PnPContainerTypeConfiguration", - "Rank": 1, "Id": 463, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" + "Rank": 1, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", + "CommandName": "Get-PnPContainerTypeConfiguration" }, { - "CommandName": "Get-PnPContentType", - "Rank": 1, "Id": 464, - "Command": "Get-PnPContentType" + "Rank": 1, + "Command": "Get-PnPContentType", + "CommandName": "Get-PnPContentType" }, { - "CommandName": "Get-PnPContentType", - "Rank": 2, "Id": 465, - "Command": "Get-PnPContentType -InSiteHierarchy" + "Rank": 2, + "Command": "Get-PnPContentType -InSiteHierarchy", + "CommandName": "Get-PnPContentType" }, { - "CommandName": "Get-PnPContentType", - "Rank": 3, "Id": 466, - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "Rank": 3, + "Command": "Get-PnPContentType -Identity \"Project Document\"", + "CommandName": "Get-PnPContentType" }, { - "CommandName": "Get-PnPContentType", - "Rank": 4, "Id": 467, - "Command": "Get-PnPContentType -List \"Documents\"" + "Rank": 4, + "Command": "Get-PnPContentType -List \"Documents\"", + "CommandName": "Get-PnPContentType" }, { - "CommandName": "Get-PnPContentType", - "Rank": 5, "Id": 468, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"" + "Rank": 5, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", + "CommandName": "Get-PnPContentType" }, { - "CommandName": "Get-PnPContentTypePublishingStatus", - "Rank": 1, "Id": 469, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "Rank": 1, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", + "CommandName": "Get-PnPContentTypePublishingStatus" }, { - "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Rank": 1, "Id": 470, - "Command": "Get-PnPCopilotAdminLimitedMode" + "Rank": 1, + "Command": "Get-PnPCopilotAdminLimitedMode", + "CommandName": "Get-PnPCopilotAdminLimitedMode" }, { - "CommandName": "Get-PnPCopilotAgent", - "Rank": 1, "Id": 471, - "Command": "Get-PnPCopilotAgent" + "Rank": 1, + "Command": "Get-PnPCopilotAgent", + "CommandName": "Get-PnPCopilotAgent" }, { - "CommandName": "Get-PnPCopilotAgent", - "Rank": 2, "Id": 472, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" + "Rank": 2, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", + "CommandName": "Get-PnPCopilotAgent" }, { - "CommandName": "Get-PnPCustomAction", - "Rank": 1, "Id": 473, - "Command": "Get-PnPCustomAction" + "Rank": 1, + "Command": "Get-PnPCustomAction", + "CommandName": "Get-PnPCustomAction" }, { - "CommandName": "Get-PnPCustomAction", - "Rank": 2, "Id": 474, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 2, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Get-PnPCustomAction" }, { - "CommandName": "Get-PnPCustomAction", - "Rank": 3, "Id": 475, - "Command": "Get-PnPCustomAction -Scope web" + "Rank": 3, + "Command": "Get-PnPCustomAction -Scope web", + "CommandName": "Get-PnPCustomAction" }, { - "CommandName": "Get-PnPDeletedContainer", - "Rank": 1, "Id": 476, - "Command": "Get-PnPDeletedContainer" + "Rank": 1, + "Command": "Get-PnPDeletedContainer", + "CommandName": "Get-PnPDeletedContainer" }, { - "CommandName": "Get-PnPDeletedFlow", - "Rank": 1, "Id": 477, - "Command": "Get-PnPDeletedFlow" + "Rank": 1, + "Command": "Get-PnPDeletedFlow", + "CommandName": "Get-PnPDeletedFlow" }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 1, "Id": 478, - "Command": "Get-PnPDeletedMicrosoft365Group" + "Rank": 1, + "Command": "Get-PnPDeletedMicrosoft365Group", + "CommandName": "Get-PnPDeletedMicrosoft365Group" }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 2, "Id": 479, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 2, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "CommandName": "Get-PnPDeletedMicrosoft365Group" }, { - "CommandName": "Get-PnPDeletedTeam", - "Rank": 1, "Id": 480, - "Command": "Get-PnPDeletedTeam" + "Rank": 1, + "Command": "Get-PnPDeletedTeam", + "CommandName": "Get-PnPDeletedTeam" }, { - "CommandName": "Get-PnPDiagnostics", - "Rank": 1, "Id": 481, - "Command": "Get-PnPDiagnostics" + "Rank": 1, + "Command": "Get-PnPDiagnostics", + "CommandName": "Get-PnPDiagnostics" }, { - "CommandName": "Get-PnPDisableSpacesActivation", - "Rank": 1, "Id": 482, - "Command": "Get-PnPDisableSpacesActivation" + "Rank": 1, + "Command": "Get-PnPDisableSpacesActivation", + "CommandName": "Get-PnPDisableSpacesActivation" }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 1, "Id": 483, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "Rank": 1, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", + "CommandName": "Get-PnPDocumentSetTemplate" }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 2, "Id": 484, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "Rank": 2, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", + "CommandName": "Get-PnPDocumentSetTemplate" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 1, "Id": 485, - "Command": "Get-PnPEnterpriseAppInsightsReport" + "Rank": 1, + "Command": "Get-PnPEnterpriseAppInsightsReport", + "CommandName": "Get-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 2, "Id": 486, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" + "Rank": 2, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", + "CommandName": "Get-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 3, "Id": 487, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" + "Rank": 3, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", + "CommandName": "Get-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 1, "Id": 488, - "Command": "Get-PnPEventReceiver" + "Rank": 1, + "Command": "Get-PnPEventReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 2, "Id": 489, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 2, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 3, "Id": 490, - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "Rank": 3, + "Command": "Get-PnPEventReceiver -Identity MyReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 4, "Id": 491, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "Rank": 4, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 5, "Id": 492, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 5, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 6, "Id": 493, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "Rank": 6, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 7, "Id": 494, - "Command": "Get-PnPEventReceiver -Scope Site" + "Rank": 7, + "Command": "Get-PnPEventReceiver -Scope Site", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 8, "Id": 495, - "Command": "Get-PnPEventReceiver -Scope Web" + "Rank": 8, + "Command": "Get-PnPEventReceiver -Scope Web", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Rank": 9, "Id": 496, - "Command": "Get-PnPEventReceiver -Scope All" + "Rank": 9, + "Command": "Get-PnPEventReceiver -Scope All", + "CommandName": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPException", - "Rank": 1, "Id": 497, - "Command": "Get-PnPException" + "Rank": 1, + "Command": "Get-PnPException", + "CommandName": "Get-PnPException" }, { - "CommandName": "Get-PnPException", - "Rank": 2, "Id": 498, - "Command": "Get-PnPException -All" + "Rank": 2, + "Command": "Get-PnPException -All", + "CommandName": "Get-PnPException" }, { - "CommandName": "Get-PnPExternalUser", - "Rank": 1, "Id": 499, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "Rank": 1, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", + "CommandName": "Get-PnPExternalUser" }, { - "CommandName": "Get-PnPExternalUser", - "Rank": 2, "Id": 500, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "Rank": 2, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", + "CommandName": "Get-PnPExternalUser" }, { - "CommandName": "Get-PnPFeature", - "Rank": 1, "Id": 501, - "Command": "Get-PnPFeature" + "Rank": 1, + "Command": "Get-PnPFeature", + "CommandName": "Get-PnPFeature" }, { - "CommandName": "Get-PnPFeature", - "Rank": 2, "Id": 502, - "Command": "Get-PnPFeature -Scope Site" + "Rank": 2, + "Command": "Get-PnPFeature -Scope Site", + "CommandName": "Get-PnPFeature" }, { - "CommandName": "Get-PnPFeature", - "Rank": 3, "Id": 503, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 3, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Get-PnPFeature" }, { - "CommandName": "Get-PnPFeature", - "Rank": 4, "Id": 504, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" + "Rank": 4, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", + "CommandName": "Get-PnPFeature" }, { - "CommandName": "Get-PnPField", - "Rank": 1, "Id": 505, - "Command": "Get-PnPField" + "Rank": 1, + "Command": "Get-PnPField", + "CommandName": "Get-PnPField" }, { - "CommandName": "Get-PnPField", - "Rank": 2, "Id": 506, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "CommandName": "Get-PnPField" }, { - "CommandName": "Get-PnPField", - "Rank": 3, "Id": 507, - "Command": "Get-PnPField -Group \"Custom Columns\"" + "Rank": 3, + "Command": "Get-PnPField -Group \"Custom Columns\"", + "CommandName": "Get-PnPField" }, { - "CommandName": "Get-PnPFile", - "Rank": 1, "Id": 508, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" + "Rank": 1, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFile", - "Rank": 2, "Id": 509, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" + "Rank": 2, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFile", - "Rank": 3, "Id": 510, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "Rank": 3, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFile", - "Rank": 4, "Id": 511, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "Rank": 4, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFile", - "Rank": 5, "Id": 512, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "Rank": 5, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFile", - "Rank": 6, "Id": 513, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "Rank": 6, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFile", - "Rank": 7, "Id": 514, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "Rank": 7, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFile", - "Rank": 8, "Id": 515, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "Rank": 8, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", + "CommandName": "Get-PnPFile" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 1, "Id": 516, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" + "Rank": 1, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", + "CommandName": "Get-PnPFileAnalyticsData" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 2, "Id": 517, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" + "Rank": 2, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", + "CommandName": "Get-PnPFileAnalyticsData" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 3, "Id": 518, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 3, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "CommandName": "Get-PnPFileAnalyticsData" }, { - "CommandName": "Get-PnPFileCheckedOut", - "Rank": 1, "Id": 519, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", + "CommandName": "Get-PnPFileCheckedOut" }, { - "CommandName": "Get-PnPFileInFolder", - "Rank": 1, "Id": 520, - "Command": "Get-PnPFileInFolder" + "Rank": 1, + "Command": "Get-PnPFileInFolder", + "CommandName": "Get-PnPFileInFolder" }, { - "CommandName": "Get-PnPFileInFolder", - "Rank": 2, "Id": 521, - "Command": "Get-PnPFileInFolder -Recurse" + "Rank": 2, + "Command": "Get-PnPFileInFolder -Recurse", + "CommandName": "Get-PnPFileInFolder" }, { - "CommandName": "Get-PnPFileInFolder", - "Rank": 3, "Id": 522, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", + "CommandName": "Get-PnPFileInFolder" }, { - "CommandName": "Get-PnPFileInFolder", - "Rank": 4, "Id": 523, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Rank": 4, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "CommandName": "Get-PnPFileInFolder" }, { - "CommandName": "Get-PnPFileInFolder", - "Rank": 5, "Id": 524, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Rank": 5, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "CommandName": "Get-PnPFileInFolder" }, { - "CommandName": "Get-PnPFileRetentionLabel", - "Rank": 1, "Id": 525, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Rank": 1, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "CommandName": "Get-PnPFileRetentionLabel" }, { - "CommandName": "Get-PnPFileSensitivityLabel", - "Rank": 1, "Id": 526, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "CommandName": "Get-PnPFileSensitivityLabel" }, { - "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Rank": 1, "Id": 527, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", + "CommandName": "Get-PnPFileSensitivityLabelInfo" }, { - "CommandName": "Get-PnPFileSharingLink", - "Rank": 1, "Id": 528, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Get-PnPFileSharingLink" }, { - "CommandName": "Get-PnPFileSharingLink", - "Rank": 2, "Id": 529, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" + "Rank": 2, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", + "CommandName": "Get-PnPFileSharingLink" }, { - "CommandName": "Get-PnPFileSharingLink", - "Rank": 3, "Id": 530, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" + "Rank": 3, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", + "CommandName": "Get-PnPFileSharingLink" }, { - "CommandName": "Get-PnPFileVersion", - "Rank": 1, "Id": 531, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "Rank": 1, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", + "CommandName": "Get-PnPFileVersion" }, { - "CommandName": "Get-PnPFileVersion", - "Rank": 2, "Id": 532, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" + "Rank": 2, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", + "CommandName": "Get-PnPFileVersion" }, { - "CommandName": "Get-PnPFileVersion", - "Rank": 3, "Id": 533, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" + "Rank": 3, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", + "CommandName": "Get-PnPFileVersion" }, { - "CommandName": "Get-PnPFlow", - "Rank": 1, "Id": 534, - "Command": "Get-PnPFlow -AsAdmin" + "Rank": 1, + "Command": "Get-PnPFlow -AsAdmin", + "CommandName": "Get-PnPFlow" }, { - "CommandName": "Get-PnPFlow", - "Rank": 2, "Id": 535, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe" + "Rank": 2, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", + "CommandName": "Get-PnPFlow" }, { - "CommandName": "Get-PnPFlow", - "Rank": 3, "Id": 536, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 3, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Get-PnPFlow" }, { - "CommandName": "Get-PnPFlowOwner", - "Rank": 1, "Id": 537, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Rank": 1, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "CommandName": "Get-PnPFlowOwner" }, { - "CommandName": "Get-PnPFlowOwner", - "Rank": 2, "Id": 538, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Rank": 2, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "CommandName": "Get-PnPFlowOwner" }, { - "CommandName": "Get-PnPFlowRun", - "Rank": 1, "Id": 539, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Get-PnPFlowRun" }, { - "CommandName": "Get-PnPFlowRun", - "Rank": 2, "Id": 540, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 2, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "CommandName": "Get-PnPFlowRun" }, { - "CommandName": "Get-PnPFolder", - "Rank": 1, "Id": 541, - "Command": "Get-PnPFolder" + "Rank": 1, + "Command": "Get-PnPFolder", + "CommandName": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Rank": 2, "Id": 542, - "Command": "Get-PnPFolder -CurrentWebRootFolder" + "Rank": 2, + "Command": "Get-PnPFolder -CurrentWebRootFolder", + "CommandName": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Rank": 3, "Id": 543, - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolder -Url \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Rank": 4, "Id": 544, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "Rank": 4, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Rank": 5, "Id": 545, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" + "Rank": 5, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Rank": 6, "Id": 546, - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "Rank": 6, + "Command": "Get-PnPFolder -List \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Rank": 7, "Id": 547, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" + "Rank": 7, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", + "CommandName": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Rank": 1, "Id": 548, - "Command": "Get-PnPFolderInFolder" + "Rank": 1, + "Command": "Get-PnPFolderInFolder", + "CommandName": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Rank": 2, "Id": 549, - "Command": "Get-PnPFolderInFolder -Recurse" + "Rank": 2, + "Command": "Get-PnPFolderInFolder -Recurse", + "CommandName": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Rank": 3, "Id": 550, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", + "CommandName": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Rank": 4, "Id": 551, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" + "Rank": 4, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", + "CommandName": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Rank": 5, "Id": 552, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" + "Rank": 5, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", + "CommandName": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Rank": 6, "Id": 553, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Rank": 6, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "CommandName": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderItem", - "Rank": 1, "Id": 554, - "Command": "Get-PnPFolderItem" + "Rank": 1, + "Command": "Get-PnPFolderItem", + "CommandName": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderItem", - "Rank": 2, "Id": 555, - "Command": "Get-PnPFolderItem -Recurse" + "Rank": 2, + "Command": "Get-PnPFolderItem -Recurse", + "CommandName": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderItem", - "Rank": 3, "Id": 556, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", + "CommandName": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderItem", - "Rank": 4, "Id": 557, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Rank": 4, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "CommandName": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderItem", - "Rank": 5, "Id": 558, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "Rank": 5, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", + "CommandName": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderItem", - "Rank": 6, "Id": 559, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "Rank": 6, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", + "CommandName": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderSharingLink", - "Rank": 1, "Id": 560, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Get-PnPFolderSharingLink" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 1, "Id": 561, - "Command": "Get-PnPFolderStorageMetric" + "Rank": 1, + "Command": "Get-PnPFolderStorageMetric", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 2, "Id": 562, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "Rank": 2, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 3, "Id": 563, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "CommandName": "Get-PnPFooter", - "Rank": 1, "Id": 564, - "Command": "Get-PnPFooter" + "Rank": 1, + "Command": "Get-PnPFooter", + "CommandName": "Get-PnPFooter" }, { - "CommandName": "Get-PnPGraphSubscription", - "Rank": 1, "Id": 565, - "Command": "Get-PnPGraphSubscription" + "Rank": 1, + "Command": "Get-PnPGraphSubscription", + "CommandName": "Get-PnPGraphSubscription" }, { - "CommandName": "Get-PnPGraphSubscription", - "Rank": 2, "Id": 566, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Rank": 2, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "CommandName": "Get-PnPGraphSubscription" }, { - "CommandName": "Get-PnPGroup", - "Rank": 1, "Id": 567, - "Command": "Get-PnPGroup" + "Rank": 1, + "Command": "Get-PnPGroup", + "CommandName": "Get-PnPGroup" }, { - "CommandName": "Get-PnPGroup", - "Rank": 2, "Id": 568, - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "Rank": 2, + "Command": "Get-PnPGroup -Identity 'My Site Users'", + "CommandName": "Get-PnPGroup" }, { - "CommandName": "Get-PnPGroup", - "Rank": 3, "Id": 569, - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "Rank": 3, + "Command": "Get-PnPGroup -AssociatedMemberGroup", + "CommandName": "Get-PnPGroup" }, { - "CommandName": "Get-PnPGroupMember", - "Rank": 1, "Id": 570, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "Rank": 1, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", + "CommandName": "Get-PnPGroupMember" }, { - "CommandName": "Get-PnPGroupMember", - "Rank": 2, "Id": 571, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" + "Rank": 2, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", + "CommandName": "Get-PnPGroupMember" }, { - "CommandName": "Get-PnPGroupPermissions", - "Rank": 1, "Id": 572, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "Rank": 1, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", + "CommandName": "Get-PnPGroupPermissions" }, { - "CommandName": "Get-PnPHideDefaultThemes", - "Rank": 1, "Id": 573, - "Command": "Get-PnPHideDefaultThemes" + "Rank": 1, + "Command": "Get-PnPHideDefaultThemes", + "CommandName": "Get-PnPHideDefaultThemes" }, { - "CommandName": "Get-PnPHomePage", - "Rank": 1, "Id": 574, - "Command": "Get-PnPHomePage" + "Rank": 1, + "Command": "Get-PnPHomePage", + "CommandName": "Get-PnPHomePage" }, { - "CommandName": "Get-PnPHomeSite", - "Rank": 1, "Id": 575, - "Command": "Get-PnPHomeSite" + "Rank": 1, + "Command": "Get-PnPHomeSite", + "CommandName": "Get-PnPHomeSite" }, { - "CommandName": "Get-PnPHomeSite", - "Rank": 2, "Id": 576, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "Rank": 2, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "CommandName": "Get-PnPHomeSite" }, { - "CommandName": "Get-PnPHomeSite", - "Rank": 3, "Id": 577, - "Command": "Get-PnPHomeSite -Detailed" + "Rank": 3, + "Command": "Get-PnPHomeSite -Detailed", + "CommandName": "Get-PnPHomeSite" }, { - "CommandName": "Get-PnPHubSite", - "Rank": 1, "Id": 578, - "Command": "Get-PnPHubSite" + "Rank": 1, + "Command": "Get-PnPHubSite", + "CommandName": "Get-PnPHubSite" }, { - "CommandName": "Get-PnPHubSite", - "Rank": 2, "Id": 579, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Rank": 2, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "CommandName": "Get-PnPHubSite" }, { - "CommandName": "Get-PnPHubSite", - "Rank": 3, "Id": 580, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" + "Rank": 3, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", + "CommandName": "Get-PnPHubSite" }, { - "CommandName": "Get-PnPHubSiteChild", - "Rank": 1, "Id": 581, - "Command": "Get-PnPHubSiteChild" + "Rank": 1, + "Command": "Get-PnPHubSiteChild", + "CommandName": "Get-PnPHubSiteChild" }, { - "CommandName": "Get-PnPHubSiteChild", - "Rank": 2, "Id": 582, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Rank": 2, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "CommandName": "Get-PnPHubSiteChild" }, { - "CommandName": "Get-PnPInPlaceRecordsManagement", - "Rank": 1, "Id": 583, - "Command": "Get-PnPInPlaceRecordsManagement" + "Rank": 1, + "Command": "Get-PnPInPlaceRecordsManagement", + "CommandName": "Get-PnPInPlaceRecordsManagement" }, { - "CommandName": "Get-PnPIsSiteAliasAvailable", - "Rank": 1, "Id": 584, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "Rank": 1, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", + "CommandName": "Get-PnPIsSiteAliasAvailable" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Rank": 1, "Id": 585, - "Command": "Get-PnPJavaScriptLink" + "Rank": 1, + "Command": "Get-PnPJavaScriptLink", + "CommandName": "Get-PnPJavaScriptLink" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Rank": 2, "Id": 586, - "Command": "Get-PnPJavaScriptLink -Scope All" + "Rank": 2, + "Command": "Get-PnPJavaScriptLink -Scope All", + "CommandName": "Get-PnPJavaScriptLink" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Rank": 3, "Id": 587, - "Command": "Get-PnPJavaScriptLink -Scope Web" + "Rank": 3, + "Command": "Get-PnPJavaScriptLink -Scope Web", + "CommandName": "Get-PnPJavaScriptLink" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Rank": 4, "Id": 588, - "Command": "Get-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Command": "Get-PnPJavaScriptLink -Scope Site", + "CommandName": "Get-PnPJavaScriptLink" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Rank": 5, "Id": 589, - "Command": "Get-PnPJavaScriptLink -Name Test" + "Rank": 5, + "Command": "Get-PnPJavaScriptLink -Name Test", + "CommandName": "Get-PnPJavaScriptLink" }, { - "CommandName": "Get-PnPKnowledgeHubSite", - "Rank": 1, "Id": 590, - "Command": "Get-PnPKnowledgeHubSite" + "Rank": 1, + "Command": "Get-PnPKnowledgeHubSite", + "CommandName": "Get-PnPKnowledgeHubSite" }, { - "CommandName": "Get-PnPLargeListOperationStatus", - "Rank": 1, "Id": 591, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" + "Rank": 1, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", + "CommandName": "Get-PnPLargeListOperationStatus" }, { - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Rank": 1, "Id": 592, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus" }, { - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Rank": 1, "Id": 593, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus" }, { - "CommandName": "Get-PnPList", - "Rank": 1, "Id": 594, - "Command": "Get-PnPList" + "Rank": 1, + "Command": "Get-PnPList", + "CommandName": "Get-PnPList" }, { - "CommandName": "Get-PnPList", - "Rank": 2, "Id": 595, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 2, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Get-PnPList" }, { - "CommandName": "Get-PnPList", - "Rank": 3, "Id": 596, - "Command": "Get-PnPList -Identity Lists/Announcements" + "Rank": 3, + "Command": "Get-PnPList -Identity Lists/Announcements", + "CommandName": "Get-PnPList" }, { - "CommandName": "Get-PnPList", - "Rank": 4, "Id": 597, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" + "Rank": 4, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", + "CommandName": "Get-PnPList" }, { - "CommandName": "Get-PnPList", - "Rank": 5, "Id": 598, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "Rank": 5, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", + "CommandName": "Get-PnPList" }, { - "CommandName": "Get-PnPListDesign", - "Rank": 1, "Id": 599, - "Command": "Get-PnPListDesign" + "Rank": 1, + "Command": "Get-PnPListDesign", + "CommandName": "Get-PnPListDesign" }, { - "CommandName": "Get-PnPListDesign", - "Rank": 2, "Id": 600, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPListDesign" }, { - "CommandName": "Get-PnPListDesign", - "Rank": 3, "Id": 601, - "Command": "Get-PnPListDesign -Identity ListEvent" + "Rank": 3, + "Command": "Get-PnPListDesign -Identity ListEvent", + "CommandName": "Get-PnPListDesign" }, { - "CommandName": "Get-PnPListInformationRightsManagement", - "Rank": 1, "Id": 602, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", + "CommandName": "Get-PnPListInformationRightsManagement" }, { - "CommandName": "Get-PnPListItem", - "Rank": 1, "Id": 603, - "Command": "Get-PnPListItem -List Tasks" + "Rank": 1, + "Command": "Get-PnPListItem -List Tasks", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 2, "Id": 604, - "Command": "Get-PnPListItem -List Tasks -Id 1" + "Rank": 2, + "Command": "Get-PnPListItem -List Tasks -Id 1", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 3, "Id": 605, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" + "Rank": 3, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 4, "Id": 606, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" + "Rank": 4, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 5, "Id": 607, - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "Rank": 5, + "Command": "Get-PnPListItem -List Tasks -Query \"\"", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 6, "Id": 608, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "Rank": 6, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 7, "Id": 609, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" + "Rank": 7, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 8, "Id": 610, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" + "Rank": 8, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItem", - "Rank": 9, "Id": 611, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "Rank": 9, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", + "CommandName": "Get-PnPListItem" }, { - "CommandName": "Get-PnPListItemAttachment", - "Rank": 1, "Id": 612, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" + "Rank": 1, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", + "CommandName": "Get-PnPListItemAttachment" }, { - "CommandName": "Get-PnPListItemAttachment", - "Rank": 2, "Id": 613, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" + "Rank": 2, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", + "CommandName": "Get-PnPListItemAttachment" }, { - "CommandName": "Get-PnPListItemComment", - "Rank": 1, "Id": 614, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", + "CommandName": "Get-PnPListItemComment" }, { - "CommandName": "Get-PnPListItemPermission", - "Rank": 1, "Id": 615, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", + "CommandName": "Get-PnPListItemPermission" }, { - "CommandName": "Get-PnPListItemVersion", - "Rank": 1, "Id": 616, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", + "CommandName": "Get-PnPListItemVersion" }, { - "CommandName": "Get-PnPListPermissions", - "Rank": 1, "Id": 617, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "Rank": 1, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", + "CommandName": "Get-PnPListPermissions" }, { - "CommandName": "Get-PnPListPermissions", - "Rank": 2, "Id": 618, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Rank": 2, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "CommandName": "Get-PnPListPermissions" }, { - "CommandName": "Get-PnPListRecordDeclaration", - "Rank": 1, "Id": 619, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", + "CommandName": "Get-PnPListRecordDeclaration" }, { - "CommandName": "Get-PnPManagedAppId", - "Rank": 1, "Id": 620, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" + "Rank": 1, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", + "CommandName": "Get-PnPManagedAppId" }, { - "CommandName": "Get-PnPMasterPage", - "Rank": 1, "Id": 621, - "Command": "Get-PnPMasterPage" + "Rank": 1, + "Command": "Get-PnPMasterPage", + "CommandName": "Get-PnPMasterPage" }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 1, "Id": 622, - "Command": "Get-PnPMessageCenterAnnouncement" + "Rank": 1, + "Command": "Get-PnPMessageCenterAnnouncement", + "CommandName": "Get-PnPMessageCenterAnnouncement" }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 2, "Id": 623, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "Rank": 2, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", + "CommandName": "Get-PnPMessageCenterAnnouncement" }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 1, "Id": 624, - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "Rank": 1, + "Command": "Get-PnPMicrosoft365ExpiringGroup", + "CommandName": "Get-PnPMicrosoft365ExpiringGroup" }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 2, "Id": 625, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "Rank": 2, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", + "CommandName": "Get-PnPMicrosoft365ExpiringGroup" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 1, "Id": 626, - "Command": "Get-PnPMicrosoft365Group" + "Rank": 1, + "Command": "Get-PnPMicrosoft365Group", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 2, "Id": 627, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 3, "Id": 628, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "Rank": 3, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 4, "Id": 629, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "Rank": 4, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 5, "Id": 630, - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "Rank": 5, + "Command": "Get-PnPMicrosoft365Group -Identity $group", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 6, "Id": 631, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "Rank": 6, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 1, "Id": 632, - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupEndpoint", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 2, "Id": 633, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 3, "Id": 634, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 1, "Id": 635, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 2, "Id": 636, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 3, "Id": 637, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 1, "Id": 638, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupOwner" }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 2, "Id": 639, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", + "CommandName": "Get-PnPMicrosoft365GroupOwner" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 1, "Id": 640, - "Command": "Get-PnPMicrosoft365GroupSettings" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettings", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 2, "Id": 641, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 3, "Id": 642, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 4, "Id": 643, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" + "Rank": 4, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 1, "Id": 644, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 2, "Id": 645, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 1, "Id": 646, - "Command": "Get-PnPMicrosoft365GroupTeam" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupTeam", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 2, "Id": 647, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 3, "Id": 648, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 1, "Id": 649, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 2, "Id": 650, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 3, "Id": 651, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 1, "Id": 652, - "Command": "Get-PnPMicrosoft365Roadmap" + "Rank": 1, + "Command": "Get-PnPMicrosoft365Roadmap", + "CommandName": "Get-PnPMicrosoft365Roadmap" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 2, "Id": 653, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" + "Rank": 2, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", + "CommandName": "Get-PnPMicrosoft365Roadmap" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 3, "Id": 654, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" + "Rank": 3, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", + "CommandName": "Get-PnPMicrosoft365Roadmap" }, { - "CommandName": "Get-PnPNavigationNode", - "Rank": 1, "Id": 655, - "Command": "Get-PnPNavigationNode" + "Rank": 1, + "Command": "Get-PnPNavigationNode", + "CommandName": "Get-PnPNavigationNode" }, { - "CommandName": "Get-PnPNavigationNode", - "Rank": 2, "Id": 656, - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "Rank": 2, + "Command": "Get-PnPNavigationNode -Location QuickLaunch", + "CommandName": "Get-PnPNavigationNode" }, { - "CommandName": "Get-PnPNavigationNode", - "Rank": 3, "Id": 657, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "Rank": 3, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", + "CommandName": "Get-PnPNavigationNode" }, { - "CommandName": "Get-PnPOrgAssetsLibrary", - "Rank": 1, "Id": 658, - "Command": "Get-PnPOrgAssetsLibrary" + "Rank": 1, + "Command": "Get-PnPOrgAssetsLibrary", + "CommandName": "Get-PnPOrgAssetsLibrary" }, { - "CommandName": "Get-PnPOrgNewsSite", - "Rank": 1, "Id": 659, - "Command": "Get-PnPOrgNewsSite" + "Rank": 1, + "Command": "Get-PnPOrgNewsSite", + "CommandName": "Get-PnPOrgNewsSite" }, { - "CommandName": "Get-PnPPage", - "Rank": 1, "Id": 660, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "Rank": 1, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", + "CommandName": "Get-PnPPage" }, { - "CommandName": "Get-PnPPage", - "Rank": 2, "Id": 661, - "Command": "Get-PnPPage \"MyPage\"" + "Rank": 2, + "Command": "Get-PnPPage \"MyPage\"", + "CommandName": "Get-PnPPage" }, { - "CommandName": "Get-PnPPage", - "Rank": 3, "Id": 662, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "Rank": 3, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", + "CommandName": "Get-PnPPage" }, { - "CommandName": "Get-PnPPage", - "Rank": 4, "Id": 663, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Rank": 4, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "CommandName": "Get-PnPPage" }, { - "CommandName": "Get-PnPPage", - "Rank": 5, "Id": 664, - "Command": "Get-PnPPage" + "Rank": 5, + "Command": "Get-PnPPage", + "CommandName": "Get-PnPPage" }, { - "CommandName": "Get-PnPPageComponent", - "Rank": 1, "Id": 665, - "Command": "Get-PnPPageComponent -Page Home" + "Rank": 1, + "Command": "Get-PnPPageComponent -Page Home", + "CommandName": "Get-PnPPageComponent" }, { - "CommandName": "Get-PnPPageComponent", - "Rank": 2, "Id": 666, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 2, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Get-PnPPageComponent" }, { - "CommandName": "Get-PnPPageComponent", - "Rank": 3, "Id": 667, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "Rank": 3, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", + "CommandName": "Get-PnPPageComponent" }, { - "CommandName": "Get-PnPPageCopyProgress", - "Rank": 1, "Id": 668, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" + "Rank": 1, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", + "CommandName": "Get-PnPPageCopyProgress" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 1, "Id": 669, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" + "Rank": 1, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", + "CommandName": "Get-PnPPageLikedByInformation" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 2, "Id": 670, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"" + "Rank": 2, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", + "CommandName": "Get-PnPPageLikedByInformation" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 3, "Id": 671, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Rank": 3, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "CommandName": "Get-PnPPageLikedByInformation" }, { - "CommandName": "Get-PnPPageSchedulingEnabled", - "Rank": 1, "Id": 672, - "Command": "Get-PnPPageSchedulingEnabled" + "Rank": 1, + "Command": "Get-PnPPageSchedulingEnabled", + "CommandName": "Get-PnPPageSchedulingEnabled" }, { - "CommandName": "Get-PnPPlannerBucket", - "Rank": 1, "Id": 673, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", + "CommandName": "Get-PnPPlannerBucket" }, { - "CommandName": "Get-PnPPlannerConfiguration", - "Rank": 1, "Id": 674, - "Command": "Get-PnPPlannerConfiguration" + "Rank": 1, + "Command": "Get-PnPPlannerConfiguration", + "CommandName": "Get-PnPPlannerConfiguration" }, { - "CommandName": "Get-PnPPlannerPlan", - "Rank": 1, "Id": 675, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "Rank": 1, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", + "CommandName": "Get-PnPPlannerPlan" }, { - "CommandName": "Get-PnPPlannerPlan", - "Rank": 2, "Id": 676, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "Rank": 2, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", + "CommandName": "Get-PnPPlannerPlan" }, { - "CommandName": "Get-PnPPlannerPlan", - "Rank": 3, "Id": 677, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "Rank": 3, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", + "CommandName": "Get-PnPPlannerPlan" }, { - "CommandName": "Get-PnPPlannerRosterMember", - "Rank": 1, "Id": 678, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Rank": 1, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "CommandName": "Get-PnPPlannerRosterMember" }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 1, "Id": 679, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "Rank": 1, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", + "CommandName": "Get-PnPPlannerRosterPlan" }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 2, "Id": 680, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPPlannerRosterPlan" }, { - "CommandName": "Get-PnPPlannerTask", - "Rank": 1, "Id": 681, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", + "CommandName": "Get-PnPPlannerTask" }, { - "CommandName": "Get-PnPPlannerTask", - "Rank": 2, "Id": 682, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 2, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "CommandName": "Get-PnPPlannerTask" }, { - "CommandName": "Get-PnPPlannerTask", - "Rank": 3, "Id": 683, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 3, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "CommandName": "Get-PnPPlannerTask" }, { - "CommandName": "Get-PnPPlannerUserPolicy", - "Rank": 1, "Id": 684, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPPlannerUserPolicy" }, { - "CommandName": "Get-PnPPowerApp", - "Rank": 1, "Id": 685, - "Command": "Get-PnPPowerApp" + "Rank": 1, + "Command": "Get-PnPPowerApp", + "CommandName": "Get-PnPPowerApp" }, { - "CommandName": "Get-PnPPowerApp", - "Rank": 2, "Id": 686, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Get-PnPPowerApp" }, { - "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Rank": 1, "Id": 687, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Rank": 1, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "CommandName": "Get-PnPPowerPlatformCustomConnector" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 1, "Id": 688, - "Command": "Get-PnPPowerPlatformEnvironment" + "Rank": 1, + "Command": "Get-PnPPowerPlatformEnvironment", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 2, "Id": 689, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "Rank": 2, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 3, "Id": 690, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "Rank": 3, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 1, "Id": 691, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Rank": 1, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "CommandName": "Get-PnPPowerPlatformSolution" }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 2, "Id": 692, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" + "Rank": 2, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", + "CommandName": "Get-PnPPowerPlatformSolution" }, { - "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Rank": 1, "Id": 693, - "Command": "Get-PnPPowerShellTelemetryEnabled" + "Rank": 1, + "Command": "Get-PnPPowerShellTelemetryEnabled", + "CommandName": "Get-PnPPowerShellTelemetryEnabled" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 1, "Id": 694, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 2, "Id": 695, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 1, "Id": 696, - "Command": "Get-PnPPriviledgedIdentityManagementRole" + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementRole", + "CommandName": "Get-PnPPriviledgedIdentityManagementRole" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 2, "Id": 697, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", + "CommandName": "Get-PnPPriviledgedIdentityManagementRole" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 3, "Id": 698, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" + "Rank": 3, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", + "CommandName": "Get-PnPPriviledgedIdentityManagementRole" }, { - "CommandName": "Get-PnPProfileCardProperty", - "Rank": 1, "Id": 699, - "Command": "Get-PnPProfileCardProperty" + "Rank": 1, + "Command": "Get-PnPProfileCardProperty", + "CommandName": "Get-PnPProfileCardProperty" }, { - "CommandName": "Get-PnPProfileCardProperty", - "Rank": 2, "Id": 700, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" + "Rank": 2, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", + "CommandName": "Get-PnPProfileCardProperty" }, { - "CommandName": "Get-PnPPropertyBag", - "Rank": 1, "Id": 701, - "Command": "Get-PnPPropertyBag" + "Rank": 1, + "Command": "Get-PnPPropertyBag", + "CommandName": "Get-PnPPropertyBag" }, { - "CommandName": "Get-PnPPropertyBag", - "Rank": 2, "Id": 702, - "Command": "Get-PnPPropertyBag -Key MyKey" + "Rank": 2, + "Command": "Get-PnPPropertyBag -Key MyKey", + "CommandName": "Get-PnPPropertyBag" }, { - "CommandName": "Get-PnPPropertyBag", - "Rank": 3, "Id": 703, - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "Rank": 3, + "Command": "Get-PnPPropertyBag -Folder /MyFolder", + "CommandName": "Get-PnPPropertyBag" }, { - "CommandName": "Get-PnPPropertyBag", - "Rank": 4, "Id": 704, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "Rank": 4, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", + "CommandName": "Get-PnPPropertyBag" }, { - "CommandName": "Get-PnPPropertyBag", - "Rank": 5, "Id": 705, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "Rank": 5, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", + "CommandName": "Get-PnPPropertyBag" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 1, "Id": 706, - "Command": "Get-PnPPublishingImageRendition" + "Rank": 1, + "Command": "Get-PnPPublishingImageRendition", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 2, "Id": 707, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "Rank": 2, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 3, "Id": 708, - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "Rank": 3, + "Command": "Get-PnPPublishingImageRendition -Identity 2", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Rank": 1, "Id": 709, - "Command": "Get-PnPRecycleBinItem" + "Rank": 1, + "Command": "Get-PnPRecycleBinItem", + "CommandName": "Get-PnPRecycleBinItem" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Rank": 2, "Id": 710, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" + "Rank": 2, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", + "CommandName": "Get-PnPRecycleBinItem" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Rank": 3, "Id": 711, - "Command": "Get-PnPRecycleBinItem -FirstStage" + "Rank": 3, + "Command": "Get-PnPRecycleBinItem -FirstStage", + "CommandName": "Get-PnPRecycleBinItem" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Rank": 4, "Id": 712, - "Command": "Get-PnPRecycleBinItem -SecondStage" + "Rank": 4, + "Command": "Get-PnPRecycleBinItem -SecondStage", + "CommandName": "Get-PnPRecycleBinItem" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Rank": 5, "Id": 713, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "Rank": 5, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", + "CommandName": "Get-PnPRecycleBinItem" }, { - "CommandName": "Get-PnPRequestAccessEmails", - "Rank": 1, "Id": 714, - "Command": "Get-PnPRequestAccessEmails" + "Rank": 1, + "Command": "Get-PnPRequestAccessEmails", + "CommandName": "Get-PnPRequestAccessEmails" }, { - "CommandName": "Get-PnPRetentionLabel", - "Rank": 1, "Id": 715, - "Command": "Get-PnPRetentionLabel" + "Rank": 1, + "Command": "Get-PnPRetentionLabel", + "CommandName": "Get-PnPRetentionLabel" }, { - "CommandName": "Get-PnPRetentionLabel", - "Rank": 2, "Id": 716, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" + "Rank": 2, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", + "CommandName": "Get-PnPRetentionLabel" }, { - "CommandName": "Get-PnPRoleDefinition", - "Rank": 1, "Id": 717, - "Command": "Get-PnPRoleDefinition" + "Rank": 1, + "Command": "Get-PnPRoleDefinition", + "CommandName": "Get-PnPRoleDefinition" }, { - "CommandName": "Get-PnPRoleDefinition", - "Rank": 2, "Id": 718, - "Command": "Get-PnPRoleDefinition -Identity Read" + "Rank": 2, + "Command": "Get-PnPRoleDefinition -Identity Read", + "CommandName": "Get-PnPRoleDefinition" }, { - "CommandName": "Get-PnPRoleDefinition", - "Rank": 3, "Id": 719, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "Rank": 3, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", + "CommandName": "Get-PnPRoleDefinition" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 1, "Id": 720, - "Command": "Get-PnPSearchConfiguration" + "Rank": 1, + "Command": "Get-PnPSearchConfiguration", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 2, "Id": 721, - "Command": "Get-PnPSearchConfiguration -Scope Site" + "Rank": 2, + "Command": "Get-PnPSearchConfiguration -Scope Site", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 3, "Id": 722, - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "Rank": 3, + "Command": "Get-PnPSearchConfiguration -Scope Subscription", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 4, "Id": 723, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 5, "Id": 724, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "Rank": 5, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 6, "Id": 725, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" + "Rank": 6, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 7, "Id": 726, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" + "Rank": 7, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Rank": 8, "Id": 727, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "Rank": 8, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", + "CommandName": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 1, "Id": 728, - "Command": "Get-PnPSearchCrawlLog" + "Rank": 1, + "Command": "Get-PnPSearchCrawlLog", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 2, "Id": 729, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" + "Rank": 2, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 3, "Id": 730, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "Rank": 3, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 4, "Id": 731, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "Rank": 4, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 5, "Id": 732, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" + "Rank": 5, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 6, "Id": 733, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "Rank": 6, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 7, "Id": 734, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "Rank": 7, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 1, "Id": 735, - "Command": "Get-PnPSearchExternalConnection" + "Rank": 1, + "Command": "Get-PnPSearchExternalConnection", + "CommandName": "Get-PnPSearchExternalConnection" }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 2, "Id": 736, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Rank": 2, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "CommandName": "Get-PnPSearchExternalConnection" }, { - "CommandName": "Get-PnPSearchExternalItem", - "Rank": 1, "Id": 737, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Rank": 1, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "CommandName": "Get-PnPSearchExternalItem" }, { - "CommandName": "Get-PnPSearchExternalItem", - "Rank": 2, "Id": 738, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" + "Rank": 2, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", + "CommandName": "Get-PnPSearchExternalItem" }, { - "CommandName": "Get-PnPSearchExternalSchema", - "Rank": 1, "Id": 739, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" + "Rank": 1, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", + "CommandName": "Get-PnPSearchExternalSchema" }, { - "CommandName": "Get-PnPSearchSettings", - "Rank": 1, "Id": 740, - "Command": "Get-PnPSearchSettings" + "Rank": 1, + "Command": "Get-PnPSearchSettings", + "CommandName": "Get-PnPSearchSettings" }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 1, "Id": 741, - "Command": "Get-PnPServiceCurrentHealth" + "Rank": 1, + "Command": "Get-PnPServiceCurrentHealth", + "CommandName": "Get-PnPServiceCurrentHealth" }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 2, "Id": 742, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "Rank": 2, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", + "CommandName": "Get-PnPServiceCurrentHealth" }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 1, "Id": 743, - "Command": "Get-PnPServiceHealthIssue" + "Rank": 1, + "Command": "Get-PnPServiceHealthIssue", + "CommandName": "Get-PnPServiceHealthIssue" }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 2, "Id": 744, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "Rank": 2, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", + "CommandName": "Get-PnPServiceHealthIssue" }, { - "CommandName": "Get-PnPSharePointAddIn", - "Rank": 1, "Id": 745, - "Command": "Get-PnPSharePointAddIn" + "Rank": 1, + "Command": "Get-PnPSharePointAddIn", + "CommandName": "Get-PnPSharePointAddIn" }, { - "CommandName": "Get-PnPSharePointAddIn", - "Rank": 2, "Id": 746, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "Rank": 2, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", + "CommandName": "Get-PnPSharePointAddIn" }, { - "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Rank": 1, "Id": 747, - "Command": "Get-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Command": "Get-PnPSharingForNonOwnersOfSite", + "CommandName": "Get-PnPSharingForNonOwnersOfSite" }, { - "CommandName": "Get-PnPSite", - "Rank": 1, "Id": 748, - "Command": "Get-PnPSite" + "Rank": 1, + "Command": "Get-PnPSite", + "CommandName": "Get-PnPSite" }, { - "CommandName": "Get-PnPSite", - "Rank": 2, "Id": 749, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "Rank": 2, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", + "CommandName": "Get-PnPSite" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 1, "Id": 750, - "Command": "Get-PnPSiteAnalyticsData -All" + "Rank": 1, + "Command": "Get-PnPSiteAnalyticsData -All", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 2, "Id": 751, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" + "Rank": 2, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 3, "Id": 752, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 3, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 4, "Id": 753, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 4, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "CommandName": "Get-PnPSiteClosure", - "Rank": 1, "Id": 754, - "Command": "Get-PnPSiteClosure" + "Rank": 1, + "Command": "Get-PnPSiteClosure", + "CommandName": "Get-PnPSiteClosure" }, { - "CommandName": "Get-PnPSiteCollectionAdmin", - "Rank": 1, "Id": 755, - "Command": "Get-PnPSiteCollectionAdmin" + "Rank": 1, + "Command": "Get-PnPSiteCollectionAdmin", + "CommandName": "Get-PnPSiteCollectionAdmin" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 1, "Id": 756, - "Command": "Get-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Command": "Get-PnPSiteCollectionAppCatalog", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 2, "Id": 757, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "Rank": 2, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 3, "Id": 758, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "Rank": 3, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Get-PnPSiteCollectionTermStore", - "Rank": 1, "Id": 759, - "Command": "Get-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "Get-PnPSiteCollectionTermStore", + "CommandName": "Get-PnPSiteCollectionTermStore" }, { - "CommandName": "Get-PnPSiteDesign", - "Rank": 1, "Id": 760, - "Command": "Get-PnPSiteDesign" + "Rank": 1, + "Command": "Get-PnPSiteDesign", + "CommandName": "Get-PnPSiteDesign" }, { - "CommandName": "Get-PnPSiteDesign", - "Rank": 2, "Id": 761, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPSiteDesign" }, { - "CommandName": "Get-PnPSiteDesignRights", - "Rank": 1, "Id": 762, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPSiteDesignRights" }, { - "CommandName": "Get-PnPSiteDesignRun", - "Rank": 1, "Id": 763, - "Command": "Get-PnPSiteDesignRun" + "Rank": 1, + "Command": "Get-PnPSiteDesignRun", + "CommandName": "Get-PnPSiteDesignRun" }, { - "CommandName": "Get-PnPSiteDesignRun", - "Rank": 2, "Id": 764, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" + "Rank": 2, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", + "CommandName": "Get-PnPSiteDesignRun" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Rank": 1, "Id": 765, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" + "Rank": 1, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", + "CommandName": "Get-PnPSiteDesignTask" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Rank": 2, "Id": 766, - "Command": "Get-PnPSiteDesignTask" + "Rank": 2, + "Command": "Get-PnPSiteDesignTask", + "CommandName": "Get-PnPSiteDesignTask" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Rank": 3, "Id": 767, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Rank": 3, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "CommandName": "Get-PnPSiteDesignTask" }, { - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Rank": 1, "Id": 768, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "Rank": 1, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Rank": 1, "Id": 769, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus" }, { - "CommandName": "Get-PnPSiteGroup", - "Rank": 1, "Id": 770, - "Command": "Get-PnPSiteGroup" + "Rank": 1, + "Command": "Get-PnPSiteGroup", + "CommandName": "Get-PnPSiteGroup" }, { - "CommandName": "Get-PnPSiteGroup", - "Rank": 2, "Id": 771, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Rank": 2, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "CommandName": "Get-PnPSiteGroup" }, { - "CommandName": "Get-PnPSiteGroup", - "Rank": 3, "Id": 772, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "Rank": 3, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", + "CommandName": "Get-PnPSiteGroup" }, { - "CommandName": "Get-PnPSiteGroup", - "Rank": 4, "Id": 773, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Rank": 4, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "CommandName": "Get-PnPSiteGroup" }, { - "CommandName": "Get-PnPSitePolicy", - "Rank": 1, "Id": 774, - "Command": "Get-PnPSitePolicy" + "Rank": 1, + "Command": "Get-PnPSitePolicy", + "CommandName": "Get-PnPSitePolicy" }, { - "CommandName": "Get-PnPSitePolicy", - "Rank": 2, "Id": 775, - "Command": "Get-PnPSitePolicy -AllAvailable" + "Rank": 2, + "Command": "Get-PnPSitePolicy -AllAvailable", + "CommandName": "Get-PnPSitePolicy" }, { - "CommandName": "Get-PnPSitePolicy", - "Rank": 3, "Id": 776, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 3, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", + "CommandName": "Get-PnPSitePolicy" }, { - "CommandName": "Get-PnPSiteScript", - "Rank": 1, "Id": 777, - "Command": "Get-PnPSiteScript" + "Rank": 1, + "Command": "Get-PnPSiteScript", + "CommandName": "Get-PnPSiteScript" }, { - "CommandName": "Get-PnPSiteScript", - "Rank": 2, "Id": 778, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPSiteScript" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 1, "Id": 779, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "Rank": 1, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", + "CommandName": "Get-PnPSiteScriptFromList" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 2, "Id": 780, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" + "Rank": 2, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", + "CommandName": "Get-PnPSiteScriptFromList" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 3, "Id": 781, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", + "CommandName": "Get-PnPSiteScriptFromList" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 1, "Id": 782, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "Rank": 1, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 2, "Id": 783, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" + "Rank": 2, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 3, "Id": 784, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" + "Rank": 3, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 4, "Id": 785, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" + "Rank": 4, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 5, "Id": 786, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "Rank": 5, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 6, "Id": 787, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" + "Rank": 6, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 1, "Id": 788, - "Command": "Get-PnPSiteSearchQueryResults" + "Rank": 1, + "Command": "Get-PnPSiteSearchQueryResults", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 2, "Id": 789, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "Rank": 2, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 3, "Id": 790, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "Rank": 3, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 4, "Id": 791, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "Rank": 4, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 5, "Id": 792, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "Rank": 5, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 6, "Id": 793, - "Command": "Get-PnPSiteSearchQueryResults -All" + "Rank": 6, + "Command": "Get-PnPSiteSearchQueryResults -All", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSensitivityLabel", - "Rank": 1, "Id": 794, - "Command": "Get-PnPSiteSensitivityLabel" + "Rank": 1, + "Command": "Get-PnPSiteSensitivityLabel", + "CommandName": "Get-PnPSiteSensitivityLabel" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 1, "Id": 795, - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "Rank": 1, + "Command": "Get-PnPSiteTemplate -Out template.pnp", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 2, "Id": 796, - "Command": "Get-PnPSiteTemplate -Out template.xml" + "Rank": 2, + "Command": "Get-PnPSiteTemplate -Out template.xml", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 3, "Id": 797, - "Command": "Get-PnPSiteTemplate -Out template.md" + "Rank": 3, + "Command": "Get-PnPSiteTemplate -Out template.md", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 4, "Id": 798, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "Rank": 4, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 5, "Id": 799, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "Rank": 5, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 6, "Id": 800, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "Rank": 6, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 7, "Id": 801, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "Rank": 7, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 8, "Id": 802, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" + "Rank": 8, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 9, "Id": 803, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "Rank": 9, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 10, "Id": 804, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" + "Rank": 10, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 11, "Id": 805, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" + "Rank": 11, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 12, "Id": 806, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "Rank": 12, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 13, "Id": 807, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" + "Rank": 13, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteTemplate", - "Rank": 14, "Id": 808, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" + "Rank": 14, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", + "CommandName": "Get-PnPSiteTemplate" }, { - "CommandName": "Get-PnPSiteUserInvitations", - "Rank": 1, "Id": 809, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Rank": 1, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "CommandName": "Get-PnPSiteUserInvitations" }, { - "CommandName": "Get-PnPSiteVersionPolicy", - "Rank": 1, "Id": 810, - "Command": "Get-PnPSiteVersionPolicy" + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicy", + "CommandName": "Get-PnPSiteVersionPolicy" }, { - "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Rank": 1, "Id": 811, - "Command": "Get-PnPSiteVersionPolicyStatus" + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicyStatus", + "CommandName": "Get-PnPSiteVersionPolicyStatus" }, { - "CommandName": "Get-PnPStorageEntity", - "Rank": 1, "Id": 812, - "Command": "Get-PnPStorageEntity" + "Rank": 1, + "Command": "Get-PnPStorageEntity", + "CommandName": "Get-PnPStorageEntity" }, { - "CommandName": "Get-PnPStorageEntity", - "Rank": 2, "Id": 813, - "Command": "Get-PnPStorageEntity -Key MyKey" + "Rank": 2, + "Command": "Get-PnPStorageEntity -Key MyKey", + "CommandName": "Get-PnPStorageEntity" }, { - "CommandName": "Get-PnPStorageEntity", - "Rank": 3, "Id": 814, - "Command": "Get-PnPStorageEntity -Scope Site" + "Rank": 3, + "Command": "Get-PnPStorageEntity -Scope Site", + "CommandName": "Get-PnPStorageEntity" }, { - "CommandName": "Get-PnPStorageEntity", - "Rank": 4, "Id": 815, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 4, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", + "CommandName": "Get-PnPStorageEntity" }, { - "CommandName": "Get-PnPStoredCredential", - "Rank": 1, "Id": 816, - "Command": "Get-PnPStoredCredential -Name O365" + "Rank": 1, + "Command": "Get-PnPStoredCredential -Name O365", + "CommandName": "Get-PnPStoredCredential" }, { - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Rank": 1, "Id": 817, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "CommandName": "Get-PnPStructuralNavigationCacheSiteState" }, { - "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Rank": 1, "Id": 818, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "CommandName": "Get-PnPStructuralNavigationCacheWebState" }, { - "CommandName": "Get-PnPSubWeb", - "Rank": 1, "Id": 819, - "Command": "Get-PnPSubWeb" + "Rank": 1, + "Command": "Get-PnPSubWeb", + "CommandName": "Get-PnPSubWeb" }, { - "CommandName": "Get-PnPSubWeb", - "Rank": 2, "Id": 820, - "Command": "Get-PnPSubWeb -Recurse" + "Rank": 2, + "Command": "Get-PnPSubWeb -Recurse", + "CommandName": "Get-PnPSubWeb" }, { - "CommandName": "Get-PnPSubWeb", - "Rank": 3, "Id": 821, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" + "Rank": 3, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", + "CommandName": "Get-PnPSubWeb" }, { - "CommandName": "Get-PnPSubWeb", - "Rank": 4, "Id": 822, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "Rank": 4, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", + "CommandName": "Get-PnPSubWeb" }, { - "CommandName": "Get-PnPSubWeb", - "Rank": 5, "Id": 823, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "Rank": 5, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", + "CommandName": "Get-PnPSubWeb" }, { - "CommandName": "Get-PnPSyntexModel", - "Rank": 1, "Id": 824, - "Command": "Get-PnPSyntexModel" + "Rank": 1, + "Command": "Get-PnPSyntexModel", + "CommandName": "Get-PnPSyntexModel" }, { - "CommandName": "Get-PnPSyntexModel", - "Rank": 2, "Id": 825, - "Command": "Get-PnPSyntexModel -Identity 1" + "Rank": 2, + "Command": "Get-PnPSyntexModel -Identity 1", + "CommandName": "Get-PnPSyntexModel" }, { - "CommandName": "Get-PnPSyntexModel", - "Rank": 3, "Id": 826, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "Rank": 3, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", + "CommandName": "Get-PnPSyntexModel" }, { - "CommandName": "Get-PnPSyntexModelPublication", - "Rank": 1, "Id": 827, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "Rank": 1, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", + "CommandName": "Get-PnPSyntexModelPublication" }, { - "CommandName": "Get-PnPTaxonomyItem", - "Rank": 1, "Id": 828, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" + "Rank": 1, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", + "CommandName": "Get-PnPTaxonomyItem" }, { - "CommandName": "Get-PnPTeamsApp", - "Rank": 1, "Id": 829, - "Command": "Get-PnPTeamsApp" + "Rank": 1, + "Command": "Get-PnPTeamsApp", + "CommandName": "Get-PnPTeamsApp" }, { - "CommandName": "Get-PnPTeamsApp", - "Rank": 2, "Id": 830, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" + "Rank": 2, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", + "CommandName": "Get-PnPTeamsApp" }, { - "CommandName": "Get-PnPTeamsApp", - "Rank": 3, "Id": 831, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "Rank": 3, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", + "CommandName": "Get-PnPTeamsApp" }, { - "CommandName": "Get-PnPTeamsChannel", - "Rank": 1, "Id": 832, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" + "Rank": 1, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", + "CommandName": "Get-PnPTeamsChannel" }, { - "CommandName": "Get-PnPTeamsChannel", - "Rank": 2, "Id": 833, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" + "Rank": 2, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", + "CommandName": "Get-PnPTeamsChannel" }, { - "CommandName": "Get-PnPTeamsChannel", - "Rank": 3, "Id": 834, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Rank": 3, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "CommandName": "Get-PnPTeamsChannel" }, { - "CommandName": "Get-PnPTeamsChannel", - "Rank": 4, "Id": 835, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" + "Rank": 4, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", + "CommandName": "Get-PnPTeamsChannel" }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 1, "Id": 836, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" + "Rank": 1, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", + "CommandName": "Get-PnPTeamsChannelFilesFolder" }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 2, "Id": 837, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Rank": 2, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "CommandName": "Get-PnPTeamsChannelFilesFolder" }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 1, "Id": 838, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", + "CommandName": "Get-PnPTeamsChannelMessage" }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 2, "Id": 839, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", + "CommandName": "Get-PnPTeamsChannelMessage" }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 1, "Id": 840, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", + "CommandName": "Get-PnPTeamsChannelMessageReply" }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 2, "Id": 841, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", + "CommandName": "Get-PnPTeamsChannelMessageReply" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 1, "Id": 842, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" + "Rank": 1, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 2, "Id": 843, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" + "Rank": 2, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 3, "Id": 844, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" + "Rank": 3, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 4, "Id": 845, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 4, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 1, "Id": 846, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" + "Rank": 1, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", + "CommandName": "Get-PnPTeamsPrimaryChannel" }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 2, "Id": 847, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "Rank": 2, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", + "CommandName": "Get-PnPTeamsPrimaryChannel" }, { - "CommandName": "Get-PnPTeamsTab", - "Rank": 1, "Id": 848, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" + "Rank": 1, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", + "CommandName": "Get-PnPTeamsTab" }, { - "CommandName": "Get-PnPTeamsTab", - "Rank": 2, "Id": 849, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" + "Rank": 2, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", + "CommandName": "Get-PnPTeamsTab" }, { - "CommandName": "Get-PnPTeamsTab", - "Rank": 3, "Id": 850, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" + "Rank": 3, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", + "CommandName": "Get-PnPTeamsTab" }, { - "CommandName": "Get-PnPTeamsTab", - "Rank": 4, "Id": 851, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" + "Rank": 4, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", + "CommandName": "Get-PnPTeamsTab" }, { - "CommandName": "Get-PnPTeamsTab", - "Rank": 5, "Id": 852, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" + "Rank": 5, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", + "CommandName": "Get-PnPTeamsTab" }, { - "CommandName": "Get-PnPTeamsTag", - "Rank": 1, "Id": 853, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Rank": 1, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "CommandName": "Get-PnPTeamsTag" }, { - "CommandName": "Get-PnPTeamsTag", - "Rank": 2, "Id": 854, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Rank": 2, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "CommandName": "Get-PnPTeamsTag" }, { - "CommandName": "Get-PnPTeamsTeam", - "Rank": 1, "Id": 855, - "Command": "Get-PnPTeamsTeam" + "Rank": 1, + "Command": "Get-PnPTeamsTeam", + "CommandName": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsTeam", - "Rank": 2, "Id": 856, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "Rank": 2, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsTeam", - "Rank": 3, "Id": 857, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" + "Rank": 3, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsTeam", - "Rank": 4, "Id": 858, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "Rank": 4, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsTeam", - "Rank": 5, "Id": 859, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsTeam", - "Rank": 6, "Id": 860, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" + "Rank": 6, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsUser", - "Rank": 1, "Id": 861, - "Command": "Get-PnPTeamsUser -Team MyTeam" + "Rank": 1, + "Command": "Get-PnPTeamsUser -Team MyTeam", + "CommandName": "Get-PnPTeamsUser" }, { - "CommandName": "Get-PnPTeamsUser", - "Rank": 2, "Id": 862, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "Rank": 2, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", + "CommandName": "Get-PnPTeamsUser" }, { - "CommandName": "Get-PnPTeamsUser", - "Rank": 3, "Id": 863, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "Rank": 3, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", + "CommandName": "Get-PnPTeamsUser" }, { - "CommandName": "Get-PnPTeamsUser", - "Rank": 4, "Id": 864, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "Rank": 4, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", + "CommandName": "Get-PnPTeamsUser" }, { - "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Rank": 1, "Id": 865, - "Command": "Get-PnPTemporarilyDisableAppBar" + "Rank": 1, + "Command": "Get-PnPTemporarilyDisableAppBar", + "CommandName": "Get-PnPTemporarilyDisableAppBar" }, { - "CommandName": "Get-PnPTenant", - "Rank": 1, "Id": 866, - "Command": "Get-PnPTenant" + "Rank": 1, + "Command": "Get-PnPTenant", + "CommandName": "Get-PnPTenant" }, { - "CommandName": "Get-PnPTenantAppCatalogUrl", - "Rank": 1, "Id": 867, - "Command": "Get-PnPTenantAppCatalogUrl" + "Rank": 1, + "Command": "Get-PnPTenantAppCatalogUrl", + "CommandName": "Get-PnPTenantAppCatalogUrl" }, { - "CommandName": "Get-PnPTenantCdnEnabled", - "Rank": 1, "Id": 868, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", + "CommandName": "Get-PnPTenantCdnEnabled" }, { - "CommandName": "Get-PnPTenantCdnOrigin", - "Rank": 1, "Id": 869, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", + "CommandName": "Get-PnPTenantCdnOrigin" }, { - "CommandName": "Get-PnPTenantCdnPolicies", - "Rank": 1, "Id": 870, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", + "CommandName": "Get-PnPTenantCdnPolicies" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 1, "Id": 871, - "Command": "Get-PnPTenantDeletedSite" + "Rank": 1, + "Command": "Get-PnPTenantDeletedSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 2, "Id": 872, - "Command": "Get-PnPTenantDeletedSite -Detailed" + "Rank": 2, + "Command": "Get-PnPTenantDeletedSite -Detailed", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 3, "Id": 873, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 3, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 4, "Id": 874, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "Rank": 4, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 5, "Id": 875, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "Rank": 5, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "CommandName": "Get-PnPTenantId", - "Rank": 1, "Id": 876, - "Command": "Get-PnPTenantId" + "Rank": 1, + "Command": "Get-PnPTenantId", + "CommandName": "Get-PnPTenantId" }, { - "CommandName": "Get-PnPTenantId", - "Rank": 2, "Id": 877, - "Command": "Get-PnPTenantId contoso" + "Rank": 2, + "Command": "Get-PnPTenantId contoso", + "CommandName": "Get-PnPTenantId" }, { - "CommandName": "Get-PnPTenantId", - "Rank": 3, "Id": 878, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "Rank": 3, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", + "CommandName": "Get-PnPTenantId" }, { - "CommandName": "Get-PnPTenantId", - "Rank": 4, "Id": 879, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" + "Rank": 4, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", + "CommandName": "Get-PnPTenantId" }, { - "CommandName": "Get-PnPTenantInfo", - "Rank": 1, "Id": 880, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" + "Rank": 1, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", + "CommandName": "Get-PnPTenantInfo" }, { - "CommandName": "Get-PnPTenantInfo", - "Rank": 2, "Id": 881, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" + "Rank": 2, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", + "CommandName": "Get-PnPTenantInfo" }, { - "CommandName": "Get-PnPTenantInfo", - "Rank": 3, "Id": 882, - "Command": "Get-PnPTenantInfo" + "Rank": 3, + "Command": "Get-PnPTenantInfo", + "CommandName": "Get-PnPTenantInfo" }, { - "CommandName": "Get-PnPTenantInfo", - "Rank": 4, "Id": 883, - "Command": "Get-PnPTenantInfo -CurrentTenant" + "Rank": 4, + "Command": "Get-PnPTenantInfo -CurrentTenant", + "CommandName": "Get-PnPTenantInfo" }, { - "CommandName": "Get-PnPTenantInstance", - "Rank": 1, "Id": 884, - "Command": "Get-PnPTenantInstance" + "Rank": 1, + "Command": "Get-PnPTenantInstance", + "CommandName": "Get-PnPTenantInstance" }, { - "CommandName": "Get-PnPTenantInternalSetting", - "Rank": 1, "Id": 885, - "Command": "Get-PnPTenantInternalSetting" + "Rank": 1, + "Command": "Get-PnPTenantInternalSetting", + "CommandName": "Get-PnPTenantInternalSetting" }, { - "CommandName": "Get-PnPTenantPronounsSetting", - "Rank": 1, "Id": 886, - "Command": "Get-PnPTenantPronounsSetting" + "Rank": 1, + "Command": "Get-PnPTenantPronounsSetting", + "CommandName": "Get-PnPTenantPronounsSetting" }, { - "CommandName": "Get-PnPTenantRecycleBinItem", - "Rank": 1, "Id": 887, - "Command": "Get-PnPTenantRecycleBinItem" + "Rank": 1, + "Command": "Get-PnPTenantRecycleBinItem", + "CommandName": "Get-PnPTenantRecycleBinItem" }, { - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Rank": 1, "Id": 888, - "Command": "Get-PnPTenantRestrictedSearchAllowedList" + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchAllowedList", + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Rank": 1, "Id": 889, - "Command": "Get-PnPTenantRestrictedSearchMode" + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchMode", + "CommandName": "Get-PnPTenantRestrictedSearchMode" }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 1, "Id": 890, - "Command": "Get-PnPTenantRetentionLabel" + "Rank": 1, + "Command": "Get-PnPTenantRetentionLabel", + "CommandName": "Get-PnPTenantRetentionLabel" }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 2, "Id": 891, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" + "Rank": 2, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", + "CommandName": "Get-PnPTenantRetentionLabel" }, { - "CommandName": "Get-PnPTenantSequence", - "Rank": 1, "Id": 892, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "Rank": 1, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "CommandName": "Get-PnPTenantSequence" }, { - "CommandName": "Get-PnPTenantSequence", - "Rank": 2, "Id": 893, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "Rank": 2, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", + "CommandName": "Get-PnPTenantSequence" }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 1, "Id": 894, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "Rank": 1, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "CommandName": "Get-PnPTenantSequenceSite" }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 2, "Id": 895, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" + "Rank": 2, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", + "CommandName": "Get-PnPTenantSequenceSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 1, "Id": 896, - "Command": "Get-PnPTenantSite" + "Rank": 1, + "Command": "Get-PnPTenantSite", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 2, "Id": 897, - "Command": "Get-PnPTenantSite -Detailed" + "Rank": 2, + "Command": "Get-PnPTenantSite -Detailed", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 3, "Id": 898, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "Rank": 3, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 4, "Id": 899, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" + "Rank": 4, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 5, "Id": 900, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" + "Rank": 5, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 6, "Id": 901, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" + "Rank": 6, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 7, "Id": 902, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "Rank": 7, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 8, "Id": 903, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "Rank": 8, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Rank": 9, "Id": 904, - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "Rank": 9, + "Command": "Get-PnPTenantSite -GroupIdDefined $true", + "CommandName": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSyncClientRestriction", - "Rank": 1, "Id": 905, - "Command": "Get-PnPTenantSyncClientRestriction" + "Rank": 1, + "Command": "Get-PnPTenantSyncClientRestriction", + "CommandName": "Get-PnPTenantSyncClientRestriction" }, { - "CommandName": "Get-PnPTenantTemplate", - "Rank": 1, "Id": 906, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "Rank": 1, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "CommandName": "Get-PnPTenantTemplate" }, { - "CommandName": "Get-PnPTenantTemplate", - "Rank": 2, "Id": 907, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" + "Rank": 2, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", + "CommandName": "Get-PnPTenantTemplate" }, { - "CommandName": "Get-PnPTenantTemplate", - "Rank": 3, "Id": 908, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" + "Rank": 3, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", + "CommandName": "Get-PnPTenantTemplate" }, { - "CommandName": "Get-PnPTenantTheme", - "Rank": 1, "Id": 909, - "Command": "Get-PnPTenantTheme" + "Rank": 1, + "Command": "Get-PnPTenantTheme", + "CommandName": "Get-PnPTenantTheme" }, { - "CommandName": "Get-PnPTenantTheme", - "Rank": 2, "Id": 910, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 2, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", + "CommandName": "Get-PnPTenantTheme" }, { - "CommandName": "Get-PnPTenantTheme", - "Rank": 3, "Id": 911, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "Rank": 3, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", + "CommandName": "Get-PnPTenantTheme" }, { - "CommandName": "Get-PnPTerm", - "Rank": 1, "Id": 912, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTerm" }, { - "CommandName": "Get-PnPTerm", - "Rank": 2, "Id": 913, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTerm" }, { - "CommandName": "Get-PnPTerm", - "Rank": 3, "Id": 914, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 3, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTerm" }, { - "CommandName": "Get-PnPTerm", - "Rank": 4, "Id": 915, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" + "Rank": 4, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", + "CommandName": "Get-PnPTerm" }, { - "CommandName": "Get-PnPTerm", - "Rank": 5, "Id": 916, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" + "Rank": 5, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", + "CommandName": "Get-PnPTerm" }, { - "CommandName": "Get-PnPTermGroup", - "Rank": 1, "Id": 917, - "Command": "Get-PnPTermGroup" + "Rank": 1, + "Command": "Get-PnPTermGroup", + "CommandName": "Get-PnPTermGroup" }, { - "CommandName": "Get-PnPTermGroup", - "Rank": 2, "Id": 918, - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "Rank": 2, + "Command": "Get-PnPTermGroup -Identity \"Departments\"", + "CommandName": "Get-PnPTermGroup" }, { - "CommandName": "Get-PnPTermGroup", - "Rank": 3, "Id": 919, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" + "Rank": 3, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", + "CommandName": "Get-PnPTermGroup" }, { - "CommandName": "Get-PnPTermLabel", - "Rank": 1, "Id": 920, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" + "Rank": 1, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", + "CommandName": "Get-PnPTermLabel" }, { - "CommandName": "Get-PnPTermLabel", - "Rank": 2, "Id": 921, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" + "Rank": 2, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", + "CommandName": "Get-PnPTermLabel" }, { - "CommandName": "Get-PnPTermLabel", - "Rank": 3, "Id": 922, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 3, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermLabel" }, { - "CommandName": "Get-PnPTermSet", - "Rank": 1, "Id": 923, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermSet" }, { - "CommandName": "Get-PnPTermSet", - "Rank": 2, "Id": 924, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermSet" }, { - "CommandName": "Get-PnPTermSet", - "Rank": 3, "Id": 925, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" + "Rank": 3, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", + "CommandName": "Get-PnPTermSet" }, { - "CommandName": "Get-PnPTermSet", - "Rank": 4, "Id": 926, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" + "Rank": 4, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", + "CommandName": "Get-PnPTermSet" }, { - "CommandName": "Get-PnPTheme", - "Rank": 1, "Id": 927, - "Command": "Get-PnPTheme" + "Rank": 1, + "Command": "Get-PnPTheme", + "CommandName": "Get-PnPTheme" }, { - "CommandName": "Get-PnPTheme", - "Rank": 2, "Id": 928, - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "Rank": 2, + "Command": "Get-PnPTheme -DetectCurrentComposedLook", + "CommandName": "Get-PnPTheme" }, { - "CommandName": "Get-PnPTimeZoneId", - "Rank": 1, "Id": 929, - "Command": "Get-PnPTimeZoneId" + "Rank": 1, + "Command": "Get-PnPTimeZoneId", + "CommandName": "Get-PnPTimeZoneId" }, { - "CommandName": "Get-PnPTimeZoneId", - "Rank": 2, "Id": 930, - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "Rank": 2, + "Command": "Get-PnPTimeZoneId -Match Stockholm", + "CommandName": "Get-PnPTimeZoneId" }, { - "CommandName": "Get-PnPTodoList", - "Rank": 1, "Id": 931, - "Command": "Get-PnPTodoList" + "Rank": 1, + "Command": "Get-PnPTodoList", + "CommandName": "Get-PnPTodoList" }, { - "CommandName": "Get-PnPTodoList", - "Rank": 2, "Id": 932, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Rank": 2, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "CommandName": "Get-PnPTodoList" }, { - "CommandName": "Get-PnPTodoList", - "Rank": 3, "Id": 933, - "Command": "Get-PnPTodoList -User john@doe.com" + "Rank": 3, + "Command": "Get-PnPTodoList -User john@doe.com", + "CommandName": "Get-PnPTodoList" }, { - "CommandName": "Get-PnPTodoList", - "Rank": 4, "Id": 934, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Rank": 4, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "CommandName": "Get-PnPTodoList" }, { - "CommandName": "Get-PnPTraceLog", - "Rank": 1, "Id": 935, - "Command": "Get-PnPTraceLog" + "Rank": 1, + "Command": "Get-PnPTraceLog", + "CommandName": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPTraceLog", - "Rank": 2, "Id": 936, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" + "Rank": 2, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", + "CommandName": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPTraceLog", - "Rank": 3, "Id": 937, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" + "Rank": 3, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", + "CommandName": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPTraceLog", - "Rank": 4, "Id": 938, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" + "Rank": 4, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", + "CommandName": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPTraceLog", - "Rank": 5, "Id": 939, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" + "Rank": 5, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", + "CommandName": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPTraceLog", - "Rank": 6, "Id": 940, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" + "Rank": 6, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", + "CommandName": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPUnfurlLink", - "Rank": 1, "Id": 941, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" + "Rank": 1, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", + "CommandName": "Get-PnPUnfurlLink" }, { - "CommandName": "Get-PnPUnifiedAuditLog", - "Rank": 1, "Id": 942, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" + "Rank": 1, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", + "CommandName": "Get-PnPUnifiedAuditLog" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 1, "Id": 943, - "Command": "Get-PnPUPABulkImportStatus" + "Rank": 1, + "Command": "Get-PnPUPABulkImportStatus", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 2, "Id": 944, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "Rank": 2, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 3, "Id": 945, - "Command": "Get-PnPUPABulkImportStatus -JobId " + "Rank": 3, + "Command": "Get-PnPUPABulkImportStatus -JobId ", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 4, "Id": 946, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "Rank": 4, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "CommandName": "Get-PnPUser", - "Rank": 1, "Id": 947, - "Command": "Get-PnPUser" + "Rank": 1, + "Command": "Get-PnPUser", + "CommandName": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Rank": 2, "Id": 948, - "Command": "Get-PnPUser -Identity 23" + "Rank": 2, + "Command": "Get-PnPUser -Identity 23", + "CommandName": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Rank": 3, "Id": 949, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" + "Rank": 3, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", + "CommandName": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Rank": 4, "Id": 950, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" + "Rank": 4, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", + "CommandName": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Rank": 5, "Id": 951, - "Command": "Get-PnPUser -WithRightsAssigned" + "Rank": 5, + "Command": "Get-PnPUser -WithRightsAssigned", + "CommandName": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Rank": 6, "Id": 952, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "Rank": 6, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", + "CommandName": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Rank": 7, "Id": 953, - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "Rank": 7, + "Command": "Get-PnPUser -WithRightsAssignedDetailed", + "CommandName": "Get-PnPUser" }, { - "CommandName": "Get-PnPUserOneDriveQuota", - "Rank": 1, "Id": 954, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "Rank": 1, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "CommandName": "Get-PnPUserOneDriveQuota" }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 1, "Id": 955, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPUserProfilePhoto" }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 2, "Id": 956, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" + "Rank": 2, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", + "CommandName": "Get-PnPUserProfilePhoto" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Rank": 1, "Id": 957, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "Rank": 1, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "CommandName": "Get-PnPUserProfileProperty" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Rank": 2, "Id": 958, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" + "Rank": 2, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", + "CommandName": "Get-PnPUserProfileProperty" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Rank": 3, "Id": 959, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" + "Rank": 3, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", + "CommandName": "Get-PnPUserProfileProperty" }, { - "CommandName": "Get-PnPView", - "Rank": 1, "Id": 960, - "Command": "Get-PnPView -List \"Demo List\"" + "Rank": 1, + "Command": "Get-PnPView -List \"Demo List\"", + "CommandName": "Get-PnPView" }, { - "CommandName": "Get-PnPView", - "Rank": 2, "Id": 961, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" + "Rank": 2, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", + "CommandName": "Get-PnPView" }, { - "CommandName": "Get-PnPView", - "Rank": 3, "Id": 962, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" + "Rank": 3, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", + "CommandName": "Get-PnPView" }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Id": 963, - "Command": "Get-PnPVivaConnectionsDashboardACE" + "Rank": 1, + "Command": "Get-PnPVivaConnectionsDashboardACE", + "CommandName": "Get-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 2, "Id": 964, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Rank": 2, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "CommandName": "Get-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 1, "Id": 965, - "Command": "Get-PnPVivaEngageCommunity" + "Rank": 1, + "Command": "Get-PnPVivaEngageCommunity", + "CommandName": "Get-PnPVivaEngageCommunity" }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 2, "Id": 966, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Rank": 2, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "CommandName": "Get-PnPVivaEngageCommunity" }, { - "CommandName": "Get-PnPWeb", - "Rank": 1, "Id": 967, - "Command": "Get-PnPWeb" + "Rank": 1, + "Command": "Get-PnPWeb", + "CommandName": "Get-PnPWeb" }, { - "CommandName": "Get-PnPWebHeader", - "Rank": 1, "Id": 968, - "Command": "Get-PnPWebHeader" + "Rank": 1, + "Command": "Get-PnPWebHeader", + "CommandName": "Get-PnPWebHeader" }, { - "CommandName": "Get-PnPWebhookSubscription", - "Rank": 1, "Id": 969, - "Command": "Get-PnPWebhookSubscription -List MyList" + "Rank": 1, + "Command": "Get-PnPWebhookSubscription -List MyList", + "CommandName": "Get-PnPWebhookSubscription" }, { - "CommandName": "Get-PnPWebPart", - "Rank": 1, "Id": 970, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" + "Rank": 1, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", + "CommandName": "Get-PnPWebPart" }, { - "CommandName": "Get-PnPWebPart", - "Rank": 2, "Id": 971, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 2, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Get-PnPWebPart" }, { - "CommandName": "Get-PnPWebPartProperty", - "Rank": 1, "Id": 972, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" + "Rank": 1, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", + "CommandName": "Get-PnPWebPartProperty" }, { - "CommandName": "Get-PnPWebPartProperty", - "Rank": 2, "Id": 973, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" + "Rank": 2, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", + "CommandName": "Get-PnPWebPartProperty" }, { - "CommandName": "Get-PnPWebPartXml", - "Rank": 1, "Id": 974, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Get-PnPWebPartXml" }, { - "CommandName": "Get-PnPWebPermission", - "Rank": 1, "Id": 975, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" + "Rank": 1, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", + "CommandName": "Get-PnPWebPermission" }, { - "CommandName": "Get-PnPWebPermission", - "Rank": 2, "Id": 976, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Rank": 2, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "CommandName": "Get-PnPWebPermission" }, { - "CommandName": "Get-PnPWebTemplates", - "Rank": 1, "Id": 977, - "Command": "Get-PnPWebTemplates" + "Rank": 1, + "Command": "Get-PnPWebTemplates", + "CommandName": "Get-PnPWebTemplates" }, { - "CommandName": "Get-PnPWebTemplates", - "Rank": 2, "Id": 978, - "Command": "Get-PnPWebTemplates -LCID 1033" + "Rank": 2, + "Command": "Get-PnPWebTemplates -LCID 1033", + "CommandName": "Get-PnPWebTemplates" }, { - "CommandName": "Get-PnPWebTemplates", - "Rank": 3, "Id": 979, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "Rank": 3, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", + "CommandName": "Get-PnPWebTemplates" }, { - "CommandName": "Get-PnPWikiPageContent", - "Rank": 1, "Id": 980, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" + "Rank": 1, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", + "CommandName": "Get-PnPWikiPageContent" }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 1, "Id": 981, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" + "Rank": 1, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", + "CommandName": "Grant-PnPAzureADAppSitePermission" }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 2, "Id": 982, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" + "Rank": 2, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", + "CommandName": "Grant-PnPAzureADAppSitePermission" }, { - "CommandName": "Grant-PnPHubSiteRights", - "Rank": 1, "Id": 983, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Grant-PnPHubSiteRights" }, { - "CommandName": "Grant-PnPSiteDesignRights", - "Rank": 1, "Id": 984, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Grant-PnPSiteDesignRights" }, { - "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Rank": 1, "Id": 985, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "CommandName": "Grant-PnPTenantServicePrincipalPermission" }, { - "CommandName": "Import-PnPTaxonomy", - "Rank": 1, "Id": 986, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "Rank": 1, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "CommandName": "Import-PnPTaxonomy" }, { - "CommandName": "Import-PnPTaxonomy", - "Rank": 2, "Id": 987, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" + "Rank": 2, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", + "CommandName": "Import-PnPTaxonomy" }, { - "CommandName": "Import-PnPTaxonomy", - "Rank": 3, "Id": 988, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "Rank": 3, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", + "CommandName": "Import-PnPTaxonomy" }, { - "CommandName": "Import-PnPTaxonomy", - "Rank": 4, "Id": 989, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "Rank": 4, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", + "CommandName": "Import-PnPTaxonomy" }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 1, "Id": 990, - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "Rank": 1, + "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "CommandName": "Import-PnPTermGroupFromXml" }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 2, "Id": 991, - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "Rank": 2, + "Command": "Import-PnPTermGroupFromXml -Path input.xml", + "CommandName": "Import-PnPTermGroupFromXml" }, { - "CommandName": "Import-PnPTermSet", - "Rank": 1, "Id": 992, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" + "Rank": 1, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", + "CommandName": "Import-PnPTermSet" }, { - "CommandName": "Import-PnPTermSet", - "Rank": 2, "Id": 993, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" + "Rank": 2, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", + "CommandName": "Import-PnPTermSet" }, { - "CommandName": "Import-PnPTermSet", - "Rank": 3, "Id": 994, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" + "Rank": 3, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", + "CommandName": "Import-PnPTermSet" }, { - "CommandName": "Install-PnPApp", - "Rank": 1, "Id": 995, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Install-PnPApp" }, { - "CommandName": "Install-PnPApp", - "Rank": 2, "Id": 996, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Install-PnPApp" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 1, "Id": 997, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" + "Rank": 1, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", + "CommandName": "Invoke-PnPGraphMethod" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 2, "Id": 998, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "Rank": 2, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", + "CommandName": "Invoke-PnPGraphMethod" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 3, "Id": 999, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" + "Rank": 3, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", + "CommandName": "Invoke-PnPGraphMethod" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 4, "Id": 1000, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" + "Rank": 4, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", + "CommandName": "Invoke-PnPGraphMethod" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 5, "Id": 1001, - "Command": "Invoke-PnPGraphMethod -Url \"users\"" + "Rank": 5, + "Command": "Invoke-PnPGraphMethod -Url \"users\"", + "CommandName": "Invoke-PnPGraphMethod" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 6, "Id": 1002, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" + "Rank": 6, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", + "CommandName": "Invoke-PnPGraphMethod" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Rank": 7, "Id": 1003, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" + "Rank": 7, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", + "CommandName": "Invoke-PnPGraphMethod" }, { - "CommandName": "Invoke-PnPListDesign", - "Rank": 1, "Id": 1004, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Invoke-PnPListDesign" }, { - "CommandName": "Invoke-PnPListDesign", - "Rank": 2, "Id": 1005, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Rank": 2, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "CommandName": "Invoke-PnPListDesign" }, { - "CommandName": "Invoke-PnPQuery", - "Rank": 1, "Id": 1006, - "Command": "Invoke-PnPQuery -RetryCount 5" + "Rank": 1, + "Command": "Invoke-PnPQuery -RetryCount 5", + "CommandName": "Invoke-PnPQuery" }, { - "CommandName": "Invoke-PnPSiteDesign", - "Rank": 1, "Id": 1007, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Invoke-PnPSiteDesign" }, { - "CommandName": "Invoke-PnPSiteDesign", - "Rank": 2, "Id": 1008, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Rank": 2, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "CommandName": "Invoke-PnPSiteDesign" }, { - "CommandName": "Invoke-PnPSiteScript", - "Rank": 1, "Id": 1009, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" + "Rank": 1, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", + "CommandName": "Invoke-PnPSiteScript" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Rank": 1, "Id": 1010, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Rank": 1, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "CommandName": "Invoke-PnPSiteSwap" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Rank": 2, "Id": 1011, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Rank": 2, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "CommandName": "Invoke-PnPSiteSwap" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Rank": 3, "Id": 1012, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" + "Rank": 3, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", + "CommandName": "Invoke-PnPSiteSwap" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 1, "Id": 1013, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" + "Rank": 1, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 2, "Id": 1014, - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "Rank": 2, + "Command": "Invoke-PnPSiteTemplate -Path template.xml", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 3, "Id": 1015, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "Rank": 3, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 4, "Id": 1016, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Rank": 4, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 5, "Id": 1017, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "Rank": 5, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 6, "Id": 1018, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "Rank": 6, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 7, "Id": 1019, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "Rank": 7, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 8, "Id": 1020, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template" + "Rank": 8, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 9, "Id": 1021, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "Rank": 9, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "CommandName": "Invoke-PnPSPRestMethod", - "Rank": 1, "Id": 1022, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web" + "Rank": 1, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", + "CommandName": "Invoke-PnPSPRestMethod" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 1, "Id": 1023, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "Rank": 1, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 2, "Id": 1024, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "Rank": 2, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 3, "Id": 1025, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Rank": 3, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "CommandName": "Invoke-PnPWebAction", - "Rank": 1, "Id": 1026, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "Rank": 1, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "CommandName": "Invoke-PnPWebAction" }, { - "CommandName": "Invoke-PnPWebAction", - "Rank": 2, "Id": 1027, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" + "Rank": 2, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", + "CommandName": "Invoke-PnPWebAction" }, { - "CommandName": "Measure-PnPList", - "Rank": 1, "Id": 1028, - "Command": "Measure-PnPList \"Documents\"" + "Rank": 1, + "Command": "Measure-PnPList \"Documents\"", + "CommandName": "Measure-PnPList" }, { - "CommandName": "Measure-PnPList", - "Rank": 2, "Id": 1029, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "Rank": 2, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", + "CommandName": "Measure-PnPList" }, { - "CommandName": "Measure-PnPWeb", - "Rank": 1, "Id": 1030, - "Command": "Measure-PnPWeb" + "Rank": 1, + "Command": "Measure-PnPWeb", + "CommandName": "Measure-PnPWeb" }, { - "CommandName": "Measure-PnPWeb", - "Rank": 2, "Id": 1031, - "Command": "Measure-PnPWeb $web -Recursive" + "Rank": 2, + "Command": "Measure-PnPWeb $web -Recursive", + "CommandName": "Measure-PnPWeb" }, { - "CommandName": "Merge-PnPTerm", - "Rank": 1, "Id": 1032, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" + "Rank": 1, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", + "CommandName": "Merge-PnPTerm" }, { - "CommandName": "Move-PnPFile", - "Rank": 1, "Id": 1033, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" + "Rank": 1, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", + "CommandName": "Move-PnPFile" }, { - "CommandName": "Move-PnPFile", - "Rank": 2, "Id": 1034, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" + "Rank": 2, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", + "CommandName": "Move-PnPFile" }, { - "CommandName": "Move-PnPFile", - "Rank": 3, "Id": 1035, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Rank": 3, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "CommandName": "Move-PnPFile" }, { - "CommandName": "Move-PnPFile", - "Rank": 4, "Id": 1036, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Rank": 4, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "CommandName": "Move-PnPFile" }, { - "CommandName": "Move-PnPFolder", - "Rank": 1, "Id": 1037, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" + "Rank": 1, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", + "CommandName": "Move-PnPFolder" }, { - "CommandName": "Move-PnPFolder", - "Rank": 2, "Id": 1038, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" + "Rank": 2, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", + "CommandName": "Move-PnPFolder" }, { - "CommandName": "Move-PnPListItemToRecycleBin", - "Rank": 1, "Id": 1039, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" + "Rank": 1, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", + "CommandName": "Move-PnPListItemToRecycleBin" }, { - "CommandName": "Move-PnPPage", - "Rank": 1, "Id": 1040, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Rank": 1, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "CommandName": "Move-PnPPage" }, { - "CommandName": "Move-PnPPageComponent", - "Rank": 1, "Id": 1041, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" + "Rank": 1, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", + "CommandName": "Move-PnPPageComponent" }, { - "CommandName": "Move-PnPPageComponent", - "Rank": 2, "Id": 1042, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" + "Rank": 2, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", + "CommandName": "Move-PnPPageComponent" }, { - "CommandName": "Move-PnPPageComponent", - "Rank": 3, "Id": 1043, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" + "Rank": 3, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", + "CommandName": "Move-PnPPageComponent" }, { - "CommandName": "Move-PnPPageComponent", - "Rank": 4, "Id": 1044, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" + "Rank": 4, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", + "CommandName": "Move-PnPPageComponent" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Rank": 1, "Id": 1045, - "Command": "Move-PnPRecycleBinItem" + "Rank": 1, + "Command": "Move-PnPRecycleBinItem", + "CommandName": "Move-PnpRecycleBinItem" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Rank": 2, "Id": 1046, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" + "Rank": 2, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", + "CommandName": "Move-PnpRecycleBinItem" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Rank": 3, "Id": 1047, - "Command": "Move-PnPRecycleBinItem -Force" + "Rank": 3, + "Command": "Move-PnPRecycleBinItem -Force", + "CommandName": "Move-PnpRecycleBinItem" }, { - "CommandName": "Move-PnPTerm", - "Rank": 1, "Id": 1048, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" + "Rank": 1, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", + "CommandName": "Move-PnPTerm" }, { - "CommandName": "Move-PnPTerm", - "Rank": 2, "Id": 1049, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" + "Rank": 2, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", + "CommandName": "Move-PnPTerm" }, { - "CommandName": "Move-PnPTerm", - "Rank": 3, "Id": 1050, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" + "Rank": 3, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", + "CommandName": "Move-PnPTerm" }, { - "CommandName": "Move-PnPTermSet", - "Rank": 1, "Id": 1051, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" + "Rank": 1, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", + "CommandName": "Move-PnPTermSet" }, { - "CommandName": "Move-PnPTermSet", - "Rank": 2, "Id": 1052, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" + "Rank": 2, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", + "CommandName": "Move-PnPTermSet" }, { - "CommandName": "New-PnPAzureADGroup", - "Rank": 1, "Id": 1053, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" + "Rank": 1, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", + "CommandName": "New-PnPAzureADGroup" }, { - "CommandName": "New-PnPAzureADGroup", - "Rank": 2, "Id": 1054, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" + "Rank": 2, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", + "CommandName": "New-PnPAzureADGroup" }, { - "CommandName": "New-PnPAzureADGroup", - "Rank": 3, "Id": 1055, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" + "Rank": 3, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", + "CommandName": "New-PnPAzureADGroup" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 1, "Id": 1056, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "Rank": 1, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "CommandName": "New-PnPAzureADUserTemporaryAccessPass" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 2, "Id": 1057, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" + "Rank": 2, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", + "CommandName": "New-PnPAzureADUserTemporaryAccessPass" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 3, "Id": 1058, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" + "Rank": 3, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", + "CommandName": "New-PnPAzureADUserTemporaryAccessPass" }, { - "CommandName": "New-PnPAzureCertificate", - "Rank": 1, "Id": 1059, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" + "Rank": 1, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", + "CommandName": "New-PnPAzureCertificate" }, { - "CommandName": "New-PnPAzureCertificate", - "Rank": 2, "Id": 1060, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "Rank": 2, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", + "CommandName": "New-PnPAzureCertificate" }, { - "CommandName": "New-PnPAzureCertificate", - "Rank": 3, "Id": 1061, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" + "Rank": 3, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", + "CommandName": "New-PnPAzureCertificate" }, { - "CommandName": "New-PnPAzureCertificate", - "Rank": 4, "Id": 1062, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" + "Rank": 4, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", + "CommandName": "New-PnPAzureCertificate" }, { - "CommandName": "New-PnPContainerType", - "Rank": 1, "Id": 1063, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" + "Rank": 1, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", + "CommandName": "New-PnPContainerType" }, { - "CommandName": "New-PnPGraphSubscription", - "Rank": 1, "Id": 1064, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" + "Rank": 1, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", + "CommandName": "New-PnPGraphSubscription" }, { - "CommandName": "New-PnPGraphSubscription", - "Rank": 2, "Id": 1065, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" + "Rank": 2, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", + "CommandName": "New-PnPGraphSubscription" }, { - "CommandName": "New-PnPGroup", - "Rank": 1, "Id": 1066, - "Command": "New-PnPGroup -Title \"My Site Users\"" + "Rank": 1, + "Command": "New-PnPGroup -Title \"My Site Users\"", + "CommandName": "New-PnPGroup" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1, "Id": 1067, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" + "Rank": 1, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2, "Id": 1068, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 3, "Id": 1069, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" + "Rank": 3, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 4, "Id": 1070, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Rank": 4, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Rank": 1, "Id": 1071, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob" }, { - "CommandName": "New-PnPList", - "Rank": 1, "Id": 1072, - "Command": "New-PnPList -Title Announcements -Template Announcements" + "Rank": 1, + "Command": "New-PnPList -Title Announcements -Template Announcements", + "CommandName": "New-PnPList" }, { - "CommandName": "New-PnPList", - "Rank": 2, "Id": 1073, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" + "Rank": 2, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", + "CommandName": "New-PnPList" }, { - "CommandName": "New-PnPList", - "Rank": 3, "Id": 1074, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "Rank": 3, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", + "CommandName": "New-PnPList" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 1, "Id": 1075, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" + "Rank": 1, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", + "CommandName": "New-PnPMicrosoft365Group" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 2, "Id": 1076, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" + "Rank": 2, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", + "CommandName": "New-PnPMicrosoft365Group" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 3, "Id": 1077, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" + "Rank": 3, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", + "CommandName": "New-PnPMicrosoft365Group" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 4, "Id": 1078, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" + "Rank": 4, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", + "CommandName": "New-PnPMicrosoft365Group" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 5, "Id": 1079, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Rank": 5, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "CommandName": "New-PnPMicrosoft365Group" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 6, "Id": 1080, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "CommandName": "New-PnPMicrosoft365Group" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Rank": 7, "Id": 1081, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" + "Rank": 7, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", + "CommandName": "New-PnPMicrosoft365Group" }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 1, "Id": 1082, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" + "Rank": 1, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", + "CommandName": "New-PnPMicrosoft365GroupSettings" }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 2, "Id": 1083, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" + "Rank": 2, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", + "CommandName": "New-PnPMicrosoft365GroupSettings" }, { - "CommandName": "New-PnPPersonalSite", - "Rank": 1, "Id": 1084, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" + "Rank": 1, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", + "CommandName": "New-PnPPersonalSite" }, { - "CommandName": "New-PnPPlannerPlan", - "Rank": 1, "Id": 1085, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "Rank": 1, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "CommandName": "New-PnPPlannerPlan" }, { - "CommandName": "New-PnpProfileCardProperty", - "Rank": 1, "Id": 1086, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" + "Rank": 1, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", + "CommandName": "New-PnpProfileCardProperty" }, { - "CommandName": "New-PnPSdnProvider", - "Rank": 1, "Id": 1087, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "Rank": 1, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "CommandName": "New-PnPSdnProvider" }, { - "CommandName": "New-PnPSearchExternalConnection", - "Rank": 1, "Id": 1088, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" + "Rank": 1, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", + "CommandName": "New-PnPSearchExternalConnection" }, { - "CommandName": "New-PnPSearchExternalConnection", - "Rank": 2, "Id": 1089, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Rank": 2, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "CommandName": "New-PnPSearchExternalConnection" }, { - "CommandName": "New-PnPSite", - "Rank": 1, "Id": 1090, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Rank": 1, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 2, "Id": 1091, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" + "Rank": 2, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 3, "Id": 1092, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Rank": 3, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 4, "Id": 1093, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Rank": 4, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 5, "Id": 1094, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Rank": 5, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 6, "Id": 1095, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Rank": 6, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 7, "Id": 1096, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" + "Rank": 7, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 8, "Id": 1097, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" + "Rank": 8, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 9, "Id": 1098, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" + "Rank": 9, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 10, "Id": 1099, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" + "Rank": 10, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 11, "Id": 1100, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Rank": 11, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 12, "Id": 1101, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Rank": 12, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 13, "Id": 1102, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Rank": 13, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 14, "Id": 1103, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Rank": 14, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 15, "Id": 1104, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Rank": 15, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 16, "Id": 1105, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" + "Rank": 16, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSite", - "Rank": 17, "Id": 1106, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" + "Rank": 17, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", + "CommandName": "New-PnPSite" }, { - "CommandName": "New-PnPSiteCollectionTermStore", - "Rank": 1, "Id": 1107, - "Command": "New-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "New-PnPSiteCollectionTermStore", + "CommandName": "New-PnPSiteCollectionTermStore" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1, "Id": 1108, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" + "Rank": 1, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2, "Id": 1109, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 3, "Id": 1110, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" + "Rank": 3, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 4, "Id": 1111, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Rank": 4, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Rank": 1, "Id": 1112, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "New-PnPSiteFileVersionExpirationReportJob" }, { - "CommandName": "New-PnPSiteGroup", - "Rank": 1, "Id": 1113, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" + "Rank": 1, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", + "CommandName": "New-PnPSiteGroup" }, { - "CommandName": "New-PnPSiteGroup", - "Rank": 2, "Id": 1114, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" + "Rank": 2, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", + "CommandName": "New-PnPSiteGroup" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 1, "Id": 1115, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "Rank": 1, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 2, "Id": 1116, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" + "Rank": 2, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 3, "Id": 1117, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" + "Rank": 3, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 4, "Id": 1118, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" + "Rank": 4, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 5, "Id": 1119, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" + "Rank": 5, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 6, "Id": 1120, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 6, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 7, "Id": 1121, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "Rank": 7, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 8, "Id": 1122, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" + "Rank": 8, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "CommandName": "New-PnPTeamsApp", - "Rank": 1, "Id": 1123, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "Rank": 1, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "CommandName": "New-PnPTeamsApp" }, { - "CommandName": "New-PnPTeamsTeam", - "Rank": 1, "Id": 1124, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" + "Rank": 1, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", + "CommandName": "New-PnPTeamsTeam" }, { - "CommandName": "New-PnPTeamsTeam", - "Rank": 2, "Id": 1125, - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "Rank": 2, + "Command": "New-PnPTeamsTeam -GroupId $groupId", + "CommandName": "New-PnPTeamsTeam" }, { - "CommandName": "New-PnPTeamsTeam", - "Rank": 3, "Id": 1126, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" + "Rank": 3, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", + "CommandName": "New-PnPTeamsTeam" }, { - "CommandName": "New-PnPTeamsTeam", - "Rank": 4, "Id": 1127, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Rank": 4, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "CommandName": "New-PnPTeamsTeam" }, { - "CommandName": "New-PnPTeamsTeam", - "Rank": 5, "Id": 1128, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" + "Rank": 5, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", + "CommandName": "New-PnPTeamsTeam" }, { - "CommandName": "New-PnPTeamsTeam", - "Rank": 6, "Id": 1129, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "CommandName": "New-PnPTeamsTeam" }, { - "CommandName": "New-PnPTenantSite", - "Rank": 1, "Id": 1130, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" + "Rank": 1, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", + "CommandName": "New-PnPTenantSite" }, { - "CommandName": "New-PnPTenantSite", - "Rank": 2, "Id": 1131, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" + "Rank": 2, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", + "CommandName": "New-PnPTenantSite" }, { - "CommandName": "New-PnPTerm", - "Rank": 1, "Id": 1132, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" + "Rank": 1, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", + "CommandName": "New-PnPTerm" }, { - "CommandName": "New-PnPTerm", - "Rank": 2, "Id": 1133, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 2, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "CommandName": "New-PnPTerm" }, { - "CommandName": "New-PnPTermGroup", - "Rank": 1, "Id": 1134, - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "Rank": 1, + "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "CommandName": "New-PnPTermGroup" }, { - "CommandName": "New-PnPTermGroup", - "Rank": 2, "Id": 1135, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Rank": 2, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "CommandName": "New-PnPTermGroup" }, { - "CommandName": "New-PnPTermLabel", - "Rank": 1, "Id": 1136, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" + "Rank": 1, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", + "CommandName": "New-PnPTermLabel" }, { - "CommandName": "New-PnPTermSet", - "Rank": 1, "Id": 1137, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "CommandName": "New-PnPTermSet" }, { - "CommandName": "New-PnPTodoList", - "Rank": 1, "Id": 1138, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"" + "Rank": 1, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", + "CommandName": "New-PnPTodoList" }, { - "CommandName": "New-PnPTodoList", - "Rank": 2, "Id": 1139, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" + "Rank": 2, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", + "CommandName": "New-PnPTodoList" }, { - "CommandName": "New-PnPUPABulkImportJob", - "Rank": 1, "Id": 1140, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" + "Rank": 1, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", + "CommandName": "New-PnPUPABulkImportJob" }, { - "CommandName": "New-PnPUPABulkImportJob", - "Rank": 2, "Id": 1141, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" + "Rank": 2, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", + "CommandName": "New-PnPUPABulkImportJob" }, { - "CommandName": "New-PnPUser", - "Rank": 1, "Id": 1142, - "Command": "New-PnPUser -LoginName user@company.com" + "Rank": 1, + "Command": "New-PnPUser -LoginName user@company.com", + "CommandName": "New-PnPUser" }, { - "CommandName": "New-PnPVivaEngageCommunity", - "Rank": 1, "Id": 1143, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" + "Rank": 1, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", + "CommandName": "New-PnPVivaEngageCommunity" }, { - "CommandName": "New-PnPWeb", - "Rank": 1, "Id": 1144, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" + "Rank": 1, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", + "CommandName": "New-PnPWeb" }, { - "CommandName": "Publish-PnPApp", - "Rank": 1, "Id": 1145, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 1, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "CommandName": "Publish-PnPApp" }, { - "CommandName": "Publish-PnPApp", - "Rank": 2, "Id": 1146, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" + "Rank": 2, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", + "CommandName": "Publish-PnPApp" }, { - "CommandName": "Publish-PnPContentType", - "Rank": 1, "Id": 1147, - "Command": "Publish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Command": "Publish-PnPContentType -ContentType 0x0101", + "CommandName": "Publish-PnPContentType" }, { - "CommandName": "Publish-PnPSyntexModel", - "Rank": 1, "Id": 1148, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Rank": 1, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "CommandName": "Publish-PnPSyntexModel" }, { - "CommandName": "Publish-PnPSyntexModel", - "Rank": 2, "Id": 1149, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Rank": 2, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "CommandName": "Publish-PnPSyntexModel" }, { - "CommandName": "Read-PnPSiteTemplate", - "Rank": 1, "Id": 1150, - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "Rank": 1, + "Command": "Read-PnPSiteTemplate -Path template.pnp", + "CommandName": "Read-PnPSiteTemplate" }, { - "CommandName": "Read-PnPSiteTemplate", - "Rank": 2, "Id": 1151, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "Rank": 2, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", + "CommandName": "Read-PnPSiteTemplate" }, { - "CommandName": "Read-PnPSiteTemplate", - "Rank": 3, "Id": 1152, - "Command": "Read-PnPSiteTemplate -Xml $xml" + "Rank": 3, + "Command": "Read-PnPSiteTemplate -Xml $xml", + "CommandName": "Read-PnPSiteTemplate" }, { - "CommandName": "Read-PnPTenantTemplate", - "Rank": 1, "Id": 1153, - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "Rank": 1, + "Command": "Read-PnPTenantTemplate -Path template.pnp", + "CommandName": "Read-PnPTenantTemplate" }, { - "CommandName": "Register-PnPAppCatalogSite", - "Rank": 1, "Id": 1154, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" + "Rank": 1, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", + "CommandName": "Register-PnPAppCatalogSite" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 1, "Id": 1155, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" + "Rank": 1, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 2, "Id": 1156, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 2, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 3, "Id": 1157, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" + "Rank": 3, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 4, "Id": 1158, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 4, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 5, "Id": 1159, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 5, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 6, "Id": 1160, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 6, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 7, "Id": 1161, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" + "Rank": 7, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPAzureADApp", - "Rank": 8, "Id": 1162, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" + "Rank": 8, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", + "CommandName": "Register-PnPAzureADApp" }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 1, "Id": 1163, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" + "Rank": 1, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 2, "Id": 1164, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" + "Rank": 2, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" }, { - "CommandName": "Register-PnPHubSite", - "Rank": 1, "Id": 1165, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Rank": 1, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "CommandName": "Register-PnPHubSite" }, { - "CommandName": "Register-PnPHubSite", - "Rank": 2, "Id": 1166, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" + "Rank": 2, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", + "CommandName": "Register-PnPHubSite" }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 1, "Id": 1167, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "CommandName": "Remove-PnPAdaptiveScopeProperty" }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 2, "Id": 1168, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "Rank": 2, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", + "CommandName": "Remove-PnPAdaptiveScopeProperty" }, { - "CommandName": "Remove-PnPAlert", - "Rank": 1, "Id": 1169, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" + "Rank": 1, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", + "CommandName": "Remove-PnPAlert" }, { - "CommandName": "Remove-PnPAlert", - "Rank": 2, "Id": 1170, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPAlert" }, { - "CommandName": "Remove-PnPApp", - "Rank": 1, "Id": 1171, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Remove-PnPApp" }, { - "CommandName": "Remove-PnPApp", - "Rank": 2, "Id": 1172, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Remove-PnPApp" }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 1, "Id": 1173, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Remove-PnPApplicationCustomizer" }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 2, "Id": 1174, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Rank": 2, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "CommandName": "Remove-PnPApplicationCustomizer" }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 1, "Id": 1175, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "Rank": 1, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "CommandName": "Remove-PnPAvailableSiteClassification" }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 2, "Id": 1176, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 2, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "CommandName": "Remove-PnPAvailableSiteClassification" }, { - "CommandName": "Remove-PnPAzureADApp", - "Rank": 1, "Id": 1177, - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "Rank": 1, + "Command": "Remove-PnPAzureADApp -Identity MyApp", + "CommandName": "Remove-PnPAzureADApp" }, { - "CommandName": "Remove-PnPAzureADApp", - "Rank": 2, "Id": 1178, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 2, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "CommandName": "Remove-PnPAzureADApp" }, { - "CommandName": "Remove-PnPAzureADGroup", - "Rank": 1, "Id": 1179, - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "Rank": 1, + "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "CommandName": "Remove-PnPAzureADGroup" }, { - "CommandName": "Remove-PnPAzureADGroup", - "Rank": 2, "Id": 1180, - "Command": "Remove-PnPAzureADGroup -Identity $group" + "Rank": 2, + "Command": "Remove-PnPAzureADGroup -Identity $group", + "CommandName": "Remove-PnPAzureADGroup" }, { - "CommandName": "Remove-PnPAzureADGroupMember", - "Rank": 1, "Id": 1181, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPAzureADGroupMember" }, { - "CommandName": "Remove-PnPAzureADGroupOwner", - "Rank": 1, "Id": 1182, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPAzureADGroupOwner" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1, "Id": 1183, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" + "Rank": 1, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2, "Id": 1184, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" + "Rank": 2, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 3, "Id": 1185, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 3, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 4, "Id": 1186, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 4, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "CommandName": "Remove-PnPAzureADUser", - "Rank": 1, "Id": 1187, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" + "Rank": 1, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", + "CommandName": "Remove-PnPAzureADUser" }, { - "CommandName": "Remove-PnPAzureADUser", - "Rank": 2, "Id": 1188, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" + "Rank": 2, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", + "CommandName": "Remove-PnPAzureADUser" }, { - "CommandName": "Remove-PnPContainer", - "Rank": 1, "Id": 1189, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 1, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "CommandName": "Remove-PnPContainer" }, { - "CommandName": "Remove-PnPContainer", - "Rank": 2, "Id": 1190, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Rank": 2, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "CommandName": "Remove-PnPContainer" }, { - "CommandName": "Remove-PnPContainerType", - "Rank": 1, "Id": 1191, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" + "Rank": 1, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", + "CommandName": "Remove-PnPContainerType" }, { - "CommandName": "Remove-PnPContentType", - "Rank": 1, "Id": 1192, - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "CommandName": "Remove-PnPContentType" }, { - "CommandName": "Remove-PnPContentType", - "Rank": 2, "Id": 1193, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "Rank": 2, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", + "CommandName": "Remove-PnPContentType" }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 1, "Id": 1194, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Rank": 1, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "CommandName": "Remove-PnPContentTypeFromDocumentSet" }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 2, "Id": 1195, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "CommandName": "Remove-PnPContentTypeFromDocumentSet" }, { - "CommandName": "Remove-PnPContentTypeFromList", - "Rank": 1, "Id": 1196, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "CommandName": "Remove-PnPContentTypeFromList" }, { - "CommandName": "Remove-PnPCustomAction", - "Rank": 1, "Id": 1197, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Remove-PnPCustomAction" }, { - "CommandName": "Remove-PnPCustomAction", - "Rank": 2, "Id": 1198, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Rank": 2, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "CommandName": "Remove-PnPCustomAction" }, { - "CommandName": "Remove-PnPCustomAction", - "Rank": 3, "Id": 1199, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" + "Rank": 3, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", + "CommandName": "Remove-PnPCustomAction" }, { - "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Rank": 1, "Id": 1200, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 1, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "CommandName": "Remove-PnPDeletedMicrosoft365Group" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 1, "Id": 1201, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 1, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 2, "Id": 1202, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 2, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 3, "Id": 1203, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "Rank": 3, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 4, "Id": 1204, - "Command": "Remove-PnPEventReceiver -List ProjectList" + "Rank": 4, + "Command": "Remove-PnPEventReceiver -List ProjectList", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 5, "Id": 1205, - "Command": "Remove-PnPEventReceiver" + "Rank": 5, + "Command": "Remove-PnPEventReceiver", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 6, "Id": 1206, - "Command": "Remove-PnPEventReceiver -Scope Site" + "Rank": 6, + "Command": "Remove-PnPEventReceiver -Scope Site", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 7, "Id": 1207, - "Command": "Remove-PnPEventReceiver -Scope Web" + "Rank": 7, + "Command": "Remove-PnPEventReceiver -Scope Web", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Rank": 8, "Id": 1208, - "Command": "Remove-PnPEventReceiver -Scope All" + "Rank": 8, + "Command": "Remove-PnPEventReceiver -Scope All", + "CommandName": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPField", - "Rank": 1, "Id": 1209, - "Command": "Remove-PnPField -Identity \"Speakers\"" + "Rank": 1, + "Command": "Remove-PnPField -Identity \"Speakers\"", + "CommandName": "Remove-PnPField" }, { - "CommandName": "Remove-PnPField", - "Rank": 2, "Id": 1210, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "CommandName": "Remove-PnPField" }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 1, "Id": 1211, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "CommandName": "Remove-PnPFieldFromContentType" }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 2, "Id": 1212, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" + "Rank": 2, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", + "CommandName": "Remove-PnPFieldFromContentType" }, { - "CommandName": "Remove-PnPFile", - "Rank": 1, "Id": 1213, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" + "Rank": 1, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", + "CommandName": "Remove-PnPFile" }, { - "CommandName": "Remove-PnPFile", - "Rank": 2, "Id": 1214, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" + "Rank": 2, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", + "CommandName": "Remove-PnPFile" }, { - "CommandName": "Remove-PnPFile", - "Rank": 3, "Id": 1215, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" + "Rank": 3, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", + "CommandName": "Remove-PnPFile" }, { - "CommandName": "Remove-PnPFileFromSiteTemplate", - "Rank": 1, "Id": 1216, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "Rank": 1, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "CommandName": "Remove-PnPFileFromSiteTemplate" }, { - "CommandName": "Remove-PnPFileSharingLink", - "Rank": 1, "Id": 1217, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Remove-PnPFileSharingLink" }, { - "CommandName": "Remove-PnPFileSharingLink", - "Rank": 2, "Id": 1218, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" + "Rank": 2, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", + "CommandName": "Remove-PnPFileSharingLink" }, { - "CommandName": "Remove-PnPFileVersion", - "Rank": 1, "Id": 1219, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Rank": 1, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "CommandName": "Remove-PnPFileVersion" }, { - "CommandName": "Remove-PnPFileVersion", - "Rank": 2, "Id": 1220, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Rank": 2, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "CommandName": "Remove-PnPFileVersion" }, { - "CommandName": "Remove-PnPFileVersion", - "Rank": 3, "Id": 1221, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "Rank": 3, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", + "CommandName": "Remove-PnPFileVersion" }, { - "CommandName": "Remove-PnPFlow", - "Rank": 1, "Id": 1222, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Remove-PnPFlow" }, { - "CommandName": "Remove-PnPFlow", - "Rank": 2, "Id": 1223, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" + "Rank": 2, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", + "CommandName": "Remove-PnPFlow" }, { - "CommandName": "Remove-PnPFlowOwner", - "Rank": 1, "Id": 1224, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" + "Rank": 1, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", + "CommandName": "Remove-PnPFlowOwner" }, { - "CommandName": "Remove-PnPFlowOwner", - "Rank": 2, "Id": 1225, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" + "Rank": 2, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", + "CommandName": "Remove-PnPFlowOwner" }, { - "CommandName": "Remove-PnPFlowOwner", - "Rank": 3, "Id": 1226, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" + "Rank": 3, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", + "CommandName": "Remove-PnPFlowOwner" }, { - "CommandName": "Remove-PnPFlowOwner", - "Rank": 4, "Id": 1227, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" + "Rank": 4, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", + "CommandName": "Remove-PnPFlowOwner" }, { - "CommandName": "Remove-PnPFolder", - "Rank": 1, "Id": 1228, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "CommandName": "Remove-PnPFolder" }, { - "CommandName": "Remove-PnPFolder", - "Rank": 2, "Id": 1229, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" + "Rank": 2, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", + "CommandName": "Remove-PnPFolder" }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 1, "Id": 1230, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Remove-PnPFolderSharingLink" }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 2, "Id": 1231, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" + "Rank": 2, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", + "CommandName": "Remove-PnPFolderSharingLink" }, { - "CommandName": "Remove-PnPGraphSubscription", - "Rank": 1, "Id": 1232, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" + "Rank": 1, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", + "CommandName": "Remove-PnPGraphSubscription" }, { - "CommandName": "Remove-PnPGroup", - "Rank": 1, "Id": 1233, - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "Rank": 1, + "Command": "Remove-PnPGroup -Identity \"My Users\"", + "CommandName": "Remove-PnPGroup" }, { - "CommandName": "Remove-PnPGroupMember", - "Rank": 1, "Id": 1234, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Rank": 1, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "CommandName": "Remove-PnPGroupMember" }, { - "CommandName": "Remove-PnPHomeSite", - "Rank": 1, "Id": 1235, - "Command": "Remove-PnPHomeSite" + "Rank": 1, + "Command": "Remove-PnPHomeSite", + "CommandName": "Remove-PnPHomeSite" }, { - "CommandName": "Remove-PnPHubSiteAssociation", - "Rank": 1, "Id": 1236, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" + "Rank": 1, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", + "CommandName": "Remove-PnPHubSiteAssociation" }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 1, "Id": 1237, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" + "Rank": 1, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", + "CommandName": "Remove-PnPHubToHubAssociation" }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 2, "Id": 1238, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" + "Rank": 2, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", + "CommandName": "Remove-PnPHubToHubAssociation" }, { - "CommandName": "Remove-PnPIndexedProperty", - "Rank": 1, "Id": 1239, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "Rank": 1, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "CommandName": "Remove-PnPIndexedProperty" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 1, "Id": 1240, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "Rank": 1, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 2, "Id": 1241, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "Rank": 2, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 3, "Id": 1242, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" + "Rank": 3, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 4, "Id": 1243, - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Command": "Remove-PnPJavaScriptLink -Scope Site", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 5, "Id": 1244, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" + "Rank": 5, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "CommandName": "Remove-PnPKnowledgeHubSite", - "Rank": 1, "Id": 1245, - "Command": "Remove-PnPKnowledgeHubSite" + "Rank": 1, + "Command": "Remove-PnPKnowledgeHubSite", + "CommandName": "Remove-PnPKnowledgeHubSite" }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1, "Id": 1246, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" + "Rank": 1, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2, "Id": 1247, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" }, { - "CommandName": "Remove-PnPList", - "Rank": 1, "Id": 1248, - "Command": "Remove-PnPList -Identity Announcements" + "Rank": 1, + "Command": "Remove-PnPList -Identity Announcements", + "CommandName": "Remove-PnPList" }, { - "CommandName": "Remove-PnPList", - "Rank": 2, "Id": 1249, - "Command": "Remove-PnPList -Identity Announcements -Force" + "Rank": 2, + "Command": "Remove-PnPList -Identity Announcements -Force", + "CommandName": "Remove-PnPList" }, { - "CommandName": "Remove-PnPList", - "Rank": 3, "Id": 1250, - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "Rank": 3, + "Command": "Remove-PnPList -Identity Announcements -Recycle", + "CommandName": "Remove-PnPList" }, { - "CommandName": "Remove-PnPList", - "Rank": 4, "Id": 1251, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "Rank": 4, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", + "CommandName": "Remove-PnPList" }, { - "CommandName": "Remove-PnPListDesign", - "Rank": 1, "Id": 1252, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPListDesign" }, { - "CommandName": "Remove-PnPListItem", - "Rank": 1, "Id": 1253, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" + "Rank": 1, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", + "CommandName": "Remove-PnPListItem" }, { - "CommandName": "Remove-PnPListItem", - "Rank": 2, "Id": 1254, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" + "Rank": 2, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", + "CommandName": "Remove-PnPListItem" }, { - "CommandName": "Remove-PnPListItem", - "Rank": 3, "Id": 1255, - "Command": "Remove-PnPListItem -List \"Demo List\"" + "Rank": 3, + "Command": "Remove-PnPListItem -List \"Demo List\"", + "CommandName": "Remove-PnPListItem" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Rank": 1, "Id": 1256, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" + "Rank": 1, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", + "CommandName": "Remove-PnPListItemAttachment" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Rank": 2, "Id": 1257, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" + "Rank": 2, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", + "CommandName": "Remove-PnPListItemAttachment" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Rank": 3, "Id": 1258, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" + "Rank": 3, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", + "CommandName": "Remove-PnPListItemAttachment" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Rank": 4, "Id": 1259, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" + "Rank": 4, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", + "CommandName": "Remove-PnPListItemAttachment" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Rank": 5, "Id": 1260, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" + "Rank": 5, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", + "CommandName": "Remove-PnPListItemAttachment" }, { - "CommandName": "Remove-PnPListItemComment", - "Rank": 1, "Id": 1261, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" + "Rank": 1, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", + "CommandName": "Remove-PnPListItemComment" }, { - "CommandName": "Remove-PnPListItemComment", - "Rank": 2, "Id": 1262, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" + "Rank": 2, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", + "CommandName": "Remove-PnPListItemComment" }, { - "CommandName": "Remove-PnPListItemComment", - "Rank": 3, "Id": 1263, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" + "Rank": 3, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", + "CommandName": "Remove-PnPListItemComment" }, { - "CommandName": "Remove-PnPListItemComment", - "Rank": 4, "Id": 1264, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" + "Rank": 4, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", + "CommandName": "Remove-PnPListItemComment" }, { - "CommandName": "Remove-PnPListItemVersion", - "Rank": 1, "Id": 1265, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Rank": 1, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "CommandName": "Remove-PnPListItemVersion" }, { - "CommandName": "Remove-PnPListItemVersion", - "Rank": 2, "Id": 1266, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Rank": 2, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "CommandName": "Remove-PnPListItemVersion" }, { - "CommandName": "Remove-PnPManagedAppId", - "Rank": 1, "Id": 1267, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" + "Rank": 1, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", + "CommandName": "Remove-PnPManagedAppId" }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 1, "Id": 1268, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "CommandName": "Remove-PnPMicrosoft365Group" }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 2, "Id": 1269, - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "Rank": 2, + "Command": "Remove-PnPMicrosoft365Group -Identity $group", + "CommandName": "Remove-PnPMicrosoft365Group" }, { - "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Rank": 1, "Id": 1270, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPMicrosoft365GroupMember" }, { - "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Rank": 1, "Id": 1271, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPMicrosoft365GroupOwner" }, { - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Rank": 1, "Id": 1272, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", + "CommandName": "Remove-PnPMicrosoft365GroupPhoto" }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 1, "Id": 1273, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", + "CommandName": "Remove-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 2, "Id": 1274, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" + "Rank": 2, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", + "CommandName": "Remove-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Remove-PnPNavigationNode", - "Rank": 1, "Id": 1275, - "Command": "Remove-PnPNavigationNode -Identity 1032" + "Rank": 1, + "Command": "Remove-PnPNavigationNode -Identity 1032", + "CommandName": "Remove-PnPNavigationNode" }, { - "CommandName": "Remove-PnPNavigationNode", - "Rank": 2, "Id": 1276, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "Rank": 2, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", + "CommandName": "Remove-PnPNavigationNode" }, { - "CommandName": "Remove-PnPNavigationNode", - "Rank": 3, "Id": 1277, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "Rank": 3, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", + "CommandName": "Remove-PnPNavigationNode" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 1, "Id": 1278, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "Rank": 1, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "CommandName": "Remove-PnPOrgAssetsLibrary" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 2, "Id": 1279, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" + "Rank": 2, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", + "CommandName": "Remove-PnPOrgAssetsLibrary" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 3, "Id": 1280, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" + "Rank": 3, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", + "CommandName": "Remove-PnPOrgAssetsLibrary" }, { - "CommandName": "Remove-PnPOrgNewsSite", - "Rank": 1, "Id": 1281, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" + "Rank": 1, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", + "CommandName": "Remove-PnPOrgNewsSite" }, { - "CommandName": "Remove-PnPPage", - "Rank": 1, "Id": 1282, - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "Rank": 1, + "Command": "Remove-PnPPage -Identity \"MyPage\"", + "CommandName": "Remove-PnPPage" }, { - "CommandName": "Remove-PnPPage", - "Rank": 2, "Id": 1283, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "Rank": 2, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", + "CommandName": "Remove-PnPPage" }, { - "CommandName": "Remove-PnPPage", - "Rank": 3, "Id": 1284, - "Command": "Remove-PnPPage $page" + "Rank": 3, + "Command": "Remove-PnPPage $page", + "CommandName": "Remove-PnPPage" }, { - "CommandName": "Remove-PnPPage", - "Rank": 4, "Id": 1285, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "Rank": 4, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", + "CommandName": "Remove-PnPPage" }, { - "CommandName": "Remove-PnPPageComponent", - "Rank": 1, "Id": 1286, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Remove-PnPPageComponent" }, { - "CommandName": "Remove-PnPPlannerBucket", - "Rank": 1, "Id": 1287, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" + "Rank": 1, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", + "CommandName": "Remove-PnPPlannerBucket" }, { - "CommandName": "Remove-PnPPlannerPlan", - "Rank": 1, "Id": 1288, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "Rank": 1, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "CommandName": "Remove-PnPPlannerPlan" }, { - "CommandName": "Remove-PnPPlannerRoster", - "Rank": 1, "Id": 1289, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Rank": 1, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "CommandName": "Remove-PnPPlannerRoster" }, { - "CommandName": "Remove-PnPPlannerRosterMember", - "Rank": 1, "Id": 1290, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPPlannerRosterMember" }, { - "CommandName": "Remove-PnPPlannerTask", - "Rank": 1, "Id": 1291, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "Rank": 1, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "CommandName": "Remove-PnPPlannerTask" }, { - "CommandName": "Remove-PnPProfileCardProperty", - "Rank": 1, "Id": 1292, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" + "Rank": 1, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", + "CommandName": "Remove-PnPProfileCardProperty" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 1, "Id": 1293, - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 2, "Id": 1294, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "Rank": 2, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 3, "Id": 1295, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "Rank": 3, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "CommandName": "Remove-PnPPublishingImageRendition", - "Rank": 1, "Id": 1296, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Rank": 1, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "CommandName": "Remove-PnPPublishingImageRendition" }, { - "CommandName": "Remove-PnPRoleDefinition", - "Rank": 1, "Id": 1297, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "Rank": 1, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "CommandName": "Remove-PnPRoleDefinition" }, { - "CommandName": "Remove-PnPSdnProvider", - "Rank": 1, "Id": 1298, - "Command": "Remove-PnPSdnProvider -Confirm:false" + "Rank": 1, + "Command": "Remove-PnPSdnProvider -Confirm:false", + "CommandName": "Remove-PnPSdnProvider" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 1, "Id": 1299, - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 2, "Id": 1300, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 3, "Id": 1301, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 4, "Id": 1302, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "CommandName": "Remove-PnPSearchExternalConnection", - "Rank": 1, "Id": 1303, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Rank": 1, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "CommandName": "Remove-PnPSearchExternalConnection" }, { - "CommandName": "Remove-PnPSearchExternalItem", - "Rank": 1, "Id": 1304, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Rank": 1, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "CommandName": "Remove-PnPSearchExternalItem" }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 1, "Id": 1305, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPSiteCollectionAdmin" }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 2, "Id": 1306, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 2, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "CommandName": "Remove-PnPSiteCollectionAdmin" }, { - "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Rank": 1, "Id": 1307, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "CommandName": "Remove-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Remove-PnPSiteCollectionTermStore", - "Rank": 1, "Id": 1308, - "Command": "Remove-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionTermStore", + "CommandName": "Remove-PnPSiteCollectionTermStore" }, { - "CommandName": "Remove-PnPSiteDesign", - "Rank": 1, "Id": 1309, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPSiteDesign" }, { - "CommandName": "Remove-PnPSiteDesignTask", - "Rank": 1, "Id": 1310, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPSiteDesignTask" }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1, "Id": 1311, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" + "Rank": 1, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2, "Id": 1312, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" + "Rank": 2, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "Remove-PnPSiteGroup", - "Rank": 1, "Id": 1313, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", + "CommandName": "Remove-PnPSiteGroup" }, { - "CommandName": "Remove-PnPSiteGroup", - "Rank": 2, "Id": 1314, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "Rank": 2, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", + "CommandName": "Remove-PnPSiteGroup" }, { - "CommandName": "Remove-PnPSiteScript", - "Rank": 1, "Id": 1315, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPSiteScript" }, { - "CommandName": "Remove-PnPSiteUserInvitations", - "Rank": 1, "Id": 1316, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Rank": 1, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "CommandName": "Remove-PnPSiteUserInvitations" }, { - "CommandName": "Remove-PnPStorageEntity", - "Rank": 1, "Id": 1317, - "Command": "Remove-PnPStorageEntity -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPStorageEntity -Key MyKey", + "CommandName": "Remove-PnPStorageEntity" }, { - "CommandName": "Remove-PnPStorageEntity", - "Rank": 2, "Id": 1318, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 2, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", + "CommandName": "Remove-PnPStorageEntity" }, { - "CommandName": "Remove-PnPStoredCredential", - "Rank": 1, "Id": 1319, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "Rank": 1, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "CommandName": "Remove-PnPStoredCredential" }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 1, "Id": 1320, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "Rank": 1, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "CommandName": "Remove-PnPTaxonomyItem" }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 2, "Id": 1321, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "Rank": 2, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", + "CommandName": "Remove-PnPTaxonomyItem" }, { - "CommandName": "Remove-PnPTeamsApp", - "Rank": 1, "Id": 1322, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" + "Rank": 1, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", + "CommandName": "Remove-PnPTeamsApp" }, { - "CommandName": "Remove-PnPTeamsApp", - "Rank": 2, "Id": 1323, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "Rank": 2, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", + "CommandName": "Remove-PnPTeamsApp" }, { - "CommandName": "Remove-PnPTeamsChannel", - "Rank": 1, "Id": 1324, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" + "Rank": 1, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", + "CommandName": "Remove-PnPTeamsChannel" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 1, "Id": 1325, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" + "Rank": 1, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", + "CommandName": "Remove-PnPTeamsChannelUser" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 2, "Id": 1326, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 2, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "CommandName": "Remove-PnPTeamsChannelUser" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 3, "Id": 1327, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" + "Rank": 3, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", + "CommandName": "Remove-PnPTeamsChannelUser" }, { - "CommandName": "Remove-PnPTeamsTab", - "Rank": 1, "Id": 1328, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" + "Rank": 1, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", + "CommandName": "Remove-PnPTeamsTab" }, { - "CommandName": "Remove-PnPTeamsTab", - "Rank": 2, "Id": 1329, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" + "Rank": 2, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", + "CommandName": "Remove-PnPTeamsTab" }, { - "CommandName": "Remove-PnPTeamsTab", - "Rank": 3, "Id": 1330, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" + "Rank": 3, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", + "CommandName": "Remove-PnPTeamsTab" }, { - "CommandName": "Remove-PnPTeamsTag", - "Rank": 1, "Id": 1331, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Rank": 1, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "CommandName": "Remove-PnPTeamsTag" }, { - "CommandName": "Remove-PnPTeamsTeam", - "Rank": 1, "Id": 1332, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Rank": 1, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "CommandName": "Remove-PnPTeamsTeam" }, { - "CommandName": "Remove-PnPTeamsTeam", - "Rank": 2, "Id": 1333, - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "Rank": 2, + "Command": "Remove-PnPTeamsTeam -Identity testteam", + "CommandName": "Remove-PnPTeamsTeam" }, { - "CommandName": "Remove-PnPTeamsUser", - "Rank": 1, "Id": 1334, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" + "Rank": 1, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", + "CommandName": "Remove-PnPTeamsUser" }, { - "CommandName": "Remove-PnPTeamsUser", - "Rank": 2, "Id": 1335, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 2, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "CommandName": "Remove-PnPTeamsUser" }, { - "CommandName": "Remove-PnPTeamsUser", - "Rank": 3, "Id": 1336, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" + "Rank": 3, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", + "CommandName": "Remove-PnPTeamsUser" }, { - "CommandName": "Remove-PnPTenantCdnOrigin", - "Rank": 1, "Id": 1337, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Rank": 1, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "CommandName": "Remove-PnPTenantCdnOrigin" }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 1, "Id": 1338, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Remove-PnPTenantDeletedSite" }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 2, "Id": 1339, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Rank": 2, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "CommandName": "Remove-PnPTenantDeletedSite" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 1, "Id": 1340, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Rank": 1, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 2, "Id": 1341, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Rank": 2, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 3, "Id": 1342, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Rank": 3, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Remove-PnPTenantSite", - "Rank": 1, "Id": 1343, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Remove-PnPTenantSite" }, { - "CommandName": "Remove-PnPTenantSite", - "Rank": 2, "Id": 1344, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" + "Rank": 2, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", + "CommandName": "Remove-PnPTenantSite" }, { - "CommandName": "Remove-PnPTenantSite", - "Rank": 3, "Id": 1345, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" + "Rank": 3, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", + "CommandName": "Remove-PnPTenantSite" }, { - "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Rank": 1, "Id": 1346, - "Command": "Remove-PnPTenantSyncClientRestriction" + "Rank": 1, + "Command": "Remove-PnPTenantSyncClientRestriction", + "CommandName": "Remove-PnPTenantSyncClientRestriction" }, { - "CommandName": "Remove-PnPTenantTheme", - "Rank": 1, "Id": 1347, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 1, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "CommandName": "Remove-PnPTenantTheme" }, { - "CommandName": "Remove-PnPTerm", - "Rank": 1, "Id": 1348, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Rank": 1, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "CommandName": "Remove-PnPTerm" }, { - "CommandName": "Remove-PnPTerm", - "Rank": 2, "Id": 1349, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Remove-PnPTerm" }, { - "CommandName": "Remove-PnPTermGroup", - "Rank": 1, "Id": 1350, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Rank": 1, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "CommandName": "Remove-PnPTermGroup" }, { - "CommandName": "Remove-PnPTermGroup", - "Rank": 2, "Id": 1351, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "Rank": 2, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", + "CommandName": "Remove-PnPTermGroup" }, { - "CommandName": "Remove-PnPTermGroup", - "Rank": 3, "Id": 1352, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "Rank": 3, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", + "CommandName": "Remove-PnPTermGroup" }, { - "CommandName": "Remove-PnPTermLabel", - "Rank": 1, "Id": 1353, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" + "Rank": 1, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", + "CommandName": "Remove-PnPTermLabel" }, { - "CommandName": "Remove-PnPTermLabel", - "Rank": 2, "Id": 1354, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Remove-PnPTermLabel" }, { - "CommandName": "Remove-PnPTodoList", - "Rank": 1, "Id": 1355, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" + "Rank": 1, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", + "CommandName": "Remove-PnPTodoList" }, { - "CommandName": "Remove-PnPTodoList", - "Rank": 2, "Id": 1356, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" + "Rank": 2, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", + "CommandName": "Remove-PnPTodoList" }, { - "CommandName": "Remove-PnPUser", - "Rank": 1, "Id": 1357, - "Command": "Remove-PnPUser -Identity 23" + "Rank": 1, + "Command": "Remove-PnPUser -Identity 23", + "CommandName": "Remove-PnPUser" }, { - "CommandName": "Remove-PnPUser", - "Rank": 2, "Id": 1358, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" + "Rank": 2, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", + "CommandName": "Remove-PnPUser" }, { - "CommandName": "Remove-PnPUser", - "Rank": 3, "Id": 1359, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" + "Rank": 3, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", + "CommandName": "Remove-PnPUser" }, { - "CommandName": "Remove-PnPUserInfo", - "Rank": 1, "Id": 1360, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Rank": 1, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "CommandName": "Remove-PnPUserInfo" }, { - "CommandName": "Remove-PnPUserProfile", - "Rank": 1, "Id": 1361, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "CommandName": "Remove-PnPUserProfile" }, { - "CommandName": "Remove-PnPUserProfilePhoto", - "Rank": 1, "Id": 1362, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPUserProfilePhoto" }, { - "CommandName": "Remove-PnPView", - "Rank": 1, "Id": 1363, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" + "Rank": 1, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", + "CommandName": "Remove-PnPView" }, { - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Id": 1364, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Rank": 1, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "CommandName": "Remove-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Remove-PnPVivaEngageCommunity", - "Rank": 1, "Id": 1365, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Rank": 1, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "CommandName": "Remove-PnPVivaEngageCommunity" }, { - "CommandName": "Remove-PnPWeb", - "Rank": 1, "Id": 1366, - "Command": "Remove-PnPWeb -Identity projectA" + "Rank": 1, + "Command": "Remove-PnPWeb -Identity projectA", + "CommandName": "Remove-PnPWeb" }, { - "CommandName": "Remove-PnPWeb", - "Rank": 2, "Id": 1367, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" + "Rank": 2, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", + "CommandName": "Remove-PnPWeb" }, { - "CommandName": "Remove-PnPWebhookSubscription", - "Rank": 1, "Id": 1368, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" + "Rank": 1, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", + "CommandName": "Remove-PnPWebhookSubscription" }, { - "CommandName": "Remove-PnPWebPart", - "Rank": 1, "Id": 1369, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Remove-PnPWebPart" }, { - "CommandName": "Remove-PnPWebPart", - "Rank": 2, "Id": 1370, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" + "Rank": 2, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", + "CommandName": "Remove-PnPWebPart" }, { - "CommandName": "Remove-PnPWikiPage", - "Rank": 1, "Id": 1371, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "Rank": 1, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "CommandName": "Remove-PnPWikiPage" }, { - "CommandName": "Rename-PnPFile", - "Rank": 1, "Id": 1372, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" + "Rank": 1, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", + "CommandName": "Rename-PnPFile" }, { - "CommandName": "Rename-PnPFile", - "Rank": 2, "Id": 1373, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" + "Rank": 2, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", + "CommandName": "Rename-PnPFile" }, { - "CommandName": "Rename-PnPFile", - "Rank": 3, "Id": 1374, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" + "Rank": 3, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", + "CommandName": "Rename-PnPFile" }, { - "CommandName": "Rename-PnPFolder", - "Rank": 1, "Id": 1375, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" + "Rank": 1, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", + "CommandName": "Rename-PnPFolder" }, { - "CommandName": "Repair-PnPSite", - "Rank": 1, "Id": 1376, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "CommandName": "Repair-PnPSite" }, { - "CommandName": "Repair-PnPSite", - "Rank": 2, "Id": 1377, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Rank": 2, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "CommandName": "Repair-PnPSite" }, { - "CommandName": "Request-PnPPersonalSite", - "Rank": 1, "Id": 1378, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" + "Rank": 1, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", + "CommandName": "Request-PnPPersonalSite" }, { - "CommandName": "Request-PnPPersonalSite", - "Rank": 2, "Id": 1379, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "Rank": 2, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", + "CommandName": "Request-PnPPersonalSite" }, { - "CommandName": "Request-PnPReIndexList", - "Rank": 1, "Id": 1380, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "Rank": 1, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "CommandName": "Request-PnPReIndexList" }, { - "CommandName": "Request-PnPReIndexWeb", - "Rank": 1, "Id": 1381, - "Command": "Request-PnPReIndexWeb" + "Rank": 1, + "Command": "Request-PnPReIndexWeb", + "CommandName": "Request-PnPReIndexWeb" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 1, "Id": 1382, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" + "Rank": 1, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", + "CommandName": "Request-PnPSyntexClassifyAndExtract" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 2, "Id": 1383, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "Rank": 2, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", + "CommandName": "Request-PnPSyntexClassifyAndExtract" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 3, "Id": 1384, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" + "Rank": 3, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", + "CommandName": "Request-PnPSyntexClassifyAndExtract" }, { - "CommandName": "Reset-PnPDocumentId", - "Rank": 1, "Id": 1385, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" + "Rank": 1, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", + "CommandName": "Reset-PnPDocumentId" }, { - "CommandName": "Reset-PnPDocumentId", - "Rank": 2, "Id": 1386, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" + "Rank": 2, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", + "CommandName": "Reset-PnPDocumentId" }, { - "CommandName": "Reset-PnPFileVersion", - "Rank": 1, "Id": 1387, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "Rank": 1, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "CommandName": "Reset-PnPFileVersion" }, { - "CommandName": "Reset-PnPFileVersion", - "Rank": 2, "Id": 1388, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" + "Rank": 2, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", + "CommandName": "Reset-PnPFileVersion" }, { - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Rank": 1, "Id": 1389, - "Command": "Reset-PnPMicrosoft365GroupExpiration" + "Rank": 1, + "Command": "Reset-PnPMicrosoft365GroupExpiration", + "CommandName": "Reset-PnPMicrosoft365GroupExpiration" }, { - "CommandName": "Reset-PnPRetentionLabel", - "Rank": 1, "Id": 1390, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" + "Rank": 1, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", + "CommandName": "Reset-PnPRetentionLabel" }, { - "CommandName": "Reset-PnPRetentionLabel", - "Rank": 2, "Id": 1391, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" + "Rank": 2, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", + "CommandName": "Reset-PnPRetentionLabel" }, { - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Rank": 1, "Id": 1392, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "Rank": 1, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault" }, { - "CommandName": "Resolve-PnPFolder", - "Rank": 1, "Id": 1393, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "Rank": 1, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "CommandName": "Resolve-PnPFolder" }, { - "CommandName": "Restart-PnPFlowRun", - "Rank": 1, "Id": 1394, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 1, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "CommandName": "Restart-PnPFlowRun" }, { - "CommandName": "Restore-PnPDeletedContainer", - "Rank": 1, "Id": 1395, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 1, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "CommandName": "Restore-PnPDeletedContainer" }, { - "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Rank": 1, "Id": 1396, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 1, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "CommandName": "Restore-PnPDeletedMicrosoft365Group" }, { - "CommandName": "Restore-PnPFileVersion", - "Rank": 1, "Id": 1397, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Rank": 1, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "CommandName": "Restore-PnPFileVersion" }, { - "CommandName": "Restore-PnPFileVersion", - "Rank": 2, "Id": 1398, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" + "Rank": 2, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", + "CommandName": "Restore-PnPFileVersion" }, { - "CommandName": "Restore-PnPFileVersion", - "Rank": 3, "Id": 1399, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Rank": 3, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "CommandName": "Restore-PnPFileVersion" }, { - "CommandName": "Restore-PnPFlow", - "Rank": 1, "Id": 1400, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Restore-PnPFlow" }, { - "CommandName": "Restore-PnPFlow", - "Rank": 2, "Id": 1401, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Restore-PnPFlow" }, { - "CommandName": "Restore-PnPListItemVersion", - "Rank": 1, "Id": 1402, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Rank": 1, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "CommandName": "Restore-PnPListItemVersion" }, { - "CommandName": "Restore-PnPListItemVersion", - "Rank": 2, "Id": 1403, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Rank": 2, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "CommandName": "Restore-PnPListItemVersion" }, { - "CommandName": "Restore-PnPRecycleBinItem", - "Rank": 1, "Id": 1404, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Rank": 1, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "CommandName": "Restore-PnPRecycleBinItem" }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 1, "Id": 1405, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Restore-PnPTenantRecycleBinItem" }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 2, "Id": 1406, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Rank": 2, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "CommandName": "Restore-PnPTenantRecycleBinItem" }, { - "CommandName": "Restore-PnPTenantSite", - "Rank": 1, "Id": 1407, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Restore-PnPTenantSite" }, { - "CommandName": "Restore-PnPTenantSite", - "Rank": 2, "Id": 1408, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Rank": 2, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "CommandName": "Restore-PnPTenantSite" }, { - "CommandName": "Restore-PnPTenantSite", - "Rank": 3, "Id": 1409, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" + "Rank": 3, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", + "CommandName": "Restore-PnPTenantSite" }, { - "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Rank": 1, "Id": 1410, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "Rank": 1, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "CommandName": "Revoke-PnPAzureADAppSitePermission" }, { - "CommandName": "Revoke-PnPHubSiteRights", - "Rank": 1, "Id": 1411, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Revoke-PnPHubSiteRights" }, { - "CommandName": "Revoke-PnPSiteDesignRights", - "Rank": 1, "Id": 1412, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Revoke-PnPSiteDesignRights" }, { - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Rank": 1, "Id": 1413, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "CommandName": "Revoke-PnPTenantServicePrincipalPermission" }, { - "CommandName": "Revoke-PnPUserSession", - "Rank": 1, "Id": 1414, - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "Rank": 1, + "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "CommandName": "Revoke-PnPUserSession" }, { - "CommandName": "Save-PnPPageConversionLog", - "Rank": 1, "Id": 1415, - "Command": "Save-PnPPageConversionLog" + "Rank": 1, + "Command": "Save-PnPPageConversionLog", + "CommandName": "Save-PnPPageConversionLog" }, { - "CommandName": "Save-PnPSiteTemplate", - "Rank": 1, "Id": 1416, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" + "Rank": 1, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", + "CommandName": "Save-PnPSiteTemplate" }, { - "CommandName": "Save-PnPTenantTemplate", - "Rank": 1, "Id": 1417, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" + "Rank": 1, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", + "CommandName": "Save-PnPTenantTemplate" }, { - "CommandName": "Send-PnPMail", - "Rank": 1, "Id": 1418, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Rank": 1, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "CommandName": "Send-PnPMail" }, { - "CommandName": "Send-PnPMail", - "Rank": 2, "Id": 1419, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" + "Rank": 2, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", + "CommandName": "Send-PnPMail" }, { - "CommandName": "Send-PnPMail", - "Rank": 3, "Id": 1420, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Rank": 3, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "CommandName": "Send-PnPMail" }, { - "CommandName": "Send-PnPMail", - "Rank": 4, "Id": 1421, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" + "Rank": 4, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", + "CommandName": "Send-PnPMail" }, { - "CommandName": "Send-PnPMail", - "Rank": 5, "Id": 1422, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" + "Rank": 5, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", + "CommandName": "Send-PnPMail" }, { - "CommandName": "Set-PnPAdaptiveScopeProperty", - "Rank": 1, "Id": 1423, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "Rank": 1, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "CommandName": "Set-PnPAdaptiveScopeProperty" }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 1, "Id": 1424, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Set-PnPApplicationCustomizer" }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 2, "Id": 1425, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Rank": 2, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "CommandName": "Set-PnPApplicationCustomizer" }, { - "CommandName": "Set-PnPAppSideLoading", - "Rank": 1, "Id": 1426, - "Command": "Set-PnPAppSideLoading -On" + "Rank": 1, + "Command": "Set-PnPAppSideLoading -On", + "CommandName": "Set-PnPAppSideLoading" }, { - "CommandName": "Set-PnPAppSideLoading", - "Rank": 2, "Id": 1427, - "Command": "Set-PnPAppSideLoading -Off" + "Rank": 2, + "Command": "Set-PnPAppSideLoading -Off", + "CommandName": "Set-PnPAppSideLoading" }, { - "CommandName": "Set-PnPAuditing", - "Rank": 1, "Id": 1428, - "Command": "Set-PnPAuditing -EnableAll" + "Rank": 1, + "Command": "Set-PnPAuditing -EnableAll", + "CommandName": "Set-PnPAuditing" }, { - "CommandName": "Set-PnPAuditing", - "Rank": 2, "Id": 1429, - "Command": "Set-PnPAuditing -DisableAll" + "Rank": 2, + "Command": "Set-PnPAuditing -DisableAll", + "CommandName": "Set-PnPAuditing" }, { - "CommandName": "Set-PnPAuditing", - "Rank": 3, "Id": 1430, - "Command": "Set-PnPAuditing -RetentionTime 7" + "Rank": 3, + "Command": "Set-PnPAuditing -RetentionTime 7", + "CommandName": "Set-PnPAuditing" }, { - "CommandName": "Set-PnPAuditing", - "Rank": 4, "Id": 1431, - "Command": "Set-PnPAuditing -TrimAuditLog" + "Rank": 4, + "Command": "Set-PnPAuditing -TrimAuditLog", + "CommandName": "Set-PnPAuditing" }, { - "CommandName": "Set-PnPAuditing", - "Rank": 5, "Id": 1432, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "Rank": 5, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", + "CommandName": "Set-PnPAuditing" }, { - "CommandName": "Set-PnPAvailablePageLayouts", - "Rank": 1, "Id": 1433, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "Rank": 1, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "CommandName": "Set-PnPAvailablePageLayouts" }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 1, "Id": 1434, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "Rank": 1, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "CommandName": "Set-PnPAzureADAppSitePermission" }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 2, "Id": 1435, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" + "Rank": 2, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", + "CommandName": "Set-PnPAzureADAppSitePermission" }, { - "CommandName": "Set-PnPAzureADGroup", - "Rank": 1, "Id": 1436, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPAzureADGroup" }, { - "CommandName": "Set-PnPAzureADGroup", - "Rank": 2, "Id": 1437, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPAzureADGroup" }, { - "CommandName": "Set-PnPAzureADGroup", - "Rank": 3, "Id": 1438, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" + "Rank": 3, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", + "CommandName": "Set-PnPAzureADGroup" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 1, "Id": 1439, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" + "Rank": 1, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", + "CommandName": "Set-PnPBrowserIdleSignout" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 2, "Id": 1440, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" + "Rank": 2, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", + "CommandName": "Set-PnPBrowserIdleSignout" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 3, "Id": 1441, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "Rank": 3, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", + "CommandName": "Set-PnPBrowserIdleSignout" }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 1, "Id": 1442, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "Rank": 1, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "CommandName": "Set-PnPBuiltInDesignPackageVisibility" }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 2, "Id": 1443, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "Rank": 2, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", + "CommandName": "Set-PnPBuiltInDesignPackageVisibility" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 1, "Id": 1444, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" + "Rank": 1, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 2, "Id": 1445, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" + "Rank": 2, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 3, "Id": 1446, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "Rank": 3, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 4, "Id": 1447, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "Rank": 4, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Set-PnPContentType", - "Rank": 1, "Id": 1448, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Rank": 1, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "CommandName": "Set-PnPContentType" }, { - "CommandName": "Set-PnPContentType", - "Rank": 2, "Id": 1449, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" + "Rank": 2, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", + "CommandName": "Set-PnPContentType" }, { - "CommandName": "Set-PnPContentType", - "Rank": 3, "Id": 1450, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Rank": 3, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "CommandName": "Set-PnPContentType" }, { - "CommandName": "Set-PnPContentType", - "Rank": 4, "Id": 1451, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Rank": 4, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "CommandName": "Set-PnPContentType" }, { - "CommandName": "Set-PnPContentType", - "Rank": 5, "Id": 1452, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Rank": 5, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "CommandName": "Set-PnPContentType" }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 1, "Id": 1453, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" + "Rank": 1, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", + "CommandName": "Set-PnPCopilotAdminLimitedMode" }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 2, "Id": 1454, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" + "Rank": 2, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", + "CommandName": "Set-PnPCopilotAdminLimitedMode" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 1, "Id": 1455, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" + "Rank": 1, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 2, "Id": 1456, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" + "Rank": 2, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 3, "Id": 1457, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" + "Rank": 3, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 4, "Id": 1458, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" + "Rank": 4, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "CommandName": "Set-PnPDefaultContentTypeToList", - "Rank": 1, "Id": 1459, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "Rank": 1, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "CommandName": "Set-PnPDefaultContentTypeToList" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 1, "Id": 1460, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "Rank": 1, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 2, "Id": 1461, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "Rank": 2, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 3, "Id": 1462, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "Rank": 3, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 1, "Id": 1463, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "Rank": 1, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "CommandName": "Set-PnPDisableSpacesActivation" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 2, "Id": 1464, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Rank": 2, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "CommandName": "Set-PnPDisableSpacesActivation" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 3, "Id": 1465, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Rank": 3, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "CommandName": "Set-PnPDisableSpacesActivation" }, { - "CommandName": "Set-PnPDocumentSetField", - "Rank": 1, "Id": 1466, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" + "Rank": 1, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", + "CommandName": "Set-PnPDocumentSetField" }, { - "CommandName": "Set-PnPDocumentSetField", - "Rank": 2, "Id": 1467, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" + "Rank": 2, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", + "CommandName": "Set-PnPDocumentSetField" }, { - "CommandName": "Set-PnPField", - "Rank": 1, "Id": 1468, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" + "Rank": 1, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", + "CommandName": "Set-PnPField" }, { - "CommandName": "Set-PnPField", - "Rank": 2, "Id": 1469, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" + "Rank": 2, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", + "CommandName": "Set-PnPField" }, { - "CommandName": "Set-PnPField", - "Rank": 3, "Id": 1470, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" + "Rank": 3, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", + "CommandName": "Set-PnPField" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Rank": 1, "Id": 1471, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "Rank": 1, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Rank": 2, "Id": 1472, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" + "Rank": 2, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Rank": 3, "Id": 1473, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "Rank": 3, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "CommandName": "Set-PnPFileCheckedOut", - "Rank": 1, "Id": 1474, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" + "Rank": 1, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", + "CommandName": "Set-PnPFileCheckedOut" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 1, "Id": 1475, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" + "Rank": 1, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", + "CommandName": "Set-PnPFileRetentionLabel" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 2, "Id": 1476, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" + "Rank": 2, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", + "CommandName": "Set-PnPFileRetentionLabel" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 3, "Id": 1477, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" + "Rank": 3, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", + "CommandName": "Set-PnPFileRetentionLabel" }, { - "CommandName": "Set-PnPFolderPermission", - "Rank": 1, "Id": 1478, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", + "CommandName": "Set-PnPFolderPermission" }, { - "CommandName": "Set-PnPFolderPermission", - "Rank": 2, "Id": 1479, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "CommandName": "Set-PnPFolderPermission" }, { - "CommandName": "Set-PnPFolderPermission", - "Rank": 3, "Id": 1480, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Rank": 3, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "CommandName": "Set-PnPFolderPermission" }, { - "CommandName": "Set-PnPFooter", - "Rank": 1, "Id": 1481, - "Command": "Set-PnPFooter -Enabled:$true" + "Rank": 1, + "Command": "Set-PnPFooter -Enabled:$true", + "CommandName": "Set-PnPFooter" }, { - "CommandName": "Set-PnPFooter", - "Rank": 2, "Id": 1482, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" + "Rank": 2, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", + "CommandName": "Set-PnPFooter" }, { - "CommandName": "Set-PnPFooter", - "Rank": 3, "Id": 1483, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" + "Rank": 3, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", + "CommandName": "Set-PnPFooter" }, { - "CommandName": "Set-PnPFooter", - "Rank": 4, "Id": 1484, - "Command": "Set-PnPFooter -LogoUrl \"\"" + "Rank": 4, + "Command": "Set-PnPFooter -LogoUrl \"\"", + "CommandName": "Set-PnPFooter" }, { - "CommandName": "Set-PnPGraphSubscription", - "Rank": 1, "Id": 1485, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" + "Rank": 1, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", + "CommandName": "Set-PnPGraphSubscription" }, { - "CommandName": "Set-PnPGroup", - "Rank": 1, "Id": 1486, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" + "Rank": 1, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", + "CommandName": "Set-PnPGroup" }, { - "CommandName": "Set-PnPGroup", - "Rank": 2, "Id": 1487, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" + "Rank": 2, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", + "CommandName": "Set-PnPGroup" }, { - "CommandName": "Set-PnPGroupPermissions", - "Rank": 1, "Id": 1488, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" + "Rank": 1, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", + "CommandName": "Set-PnPGroupPermissions" }, { - "CommandName": "Set-PnPGroupPermissions", - "Rank": 2, "Id": 1489, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" + "Rank": 2, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", + "CommandName": "Set-PnPGroupPermissions" }, { - "CommandName": "Set-PnPGroupPermissions", - "Rank": 3, "Id": 1490, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" + "Rank": 3, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", + "CommandName": "Set-PnPGroupPermissions" }, { - "CommandName": "Set-PnPGroupPermissions", - "Rank": 4, "Id": 1491, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" + "Rank": 4, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", + "CommandName": "Set-PnPGroupPermissions" }, { - "CommandName": "Set-PnPGroupPermissions", - "Rank": 5, "Id": 1492, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" + "Rank": 5, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", + "CommandName": "Set-PnPGroupPermissions" }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 1, "Id": 1493, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "Rank": 1, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "CommandName": "Set-PnPHideDefaultThemes" }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 2, "Id": 1494, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "Rank": 2, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", + "CommandName": "Set-PnPHideDefaultThemes" }, { - "CommandName": "Set-PnPHomePage", - "Rank": 1, "Id": 1495, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "Rank": 1, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "CommandName": "Set-PnPHomePage" }, { - "CommandName": "Set-PnPHomePage", - "Rank": 2, "Id": 1496, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "Rank": 2, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", + "CommandName": "Set-PnPHomePage" }, { - "CommandName": "Set-PnPHomeSite", - "Rank": 1, "Id": 1497, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Rank": 1, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "CommandName": "Set-PnPHomeSite" }, { - "CommandName": "Set-PnPHomeSite", - "Rank": 2, "Id": 1498, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" + "Rank": 2, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", + "CommandName": "Set-PnPHomeSite" }, { - "CommandName": "Set-PnPHomeSite", - "Rank": 3, "Id": 1499, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" + "Rank": 3, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", + "CommandName": "Set-PnPHomeSite" }, { - "CommandName": "Set-PnPHubSite", - "Rank": 1, "Id": 1500, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" + "Rank": 1, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", + "CommandName": "Set-PnPHubSite" }, { - "CommandName": "Set-PnPHubSite", - "Rank": 2, "Id": 1501, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" + "Rank": 2, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", + "CommandName": "Set-PnPHubSite" }, { - "CommandName": "Set-PnPHubSite", - "Rank": 3, "Id": 1502, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" + "Rank": 3, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", + "CommandName": "Set-PnPHubSite" }, { - "CommandName": "Set-PnPHubSite", - "Rank": 4, "Id": 1503, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" + "Rank": 4, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", + "CommandName": "Set-PnPHubSite" }, { - "CommandName": "Set-PnPHubSite", - "Rank": 5, "Id": 1504, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" + "Rank": 5, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", + "CommandName": "Set-PnPHubSite" }, { - "CommandName": "Set-PnPHubSite", - "Rank": 6, "Id": 1505, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" + "Rank": 6, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", + "CommandName": "Set-PnPHubSite" }, { - "CommandName": "Set-PnPImageListItemColumn", - "Rank": 1, "Id": 1506, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" + "Rank": 1, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", + "CommandName": "Set-PnPImageListItemColumn" }, { - "CommandName": "Set-PnPImageListItemColumn", - "Rank": 2, "Id": 1507, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" + "Rank": 2, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", + "CommandName": "Set-PnPImageListItemColumn" }, { - "CommandName": "Set-PnPIndexedProperties", - "Rank": 1, "Id": 1508, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "Rank": 1, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "CommandName": "Set-PnPIndexedProperties" }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 1, "Id": 1509, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "Rank": 1, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "CommandName": "Set-PnPInPlaceRecordsManagement" }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 2, "Id": 1510, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "Rank": 2, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", + "CommandName": "Set-PnPInPlaceRecordsManagement" }, { - "CommandName": "Set-PnPKnowledgeHubSite", - "Rank": 1, "Id": 1511, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" + "Rank": 1, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", + "CommandName": "Set-PnPKnowledgeHubSite" }, { - "CommandName": "Set-PnPList", - "Rank": 1, "Id": 1512, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "Rank": 1, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 2, "Id": 1513, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "Rank": 2, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 3, "Id": 1514, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "Rank": 3, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 4, "Id": 1515, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" + "Rank": 4, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 5, "Id": 1516, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" + "Rank": 5, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 6, "Id": 1517, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "Rank": 6, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 7, "Id": 1518, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" + "Rank": 7, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 8, "Id": 1519, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "Rank": 8, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 9, "Id": 1520, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" + "Rank": 9, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 10, "Id": 1521, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" + "Rank": 10, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 11, "Id": 1522, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "Rank": 11, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPList", - "Rank": 12, "Id": 1523, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" + "Rank": 12, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", + "CommandName": "Set-PnPList" }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 1, "Id": 1524, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "Rank": 1, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "CommandName": "Set-PnPListInformationRightsManagement" }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 2, "Id": 1525, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" + "Rank": 2, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", + "CommandName": "Set-PnPListInformationRightsManagement" }, { - "CommandName": "Set-PnPListItem", - "Rank": 1, "Id": 1526, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 1, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Set-PnPListItem" }, { - "CommandName": "Set-PnPListItem", - "Rank": 2, "Id": 1527, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 2, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Set-PnPListItem" }, { - "CommandName": "Set-PnPListItem", - "Rank": 3, "Id": 1528, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 3, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Set-PnPListItem" }, { - "CommandName": "Set-PnPListItem", - "Rank": 4, "Id": 1529, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" + "Rank": 4, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", + "CommandName": "Set-PnPListItem" }, { - "CommandName": "Set-PnPListItem", - "Rank": 5, "Id": 1530, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" + "Rank": 5, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", + "CommandName": "Set-PnPListItem" }, { - "CommandName": "Set-PnPListItemAsRecord", - "Rank": 1, "Id": 1531, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "CommandName": "Set-PnPListItemAsRecord" }, { - "CommandName": "Set-PnPListItemAsRecord", - "Rank": 2, "Id": 1532, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" + "Rank": 2, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", + "CommandName": "Set-PnPListItemAsRecord" }, { - "CommandName": "Set-PnPListItemPermission", - "Rank": 1, "Id": 1533, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", + "CommandName": "Set-PnPListItemPermission" }, { - "CommandName": "Set-PnPListItemPermission", - "Rank": 2, "Id": 1534, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", + "CommandName": "Set-PnPListItemPermission" }, { - "CommandName": "Set-PnPListItemPermission", - "Rank": 3, "Id": 1535, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Rank": 3, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "CommandName": "Set-PnPListItemPermission" }, { - "CommandName": "Set-PnPListItemPermission", - "Rank": 4, "Id": 1536, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "Rank": 4, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", + "CommandName": "Set-PnPListItemPermission" }, { - "CommandName": "Set-PnPListItemPermission", - "Rank": 5, "Id": 1537, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" + "Rank": 5, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", + "CommandName": "Set-PnPListItemPermission" }, { - "CommandName": "Set-PnPListPermission", - "Rank": 1, "Id": 1538, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", + "CommandName": "Set-PnPListPermission" }, { - "CommandName": "Set-PnPListPermission", - "Rank": 2, "Id": 1539, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "CommandName": "Set-PnPListPermission" }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 1, "Id": 1540, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "Rank": 1, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "CommandName": "Set-PnPListRecordDeclaration" }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 2, "Id": 1541, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "Rank": 2, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", + "CommandName": "Set-PnPListRecordDeclaration" }, { - "CommandName": "Set-PnPManagedAppId", - "Rank": 1, "Id": 1542, - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" + "Rank": 1, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", + "CommandName": "Set-PnPManagedAppId" }, { - "CommandName": "Set-PnPMasterPage", - "Rank": 1, "Id": 1543, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Rank": 1, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "CommandName": "Set-PnPMasterPage", - "Rank": 2, "Id": 1544, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Rank": 2, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "CommandName": "Set-PnPMasterPage", - "Rank": 3, "Id": 1545, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Rank": 3, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "CommandName": "Set-PnPMasterPage", - "Rank": 4, "Id": 1546, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Rank": 4, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 1, "Id": 1547, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 2, "Id": 1548, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 3, "Id": 1549, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 1, "Id": 1550, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 2, "Id": 1551, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 3, "Id": 1552, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 1, "Id": 1553, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 2, "Id": 1554, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 3, "Id": 1555, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 1, "Id": 1556, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 2, "Id": 1557, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 3, "Id": 1558, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 1, "Id": 1559, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 2, "Id": 1560, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 3, "Id": 1561, - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsRead", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 1, "Id": 1562, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 2, "Id": 1563, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 3, "Id": 1564, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 1, "Id": 1565, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 2, "Id": 1566, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 3, "Id": 1567, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "Rank": 3, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 4, "Id": 1568, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "Rank": 4, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 5, "Id": 1569, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" + "Rank": 5, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 6, "Id": 1570, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 1, "Id": 1571, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "Rank": 1, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "CommandName": "Set-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 2, "Id": 1572, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" + "Rank": 2, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", + "CommandName": "Set-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 1, "Id": 1573, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Rank": 1, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "CommandName": "Set-PnPOrgAssetsLibrary" }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 2, "Id": 1574, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" + "Rank": 2, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", + "CommandName": "Set-PnPOrgAssetsLibrary" }, { - "CommandName": "Set-PnPPage", - "Rank": 1, "Id": 1575, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" + "Rank": 1, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 2, "Id": 1576, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "Rank": 2, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 3, "Id": 1577, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "Rank": 3, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 4, "Id": 1578, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "Rank": 4, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 5, "Id": 1579, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "Rank": 5, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 6, "Id": 1580, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" + "Rank": 6, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 7, "Id": 1581, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" + "Rank": 7, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 8, "Id": 1582, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" + "Rank": 8, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 9, "Id": 1583, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 10, "Id": 1584, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Rank": 10, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 11, "Id": 1585, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" + "Rank": 11, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 12, "Id": 1586, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" + "Rank": 12, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPage", - "Rank": 13, "Id": 1587, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" + "Rank": 13, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", + "CommandName": "Set-PnPPage" }, { - "CommandName": "Set-PnPPageTextPart", - "Rank": 1, "Id": 1588, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" + "Rank": 1, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", + "CommandName": "Set-PnPPageTextPart" }, { - "CommandName": "Set-PnPPageWebPart", - "Rank": 1, "Id": 1589, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" + "Rank": 1, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", + "CommandName": "Set-PnPPageWebPart" }, { - "CommandName": "Set-PnPPageWebPart", - "Rank": 2, "Id": 1590, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" + "Rank": 2, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", + "CommandName": "Set-PnPPageWebPart" }, { - "CommandName": "Set-PnPPlannerBucket", - "Rank": 1, "Id": 1591, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" + "Rank": 1, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", + "CommandName": "Set-PnPPlannerBucket" }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 1, "Id": 1592, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "Rank": 1, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "CommandName": "Set-PnPPlannerConfiguration" }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 2, "Id": 1593, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "Rank": 2, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", + "CommandName": "Set-PnPPlannerConfiguration" }, { - "CommandName": "Set-PnPPlannerPlan", - "Rank": 1, "Id": 1594, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" + "Rank": 1, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", + "CommandName": "Set-PnPPlannerPlan" }, { - "CommandName": "Set-PnPPlannerTask", - "Rank": 1, "Id": 1595, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" + "Rank": 1, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", + "CommandName": "Set-PnPPlannerTask" }, { - "CommandName": "Set-PnPPlannerTask", - "Rank": 2, "Id": 1596, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" + "Rank": 2, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", + "CommandName": "Set-PnPPlannerTask" }, { - "CommandName": "Set-PnPPlannerTask", - "Rank": 3, "Id": 1597, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "Rank": 3, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", + "CommandName": "Set-PnPPlannerTask" }, { - "CommandName": "Set-PnPPlannerTask", - "Rank": 4, "Id": 1598, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" + "Rank": 4, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", + "CommandName": "Set-PnPPlannerTask" }, { - "CommandName": "Set-PnPPlannerUserPolicy", - "Rank": 1, "Id": 1599, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Set-PnPPlannerUserPolicy" }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 1, "Id": 1600, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" + "Rank": 1, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", + "CommandName": "Set-PnPPowerAppByPassConsent" }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 2, "Id": 1601, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" + "Rank": 2, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", + "CommandName": "Set-PnPPowerAppByPassConsent" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Rank": 1, "Id": 1602, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "Rank": 1, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "CommandName": "Set-PnPPropertyBagValue" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Rank": 2, "Id": 1603, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "Rank": 2, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", + "CommandName": "Set-PnPPropertyBagValue" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Rank": 3, "Id": 1604, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" + "Rank": 3, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", + "CommandName": "Set-PnPPropertyBagValue" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 1, "Id": 1605, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "Rank": 1, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 2, "Id": 1606, - "Command": "Set-PnPRequestAccessEmails -Disabled" + "Rank": 2, + "Command": "Set-PnPRequestAccessEmails -Disabled", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 3, "Id": 1607, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "Rank": 3, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "CommandName": "Set-PnPRetentionLabel", - "Rank": 1, "Id": 1608, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" + "Rank": 1, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", + "CommandName": "Set-PnPRetentionLabel" }, { - "CommandName": "Set-PnPRetentionLabel", - "Rank": 2, "Id": 1609, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "Rank": 2, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", + "CommandName": "Set-PnPRetentionLabel" }, { - "CommandName": "Set-PnPRetentionLabel", - "Rank": 3, "Id": 1610, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" + "Rank": 3, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", + "CommandName": "Set-PnPRetentionLabel" }, { - "CommandName": "Set-PnPRoleDefinition", - "Rank": 1, "Id": 1611, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "Rank": 1, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "CommandName": "Set-PnPRoleDefinition" }, { - "CommandName": "Set-PnPRoleDefinition", - "Rank": 2, "Id": 1612, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "Rank": 2, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", + "CommandName": "Set-PnPRoleDefinition" }, { - "CommandName": "Set-PnPRoleDefinition", - "Rank": 3, "Id": 1613, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" + "Rank": 3, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", + "CommandName": "Set-PnPRoleDefinition" }, { - "CommandName": "Set-PnPRoleDefinition", - "Rank": 4, "Id": 1614, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "Rank": 4, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", + "CommandName": "Set-PnPRoleDefinition" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Rank": 1, "Id": 1615, - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Command": "Set-PnPSearchConfiguration -Configuration $config", + "CommandName": "Set-PnPSearchConfiguration" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Rank": 2, "Id": 1616, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", + "CommandName": "Set-PnPSearchConfiguration" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Rank": 3, "Id": 1617, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "CommandName": "Set-PnPSearchConfiguration" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Rank": 4, "Id": 1618, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Set-PnPSearchConfiguration" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 1, "Id": 1619, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" + "Rank": 1, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", + "CommandName": "Set-PnPSearchExternalConnection" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 2, "Id": 1620, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" + "Rank": 2, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", + "CommandName": "Set-PnPSearchExternalConnection" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 3, "Id": 1621, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Rank": 3, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "CommandName": "Set-PnPSearchExternalConnection" }, { - "CommandName": "Set-PnPSearchExternalItem", - "Rank": 1, "Id": 1622, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" + "Rank": 1, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", + "CommandName": "Set-PnPSearchExternalItem" }, { - "CommandName": "Set-PnPSearchExternalItem", - "Rank": 2, "Id": 1623, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", + "CommandName": "Set-PnPSearchExternalItem" }, { - "CommandName": "Set-PnPSearchExternalSchema", - "Rank": 1, "Id": 1624, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" + "Rank": 1, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", + "CommandName": "Set-PnPSearchExternalSchema" }, { - "CommandName": "Set-PnPSearchSettings", - "Rank": 1, "Id": 1625, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "Rank": 1, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "CommandName": "Set-PnPSearchSettings" }, { - "CommandName": "Set-PnPSearchSettings", - "Rank": 2, "Id": 1626, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "Rank": 2, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", + "CommandName": "Set-PnPSearchSettings" }, { - "CommandName": "Set-PnPSearchSettings", - "Rank": 3, "Id": 1627, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" + "Rank": 3, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", + "CommandName": "Set-PnPSearchSettings" }, { - "CommandName": "Set-PnPSearchSettings", - "Rank": 4, "Id": 1628, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "Rank": 4, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", + "CommandName": "Set-PnPSearchSettings" }, { - "CommandName": "Set-PnPSearchSettings", - "Rank": 5, "Id": 1629, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" + "Rank": 5, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", + "CommandName": "Set-PnPSearchSettings" }, { - "CommandName": "Set-PnPSearchSettings", - "Rank": 6, "Id": 1630, - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "Rank": 6, + "Command": "Set-PnPSearchSettings -SearchScope Tenant", + "CommandName": "Set-PnPSearchSettings" }, { - "CommandName": "Set-PnPSearchSettings", - "Rank": 7, "Id": 1631, - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "Rank": 7, + "Command": "Set-PnPSearchSettings -SearchScope Hub", + "CommandName": "Set-PnPSearchSettings" }, { - "CommandName": "Set-PnPSite", - "Rank": 1, "Id": 1632, - "Command": "Set-PnPSite -Classification \"HBI\"" + "Rank": 1, + "Command": "Set-PnPSite -Classification \"HBI\"", + "CommandName": "Set-PnPSite" }, { - "CommandName": "Set-PnPSite", - "Rank": 2, "Id": 1633, - "Command": "Set-PnPSite -Classification $null" + "Rank": 2, + "Command": "Set-PnPSite -Classification $null", + "CommandName": "Set-PnPSite" }, { - "CommandName": "Set-PnPSite", - "Rank": 3, "Id": 1634, - "Command": "Set-PnPSite -DisableFlows" + "Rank": 3, + "Command": "Set-PnPSite -DisableFlows", + "CommandName": "Set-PnPSite" }, { - "CommandName": "Set-PnPSite", - "Rank": 4, "Id": 1635, - "Command": "Set-PnPSite -DisableFlows:$false" + "Rank": 4, + "Command": "Set-PnPSite -DisableFlows:$false", + "CommandName": "Set-PnPSite" }, { - "CommandName": "Set-PnPSite", - "Rank": 5, "Id": 1636, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "Rank": 5, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", + "CommandName": "Set-PnPSite" }, { - "CommandName": "Set-PnPSite", - "Rank": 6, "Id": 1637, - "Command": "Set-PnPSite -NoScriptSite $false" + "Rank": 6, + "Command": "Set-PnPSite -NoScriptSite $false", + "CommandName": "Set-PnPSite" }, { - "CommandName": "Set-PnPSiteArchiveState", - "Rank": 1, "Id": 1638, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" + "Rank": 1, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", + "CommandName": "Set-PnPSiteArchiveState" }, { - "CommandName": "Set-PnPSiteArchiveState", - "Rank": 2, "Id": 1639, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" + "Rank": 2, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", + "CommandName": "Set-PnPSiteArchiveState" }, { - "CommandName": "Set-PnPSiteClassification", - "Rank": 1, "Id": 1640, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "Rank": 1, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "CommandName": "Set-PnPSiteClassification" }, { - "CommandName": "Set-PnPSiteClosure", - "Rank": 1, "Id": 1641, - "Command": "Set-PnPSiteClosure -State Open" + "Rank": 1, + "Command": "Set-PnPSiteClosure -State Open", + "CommandName": "Set-PnPSiteClosure" }, { - "CommandName": "Set-PnPSiteClosure", - "Rank": 2, "Id": 1642, - "Command": "Set-PnPSiteClosure -State Closed" + "Rank": 2, + "Command": "Set-PnPSiteClosure -State Closed", + "CommandName": "Set-PnPSiteClosure" }, { - "CommandName": "Set-PnPSiteDesign", - "Rank": 1, "Id": 1643, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" + "Rank": 1, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", + "CommandName": "Set-PnPSiteDesign" }, { - "CommandName": "Set-PnPSiteDesign", - "Rank": 2, "Id": 1644, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Rank": 2, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "CommandName": "Set-PnPSiteDesign" }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 1, "Id": 1645, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" + "Rank": 1, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", + "CommandName": "Set-PnPSiteDocumentIdPrefix" }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 2, "Id": 1646, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" + "Rank": 2, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", + "CommandName": "Set-PnPSiteDocumentIdPrefix" }, { - "CommandName": "Set-PnPSiteGroup", - "Rank": 1, "Id": 1647, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" + "Rank": 1, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", + "CommandName": "Set-PnPSiteGroup" }, { - "CommandName": "Set-PnPSiteGroup", - "Rank": 2, "Id": 1648, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" + "Rank": 2, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", + "CommandName": "Set-PnPSiteGroup" }, { - "CommandName": "Set-PnPSitePolicy", - "Rank": 1, "Id": 1649, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 1, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "CommandName": "Set-PnPSitePolicy" }, { - "CommandName": "Set-PnPSiteScript", - "Rank": 1, "Id": 1650, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Rank": 1, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "CommandName": "Set-PnPSiteScript" }, { - "CommandName": "Set-PnPSiteScriptPackage", - "Rank": 1, "Id": 1651, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Rank": 1, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "CommandName": "Set-PnPSiteScriptPackage" }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 1, "Id": 1652, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "Rank": 1, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "CommandName": "Set-PnPSiteSensitivityLabel" }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 2, "Id": 1653, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" + "Rank": 2, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", + "CommandName": "Set-PnPSiteSensitivityLabel" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 1, "Id": 1654, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 1, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 2, "Id": 1655, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 2, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 3, "Id": 1656, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Rank": 3, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 4, "Id": 1657, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Rank": 4, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 5, "Id": 1658, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Rank": 5, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 6, "Id": 1659, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Rank": 6, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 1, "Id": 1660, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" + "Rank": 1, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 2, "Id": 1661, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" + "Rank": 2, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 3, "Id": 1662, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" + "Rank": 3, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 4, "Id": 1663, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" + "Rank": 4, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 5, "Id": 1664, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" + "Rank": 5, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 6, "Id": 1665, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" + "Rank": 6, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 7, "Id": 1666, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" + "Rank": 7, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 8, "Id": 1667, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" + "Rank": 8, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 9, "Id": 1668, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" + "Rank": 9, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 10, "Id": 1669, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" + "Rank": 10, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 11, "Id": 1670, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" + "Rank": 11, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "CommandName": "Set-PnPStorageEntity", - "Rank": 1, "Id": 1671, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Rank": 1, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "CommandName": "Set-PnPStorageEntity" }, { - "CommandName": "Set-PnPStorageEntity", - "Rank": 2, "Id": 1672, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Rank": 2, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "CommandName": "Set-PnPStorageEntity" }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 1, "Id": 1673, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "CommandName": "Set-PnPStructuralNavigationCacheSiteState" }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 2, "Id": 1674, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "CommandName": "Set-PnPStructuralNavigationCacheSiteState" }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 1, "Id": 1675, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "CommandName": "Set-PnPStructuralNavigationCacheWebState" }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 2, "Id": 1676, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "CommandName": "Set-PnPStructuralNavigationCacheWebState" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 1, "Id": 1677, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" + "Rank": 1, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", + "CommandName": "Set-PnPTaxonomyFieldValue" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 2, "Id": 1678, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" + "Rank": 2, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", + "CommandName": "Set-PnPTaxonomyFieldValue" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 3, "Id": 1679, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" + "Rank": 3, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", + "CommandName": "Set-PnPTaxonomyFieldValue" }, { - "CommandName": "Set-PnPTeamifyPromptHidden", - "Rank": 1, "Id": 1680, - "Command": "Set-PnPTeamifyPromptHidden" + "Rank": 1, + "Command": "Set-PnPTeamifyPromptHidden", + "CommandName": "Set-PnPTeamifyPromptHidden" }, { - "CommandName": "Set-PnPTeamsChannel", - "Rank": 1, "Id": 1681, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" + "Rank": 1, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", + "CommandName": "Set-PnPTeamsChannel" }, { - "CommandName": "Set-PnPTeamsChannel", - "Rank": 2, "Id": 1682, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" + "Rank": 2, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", + "CommandName": "Set-PnPTeamsChannel" }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 1, "Id": 1683, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" + "Rank": 1, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", + "CommandName": "Set-PnpTeamsChannelUser" }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 2, "Id": 1684, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" + "Rank": 2, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", + "CommandName": "Set-PnpTeamsChannelUser" }, { - "CommandName": "Set-PnPTeamsTab", - "Rank": 1, "Id": 1685, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" + "Rank": 1, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", + "CommandName": "Set-PnPTeamsTab" }, { - "CommandName": "Set-PnPTeamsTag", - "Rank": 1, "Id": 1686, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" + "Rank": 1, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", + "CommandName": "Set-PnPTeamsTag" }, { - "CommandName": "Set-PnPTeamsTeam", - "Rank": 1, "Id": 1687, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "Rank": 1, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "CommandName": "Set-PnPTeamsTeam" }, { - "CommandName": "Set-PnPTeamsTeam", - "Rank": 2, "Id": 1688, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" + "Rank": 2, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", + "CommandName": "Set-PnPTeamsTeam" }, { - "CommandName": "Set-PnPTeamsTeam", - "Rank": 3, "Id": 1689, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" + "Rank": 3, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", + "CommandName": "Set-PnPTeamsTeam" }, { - "CommandName": "Set-PnPTeamsTeam", - "Rank": 4, "Id": 1690, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "Rank": 4, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", + "CommandName": "Set-PnPTeamsTeam" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 1, "Id": 1691, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "Rank": 1, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 2, "Id": 1692, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "Rank": 2, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 3, "Id": 1693, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" + "Rank": 3, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "CommandName": "Set-PnPTeamsTeamPicture", - "Rank": 1, "Id": 1694, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" + "Rank": 1, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", + "CommandName": "Set-PnPTeamsTeamPicture" }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 1, "Id": 1695, - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "Rank": 1, + "Command": "Set-PnPTemporarilyDisableAppBar $true", + "CommandName": "Set-PnPTemporarilyDisableAppBar" }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 2, "Id": 1696, - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "Rank": 2, + "Command": "Set-PnPTemporarilyDisableAppBar $false", + "CommandName": "Set-PnPTemporarilyDisableAppBar" }, { - "CommandName": "Set-PnPTenant", - "Rank": 1, "Id": 1697, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", + "CommandName": "Set-PnPTenant" }, { - "CommandName": "Set-PnPTenant", - "Rank": 2, "Id": 1698, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "Rank": 2, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", + "CommandName": "Set-PnPTenant" }, { - "CommandName": "Set-PnPTenant", - "Rank": 3, "Id": 1699, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "Rank": 3, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", + "CommandName": "Set-PnPTenant" }, { - "CommandName": "Set-PnPTenant", - "Rank": 4, "Id": 1700, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "Rank": 4, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", + "CommandName": "Set-PnPTenant" }, { - "CommandName": "Set-PnPTenant", - "Rank": 5, "Id": 1701, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" + "Rank": 5, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", + "CommandName": "Set-PnPTenant" }, { - "CommandName": "Set-PnPTenant", - "Rank": 6, "Id": 1702, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" + "Rank": 6, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", + "CommandName": "Set-PnPTenant" }, { - "CommandName": "Set-PnPTenantAppCatalogUrl", - "Rank": 1, "Id": 1703, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" + "Rank": 1, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", + "CommandName": "Set-PnPTenantAppCatalogUrl" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 1, "Id": 1704, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "Rank": 1, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 2, "Id": 1705, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "Rank": 2, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 3, "Id": 1706, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "Rank": 3, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 1, "Id": 1707, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" + "Rank": 1, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", + "CommandName": "Set-PnPTenantCdnPolicy" }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 2, "Id": 1708, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" + "Rank": 2, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", + "CommandName": "Set-PnPTenantCdnPolicy" }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 1, "Id": 1709, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" + "Rank": 1, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", + "CommandName": "Set-PnPTenantPronounsSetting" }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 2, "Id": 1710, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" + "Rank": 2, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", + "CommandName": "Set-PnPTenantPronounsSetting" }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 1, "Id": 1711, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" + "Rank": 1, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", + "CommandName": "Set-PnPTenantRestrictedSearchMode" }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 2, "Id": 1712, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" + "Rank": 2, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", + "CommandName": "Set-PnPTenantRestrictedSearchMode" }, { - "CommandName": "Set-PnPTenantSite", - "Rank": 1, "Id": 1713, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", + "CommandName": "Set-PnPTenantSite" }, { - "CommandName": "Set-PnPTenantSite", - "Rank": 2, "Id": 1714, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" + "Rank": 2, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", + "CommandName": "Set-PnPTenantSite" }, { - "CommandName": "Set-PnPTenantSite", - "Rank": 3, "Id": 1715, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Set-PnPTenantSite" }, { - "CommandName": "Set-PnPTenantSite", - "Rank": 4, "Id": 1716, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 4, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "CommandName": "Set-PnPTenantSite" }, { - "CommandName": "Set-PnPTenantSite", - "Rank": 5, "Id": 1717, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" + "Rank": 5, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", + "CommandName": "Set-PnPTenantSite" }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 1, "Id": 1718, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "Rank": 1, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "CommandName": "Set-PnPTenantSyncClientRestriction" }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 2, "Id": 1719, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "Rank": 2, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "CommandName": "Set-PnPTenantSyncClientRestriction" }, { - "CommandName": "Set-PnPTerm", - "Rank": 1, "Id": 1720, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" + "Rank": 1, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", + "CommandName": "Set-PnPTerm" }, { - "CommandName": "Set-PnPTerm", - "Rank": 2, "Id": 1721, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 2, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "CommandName": "Set-PnPTerm" }, { - "CommandName": "Set-PnPTerm", - "Rank": 3, "Id": 1722, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 3, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", + "CommandName": "Set-PnPTerm" }, { - "CommandName": "Set-PnPTerm", - "Rank": 4, "Id": 1723, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" + "Rank": 4, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", + "CommandName": "Set-PnPTerm" }, { - "CommandName": "Set-PnPTermGroup", - "Rank": 1, "Id": 1724, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "Rank": 1, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "CommandName": "Set-PnPTermGroup" }, { - "CommandName": "Set-PnPTermGroup", - "Rank": 2, "Id": 1725, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Rank": 2, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "CommandName": "Set-PnPTermGroup" }, { - "CommandName": "Set-PnPTermSet", - "Rank": 1, "Id": 1726, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" + "Rank": 1, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", + "CommandName": "Set-PnPTermSet" }, { - "CommandName": "Set-PnPTermSet", - "Rank": 2, "Id": 1727, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" + "Rank": 2, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", + "CommandName": "Set-PnPTermSet" }, { - "CommandName": "Set-PnPTermSet", - "Rank": 3, "Id": 1728, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" + "Rank": 3, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", + "CommandName": "Set-PnPTermSet" }, { - "CommandName": "Set-PnPTheme", - "Rank": 1, "Id": 1729, - "Command": "Set-PnPTheme" + "Rank": 1, + "Command": "Set-PnPTheme", + "CommandName": "Set-PnPTheme" }, { - "CommandName": "Set-PnPTheme", - "Rank": 2, "Id": 1730, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" + "Rank": 2, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", + "CommandName": "Set-PnPTheme" }, { - "CommandName": "Set-PnPTheme", - "Rank": 3, "Id": 1731, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" + "Rank": 3, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", + "CommandName": "Set-PnPTheme" }, { - "CommandName": "Set-PnPTheme", - "Rank": 4, "Id": 1732, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" + "Rank": 4, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", + "CommandName": "Set-PnPTheme" }, { - "CommandName": "Set-PnPUserOneDriveQuota", - "Rank": 1, "Id": 1733, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" + "Rank": 1, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", + "CommandName": "Set-PnPUserOneDriveQuota" }, { - "CommandName": "Set-PnPUserProfilePhoto", - "Rank": 1, "Id": 1734, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" + "Rank": 1, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", + "CommandName": "Set-PnPUserProfilePhoto" }, { - "CommandName": "Set-PnPUserProfileProperty", - "Rank": 1, "Id": 1735, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "Rank": 1, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "CommandName": "Set-PnPUserProfileProperty" }, { - "CommandName": "Set-PnPUserProfileProperty", - "Rank": 2, "Id": 1736, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "Rank": 2, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "CommandName": "Set-PnPUserProfileProperty" }, { - "CommandName": "Set-PnPView", - "Rank": 1, "Id": 1737, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" + "Rank": 1, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", + "CommandName": "Set-PnPView" }, { - "CommandName": "Set-PnPView", - "Rank": 2, "Id": 1738, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" + "Rank": 2, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", + "CommandName": "Set-PnPView" }, { - "CommandName": "Set-PnPView", - "Rank": 3, "Id": 1739, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" + "Rank": 3, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", + "CommandName": "Set-PnPView" }, { - "CommandName": "Set-PnPView", - "Rank": 4, "Id": 1740, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" + "Rank": 4, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", + "CommandName": "Set-PnPView" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Id": 1741, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" + "Rank": 1, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 2, "Id": 1742, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" + "Rank": 2, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 3, "Id": 1743, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" + "Rank": 3, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 4, "Id": 1744, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" + "Rank": 4, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 1, "Id": 1745, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" + "Rank": 1, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", + "CommandName": "Set-PnPVivaEngageCommunity" }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 2, "Id": 1746, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" + "Rank": 2, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", + "CommandName": "Set-PnPVivaEngageCommunity" }, { - "CommandName": "Set-PnPWeb", - "Rank": 1, "Id": 1747, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "Rank": 1, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "CommandName": "Set-PnPWeb" }, { - "CommandName": "Set-PnPWeb", - "Rank": 2, "Id": 1748, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "Rank": 2, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "CommandName": "Set-PnPWeb" }, { - "CommandName": "Set-PnPWeb", - "Rank": 3, "Id": 1749, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "Rank": 3, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "CommandName": "Set-PnPWeb" }, { - "CommandName": "Set-PnPWeb", - "Rank": 4, "Id": 1750, - "Command": "Set-PnPWeb -NoCrawl:$true" + "Rank": 4, + "Command": "Set-PnPWeb -NoCrawl:$true", + "CommandName": "Set-PnPWeb" }, { - "CommandName": "Set-PnPWebHeader", - "Rank": 1, "Id": 1751, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" + "Rank": 1, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", + "CommandName": "Set-PnPWebHeader" }, { - "CommandName": "Set-PnPWebHeader", - "Rank": 2, "Id": 1752, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "Rank": 2, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "CommandName": "Set-PnPWebHeader" }, { - "CommandName": "Set-PnPWebHeader", - "Rank": 3, "Id": 1753, - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "Rank": 3, + "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "CommandName": "Set-PnPWebHeader" }, { - "CommandName": "Set-PnPWebhookSubscription", - "Rank": 1, "Id": 1754, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Rank": 1, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", + "CommandName": "Set-PnPWebhookSubscription" }, { - "CommandName": "Set-PnPWebhookSubscription", - "Rank": 2, "Id": 1755, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Rank": 2, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "CommandName": "Set-PnPWebhookSubscription" }, { - "CommandName": "Set-PnPWebPartProperty", - "Rank": 1, "Id": 1756, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" + "Rank": 1, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", + "CommandName": "Set-PnPWebPartProperty" }, { - "CommandName": "Set-PnPWebPermission", - "Rank": 1, "Id": 1757, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Rank": 1, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", + "CommandName": "Set-PnPWebPermission" }, { - "CommandName": "Set-PnPWebPermission", - "Rank": 2, "Id": 1758, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "Rank": 2, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "CommandName": "Set-PnPWebPermission" }, { - "CommandName": "Set-PnPWebPermission", - "Rank": 3, "Id": 1759, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Rank": 3, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", + "CommandName": "Set-PnPWebPermission" }, { - "CommandName": "Set-PnPWebPermission", - "Rank": 4, "Id": 1760, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" + "Rank": 4, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", + "CommandName": "Set-PnPWebPermission" }, { - "CommandName": "Set-PnPWebTheme", - "Rank": 1, "Id": 1761, - "Command": "Set-PnPWebTheme -Theme MyTheme" + "Rank": 1, + "Command": "Set-PnPWebTheme -Theme MyTheme", + "CommandName": "Set-PnPWebTheme" }, { - "CommandName": "Set-PnPWebTheme", - "Rank": 2, "Id": 1762, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" + "Rank": 2, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", + "CommandName": "Set-PnPWebTheme" }, { - "CommandName": "Set-PnPWikiPageContent", - "Rank": 1, "Id": 1763, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" + "Rank": 1, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", + "CommandName": "Set-PnPWikiPageContent" }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 1, "Id": 1764, - "Command": "Start-PnPEnterpriseAppInsightsReport" + "Rank": 1, + "Command": "Start-PnPEnterpriseAppInsightsReport", + "CommandName": "Start-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 2, "Id": 1765, - "Command": "Start-PnPEnterpriseAppInsightsReport 28" + "Rank": 2, + "Command": "Start-PnPEnterpriseAppInsightsReport 28", + "CommandName": "Start-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Start-PnPTraceLog", - "Rank": 1, "Id": 1766, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" + "Rank": 1, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", + "CommandName": "Start-PnPTraceLog" }, { - "CommandName": "Start-PnPTraceLog", - "Rank": 2, "Id": 1767, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" + "Rank": 2, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", + "CommandName": "Start-PnPTraceLog" }, { - "CommandName": "Start-PnPTraceLog", - "Rank": 3, "Id": 1768, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" + "Rank": 3, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", + "CommandName": "Start-PnPTraceLog" }, { - "CommandName": "Start-PnPTraceLog", - "Rank": 4, "Id": 1769, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" + "Rank": 4, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", + "CommandName": "Start-PnPTraceLog" }, { - "CommandName": "Stop-PnPFlowRun", - "Rank": 1, "Id": 1770, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 1, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "CommandName": "Stop-PnPFlowRun" }, { - "CommandName": "Stop-PnPFlowRun", - "Rank": 2, "Id": 1771, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" + "Rank": 2, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", + "CommandName": "Stop-PnPFlowRun" }, { - "CommandName": "Stop-PnPTraceLog", - "Rank": 1, "Id": 1772, - "Command": "Stop-PnPTraceLog" + "Rank": 1, + "Command": "Stop-PnPTraceLog", + "CommandName": "Stop-PnPTraceLog" }, { - "CommandName": "Stop-PnPTraceLog", - "Rank": 2, "Id": 1773, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" + "Rank": 2, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", + "CommandName": "Stop-PnPTraceLog" }, { - "CommandName": "Submit-PnPSearchQuery", - "Rank": 1, "Id": 1774, - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "Rank": 1, + "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "CommandName": "Submit-PnPSearchQuery" }, { - "CommandName": "Submit-PnPSearchQuery", - "Rank": 2, "Id": 1775, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "Rank": 2, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "CommandName": "Submit-PnPSearchQuery" }, { - "CommandName": "Submit-PnPSearchQuery", - "Rank": 3, "Id": 1776, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "Rank": 3, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "CommandName": "Submit-PnPSearchQuery" }, { - "CommandName": "Submit-PnPSearchQuery", - "Rank": 4, "Id": 1777, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" + "Rank": 4, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", + "CommandName": "Submit-PnPSearchQuery" }, { - "CommandName": "Submit-PnPSearchQuery", - "Rank": 5, "Id": 1778, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" + "Rank": 5, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", + "CommandName": "Submit-PnPSearchQuery" }, { - "CommandName": "Submit-PnPSearchQuery", - "Rank": 6, "Id": 1779, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" + "Rank": 6, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", + "CommandName": "Submit-PnPSearchQuery" }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 1, "Id": 1780, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" + "Rank": 1, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", + "CommandName": "Submit-PnPTeamsChannelMessage" }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 2, "Id": 1781, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" + "Rank": 2, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", + "CommandName": "Submit-PnPTeamsChannelMessage" }, { - "CommandName": "Sync-PnPAppToTeams", - "Rank": 1, "Id": 1782, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Sync-PnPAppToTeams" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 1, "Id": 1783, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "Rank": 1, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 2, "Id": 1784, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" + "Rank": 2, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 3, "Id": 1785, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" + "Rank": 3, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" }, { - "CommandName": "Test-PnPListItemIsRecord", - "Rank": 1, "Id": 1786, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "CommandName": "Test-PnPListItemIsRecord" }, { - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Rank": 1, "Id": 1787, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "Rank": 1, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed" }, { - "CommandName": "Test-PnPSite", - "Rank": 1, "Id": 1788, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "CommandName": "Test-PnPSite" }, { - "CommandName": "Test-PnPSite", - "Rank": 2, "Id": 1789, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Rank": 2, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "CommandName": "Test-PnPSite" }, { - "CommandName": "Test-PnPTenantTemplate", - "Rank": 1, "Id": 1790, - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "Rank": 1, + "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "CommandName": "Test-PnPTenantTemplate" }, { - "CommandName": "Undo-PnPFileCheckedOut", - "Rank": 1, "Id": 1791, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" + "Rank": 1, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", + "CommandName": "Undo-PnPFileCheckedOut" }, { - "CommandName": "Uninstall-PnPApp", - "Rank": 1, "Id": 1792, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Uninstall-PnPApp" }, { - "CommandName": "Uninstall-PnPApp", - "Rank": 2, "Id": 1793, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Uninstall-PnPApp" }, { - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Rank": 1, "Id": 1794, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" + "Rank": 1, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile" }, { - "CommandName": "Unpublish-PnPApp", - "Rank": 1, "Id": 1795, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Unpublish-PnPApp" }, { - "CommandName": "Unpublish-PnPApp", - "Rank": 2, "Id": 1796, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Unpublish-PnPApp" }, { - "CommandName": "Unpublish-PnPContentType", - "Rank": 1, "Id": 1797, - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "CommandName": "Unpublish-PnPContentType" }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 1, "Id": 1798, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Rank": 1, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "CommandName": "Unpublish-PnPSyntexModel" }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 2, "Id": 1799, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Rank": 2, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "CommandName": "Unpublish-PnPSyntexModel" }, { - "CommandName": "Unregister-PnPHubSite", - "Rank": 1, "Id": 1800, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Rank": 1, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "CommandName": "Unregister-PnPHubSite" }, { - "CommandName": "Update-PnPApp", - "Rank": 1, "Id": 1801, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Update-PnPApp" }, { - "CommandName": "Update-PnPApp", - "Rank": 2, "Id": 1802, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Update-PnPApp" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 1, "Id": 1803, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 1, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 2, "Id": 1804, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "Rank": 2, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 3, "Id": 1805, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Rank": 3, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 1, "Id": 1806, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "Rank": 1, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "CommandName": "Update-PnPSiteDesignFromWeb" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 2, "Id": 1807, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Rank": 2, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "CommandName": "Update-PnPSiteDesignFromWeb" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 3, "Id": 1808, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" + "Rank": 3, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", + "CommandName": "Update-PnPSiteDesignFromWeb" }, { - "CommandName": "Update-PnPTeamsApp", - "Rank": 1, "Id": 1809, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" + "Rank": 1, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", + "CommandName": "Update-PnPTeamsApp" }, { - "CommandName": "Update-PnPTeamsUser", - "Rank": 1, "Id": 1810, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 1, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "CommandName": "Update-PnPTeamsUser" }, { - "CommandName": "Update-PnPTeamsUser", - "Rank": 2, "Id": 1811, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Rank": 2, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "CommandName": "Update-PnPTeamsUser" }, { - "CommandName": "Update-PnPTeamsUser", - "Rank": 3, "Id": 1812, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + "Rank": 3, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", + "CommandName": "Update-PnPTeamsUser" }, { - "CommandName": "Update-PnPTodoList", - "Rank": 1, "Id": 1813, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + "Rank": 1, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", + "CommandName": "Update-PnPTodoList" }, { - "CommandName": "Update-PnPTodoList", - "Rank": 2, "Id": 1814, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + "Rank": 2, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", + "CommandName": "Update-PnPTodoList" }, { - "CommandName": "Update-PnPUserType", - "Rank": 1, "Id": 1815, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "Rank": 1, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "CommandName": "Update-PnPUserType" }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 1, "Id": 1816, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Rank": 1, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "CommandName": "Use-PnPBrandCenterFontPackage" }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 2, "Id": 1817, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" + "Rank": 2, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", + "CommandName": "Use-PnPBrandCenterFontPackage" }, { - "CommandName": "Write-PnPTraceLog", - "Rank": 1, "Id": 1818, - "Command": "Write-PnPTraceLog \"Hello World\"" + "Rank": 1, + "Command": "Write-PnPTraceLog \"Hello World\"", + "CommandName": "Write-PnPTraceLog" }, { - "CommandName": "Write-PnPTraceLog", - "Rank": 2, "Id": 1819, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" + "Rank": 2, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", + "CommandName": "Write-PnPTraceLog" }, { - "CommandName": "Write-PnPTraceLog", - "Rank": 3, "Id": 1820, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" + "Rank": 3, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", + "CommandName": "Write-PnPTraceLog" }, { - "CommandName": "Write-PnPTraceLog", - "Rank": 4, "Id": 1821, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" + "Rank": 4, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", + "CommandName": "Write-PnPTraceLog" } ] diff --git a/version.json b/version.json index e59fc1cfb..ee8ab8cee 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.103", - "Message": "" + "Message": "", + "Version": "3.1.104" } \ No newline at end of file diff --git a/version.txt b/version.txt index 751aea2c9..8d891733b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.103 \ No newline at end of file +3.1.104 \ No newline at end of file From e4f51fd38776c618305f63e6a85c6669746bdf02 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Thu, 31 Jul 2025 03:12:39 +0000 Subject: [PATCH 05/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 2 +- version.txt | 2 +- 4 files changed, 5468 insertions(+), 5468 deletions(-) diff --git a/dependencies.json b/dependencies.json index cbe69cade..451b3851b 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250730-031002", + "Updated": "20250731-030921", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "6632e81789b8b1d2e0750dd3e88db9f8292ccd9f", - "PnPCore": "00addac986d5b4b644641302325e43ed3a167eaa" + "PnPFramework": "46cd35c344d962a86b408a101d9358beb9e2d2b4", + "PnPCore": "26f892ff5a13ebb96b1e65647d5137454c89afaa" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 2960fcd6a..6bd76fa45 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Id": 1, "Rank": 1, - "Command": "Add-PnPAlert -List \"Demo List\"", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Id": 1, + "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "Id": 2, "Rank": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Id": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "Id": 3, "Rank": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Id": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 4, "Rank": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Id": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "Id": 5, "Rank": 1, - "Command": "Add-PnPApp -Path ./myapp.sppkg", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Id": 5, + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Id": 6, "Rank": 2, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Id": 6, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Id": 7, "Rank": 3, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Id": 7, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Id": 8, "Rank": 4, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Id": 8, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "Id": 9, "Rank": 1, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", - "CommandName": "Add-PnPApplicationCustomizer" + "CommandName": "Add-PnPApplicationCustomizer", + "Id": 9, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "Id": 10, "Rank": 1, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "CommandName": "Add-PnPAvailableSiteClassification" + "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 10, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Id": 11, "Rank": 2, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "CommandName": "Add-PnPAvailableSiteClassification" + "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 11, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Id": 12, "Rank": 1, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupMember" + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 12, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 13, "Rank": 2, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupMember" + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 13, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 14, "Rank": 3, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "CommandName": "Add-PnPAzureADGroupMember" + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 14, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Id": 15, "Rank": 1, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 15, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 16, "Rank": 2, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 16, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 17, "Rank": 3, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 17, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Id": 18, "Rank": 1, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole" + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 18, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "Id": 19, "Rank": 2, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole" + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 19, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Id": 20, "Rank": 1, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", - "CommandName": "Add-PnPBrandCenterFont" + "CommandName": "Add-PnPBrandCenterFont", + "Id": 20, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "Id": 21, "Rank": 2, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", - "CommandName": "Add-PnPBrandCenterFont" + "CommandName": "Add-PnPBrandCenterFont", + "Id": 21, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "Id": 22, "Rank": 1, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", - "CommandName": "Add-PnPBrandCenterFontPackage" + "CommandName": "Add-PnPBrandCenterFontPackage", + "Id": 22, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "Id": 23, "Rank": 1, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Id": 23, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "Id": 24, "Rank": 2, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Id": 24, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "Id": 25, "Rank": 3, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Id": 25, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "Id": 26, "Rank": 4, - "Command": "Add-PnPContentType -Name \"Project Item\"", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Id": 26, + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "Id": 27, "Rank": 5, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Id": 27, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "Id": 28, "Rank": 1, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "CommandName": "Add-PnPContentTypesFromContentTypeHub" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 28, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Id": 29, "Rank": 2, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "CommandName": "Add-PnPContentTypesFromContentTypeHub" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 29, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Id": 30, "Rank": 1, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Add-PnPContentTypeToDocumentSet" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 30, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Id": 31, "Rank": 2, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Add-PnPContentTypeToDocumentSet" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 31, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Id": 32, "Rank": 1, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "CommandName": "Add-PnPContentTypeToList" + "CommandName": "Add-PnPContentTypeToList", + "Id": 32, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "Id": 33, "Rank": 1, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "CommandName": "Add-PnPCustomAction" + "CommandName": "Add-PnPCustomAction", + "Id": 33, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Id": 34, "Rank": 1, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "CommandName": "Add-PnPDataRowsToSiteTemplate" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 34, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Id": 35, "Rank": 2, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "CommandName": "Add-PnPDataRowsToSiteTemplate" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 35, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Id": 36, "Rank": 1, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "CommandName": "Add-PnPDocumentSet" + "CommandName": "Add-PnPDocumentSet", + "Id": 36, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Id": 37, "Rank": 2, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", - "CommandName": "Add-PnPDocumentSet" + "CommandName": "Add-PnPDocumentSet", + "Id": 37, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "Id": 38, "Rank": 1, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Id": 38, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "Id": 39, "Rank": 2, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Id": 39, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "Id": 40, "Rank": 3, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Id": 40, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "Id": 41, "Rank": 4, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Id": 41, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "Id": 42, "Rank": 1, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Id": 42, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "Id": 43, "Rank": 2, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Id": 43, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "Id": 44, "Rank": 3, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Id": 44, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "Id": 45, "Rank": 4, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Id": 45, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "Id": 46, "Rank": 5, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Id": 46, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "Id": 47, "Rank": 6, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Id": 47, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Id": 48, "Rank": 1, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Add-PnPFieldToContentType" + "CommandName": "Add-PnPFieldToContentType", + "Id": 48, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Id": 49, "Rank": 1, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 49, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Id": 50, "Rank": 2, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 50, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Id": 51, "Rank": 3, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 51, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 52, "Rank": 4, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 52, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 53, "Rank": 5, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 53, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 54, "Rank": 6, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 54, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "Id": 55, "Rank": 7, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 55, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Id": 56, "Rank": 8, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Id": 56, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Id": 57, "Rank": 1, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Add-PnPFileAnonymousSharingLink" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 57, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 58, "Rank": 2, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", - "CommandName": "Add-PnPFileAnonymousSharingLink" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 58, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "Id": 59, "Rank": 3, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFileAnonymousSharingLink" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 59, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Id": 60, "Rank": 1, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Add-PnPFileOrganizationalSharingLink" + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Id": 60, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 61, "Rank": 2, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", - "CommandName": "Add-PnPFileOrganizationalSharingLink" + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Id": 61, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "Id": 62, "Rank": 1, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "CommandName": "Add-PnPFileSensitivityLabel" + "CommandName": "Add-PnPFileSensitivityLabel", + "Id": 62, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Id": 63, "Rank": 2, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "CommandName": "Add-PnPFileSensitivityLabel" + "CommandName": "Add-PnPFileSensitivityLabel", + "Id": 63, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Id": 64, "Rank": 1, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "CommandName": "Add-PnPFileSharingInvite" + "CommandName": "Add-PnPFileSharingInvite", + "Id": 64, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Id": 65, "Rank": 2, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "CommandName": "Add-PnPFileSharingInvite" + "CommandName": "Add-PnPFileSharingInvite", + "Id": 65, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Id": 66, "Rank": 3, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFileSharingInvite" + "CommandName": "Add-PnPFileSharingInvite", + "Id": 66, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Id": 67, "Rank": 1, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 67, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "Id": 68, "Rank": 2, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 68, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "Id": 69, "Rank": 3, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 69, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "Id": 70, "Rank": 4, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 70, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Id": 71, "Rank": 5, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 71, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Id": 72, "Rank": 1, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFileUserSharingLink" + "CommandName": "Add-PnPFileUserSharingLink", + "Id": 72, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 73, "Rank": 2, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFileUserSharingLink" + "CommandName": "Add-PnPFileUserSharingLink", + "Id": 73, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 74, "Rank": 1, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Id": 74, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "Id": 75, "Rank": 2, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Id": 75, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "Id": 76, "Rank": 3, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Id": 76, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "Id": 77, "Rank": 4, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Id": 77, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "Id": 78, "Rank": 1, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Id": 78, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Id": 79, "Rank": 2, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Id": 79, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Id": 80, "Rank": 3, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Id": 80, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Id": 81, "Rank": 1, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Add-PnPFolderAnonymousSharingLink" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 81, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 82, "Rank": 2, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", - "CommandName": "Add-PnPFolderAnonymousSharingLink" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 82, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "Id": 83, "Rank": 3, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFolderAnonymousSharingLink" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 83, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Id": 84, "Rank": 1, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Add-PnPFolderOrganizationalSharingLink" + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Id": 84, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 85, "Rank": 2, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", - "CommandName": "Add-PnPFolderOrganizationalSharingLink" + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Id": 85, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "Id": 86, "Rank": 1, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "CommandName": "Add-PnPFolderSharingInvite" + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 86, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Id": 87, "Rank": 2, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "CommandName": "Add-PnPFolderSharingInvite" + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 87, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Id": 88, "Rank": 3, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFolderSharingInvite" + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 88, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Id": 89, "Rank": 1, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFolderUserSharingLink" + "CommandName": "Add-PnPFolderUserSharingLink", + "Id": 89, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 90, "Rank": 2, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFolderUserSharingLink" + "CommandName": "Add-PnPFolderUserSharingLink", + "Id": 90, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 91, "Rank": 1, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Add-PnPGroupMember" + "CommandName": "Add-PnPGroupMember", + "Id": 91, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Id": 92, "Rank": 2, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "CommandName": "Add-PnPGroupMember" + "CommandName": "Add-PnPGroupMember", + "Id": 92, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Id": 93, "Rank": 1, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Add-PnPHomeSite" + "CommandName": "Add-PnPHomeSite", + "Id": 93, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Id": 94, "Rank": 1, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "CommandName": "Add-PnPHtmlPublishingPageLayout" + "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Id": 94, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Id": 95, "Rank": 1, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", - "CommandName": "Add-PnPHubSiteAssociation" + "CommandName": "Add-PnPHubSiteAssociation", + "Id": 95, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "Id": 96, "Rank": 1, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "CommandName": "Add-PnPHubToHubAssociation" + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 96, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "Id": 97, "Rank": 2, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", - "CommandName": "Add-PnPHubToHubAssociation" + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 97, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "Id": 98, "Rank": 3, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", - "CommandName": "Add-PnPHubToHubAssociation" + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 98, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "Id": 99, "Rank": 1, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptBlock" + "CommandName": "Add-PnPJavaScriptBlock", + "Id": 99, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Id": 100, "Rank": 2, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "CommandName": "Add-PnPJavaScriptBlock" + "CommandName": "Add-PnPJavaScriptBlock", + "Id": 100, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Id": 101, "Rank": 1, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptLink" + "CommandName": "Add-PnPJavaScriptLink", + "Id": 101, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "Id": 102, "Rank": 2, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "CommandName": "Add-PnPJavaScriptLink" + "CommandName": "Add-PnPJavaScriptLink", + "Id": 102, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "Id": 103, "Rank": 1, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "CommandName": "Add-PnPListDesign" + "CommandName": "Add-PnPListDesign", + "Id": 103, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "Id": 104, "Rank": 2, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", - "CommandName": "Add-PnPListDesign" + "CommandName": "Add-PnPListDesign", + "Id": 104, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "Id": 105, "Rank": 1, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 105, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Id": 106, "Rank": 2, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 106, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Id": 107, "Rank": 3, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 107, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Id": 108, "Rank": 1, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Id": 108, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 109, "Rank": 2, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Id": 109, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 110, "Rank": 3, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Id": 110, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "Id": 111, "Rank": 4, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Id": 111, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "Id": 112, "Rank": 5, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Id": 112, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "Id": 113, "Rank": 1, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Id": 113, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "Id": 114, "Rank": 2, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Id": 114, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "Id": 115, "Rank": 3, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Id": 115, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Id": 116, "Rank": 1, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "CommandName": "Add-PnPListItemComment" + "CommandName": "Add-PnPListItemComment", + "Id": 116, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "Id": 117, "Rank": 1, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "CommandName": "Add-PnPMasterPage" + "CommandName": "Add-PnPMasterPage", + "Id": 117, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "Id": 118, "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupMember" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 118, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 119, "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupMember" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 119, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 120, "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupOwner" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 120, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 121, "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupOwner" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 121, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 122, "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 122, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "Id": 123, "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 123, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Id": 124, "Rank": 3, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", - "CommandName": "Add-PnPMicrosoft365GroupToSite" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 124, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "Id": 125, "Rank": 1, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 125, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "Id": 126, "Rank": 2, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 126, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "Id": 127, "Rank": 3, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 127, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "Id": 128, "Rank": 4, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 128, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "Id": 129, "Rank": 5, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 129, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Id": 130, "Rank": 6, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 130, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Id": 131, "Rank": 7, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 131, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "Id": 132, "Rank": 8, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Id": 132, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "Id": 133, "Rank": 1, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 133, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "Id": 134, "Rank": 2, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 134, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Id": 135, "Rank": 3, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 135, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Id": 136, "Rank": 1, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "CommandName": "Add-PnPOrgNewsSite" + "CommandName": "Add-PnPOrgNewsSite", + "Id": 136, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Id": 137, "Rank": 1, - "Command": "Add-PnPPage -Name \"NewPage\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 137, + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Id": 138, "Rank": 2, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 138, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Id": 139, "Rank": 3, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 139, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Id": 140, "Rank": 4, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 140, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Id": 141, "Rank": 5, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 141, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Id": 142, "Rank": 6, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 142, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Id": 143, "Rank": 7, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 143, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Id": 144, "Rank": 8, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 144, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Id": 145, "Rank": 9, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 145, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Id": 146, "Rank": 10, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Id": 146, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Id": 147, "Rank": 1, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "CommandName": "Add-PnPPageImageWebPart" + "CommandName": "Add-PnPPageImageWebPart", + "Id": 147, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "Id": 148, "Rank": 2, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "CommandName": "Add-PnPPageImageWebPart" + "CommandName": "Add-PnPPageImageWebPart", + "Id": 148, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "Id": 149, "Rank": 1, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "CommandName": "Add-PnPPageSection" + "CommandName": "Add-PnPPageSection", + "Id": 149, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Id": 150, "Rank": 2, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "CommandName": "Add-PnPPageSection" + "CommandName": "Add-PnPPageSection", + "Id": 150, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Id": 151, "Rank": 1, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Id": 151, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Id": 152, "Rank": 2, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Id": 152, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "Id": 153, "Rank": 3, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Id": 153, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "Id": 154, "Rank": 1, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Id": 154, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Id": 155, "Rank": 2, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Id": 155, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Id": 156, "Rank": 3, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Id": 156, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Id": 157, "Rank": 1, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket" + "CommandName": "Add-PnPPlannerBucket", + "Id": 157, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Id": 158, "Rank": 2, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket" + "CommandName": "Add-PnPPlannerBucket", + "Id": 158, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Id": 159, "Rank": 1, - "Command": "Add-PnPPlannerRoster", - "CommandName": "Add-PnPPlannerRoster" + "CommandName": "Add-PnPPlannerRoster", + "Id": 159, + "Command": "Add-PnPPlannerRoster" }, { - "Id": 160, "Rank": 1, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPPlannerRosterMember" + "CommandName": "Add-PnPPlannerRosterMember", + "Id": 160, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 161, "Rank": 1, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Id": 161, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 162, "Rank": 2, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Id": 162, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 163, "Rank": 3, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Id": 163, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 164, "Rank": 1, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Add-PnPPublishingImageRendition" + "CommandName": "Add-PnPPublishingImageRendition", + "Id": 164, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Id": 165, "Rank": 1, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "CommandName": "Add-PnPPublishingPage" + "CommandName": "Add-PnPPublishingPage", + "Id": 165, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "Id": 166, "Rank": 2, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "CommandName": "Add-PnPPublishingPage" + "CommandName": "Add-PnPPublishingPage", + "Id": 166, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "Id": 167, "Rank": 1, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "CommandName": "Add-PnPPublishingPageLayout" + "CommandName": "Add-PnPPublishingPageLayout", + "Id": 167, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Id": 168, "Rank": 1, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Id": 168, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Id": 169, "Rank": 2, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Id": 169, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Id": 170, "Rank": 3, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Id": 170, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Id": 171, "Rank": 1, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 171, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 172, "Rank": 2, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 172, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 173, "Rank": 3, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 173, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "Id": 174, "Rank": 1, - "Command": "Add-PnPSiteCollectionAppCatalog", - "CommandName": "Add-PnPSiteCollectionAppCatalog" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 174, + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Id": 175, "Rank": 2, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Add-PnPSiteCollectionAppCatalog" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 175, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Id": 176, "Rank": 1, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", - "CommandName": "Add-PnPSiteDesign" + "CommandName": "Add-PnPSiteDesign", + "Id": 176, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "Id": 177, "Rank": 2, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "CommandName": "Add-PnPSiteDesign" + "CommandName": "Add-PnPSiteDesign", + "Id": 177, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "Id": 178, "Rank": 3, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "CommandName": "Add-PnPSiteDesign" + "CommandName": "Add-PnPSiteDesign", + "Id": 178, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Id": 179, "Rank": 1, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "CommandName": "Add-PnPSiteDesignFromWeb" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 179, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "Id": 180, "Rank": 2, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Add-PnPSiteDesignFromWeb" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 180, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Id": 181, "Rank": 3, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "CommandName": "Add-PnPSiteDesignFromWeb" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 181, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "Id": 182, "Rank": 1, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Add-PnPSiteDesignTask" + "CommandName": "Add-PnPSiteDesignTask", + "Id": 182, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Id": 183, "Rank": 2, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Add-PnPSiteDesignTask" + "CommandName": "Add-PnPSiteDesignTask", + "Id": 183, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Id": 184, "Rank": 1, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "CommandName": "Add-PnPSiteScript" + "CommandName": "Add-PnPSiteScript", + "Id": 184, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "Id": 185, "Rank": 1, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", - "CommandName": "Add-PnPSiteScriptPackage" + "CommandName": "Add-PnPSiteScriptPackage", + "Id": 185, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Id": 186, "Rank": 1, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "CommandName": "Add-PnPSiteTemplate" + "CommandName": "Add-PnPSiteTemplate", + "Id": 186, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Id": 187, "Rank": 1, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "CommandName": "Add-PnPStoredCredential" + "CommandName": "Add-PnPStoredCredential", + "Id": 187, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "Id": 188, "Rank": 2, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Add-PnPStoredCredential" + "CommandName": "Add-PnPStoredCredential", + "Id": 188, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Id": 189, "Rank": 3, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "CommandName": "Add-PnPStoredCredential" + "CommandName": "Add-PnPStoredCredential", + "Id": 189, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "Id": 190, "Rank": 1, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "CommandName": "Add-PnPTaxonomyField" + "CommandName": "Add-PnPTaxonomyField", + "Id": 190, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Id": 191, "Rank": 2, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "CommandName": "Add-PnPTaxonomyField" + "CommandName": "Add-PnPTaxonomyField", + "Id": 191, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "Id": 192, "Rank": 1, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Id": 192, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Id": 193, "Rank": 2, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Id": 193, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "Id": 194, "Rank": 3, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Id": 194, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "Id": 195, "Rank": 4, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Id": 195, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "Id": 196, "Rank": 1, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", - "CommandName": "Add-PnpTeamsChannelUser" + "CommandName": "Add-PnpTeamsChannelUser", + "Id": 196, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "Id": 197, "Rank": 2, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "CommandName": "Add-PnpTeamsChannelUser" + "CommandName": "Add-PnpTeamsChannelUser", + "Id": 197, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "Id": 198, "Rank": 1, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Id": 198, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "Id": 199, "Rank": 2, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Id": 199, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "Id": 200, "Rank": 3, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Id": 200, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "Id": 201, "Rank": 4, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Id": 201, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "Id": 202, "Rank": 1, - "Command": "Add-PnPTeamsTeam", - "CommandName": "Add-PnPTeamsTeam" + "CommandName": "Add-PnPTeamsTeam", + "Id": 202, + "Command": "Add-PnPTeamsTeam" }, { - "Id": 203, "Rank": 1, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Id": 203, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 204, "Rank": 2, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Id": 204, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Id": 205, "Rank": 3, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Id": 205, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "Id": 206, "Rank": 4, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Id": 206, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Id": 207, "Rank": 1, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Add-PnPTenantCdnOrigin" + "CommandName": "Add-PnPTenantCdnOrigin", + "Id": 207, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Id": 208, "Rank": 1, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 208, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Id": 209, "Rank": 2, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 209, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Id": 210, "Rank": 3, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 210, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Id": 211, "Rank": 1, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequence" + "CommandName": "Add-PnPTenantSequence", + "Id": 211, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Id": 212, "Rank": 1, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequenceSite" + "CommandName": "Add-PnPTenantSequenceSite", + "Id": 212, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Id": 213, "Rank": 1, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "CommandName": "Add-PnPTenantSequenceSubSite" + "CommandName": "Add-PnPTenantSequenceSubSite", + "Id": 213, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Id": 214, "Rank": 1, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "CommandName": "Add-PnPTermToTerm" + "CommandName": "Add-PnPTermToTerm", + "Id": 214, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Id": 215, "Rank": 1, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Id": 215, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "Id": 216, "Rank": 2, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Id": 216, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "Id": 217, "Rank": 3, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Id": 217, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "Id": 218, "Rank": 1, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 218, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 219, "Rank": 2, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 219, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 220, "Rank": 3, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 220, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 221, "Rank": 1, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Id": 221, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Id": 222, "Rank": 2, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Id": 222, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Id": 223, "Rank": 3, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Id": 223, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "Id": 224, "Rank": 1, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage" + "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 224, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "Id": 225, "Rank": 2, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage" + "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 225, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "Id": 226, "Rank": 1, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage" + "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 226, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "Id": 227, "Rank": 2, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage" + "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 227, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "Id": 228, "Rank": 1, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "CommandName": "Add-PnPWikiPage" + "CommandName": "Add-PnPWikiPage", + "Id": 228, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Id": 229, "Rank": 1, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupMember" + "CommandName": "Clear-PnPAzureADGroupMember", + "Id": 229, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Id": 230, "Rank": 1, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupOwner" + "CommandName": "Clear-PnPAzureADGroupOwner", + "Id": 230, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Id": 231, "Rank": 1, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "CommandName": "Clear-PnPDefaultColumnValues" + "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 231, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Id": 232, "Rank": 2, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "CommandName": "Clear-PnPDefaultColumnValues" + "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 232, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Id": 233, "Rank": 1, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Clear-PnPListItemAsRecord" + "CommandName": "Clear-PnPListItemAsRecord", + "Id": 233, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Id": 234, "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupMember" + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Id": 234, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Id": 235, "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupOwner" + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Id": 235, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Id": 236, "Rank": 1, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 236, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Id": 237, "Rank": 2, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 237, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Id": 238, "Rank": 3, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 238, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Id": 239, "Rank": 1, - "Command": "Clear-PnPTenantAppCatalogUrl", - "CommandName": "Clear-PnPTenantAppCatalogUrl" + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Id": 239, + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Id": 240, "Rank": 1, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Clear-PnPTenantRecycleBinItem" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 240, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 241, "Rank": 2, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Clear-PnPTenantRecycleBinItem" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 241, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Id": 242, "Rank": 1, - "Command": "Clear-PnPTraceLog", - "CommandName": "Clear-PnPTraceLog" + "CommandName": "Clear-PnPTraceLog", + "Id": 242, + "Command": "Clear-PnPTraceLog" }, { - "Id": 243, "Rank": 1, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Id": 243, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "Id": 244, "Rank": 1, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Id": 244, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "Id": 245, "Rank": 2, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Id": 245, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "Id": 246, "Rank": 3, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Id": 246, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "Id": 247, "Rank": 4, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Id": 247, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "Id": 248, "Rank": 5, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Id": 248, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Id": 249, "Rank": 6, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Id": 249, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Id": 250, "Rank": 7, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Id": 250, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "Id": 251, "Rank": 1, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "CommandName": "Convert-PnPFolderToSiteTemplate" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 251, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Id": 252, "Rank": 2, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "CommandName": "Convert-PnPFolderToSiteTemplate" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 252, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Id": 253, "Rank": 1, - "Command": "Convert-PnPSiteTemplate -Path template.xml", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Id": 253, + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Id": 254, "Rank": 2, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Id": 254, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Id": 255, "Rank": 3, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Id": 255, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Id": 256, "Rank": 1, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "CommandName": "Convert-PnPSiteTemplateToMarkdown" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 256, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Id": 257, "Rank": 2, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "CommandName": "Convert-PnPSiteTemplateToMarkdown" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 257, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Id": 258, "Rank": 1, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 258, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Id": 259, "Rank": 2, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 259, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Id": 260, "Rank": 3, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 260, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Id": 261, "Rank": 4, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 261, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Id": 262, "Rank": 5, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 262, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 263, "Rank": 6, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 263, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Id": 264, "Rank": 7, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 264, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Id": 265, "Rank": 8, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 265, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Id": 266, "Rank": 9, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 266, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 267, "Rank": 10, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 267, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Id": 268, "Rank": 11, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 268, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "Id": 269, "Rank": 12, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 269, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 270, "Rank": 13, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 270, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 271, "Rank": 14, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Id": 271, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "Id": 272, "Rank": 1, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 272, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 273, "Rank": 2, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 273, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Id": 274, "Rank": 3, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 274, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Id": 275, "Rank": 4, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 275, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 276, "Rank": 5, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 276, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Id": 277, "Rank": 6, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 277, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Id": 278, "Rank": 7, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 278, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Id": 279, "Rank": 8, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 279, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 280, "Rank": 9, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 280, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Id": 281, "Rank": 10, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Id": 281, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Id": 282, "Rank": 1, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 282, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 283, "Rank": 2, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 283, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Id": 284, "Rank": 3, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 284, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Id": 285, "Rank": 4, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 285, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 286, "Rank": 5, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 286, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Id": 287, "Rank": 6, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 287, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Id": 288, "Rank": 7, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 288, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Id": 289, "Rank": 8, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 289, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 290, "Rank": 9, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 290, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Id": 291, "Rank": 10, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 291, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Id": 292, "Rank": 11, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Id": 292, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "Id": 293, "Rank": 1, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "CommandName": "Copy-PnPItemProxy" + "CommandName": "Copy-PnPItemProxy", + "Id": 293, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Id": 294, "Rank": 1, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Id": 294, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Id": 295, "Rank": 2, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Id": 295, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "Id": 296, "Rank": 3, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Id": 296, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "Id": 297, "Rank": 4, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Id": 297, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "Id": 298, "Rank": 1, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "CommandName": "Copy-PnPPage" + "CommandName": "Copy-PnPPage", + "Id": 298, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Id": 299, "Rank": 1, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 299, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "Id": 300, "Rank": 2, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 300, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "Id": 301, "Rank": 3, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 301, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Id": 302, "Rank": 4, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 302, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Id": 303, "Rank": 1, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Id": 303, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 304, "Rank": 2, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Id": 304, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Id": 305, "Rank": 3, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Id": 305, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Id": 306, "Rank": 1, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Disable-PnPFlow" + "CommandName": "Disable-PnPFlow", + "Id": 306, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 307, "Rank": 2, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Disable-PnPFlow" + "CommandName": "Disable-PnPFlow", + "Id": 307, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 308, "Rank": 1, - "Command": "Disable-PnPPageScheduling", - "CommandName": "Disable-PnPPageScheduling" + "CommandName": "Disable-PnPPageScheduling", + "Id": 308, + "Command": "Disable-PnPPageScheduling" }, { - "Id": 309, "Rank": 1, - "Command": "Disable-PnPPowerShellTelemetry", - "CommandName": "Disable-PnPPowerShellTelemetry" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 309, + "Command": "Disable-PnPPowerShellTelemetry" }, { - "Id": 310, "Rank": 2, - "Command": "Disable-PnPPowerShellTelemetry -Force", - "CommandName": "Disable-PnPPowerShellTelemetry" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 310, + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Id": 311, "Rank": 1, - "Command": "Disable-PnPSharingForNonOwnersOfSite", - "CommandName": "Disable-PnPSharingForNonOwnersOfSite" + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Id": 311, + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Id": 312, "Rank": 1, - "Command": "Disable-PnPSiteClassification", - "CommandName": "Disable-PnPSiteClassification" + "CommandName": "Disable-PnPSiteClassification", + "Id": 312, + "Command": "Disable-PnPSiteClassification" }, { - "Id": 313, "Rank": 1, - "Command": "Disconnect-PnPOnline", - "CommandName": "Disconnect-PnPOnline" + "CommandName": "Disconnect-PnPOnline", + "Id": 313, + "Command": "Disconnect-PnPOnline" }, { - "Id": 314, "Rank": 1, - "Command": "Enable-PnPCommSite", - "CommandName": "Enable-PnPCommSite" + "CommandName": "Enable-PnPCommSite", + "Id": 314, + "Command": "Enable-PnPCommSite" }, { - "Id": 315, "Rank": 2, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "CommandName": "Enable-PnPCommSite" + "CommandName": "Enable-PnPCommSite", + "Id": 315, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Id": 316, "Rank": 1, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Id": 316, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 317, "Rank": 2, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Id": 317, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Id": 318, "Rank": 3, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Id": 318, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Id": 319, "Rank": 1, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Enable-PnPFlow" + "CommandName": "Enable-PnPFlow", + "Id": 319, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 320, "Rank": 2, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Enable-PnPFlow" + "CommandName": "Enable-PnPFlow", + "Id": 320, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 321, "Rank": 1, - "Command": "Enable-PnPPageScheduling", - "CommandName": "Enable-PnPPageScheduling" + "CommandName": "Enable-PnPPageScheduling", + "Id": 321, + "Command": "Enable-PnPPageScheduling" }, { - "Id": 322, "Rank": 1, - "Command": "Enable-PnPPowerShellTelemetry", - "CommandName": "Enable-PnPPowerShellTelemetry" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 322, + "Command": "Enable-PnPPowerShellTelemetry" }, { - "Id": 323, "Rank": 2, - "Command": "Enable-PnPPowerShellTelemetry -Force", - "CommandName": "Enable-PnPPowerShellTelemetry" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 323, + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Id": 324, "Rank": 1, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 324, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "Id": 325, "Rank": 2, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 325, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "Id": 326, "Rank": 3, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 326, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "Id": 327, "Rank": 4, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 327, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "Id": 328, "Rank": 1, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "CommandName": "Enable-PnPSiteClassification" + "CommandName": "Enable-PnPSiteClassification", + "Id": 328, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Id": 329, "Rank": 2, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Enable-PnPSiteClassification" + "CommandName": "Enable-PnPSiteClassification", + "Id": 329, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Id": 330, "Rank": 1, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Export-PnPFlow" + "CommandName": "Export-PnPFlow", + "Id": 330, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 331, "Rank": 2, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Export-PnPFlow" + "CommandName": "Export-PnPFlow", + "Id": 331, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 332, "Rank": 1, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "CommandName": "Export-PnPListToSiteTemplate" + "CommandName": "Export-PnPListToSiteTemplate", + "Id": 332, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Id": 333, "Rank": 2, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "CommandName": "Export-PnPListToSiteTemplate" + "CommandName": "Export-PnPListToSiteTemplate", + "Id": 333, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Id": 334, "Rank": 1, - "Command": "Export-PnPPage -Identity Home.aspx", - "CommandName": "Export-PnPPage" + "CommandName": "Export-PnPPage", + "Id": 334, + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Id": 335, "Rank": 2, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", - "CommandName": "Export-PnPPage" + "CommandName": "Export-PnPPage", + "Id": 335, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "Id": 336, "Rank": 1, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping" + "CommandName": "Export-PnPPageMapping", + "Id": 336, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "Id": 337, "Rank": 2, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping" + "CommandName": "Export-PnPPageMapping", + "Id": 337, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "Id": 338, "Rank": 3, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping" + "CommandName": "Export-PnPPageMapping", + "Id": 338, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "Id": 339, "Rank": 1, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", - "CommandName": "Export-PnPPowerApp" + "CommandName": "Export-PnPPowerApp", + "Id": 339, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "Id": 340, "Rank": 2, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", - "CommandName": "Export-PnPPowerApp" + "CommandName": "Export-PnPPowerApp", + "Id": 340, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "Id": 341, "Rank": 1, - "Command": "Export-PnPTaxonomy", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Id": 341, + "Command": "Export-PnPTaxonomy" }, { - "Id": 342, "Rank": 2, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Id": 342, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Id": 343, "Rank": 3, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Id": 343, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "Id": 344, "Rank": 4, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Id": 344, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Id": 345, "Rank": 1, - "Command": "Export-PnPTermGroupToXml", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Id": 345, + "Command": "Export-PnPTermGroupToXml" }, { - "Id": 346, "Rank": 2, - "Command": "Export-PnPTermGroupToXml -Out output.xml", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Id": 346, + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Id": 347, "Rank": 3, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Id": 347, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Id": 348, "Rank": 1, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Export-PnPUserInfo" + "CommandName": "Export-PnPUserInfo", + "Id": 348, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Id": 349, "Rank": 2, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserInfo" + "CommandName": "Export-PnPUserInfo", + "Id": 349, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Id": 350, "Rank": 1, - "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Export-PnPUserProfile" + "CommandName": "Export-PnPUserProfile", + "Id": 350, + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Id": 351, "Rank": 2, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserProfile" + "CommandName": "Export-PnPUserProfile", + "Id": 351, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Id": 352, "Rank": 1, - "Command": "Find-PnPFile -Match *.master", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Id": 352, + "Command": "Find-PnPFile -Match *.master" }, { - "Id": 353, "Rank": 2, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Id": 353, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Id": 354, "Rank": 3, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Id": 354, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Id": 355, "Rank": 1, - "Command": "Get-PnPAccessToken", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Id": 355, + "Command": "Get-PnPAccessToken" }, { - "Id": 356, "Rank": 2, - "Command": "Get-PnPAccessToken -Decoded", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Id": 356, + "Command": "Get-PnPAccessToken -Decoded" }, { - "Id": 357, "Rank": 3, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Id": 357, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Id": 358, "Rank": 4, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Id": 358, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Id": 359, "Rank": 5, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Id": 359, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Id": 360, "Rank": 6, - "Command": "Get-PnPAccessToken -ListPermissionScopes", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Id": 360, + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "Id": 361, "Rank": 1, - "Command": "Get-PnPAlert", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Id": 361, + "Command": "Get-PnPAlert" }, { - "Id": 362, "Rank": 2, - "Command": "Get-PnPAlert -List \"Demo List\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Id": 362, + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Id": 363, "Rank": 3, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Id": 363, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 364, "Rank": 4, - "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Id": 364, + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Id": 365, "Rank": 5, - "Command": "Get-PnPAlert -AllUsers", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Id": 365, + "Command": "Get-PnPAlert -AllUsers" }, { - "Id": 366, "Rank": 6, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Id": 366, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Id": 367, "Rank": 1, - "Command": "Get-PnPApp", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Id": 367, + "Command": "Get-PnPApp" }, { - "Id": 368, "Rank": 2, - "Command": "Get-PnPApp -Scope Site", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Id": 368, + "Command": "Get-PnPApp -Scope Site" }, { - "Id": 369, "Rank": 3, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Id": 369, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 370, "Rank": 1, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "CommandName": "Get-PnPAppErrors" + "CommandName": "Get-PnPAppErrors", + "Id": 370, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Id": 371, "Rank": 2, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "CommandName": "Get-PnPAppErrors" + "CommandName": "Get-PnPAppErrors", + "Id": 371, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Id": 372, "Rank": 1, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Id": 372, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Id": 373, "Rank": 2, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Id": 373, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 374, "Rank": 3, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Id": 374, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Id": 375, "Rank": 1, - "Command": "Get-PnPApplicationCustomizer", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 375, + "Command": "Get-PnPApplicationCustomizer" }, { - "Id": 376, "Rank": 2, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 376, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 377, "Rank": 3, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 377, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Id": 378, "Rank": 1, - "Command": "Get-PnPAuditing", - "CommandName": "Get-PnPAuditing" + "CommandName": "Get-PnPAuditing", + "Id": 378, + "Command": "Get-PnPAuditing" }, { - "Id": 379, "Rank": 1, - "Command": "Get-PnPAuthenticationRealm", - "CommandName": "Get-PnPAuthenticationRealm" + "CommandName": "Get-PnPAuthenticationRealm", + "Id": 379, + "Command": "Get-PnPAuthenticationRealm" }, { - "Id": 380, "Rank": 2, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "CommandName": "Get-PnPAuthenticationRealm" + "CommandName": "Get-PnPAuthenticationRealm", + "Id": 380, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Id": 381, "Rank": 1, - "Command": "Get-PnPAvailableLanguage", - "CommandName": "Get-PnPAvailableLanguage" + "CommandName": "Get-PnPAvailableLanguage", + "Id": 381, + "Command": "Get-PnPAvailableLanguage" }, { - "Id": 382, "Rank": 1, - "Command": "Get-PnPAvailableSensitivityLabel", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 382, + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Id": 383, "Rank": 2, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 383, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Id": 384, "Rank": 3, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 384, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Id": 385, "Rank": 1, - "Command": "Get-PnPAvailableSiteClassification", - "CommandName": "Get-PnPAvailableSiteClassification" + "CommandName": "Get-PnPAvailableSiteClassification", + "Id": 385, + "Command": "Get-PnPAvailableSiteClassification" }, { - "Id": 386, "Rank": 1, - "Command": "Get-PnPAzureACSPrincipal", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 386, + "Command": "Get-PnPAzureACSPrincipal" }, { - "Id": 387, "Rank": 2, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 387, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Id": 388, "Rank": 3, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 388, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Id": 389, "Rank": 4, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 389, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Id": 390, "Rank": 1, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 390, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Id": 391, "Rank": 2, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 391, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "Id": 392, "Rank": 3, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 392, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "Id": 393, "Rank": 1, - "Command": "Get-PnPAzureADActivityReportSignIn", - "CommandName": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 393, + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Id": 394, "Rank": 2, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", - "CommandName": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 394, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "Id": 395, "Rank": 3, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", - "CommandName": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 395, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "Id": 396, "Rank": 1, - "Command": "Get-PnPAzureADApp", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Id": 396, + "Command": "Get-PnPAzureADApp" }, { - "Id": 397, "Rank": 2, - "Command": "Get-PnPAzureADApp -Identity MyApp", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Id": 397, + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Id": 398, "Rank": 3, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Id": 398, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 399, "Rank": 4, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Id": 399, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 400, "Rank": 1, - "Command": "Get-PnPAzureADAppPermission", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 400, + "Command": "Get-PnPAzureADAppPermission" }, { - "Id": 401, "Rank": 2, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 401, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Id": 402, "Rank": 3, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 402, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 403, "Rank": 1, - "Command": "Get-PnPAzureADAppSitePermission", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 403, + "Command": "Get-PnPAzureADAppSitePermission" }, { - "Id": 404, "Rank": 2, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 404, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Id": 405, "Rank": 3, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 405, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Id": 406, "Rank": 4, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 406, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Id": 407, "Rank": 5, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 407, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Id": 408, "Rank": 1, - "Command": "Get-PnPAzureADGroup", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Id": 408, + "Command": "Get-PnPAzureADGroup" }, { - "Id": 409, "Rank": 2, - "Command": "Get-PnPAzureADGroup -Identity $groupId", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Id": 409, + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Id": 410, "Rank": 3, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Id": 410, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Id": 411, "Rank": 4, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Id": 411, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Id": 412, "Rank": 5, - "Command": "Get-PnPAzureADGroup -Identity $group", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Id": 412, + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Id": 413, "Rank": 1, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 413, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Id": 414, "Rank": 2, - "Command": "Get-PnPAzureADGroupMember -Identity $group", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 414, + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Id": 415, "Rank": 3, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 415, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "Id": 416, "Rank": 1, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupOwner" + "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 416, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Id": 417, "Rank": 2, - "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "CommandName": "Get-PnPAzureADGroupOwner" + "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 417, + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Id": 418, "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipal", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 418, + "Command": "Get-PnPAzureADServicePrincipal" }, { - "Id": 419, "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 419, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Id": 420, "Rank": 3, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 420, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Id": 421, "Rank": 4, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 421, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Id": 422, "Rank": 5, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 422, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 423, "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 423, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 424, "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 424, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Id": 425, "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 425, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 426, "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 426, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Id": 427, "Rank": 1, - "Command": "Get-PnPAzureADUser", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 427, + "Command": "Get-PnPAzureADUser" }, { - "Id": 428, "Rank": 2, - "Command": "Get-PnPAzureADUser -EndIndex 50", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 428, + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Id": 429, "Rank": 3, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 429, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Id": 430, "Rank": 4, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 430, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Id": 431, "Rank": 5, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 431, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Id": 432, "Rank": 6, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 432, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Id": 433, "Rank": 7, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 433, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Id": 434, "Rank": 8, - "Command": "Get-PnPAzureADUser -Delta", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 434, + "Command": "Get-PnPAzureADUser -Delta" }, { - "Id": 435, "Rank": 9, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 435, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Id": 436, "Rank": 10, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 436, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Id": 437, "Rank": 1, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Id": 437, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Id": 438, "Rank": 2, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Id": 438, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Id": 439, "Rank": 3, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Id": 439, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Id": 440, "Rank": 1, - "Command": "Get-PnPBrandCenterConfig", - "CommandName": "Get-PnPBrandCenterConfig" + "CommandName": "Get-PnPBrandCenterConfig", + "Id": 440, + "Command": "Get-PnPBrandCenterConfig" }, { - "Id": 441, "Rank": 1, - "Command": "Get-PnPBrandCenterFont", - "CommandName": "Get-PnPBrandCenterFont" + "CommandName": "Get-PnPBrandCenterFont", + "Id": 441, + "Command": "Get-PnPBrandCenterFont" }, { - "Id": 442, "Rank": 1, - "Command": "Get-PnPBrandCenterFontPackage", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 442, + "Command": "Get-PnPBrandCenterFontPackage" }, { - "Id": 443, "Rank": 2, - "Command": "Get-PnPBrandCenterFontPackage -Store Site", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 443, + "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "Id": 444, "Rank": 3, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 444, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "Id": 445, "Rank": 4, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 445, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Id": 446, "Rank": 1, - "Command": "Get-PnPBrowserIdleSignout", - "CommandName": "Get-PnPBrowserIdleSignout" + "CommandName": "Get-PnPBrowserIdleSignout", + "Id": 446, + "Command": "Get-PnPBrowserIdleSignout" }, { - "Id": 447, "Rank": 1, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 447, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Id": 448, "Rank": 2, - "Command": "Get-PnPBuiltInDesignPackageVisibility", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 448, + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Id": 449, "Rank": 1, - "Command": "Get-PnPBuiltInSiteTemplateSettings", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 449, + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Id": 450, "Rank": 2, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 450, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Id": 451, "Rank": 3, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 451, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Id": 452, "Rank": 4, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 452, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 453, "Rank": 5, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 453, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Id": 454, "Rank": 1, - "Command": "Get-PnPChangeLog", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Id": 454, + "Command": "Get-PnPChangeLog" }, { - "Id": 455, "Rank": 2, - "Command": "Get-PnPChangeLog -Nightly", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Id": 455, + "Command": "Get-PnPChangeLog -Nightly" }, { - "Id": 456, "Rank": 3, - "Command": "Get-PnPChangeLog -Version 2.12.0", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Id": 456, + "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "Id": 457, "Rank": 1, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "CommandName": "Get-PnPCompatibleHubContentTypes" + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 457, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "Id": 458, "Rank": 2, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", - "CommandName": "Get-PnPCompatibleHubContentTypes" + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 458, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Id": 459, "Rank": 1, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", - "CommandName": "Get-PnPContainer" + "CommandName": "Get-PnPContainer", + "Id": 459, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Id": 460, "Rank": 2, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Get-PnPContainer" + "CommandName": "Get-PnPContainer", + "Id": 460, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 461, "Rank": 3, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "CommandName": "Get-PnPContainer" + "CommandName": "Get-PnPContainer", + "Id": 461, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Id": 462, "Rank": 1, - "Command": "Get-PnPContainerType", - "CommandName": "Get-PnPContainerType" + "CommandName": "Get-PnPContainerType", + "Id": 462, + "Command": "Get-PnPContainerType" }, { - "Id": 463, "Rank": 1, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", - "CommandName": "Get-PnPContainerTypeConfiguration" + "CommandName": "Get-PnPContainerTypeConfiguration", + "Id": 463, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Id": 464, "Rank": 1, - "Command": "Get-PnPContentType", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Id": 464, + "Command": "Get-PnPContentType" }, { - "Id": 465, "Rank": 2, - "Command": "Get-PnPContentType -InSiteHierarchy", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Id": 465, + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Id": 466, "Rank": 3, - "Command": "Get-PnPContentType -Identity \"Project Document\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Id": 466, + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Id": 467, "Rank": 4, - "Command": "Get-PnPContentType -List \"Documents\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Id": 467, + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Id": 468, "Rank": 5, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Id": 468, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "Id": 469, "Rank": 1, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "CommandName": "Get-PnPContentTypePublishingStatus" + "CommandName": "Get-PnPContentTypePublishingStatus", + "Id": 469, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Id": 470, "Rank": 1, - "Command": "Get-PnPCopilotAdminLimitedMode", - "CommandName": "Get-PnPCopilotAdminLimitedMode" + "CommandName": "Get-PnPCopilotAdminLimitedMode", + "Id": 470, + "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "Id": 471, "Rank": 1, - "Command": "Get-PnPCopilotAgent", - "CommandName": "Get-PnPCopilotAgent" + "CommandName": "Get-PnPCopilotAgent", + "Id": 471, + "Command": "Get-PnPCopilotAgent" }, { - "Id": 472, "Rank": 2, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", - "CommandName": "Get-PnPCopilotAgent" + "CommandName": "Get-PnPCopilotAgent", + "Id": 472, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "Id": 473, "Rank": 1, - "Command": "Get-PnPCustomAction", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Id": 473, + "Command": "Get-PnPCustomAction" }, { - "Id": 474, "Rank": 2, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Id": 474, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 475, "Rank": 3, - "Command": "Get-PnPCustomAction -Scope web", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Id": 475, + "Command": "Get-PnPCustomAction -Scope web" }, { - "Id": 476, "Rank": 1, - "Command": "Get-PnPDeletedContainer", - "CommandName": "Get-PnPDeletedContainer" + "CommandName": "Get-PnPDeletedContainer", + "Id": 476, + "Command": "Get-PnPDeletedContainer" }, { - "Id": 477, "Rank": 1, - "Command": "Get-PnPDeletedFlow", - "CommandName": "Get-PnPDeletedFlow" + "CommandName": "Get-PnPDeletedFlow", + "Id": 477, + "Command": "Get-PnPDeletedFlow" }, { - "Id": 478, "Rank": 1, - "Command": "Get-PnPDeletedMicrosoft365Group", - "CommandName": "Get-PnPDeletedMicrosoft365Group" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 478, + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Id": 479, "Rank": 2, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Get-PnPDeletedMicrosoft365Group" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 479, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 480, "Rank": 1, - "Command": "Get-PnPDeletedTeam", - "CommandName": "Get-PnPDeletedTeam" + "CommandName": "Get-PnPDeletedTeam", + "Id": 480, + "Command": "Get-PnPDeletedTeam" }, { - "Id": 481, "Rank": 1, - "Command": "Get-PnPDiagnostics", - "CommandName": "Get-PnPDiagnostics" + "CommandName": "Get-PnPDiagnostics", + "Id": 481, + "Command": "Get-PnPDiagnostics" }, { - "Id": 482, "Rank": 1, - "Command": "Get-PnPDisableSpacesActivation", - "CommandName": "Get-PnPDisableSpacesActivation" + "CommandName": "Get-PnPDisableSpacesActivation", + "Id": 482, + "Command": "Get-PnPDisableSpacesActivation" }, { - "Id": 483, "Rank": 1, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "CommandName": "Get-PnPDocumentSetTemplate" + "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 483, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Id": 484, "Rank": 2, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "CommandName": "Get-PnPDocumentSetTemplate" + "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 484, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Id": 485, "Rank": 1, - "Command": "Get-PnPEnterpriseAppInsightsReport", - "CommandName": "Get-PnPEnterpriseAppInsightsReport" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 485, + "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "Id": 486, "Rank": 2, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", - "CommandName": "Get-PnPEnterpriseAppInsightsReport" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 486, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "Id": 487, "Rank": 3, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", - "CommandName": "Get-PnPEnterpriseAppInsightsReport" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 487, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "Id": 488, "Rank": 1, - "Command": "Get-PnPEventReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 488, + "Command": "Get-PnPEventReceiver" }, { - "Id": 489, "Rank": 2, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 489, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 490, "Rank": 3, - "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 490, + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Id": 491, "Rank": 4, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 491, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Id": 492, "Rank": 5, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 492, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 493, "Rank": 6, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 493, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Id": 494, "Rank": 7, - "Command": "Get-PnPEventReceiver -Scope Site", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 494, + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Id": 495, "Rank": 8, - "Command": "Get-PnPEventReceiver -Scope Web", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 495, + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Id": 496, "Rank": 9, - "Command": "Get-PnPEventReceiver -Scope All", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 496, + "Command": "Get-PnPEventReceiver -Scope All" }, { - "Id": 497, "Rank": 1, - "Command": "Get-PnPException", - "CommandName": "Get-PnPException" + "CommandName": "Get-PnPException", + "Id": 497, + "Command": "Get-PnPException" }, { - "Id": 498, "Rank": 2, - "Command": "Get-PnPException -All", - "CommandName": "Get-PnPException" + "CommandName": "Get-PnPException", + "Id": 498, + "Command": "Get-PnPException -All" }, { - "Id": 499, "Rank": 1, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "CommandName": "Get-PnPExternalUser" + "CommandName": "Get-PnPExternalUser", + "Id": 499, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Id": 500, "Rank": 2, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "CommandName": "Get-PnPExternalUser" + "CommandName": "Get-PnPExternalUser", + "Id": 500, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Id": 501, "Rank": 1, - "Command": "Get-PnPFeature", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Id": 501, + "Command": "Get-PnPFeature" }, { - "Id": 502, "Rank": 2, - "Command": "Get-PnPFeature -Scope Site", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Id": 502, + "Command": "Get-PnPFeature -Scope Site" }, { - "Id": 503, "Rank": 3, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Id": 503, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 504, "Rank": 4, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Id": 504, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Id": 505, "Rank": 1, - "Command": "Get-PnPField", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Id": 505, + "Command": "Get-PnPField" }, { - "Id": 506, "Rank": 2, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Id": 506, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Id": 507, "Rank": 3, - "Command": "Get-PnPField -Group \"Custom Columns\"", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Id": 507, + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Id": 508, "Rank": 1, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 508, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 509, "Rank": 2, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 509, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 510, "Rank": 3, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 510, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "Id": 511, "Rank": 4, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 511, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Id": 512, "Rank": 5, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 512, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Id": 513, "Rank": 6, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 513, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "Id": 514, "Rank": 7, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 514, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "Id": 515, "Rank": 8, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Id": 515, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Id": 516, "Rank": 1, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFileAnalyticsData" + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 516, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 517, "Rank": 2, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", - "CommandName": "Get-PnPFileAnalyticsData" + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 517, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "Id": 518, "Rank": 3, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPFileAnalyticsData" + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 518, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 519, "Rank": 1, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", - "CommandName": "Get-PnPFileCheckedOut" + "CommandName": "Get-PnPFileCheckedOut", + "Id": 519, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "Id": 520, "Rank": 1, - "Command": "Get-PnPFileInFolder", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Id": 520, + "Command": "Get-PnPFileInFolder" }, { - "Id": 521, "Rank": 2, - "Command": "Get-PnPFileInFolder -Recurse", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Id": 521, + "Command": "Get-PnPFileInFolder -Recurse" }, { - "Id": 522, "Rank": 3, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Id": 522, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "Id": 523, "Rank": 4, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Id": 523, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Id": 524, "Rank": 5, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Id": 524, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Id": 525, "Rank": 1, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "CommandName": "Get-PnPFileRetentionLabel" + "CommandName": "Get-PnPFileRetentionLabel", + "Id": 525, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Id": 526, "Rank": 1, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "CommandName": "Get-PnPFileSensitivityLabel" + "CommandName": "Get-PnPFileSensitivityLabel", + "Id": 526, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Id": 527, "Rank": 1, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", - "CommandName": "Get-PnPFileSensitivityLabelInfo" + "CommandName": "Get-PnPFileSensitivityLabelInfo", + "Id": 527, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "Id": 528, "Rank": 1, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Get-PnPFileSharingLink" + "CommandName": "Get-PnPFileSharingLink", + "Id": 528, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 529, "Rank": 2, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", - "CommandName": "Get-PnPFileSharingLink" + "CommandName": "Get-PnPFileSharingLink", + "Id": 529, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "Id": 530, "Rank": 3, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", - "CommandName": "Get-PnPFileSharingLink" + "CommandName": "Get-PnPFileSharingLink", + "Id": 530, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "Id": 531, "Rank": 1, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Id": 531, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Id": 532, "Rank": 2, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Id": 532, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "Id": 533, "Rank": 3, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Id": 533, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "Id": 534, "Rank": 1, - "Command": "Get-PnPFlow -AsAdmin", - "CommandName": "Get-PnPFlow" + "CommandName": "Get-PnPFlow", + "Id": 534, + "Command": "Get-PnPFlow -AsAdmin" }, { - "Id": 535, "Rank": 2, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", - "CommandName": "Get-PnPFlow" + "CommandName": "Get-PnPFlow", + "Id": 535, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "Id": 536, "Rank": 3, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlow" + "CommandName": "Get-PnPFlow", + "Id": 536, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 537, "Rank": 1, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "CommandName": "Get-PnPFlowOwner" + "CommandName": "Get-PnPFlowOwner", + "Id": 537, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Id": 538, "Rank": 2, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "CommandName": "Get-PnPFlowOwner" + "CommandName": "Get-PnPFlowOwner", + "Id": 538, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Id": 539, "Rank": 1, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlowRun" + "CommandName": "Get-PnPFlowRun", + "Id": 539, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 540, "Rank": 2, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Get-PnPFlowRun" + "CommandName": "Get-PnPFlowRun", + "Id": 540, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 541, "Rank": 1, - "Command": "Get-PnPFolder", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 541, + "Command": "Get-PnPFolder" }, { - "Id": 542, "Rank": 2, - "Command": "Get-PnPFolder -CurrentWebRootFolder", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 542, + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "Id": 543, "Rank": 3, - "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 543, + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Id": 544, "Rank": 4, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 544, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Id": 545, "Rank": 5, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 545, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "Id": 546, "Rank": 6, - "Command": "Get-PnPFolder -List \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 546, + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Id": 547, "Rank": 7, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 547, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "Id": 548, "Rank": 1, - "Command": "Get-PnPFolderInFolder", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Id": 548, + "Command": "Get-PnPFolderInFolder" }, { - "Id": 549, "Rank": 2, - "Command": "Get-PnPFolderInFolder -Recurse", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Id": 549, + "Command": "Get-PnPFolderInFolder -Recurse" }, { - "Id": 550, "Rank": 3, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Id": 550, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "Id": 551, "Rank": 4, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Id": 551, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "Id": 552, "Rank": 5, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Id": 552, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "Id": 553, "Rank": 6, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Id": 553, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Id": 554, "Rank": 1, - "Command": "Get-PnPFolderItem", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Id": 554, + "Command": "Get-PnPFolderItem" }, { - "Id": 555, "Rank": 2, - "Command": "Get-PnPFolderItem -Recurse", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Id": 555, + "Command": "Get-PnPFolderItem -Recurse" }, { - "Id": 556, "Rank": 3, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Id": 556, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "Id": 557, "Rank": 4, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Id": 557, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Id": 558, "Rank": 5, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Id": 558, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Id": 559, "Rank": 6, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Id": 559, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Id": 560, "Rank": 1, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Get-PnPFolderSharingLink" + "CommandName": "Get-PnPFolderSharingLink", + "Id": 560, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 561, "Rank": 1, - "Command": "Get-PnPFolderStorageMetric", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 561, + "Command": "Get-PnPFolderStorageMetric" }, { - "Id": 562, "Rank": 2, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 562, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Id": 563, "Rank": 3, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 563, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Id": 564, "Rank": 1, - "Command": "Get-PnPFooter", - "CommandName": "Get-PnPFooter" + "CommandName": "Get-PnPFooter", + "Id": 564, + "Command": "Get-PnPFooter" }, { - "Id": 565, "Rank": 1, - "Command": "Get-PnPGraphSubscription", - "CommandName": "Get-PnPGraphSubscription" + "CommandName": "Get-PnPGraphSubscription", + "Id": 565, + "Command": "Get-PnPGraphSubscription" }, { - "Id": 566, "Rank": 2, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPGraphSubscription" + "CommandName": "Get-PnPGraphSubscription", + "Id": 566, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Id": 567, "Rank": 1, - "Command": "Get-PnPGroup", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Id": 567, + "Command": "Get-PnPGroup" }, { - "Id": 568, "Rank": 2, - "Command": "Get-PnPGroup -Identity 'My Site Users'", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Id": 568, + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Id": 569, "Rank": 3, - "Command": "Get-PnPGroup -AssociatedMemberGroup", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Id": 569, + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Id": 570, "Rank": 1, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "CommandName": "Get-PnPGroupMember" + "CommandName": "Get-PnPGroupMember", + "Id": 570, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Id": 571, "Rank": 2, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "CommandName": "Get-PnPGroupMember" + "CommandName": "Get-PnPGroupMember", + "Id": 571, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Id": 572, "Rank": 1, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "CommandName": "Get-PnPGroupPermissions" + "CommandName": "Get-PnPGroupPermissions", + "Id": 572, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Id": 573, "Rank": 1, - "Command": "Get-PnPHideDefaultThemes", - "CommandName": "Get-PnPHideDefaultThemes" + "CommandName": "Get-PnPHideDefaultThemes", + "Id": 573, + "Command": "Get-PnPHideDefaultThemes" }, { - "Id": 574, "Rank": 1, - "Command": "Get-PnPHomePage", - "CommandName": "Get-PnPHomePage" + "CommandName": "Get-PnPHomePage", + "Id": 574, + "Command": "Get-PnPHomePage" }, { - "Id": 575, "Rank": 1, - "Command": "Get-PnPHomeSite", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Id": 575, + "Command": "Get-PnPHomeSite" }, { - "Id": 576, "Rank": 2, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Id": 576, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Id": 577, "Rank": 3, - "Command": "Get-PnPHomeSite -Detailed", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Id": 577, + "Command": "Get-PnPHomeSite -Detailed" }, { - "Id": 578, "Rank": 1, - "Command": "Get-PnPHubSite", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Id": 578, + "Command": "Get-PnPHubSite" }, { - "Id": 579, "Rank": 2, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Id": 579, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Id": 580, "Rank": 3, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Id": 580, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Id": 581, "Rank": 1, - "Command": "Get-PnPHubSiteChild", - "CommandName": "Get-PnPHubSiteChild" + "CommandName": "Get-PnPHubSiteChild", + "Id": 581, + "Command": "Get-PnPHubSiteChild" }, { - "Id": 582, "Rank": 2, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSiteChild" + "CommandName": "Get-PnPHubSiteChild", + "Id": 582, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Id": 583, "Rank": 1, - "Command": "Get-PnPInPlaceRecordsManagement", - "CommandName": "Get-PnPInPlaceRecordsManagement" + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Id": 583, + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Id": 584, "Rank": 1, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "CommandName": "Get-PnPIsSiteAliasAvailable" + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Id": 584, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Id": 585, "Rank": 1, - "Command": "Get-PnPJavaScriptLink", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 585, + "Command": "Get-PnPJavaScriptLink" }, { - "Id": 586, "Rank": 2, - "Command": "Get-PnPJavaScriptLink -Scope All", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 586, + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Id": 587, "Rank": 3, - "Command": "Get-PnPJavaScriptLink -Scope Web", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 587, + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Id": 588, "Rank": 4, - "Command": "Get-PnPJavaScriptLink -Scope Site", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 588, + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Id": 589, "Rank": 5, - "Command": "Get-PnPJavaScriptLink -Name Test", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 589, + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Id": 590, "Rank": 1, - "Command": "Get-PnPKnowledgeHubSite", - "CommandName": "Get-PnPKnowledgeHubSite" + "CommandName": "Get-PnPKnowledgeHubSite", + "Id": 590, + "Command": "Get-PnPKnowledgeHubSite" }, { - "Id": 591, "Rank": 1, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", - "CommandName": "Get-PnPLargeListOperationStatus" + "CommandName": "Get-PnPLargeListOperationStatus", + "Id": 591, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "Id": 592, "Rank": 1, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus" + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", + "Id": 592, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "Id": 593, "Rank": 1, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus" + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", + "Id": 593, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 594, "Rank": 1, - "Command": "Get-PnPList", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Id": 594, + "Command": "Get-PnPList" }, { - "Id": 595, "Rank": 2, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Id": 595, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 596, "Rank": 3, - "Command": "Get-PnPList -Identity Lists/Announcements", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Id": 596, + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Id": 597, "Rank": 4, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Id": 597, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Id": 598, "Rank": 5, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Id": 598, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Id": 599, "Rank": 1, - "Command": "Get-PnPListDesign", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Id": 599, + "Command": "Get-PnPListDesign" }, { - "Id": 600, "Rank": 2, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Id": 600, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 601, "Rank": 3, - "Command": "Get-PnPListDesign -Identity ListEvent", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Id": 601, + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Id": 602, "Rank": 1, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "CommandName": "Get-PnPListInformationRightsManagement" + "CommandName": "Get-PnPListInformationRightsManagement", + "Id": 602, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Id": 603, "Rank": 1, - "Command": "Get-PnPListItem -List Tasks", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 603, + "Command": "Get-PnPListItem -List Tasks" }, { - "Id": 604, "Rank": 2, - "Command": "Get-PnPListItem -List Tasks -Id 1", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 604, + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Id": 605, "Rank": 3, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 605, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Id": 606, "Rank": 4, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 606, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Id": 607, "Rank": 5, - "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 607, + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Id": 608, "Rank": 6, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 608, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "Id": 609, "Rank": 7, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 609, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "Id": 610, "Rank": 8, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 610, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Id": 611, "Rank": 9, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Id": 611, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Id": 612, "Rank": 1, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", - "CommandName": "Get-PnPListItemAttachment" + "CommandName": "Get-PnPListItemAttachment", + "Id": 612, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "Id": 613, "Rank": 2, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", - "CommandName": "Get-PnPListItemAttachment" + "CommandName": "Get-PnPListItemAttachment", + "Id": 613, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "Id": 614, "Rank": 1, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "CommandName": "Get-PnPListItemComment" + "CommandName": "Get-PnPListItemComment", + "Id": 614, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Id": 615, "Rank": 1, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "CommandName": "Get-PnPListItemPermission" + "CommandName": "Get-PnPListItemPermission", + "Id": 615, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Id": 616, "Rank": 1, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", - "CommandName": "Get-PnPListItemVersion" + "CommandName": "Get-PnPListItemVersion", + "Id": 616, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "Id": 617, "Rank": 1, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "CommandName": "Get-PnPListPermissions" + "CommandName": "Get-PnPListPermissions", + "Id": 617, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Id": 618, "Rank": 2, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPListPermissions" + "CommandName": "Get-PnPListPermissions", + "Id": 618, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Id": 619, "Rank": 1, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "CommandName": "Get-PnPListRecordDeclaration" + "CommandName": "Get-PnPListRecordDeclaration", + "Id": 619, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Id": 620, "Rank": 1, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", - "CommandName": "Get-PnPManagedAppId" + "CommandName": "Get-PnPManagedAppId", + "Id": 620, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "Id": 621, "Rank": 1, - "Command": "Get-PnPMasterPage", - "CommandName": "Get-PnPMasterPage" + "CommandName": "Get-PnPMasterPage", + "Id": 621, + "Command": "Get-PnPMasterPage" }, { - "Id": 622, "Rank": 1, - "Command": "Get-PnPMessageCenterAnnouncement", - "CommandName": "Get-PnPMessageCenterAnnouncement" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 622, + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Id": 623, "Rank": 2, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "CommandName": "Get-PnPMessageCenterAnnouncement" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 623, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Id": 624, "Rank": 1, - "Command": "Get-PnPMicrosoft365ExpiringGroup", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 624, + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Id": 625, "Rank": 2, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 625, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Id": 626, "Rank": 1, - "Command": "Get-PnPMicrosoft365Group", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 626, + "Command": "Get-PnPMicrosoft365Group" }, { - "Id": 627, "Rank": 2, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 627, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Id": 628, "Rank": 3, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 628, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Id": 629, "Rank": 4, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 629, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Id": 630, "Rank": 5, - "Command": "Get-PnPMicrosoft365Group -Identity $group", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 630, + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Id": 631, "Rank": 6, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 631, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Id": 632, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupEndpoint", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 632, + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Id": 633, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 633, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Id": 634, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 634, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 635, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 635, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Id": 636, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 636, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Id": 637, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 637, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Id": 638, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupOwner" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 638, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Id": 639, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupOwner" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 639, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Id": 640, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettings", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 640, + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Id": 641, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 641, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Id": 642, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 642, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "Id": 643, "Rank": 4, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 643, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "Id": 644, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 644, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Id": 645, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 645, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Id": 646, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupTeam", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 646, + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Id": 647, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 647, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Id": 648, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 648, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 649, "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 649, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Id": 650, "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 650, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Id": 651, "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 651, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 652, "Rank": 1, - "Command": "Get-PnPMicrosoft365Roadmap", - "CommandName": "Get-PnPMicrosoft365Roadmap" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 652, + "Command": "Get-PnPMicrosoft365Roadmap" }, { - "Id": 653, "Rank": 2, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", - "CommandName": "Get-PnPMicrosoft365Roadmap" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 653, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "Id": 654, "Rank": 3, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", - "CommandName": "Get-PnPMicrosoft365Roadmap" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 654, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "Id": 655, "Rank": 1, - "Command": "Get-PnPNavigationNode", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Id": 655, + "Command": "Get-PnPNavigationNode" }, { - "Id": 656, "Rank": 2, - "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Id": 656, + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Id": 657, "Rank": 3, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Id": 657, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Id": 658, "Rank": 1, - "Command": "Get-PnPOrgAssetsLibrary", - "CommandName": "Get-PnPOrgAssetsLibrary" + "CommandName": "Get-PnPOrgAssetsLibrary", + "Id": 658, + "Command": "Get-PnPOrgAssetsLibrary" }, { - "Id": 659, "Rank": 1, - "Command": "Get-PnPOrgNewsSite", - "CommandName": "Get-PnPOrgNewsSite" + "CommandName": "Get-PnPOrgNewsSite", + "Id": 659, + "Command": "Get-PnPOrgNewsSite" }, { - "Id": 660, "Rank": 1, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Id": 660, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Id": 661, "Rank": 2, - "Command": "Get-PnPPage \"MyPage\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Id": 661, + "Command": "Get-PnPPage \"MyPage\"" }, { - "Id": 662, "Rank": 3, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Id": 662, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Id": 663, "Rank": 4, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Id": 663, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Id": 664, "Rank": 5, - "Command": "Get-PnPPage", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Id": 664, + "Command": "Get-PnPPage" }, { - "Id": 665, "Rank": 1, - "Command": "Get-PnPPageComponent -Page Home", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Id": 665, + "Command": "Get-PnPPageComponent -Page Home" }, { - "Id": 666, "Rank": 2, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Id": 666, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 667, "Rank": 3, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Id": 667, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Id": 668, "Rank": 1, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", - "CommandName": "Get-PnPPageCopyProgress" + "CommandName": "Get-PnPPageCopyProgress", + "Id": 668, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "Id": 669, "Rank": 1, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPageLikedByInformation" + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 669, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "Id": 670, "Rank": 2, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", - "CommandName": "Get-PnPPageLikedByInformation" + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 670, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "Id": 671, "Rank": 3, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPageLikedByInformation" + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 671, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Id": 672, "Rank": 1, - "Command": "Get-PnPPageSchedulingEnabled", - "CommandName": "Get-PnPPageSchedulingEnabled" + "CommandName": "Get-PnPPageSchedulingEnabled", + "Id": 672, + "Command": "Get-PnPPageSchedulingEnabled" }, { - "Id": 673, "Rank": 1, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerBucket" + "CommandName": "Get-PnPPlannerBucket", + "Id": 673, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Id": 674, "Rank": 1, - "Command": "Get-PnPPlannerConfiguration", - "CommandName": "Get-PnPPlannerConfiguration" + "CommandName": "Get-PnPPlannerConfiguration", + "Id": 674, + "Command": "Get-PnPPlannerConfiguration" }, { - "Id": 675, "Rank": 1, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Id": 675, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Id": 676, "Rank": 2, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Id": 676, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Id": 677, "Rank": 3, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Id": 677, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Id": 678, "Rank": 1, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Get-PnPPlannerRosterMember" + "CommandName": "Get-PnPPlannerRosterMember", + "Id": 678, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Id": 679, "Rank": 1, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "CommandName": "Get-PnPPlannerRosterPlan" + "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 679, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Id": 680, "Rank": 2, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerRosterPlan" + "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 680, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 681, "Rank": 1, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Id": 681, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Id": 682, "Rank": 2, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Id": 682, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Id": 683, "Rank": 3, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Id": 683, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Id": 684, "Rank": 1, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerUserPolicy" + "CommandName": "Get-PnPPlannerUserPolicy", + "Id": 684, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 685, "Rank": 1, - "Command": "Get-PnPPowerApp", - "CommandName": "Get-PnPPowerApp" + "CommandName": "Get-PnPPowerApp", + "Id": 685, + "Command": "Get-PnPPowerApp" }, { - "Id": 686, "Rank": 2, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPPowerApp" + "CommandName": "Get-PnPPowerApp", + "Id": 686, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 687, "Rank": 1, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "CommandName": "Get-PnPPowerPlatformCustomConnector" + "CommandName": "Get-PnPPowerPlatformCustomConnector", + "Id": 687, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Id": 688, "Rank": 1, - "Command": "Get-PnPPowerPlatformEnvironment", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 688, + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Id": 689, "Rank": 2, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 689, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Id": 690, "Rank": 3, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 690, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Id": 691, "Rank": 1, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "CommandName": "Get-PnPPowerPlatformSolution" + "CommandName": "Get-PnPPowerPlatformSolution", + "Id": 691, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Id": 692, "Rank": 2, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", - "CommandName": "Get-PnPPowerPlatformSolution" + "CommandName": "Get-PnPPowerPlatformSolution", + "Id": 692, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "Id": 693, "Rank": 1, - "Command": "Get-PnPPowerShellTelemetryEnabled", - "CommandName": "Get-PnPPowerShellTelemetryEnabled" + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Id": 693, + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Id": 694, "Rank": 1, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 694, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Id": 695, "Rank": 2, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 695, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Id": 696, "Rank": 1, - "Command": "Get-PnPPriviledgedIdentityManagementRole", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 696, + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Id": 697, "Rank": 2, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 697, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "Id": 698, "Rank": 3, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 698, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Id": 699, "Rank": 1, - "Command": "Get-PnPProfileCardProperty", - "CommandName": "Get-PnPProfileCardProperty" + "CommandName": "Get-PnPProfileCardProperty", + "Id": 699, + "Command": "Get-PnPProfileCardProperty" }, { - "Id": 700, "Rank": 2, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", - "CommandName": "Get-PnPProfileCardProperty" + "CommandName": "Get-PnPProfileCardProperty", + "Id": 700, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "Id": 701, "Rank": 1, - "Command": "Get-PnPPropertyBag", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Id": 701, + "Command": "Get-PnPPropertyBag" }, { - "Id": 702, "Rank": 2, - "Command": "Get-PnPPropertyBag -Key MyKey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Id": 702, + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Id": 703, "Rank": 3, - "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Id": 703, + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Id": 704, "Rank": 4, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Id": 704, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Id": 705, "Rank": 5, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Id": 705, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Id": 706, "Rank": 1, - "Command": "Get-PnPPublishingImageRendition", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 706, + "Command": "Get-PnPPublishingImageRendition" }, { - "Id": 707, "Rank": 2, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 707, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Id": 708, "Rank": 3, - "Command": "Get-PnPPublishingImageRendition -Identity 2", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 708, + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Id": 709, "Rank": 1, - "Command": "Get-PnPRecycleBinItem", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 709, + "Command": "Get-PnPRecycleBinItem" }, { - "Id": 710, "Rank": 2, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 710, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Id": 711, "Rank": 3, - "Command": "Get-PnPRecycleBinItem -FirstStage", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 711, + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Id": 712, "Rank": 4, - "Command": "Get-PnPRecycleBinItem -SecondStage", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 712, + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Id": 713, "Rank": 5, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 713, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Id": 714, "Rank": 1, - "Command": "Get-PnPRequestAccessEmails", - "CommandName": "Get-PnPRequestAccessEmails" + "CommandName": "Get-PnPRequestAccessEmails", + "Id": 714, + "Command": "Get-PnPRequestAccessEmails" }, { - "Id": 715, "Rank": 1, - "Command": "Get-PnPRetentionLabel", - "CommandName": "Get-PnPRetentionLabel" + "CommandName": "Get-PnPRetentionLabel", + "Id": 715, + "Command": "Get-PnPRetentionLabel" }, { - "Id": 716, "Rank": 2, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", - "CommandName": "Get-PnPRetentionLabel" + "CommandName": "Get-PnPRetentionLabel", + "Id": 716, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "Id": 717, "Rank": 1, - "Command": "Get-PnPRoleDefinition", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Id": 717, + "Command": "Get-PnPRoleDefinition" }, { - "Id": 718, "Rank": 2, - "Command": "Get-PnPRoleDefinition -Identity Read", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Id": 718, + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Id": 719, "Rank": 3, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Id": 719, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Id": 720, "Rank": 1, - "Command": "Get-PnPSearchConfiguration", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 720, + "Command": "Get-PnPSearchConfiguration" }, { - "Id": 721, "Rank": 2, - "Command": "Get-PnPSearchConfiguration -Scope Site", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 721, + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Id": 722, "Rank": 3, - "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 722, + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Id": 723, "Rank": 4, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 723, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 724, "Rank": 5, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 724, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Id": 725, "Rank": 6, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 725, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Id": 726, "Rank": 7, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 726, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Id": 727, "Rank": 8, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 727, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Id": 728, "Rank": 1, - "Command": "Get-PnPSearchCrawlLog", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 728, + "Command": "Get-PnPSearchCrawlLog" }, { - "Id": 729, "Rank": 2, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 729, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Id": 730, "Rank": 3, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 730, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Id": 731, "Rank": 4, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 731, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Id": 732, "Rank": 5, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 732, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Id": 733, "Rank": 6, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 733, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Id": 734, "Rank": 7, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 734, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Id": 735, "Rank": 1, - "Command": "Get-PnPSearchExternalConnection", - "CommandName": "Get-PnPSearchExternalConnection" + "CommandName": "Get-PnPSearchExternalConnection", + "Id": 735, + "Command": "Get-PnPSearchExternalConnection" }, { - "Id": 736, "Rank": 2, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalConnection" + "CommandName": "Get-PnPSearchExternalConnection", + "Id": 736, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Id": 737, "Rank": 1, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "CommandName": "Get-PnPSearchExternalItem" + "CommandName": "Get-PnPSearchExternalItem", + "Id": 737, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Id": 738, "Rank": 2, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalItem" + "CommandName": "Get-PnPSearchExternalItem", + "Id": 738, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "Id": 739, "Rank": 1, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalSchema" + "CommandName": "Get-PnPSearchExternalSchema", + "Id": 739, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "Id": 740, "Rank": 1, - "Command": "Get-PnPSearchSettings", - "CommandName": "Get-PnPSearchSettings" + "CommandName": "Get-PnPSearchSettings", + "Id": 740, + "Command": "Get-PnPSearchSettings" }, { - "Id": 741, "Rank": 1, - "Command": "Get-PnPServiceCurrentHealth", - "CommandName": "Get-PnPServiceCurrentHealth" + "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 741, + "Command": "Get-PnPServiceCurrentHealth" }, { - "Id": 742, "Rank": 2, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "CommandName": "Get-PnPServiceCurrentHealth" + "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 742, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Id": 743, "Rank": 1, - "Command": "Get-PnPServiceHealthIssue", - "CommandName": "Get-PnPServiceHealthIssue" + "CommandName": "Get-PnPServiceHealthIssue", + "Id": 743, + "Command": "Get-PnPServiceHealthIssue" }, { - "Id": 744, "Rank": 2, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "CommandName": "Get-PnPServiceHealthIssue" + "CommandName": "Get-PnPServiceHealthIssue", + "Id": 744, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Id": 745, "Rank": 1, - "Command": "Get-PnPSharePointAddIn", - "CommandName": "Get-PnPSharePointAddIn" + "CommandName": "Get-PnPSharePointAddIn", + "Id": 745, + "Command": "Get-PnPSharePointAddIn" }, { - "Id": 746, "Rank": 2, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "CommandName": "Get-PnPSharePointAddIn" + "CommandName": "Get-PnPSharePointAddIn", + "Id": 746, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Id": 747, "Rank": 1, - "Command": "Get-PnPSharingForNonOwnersOfSite", - "CommandName": "Get-PnPSharingForNonOwnersOfSite" + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Id": 747, + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Id": 748, "Rank": 1, - "Command": "Get-PnPSite", - "CommandName": "Get-PnPSite" + "CommandName": "Get-PnPSite", + "Id": 748, + "Command": "Get-PnPSite" }, { - "Id": 749, "Rank": 2, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "CommandName": "Get-PnPSite" + "CommandName": "Get-PnPSite", + "Id": 749, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Id": 750, "Rank": 1, - "Command": "Get-PnPSiteAnalyticsData -All", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 750, + "Command": "Get-PnPSiteAnalyticsData -All" }, { - "Id": 751, "Rank": 2, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 751, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "Id": 752, "Rank": 3, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 752, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 753, "Rank": 4, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 753, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 754, "Rank": 1, - "Command": "Get-PnPSiteClosure", - "CommandName": "Get-PnPSiteClosure" + "CommandName": "Get-PnPSiteClosure", + "Id": 754, + "Command": "Get-PnPSiteClosure" }, { - "Id": 755, "Rank": 1, - "Command": "Get-PnPSiteCollectionAdmin", - "CommandName": "Get-PnPSiteCollectionAdmin" + "CommandName": "Get-PnPSiteCollectionAdmin", + "Id": 755, + "Command": "Get-PnPSiteCollectionAdmin" }, { - "Id": 756, "Rank": 1, - "Command": "Get-PnPSiteCollectionAppCatalog", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 756, + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Id": 757, "Rank": 2, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 757, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Id": 758, "Rank": 3, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 758, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Id": 759, "Rank": 1, - "Command": "Get-PnPSiteCollectionTermStore", - "CommandName": "Get-PnPSiteCollectionTermStore" + "CommandName": "Get-PnPSiteCollectionTermStore", + "Id": 759, + "Command": "Get-PnPSiteCollectionTermStore" }, { - "Id": 760, "Rank": 1, - "Command": "Get-PnPSiteDesign", - "CommandName": "Get-PnPSiteDesign" + "CommandName": "Get-PnPSiteDesign", + "Id": 760, + "Command": "Get-PnPSiteDesign" }, { - "Id": 761, "Rank": 2, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesign" + "CommandName": "Get-PnPSiteDesign", + "Id": 761, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 762, "Rank": 1, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesignRights" + "CommandName": "Get-PnPSiteDesignRights", + "Id": 762, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 763, "Rank": 1, - "Command": "Get-PnPSiteDesignRun", - "CommandName": "Get-PnPSiteDesignRun" + "CommandName": "Get-PnPSiteDesignRun", + "Id": 763, + "Command": "Get-PnPSiteDesignRun" }, { - "Id": 764, "Rank": 2, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignRun" + "CommandName": "Get-PnPSiteDesignRun", + "Id": 764, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Id": 765, "Rank": 1, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Id": 765, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Id": 766, "Rank": 2, - "Command": "Get-PnPSiteDesignTask", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Id": 766, + "Command": "Get-PnPSiteDesignTask" }, { - "Id": 767, "Rank": 3, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Id": 767, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Id": 768, "Rank": 1, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Id": 768, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Id": 769, "Rank": 1, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus" + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", + "Id": 769, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 770, "Rank": 1, - "Command": "Get-PnPSiteGroup", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Id": 770, + "Command": "Get-PnPSiteGroup" }, { - "Id": 771, "Rank": 2, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Id": 771, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Id": 772, "Rank": 3, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Id": 772, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Id": 773, "Rank": 4, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Id": 773, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Id": 774, "Rank": 1, - "Command": "Get-PnPSitePolicy", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Id": 774, + "Command": "Get-PnPSitePolicy" }, { - "Id": 775, "Rank": 2, - "Command": "Get-PnPSitePolicy -AllAvailable", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Id": 775, + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Id": 776, "Rank": 3, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Id": 776, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Id": 777, "Rank": 1, - "Command": "Get-PnPSiteScript", - "CommandName": "Get-PnPSiteScript" + "CommandName": "Get-PnPSiteScript", + "Id": 777, + "Command": "Get-PnPSiteScript" }, { - "Id": 778, "Rank": 2, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteScript" + "CommandName": "Get-PnPSiteScript", + "Id": 778, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 779, "Rank": 1, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 779, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Id": 780, "Rank": 2, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 780, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "Id": 781, "Rank": 3, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 781, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Id": 782, "Rank": 1, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 782, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Id": 783, "Rank": 2, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 783, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "Id": 784, "Rank": 3, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 784, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "Id": 785, "Rank": 4, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 785, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Id": 786, "Rank": 5, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 786, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Id": 787, "Rank": 6, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 787, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Id": 788, "Rank": 1, - "Command": "Get-PnPSiteSearchQueryResults", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 788, + "Command": "Get-PnPSiteSearchQueryResults" }, { - "Id": 789, "Rank": 2, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 789, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Id": 790, "Rank": 3, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 790, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Id": 791, "Rank": 4, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 791, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Id": 792, "Rank": 5, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 792, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Id": 793, "Rank": 6, - "Command": "Get-PnPSiteSearchQueryResults -All", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 793, + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Id": 794, "Rank": 1, - "Command": "Get-PnPSiteSensitivityLabel", - "CommandName": "Get-PnPSiteSensitivityLabel" + "CommandName": "Get-PnPSiteSensitivityLabel", + "Id": 794, + "Command": "Get-PnPSiteSensitivityLabel" }, { - "Id": 795, "Rank": 1, - "Command": "Get-PnPSiteTemplate -Out template.pnp", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 795, + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Id": 796, "Rank": 2, - "Command": "Get-PnPSiteTemplate -Out template.xml", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 796, + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Id": 797, "Rank": 3, - "Command": "Get-PnPSiteTemplate -Out template.md", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 797, + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Id": 798, "Rank": 4, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 798, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Id": 799, "Rank": 5, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 799, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Id": 800, "Rank": 6, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 800, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Id": 801, "Rank": 7, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 801, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Id": 802, "Rank": 8, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 802, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Id": 803, "Rank": 9, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 803, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Id": 804, "Rank": 10, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 804, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Id": 805, "Rank": 11, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 805, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Id": 806, "Rank": 12, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 806, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "Id": 807, "Rank": 13, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 807, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "Id": 808, "Rank": 14, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Id": 808, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "Id": 809, "Rank": 1, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Get-PnPSiteUserInvitations" + "CommandName": "Get-PnPSiteUserInvitations", + "Id": 809, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Id": 810, "Rank": 1, - "Command": "Get-PnPSiteVersionPolicy", - "CommandName": "Get-PnPSiteVersionPolicy" + "CommandName": "Get-PnPSiteVersionPolicy", + "Id": 810, + "Command": "Get-PnPSiteVersionPolicy" }, { - "Id": 811, "Rank": 1, - "Command": "Get-PnPSiteVersionPolicyStatus", - "CommandName": "Get-PnPSiteVersionPolicyStatus" + "CommandName": "Get-PnPSiteVersionPolicyStatus", + "Id": 811, + "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "Id": 812, "Rank": 1, - "Command": "Get-PnPStorageEntity", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Id": 812, + "Command": "Get-PnPStorageEntity" }, { - "Id": 813, "Rank": 2, - "Command": "Get-PnPStorageEntity -Key MyKey", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Id": 813, + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Id": 814, "Rank": 3, - "Command": "Get-PnPStorageEntity -Scope Site", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Id": 814, + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Id": 815, "Rank": 4, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Id": 815, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Id": 816, "Rank": 1, - "Command": "Get-PnPStoredCredential -Name O365", - "CommandName": "Get-PnPStoredCredential" + "CommandName": "Get-PnPStoredCredential", + "Id": 816, + "Command": "Get-PnPStoredCredential -Name O365" }, { - "Id": 817, "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Get-PnPStructuralNavigationCacheSiteState" + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Id": 817, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 818, "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Get-PnPStructuralNavigationCacheWebState" + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Id": 818, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 819, "Rank": 1, - "Command": "Get-PnPSubWeb", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Id": 819, + "Command": "Get-PnPSubWeb" }, { - "Id": 820, "Rank": 2, - "Command": "Get-PnPSubWeb -Recurse", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Id": 820, + "Command": "Get-PnPSubWeb -Recurse" }, { - "Id": 821, "Rank": 3, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Id": 821, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Id": 822, "Rank": 4, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Id": 822, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Id": 823, "Rank": 5, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Id": 823, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Id": 824, "Rank": 1, - "Command": "Get-PnPSyntexModel", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Id": 824, + "Command": "Get-PnPSyntexModel" }, { - "Id": 825, "Rank": 2, - "Command": "Get-PnPSyntexModel -Identity 1", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Id": 825, + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Id": 826, "Rank": 3, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Id": 826, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Id": 827, "Rank": 1, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModelPublication" + "CommandName": "Get-PnPSyntexModelPublication", + "Id": 827, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Id": 828, "Rank": 1, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "CommandName": "Get-PnPTaxonomyItem" + "CommandName": "Get-PnPTaxonomyItem", + "Id": 828, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Id": 829, "Rank": 1, - "Command": "Get-PnPTeamsApp", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Id": 829, + "Command": "Get-PnPTeamsApp" }, { - "Id": 830, "Rank": 2, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Id": 830, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Id": 831, "Rank": 3, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Id": 831, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Id": 832, "Rank": 1, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Id": 832, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Id": 833, "Rank": 2, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Id": 833, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "Id": 834, "Rank": 3, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Id": 834, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Id": 835, "Rank": 4, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Id": 835, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "Id": 836, "Rank": 1, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 836, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Id": 837, "Rank": 2, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 837, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Id": 838, "Rank": 1, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelMessage" + "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 838, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Id": 839, "Rank": 2, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "CommandName": "Get-PnPTeamsChannelMessage" + "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 839, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Id": 840, "Rank": 1, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "CommandName": "Get-PnPTeamsChannelMessageReply" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 840, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Id": 841, "Rank": 2, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "CommandName": "Get-PnPTeamsChannelMessageReply" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 841, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Id": 842, "Rank": 1, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 842, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Id": 843, "Rank": 2, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 843, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "Id": 844, "Rank": 3, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 844, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "Id": 845, "Rank": 4, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 845, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 846, "Rank": 1, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "CommandName": "Get-PnPTeamsPrimaryChannel" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 846, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Id": 847, "Rank": 2, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "CommandName": "Get-PnPTeamsPrimaryChannel" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 847, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Id": 848, "Rank": 1, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Id": 848, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "Id": 849, "Rank": 2, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Id": 849, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "Id": 850, "Rank": 3, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Id": 850, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "Id": 851, "Rank": 4, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Id": 851, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Id": 852, "Rank": 5, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Id": 852, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Id": 853, "Rank": 1, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Get-PnPTeamsTag" + "CommandName": "Get-PnPTeamsTag", + "Id": 853, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Id": 854, "Rank": 2, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Get-PnPTeamsTag" + "CommandName": "Get-PnPTeamsTag", + "Id": 854, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Id": 855, "Rank": 1, - "Command": "Get-PnPTeamsTeam", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Id": 855, + "Command": "Get-PnPTeamsTeam" }, { - "Id": 856, "Rank": 2, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Id": 856, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Id": 857, "Rank": 3, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Id": 857, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Id": 858, "Rank": 4, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Id": 858, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Id": 859, "Rank": 5, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Id": 859, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 860, "Rank": 6, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Id": 860, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "Id": 861, "Rank": 1, - "Command": "Get-PnPTeamsUser -Team MyTeam", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Id": 861, + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Id": 862, "Rank": 2, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Id": 862, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Id": 863, "Rank": 3, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Id": 863, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Id": 864, "Rank": 4, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Id": 864, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Id": 865, "Rank": 1, - "Command": "Get-PnPTemporarilyDisableAppBar", - "CommandName": "Get-PnPTemporarilyDisableAppBar" + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Id": 865, + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Id": 866, "Rank": 1, - "Command": "Get-PnPTenant", - "CommandName": "Get-PnPTenant" + "CommandName": "Get-PnPTenant", + "Id": 866, + "Command": "Get-PnPTenant" }, { - "Id": 867, "Rank": 1, - "Command": "Get-PnPTenantAppCatalogUrl", - "CommandName": "Get-PnPTenantAppCatalogUrl" + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Id": 867, + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Id": 868, "Rank": 1, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "CommandName": "Get-PnPTenantCdnEnabled" + "CommandName": "Get-PnPTenantCdnEnabled", + "Id": 868, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Id": 869, "Rank": 1, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "CommandName": "Get-PnPTenantCdnOrigin" + "CommandName": "Get-PnPTenantCdnOrigin", + "Id": 869, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Id": 870, "Rank": 1, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "CommandName": "Get-PnPTenantCdnPolicies" + "CommandName": "Get-PnPTenantCdnPolicies", + "Id": 870, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Id": 871, "Rank": 1, - "Command": "Get-PnPTenantDeletedSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 871, + "Command": "Get-PnPTenantDeletedSite" }, { - "Id": 872, "Rank": 2, - "Command": "Get-PnPTenantDeletedSite -Detailed", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 872, + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "Id": 873, "Rank": 3, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 873, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 874, "Rank": 4, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 874, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Id": 875, "Rank": 5, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 875, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Id": 876, "Rank": 1, - "Command": "Get-PnPTenantId", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Id": 876, + "Command": "Get-PnPTenantId" }, { - "Id": 877, "Rank": 2, - "Command": "Get-PnPTenantId contoso", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Id": 877, + "Command": "Get-PnPTenantId contoso" }, { - "Id": 878, "Rank": 3, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Id": 878, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Id": 879, "Rank": 4, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Id": 879, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Id": 880, "Rank": 1, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Id": 880, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "Id": 881, "Rank": 2, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Id": 881, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "Id": 882, "Rank": 3, - "Command": "Get-PnPTenantInfo", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Id": 882, + "Command": "Get-PnPTenantInfo" }, { - "Id": 883, "Rank": 4, - "Command": "Get-PnPTenantInfo -CurrentTenant", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Id": 883, + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "Id": 884, "Rank": 1, - "Command": "Get-PnPTenantInstance", - "CommandName": "Get-PnPTenantInstance" + "CommandName": "Get-PnPTenantInstance", + "Id": 884, + "Command": "Get-PnPTenantInstance" }, { - "Id": 885, "Rank": 1, - "Command": "Get-PnPTenantInternalSetting", - "CommandName": "Get-PnPTenantInternalSetting" + "CommandName": "Get-PnPTenantInternalSetting", + "Id": 885, + "Command": "Get-PnPTenantInternalSetting" }, { - "Id": 886, "Rank": 1, - "Command": "Get-PnPTenantPronounsSetting", - "CommandName": "Get-PnPTenantPronounsSetting" + "CommandName": "Get-PnPTenantPronounsSetting", + "Id": 886, + "Command": "Get-PnPTenantPronounsSetting" }, { - "Id": 887, "Rank": 1, - "Command": "Get-PnPTenantRecycleBinItem", - "CommandName": "Get-PnPTenantRecycleBinItem" + "CommandName": "Get-PnPTenantRecycleBinItem", + "Id": 887, + "Command": "Get-PnPTenantRecycleBinItem" }, { - "Id": 888, "Rank": 1, - "Command": "Get-PnPTenantRestrictedSearchAllowedList", - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", + "Id": 888, + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Id": 889, "Rank": 1, - "Command": "Get-PnPTenantRestrictedSearchMode", - "CommandName": "Get-PnPTenantRestrictedSearchMode" + "CommandName": "Get-PnPTenantRestrictedSearchMode", + "Id": 889, + "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "Id": 890, "Rank": 1, - "Command": "Get-PnPTenantRetentionLabel", - "CommandName": "Get-PnPTenantRetentionLabel" + "CommandName": "Get-PnPTenantRetentionLabel", + "Id": 890, + "Command": "Get-PnPTenantRetentionLabel" }, { - "Id": 891, "Rank": 2, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", - "CommandName": "Get-PnPTenantRetentionLabel" + "CommandName": "Get-PnPTenantRetentionLabel", + "Id": 891, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "Id": 892, "Rank": 1, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "CommandName": "Get-PnPTenantSequence" + "CommandName": "Get-PnPTenantSequence", + "Id": 892, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Id": 893, "Rank": 2, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "CommandName": "Get-PnPTenantSequence" + "CommandName": "Get-PnPTenantSequence", + "Id": 893, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Id": 894, "Rank": 1, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "CommandName": "Get-PnPTenantSequenceSite" + "CommandName": "Get-PnPTenantSequenceSite", + "Id": 894, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Id": 895, "Rank": 2, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "CommandName": "Get-PnPTenantSequenceSite" + "CommandName": "Get-PnPTenantSequenceSite", + "Id": 895, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Id": 896, "Rank": 1, - "Command": "Get-PnPTenantSite", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 896, + "Command": "Get-PnPTenantSite" }, { - "Id": 897, "Rank": 2, - "Command": "Get-PnPTenantSite -Detailed", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 897, + "Command": "Get-PnPTenantSite -Detailed" }, { - "Id": 898, "Rank": 3, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 898, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Id": 899, "Rank": 4, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 899, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Id": 900, "Rank": 5, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 900, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Id": 901, "Rank": 6, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 901, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Id": 902, "Rank": 7, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 902, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Id": 903, "Rank": 8, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 903, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Id": 904, "Rank": 9, - "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 904, + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Id": 905, "Rank": 1, - "Command": "Get-PnPTenantSyncClientRestriction", - "CommandName": "Get-PnPTenantSyncClientRestriction" + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Id": 905, + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Id": 906, "Rank": 1, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Id": 906, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Id": 907, "Rank": 2, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Id": 907, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "Id": 908, "Rank": 3, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Id": 908, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Id": 909, "Rank": 1, - "Command": "Get-PnPTenantTheme", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Id": 909, + "Command": "Get-PnPTenantTheme" }, { - "Id": 910, "Rank": 2, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Id": 910, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Id": 911, "Rank": 3, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Id": 911, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Id": 912, "Rank": 1, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Id": 912, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 913, "Rank": 2, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Id": 913, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 914, "Rank": 3, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Id": 914, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 915, "Rank": 4, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Id": 915, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "Id": 916, "Rank": 5, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Id": 916, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Id": 917, "Rank": 1, - "Command": "Get-PnPTermGroup", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Id": 917, + "Command": "Get-PnPTermGroup" }, { - "Id": 918, "Rank": 2, - "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Id": 918, + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Id": 919, "Rank": 3, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Id": 919, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Id": 920, "Rank": 1, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Id": 920, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Id": 921, "Rank": 2, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Id": 921, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Id": 922, "Rank": 3, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Id": 922, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 923, "Rank": 1, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Id": 923, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Id": 924, "Rank": 2, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Id": 924, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 925, "Rank": 3, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Id": 925, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Id": 926, "Rank": 4, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Id": 926, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "Id": 927, "Rank": 1, - "Command": "Get-PnPTheme", - "CommandName": "Get-PnPTheme" + "CommandName": "Get-PnPTheme", + "Id": 927, + "Command": "Get-PnPTheme" }, { - "Id": 928, "Rank": 2, - "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "CommandName": "Get-PnPTheme" + "CommandName": "Get-PnPTheme", + "Id": 928, + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Id": 929, "Rank": 1, - "Command": "Get-PnPTimeZoneId", - "CommandName": "Get-PnPTimeZoneId" + "CommandName": "Get-PnPTimeZoneId", + "Id": 929, + "Command": "Get-PnPTimeZoneId" }, { - "Id": 930, "Rank": 2, - "Command": "Get-PnPTimeZoneId -Match Stockholm", - "CommandName": "Get-PnPTimeZoneId" + "CommandName": "Get-PnPTimeZoneId", + "Id": 930, + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Id": 931, "Rank": 1, - "Command": "Get-PnPTodoList", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Id": 931, + "Command": "Get-PnPTodoList" }, { - "Id": 932, "Rank": 2, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Id": 932, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Id": 933, "Rank": 3, - "Command": "Get-PnPTodoList -User john@doe.com", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Id": 933, + "Command": "Get-PnPTodoList -User john@doe.com" }, { - "Id": 934, "Rank": 4, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Id": 934, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Id": 935, "Rank": 1, - "Command": "Get-PnPTraceLog", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Id": 935, + "Command": "Get-PnPTraceLog" }, { - "Id": 936, "Rank": 2, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Id": 936, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "Id": 937, "Rank": 3, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Id": 937, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "Id": 938, "Rank": 4, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Id": 938, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "Id": 939, "Rank": 5, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Id": 939, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "Id": 940, "Rank": 6, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Id": 940, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "Id": 941, "Rank": 1, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", - "CommandName": "Get-PnPUnfurlLink" + "CommandName": "Get-PnPUnfurlLink", + "Id": 941, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "Id": 942, "Rank": 1, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", - "CommandName": "Get-PnPUnifiedAuditLog" + "CommandName": "Get-PnPUnifiedAuditLog", + "Id": 942, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "Id": 943, "Rank": 1, - "Command": "Get-PnPUPABulkImportStatus", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 943, + "Command": "Get-PnPUPABulkImportStatus" }, { - "Id": 944, "Rank": 2, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 944, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Id": 945, "Rank": 3, - "Command": "Get-PnPUPABulkImportStatus -JobId ", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 945, + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Id": 946, "Rank": 4, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 946, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Id": 947, "Rank": 1, - "Command": "Get-PnPUser", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 947, + "Command": "Get-PnPUser" }, { - "Id": 948, "Rank": 2, - "Command": "Get-PnPUser -Identity 23", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 948, + "Command": "Get-PnPUser -Identity 23" }, { - "Id": 949, "Rank": 3, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 949, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Id": 950, "Rank": 4, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 950, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Id": 951, "Rank": 5, - "Command": "Get-PnPUser -WithRightsAssigned", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 951, + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Id": 952, "Rank": 6, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 952, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Id": 953, "Rank": 7, - "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 953, + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Id": 954, "Rank": 1, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "CommandName": "Get-PnPUserOneDriveQuota" + "CommandName": "Get-PnPUserOneDriveQuota", + "Id": 954, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Id": 955, "Rank": 1, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPUserProfilePhoto" + "CommandName": "Get-PnPUserProfilePhoto", + "Id": 955, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Id": 956, "Rank": 2, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", - "CommandName": "Get-PnPUserProfilePhoto" + "CommandName": "Get-PnPUserProfilePhoto", + "Id": 956, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "Id": 957, "Rank": 1, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Id": 957, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Id": 958, "Rank": 2, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Id": 958, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Id": 959, "Rank": 3, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Id": 959, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Id": 960, "Rank": 1, - "Command": "Get-PnPView -List \"Demo List\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Id": 960, + "Command": "Get-PnPView -List \"Demo List\"" }, { - "Id": 961, "Rank": 2, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Id": 961, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Id": 962, "Rank": 3, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Id": 962, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Id": 963, "Rank": 1, - "Command": "Get-PnPVivaConnectionsDashboardACE", - "CommandName": "Get-PnPVivaConnectionsDashboardACE" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 963, + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Id": 964, "Rank": 2, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Get-PnPVivaConnectionsDashboardACE" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 964, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Id": 965, "Rank": 1, - "Command": "Get-PnPVivaEngageCommunity", - "CommandName": "Get-PnPVivaEngageCommunity" + "CommandName": "Get-PnPVivaEngageCommunity", + "Id": 965, + "Command": "Get-PnPVivaEngageCommunity" }, { - "Id": 966, "Rank": 2, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "CommandName": "Get-PnPVivaEngageCommunity" + "CommandName": "Get-PnPVivaEngageCommunity", + "Id": 966, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Id": 967, "Rank": 1, - "Command": "Get-PnPWeb", - "CommandName": "Get-PnPWeb" + "CommandName": "Get-PnPWeb", + "Id": 967, + "Command": "Get-PnPWeb" }, { - "Id": 968, "Rank": 1, - "Command": "Get-PnPWebHeader", - "CommandName": "Get-PnPWebHeader" + "CommandName": "Get-PnPWebHeader", + "Id": 968, + "Command": "Get-PnPWebHeader" }, { - "Id": 969, "Rank": 1, - "Command": "Get-PnPWebhookSubscription -List MyList", - "CommandName": "Get-PnPWebhookSubscription" + "CommandName": "Get-PnPWebhookSubscription", + "Id": 969, + "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "Id": 970, "Rank": 1, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "CommandName": "Get-PnPWebPart" + "CommandName": "Get-PnPWebPart", + "Id": 970, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Id": 971, "Rank": 2, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPart" + "CommandName": "Get-PnPWebPart", + "Id": 971, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 972, "Rank": 1, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", - "CommandName": "Get-PnPWebPartProperty" + "CommandName": "Get-PnPWebPartProperty", + "Id": 972, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "Id": 973, "Rank": 2, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", - "CommandName": "Get-PnPWebPartProperty" + "CommandName": "Get-PnPWebPartProperty", + "Id": 973, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "Id": 974, "Rank": 1, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPartXml" + "CommandName": "Get-PnPWebPartXml", + "Id": 974, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 975, "Rank": 1, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", - "CommandName": "Get-PnPWebPermission" + "CommandName": "Get-PnPWebPermission", + "Id": 975, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "Id": 976, "Rank": 2, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPWebPermission" + "CommandName": "Get-PnPWebPermission", + "Id": 976, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Id": 977, "Rank": 1, - "Command": "Get-PnPWebTemplates", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Id": 977, + "Command": "Get-PnPWebTemplates" }, { - "Id": 978, "Rank": 2, - "Command": "Get-PnPWebTemplates -LCID 1033", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Id": 978, + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Id": 979, "Rank": 3, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Id": 979, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Id": 980, "Rank": 1, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "CommandName": "Get-PnPWikiPageContent" + "CommandName": "Get-PnPWikiPageContent", + "Id": 980, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Id": 981, "Rank": 1, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "CommandName": "Grant-PnPAzureADAppSitePermission" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 981, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "Id": 982, "Rank": 2, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Grant-PnPAzureADAppSitePermission" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 982, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "Id": 983, "Rank": 1, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPHubSiteRights" + "CommandName": "Grant-PnPHubSiteRights", + "Id": 983, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 984, "Rank": 1, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPSiteDesignRights" + "CommandName": "Grant-PnPSiteDesignRights", + "Id": 984, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 985, "Rank": 1, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Grant-PnPTenantServicePrincipalPermission" + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Id": 985, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Id": 986, "Rank": 1, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Id": 986, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Id": 987, "Rank": 2, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Id": 987, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "Id": 988, "Rank": 3, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Id": 988, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Id": 989, "Rank": 4, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Id": 989, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Id": 990, "Rank": 1, - "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "CommandName": "Import-PnPTermGroupFromXml" + "CommandName": "Import-PnPTermGroupFromXml", + "Id": 990, + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Id": 991, "Rank": 2, - "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "CommandName": "Import-PnPTermGroupFromXml" + "CommandName": "Import-PnPTermGroupFromXml", + "Id": 991, + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Id": 992, "Rank": 1, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "CommandName": "Import-PnPTermSet" + "CommandName": "Import-PnPTermSet", + "Id": 992, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "Id": 993, "Rank": 2, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", - "CommandName": "Import-PnPTermSet" + "CommandName": "Import-PnPTermSet", + "Id": 993, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "Id": 994, "Rank": 3, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "CommandName": "Import-PnPTermSet" + "CommandName": "Import-PnPTermSet", + "Id": 994, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "Id": 995, "Rank": 1, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Install-PnPApp" + "CommandName": "Install-PnPApp", + "Id": 995, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 996, "Rank": 2, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Install-PnPApp" + "CommandName": "Install-PnPApp", + "Id": 996, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 997, "Rank": 1, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 997, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "Id": 998, "Rank": 2, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 998, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Id": 999, "Rank": 3, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 999, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Id": 1000, "Rank": 4, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1000, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Id": 1001, "Rank": 5, - "Command": "Invoke-PnPGraphMethod -Url \"users\"", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1001, + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "Id": 1002, "Rank": 6, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1002, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "Id": 1003, "Rank": 7, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1003, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "Id": 1004, "Rank": 1, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPListDesign" + "CommandName": "Invoke-PnPListDesign", + "Id": 1004, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1005, "Rank": 2, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPListDesign" + "CommandName": "Invoke-PnPListDesign", + "Id": 1005, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Id": 1006, "Rank": 1, - "Command": "Invoke-PnPQuery -RetryCount 5", - "CommandName": "Invoke-PnPQuery" + "CommandName": "Invoke-PnPQuery", + "Id": 1006, + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Id": 1007, "Rank": 1, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPSiteDesign" + "CommandName": "Invoke-PnPSiteDesign", + "Id": 1007, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1008, "Rank": 2, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPSiteDesign" + "CommandName": "Invoke-PnPSiteDesign", + "Id": 1008, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Id": 1009, "Rank": 1, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", - "CommandName": "Invoke-PnPSiteScript" + "CommandName": "Invoke-PnPSiteScript", + "Id": 1009, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "Id": 1010, "Rank": 1, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "CommandName": "Invoke-PnPSiteSwap" + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1010, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Id": 1011, "Rank": 2, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "CommandName": "Invoke-PnPSiteSwap" + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1011, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Id": 1012, "Rank": 3, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "CommandName": "Invoke-PnPSiteSwap" + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1012, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "Id": 1013, "Rank": 1, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1013, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "Id": 1014, "Rank": 2, - "Command": "Invoke-PnPSiteTemplate -Path template.xml", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1014, + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Id": 1015, "Rank": 3, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1015, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Id": 1016, "Rank": 4, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1016, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Id": 1017, "Rank": 5, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1017, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Id": 1018, "Rank": 6, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1018, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Id": 1019, "Rank": 7, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1019, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Id": 1020, "Rank": 8, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1020, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "Id": 1021, "Rank": 9, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1021, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Id": 1022, "Rank": 1, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", - "CommandName": "Invoke-PnPSPRestMethod" + "CommandName": "Invoke-PnPSPRestMethod", + "Id": 1022, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "Id": 1023, "Rank": 1, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1023, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Id": 1024, "Rank": 2, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1024, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Id": 1025, "Rank": 3, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1025, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Id": 1026, "Rank": 1, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction" + "CommandName": "Invoke-PnPWebAction", + "Id": 1026, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Id": 1027, "Rank": 2, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction" + "CommandName": "Invoke-PnPWebAction", + "Id": 1027, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Id": 1028, "Rank": 1, - "Command": "Measure-PnPList \"Documents\"", - "CommandName": "Measure-PnPList" + "CommandName": "Measure-PnPList", + "Id": 1028, + "Command": "Measure-PnPList \"Documents\"" }, { - "Id": 1029, "Rank": 2, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "CommandName": "Measure-PnPList" + "CommandName": "Measure-PnPList", + "Id": 1029, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Id": 1030, "Rank": 1, - "Command": "Measure-PnPWeb", - "CommandName": "Measure-PnPWeb" + "CommandName": "Measure-PnPWeb", + "Id": 1030, + "Command": "Measure-PnPWeb" }, { - "Id": 1031, "Rank": 2, - "Command": "Measure-PnPWeb $web -Recursive", - "CommandName": "Measure-PnPWeb" + "CommandName": "Measure-PnPWeb", + "Id": 1031, + "Command": "Measure-PnPWeb $web -Recursive" }, { - "Id": 1032, "Rank": 1, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", - "CommandName": "Merge-PnPTerm" + "CommandName": "Merge-PnPTerm", + "Id": 1032, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "Id": 1033, "Rank": 1, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Id": 1033, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "Id": 1034, "Rank": 2, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Id": 1034, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "Id": 1035, "Rank": 3, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Id": 1035, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Id": 1036, "Rank": 4, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Id": 1036, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Id": 1037, "Rank": 1, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "CommandName": "Move-PnPFolder" + "CommandName": "Move-PnPFolder", + "Id": 1037, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Id": 1038, "Rank": 2, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "CommandName": "Move-PnPFolder" + "CommandName": "Move-PnPFolder", + "Id": 1038, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Id": 1039, "Rank": 1, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Move-PnPListItemToRecycleBin" + "CommandName": "Move-PnPListItemToRecycleBin", + "Id": 1039, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Id": 1040, "Rank": 1, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "CommandName": "Move-PnPPage" + "CommandName": "Move-PnPPage", + "Id": 1040, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Id": 1041, "Rank": 1, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Id": 1041, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "Id": 1042, "Rank": 2, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Id": 1042, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "Id": 1043, "Rank": 3, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Id": 1043, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "Id": 1044, "Rank": 4, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Id": 1044, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Id": 1045, "Rank": 1, - "Command": "Move-PnPRecycleBinItem", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1045, + "Command": "Move-PnPRecycleBinItem" }, { - "Id": 1046, "Rank": 2, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1046, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Id": 1047, "Rank": 3, - "Command": "Move-PnPRecycleBinItem -Force", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1047, + "Command": "Move-PnPRecycleBinItem -Force" }, { - "Id": 1048, "Rank": 1, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", - "CommandName": "Move-PnPTerm" + "CommandName": "Move-PnPTerm", + "Id": 1048, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "Id": 1049, "Rank": 2, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", - "CommandName": "Move-PnPTerm" + "CommandName": "Move-PnPTerm", + "Id": 1049, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "Id": 1050, "Rank": 3, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", - "CommandName": "Move-PnPTerm" + "CommandName": "Move-PnPTerm", + "Id": 1050, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "Id": 1051, "Rank": 1, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", - "CommandName": "Move-PnPTermSet" + "CommandName": "Move-PnPTermSet", + "Id": 1051, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "Id": 1052, "Rank": 2, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", - "CommandName": "Move-PnPTermSet" + "CommandName": "Move-PnPTermSet", + "Id": 1052, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "Id": 1053, "Rank": 1, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Id": 1053, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Id": 1054, "Rank": 2, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Id": 1054, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "Id": 1055, "Rank": 3, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Id": 1055, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Id": 1056, "Rank": 1, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1056, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Id": 1057, "Rank": 2, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1057, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "Id": 1058, "Rank": 3, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1058, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "Id": 1059, "Rank": 1, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Id": 1059, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Id": 1060, "Rank": 2, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Id": 1060, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "Id": 1061, "Rank": 3, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Id": 1061, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "Id": 1062, "Rank": 4, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Id": 1062, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "Id": 1063, "Rank": 1, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", - "CommandName": "New-PnPContainerType" + "CommandName": "New-PnPContainerType", + "Id": 1063, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "Id": 1064, "Rank": 1, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", - "CommandName": "New-PnPGraphSubscription" + "CommandName": "New-PnPGraphSubscription", + "Id": 1064, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Id": 1065, "Rank": 2, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "CommandName": "New-PnPGraphSubscription" + "CommandName": "New-PnPGraphSubscription", + "Id": 1065, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Id": 1066, "Rank": 1, - "Command": "New-PnPGroup -Title \"My Site Users\"", - "CommandName": "New-PnPGroup" + "CommandName": "New-PnPGroup", + "Id": 1066, + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Id": 1067, "Rank": 1, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1067, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "Id": 1068, "Rank": 2, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1068, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Id": 1069, "Rank": 3, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1069, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "Id": 1070, "Rank": 4, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1070, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Id": 1071, "Rank": 1, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob" + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", + "Id": 1071, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 1072, "Rank": 1, - "Command": "New-PnPList -Title Announcements -Template Announcements", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Id": 1072, + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Id": 1073, "Rank": 2, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Id": 1073, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Id": 1074, "Rank": 3, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Id": 1074, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Id": 1075, "Rank": 1, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1075, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Id": 1076, "Rank": 2, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1076, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "Id": 1077, "Rank": 3, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1077, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Id": 1078, "Rank": 4, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1078, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "Id": 1079, "Rank": 5, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1079, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Id": 1080, "Rank": 6, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1080, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1081, "Rank": 7, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1081, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "Id": 1082, "Rank": 1, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", - "CommandName": "New-PnPMicrosoft365GroupSettings" + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 1082, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "Id": 1083, "Rank": 2, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "CommandName": "New-PnPMicrosoft365GroupSettings" + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 1083, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "Id": 1084, "Rank": 1, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", - "CommandName": "New-PnPPersonalSite" + "CommandName": "New-PnPPersonalSite", + "Id": 1084, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Id": 1085, "Rank": 1, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "CommandName": "New-PnPPlannerPlan" + "CommandName": "New-PnPPlannerPlan", + "Id": 1085, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Id": 1086, "Rank": 1, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", - "CommandName": "New-PnpProfileCardProperty" + "CommandName": "New-PnpProfileCardProperty", + "Id": 1086, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "Id": 1087, "Rank": 1, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "CommandName": "New-PnPSdnProvider" + "CommandName": "New-PnPSdnProvider", + "Id": 1087, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Id": 1088, "Rank": 1, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", - "CommandName": "New-PnPSearchExternalConnection" + "CommandName": "New-PnPSearchExternalConnection", + "Id": 1088, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "Id": 1089, "Rank": 2, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "CommandName": "New-PnPSearchExternalConnection" + "CommandName": "New-PnPSearchExternalConnection", + "Id": 1089, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Id": 1090, "Rank": 1, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1090, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Id": 1091, "Rank": 2, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1091, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "Id": 1092, "Rank": 3, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1092, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Id": 1093, "Rank": 4, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1093, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Id": 1094, "Rank": 5, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1094, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Id": 1095, "Rank": 6, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1095, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Id": 1096, "Rank": 7, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1096, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Id": 1097, "Rank": 8, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1097, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Id": 1098, "Rank": 9, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1098, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "Id": 1099, "Rank": 10, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1099, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "Id": 1100, "Rank": 11, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1100, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Id": 1101, "Rank": 12, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1101, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Id": 1102, "Rank": 13, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1102, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Id": 1103, "Rank": 14, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1103, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Id": 1104, "Rank": 15, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1104, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Id": 1105, "Rank": 16, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1105, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Id": 1106, "Rank": 17, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Id": 1106, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "Id": 1107, "Rank": 1, - "Command": "New-PnPSiteCollectionTermStore", - "CommandName": "New-PnPSiteCollectionTermStore" + "CommandName": "New-PnPSiteCollectionTermStore", + "Id": 1107, + "Command": "New-PnPSiteCollectionTermStore" }, { - "Id": 1108, "Rank": 1, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1108, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "Id": 1109, "Rank": 2, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1109, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "Id": 1110, "Rank": 3, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1110, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "Id": 1111, "Rank": 4, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1111, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Id": 1112, "Rank": 1, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "New-PnPSiteFileVersionExpirationReportJob" + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", + "Id": 1112, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 1113, "Rank": 1, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "CommandName": "New-PnPSiteGroup" + "CommandName": "New-PnPSiteGroup", + "Id": 1113, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "Id": 1114, "Rank": 2, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "CommandName": "New-PnPSiteGroup" + "CommandName": "New-PnPSiteGroup", + "Id": 1114, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Id": 1115, "Rank": 1, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1115, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Id": 1116, "Rank": 2, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1116, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Id": 1117, "Rank": 3, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1117, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "Id": 1118, "Rank": 4, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1118, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "Id": 1119, "Rank": 5, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1119, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "Id": 1120, "Rank": 6, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1120, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1121, "Rank": 7, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1121, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Id": 1122, "Rank": 8, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1122, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Id": 1123, "Rank": 1, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "CommandName": "New-PnPTeamsApp" + "CommandName": "New-PnPTeamsApp", + "Id": 1123, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Id": 1124, "Rank": 1, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Id": 1124, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Id": 1125, "Rank": 2, - "Command": "New-PnPTeamsTeam -GroupId $groupId", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Id": 1125, + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Id": 1126, "Rank": 3, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Id": 1126, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "Id": 1127, "Rank": 4, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Id": 1127, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Id": 1128, "Rank": 5, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Id": 1128, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "Id": 1129, "Rank": 6, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Id": 1129, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1130, "Rank": 1, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", - "CommandName": "New-PnPTenantSite" + "CommandName": "New-PnPTenantSite", + "Id": 1130, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Id": 1131, "Rank": 2, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "CommandName": "New-PnPTenantSite" + "CommandName": "New-PnPTenantSite", + "Id": 1131, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Id": 1132, "Rank": 1, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", - "CommandName": "New-PnPTerm" + "CommandName": "New-PnPTerm", + "Id": 1132, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Id": 1133, "Rank": 2, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "New-PnPTerm" + "CommandName": "New-PnPTerm", + "Id": 1133, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1134, "Rank": 1, - "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "CommandName": "New-PnPTermGroup" + "CommandName": "New-PnPTermGroup", + "Id": 1134, + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Id": 1135, "Rank": 2, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "CommandName": "New-PnPTermGroup" + "CommandName": "New-PnPTermGroup", + "Id": 1135, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Id": 1136, "Rank": 1, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "CommandName": "New-PnPTermLabel" + "CommandName": "New-PnPTermLabel", + "Id": 1136, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Id": 1137, "Rank": 1, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "CommandName": "New-PnPTermSet" + "CommandName": "New-PnPTermSet", + "Id": 1137, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Id": 1138, "Rank": 1, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", - "CommandName": "New-PnPTodoList" + "CommandName": "New-PnPTodoList", + "Id": 1138, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "Id": 1139, "Rank": 2, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", - "CommandName": "New-PnPTodoList" + "CommandName": "New-PnPTodoList", + "Id": 1139, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Id": 1140, "Rank": 1, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", - "CommandName": "New-PnPUPABulkImportJob" + "CommandName": "New-PnPUPABulkImportJob", + "Id": 1140, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "Id": 1141, "Rank": 2, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "CommandName": "New-PnPUPABulkImportJob" + "CommandName": "New-PnPUPABulkImportJob", + "Id": 1141, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "Id": 1142, "Rank": 1, - "Command": "New-PnPUser -LoginName user@company.com", - "CommandName": "New-PnPUser" + "CommandName": "New-PnPUser", + "Id": 1142, + "Command": "New-PnPUser -LoginName user@company.com" }, { - "Id": 1143, "Rank": 1, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", - "CommandName": "New-PnPVivaEngageCommunity" + "CommandName": "New-PnPVivaEngageCommunity", + "Id": 1143, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "Id": 1144, "Rank": 1, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", - "CommandName": "New-PnPWeb" + "CommandName": "New-PnPWeb", + "Id": 1144, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "Id": 1145, "Rank": 1, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Publish-PnPApp" + "CommandName": "Publish-PnPApp", + "Id": 1145, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 1146, "Rank": 2, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "CommandName": "Publish-PnPApp" + "CommandName": "Publish-PnPApp", + "Id": 1146, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Id": 1147, "Rank": 1, - "Command": "Publish-PnPContentType -ContentType 0x0101", - "CommandName": "Publish-PnPContentType" + "CommandName": "Publish-PnPContentType", + "Id": 1147, + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Id": 1148, "Rank": 1, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Publish-PnPSyntexModel" + "CommandName": "Publish-PnPSyntexModel", + "Id": 1148, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Id": 1149, "Rank": 2, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "CommandName": "Publish-PnPSyntexModel" + "CommandName": "Publish-PnPSyntexModel", + "Id": 1149, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Id": 1150, "Rank": 1, - "Command": "Read-PnPSiteTemplate -Path template.pnp", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Id": 1150, + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Id": 1151, "Rank": 2, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Id": 1151, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Id": 1152, "Rank": 3, - "Command": "Read-PnPSiteTemplate -Xml $xml", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Id": 1152, + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Id": 1153, "Rank": 1, - "Command": "Read-PnPTenantTemplate -Path template.pnp", - "CommandName": "Read-PnPTenantTemplate" + "CommandName": "Read-PnPTenantTemplate", + "Id": 1153, + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Id": 1154, "Rank": 1, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "CommandName": "Register-PnPAppCatalogSite" + "CommandName": "Register-PnPAppCatalogSite", + "Id": 1154, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Id": 1155, "Rank": 1, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1155, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "Id": 1156, "Rank": 2, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1156, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1157, "Rank": 3, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1157, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "Id": 1158, "Rank": 4, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1158, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1159, "Rank": 5, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1159, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1160, "Rank": 6, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1160, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1161, "Rank": 7, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1161, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "Id": 1162, "Rank": 8, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Id": 1162, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "Id": 1163, "Rank": 1, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Id": 1163, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "Id": 1164, "Rank": 2, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Id": 1164, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "Id": 1165, "Rank": 1, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Register-PnPHubSite" + "CommandName": "Register-PnPHubSite", + "Id": 1165, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Id": 1166, "Rank": 2, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "CommandName": "Register-PnPHubSite" + "CommandName": "Register-PnPHubSite", + "Id": 1166, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Id": 1167, "Rank": 1, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "CommandName": "Remove-PnPAdaptiveScopeProperty" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 1167, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Id": 1168, "Rank": 2, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "CommandName": "Remove-PnPAdaptiveScopeProperty" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 1168, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Id": 1169, "Rank": 1, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "CommandName": "Remove-PnPAlert" + "CommandName": "Remove-PnPAlert", + "Id": 1169, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "Id": 1170, "Rank": 2, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAlert" + "CommandName": "Remove-PnPAlert", + "Id": 1170, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 1171, "Rank": 1, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Remove-PnPApp" + "CommandName": "Remove-PnPApp", + "Id": 1171, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1172, "Rank": 2, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Remove-PnPApp" + "CommandName": "Remove-PnPApp", + "Id": 1172, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1173, "Rank": 1, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPApplicationCustomizer" + "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 1173, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1174, "Rank": 2, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPApplicationCustomizer" + "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 1174, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Id": 1175, "Rank": 1, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "CommandName": "Remove-PnPAvailableSiteClassification" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 1175, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Id": 1176, "Rank": 2, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Remove-PnPAvailableSiteClassification" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 1176, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Id": 1177, "Rank": 1, - "Command": "Remove-PnPAzureADApp -Identity MyApp", - "CommandName": "Remove-PnPAzureADApp" + "CommandName": "Remove-PnPAzureADApp", + "Id": 1177, + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Id": 1178, "Rank": 2, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Remove-PnPAzureADApp" + "CommandName": "Remove-PnPAzureADApp", + "Id": 1178, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 1179, "Rank": 1, - "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "CommandName": "Remove-PnPAzureADGroup" + "CommandName": "Remove-PnPAzureADGroup", + "Id": 1179, + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Id": 1180, "Rank": 2, - "Command": "Remove-PnPAzureADGroup -Identity $group", - "CommandName": "Remove-PnPAzureADGroup" + "CommandName": "Remove-PnPAzureADGroup", + "Id": 1180, + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Id": 1181, "Rank": 1, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupMember" + "CommandName": "Remove-PnPAzureADGroupMember", + "Id": 1181, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1182, "Rank": 1, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupOwner" + "CommandName": "Remove-PnPAzureADGroupOwner", + "Id": 1182, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1183, "Rank": 1, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1183, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Id": 1184, "Rank": 2, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1184, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Id": 1185, "Rank": 3, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1185, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 1186, "Rank": 4, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1186, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Id": 1187, "Rank": 1, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "Remove-PnPAzureADUser" + "CommandName": "Remove-PnPAzureADUser", + "Id": 1187, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "Id": 1188, "Rank": 2, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", - "CommandName": "Remove-PnPAzureADUser" + "CommandName": "Remove-PnPAzureADUser", + "Id": 1188, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "Id": 1189, "Rank": 1, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Remove-PnPContainer" + "CommandName": "Remove-PnPContainer", + "Id": 1189, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 1190, "Rank": 2, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "CommandName": "Remove-PnPContainer" + "CommandName": "Remove-PnPContainer", + "Id": 1190, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Id": 1191, "Rank": 1, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", - "CommandName": "Remove-PnPContainerType" + "CommandName": "Remove-PnPContainerType", + "Id": 1191, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "Id": 1192, "Rank": 1, - "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "CommandName": "Remove-PnPContentType" + "CommandName": "Remove-PnPContentType", + "Id": 1192, + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Id": 1193, "Rank": 2, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "CommandName": "Remove-PnPContentType" + "CommandName": "Remove-PnPContentType", + "Id": 1193, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Id": 1194, "Rank": 1, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Remove-PnPContentTypeFromDocumentSet" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 1194, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Id": 1195, "Rank": 2, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Remove-PnPContentTypeFromDocumentSet" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 1195, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Id": 1196, "Rank": 1, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPContentTypeFromList" + "CommandName": "Remove-PnPContentTypeFromList", + "Id": 1196, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Id": 1197, "Rank": 1, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Id": 1197, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1198, "Rank": 2, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Id": 1198, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Id": 1199, "Rank": 3, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Id": 1199, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Id": 1200, "Rank": 1, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Remove-PnPDeletedMicrosoft365Group" + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Id": 1200, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 1201, "Rank": 1, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1201, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 1202, "Rank": 2, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1202, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 1203, "Rank": 3, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1203, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Id": 1204, "Rank": 4, - "Command": "Remove-PnPEventReceiver -List ProjectList", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1204, + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Id": 1205, "Rank": 5, - "Command": "Remove-PnPEventReceiver", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1205, + "Command": "Remove-PnPEventReceiver" }, { - "Id": 1206, "Rank": 6, - "Command": "Remove-PnPEventReceiver -Scope Site", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1206, + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Id": 1207, "Rank": 7, - "Command": "Remove-PnPEventReceiver -Scope Web", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1207, + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Id": 1208, "Rank": 8, - "Command": "Remove-PnPEventReceiver -Scope All", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1208, + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Id": 1209, "Rank": 1, - "Command": "Remove-PnPField -Identity \"Speakers\"", - "CommandName": "Remove-PnPField" + "CommandName": "Remove-PnPField", + "Id": 1209, + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Id": 1210, "Rank": 2, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Remove-PnPField" + "CommandName": "Remove-PnPField", + "Id": 1210, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Id": 1211, "Rank": 1, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPFieldFromContentType" + "CommandName": "Remove-PnPFieldFromContentType", + "Id": 1211, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Id": 1212, "Rank": 2, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "CommandName": "Remove-PnPFieldFromContentType" + "CommandName": "Remove-PnPFieldFromContentType", + "Id": 1212, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Id": 1213, "Rank": 1, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Id": 1213, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Id": 1214, "Rank": 2, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Id": 1214, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Id": 1215, "Rank": 3, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Id": 1215, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Id": 1216, "Rank": 1, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "CommandName": "Remove-PnPFileFromSiteTemplate" + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Id": 1216, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Id": 1217, "Rank": 1, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Remove-PnPFileSharingLink" + "CommandName": "Remove-PnPFileSharingLink", + "Id": 1217, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 1218, "Rank": 2, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", - "CommandName": "Remove-PnPFileSharingLink" + "CommandName": "Remove-PnPFileSharingLink", + "Id": 1218, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "Id": 1219, "Rank": 1, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Id": 1219, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Id": 1220, "Rank": 2, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Id": 1220, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Id": 1221, "Rank": 3, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Id": 1221, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Id": 1222, "Rank": 1, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Remove-PnPFlow" + "CommandName": "Remove-PnPFlow", + "Id": 1222, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1223, "Rank": 2, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", - "CommandName": "Remove-PnPFlow" + "CommandName": "Remove-PnPFlow", + "Id": 1223, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "Id": 1224, "Rank": 1, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1224, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "Id": 1225, "Rank": 2, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1225, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "Id": 1226, "Rank": 3, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1226, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "Id": 1227, "Rank": 4, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1227, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "Id": 1228, "Rank": 1, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Remove-PnPFolder" + "CommandName": "Remove-PnPFolder", + "Id": 1228, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Id": 1229, "Rank": 2, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "CommandName": "Remove-PnPFolder" + "CommandName": "Remove-PnPFolder", + "Id": 1229, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Id": 1230, "Rank": 1, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Remove-PnPFolderSharingLink" + "CommandName": "Remove-PnPFolderSharingLink", + "Id": 1230, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 1231, "Rank": 2, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", - "CommandName": "Remove-PnPFolderSharingLink" + "CommandName": "Remove-PnPFolderSharingLink", + "Id": 1231, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "Id": 1232, "Rank": 1, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "CommandName": "Remove-PnPGraphSubscription" + "CommandName": "Remove-PnPGraphSubscription", + "Id": 1232, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Id": 1233, "Rank": 1, - "Command": "Remove-PnPGroup -Identity \"My Users\"", - "CommandName": "Remove-PnPGroup" + "CommandName": "Remove-PnPGroup", + "Id": 1233, + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Id": 1234, "Rank": 1, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Remove-PnPGroupMember" + "CommandName": "Remove-PnPGroupMember", + "Id": 1234, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Id": 1235, "Rank": 1, - "Command": "Remove-PnPHomeSite", - "CommandName": "Remove-PnPHomeSite" + "CommandName": "Remove-PnPHomeSite", + "Id": 1235, + "Command": "Remove-PnPHomeSite" }, { - "Id": 1236, "Rank": 1, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPHubSiteAssociation" + "CommandName": "Remove-PnPHubSiteAssociation", + "Id": 1236, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Id": 1237, "Rank": 1, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "CommandName": "Remove-PnPHubToHubAssociation" + "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 1237, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Id": 1238, "Rank": 2, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "CommandName": "Remove-PnPHubToHubAssociation" + "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 1238, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Id": 1239, "Rank": 1, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "CommandName": "Remove-PnPIndexedProperty" + "CommandName": "Remove-PnPIndexedProperty", + "Id": 1239, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Id": 1240, "Rank": 1, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1240, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Id": 1241, "Rank": 2, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1241, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Id": 1242, "Rank": 3, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1242, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Id": 1243, "Rank": 4, - "Command": "Remove-PnPJavaScriptLink -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1243, + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Id": 1244, "Rank": 5, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1244, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Id": 1245, "Rank": 1, - "Command": "Remove-PnPKnowledgeHubSite", - "CommandName": "Remove-PnPKnowledgeHubSite" + "CommandName": "Remove-PnPKnowledgeHubSite", + "Id": 1245, + "Command": "Remove-PnPKnowledgeHubSite" }, { - "Id": 1246, "Rank": 1, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1246, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "Id": 1247, "Rank": 2, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1247, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Id": 1248, "Rank": 1, - "Command": "Remove-PnPList -Identity Announcements", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Id": 1248, + "Command": "Remove-PnPList -Identity Announcements" }, { - "Id": 1249, "Rank": 2, - "Command": "Remove-PnPList -Identity Announcements -Force", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Id": 1249, + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Id": 1250, "Rank": 3, - "Command": "Remove-PnPList -Identity Announcements -Recycle", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Id": 1250, + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Id": 1251, "Rank": 4, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Id": 1251, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Id": 1252, "Rank": 1, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPListDesign" + "CommandName": "Remove-PnPListDesign", + "Id": 1252, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1253, "Rank": 1, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Id": 1253, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Id": 1254, "Rank": 2, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Id": 1254, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Id": 1255, "Rank": 3, - "Command": "Remove-PnPListItem -List \"Demo List\"", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Id": 1255, + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Id": 1256, "Rank": 1, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1256, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "Id": 1257, "Rank": 2, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1257, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "Id": 1258, "Rank": 3, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1258, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Id": 1259, "Rank": 4, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1259, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Id": 1260, "Rank": 5, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1260, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Id": 1261, "Rank": 1, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Id": 1261, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "Id": 1262, "Rank": 2, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Id": 1262, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "Id": 1263, "Rank": 3, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Id": 1263, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "Id": 1264, "Rank": 4, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Id": 1264, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "Id": 1265, "Rank": 1, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "CommandName": "Remove-PnPListItemVersion" + "CommandName": "Remove-PnPListItemVersion", + "Id": 1265, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Id": 1266, "Rank": 2, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "CommandName": "Remove-PnPListItemVersion" + "CommandName": "Remove-PnPListItemVersion", + "Id": 1266, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Id": 1267, "Rank": 1, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPManagedAppId" + "CommandName": "Remove-PnPManagedAppId", + "Id": 1267, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "Id": 1268, "Rank": 1, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Remove-PnPMicrosoft365Group" + "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1268, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Id": 1269, "Rank": 2, - "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "CommandName": "Remove-PnPMicrosoft365Group" + "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1269, + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Id": 1270, "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupMember" + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Id": 1270, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1271, "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupOwner" + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Id": 1271, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1272, "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", - "CommandName": "Remove-PnPMicrosoft365GroupPhoto" + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", + "Id": 1272, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "Id": 1273, "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "CommandName": "Remove-PnPMicrosoft365GroupSettings" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1273, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Id": 1274, "Rank": 2, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "CommandName": "Remove-PnPMicrosoft365GroupSettings" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1274, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Id": 1275, "Rank": 1, - "Command": "Remove-PnPNavigationNode -Identity 1032", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Id": 1275, + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Id": 1276, "Rank": 2, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Id": 1276, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Id": 1277, "Rank": 3, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Id": 1277, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Id": 1278, "Rank": 1, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1278, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Id": 1279, "Rank": 2, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1279, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Id": 1280, "Rank": 3, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1280, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Id": 1281, "Rank": 1, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPOrgNewsSite" + "CommandName": "Remove-PnPOrgNewsSite", + "Id": 1281, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Id": 1282, "Rank": 1, - "Command": "Remove-PnPPage -Identity \"MyPage\"", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Id": 1282, + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Id": 1283, "Rank": 2, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Id": 1283, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Id": 1284, "Rank": 3, - "Command": "Remove-PnPPage $page", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Id": 1284, + "Command": "Remove-PnPPage $page" }, { - "Id": 1285, "Rank": 4, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Id": 1285, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Id": 1286, "Rank": 1, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPPageComponent" + "CommandName": "Remove-PnPPageComponent", + "Id": 1286, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 1287, "Rank": 1, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "CommandName": "Remove-PnPPlannerBucket" + "CommandName": "Remove-PnPPlannerBucket", + "Id": 1287, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Id": 1288, "Rank": 1, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "CommandName": "Remove-PnPPlannerPlan" + "CommandName": "Remove-PnPPlannerPlan", + "Id": 1288, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Id": 1289, "Rank": 1, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Remove-PnPPlannerRoster" + "CommandName": "Remove-PnPPlannerRoster", + "Id": 1289, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Id": 1290, "Rank": 1, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPPlannerRosterMember" + "CommandName": "Remove-PnPPlannerRosterMember", + "Id": 1290, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 1291, "Rank": 1, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "CommandName": "Remove-PnPPlannerTask" + "CommandName": "Remove-PnPPlannerTask", + "Id": 1291, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Id": 1292, "Rank": 1, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", - "CommandName": "Remove-PnPProfileCardProperty" + "CommandName": "Remove-PnPProfileCardProperty", + "Id": 1292, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "Id": 1293, "Rank": 1, - "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1293, + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Id": 1294, "Rank": 2, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1294, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Id": 1295, "Rank": 3, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1295, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Id": 1296, "Rank": 1, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Remove-PnPPublishingImageRendition" + "CommandName": "Remove-PnPPublishingImageRendition", + "Id": 1296, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Id": 1297, "Rank": 1, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "CommandName": "Remove-PnPRoleDefinition" + "CommandName": "Remove-PnPRoleDefinition", + "Id": 1297, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Id": 1298, "Rank": 1, - "Command": "Remove-PnPSdnProvider -Confirm:false", - "CommandName": "Remove-PnPSdnProvider" + "CommandName": "Remove-PnPSdnProvider", + "Id": 1298, + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Id": 1299, "Rank": 1, - "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1299, + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Id": 1300, "Rank": 2, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1300, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Id": 1301, "Rank": 3, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1301, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Id": 1302, "Rank": 4, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1302, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 1303, "Rank": 1, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "CommandName": "Remove-PnPSearchExternalConnection" + "CommandName": "Remove-PnPSearchExternalConnection", + "Id": 1303, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Id": 1304, "Rank": 1, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "CommandName": "Remove-PnPSearchExternalItem" + "CommandName": "Remove-PnPSearchExternalItem", + "Id": 1304, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Id": 1305, "Rank": 1, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPSiteCollectionAdmin" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1305, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1306, "Rank": 2, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Remove-PnPSiteCollectionAdmin" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1306, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 1307, "Rank": 1, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Remove-PnPSiteCollectionAppCatalog" + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Id": 1307, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Id": 1308, "Rank": 1, - "Command": "Remove-PnPSiteCollectionTermStore", - "CommandName": "Remove-PnPSiteCollectionTermStore" + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Id": 1308, + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Id": 1309, "Rank": 1, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesign" + "CommandName": "Remove-PnPSiteDesign", + "Id": 1309, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1310, "Rank": 1, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesignTask" + "CommandName": "Remove-PnPSiteDesignTask", + "Id": 1310, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1311, "Rank": 1, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1311, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Id": 1312, "Rank": 2, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1312, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "Id": 1313, "Rank": 1, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Remove-PnPSiteGroup" + "CommandName": "Remove-PnPSiteGroup", + "Id": 1313, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1314, "Rank": 2, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "CommandName": "Remove-PnPSiteGroup" + "CommandName": "Remove-PnPSiteGroup", + "Id": 1314, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Id": 1315, "Rank": 1, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteScript" + "CommandName": "Remove-PnPSiteScript", + "Id": 1315, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1316, "Rank": 1, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Remove-PnPSiteUserInvitations" + "CommandName": "Remove-PnPSiteUserInvitations", + "Id": 1316, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Id": 1317, "Rank": 1, - "Command": "Remove-PnPStorageEntity -Key MyKey", - "CommandName": "Remove-PnPStorageEntity" + "CommandName": "Remove-PnPStorageEntity", + "Id": 1317, + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Id": 1318, "Rank": 2, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Remove-PnPStorageEntity" + "CommandName": "Remove-PnPStorageEntity", + "Id": 1318, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Id": 1319, "Rank": 1, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPStoredCredential" + "CommandName": "Remove-PnPStoredCredential", + "Id": 1319, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Id": 1320, "Rank": 1, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "CommandName": "Remove-PnPTaxonomyItem" + "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1320, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Id": 1321, "Rank": 2, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "CommandName": "Remove-PnPTaxonomyItem" + "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1321, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Id": 1322, "Rank": 1, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "CommandName": "Remove-PnPTeamsApp" + "CommandName": "Remove-PnPTeamsApp", + "Id": 1322, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Id": 1323, "Rank": 2, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "CommandName": "Remove-PnPTeamsApp" + "CommandName": "Remove-PnPTeamsApp", + "Id": 1323, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Id": 1324, "Rank": 1, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", - "CommandName": "Remove-PnPTeamsChannel" + "CommandName": "Remove-PnPTeamsChannel", + "Id": 1324, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "Id": 1325, "Rank": 1, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1325, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "Id": 1326, "Rank": 2, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1326, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 1327, "Rank": 3, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1327, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "Id": 1328, "Rank": 1, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Id": 1328, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "Id": 1329, "Rank": 2, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Id": 1329, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "Id": 1330, "Rank": 3, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Id": 1330, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "Id": 1331, "Rank": 1, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Remove-PnPTeamsTag" + "CommandName": "Remove-PnPTeamsTag", + "Id": 1331, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Id": 1332, "Rank": 1, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Remove-PnPTeamsTeam" + "CommandName": "Remove-PnPTeamsTeam", + "Id": 1332, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Id": 1333, "Rank": 2, - "Command": "Remove-PnPTeamsTeam -Identity testteam", - "CommandName": "Remove-PnPTeamsTeam" + "CommandName": "Remove-PnPTeamsTeam", + "Id": 1333, + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Id": 1334, "Rank": 1, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Id": 1334, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Id": 1335, "Rank": 2, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Id": 1335, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 1336, "Rank": 3, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Id": 1336, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "Id": 1337, "Rank": 1, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Remove-PnPTenantCdnOrigin" + "CommandName": "Remove-PnPTenantCdnOrigin", + "Id": 1337, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Id": 1338, "Rank": 1, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantDeletedSite" + "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1338, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1339, "Rank": 2, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Remove-PnPTenantDeletedSite" + "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1339, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Id": 1340, "Rank": 1, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1340, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Id": 1341, "Rank": 2, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1341, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Id": 1342, "Rank": 3, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1342, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Id": 1343, "Rank": 1, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Id": 1343, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1344, "Rank": 2, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Id": 1344, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "Id": 1345, "Rank": 3, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Id": 1345, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Id": 1346, "Rank": 1, - "Command": "Remove-PnPTenantSyncClientRestriction", - "CommandName": "Remove-PnPTenantSyncClientRestriction" + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Id": 1346, + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Id": 1347, "Rank": 1, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Remove-PnPTenantTheme" + "CommandName": "Remove-PnPTenantTheme", + "Id": 1347, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Id": 1348, "Rank": 1, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTerm" + "CommandName": "Remove-PnPTerm", + "Id": 1348, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Id": 1349, "Rank": 2, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTerm" + "CommandName": "Remove-PnPTerm", + "Id": 1349, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 1350, "Rank": 1, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Id": 1350, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Id": 1351, "Rank": 2, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Id": 1351, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Id": 1352, "Rank": 3, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Id": 1352, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Id": 1353, "Rank": 1, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "CommandName": "Remove-PnPTermLabel" + "CommandName": "Remove-PnPTermLabel", + "Id": 1353, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "Id": 1354, "Rank": 2, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTermLabel" + "CommandName": "Remove-PnPTermLabel", + "Id": 1354, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 1355, "Rank": 1, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", - "CommandName": "Remove-PnPTodoList" + "CommandName": "Remove-PnPTodoList", + "Id": 1355, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "Id": 1356, "Rank": 2, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", - "CommandName": "Remove-PnPTodoList" + "CommandName": "Remove-PnPTodoList", + "Id": 1356, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "Id": 1357, "Rank": 1, - "Command": "Remove-PnPUser -Identity 23", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Id": 1357, + "Command": "Remove-PnPUser -Identity 23" }, { - "Id": 1358, "Rank": 2, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Id": 1358, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "Id": 1359, "Rank": 3, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Id": 1359, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "Id": 1360, "Rank": 1, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Remove-PnPUserInfo" + "CommandName": "Remove-PnPUserInfo", + "Id": 1360, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Id": 1361, "Rank": 1, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Remove-PnPUserProfile" + "CommandName": "Remove-PnPUserProfile", + "Id": 1361, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Id": 1362, "Rank": 1, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPUserProfilePhoto" + "CommandName": "Remove-PnPUserProfilePhoto", + "Id": 1362, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Id": 1363, "Rank": 1, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "CommandName": "Remove-PnPView" + "CommandName": "Remove-PnPView", + "Id": 1363, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Id": 1364, "Rank": 1, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Remove-PnPVivaConnectionsDashboardACE" + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Id": 1364, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Id": 1365, "Rank": 1, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "CommandName": "Remove-PnPVivaEngageCommunity" + "CommandName": "Remove-PnPVivaEngageCommunity", + "Id": 1365, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Id": 1366, "Rank": 1, - "Command": "Remove-PnPWeb -Identity projectA", - "CommandName": "Remove-PnPWeb" + "CommandName": "Remove-PnPWeb", + "Id": 1366, + "Command": "Remove-PnPWeb -Identity projectA" }, { - "Id": 1367, "Rank": 2, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "CommandName": "Remove-PnPWeb" + "CommandName": "Remove-PnPWeb", + "Id": 1367, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Id": 1368, "Rank": 1, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "CommandName": "Remove-PnPWebhookSubscription" + "CommandName": "Remove-PnPWebhookSubscription", + "Id": 1368, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "Id": 1369, "Rank": 1, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPWebPart" + "CommandName": "Remove-PnPWebPart", + "Id": 1369, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 1370, "Rank": 2, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "CommandName": "Remove-PnPWebPart" + "CommandName": "Remove-PnPWebPart", + "Id": 1370, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Id": 1371, "Rank": 1, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "CommandName": "Remove-PnPWikiPage" + "CommandName": "Remove-PnPWikiPage", + "Id": 1371, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Id": 1372, "Rank": 1, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Id": 1372, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Id": 1373, "Rank": 2, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Id": 1373, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Id": 1374, "Rank": 3, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Id": 1374, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Id": 1375, "Rank": 1, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "CommandName": "Rename-PnPFolder" + "CommandName": "Rename-PnPFolder", + "Id": 1375, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Id": 1376, "Rank": 1, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Repair-PnPSite" + "CommandName": "Repair-PnPSite", + "Id": 1376, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1377, "Rank": 2, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Repair-PnPSite" + "CommandName": "Repair-PnPSite", + "Id": 1377, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Id": 1378, "Rank": 1, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "CommandName": "Request-PnPPersonalSite" + "CommandName": "Request-PnPPersonalSite", + "Id": 1378, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Id": 1379, "Rank": 2, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "CommandName": "Request-PnPPersonalSite" + "CommandName": "Request-PnPPersonalSite", + "Id": 1379, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Id": 1380, "Rank": 1, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "CommandName": "Request-PnPReIndexList" + "CommandName": "Request-PnPReIndexList", + "Id": 1380, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Id": 1381, "Rank": 1, - "Command": "Request-PnPReIndexWeb", - "CommandName": "Request-PnPReIndexWeb" + "CommandName": "Request-PnPReIndexWeb", + "Id": 1381, + "Command": "Request-PnPReIndexWeb" }, { - "Id": 1382, "Rank": 1, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1382, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Id": 1383, "Rank": 2, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1383, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Id": 1384, "Rank": 3, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1384, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Id": 1385, "Rank": 1, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", - "CommandName": "Reset-PnPDocumentId" + "CommandName": "Reset-PnPDocumentId", + "Id": 1385, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "Id": 1386, "Rank": 2, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", - "CommandName": "Reset-PnPDocumentId" + "CommandName": "Reset-PnPDocumentId", + "Id": 1386, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "Id": 1387, "Rank": 1, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "CommandName": "Reset-PnPFileVersion" + "CommandName": "Reset-PnPFileVersion", + "Id": 1387, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Id": 1388, "Rank": 2, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "CommandName": "Reset-PnPFileVersion" + "CommandName": "Reset-PnPFileVersion", + "Id": 1388, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Id": 1389, "Rank": 1, - "Command": "Reset-PnPMicrosoft365GroupExpiration", - "CommandName": "Reset-PnPMicrosoft365GroupExpiration" + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", + "Id": 1389, + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Id": 1390, "Rank": 1, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", - "CommandName": "Reset-PnPRetentionLabel" + "CommandName": "Reset-PnPRetentionLabel", + "Id": 1390, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "Id": 1391, "Rank": 2, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", - "CommandName": "Reset-PnPRetentionLabel" + "CommandName": "Reset-PnPRetentionLabel", + "Id": 1391, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "Id": 1392, "Rank": 1, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault" + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Id": 1392, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Id": 1393, "Rank": 1, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "CommandName": "Resolve-PnPFolder" + "CommandName": "Resolve-PnPFolder", + "Id": 1393, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Id": 1394, "Rank": 1, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Restart-PnPFlowRun" + "CommandName": "Restart-PnPFlowRun", + "Id": 1394, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 1395, "Rank": 1, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Restore-PnPDeletedContainer" + "CommandName": "Restore-PnPDeletedContainer", + "Id": 1395, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 1396, "Rank": 1, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Restore-PnPDeletedMicrosoft365Group" + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Id": 1396, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 1397, "Rank": 1, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Id": 1397, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Id": 1398, "Rank": 2, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Id": 1398, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Id": 1399, "Rank": 3, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Id": 1399, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Id": 1400, "Rank": 1, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Restore-PnPFlow" + "CommandName": "Restore-PnPFlow", + "Id": 1400, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1401, "Rank": 2, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Restore-PnPFlow" + "CommandName": "Restore-PnPFlow", + "Id": 1401, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1402, "Rank": 1, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "CommandName": "Restore-PnPListItemVersion" + "CommandName": "Restore-PnPListItemVersion", + "Id": 1402, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Id": 1403, "Rank": 2, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "CommandName": "Restore-PnPListItemVersion" + "CommandName": "Restore-PnPListItemVersion", + "Id": 1403, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Id": 1404, "Rank": 1, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Restore-PnPRecycleBinItem" + "CommandName": "Restore-PnPRecycleBinItem", + "Id": 1404, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Id": 1405, "Rank": 1, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantRecycleBinItem" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1405, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1406, "Rank": 2, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Restore-PnPTenantRecycleBinItem" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1406, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Id": 1407, "Rank": 1, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Id": 1407, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1408, "Rank": 2, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Id": 1408, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Id": 1409, "Rank": 3, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Id": 1409, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Id": 1410, "Rank": 1, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "CommandName": "Revoke-PnPAzureADAppSitePermission" + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Id": 1410, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Id": 1411, "Rank": 1, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPHubSiteRights" + "CommandName": "Revoke-PnPHubSiteRights", + "Id": 1411, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 1412, "Rank": 1, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPSiteDesignRights" + "CommandName": "Revoke-PnPSiteDesignRights", + "Id": 1412, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 1413, "Rank": 1, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Revoke-PnPTenantServicePrincipalPermission" + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Id": 1413, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Id": 1414, "Rank": 1, - "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "CommandName": "Revoke-PnPUserSession" + "CommandName": "Revoke-PnPUserSession", + "Id": 1414, + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Id": 1415, "Rank": 1, - "Command": "Save-PnPPageConversionLog", - "CommandName": "Save-PnPPageConversionLog" + "CommandName": "Save-PnPPageConversionLog", + "Id": 1415, + "Command": "Save-PnPPageConversionLog" }, { - "Id": 1416, "Rank": 1, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "CommandName": "Save-PnPSiteTemplate" + "CommandName": "Save-PnPSiteTemplate", + "Id": 1416, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Id": 1417, "Rank": 1, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "CommandName": "Save-PnPTenantTemplate" + "CommandName": "Save-PnPTenantTemplate", + "Id": 1417, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "Id": 1418, "Rank": 1, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Id": 1418, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Id": 1419, "Rank": 2, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Id": 1419, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "Id": 1420, "Rank": 3, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Id": 1420, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Id": 1421, "Rank": 4, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Id": 1421, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "Id": 1422, "Rank": 5, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Id": 1422, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "Id": 1423, "Rank": 1, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "CommandName": "Set-PnPAdaptiveScopeProperty" + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Id": 1423, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Id": 1424, "Rank": 1, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Set-PnPApplicationCustomizer" + "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1424, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1425, "Rank": 2, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "CommandName": "Set-PnPApplicationCustomizer" + "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1425, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Id": 1426, "Rank": 1, - "Command": "Set-PnPAppSideLoading -On", - "CommandName": "Set-PnPAppSideLoading" + "CommandName": "Set-PnPAppSideLoading", + "Id": 1426, + "Command": "Set-PnPAppSideLoading -On" }, { - "Id": 1427, "Rank": 2, - "Command": "Set-PnPAppSideLoading -Off", - "CommandName": "Set-PnPAppSideLoading" + "CommandName": "Set-PnPAppSideLoading", + "Id": 1427, + "Command": "Set-PnPAppSideLoading -Off" }, { - "Id": 1428, "Rank": 1, - "Command": "Set-PnPAuditing -EnableAll", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Id": 1428, + "Command": "Set-PnPAuditing -EnableAll" }, { - "Id": 1429, "Rank": 2, - "Command": "Set-PnPAuditing -DisableAll", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Id": 1429, + "Command": "Set-PnPAuditing -DisableAll" }, { - "Id": 1430, "Rank": 3, - "Command": "Set-PnPAuditing -RetentionTime 7", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Id": 1430, + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Id": 1431, "Rank": 4, - "Command": "Set-PnPAuditing -TrimAuditLog", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Id": 1431, + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Id": 1432, "Rank": 5, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Id": 1432, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Id": 1433, "Rank": 1, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "CommandName": "Set-PnPAvailablePageLayouts" + "CommandName": "Set-PnPAvailablePageLayouts", + "Id": 1433, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Id": 1434, "Rank": 1, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "CommandName": "Set-PnPAzureADAppSitePermission" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1434, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Id": 1435, "Rank": 2, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "CommandName": "Set-PnPAzureADAppSitePermission" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1435, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Id": 1436, "Rank": 1, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Id": 1436, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Id": 1437, "Rank": 2, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Id": 1437, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Id": 1438, "Rank": 3, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Id": 1438, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Id": 1439, "Rank": 1, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1439, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "Id": 1440, "Rank": 2, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1440, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Id": 1441, "Rank": 3, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1441, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Id": 1442, "Rank": 1, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1442, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Id": 1443, "Rank": 2, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1443, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Id": 1444, "Rank": 1, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1444, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Id": 1445, "Rank": 2, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1445, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Id": 1446, "Rank": 3, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1446, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Id": 1447, "Rank": 4, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1447, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Id": 1448, "Rank": 1, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Id": 1448, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Id": 1449, "Rank": 2, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Id": 1449, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "Id": 1450, "Rank": 3, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Id": 1450, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Id": 1451, "Rank": 4, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Id": 1451, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Id": 1452, "Rank": 5, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Id": 1452, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Id": 1453, "Rank": 1, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", - "CommandName": "Set-PnPCopilotAdminLimitedMode" + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Id": 1453, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "Id": 1454, "Rank": 2, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", - "CommandName": "Set-PnPCopilotAdminLimitedMode" + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Id": 1454, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "Id": 1455, "Rank": 1, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1455, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Id": 1456, "Rank": 2, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1456, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "Id": 1457, "Rank": 3, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1457, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Id": 1458, "Rank": 4, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1458, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Id": 1459, "Rank": 1, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "CommandName": "Set-PnPDefaultContentTypeToList" + "CommandName": "Set-PnPDefaultContentTypeToList", + "Id": 1459, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Id": 1460, "Rank": 1, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1460, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Id": 1461, "Rank": 2, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1461, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Id": 1462, "Rank": 3, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1462, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Id": 1463, "Rank": 1, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1463, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Id": 1464, "Rank": 2, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1464, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Id": 1465, "Rank": 3, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1465, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Id": 1466, "Rank": 1, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "CommandName": "Set-PnPDocumentSetField" + "CommandName": "Set-PnPDocumentSetField", + "Id": 1466, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "Id": 1467, "Rank": 2, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "CommandName": "Set-PnPDocumentSetField" + "CommandName": "Set-PnPDocumentSetField", + "Id": 1467, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Id": 1468, "Rank": 1, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Id": 1468, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "Id": 1469, "Rank": 2, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Id": 1469, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Id": 1470, "Rank": 3, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Id": 1470, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Id": 1471, "Rank": 1, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1471, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Id": 1472, "Rank": 2, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1472, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "Id": 1473, "Rank": 3, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1473, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Id": 1474, "Rank": 1, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedOut" + "CommandName": "Set-PnPFileCheckedOut", + "Id": 1474, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Id": 1475, "Rank": 1, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", - "CommandName": "Set-PnPFileRetentionLabel" + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1475, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "Id": 1476, "Rank": 2, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", - "CommandName": "Set-PnPFileRetentionLabel" + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1476, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "Id": 1477, "Rank": 3, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", - "CommandName": "Set-PnPFileRetentionLabel" + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1477, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "Id": 1478, "Rank": 1, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Id": 1478, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1479, "Rank": 2, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Id": 1479, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1480, "Rank": 3, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Id": 1480, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Id": 1481, "Rank": 1, - "Command": "Set-PnPFooter -Enabled:$true", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Id": 1481, + "Command": "Set-PnPFooter -Enabled:$true" }, { - "Id": 1482, "Rank": 2, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Id": 1482, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Id": 1483, "Rank": 3, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Id": 1483, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Id": 1484, "Rank": 4, - "Command": "Set-PnPFooter -LogoUrl \"\"", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Id": 1484, + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Id": 1485, "Rank": 1, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "CommandName": "Set-PnPGraphSubscription" + "CommandName": "Set-PnPGraphSubscription", + "Id": 1485, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "Id": 1486, "Rank": 1, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", - "CommandName": "Set-PnPGroup" + "CommandName": "Set-PnPGroup", + "Id": 1486, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Id": 1487, "Rank": 2, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "CommandName": "Set-PnPGroup" + "CommandName": "Set-PnPGroup", + "Id": 1487, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Id": 1488, "Rank": 1, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1488, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Id": 1489, "Rank": 2, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1489, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Id": 1490, "Rank": 3, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1490, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Id": 1491, "Rank": 4, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1491, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Id": 1492, "Rank": 5, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1492, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Id": 1493, "Rank": 1, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "CommandName": "Set-PnPHideDefaultThemes" + "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1493, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Id": 1494, "Rank": 2, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "CommandName": "Set-PnPHideDefaultThemes" + "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1494, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Id": 1495, "Rank": 1, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "CommandName": "Set-PnPHomePage" + "CommandName": "Set-PnPHomePage", + "Id": 1495, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Id": 1496, "Rank": 2, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "CommandName": "Set-PnPHomePage" + "CommandName": "Set-PnPHomePage", + "Id": 1496, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Id": 1497, "Rank": 1, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Id": 1497, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Id": 1498, "Rank": 2, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Id": 1498, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "Id": 1499, "Rank": 3, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Id": 1499, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "Id": 1500, "Rank": 1, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Id": 1500, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "Id": 1501, "Rank": 2, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Id": 1501, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "Id": 1502, "Rank": 3, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Id": 1502, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "Id": 1503, "Rank": 4, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Id": 1503, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "Id": 1504, "Rank": 5, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Id": 1504, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Id": 1505, "Rank": 6, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Id": 1505, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "Id": 1506, "Rank": 1, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Set-PnPImageListItemColumn" + "CommandName": "Set-PnPImageListItemColumn", + "Id": 1506, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "Id": 1507, "Rank": 2, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "CommandName": "Set-PnPImageListItemColumn" + "CommandName": "Set-PnPImageListItemColumn", + "Id": 1507, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Id": 1508, "Rank": 1, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "CommandName": "Set-PnPIndexedProperties" + "CommandName": "Set-PnPIndexedProperties", + "Id": 1508, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Id": 1509, "Rank": 1, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "CommandName": "Set-PnPInPlaceRecordsManagement" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1509, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Id": 1510, "Rank": 2, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "CommandName": "Set-PnPInPlaceRecordsManagement" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1510, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Id": 1511, "Rank": 1, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "CommandName": "Set-PnPKnowledgeHubSite" + "CommandName": "Set-PnPKnowledgeHubSite", + "Id": 1511, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Id": 1512, "Rank": 1, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1512, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Id": 1513, "Rank": 2, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1513, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Id": 1514, "Rank": 3, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1514, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Id": 1515, "Rank": 4, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1515, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Id": 1516, "Rank": 5, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1516, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Id": 1517, "Rank": 6, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1517, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Id": 1518, "Rank": 7, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1518, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Id": 1519, "Rank": 8, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1519, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Id": 1520, "Rank": 9, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1520, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "Id": 1521, "Rank": 10, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1521, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "Id": 1522, "Rank": 11, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1522, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Id": 1523, "Rank": 12, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Id": 1523, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "Id": 1524, "Rank": 1, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "CommandName": "Set-PnPListInformationRightsManagement" + "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1524, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Id": 1525, "Rank": 2, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "CommandName": "Set-PnPListInformationRightsManagement" + "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1525, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "Id": 1526, "Rank": 1, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Id": 1526, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1527, "Rank": 2, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Id": 1527, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1528, "Rank": 3, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Id": 1528, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1529, "Rank": 4, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Id": 1529, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "Id": 1530, "Rank": 5, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Id": 1530, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Id": 1531, "Rank": 1, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Set-PnPListItemAsRecord" + "CommandName": "Set-PnPListItemAsRecord", + "Id": 1531, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Id": 1532, "Rank": 2, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "CommandName": "Set-PnPListItemAsRecord" + "CommandName": "Set-PnPListItemAsRecord", + "Id": 1532, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Id": 1533, "Rank": 1, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Id": 1533, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1534, "Rank": 2, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Id": 1534, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1535, "Rank": 3, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Id": 1535, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Id": 1536, "Rank": 4, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Id": 1536, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Id": 1537, "Rank": 5, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Id": 1537, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "Id": 1538, "Rank": 1, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListPermission" + "CommandName": "Set-PnPListPermission", + "Id": 1538, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1539, "Rank": 2, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListPermission" + "CommandName": "Set-PnPListPermission", + "Id": 1539, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1540, "Rank": 1, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "CommandName": "Set-PnPListRecordDeclaration" + "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1540, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Id": 1541, "Rank": 2, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "CommandName": "Set-PnPListRecordDeclaration" + "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1541, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Id": 1542, "Rank": 1, - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", - "CommandName": "Set-PnPManagedAppId" + "CommandName": "Set-PnPManagedAppId", + "Id": 1542, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "Id": 1543, "Rank": 1, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Id": 1543, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Id": 1544, "Rank": 2, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Id": 1544, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Id": 1545, "Rank": 3, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Id": 1545, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Id": 1546, "Rank": 4, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Id": 1546, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Id": 1547, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1547, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Id": 1548, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1548, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1549, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1549, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Id": 1550, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1550, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Id": 1551, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1551, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1552, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1552, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Id": 1553, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1553, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Id": 1554, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1554, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1555, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1555, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Id": 1556, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1556, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Id": 1557, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1557, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1558, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1558, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Id": 1559, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1559, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Id": 1560, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1560, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1561, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1561, + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Id": 1562, "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1562, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Id": 1563, "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1563, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1564, "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1564, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Id": 1565, "Rank": 1, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1565, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Id": 1566, "Rank": 2, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1566, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Id": 1567, "Rank": 3, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1567, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Id": 1568, "Rank": 4, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1568, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Id": 1569, "Rank": 5, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1569, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Id": 1570, "Rank": 6, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1570, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1571, "Rank": 1, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "CommandName": "Set-PnPMicrosoft365GroupSettings" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1571, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Id": 1572, "Rank": 2, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "CommandName": "Set-PnPMicrosoft365GroupSettings" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1572, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Id": 1573, "Rank": 1, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "CommandName": "Set-PnPOrgAssetsLibrary" + "CommandName": "Set-PnPOrgAssetsLibrary", + "Id": 1573, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Id": 1574, "Rank": 2, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", - "CommandName": "Set-PnPOrgAssetsLibrary" + "CommandName": "Set-PnPOrgAssetsLibrary", + "Id": 1574, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "Id": 1575, "Rank": 1, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1575, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Id": 1576, "Rank": 2, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1576, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Id": 1577, "Rank": 3, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1577, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Id": 1578, "Rank": 4, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1578, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Id": 1579, "Rank": 5, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1579, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "Id": 1580, "Rank": 6, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1580, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "Id": 1581, "Rank": 7, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1581, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Id": 1582, "Rank": 8, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1582, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "Id": 1583, "Rank": 9, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1583, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Id": 1584, "Rank": 10, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1584, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Id": 1585, "Rank": 11, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1585, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "Id": 1586, "Rank": 12, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1586, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "Id": 1587, "Rank": 13, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Id": 1587, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "Id": 1588, "Rank": 1, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "CommandName": "Set-PnPPageTextPart" + "CommandName": "Set-PnPPageTextPart", + "Id": 1588, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "Id": 1589, "Rank": 1, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", - "CommandName": "Set-PnPPageWebPart" + "CommandName": "Set-PnPPageWebPart", + "Id": 1589, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "Id": 1590, "Rank": 2, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", - "CommandName": "Set-PnPPageWebPart" + "CommandName": "Set-PnPPageWebPart", + "Id": 1590, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "Id": 1591, "Rank": 1, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", - "CommandName": "Set-PnPPlannerBucket" + "CommandName": "Set-PnPPlannerBucket", + "Id": 1591, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Id": 1592, "Rank": 1, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "CommandName": "Set-PnPPlannerConfiguration" + "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1592, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Id": 1593, "Rank": 2, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "CommandName": "Set-PnPPlannerConfiguration" + "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1593, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Id": 1594, "Rank": 1, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "CommandName": "Set-PnPPlannerPlan" + "CommandName": "Set-PnPPlannerPlan", + "Id": 1594, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Id": 1595, "Rank": 1, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Id": 1595, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "Id": 1596, "Rank": 2, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Id": 1596, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "Id": 1597, "Rank": 3, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Id": 1597, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Id": 1598, "Rank": 4, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Id": 1598, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "Id": 1599, "Rank": 1, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPPlannerUserPolicy" + "CommandName": "Set-PnPPlannerUserPolicy", + "Id": 1599, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 1600, "Rank": 1, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", - "CommandName": "Set-PnPPowerAppByPassConsent" + "CommandName": "Set-PnPPowerAppByPassConsent", + "Id": 1600, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "Id": 1601, "Rank": 2, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", - "CommandName": "Set-PnPPowerAppByPassConsent" + "CommandName": "Set-PnPPowerAppByPassConsent", + "Id": 1601, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "Id": 1602, "Rank": 1, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1602, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Id": 1603, "Rank": 2, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1603, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Id": 1604, "Rank": 3, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1604, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Id": 1605, "Rank": 1, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1605, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Id": 1606, "Rank": 2, - "Command": "Set-PnPRequestAccessEmails -Disabled", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1606, + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Id": 1607, "Rank": 3, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1607, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Id": 1608, "Rank": 1, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", - "CommandName": "Set-PnPRetentionLabel" + "CommandName": "Set-PnPRetentionLabel", + "Id": 1608, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Id": 1609, "Rank": 2, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "CommandName": "Set-PnPRetentionLabel" + "CommandName": "Set-PnPRetentionLabel", + "Id": 1609, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Id": 1610, "Rank": 3, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", - "CommandName": "Set-PnPRetentionLabel" + "CommandName": "Set-PnPRetentionLabel", + "Id": 1610, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "Id": 1611, "Rank": 1, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1611, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Id": 1612, "Rank": 2, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1612, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Id": 1613, "Rank": 3, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1613, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Id": 1614, "Rank": 4, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1614, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Id": 1615, "Rank": 1, - "Command": "Set-PnPSearchConfiguration -Configuration $config", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1615, + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Id": 1616, "Rank": 2, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1616, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Id": 1617, "Rank": 3, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1617, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Id": 1618, "Rank": 4, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1618, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 1619, "Rank": 1, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", - "CommandName": "Set-PnPSearchExternalConnection" + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1619, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "Id": 1620, "Rank": 2, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", - "CommandName": "Set-PnPSearchExternalConnection" + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1620, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "Id": 1621, "Rank": 3, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "CommandName": "Set-PnPSearchExternalConnection" + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1621, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Id": 1622, "Rank": 1, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", - "CommandName": "Set-PnPSearchExternalItem" + "CommandName": "Set-PnPSearchExternalItem", + "Id": 1622, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "Id": 1623, "Rank": 2, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPSearchExternalItem" + "CommandName": "Set-PnPSearchExternalItem", + "Id": 1623, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1624, "Rank": 1, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", - "CommandName": "Set-PnPSearchExternalSchema" + "CommandName": "Set-PnPSearchExternalSchema", + "Id": 1624, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "Id": 1625, "Rank": 1, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Id": 1625, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Id": 1626, "Rank": 2, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Id": 1626, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Id": 1627, "Rank": 3, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Id": 1627, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Id": 1628, "Rank": 4, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Id": 1628, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Id": 1629, "Rank": 5, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Id": 1629, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Id": 1630, "Rank": 6, - "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Id": 1630, + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Id": 1631, "Rank": 7, - "Command": "Set-PnPSearchSettings -SearchScope Hub", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Id": 1631, + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Id": 1632, "Rank": 1, - "Command": "Set-PnPSite -Classification \"HBI\"", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Id": 1632, + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Id": 1633, "Rank": 2, - "Command": "Set-PnPSite -Classification $null", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Id": 1633, + "Command": "Set-PnPSite -Classification $null" }, { - "Id": 1634, "Rank": 3, - "Command": "Set-PnPSite -DisableFlows", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Id": 1634, + "Command": "Set-PnPSite -DisableFlows" }, { - "Id": 1635, "Rank": 4, - "Command": "Set-PnPSite -DisableFlows:$false", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Id": 1635, + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Id": 1636, "Rank": 5, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Id": 1636, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Id": 1637, "Rank": 6, - "Command": "Set-PnPSite -NoScriptSite $false", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Id": 1637, + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Id": 1638, "Rank": 1, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", - "CommandName": "Set-PnPSiteArchiveState" + "CommandName": "Set-PnPSiteArchiveState", + "Id": 1638, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "Id": 1639, "Rank": 2, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", - "CommandName": "Set-PnPSiteArchiveState" + "CommandName": "Set-PnPSiteArchiveState", + "Id": 1639, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "Id": 1640, "Rank": 1, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "CommandName": "Set-PnPSiteClassification" + "CommandName": "Set-PnPSiteClassification", + "Id": 1640, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Id": 1641, "Rank": 1, - "Command": "Set-PnPSiteClosure -State Open", - "CommandName": "Set-PnPSiteClosure" + "CommandName": "Set-PnPSiteClosure", + "Id": 1641, + "Command": "Set-PnPSiteClosure -State Open" }, { - "Id": 1642, "Rank": 2, - "Command": "Set-PnPSiteClosure -State Closed", - "CommandName": "Set-PnPSiteClosure" + "CommandName": "Set-PnPSiteClosure", + "Id": 1642, + "Command": "Set-PnPSiteClosure -State Closed" }, { - "Id": 1643, "Rank": 1, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "CommandName": "Set-PnPSiteDesign" + "CommandName": "Set-PnPSiteDesign", + "Id": 1643, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "Id": 1644, "Rank": 2, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "CommandName": "Set-PnPSiteDesign" + "CommandName": "Set-PnPSiteDesign", + "Id": 1644, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Id": 1645, "Rank": 1, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", - "CommandName": "Set-PnPSiteDocumentIdPrefix" + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Id": 1645, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "Id": 1646, "Rank": 2, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", - "CommandName": "Set-PnPSiteDocumentIdPrefix" + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Id": 1646, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "Id": 1647, "Rank": 1, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", - "CommandName": "Set-PnPSiteGroup" + "CommandName": "Set-PnPSiteGroup", + "Id": 1647, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "Id": 1648, "Rank": 2, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "CommandName": "Set-PnPSiteGroup" + "CommandName": "Set-PnPSiteGroup", + "Id": 1648, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Id": 1649, "Rank": 1, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Set-PnPSitePolicy" + "CommandName": "Set-PnPSitePolicy", + "Id": 1649, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Id": 1650, "Rank": 1, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScript" + "CommandName": "Set-PnPSiteScript", + "Id": 1650, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Id": 1651, "Rank": 1, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScriptPackage" + "CommandName": "Set-PnPSiteScriptPackage", + "Id": 1651, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Id": 1652, "Rank": 1, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "CommandName": "Set-PnPSiteSensitivityLabel" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1652, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Id": 1653, "Rank": 2, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "CommandName": "Set-PnPSiteSensitivityLabel" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1653, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Id": 1654, "Rank": 1, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1654, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Id": 1655, "Rank": 2, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1655, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Id": 1656, "Rank": 3, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1656, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Id": 1657, "Rank": 4, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1657, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Id": 1658, "Rank": 5, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1658, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Id": 1659, "Rank": 6, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1659, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Id": 1660, "Rank": 1, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1660, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "Id": 1661, "Rank": 2, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1661, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "Id": 1662, "Rank": 3, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1662, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "Id": 1663, "Rank": 4, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1663, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "Id": 1664, "Rank": 5, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1664, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "Id": 1665, "Rank": 6, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1665, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "Id": 1666, "Rank": 7, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1666, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "Id": 1667, "Rank": 8, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1667, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "Id": 1668, "Rank": 9, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1668, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "Id": 1669, "Rank": 10, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1669, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "Id": 1670, "Rank": 11, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1670, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "Id": 1671, "Rank": 1, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity" + "CommandName": "Set-PnPStorageEntity", + "Id": 1671, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Id": 1672, "Rank": 2, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity" + "CommandName": "Set-PnPStorageEntity", + "Id": 1672, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Id": 1673, "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1673, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 1674, "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1674, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 1675, "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1675, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 1676, "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1676, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 1677, "Rank": 1, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1677, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Id": 1678, "Rank": 2, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1678, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Id": 1679, "Rank": 3, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1679, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Id": 1680, "Rank": 1, - "Command": "Set-PnPTeamifyPromptHidden", - "CommandName": "Set-PnPTeamifyPromptHidden" + "CommandName": "Set-PnPTeamifyPromptHidden", + "Id": 1680, + "Command": "Set-PnPTeamifyPromptHidden" }, { - "Id": 1681, "Rank": 1, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "CommandName": "Set-PnPTeamsChannel" + "CommandName": "Set-PnPTeamsChannel", + "Id": 1681, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Id": 1682, "Rank": 2, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "CommandName": "Set-PnPTeamsChannel" + "CommandName": "Set-PnPTeamsChannel", + "Id": 1682, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "Id": 1683, "Rank": 1, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", - "CommandName": "Set-PnpTeamsChannelUser" + "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1683, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "Id": 1684, "Rank": 2, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "CommandName": "Set-PnpTeamsChannelUser" + "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1684, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "Id": 1685, "Rank": 1, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", - "CommandName": "Set-PnPTeamsTab" + "CommandName": "Set-PnPTeamsTab", + "Id": 1685, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "Id": 1686, "Rank": 1, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", - "CommandName": "Set-PnPTeamsTag" + "CommandName": "Set-PnPTeamsTag", + "Id": 1686, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Id": 1687, "Rank": 1, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1687, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Id": 1688, "Rank": 2, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1688, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Id": 1689, "Rank": 3, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1689, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Id": 1690, "Rank": 4, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1690, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Id": 1691, "Rank": 1, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1691, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Id": 1692, "Rank": 2, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1692, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Id": 1693, "Rank": 3, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1693, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Id": 1694, "Rank": 1, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPTeamsTeamPicture" + "CommandName": "Set-PnPTeamsTeamPicture", + "Id": 1694, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Id": 1695, "Rank": 1, - "Command": "Set-PnPTemporarilyDisableAppBar $true", - "CommandName": "Set-PnPTemporarilyDisableAppBar" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1695, + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Id": 1696, "Rank": 2, - "Command": "Set-PnPTemporarilyDisableAppBar $false", - "CommandName": "Set-PnPTemporarilyDisableAppBar" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1696, + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "Id": 1697, "Rank": 1, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Id": 1697, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "Id": 1698, "Rank": 2, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Id": 1698, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Id": 1699, "Rank": 3, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Id": 1699, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Id": 1700, "Rank": 4, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Id": 1700, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Id": 1701, "Rank": 5, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Id": 1701, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "Id": 1702, "Rank": 6, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Id": 1702, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "Id": 1703, "Rank": 1, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "CommandName": "Set-PnPTenantAppCatalogUrl" + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Id": 1703, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Id": 1704, "Rank": 1, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1704, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Id": 1705, "Rank": 2, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1705, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Id": 1706, "Rank": 3, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1706, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "Id": 1707, "Rank": 1, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", - "CommandName": "Set-PnPTenantCdnPolicy" + "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1707, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "Id": 1708, "Rank": 2, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "CommandName": "Set-PnPTenantCdnPolicy" + "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1708, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Id": 1709, "Rank": 1, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", - "CommandName": "Set-PnPTenantPronounsSetting" + "CommandName": "Set-PnPTenantPronounsSetting", + "Id": 1709, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "Id": 1710, "Rank": 2, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", - "CommandName": "Set-PnPTenantPronounsSetting" + "CommandName": "Set-PnPTenantPronounsSetting", + "Id": 1710, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "Id": 1711, "Rank": 1, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", - "CommandName": "Set-PnPTenantRestrictedSearchMode" + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Id": 1711, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "Id": 1712, "Rank": 2, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", - "CommandName": "Set-PnPTenantRestrictedSearchMode" + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Id": 1712, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "Id": 1713, "Rank": 1, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Id": 1713, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "Id": 1714, "Rank": 2, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Id": 1714, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "Id": 1715, "Rank": 3, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Id": 1715, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1716, "Rank": 4, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Id": 1716, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 1717, "Rank": 5, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Id": 1717, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Id": 1718, "Rank": 1, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "CommandName": "Set-PnPTenantSyncClientRestriction" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1718, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Id": 1719, "Rank": 2, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "CommandName": "Set-PnPTenantSyncClientRestriction" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1719, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Id": 1720, "Rank": 1, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Id": 1720, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "Id": 1721, "Rank": 2, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Id": 1721, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1722, "Rank": 3, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Id": 1722, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1723, "Rank": 4, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Id": 1723, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "Id": 1724, "Rank": 1, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "CommandName": "Set-PnPTermGroup" + "CommandName": "Set-PnPTermGroup", + "Id": 1724, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Id": 1725, "Rank": 2, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "CommandName": "Set-PnPTermGroup" + "CommandName": "Set-PnPTermGroup", + "Id": 1725, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Id": 1726, "Rank": 1, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Id": 1726, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Id": 1727, "Rank": 2, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Id": 1727, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Id": 1728, "Rank": 3, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Id": 1728, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Id": 1729, "Rank": 1, - "Command": "Set-PnPTheme", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Id": 1729, + "Command": "Set-PnPTheme" }, { - "Id": 1730, "Rank": 2, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Id": 1730, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Id": 1731, "Rank": 3, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Id": 1731, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "Id": 1732, "Rank": 4, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Id": 1732, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Id": 1733, "Rank": 1, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "CommandName": "Set-PnPUserOneDriveQuota" + "CommandName": "Set-PnPUserOneDriveQuota", + "Id": 1733, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Id": 1734, "Rank": 1, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPUserProfilePhoto" + "CommandName": "Set-PnPUserProfilePhoto", + "Id": 1734, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "Id": 1735, "Rank": 1, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "CommandName": "Set-PnPUserProfileProperty" + "CommandName": "Set-PnPUserProfileProperty", + "Id": 1735, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Id": 1736, "Rank": 2, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "CommandName": "Set-PnPUserProfileProperty" + "CommandName": "Set-PnPUserProfileProperty", + "Id": 1736, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "Id": 1737, "Rank": 1, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Id": 1737, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "Id": 1738, "Rank": 2, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Id": 1738, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "Id": 1739, "Rank": 3, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Id": 1739, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "Id": 1740, "Rank": 4, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Id": 1740, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "Id": 1741, "Rank": 1, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1741, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "Id": 1742, "Rank": 2, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1742, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "Id": 1743, "Rank": 3, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1743, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "Id": 1744, "Rank": 4, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1744, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Id": 1745, "Rank": 1, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", - "CommandName": "Set-PnPVivaEngageCommunity" + "CommandName": "Set-PnPVivaEngageCommunity", + "Id": 1745, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "Id": 1746, "Rank": 2, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", - "CommandName": "Set-PnPVivaEngageCommunity" + "CommandName": "Set-PnPVivaEngageCommunity", + "Id": 1746, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "Id": 1747, "Rank": 1, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Id": 1747, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Id": 1748, "Rank": 2, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Id": 1748, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Id": 1749, "Rank": 3, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Id": 1749, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Id": 1750, "Rank": 4, - "Command": "Set-PnPWeb -NoCrawl:$true", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Id": 1750, + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Id": 1751, "Rank": 1, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Id": 1751, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Id": 1752, "Rank": 2, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Id": 1752, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Id": 1753, "Rank": 3, - "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Id": 1753, + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Id": 1754, "Rank": 1, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Set-PnPWebhookSubscription" + "CommandName": "Set-PnPWebhookSubscription", + "Id": 1754, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Id": 1755, "Rank": 2, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "CommandName": "Set-PnPWebhookSubscription" + "CommandName": "Set-PnPWebhookSubscription", + "Id": 1755, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Id": 1756, "Rank": 1, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", - "CommandName": "Set-PnPWebPartProperty" + "CommandName": "Set-PnPWebPartProperty", + "Id": 1756, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "Id": 1757, "Rank": 1, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Id": 1757, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Id": 1758, "Rank": 2, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Id": 1758, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Id": 1759, "Rank": 3, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Id": 1759, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Id": 1760, "Rank": 4, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Id": 1760, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Id": 1761, "Rank": 1, - "Command": "Set-PnPWebTheme -Theme MyTheme", - "CommandName": "Set-PnPWebTheme" + "CommandName": "Set-PnPWebTheme", + "Id": 1761, + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Id": 1762, "Rank": 2, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "CommandName": "Set-PnPWebTheme" + "CommandName": "Set-PnPWebTheme", + "Id": 1762, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Id": 1763, "Rank": 1, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "CommandName": "Set-PnPWikiPageContent" + "CommandName": "Set-PnPWikiPageContent", + "Id": 1763, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Id": 1764, "Rank": 1, - "Command": "Start-PnPEnterpriseAppInsightsReport", - "CommandName": "Start-PnPEnterpriseAppInsightsReport" + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1764, + "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "Id": 1765, "Rank": 2, - "Command": "Start-PnPEnterpriseAppInsightsReport 28", - "CommandName": "Start-PnPEnterpriseAppInsightsReport" + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1765, + "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "Id": 1766, "Rank": 1, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Id": 1766, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "Id": 1767, "Rank": 2, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Id": 1767, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "Id": 1768, "Rank": 3, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Id": 1768, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "Id": 1769, "Rank": 4, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Id": 1769, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "Id": 1770, "Rank": 1, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Stop-PnPFlowRun" + "CommandName": "Stop-PnPFlowRun", + "Id": 1770, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 1771, "Rank": 2, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", - "CommandName": "Stop-PnPFlowRun" + "CommandName": "Stop-PnPFlowRun", + "Id": 1771, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "Id": 1772, "Rank": 1, - "Command": "Stop-PnPTraceLog", - "CommandName": "Stop-PnPTraceLog" + "CommandName": "Stop-PnPTraceLog", + "Id": 1772, + "Command": "Stop-PnPTraceLog" }, { - "Id": 1773, "Rank": 2, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", - "CommandName": "Stop-PnPTraceLog" + "CommandName": "Stop-PnPTraceLog", + "Id": 1773, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "Id": 1774, "Rank": 1, - "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1774, + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Id": 1775, "Rank": 2, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1775, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Id": 1776, "Rank": 3, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1776, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Id": 1777, "Rank": 4, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1777, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Id": 1778, "Rank": 5, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1778, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Id": 1779, "Rank": 6, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1779, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "Id": 1780, "Rank": 1, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "CommandName": "Submit-PnPTeamsChannelMessage" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1780, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "Id": 1781, "Rank": 2, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", - "CommandName": "Submit-PnPTeamsChannelMessage" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1781, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Id": 1782, "Rank": 1, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Sync-PnPAppToTeams" + "CommandName": "Sync-PnPAppToTeams", + "Id": 1782, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1783, "Rank": 1, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1783, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Id": 1784, "Rank": 2, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1784, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "Id": 1785, "Rank": 3, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1785, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Id": 1786, "Rank": 1, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "CommandName": "Test-PnPListItemIsRecord" + "CommandName": "Test-PnPListItemIsRecord", + "Id": 1786, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Id": 1787, "Rank": 1, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed" + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Id": 1787, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Id": 1788, "Rank": 1, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Test-PnPSite" + "CommandName": "Test-PnPSite", + "Id": 1788, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1789, "Rank": 2, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Test-PnPSite" + "CommandName": "Test-PnPSite", + "Id": 1789, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Id": 1790, "Rank": 1, - "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "CommandName": "Test-PnPTenantTemplate" + "CommandName": "Test-PnPTenantTemplate", + "Id": 1790, + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Id": 1791, "Rank": 1, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "CommandName": "Undo-PnPFileCheckedOut" + "CommandName": "Undo-PnPFileCheckedOut", + "Id": 1791, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Id": 1792, "Rank": 1, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Uninstall-PnPApp" + "CommandName": "Uninstall-PnPApp", + "Id": 1792, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1793, "Rank": 2, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Uninstall-PnPApp" + "CommandName": "Uninstall-PnPApp", + "Id": 1793, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1794, "Rank": 1, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile" + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", + "Id": 1794, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "Id": 1795, "Rank": 1, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Unpublish-PnPApp" + "CommandName": "Unpublish-PnPApp", + "Id": 1795, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1796, "Rank": 2, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Unpublish-PnPApp" + "CommandName": "Unpublish-PnPApp", + "Id": 1796, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1797, "Rank": 1, - "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "CommandName": "Unpublish-PnPContentType" + "CommandName": "Unpublish-PnPContentType", + "Id": 1797, + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Id": 1798, "Rank": 1, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Unpublish-PnPSyntexModel" + "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1798, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Id": 1799, "Rank": 2, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "CommandName": "Unpublish-PnPSyntexModel" + "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1799, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Id": 1800, "Rank": 1, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Unregister-PnPHubSite" + "CommandName": "Unregister-PnPHubSite", + "Id": 1800, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Id": 1801, "Rank": 1, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Update-PnPApp" + "CommandName": "Update-PnPApp", + "Id": 1801, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1802, "Rank": 2, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Update-PnPApp" + "CommandName": "Update-PnPApp", + "Id": 1802, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1803, "Rank": 1, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1803, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Id": 1804, "Rank": 2, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1804, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Id": 1805, "Rank": 3, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1805, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Id": 1806, "Rank": 1, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1806, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Id": 1807, "Rank": 2, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1807, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Id": 1808, "Rank": 3, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1808, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "Id": 1809, "Rank": 1, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", - "CommandName": "Update-PnPTeamsApp" + "CommandName": "Update-PnPTeamsApp", + "Id": 1809, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Id": 1810, "Rank": 1, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Id": 1810, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 1811, "Rank": 2, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Id": 1811, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Id": 1812, "Rank": 3, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Id": 1812, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "Id": 1813, "Rank": 1, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", - "CommandName": "Update-PnPTodoList" + "CommandName": "Update-PnPTodoList", + "Id": 1813, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "Id": 1814, "Rank": 2, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", - "CommandName": "Update-PnPTodoList" + "CommandName": "Update-PnPTodoList", + "Id": 1814, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Id": 1815, "Rank": 1, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "CommandName": "Update-PnPUserType" + "CommandName": "Update-PnPUserType", + "Id": 1815, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "Id": 1816, "Rank": 1, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "CommandName": "Use-PnPBrandCenterFontPackage" + "CommandName": "Use-PnPBrandCenterFontPackage", + "Id": 1816, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Id": 1817, "Rank": 2, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", - "CommandName": "Use-PnPBrandCenterFontPackage" + "CommandName": "Use-PnPBrandCenterFontPackage", + "Id": 1817, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "Id": 1818, "Rank": 1, - "Command": "Write-PnPTraceLog \"Hello World\"", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Id": 1818, + "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "Id": 1819, "Rank": 2, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Id": 1819, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "Id": 1820, "Rank": 3, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Id": 1820, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "Id": 1821, "Rank": 4, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Id": 1821, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index ee8ab8cee..74478a785 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "Message": "", - "Version": "3.1.104" + "Version": "3.1.105" } \ No newline at end of file diff --git a/version.txt b/version.txt index 8d891733b..c12c79028 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.104 \ No newline at end of file +3.1.105 \ No newline at end of file From 8b25b728faa6b0c6d327a5eb96dfb8a220331950 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Fri, 1 Aug 2025 03:16:24 +0000 Subject: [PATCH 06/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 4 +- version.txt | 2 +- 4 files changed, 5469 insertions(+), 5469 deletions(-) diff --git a/dependencies.json b/dependencies.json index 451b3851b..7d1537947 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250731-030921", + "Updated": "20250801-031405", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "46cd35c344d962a86b408a101d9358beb9e2d2b4", - "PnPCore": "26f892ff5a13ebb96b1e65647d5137454c89afaa" + "PnPFramework": "f5adfa990f353317d224c27c68f4ba4dcdaef06b", + "PnPCore": "aa856708e4349169876144bf55975b0aa18a4c2f" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 6bd76fa45..2bea913a9 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Rank": 1, "CommandName": "Add-PnPAlert", - "Id": 1, - "Command": "Add-PnPAlert -List \"Demo List\"" + "Command": "Add-PnPAlert -List \"Demo List\"", + "Rank": 1, + "Id": 1 }, { - "Rank": 2, "CommandName": "Add-PnPAlert", - "Id": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", + "Rank": 2, + "Id": 2 }, { - "Rank": 3, "CommandName": "Add-PnPAlert", - "Id": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Rank": 3, + "Id": 3 }, { - "Rank": 4, "CommandName": "Add-PnPAlert", - "Id": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", + "Rank": 4, + "Id": 4 }, { - "Rank": 1, "CommandName": "Add-PnPApp", - "Id": 5, - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "Command": "Add-PnPApp -Path ./myapp.sppkg", + "Rank": 1, + "Id": 5 }, { - "Rank": 2, "CommandName": "Add-PnPApp", - "Id": 6, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", + "Rank": 2, + "Id": 6 }, { - "Rank": 3, "CommandName": "Add-PnPApp", - "Id": 7, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", + "Rank": 3, + "Id": 7 }, { - "Rank": 4, "CommandName": "Add-PnPApp", - "Id": 8, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", + "Rank": 4, + "Id": 8 }, { - "Rank": 1, "CommandName": "Add-PnPApplicationCustomizer", - "Id": 9, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", + "Rank": 1, + "Id": 9 }, { - "Rank": 1, "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 10, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", + "Rank": 1, + "Id": 10 }, { - "Rank": 2, "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 11, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", + "Rank": 2, + "Id": 11 }, { - "Rank": 1, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 12, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 12 }, { - "Rank": 2, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 13, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2, + "Id": 13 }, { - "Rank": 3, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 14, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Rank": 3, + "Id": 14 }, { - "Rank": 1, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 15, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 15 }, { - "Rank": 2, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 16, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2, + "Id": 16 }, { - "Rank": 3, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 17, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Rank": 3, + "Id": 17 }, { - "Rank": 1, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 18, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", + "Rank": 1, + "Id": 18 }, { - "Rank": 2, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 19, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", + "Rank": 2, + "Id": 19 }, { - "Rank": 1, "CommandName": "Add-PnPBrandCenterFont", - "Id": 20, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", + "Rank": 1, + "Id": 20 }, { - "Rank": 2, "CommandName": "Add-PnPBrandCenterFont", - "Id": 21, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", + "Rank": 2, + "Id": 21 }, { - "Rank": 1, "CommandName": "Add-PnPBrandCenterFontPackage", - "Id": 22, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", + "Rank": 1, + "Id": 22 }, { - "Rank": 1, "CommandName": "Add-PnPContentType", - "Id": 23, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", + "Rank": 1, + "Id": 23 }, { - "Rank": 2, "CommandName": "Add-PnPContentType", - "Id": 24, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", + "Rank": 2, + "Id": 24 }, { - "Rank": 3, "CommandName": "Add-PnPContentType", - "Id": 25, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", + "Rank": 3, + "Id": 25 }, { - "Rank": 4, "CommandName": "Add-PnPContentType", - "Id": 26, - "Command": "Add-PnPContentType -Name \"Project Item\"" + "Command": "Add-PnPContentType -Name \"Project Item\"", + "Rank": 4, + "Id": 26 }, { - "Rank": 5, "CommandName": "Add-PnPContentType", - "Id": 27, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", + "Rank": 5, + "Id": 27 }, { - "Rank": 1, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 28, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", + "Rank": 1, + "Id": 28 }, { - "Rank": 2, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 29, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", + "Rank": 2, + "Id": 29 }, { - "Rank": 1, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 30, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Rank": 1, + "Id": 30 }, { - "Rank": 2, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 31, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Rank": 2, + "Id": 31 }, { - "Rank": 1, "CommandName": "Add-PnPContentTypeToList", - "Id": 32, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", + "Rank": 1, + "Id": 32 }, { - "Rank": 1, "CommandName": "Add-PnPCustomAction", - "Id": 33, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Rank": 1, + "Id": 33 }, { - "Rank": 1, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 34, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", + "Rank": 1, + "Id": 34 }, { - "Rank": 2, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 35, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", + "Rank": 2, + "Id": 35 }, { - "Rank": 1, "CommandName": "Add-PnPDocumentSet", - "Id": 36, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", + "Rank": 1, + "Id": 36 }, { - "Rank": 2, "CommandName": "Add-PnPDocumentSet", - "Id": 37, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", + "Rank": 2, + "Id": 37 }, { - "Rank": 1, "CommandName": "Add-PnPEventReceiver", - "Id": 38, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", + "Rank": 1, + "Id": 38 }, { - "Rank": 2, "CommandName": "Add-PnPEventReceiver", - "Id": 39, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", + "Rank": 2, + "Id": 39 }, { - "Rank": 3, "CommandName": "Add-PnPEventReceiver", - "Id": 40, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", + "Rank": 3, + "Id": 40 }, { - "Rank": 4, "CommandName": "Add-PnPEventReceiver", - "Id": 41, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", + "Rank": 4, + "Id": 41 }, { - "Rank": 1, "CommandName": "Add-PnPField", - "Id": 42, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", + "Rank": 1, + "Id": 42 }, { - "Rank": 2, "CommandName": "Add-PnPField", - "Id": 43, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", + "Rank": 2, + "Id": 43 }, { - "Rank": 3, "CommandName": "Add-PnPField", - "Id": 44, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", + "Rank": 3, + "Id": 44 }, { - "Rank": 4, "CommandName": "Add-PnPField", - "Id": 45, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", + "Rank": 4, + "Id": 45 }, { - "Rank": 5, "CommandName": "Add-PnPField", - "Id": 46, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", + "Rank": 5, + "Id": 46 }, { - "Rank": 6, "CommandName": "Add-PnPField", - "Id": 47, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", + "Rank": 6, + "Id": 47 }, { - "Rank": 1, "CommandName": "Add-PnPFieldToContentType", - "Id": 48, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Rank": 1, + "Id": 48 }, { - "Rank": 1, "CommandName": "Add-PnPFile", - "Id": 49, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", + "Rank": 1, + "Id": 49 }, { - "Rank": 2, "CommandName": "Add-PnPFile", - "Id": 50, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", + "Rank": 2, + "Id": 50 }, { - "Rank": 3, "CommandName": "Add-PnPFile", - "Id": 51, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", + "Rank": 3, + "Id": 51 }, { - "Rank": 4, "CommandName": "Add-PnPFile", - "Id": 52, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", + "Rank": 4, + "Id": 52 }, { - "Rank": 5, "CommandName": "Add-PnPFile", - "Id": 53, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", + "Rank": 5, + "Id": 53 }, { - "Rank": 6, "CommandName": "Add-PnPFile", - "Id": 54, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", + "Rank": 6, + "Id": 54 }, { - "Rank": 7, "CommandName": "Add-PnPFile", - "Id": 55, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", + "Rank": 7, + "Id": 55 }, { - "Rank": 8, "CommandName": "Add-PnPFile", - "Id": 56, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", + "Rank": 8, + "Id": 56 }, { - "Rank": 1, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 57, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1, + "Id": 57 }, { - "Rank": 2, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 58, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", + "Rank": 2, + "Id": 58 }, { - "Rank": 3, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 59, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", + "Rank": 3, + "Id": 59 }, { - "Rank": 1, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 60, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1, + "Id": 60 }, { - "Rank": 2, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 61, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", + "Rank": 2, + "Id": 61 }, { - "Rank": 1, "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 62, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Rank": 1, + "Id": 62 }, { - "Rank": 2, "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 63, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Rank": 2, + "Id": 63 }, { - "Rank": 1, "CommandName": "Add-PnPFileSharingInvite", - "Id": 64, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Rank": 1, + "Id": 64 }, { - "Rank": 2, "CommandName": "Add-PnPFileSharingInvite", - "Id": 65, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Rank": 2, + "Id": 65 }, { - "Rank": 3, "CommandName": "Add-PnPFileSharingInvite", - "Id": 66, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Rank": 3, + "Id": 66 }, { - "Rank": 1, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 67, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", + "Rank": 1, + "Id": 67 }, { - "Rank": 2, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 68, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", + "Rank": 2, + "Id": 68 }, { - "Rank": 3, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 69, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", + "Rank": 3, + "Id": 69 }, { - "Rank": 4, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 70, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", + "Rank": 4, + "Id": 70 }, { - "Rank": 5, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 71, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", + "Rank": 5, + "Id": 71 }, { - "Rank": 1, "CommandName": "Add-PnPFileUserSharingLink", - "Id": 72, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 72 }, { - "Rank": 2, "CommandName": "Add-PnPFileUserSharingLink", - "Id": 73, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 2, + "Id": 73 }, { - "Rank": 1, "CommandName": "Add-PnPFlowOwner", - "Id": 74, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", + "Rank": 1, + "Id": 74 }, { - "Rank": 2, "CommandName": "Add-PnPFlowOwner", - "Id": 75, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", + "Rank": 2, + "Id": 75 }, { - "Rank": 3, "CommandName": "Add-PnPFlowOwner", - "Id": 76, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", + "Rank": 3, + "Id": 76 }, { - "Rank": 4, "CommandName": "Add-PnPFlowOwner", - "Id": 77, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", + "Rank": 4, + "Id": 77 }, { - "Rank": 1, "CommandName": "Add-PnPFolder", - "Id": 78, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Rank": 1, + "Id": 78 }, { - "Rank": 2, "CommandName": "Add-PnPFolder", - "Id": 79, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", + "Rank": 2, + "Id": 79 }, { - "Rank": 3, "CommandName": "Add-PnPFolder", - "Id": 80, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", + "Rank": 3, + "Id": 80 }, { - "Rank": 1, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 81, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1, + "Id": 81 }, { - "Rank": 2, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 82, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", + "Rank": 2, + "Id": 82 }, { - "Rank": 3, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 83, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", + "Rank": 3, + "Id": 83 }, { - "Rank": 1, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 84, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1, + "Id": 84 }, { - "Rank": 2, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 85, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", + "Rank": 2, + "Id": 85 }, { - "Rank": 1, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 86, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Rank": 1, + "Id": 86 }, { - "Rank": 2, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 87, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Rank": 2, + "Id": 87 }, { - "Rank": 3, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 88, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Rank": 3, + "Id": 88 }, { - "Rank": 1, "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 89, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 89 }, { - "Rank": 2, "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 90, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 2, + "Id": 90 }, { - "Rank": 1, "CommandName": "Add-PnPGroupMember", - "Id": 91, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Rank": 1, + "Id": 91 }, { - "Rank": 2, "CommandName": "Add-PnPGroupMember", - "Id": 92, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", + "Rank": 2, + "Id": 92 }, { - "Rank": 1, "CommandName": "Add-PnPHomeSite", - "Id": 93, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Rank": 1, + "Id": 93 }, { - "Rank": 1, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Id": 94, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Rank": 1, + "Id": 94 }, { - "Rank": 1, "CommandName": "Add-PnPHubSiteAssociation", - "Id": 95, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", + "Rank": 1, + "Id": 95 }, { - "Rank": 1, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 96, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", + "Rank": 1, + "Id": 96 }, { - "Rank": 2, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 97, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", + "Rank": 2, + "Id": 97 }, { - "Rank": 3, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 98, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", + "Rank": 3, + "Id": 98 }, { - "Rank": 1, "CommandName": "Add-PnPJavaScriptBlock", - "Id": 99, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", + "Rank": 1, + "Id": 99 }, { - "Rank": 2, "CommandName": "Add-PnPJavaScriptBlock", - "Id": 100, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", + "Rank": 2, + "Id": 100 }, { - "Rank": 1, "CommandName": "Add-PnPJavaScriptLink", - "Id": 101, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", + "Rank": 1, + "Id": 101 }, { - "Rank": 2, "CommandName": "Add-PnPJavaScriptLink", - "Id": 102, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", + "Rank": 2, + "Id": 102 }, { - "Rank": 1, "CommandName": "Add-PnPListDesign", - "Id": 103, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", + "Rank": 1, + "Id": 103 }, { - "Rank": 2, "CommandName": "Add-PnPListDesign", - "Id": 104, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", + "Rank": 2, + "Id": 104 }, { - "Rank": 1, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 105, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", + "Rank": 1, + "Id": 105 }, { - "Rank": 2, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 106, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", + "Rank": 2, + "Id": 106 }, { - "Rank": 3, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 107, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", + "Rank": 3, + "Id": 107 }, { - "Rank": 1, "CommandName": "Add-PnPListItem", - "Id": 108, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 1, + "Id": 108 }, { - "Rank": 2, "CommandName": "Add-PnPListItem", - "Id": 109, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 2, + "Id": 109 }, { - "Rank": 3, "CommandName": "Add-PnPListItem", - "Id": 110, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", + "Rank": 3, + "Id": 110 }, { - "Rank": 4, "CommandName": "Add-PnPListItem", - "Id": 111, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", + "Rank": 4, + "Id": 111 }, { - "Rank": 5, "CommandName": "Add-PnPListItem", - "Id": 112, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", + "Rank": 5, + "Id": 112 }, { - "Rank": 1, "CommandName": "Add-PnPListItemAttachment", - "Id": 113, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", + "Rank": 1, + "Id": 113 }, { - "Rank": 2, "CommandName": "Add-PnPListItemAttachment", - "Id": 114, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", + "Rank": 2, + "Id": 114 }, { - "Rank": 3, "CommandName": "Add-PnPListItemAttachment", - "Id": 115, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", + "Rank": 3, + "Id": 115 }, { - "Rank": 1, "CommandName": "Add-PnPListItemComment", - "Id": 116, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", + "Rank": 1, + "Id": 116 }, { - "Rank": 1, "CommandName": "Add-PnPMasterPage", - "Id": 117, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", + "Rank": 1, + "Id": 117 }, { - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 118, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 118 }, { - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 119, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2, + "Id": 119 }, { - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 120, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 120 }, { - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 121, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2, + "Id": 121 }, { - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 122, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", + "Rank": 1, + "Id": 122 }, { - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 123, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", + "Rank": 2, + "Id": 123 }, { - "Rank": 3, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 124, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", + "Rank": 3, + "Id": 124 }, { - "Rank": 1, "CommandName": "Add-PnPNavigationNode", - "Id": 125, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", + "Rank": 1, + "Id": 125 }, { - "Rank": 2, "CommandName": "Add-PnPNavigationNode", - "Id": 126, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", + "Rank": 2, + "Id": 126 }, { - "Rank": 3, "CommandName": "Add-PnPNavigationNode", - "Id": 127, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", + "Rank": 3, + "Id": 127 }, { - "Rank": 4, "CommandName": "Add-PnPNavigationNode", - "Id": 128, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", + "Rank": 4, + "Id": 128 }, { - "Rank": 5, "CommandName": "Add-PnPNavigationNode", - "Id": 129, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", + "Rank": 5, + "Id": 129 }, { - "Rank": 6, "CommandName": "Add-PnPNavigationNode", - "Id": 130, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", + "Rank": 6, + "Id": 130 }, { - "Rank": 7, "CommandName": "Add-PnPNavigationNode", - "Id": 131, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", + "Rank": 7, + "Id": 131 }, { - "Rank": 8, "CommandName": "Add-PnPNavigationNode", - "Id": 132, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", + "Rank": 8, + "Id": 132 }, { - "Rank": 1, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 133, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", + "Rank": 1, + "Id": 133 }, { - "Rank": 2, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 134, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Rank": 2, + "Id": 134 }, { - "Rank": 3, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 135, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", + "Rank": 3, + "Id": 135 }, { - "Rank": 1, "CommandName": "Add-PnPOrgNewsSite", - "Id": 136, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", + "Rank": 1, + "Id": 136 }, { - "Rank": 1, "CommandName": "Add-PnPPage", - "Id": 137, - "Command": "Add-PnPPage -Name \"NewPage\"" + "Command": "Add-PnPPage -Name \"NewPage\"", + "Rank": 1, + "Id": 137 }, { - "Rank": 2, "CommandName": "Add-PnPPage", - "Id": 138, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", + "Rank": 2, + "Id": 138 }, { - "Rank": 3, "CommandName": "Add-PnPPage", - "Id": 139, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", + "Rank": 3, + "Id": 139 }, { - "Rank": 4, "CommandName": "Add-PnPPage", - "Id": 140, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", + "Rank": 4, + "Id": 140 }, { - "Rank": 5, "CommandName": "Add-PnPPage", - "Id": 141, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", + "Rank": 5, + "Id": 141 }, { - "Rank": 6, "CommandName": "Add-PnPPage", - "Id": 142, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", + "Rank": 6, + "Id": 142 }, { - "Rank": 7, "CommandName": "Add-PnPPage", - "Id": 143, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", + "Rank": 7, + "Id": 143 }, { - "Rank": 8, "CommandName": "Add-PnPPage", - "Id": 144, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", + "Rank": 8, + "Id": 144 }, { - "Rank": 9, "CommandName": "Add-PnPPage", - "Id": 145, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "Rank": 9, + "Id": 145 }, { - "Rank": 10, "CommandName": "Add-PnPPage", - "Id": 146, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Rank": 10, + "Id": 146 }, { - "Rank": 1, "CommandName": "Add-PnPPageImageWebPart", - "Id": 147, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", + "Rank": 1, + "Id": 147 }, { - "Rank": 2, "CommandName": "Add-PnPPageImageWebPart", - "Id": 148, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", + "Rank": 2, + "Id": 148 }, { - "Rank": 1, "CommandName": "Add-PnPPageSection", - "Id": 149, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", + "Rank": 1, + "Id": 149 }, { - "Rank": 2, "CommandName": "Add-PnPPageSection", - "Id": 150, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", + "Rank": 2, + "Id": 150 }, { - "Rank": 1, "CommandName": "Add-PnPPageTextPart", - "Id": 151, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", + "Rank": 1, + "Id": 151 }, { - "Rank": 2, "CommandName": "Add-PnPPageTextPart", - "Id": 152, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", + "Rank": 2, + "Id": 152 }, { - "Rank": 3, "CommandName": "Add-PnPPageTextPart", - "Id": 153, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", + "Rank": 3, + "Id": 153 }, { - "Rank": 1, "CommandName": "Add-PnPPageWebPart", - "Id": 154, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", + "Rank": 1, + "Id": 154 }, { - "Rank": 2, "CommandName": "Add-PnPPageWebPart", - "Id": 155, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", + "Rank": 2, + "Id": 155 }, { - "Rank": 3, "CommandName": "Add-PnPPageWebPart", - "Id": 156, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", + "Rank": 3, + "Id": 156 }, { - "Rank": 1, "CommandName": "Add-PnPPlannerBucket", - "Id": 157, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", + "Rank": 1, + "Id": 157 }, { - "Rank": 2, "CommandName": "Add-PnPPlannerBucket", - "Id": 158, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", + "Rank": 2, + "Id": 158 }, { - "Rank": 1, "CommandName": "Add-PnPPlannerRoster", - "Id": 159, - "Command": "Add-PnPPlannerRoster" + "Command": "Add-PnPPlannerRoster", + "Rank": 1, + "Id": 159 }, { - "Rank": 1, "CommandName": "Add-PnPPlannerRosterMember", - "Id": 160, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 160 }, { - "Rank": 1, "CommandName": "Add-PnPPlannerTask", - "Id": 161, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Rank": 1, + "Id": 161 }, { - "Rank": 2, "CommandName": "Add-PnPPlannerTask", - "Id": 162, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Rank": 2, + "Id": 162 }, { - "Rank": 3, "CommandName": "Add-PnPPlannerTask", - "Id": 163, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Rank": 3, + "Id": 163 }, { - "Rank": 1, "CommandName": "Add-PnPPublishingImageRendition", - "Id": 164, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Rank": 1, + "Id": 164 }, { - "Rank": 1, "CommandName": "Add-PnPPublishingPage", - "Id": 165, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", + "Rank": 1, + "Id": 165 }, { - "Rank": 2, "CommandName": "Add-PnPPublishingPage", - "Id": 166, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", + "Rank": 2, + "Id": 166 }, { - "Rank": 1, "CommandName": "Add-PnPPublishingPageLayout", - "Id": 167, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Rank": 1, + "Id": 167 }, { - "Rank": 1, "CommandName": "Add-PnPRoleDefinition", - "Id": 168, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", + "Rank": 1, + "Id": 168 }, { - "Rank": 2, "CommandName": "Add-PnPRoleDefinition", - "Id": 169, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", + "Rank": 2, + "Id": 169 }, { - "Rank": 3, "CommandName": "Add-PnPRoleDefinition", - "Id": 170, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", + "Rank": 3, + "Id": 170 }, { - "Rank": 1, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 171, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 171 }, { - "Rank": 2, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 172, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Rank": 2, + "Id": 172 }, { - "Rank": 3, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 173, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", + "Rank": 3, + "Id": 173 }, { - "Rank": 1, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 174, - "Command": "Add-PnPSiteCollectionAppCatalog" + "Command": "Add-PnPSiteCollectionAppCatalog", + "Rank": 1, + "Id": 174 }, { - "Rank": 2, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 175, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Rank": 2, + "Id": 175 }, { - "Rank": 1, "CommandName": "Add-PnPSiteDesign", - "Id": 176, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", + "Rank": 1, + "Id": 176 }, { - "Rank": 2, "CommandName": "Add-PnPSiteDesign", - "Id": 177, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", + "Rank": 2, + "Id": 177 }, { - "Rank": 3, "CommandName": "Add-PnPSiteDesign", - "Id": 178, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Rank": 3, + "Id": 178 }, { - "Rank": 1, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 179, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", + "Rank": 1, + "Id": 179 }, { - "Rank": 2, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 180, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Rank": 2, + "Id": 180 }, { - "Rank": 3, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 181, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", + "Rank": 3, + "Id": 181 }, { - "Rank": 1, "CommandName": "Add-PnPSiteDesignTask", - "Id": 182, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", + "Rank": 1, + "Id": 182 }, { - "Rank": 2, "CommandName": "Add-PnPSiteDesignTask", - "Id": 183, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Rank": 2, + "Id": 183 }, { - "Rank": 1, "CommandName": "Add-PnPSiteScript", - "Id": 184, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", + "Rank": 1, + "Id": 184 }, { - "Rank": 1, "CommandName": "Add-PnPSiteScriptPackage", - "Id": 185, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", + "Rank": 1, + "Id": 185 }, { - "Rank": 1, "CommandName": "Add-PnPSiteTemplate", - "Id": 186, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", + "Rank": 1, + "Id": 186 }, { - "Rank": 1, "CommandName": "Add-PnPStoredCredential", - "Id": 187, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", + "Rank": 1, + "Id": 187 }, { - "Rank": 2, "CommandName": "Add-PnPStoredCredential", - "Id": 188, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Rank": 2, + "Id": 188 }, { - "Rank": 3, "CommandName": "Add-PnPStoredCredential", - "Id": 189, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", + "Rank": 3, + "Id": 189 }, { - "Rank": 1, "CommandName": "Add-PnPTaxonomyField", - "Id": 190, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", + "Rank": 1, + "Id": 190 }, { - "Rank": 2, "CommandName": "Add-PnPTaxonomyField", - "Id": 191, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", + "Rank": 2, + "Id": 191 }, { - "Rank": 1, "CommandName": "Add-PnPTeamsChannel", - "Id": 192, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", + "Rank": 1, + "Id": 192 }, { - "Rank": 2, "CommandName": "Add-PnPTeamsChannel", - "Id": 193, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", + "Rank": 2, + "Id": 193 }, { - "Rank": 3, "CommandName": "Add-PnPTeamsChannel", - "Id": 194, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", + "Rank": 3, + "Id": 194 }, { - "Rank": 4, "CommandName": "Add-PnPTeamsChannel", - "Id": 195, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", + "Rank": 4, + "Id": 195 }, { - "Rank": 1, "CommandName": "Add-PnpTeamsChannelUser", - "Id": 196, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", + "Rank": 1, + "Id": 196 }, { - "Rank": 2, "CommandName": "Add-PnpTeamsChannelUser", - "Id": 197, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", + "Rank": 2, + "Id": 197 }, { - "Rank": 1, "CommandName": "Add-PnPTeamsTab", - "Id": 198, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", + "Rank": 1, + "Id": 198 }, { - "Rank": 2, "CommandName": "Add-PnPTeamsTab", - "Id": 199, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", + "Rank": 2, + "Id": 199 }, { - "Rank": 3, "CommandName": "Add-PnPTeamsTab", - "Id": 200, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", + "Rank": 3, + "Id": 200 }, { - "Rank": 4, "CommandName": "Add-PnPTeamsTab", - "Id": 201, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", + "Rank": 4, + "Id": 201 }, { - "Rank": 1, "CommandName": "Add-PnPTeamsTeam", - "Id": 202, - "Command": "Add-PnPTeamsTeam" + "Command": "Add-PnPTeamsTeam", + "Rank": 1, + "Id": 202 }, { - "Rank": 1, "CommandName": "Add-PnPTeamsUser", - "Id": 203, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Rank": 1, + "Id": 203 }, { - "Rank": 2, "CommandName": "Add-PnPTeamsUser", - "Id": 204, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Rank": 2, + "Id": 204 }, { - "Rank": 3, "CommandName": "Add-PnPTeamsUser", - "Id": 205, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", + "Rank": 3, + "Id": 205 }, { - "Rank": 4, "CommandName": "Add-PnPTeamsUser", - "Id": 206, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", + "Rank": 4, + "Id": 206 }, { - "Rank": 1, "CommandName": "Add-PnPTenantCdnOrigin", - "Id": 207, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Rank": 1, + "Id": 207 }, { - "Rank": 1, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 208, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Rank": 1, + "Id": 208 }, { - "Rank": 2, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 209, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Rank": 2, + "Id": 209 }, { - "Rank": 3, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 210, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Rank": 3, + "Id": 210 }, { - "Rank": 1, "CommandName": "Add-PnPTenantSequence", - "Id": 211, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", + "Rank": 1, + "Id": 211 }, { - "Rank": 1, "CommandName": "Add-PnPTenantSequenceSite", - "Id": 212, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", + "Rank": 1, + "Id": 212 }, { - "Rank": 1, "CommandName": "Add-PnPTenantSequenceSubSite", - "Id": 213, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", + "Rank": 1, + "Id": 213 }, { - "Rank": 1, "CommandName": "Add-PnPTermToTerm", - "Id": 214, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", + "Rank": 1, + "Id": 214 }, { - "Rank": 1, "CommandName": "Add-PnPView", - "Id": 215, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", + "Rank": 1, + "Id": 215 }, { - "Rank": 2, "CommandName": "Add-PnPView", - "Id": 216, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", + "Rank": 2, + "Id": 216 }, { - "Rank": 3, "CommandName": "Add-PnPView", - "Id": 217, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", + "Rank": 3, + "Id": 217 }, { - "Rank": 1, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 218, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Rank": 1, + "Id": 218 }, { - "Rank": 2, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 219, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Rank": 2, + "Id": 219 }, { - "Rank": 3, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 220, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Rank": 3, + "Id": 220 }, { - "Rank": 1, "CommandName": "Add-PnPWebhookSubscription", - "Id": 221, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Rank": 1, + "Id": 221 }, { - "Rank": 2, "CommandName": "Add-PnPWebhookSubscription", - "Id": 222, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Rank": 2, + "Id": 222 }, { - "Rank": 3, "CommandName": "Add-PnPWebhookSubscription", - "Id": 223, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", + "Rank": 3, + "Id": 223 }, { - "Rank": 1, "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 224, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", + "Rank": 1, + "Id": 224 }, { - "Rank": 2, "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 225, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", + "Rank": 2, + "Id": 225 }, { - "Rank": 1, "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 226, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", + "Rank": 1, + "Id": 226 }, { - "Rank": 2, "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 227, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", + "Rank": 2, + "Id": 227 }, { - "Rank": 1, "CommandName": "Add-PnPWikiPage", - "Id": 228, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", + "Rank": 1, + "Id": 228 }, { - "Rank": 1, "CommandName": "Clear-PnPAzureADGroupMember", - "Id": 229, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", + "Rank": 1, + "Id": 229 }, { - "Rank": 1, "CommandName": "Clear-PnPAzureADGroupOwner", - "Id": 230, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", + "Rank": 1, + "Id": 230 }, { - "Rank": 1, "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 231, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", + "Rank": 1, + "Id": 231 }, { - "Rank": 2, "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 232, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", + "Rank": 2, + "Id": 232 }, { - "Rank": 1, "CommandName": "Clear-PnPListItemAsRecord", - "Id": 233, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Rank": 1, + "Id": 233 }, { - "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Id": 234, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", + "Rank": 1, + "Id": 234 }, { - "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Id": 235, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", + "Rank": 1, + "Id": 235 }, { - "Rank": 1, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 236, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Rank": 1, + "Id": 236 }, { - "Rank": 2, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 237, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", + "Rank": 2, + "Id": 237 }, { - "Rank": 3, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 238, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", + "Rank": 3, + "Id": 238 }, { - "Rank": 1, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Id": 239, - "Command": "Clear-PnPTenantAppCatalogUrl" + "Command": "Clear-PnPTenantAppCatalogUrl", + "Rank": 1, + "Id": 239 }, { - "Rank": 1, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 240, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1, + "Id": 240 }, { - "Rank": 2, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 241, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Rank": 2, + "Id": 241 }, { - "Rank": 1, "CommandName": "Clear-PnPTraceLog", - "Id": 242, - "Command": "Clear-PnPTraceLog" + "Command": "Clear-PnPTraceLog", + "Rank": 1, + "Id": 242 }, { - "Rank": 1, "CommandName": "Connect-PnPOnline", - "Id": 243, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", + "Rank": 1, + "Id": 243 }, { - "Rank": 1, "CommandName": "Convert-PnPFile", - "Id": 244, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", + "Rank": 1, + "Id": 244 }, { - "Rank": 2, "CommandName": "Convert-PnPFile", - "Id": 245, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", + "Rank": 2, + "Id": 245 }, { - "Rank": 3, "CommandName": "Convert-PnPFile", - "Id": 246, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", + "Rank": 3, + "Id": 246 }, { - "Rank": 4, "CommandName": "Convert-PnPFile", - "Id": 247, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", + "Rank": 4, + "Id": 247 }, { - "Rank": 5, "CommandName": "Convert-PnPFile", - "Id": 248, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", + "Rank": 5, + "Id": 248 }, { - "Rank": 6, "CommandName": "Convert-PnPFile", - "Id": 249, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", + "Rank": 6, + "Id": 249 }, { - "Rank": 7, "CommandName": "Convert-PnPFile", - "Id": 250, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", + "Rank": 7, + "Id": 250 }, { - "Rank": 1, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 251, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", + "Rank": 1, + "Id": 251 }, { - "Rank": 2, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 252, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", + "Rank": 2, + "Id": 252 }, { - "Rank": 1, "CommandName": "Convert-PnPSiteTemplate", - "Id": 253, - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "Command": "Convert-PnPSiteTemplate -Path template.xml", + "Rank": 1, + "Id": 253 }, { - "Rank": 2, "CommandName": "Convert-PnPSiteTemplate", - "Id": 254, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", + "Rank": 2, + "Id": 254 }, { - "Rank": 3, "CommandName": "Convert-PnPSiteTemplate", - "Id": 255, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", + "Rank": 3, + "Id": 255 }, { - "Rank": 1, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 256, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", + "Rank": 1, + "Id": 256 }, { - "Rank": 2, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 257, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", + "Rank": 2, + "Id": 257 }, { - "Rank": 1, "CommandName": "ConvertTo-PnPPage", - "Id": 258, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", + "Rank": 1, + "Id": 258 }, { - "Rank": 2, "CommandName": "ConvertTo-PnPPage", - "Id": 259, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", + "Rank": 2, + "Id": 259 }, { - "Rank": 3, "CommandName": "ConvertTo-PnPPage", - "Id": 260, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", + "Rank": 3, + "Id": 260 }, { - "Rank": 4, "CommandName": "ConvertTo-PnPPage", - "Id": 261, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", + "Rank": 4, + "Id": 261 }, { - "Rank": 5, "CommandName": "ConvertTo-PnPPage", - "Id": 262, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 5, + "Id": 262 }, { - "Rank": 6, "CommandName": "ConvertTo-PnPPage", - "Id": 263, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", + "Rank": 6, + "Id": 263 }, { - "Rank": 7, "CommandName": "ConvertTo-PnPPage", - "Id": 264, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", + "Rank": 7, + "Id": 264 }, { - "Rank": 8, "CommandName": "ConvertTo-PnPPage", - "Id": 265, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", + "Rank": 8, + "Id": 265 }, { - "Rank": 9, "CommandName": "ConvertTo-PnPPage", - "Id": 266, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 9, + "Id": 266 }, { - "Rank": 10, "CommandName": "ConvertTo-PnPPage", - "Id": 267, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", + "Rank": 10, + "Id": 267 }, { - "Rank": 11, "CommandName": "ConvertTo-PnPPage", - "Id": 268, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", + "Rank": 11, + "Id": 268 }, { - "Rank": 12, "CommandName": "ConvertTo-PnPPage", - "Id": 269, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 12, + "Id": 269 }, { - "Rank": 13, "CommandName": "ConvertTo-PnPPage", - "Id": 270, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 13, + "Id": 270 }, { - "Rank": 14, "CommandName": "ConvertTo-PnPPage", - "Id": 271, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", + "Rank": 14, + "Id": 271 }, { - "Rank": 1, "CommandName": "Copy-PnPFile", - "Id": 272, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 1, + "Id": 272 }, { - "Rank": 2, "CommandName": "Copy-PnPFile", - "Id": 273, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Rank": 2, + "Id": 273 }, { - "Rank": 3, "CommandName": "Copy-PnPFile", - "Id": 274, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Rank": 3, + "Id": 274 }, { - "Rank": 4, "CommandName": "Copy-PnPFile", - "Id": 275, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 4, + "Id": 275 }, { - "Rank": 5, "CommandName": "Copy-PnPFile", - "Id": 276, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Rank": 5, + "Id": 276 }, { - "Rank": 6, "CommandName": "Copy-PnPFile", - "Id": 277, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Rank": 6, + "Id": 277 }, { - "Rank": 7, "CommandName": "Copy-PnPFile", - "Id": 278, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Rank": 7, + "Id": 278 }, { - "Rank": 8, "CommandName": "Copy-PnPFile", - "Id": 279, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 8, + "Id": 279 }, { - "Rank": 9, "CommandName": "Copy-PnPFile", - "Id": 280, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Rank": 9, + "Id": 280 }, { - "Rank": 10, "CommandName": "Copy-PnPFile", - "Id": 281, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Rank": 10, + "Id": 281 }, { - "Rank": 1, "CommandName": "Copy-PnPFolder", - "Id": 282, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 1, + "Id": 282 }, { - "Rank": 2, "CommandName": "Copy-PnPFolder", - "Id": 283, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Rank": 2, + "Id": 283 }, { - "Rank": 3, "CommandName": "Copy-PnPFolder", - "Id": 284, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Rank": 3, + "Id": 284 }, { - "Rank": 4, "CommandName": "Copy-PnPFolder", - "Id": 285, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 4, + "Id": 285 }, { - "Rank": 5, "CommandName": "Copy-PnPFolder", - "Id": 286, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Rank": 5, + "Id": 286 }, { - "Rank": 6, "CommandName": "Copy-PnPFolder", - "Id": 287, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Rank": 6, + "Id": 287 }, { - "Rank": 7, "CommandName": "Copy-PnPFolder", - "Id": 288, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Rank": 7, + "Id": 288 }, { - "Rank": 8, "CommandName": "Copy-PnPFolder", - "Id": 289, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 8, + "Id": 289 }, { - "Rank": 9, "CommandName": "Copy-PnPFolder", - "Id": 290, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Rank": 9, + "Id": 290 }, { - "Rank": 10, "CommandName": "Copy-PnPFolder", - "Id": 291, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Rank": 10, + "Id": 291 }, { - "Rank": 11, "CommandName": "Copy-PnPFolder", - "Id": 292, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", + "Rank": 11, + "Id": 292 }, { - "Rank": 1, "CommandName": "Copy-PnPItemProxy", - "Id": 293, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", + "Rank": 1, + "Id": 293 }, { - "Rank": 1, "CommandName": "Copy-PnPList", - "Id": 294, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", + "Rank": 1, + "Id": 294 }, { - "Rank": 2, "CommandName": "Copy-PnPList", - "Id": 295, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", + "Rank": 2, + "Id": 295 }, { - "Rank": 3, "CommandName": "Copy-PnPList", - "Id": 296, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", + "Rank": 3, + "Id": 296 }, { - "Rank": 4, "CommandName": "Copy-PnPList", - "Id": 297, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", + "Rank": 4, + "Id": 297 }, { - "Rank": 1, "CommandName": "Copy-PnPPage", - "Id": 298, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Rank": 1, + "Id": 298 }, { - "Rank": 1, "CommandName": "Copy-PnPTeamsTeam", - "Id": 299, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", + "Rank": 1, + "Id": 299 }, { - "Rank": 2, "CommandName": "Copy-PnPTeamsTeam", - "Id": 300, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", + "Rank": 2, + "Id": 300 }, { - "Rank": 3, "CommandName": "Copy-PnPTeamsTeam", - "Id": 301, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Rank": 3, + "Id": 301 }, { - "Rank": 4, "CommandName": "Copy-PnPTeamsTeam", - "Id": 302, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Rank": 4, + "Id": 302 }, { - "Rank": 1, "CommandName": "Disable-PnPFeature", - "Id": 303, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 303 }, { - "Rank": 2, "CommandName": "Disable-PnPFeature", - "Id": 304, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Rank": 2, + "Id": 304 }, { - "Rank": 3, "CommandName": "Disable-PnPFeature", - "Id": 305, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Rank": 3, + "Id": 305 }, { - "Rank": 1, "CommandName": "Disable-PnPFlow", - "Id": 306, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1, + "Id": 306 }, { - "Rank": 2, "CommandName": "Disable-PnPFlow", - "Id": 307, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2, + "Id": 307 }, { - "Rank": 1, "CommandName": "Disable-PnPPageScheduling", - "Id": 308, - "Command": "Disable-PnPPageScheduling" + "Command": "Disable-PnPPageScheduling", + "Rank": 1, + "Id": 308 }, { - "Rank": 1, "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 309, - "Command": "Disable-PnPPowerShellTelemetry" + "Command": "Disable-PnPPowerShellTelemetry", + "Rank": 1, + "Id": 309 }, { - "Rank": 2, "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 310, - "Command": "Disable-PnPPowerShellTelemetry -Force" + "Command": "Disable-PnPPowerShellTelemetry -Force", + "Rank": 2, + "Id": 310 }, { - "Rank": 1, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 311, - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "Command": "Disable-PnPSharingForNonOwnersOfSite", + "Rank": 1, + "Id": 311 }, { - "Rank": 1, "CommandName": "Disable-PnPSiteClassification", - "Id": 312, - "Command": "Disable-PnPSiteClassification" + "Command": "Disable-PnPSiteClassification", + "Rank": 1, + "Id": 312 }, { - "Rank": 1, "CommandName": "Disconnect-PnPOnline", - "Id": 313, - "Command": "Disconnect-PnPOnline" + "Command": "Disconnect-PnPOnline", + "Rank": 1, + "Id": 313 }, { - "Rank": 1, "CommandName": "Enable-PnPCommSite", - "Id": 314, - "Command": "Enable-PnPCommSite" + "Command": "Enable-PnPCommSite", + "Rank": 1, + "Id": 314 }, { - "Rank": 2, "CommandName": "Enable-PnPCommSite", - "Id": 315, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", + "Rank": 2, + "Id": 315 }, { - "Rank": 1, "CommandName": "Enable-PnPFeature", - "Id": 316, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 316 }, { - "Rank": 2, "CommandName": "Enable-PnPFeature", - "Id": 317, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Rank": 2, + "Id": 317 }, { - "Rank": 3, "CommandName": "Enable-PnPFeature", - "Id": 318, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Rank": 3, + "Id": 318 }, { - "Rank": 1, "CommandName": "Enable-PnPFlow", - "Id": 319, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1, + "Id": 319 }, { - "Rank": 2, "CommandName": "Enable-PnPFlow", - "Id": 320, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2, + "Id": 320 }, { - "Rank": 1, "CommandName": "Enable-PnPPageScheduling", - "Id": 321, - "Command": "Enable-PnPPageScheduling" + "Command": "Enable-PnPPageScheduling", + "Rank": 1, + "Id": 321 }, { - "Rank": 1, "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 322, - "Command": "Enable-PnPPowerShellTelemetry" + "Command": "Enable-PnPPowerShellTelemetry", + "Rank": 1, + "Id": 322 }, { - "Rank": 2, "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 323, - "Command": "Enable-PnPPowerShellTelemetry -Force" + "Command": "Enable-PnPPowerShellTelemetry -Force", + "Rank": 2, + "Id": 323 }, { - "Rank": 1, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 324, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", + "Rank": 1, + "Id": 324 }, { - "Rank": 2, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 325, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", + "Rank": 2, + "Id": 325 }, { - "Rank": 3, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 326, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", + "Rank": 3, + "Id": 326 }, { - "Rank": 4, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 327, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", + "Rank": 4, + "Id": 327 }, { - "Rank": 1, "CommandName": "Enable-PnPSiteClassification", - "Id": 328, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", + "Rank": 1, + "Id": 328 }, { - "Rank": 2, "CommandName": "Enable-PnPSiteClassification", - "Id": 329, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Rank": 2, + "Id": 329 }, { - "Rank": 1, "CommandName": "Export-PnPFlow", - "Id": 330, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1, + "Id": 330 }, { - "Rank": 2, "CommandName": "Export-PnPFlow", - "Id": 331, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2, + "Id": 331 }, { - "Rank": 1, "CommandName": "Export-PnPListToSiteTemplate", - "Id": 332, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", + "Rank": 1, + "Id": 332 }, { - "Rank": 2, "CommandName": "Export-PnPListToSiteTemplate", - "Id": 333, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", + "Rank": 2, + "Id": 333 }, { - "Rank": 1, "CommandName": "Export-PnPPage", - "Id": 334, - "Command": "Export-PnPPage -Identity Home.aspx" + "Command": "Export-PnPPage -Identity Home.aspx", + "Rank": 1, + "Id": 334 }, { - "Rank": 2, "CommandName": "Export-PnPPage", - "Id": 335, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", + "Rank": 2, + "Id": 335 }, { - "Rank": 1, "CommandName": "Export-PnPPageMapping", - "Id": 336, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", + "Rank": 1, + "Id": 336 }, { - "Rank": 2, "CommandName": "Export-PnPPageMapping", - "Id": 337, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", + "Rank": 2, + "Id": 337 }, { - "Rank": 3, "CommandName": "Export-PnPPageMapping", - "Id": 338, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", + "Rank": 3, + "Id": 338 }, { - "Rank": 1, "CommandName": "Export-PnPPowerApp", - "Id": 339, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", + "Rank": 1, + "Id": 339 }, { - "Rank": 2, "CommandName": "Export-PnPPowerApp", - "Id": 340, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", + "Rank": 2, + "Id": 340 }, { - "Rank": 1, "CommandName": "Export-PnPTaxonomy", - "Id": 341, - "Command": "Export-PnPTaxonomy" + "Command": "Export-PnPTaxonomy", + "Rank": 1, + "Id": 341 }, { - "Rank": 2, "CommandName": "Export-PnPTaxonomy", - "Id": 342, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", + "Rank": 2, + "Id": 342 }, { - "Rank": 3, "CommandName": "Export-PnPTaxonomy", - "Id": 343, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", + "Rank": 3, + "Id": 343 }, { - "Rank": 4, "CommandName": "Export-PnPTaxonomy", - "Id": 344, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", + "Rank": 4, + "Id": 344 }, { - "Rank": 1, "CommandName": "Export-PnPTermGroupToXml", - "Id": 345, - "Command": "Export-PnPTermGroupToXml" + "Command": "Export-PnPTermGroupToXml", + "Rank": 1, + "Id": 345 }, { - "Rank": 2, "CommandName": "Export-PnPTermGroupToXml", - "Id": 346, - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "Command": "Export-PnPTermGroupToXml -Out output.xml", + "Rank": 2, + "Id": 346 }, { - "Rank": 3, "CommandName": "Export-PnPTermGroupToXml", - "Id": 347, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", + "Rank": 3, + "Id": 347 }, { - "Rank": 1, "CommandName": "Export-PnPUserInfo", - "Id": 348, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Rank": 1, + "Id": 348 }, { - "Rank": 2, "CommandName": "Export-PnPUserInfo", - "Id": 349, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", + "Rank": 2, + "Id": 349 }, { - "Rank": 1, "CommandName": "Export-PnPUserProfile", - "Id": 350, - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "Command": "Export-PnPUserProfile -LoginName user@domain.com", + "Rank": 1, + "Id": 350 }, { - "Rank": 2, "CommandName": "Export-PnPUserProfile", - "Id": 351, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", + "Rank": 2, + "Id": 351 }, { - "Rank": 1, "CommandName": "Find-PnPFile", - "Id": 352, - "Command": "Find-PnPFile -Match *.master" + "Command": "Find-PnPFile -Match *.master", + "Rank": 1, + "Id": 352 }, { - "Rank": 2, "CommandName": "Find-PnPFile", - "Id": 353, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", + "Rank": 2, + "Id": 353 }, { - "Rank": 3, "CommandName": "Find-PnPFile", - "Id": 354, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", + "Rank": 3, + "Id": 354 }, { - "Rank": 1, "CommandName": "Get-PnPAccessToken", - "Id": 355, - "Command": "Get-PnPAccessToken" + "Command": "Get-PnPAccessToken", + "Rank": 1, + "Id": 355 }, { - "Rank": 2, "CommandName": "Get-PnPAccessToken", - "Id": 356, - "Command": "Get-PnPAccessToken -Decoded" + "Command": "Get-PnPAccessToken -Decoded", + "Rank": 2, + "Id": 356 }, { - "Rank": 3, "CommandName": "Get-PnPAccessToken", - "Id": 357, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", + "Rank": 3, + "Id": 357 }, { - "Rank": 4, "CommandName": "Get-PnPAccessToken", - "Id": 358, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", + "Rank": 4, + "Id": 358 }, { - "Rank": 5, "CommandName": "Get-PnPAccessToken", - "Id": 359, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", + "Rank": 5, + "Id": 359 }, { - "Rank": 6, "CommandName": "Get-PnPAccessToken", - "Id": 360, - "Command": "Get-PnPAccessToken -ListPermissionScopes" + "Command": "Get-PnPAccessToken -ListPermissionScopes", + "Rank": 6, + "Id": 360 }, { - "Rank": 1, "CommandName": "Get-PnPAlert", - "Id": 361, - "Command": "Get-PnPAlert" + "Command": "Get-PnPAlert", + "Rank": 1, + "Id": 361 }, { - "Rank": 2, "CommandName": "Get-PnPAlert", - "Id": 362, - "Command": "Get-PnPAlert -List \"Demo List\"" + "Command": "Get-PnPAlert -List \"Demo List\"", + "Rank": 2, + "Id": 362 }, { - "Rank": 3, "CommandName": "Get-PnPAlert", - "Id": 363, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Rank": 3, + "Id": 363 }, { - "Rank": 4, "CommandName": "Get-PnPAlert", - "Id": 364, - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "Command": "Get-PnPAlert -Title \"Demo Alert\"", + "Rank": 4, + "Id": 364 }, { - "Rank": 5, "CommandName": "Get-PnPAlert", - "Id": 365, - "Command": "Get-PnPAlert -AllUsers" + "Command": "Get-PnPAlert -AllUsers", + "Rank": 5, + "Id": 365 }, { - "Rank": 6, "CommandName": "Get-PnPAlert", - "Id": 366, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", + "Rank": 6, + "Id": 366 }, { - "Rank": 1, "CommandName": "Get-PnPApp", - "Id": 367, - "Command": "Get-PnPApp" + "Command": "Get-PnPApp", + "Rank": 1, + "Id": 367 }, { - "Rank": 2, "CommandName": "Get-PnPApp", - "Id": 368, - "Command": "Get-PnPApp -Scope Site" + "Command": "Get-PnPApp -Scope Site", + "Rank": 2, + "Id": 368 }, { - "Rank": 3, "CommandName": "Get-PnPApp", - "Id": 369, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Rank": 3, + "Id": 369 }, { - "Rank": 1, "CommandName": "Get-PnPAppErrors", - "Id": 370, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", + "Rank": 1, + "Id": 370 }, { - "Rank": 2, "CommandName": "Get-PnPAppErrors", - "Id": 371, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", + "Rank": 2, + "Id": 371 }, { - "Rank": 1, "CommandName": "Get-PnPAppInfo", - "Id": 372, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", + "Rank": 1, + "Id": 372 }, { - "Rank": 2, "CommandName": "Get-PnPAppInfo", - "Id": 373, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Rank": 2, + "Id": 373 }, { - "Rank": 3, "CommandName": "Get-PnPAppInfo", - "Id": 374, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", + "Rank": 3, + "Id": 374 }, { - "Rank": 1, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 375, - "Command": "Get-PnPApplicationCustomizer" + "Command": "Get-PnPApplicationCustomizer", + "Rank": 1, + "Id": 375 }, { - "Rank": 2, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 376, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 2, + "Id": 376 }, { - "Rank": 3, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 377, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", + "Rank": 3, + "Id": 377 }, { - "Rank": 1, "CommandName": "Get-PnPAuditing", - "Id": 378, - "Command": "Get-PnPAuditing" + "Command": "Get-PnPAuditing", + "Rank": 1, + "Id": 378 }, { - "Rank": 1, "CommandName": "Get-PnPAuthenticationRealm", - "Id": 379, - "Command": "Get-PnPAuthenticationRealm" + "Command": "Get-PnPAuthenticationRealm", + "Rank": 1, + "Id": 379 }, { - "Rank": 2, "CommandName": "Get-PnPAuthenticationRealm", - "Id": 380, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", + "Rank": 2, + "Id": 380 }, { - "Rank": 1, "CommandName": "Get-PnPAvailableLanguage", - "Id": 381, - "Command": "Get-PnPAvailableLanguage" + "Command": "Get-PnPAvailableLanguage", + "Rank": 1, + "Id": 381 }, { - "Rank": 1, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 382, - "Command": "Get-PnPAvailableSensitivityLabel" + "Command": "Get-PnPAvailableSensitivityLabel", + "Rank": 1, + "Id": 382 }, { - "Rank": 2, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 383, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", + "Rank": 2, + "Id": 383 }, { - "Rank": 3, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 384, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", + "Rank": 3, + "Id": 384 }, { - "Rank": 1, "CommandName": "Get-PnPAvailableSiteClassification", - "Id": 385, - "Command": "Get-PnPAvailableSiteClassification" + "Command": "Get-PnPAvailableSiteClassification", + "Rank": 1, + "Id": 385 }, { - "Rank": 1, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 386, - "Command": "Get-PnPAzureACSPrincipal" + "Command": "Get-PnPAzureACSPrincipal", + "Rank": 1, + "Id": 386 }, { - "Rank": 2, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 387, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", + "Rank": 2, + "Id": 387 }, { - "Rank": 3, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 388, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", + "Rank": 3, + "Id": 388 }, { - "Rank": 4, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 389, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", + "Rank": 4, + "Id": 389 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 390, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 1, + "Id": 390 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 391, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", + "Rank": 2, + "Id": 391 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 392, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", + "Rank": 3, + "Id": 392 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 393, - "Command": "Get-PnPAzureADActivityReportSignIn" + "Command": "Get-PnPAzureADActivityReportSignIn", + "Rank": 1, + "Id": 393 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 394, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", + "Rank": 2, + "Id": 394 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 395, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", + "Rank": 3, + "Id": 395 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADApp", - "Id": 396, - "Command": "Get-PnPAzureADApp" + "Command": "Get-PnPAzureADApp", + "Rank": 1, + "Id": 396 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADApp", - "Id": 397, - "Command": "Get-PnPAzureADApp -Identity MyApp" + "Command": "Get-PnPAzureADApp -Identity MyApp", + "Rank": 2, + "Id": 397 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADApp", - "Id": 398, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Rank": 3, + "Id": 398 }, { - "Rank": 4, "CommandName": "Get-PnPAzureADApp", - "Id": 399, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", + "Rank": 4, + "Id": 399 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 400, - "Command": "Get-PnPAzureADAppPermission" + "Command": "Get-PnPAzureADAppPermission", + "Rank": 1, + "Id": 400 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 401, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", + "Rank": 2, + "Id": 401 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 402, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Rank": 3, + "Id": 402 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 403, - "Command": "Get-PnPAzureADAppSitePermission" + "Command": "Get-PnPAzureADAppSitePermission", + "Rank": 1, + "Id": 403 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 404, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", + "Rank": 2, + "Id": 404 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 405, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", + "Rank": 3, + "Id": 405 }, { - "Rank": 4, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 406, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", + "Rank": 4, + "Id": 406 }, { - "Rank": 5, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 407, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", + "Rank": 5, + "Id": 407 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADGroup", - "Id": 408, - "Command": "Get-PnPAzureADGroup" + "Command": "Get-PnPAzureADGroup", + "Rank": 1, + "Id": 408 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADGroup", - "Id": 409, - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "Command": "Get-PnPAzureADGroup -Identity $groupId", + "Rank": 2, + "Id": 409 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADGroup", - "Id": 410, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", + "Rank": 3, + "Id": 410 }, { - "Rank": 4, "CommandName": "Get-PnPAzureADGroup", - "Id": 411, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", + "Rank": 4, + "Id": 411 }, { - "Rank": 5, "CommandName": "Get-PnPAzureADGroup", - "Id": 412, - "Command": "Get-PnPAzureADGroup -Identity $group" + "Command": "Get-PnPAzureADGroup -Identity $group", + "Rank": 5, + "Id": 412 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 413, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", + "Rank": 1, + "Id": 413 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 414, - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "Command": "Get-PnPAzureADGroupMember -Identity $group", + "Rank": 2, + "Id": 414 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 415, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", + "Rank": 3, + "Id": 415 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 416, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", + "Rank": 1, + "Id": 416 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 417, - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "Command": "Get-PnPAzureADGroupOwner -Identity $group", + "Rank": 2, + "Id": 417 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 418, - "Command": "Get-PnPAzureADServicePrincipal" + "Command": "Get-PnPAzureADServicePrincipal", + "Rank": 1, + "Id": 418 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 419, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", + "Rank": 2, + "Id": 419 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 420, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", + "Rank": 3, + "Id": 420 }, { - "Rank": 4, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 421, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", + "Rank": 4, + "Id": 421 }, { - "Rank": 5, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 422, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", + "Rank": 5, + "Id": 422 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 423, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Rank": 1, + "Id": 423 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 424, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Rank": 2, + "Id": 424 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 425, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Rank": 1, + "Id": 425 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 426, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", + "Rank": 2, + "Id": 426 }, { - "Rank": 1, "CommandName": "Get-PnPAzureADUser", - "Id": 427, - "Command": "Get-PnPAzureADUser" + "Command": "Get-PnPAzureADUser", + "Rank": 1, + "Id": 427 }, { - "Rank": 2, "CommandName": "Get-PnPAzureADUser", - "Id": 428, - "Command": "Get-PnPAzureADUser -EndIndex 50" + "Command": "Get-PnPAzureADUser -EndIndex 50", + "Rank": 2, + "Id": 428 }, { - "Rank": 3, "CommandName": "Get-PnPAzureADUser", - "Id": 429, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Rank": 3, + "Id": 429 }, { - "Rank": 4, "CommandName": "Get-PnPAzureADUser", - "Id": 430, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", + "Rank": 4, + "Id": 430 }, { - "Rank": 5, "CommandName": "Get-PnPAzureADUser", - "Id": 431, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", + "Rank": 5, + "Id": 431 }, { - "Rank": 6, "CommandName": "Get-PnPAzureADUser", - "Id": 432, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", + "Rank": 6, + "Id": 432 }, { - "Rank": 7, "CommandName": "Get-PnPAzureADUser", - "Id": 433, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", + "Rank": 7, + "Id": 433 }, { - "Rank": 8, "CommandName": "Get-PnPAzureADUser", - "Id": 434, - "Command": "Get-PnPAzureADUser -Delta" + "Command": "Get-PnPAzureADUser -Delta", + "Rank": 8, + "Id": 434 }, { - "Rank": 9, "CommandName": "Get-PnPAzureADUser", - "Id": 435, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", + "Rank": 9, + "Id": 435 }, { - "Rank": 10, "CommandName": "Get-PnPAzureADUser", - "Id": 436, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", + "Rank": 10, + "Id": 436 }, { - "Rank": 1, "CommandName": "Get-PnPAzureCertificate", - "Id": 437, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", + "Rank": 1, + "Id": 437 }, { - "Rank": 2, "CommandName": "Get-PnPAzureCertificate", - "Id": 438, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Rank": 2, + "Id": 438 }, { - "Rank": 3, "CommandName": "Get-PnPAzureCertificate", - "Id": 439, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", + "Rank": 3, + "Id": 439 }, { - "Rank": 1, "CommandName": "Get-PnPBrandCenterConfig", - "Id": 440, - "Command": "Get-PnPBrandCenterConfig" + "Command": "Get-PnPBrandCenterConfig", + "Rank": 1, + "Id": 440 }, { - "Rank": 1, "CommandName": "Get-PnPBrandCenterFont", - "Id": 441, - "Command": "Get-PnPBrandCenterFont" + "Command": "Get-PnPBrandCenterFont", + "Rank": 1, + "Id": 441 }, { - "Rank": 1, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 442, - "Command": "Get-PnPBrandCenterFontPackage" + "Command": "Get-PnPBrandCenterFontPackage", + "Rank": 1, + "Id": 442 }, { - "Rank": 2, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 443, - "Command": "Get-PnPBrandCenterFontPackage -Store Site" + "Command": "Get-PnPBrandCenterFontPackage -Store Site", + "Rank": 2, + "Id": 443 }, { - "Rank": 3, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 444, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", + "Rank": 3, + "Id": 444 }, { - "Rank": 4, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 445, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Rank": 4, + "Id": 445 }, { - "Rank": 1, "CommandName": "Get-PnPBrowserIdleSignout", - "Id": 446, - "Command": "Get-PnPBrowserIdleSignout" + "Command": "Get-PnPBrowserIdleSignout", + "Rank": 1, + "Id": 446 }, { - "Rank": 1, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 447, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", + "Rank": 1, + "Id": 447 }, { - "Rank": 2, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 448, - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "Command": "Get-PnPBuiltInDesignPackageVisibility", + "Rank": 2, + "Id": 448 }, { - "Rank": 1, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 449, - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "Command": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 1, + "Id": 449 }, { - "Rank": 2, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 450, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", + "Rank": 2, + "Id": 450 }, { - "Rank": 3, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 451, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", + "Rank": 3, + "Id": 451 }, { - "Rank": 4, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 452, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", + "Rank": 4, + "Id": 452 }, { - "Rank": 5, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 453, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", + "Rank": 5, + "Id": 453 }, { - "Rank": 1, "CommandName": "Get-PnPChangeLog", - "Id": 454, - "Command": "Get-PnPChangeLog" + "Command": "Get-PnPChangeLog", + "Rank": 1, + "Id": 454 }, { - "Rank": 2, "CommandName": "Get-PnPChangeLog", - "Id": 455, - "Command": "Get-PnPChangeLog -Nightly" + "Command": "Get-PnPChangeLog -Nightly", + "Rank": 2, + "Id": 455 }, { - "Rank": 3, "CommandName": "Get-PnPChangeLog", - "Id": 456, - "Command": "Get-PnPChangeLog -Version 2.12.0" + "Command": "Get-PnPChangeLog -Version 2.12.0", + "Rank": 3, + "Id": 456 }, { - "Rank": 1, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 457, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", + "Rank": 1, + "Id": 457 }, { - "Rank": 2, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 458, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", + "Rank": 2, + "Id": 458 }, { - "Rank": 1, "CommandName": "Get-PnPContainer", - "Id": 459, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", + "Rank": 1, + "Id": 459 }, { - "Rank": 2, "CommandName": "Get-PnPContainer", - "Id": 460, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 2, + "Id": 460 }, { - "Rank": 3, "CommandName": "Get-PnPContainer", - "Id": 461, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Rank": 3, + "Id": 461 }, { - "Rank": 1, "CommandName": "Get-PnPContainerType", - "Id": 462, - "Command": "Get-PnPContainerType" + "Command": "Get-PnPContainerType", + "Rank": 1, + "Id": 462 }, { - "Rank": 1, "CommandName": "Get-PnPContainerTypeConfiguration", - "Id": 463, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", + "Rank": 1, + "Id": 463 }, { - "Rank": 1, "CommandName": "Get-PnPContentType", - "Id": 464, - "Command": "Get-PnPContentType" + "Command": "Get-PnPContentType", + "Rank": 1, + "Id": 464 }, { - "Rank": 2, "CommandName": "Get-PnPContentType", - "Id": 465, - "Command": "Get-PnPContentType -InSiteHierarchy" + "Command": "Get-PnPContentType -InSiteHierarchy", + "Rank": 2, + "Id": 465 }, { - "Rank": 3, "CommandName": "Get-PnPContentType", - "Id": 466, - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "Command": "Get-PnPContentType -Identity \"Project Document\"", + "Rank": 3, + "Id": 466 }, { - "Rank": 4, "CommandName": "Get-PnPContentType", - "Id": 467, - "Command": "Get-PnPContentType -List \"Documents\"" + "Command": "Get-PnPContentType -List \"Documents\"", + "Rank": 4, + "Id": 467 }, { - "Rank": 5, "CommandName": "Get-PnPContentType", - "Id": 468, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"" + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", + "Rank": 5, + "Id": 468 }, { - "Rank": 1, "CommandName": "Get-PnPContentTypePublishingStatus", - "Id": 469, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", + "Rank": 1, + "Id": 469 }, { - "Rank": 1, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Id": 470, - "Command": "Get-PnPCopilotAdminLimitedMode" + "Command": "Get-PnPCopilotAdminLimitedMode", + "Rank": 1, + "Id": 470 }, { - "Rank": 1, "CommandName": "Get-PnPCopilotAgent", - "Id": 471, - "Command": "Get-PnPCopilotAgent" + "Command": "Get-PnPCopilotAgent", + "Rank": 1, + "Id": 471 }, { - "Rank": 2, "CommandName": "Get-PnPCopilotAgent", - "Id": 472, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", + "Rank": 2, + "Id": 472 }, { - "Rank": 1, "CommandName": "Get-PnPCustomAction", - "Id": 473, - "Command": "Get-PnPCustomAction" + "Command": "Get-PnPCustomAction", + "Rank": 1, + "Id": 473 }, { - "Rank": 2, "CommandName": "Get-PnPCustomAction", - "Id": 474, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 2, + "Id": 474 }, { - "Rank": 3, "CommandName": "Get-PnPCustomAction", - "Id": 475, - "Command": "Get-PnPCustomAction -Scope web" + "Command": "Get-PnPCustomAction -Scope web", + "Rank": 3, + "Id": 475 }, { - "Rank": 1, "CommandName": "Get-PnPDeletedContainer", - "Id": 476, - "Command": "Get-PnPDeletedContainer" + "Command": "Get-PnPDeletedContainer", + "Rank": 1, + "Id": 476 }, { - "Rank": 1, "CommandName": "Get-PnPDeletedFlow", - "Id": 477, - "Command": "Get-PnPDeletedFlow" + "Command": "Get-PnPDeletedFlow", + "Rank": 1, + "Id": 477 }, { - "Rank": 1, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 478, - "Command": "Get-PnPDeletedMicrosoft365Group" + "Command": "Get-PnPDeletedMicrosoft365Group", + "Rank": 1, + "Id": 478 }, { - "Rank": 2, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 479, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 2, + "Id": 479 }, { - "Rank": 1, "CommandName": "Get-PnPDeletedTeam", - "Id": 480, - "Command": "Get-PnPDeletedTeam" + "Command": "Get-PnPDeletedTeam", + "Rank": 1, + "Id": 480 }, { - "Rank": 1, "CommandName": "Get-PnPDiagnostics", - "Id": 481, - "Command": "Get-PnPDiagnostics" + "Command": "Get-PnPDiagnostics", + "Rank": 1, + "Id": 481 }, { - "Rank": 1, "CommandName": "Get-PnPDisableSpacesActivation", - "Id": 482, - "Command": "Get-PnPDisableSpacesActivation" + "Command": "Get-PnPDisableSpacesActivation", + "Rank": 1, + "Id": 482 }, { - "Rank": 1, "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 483, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", + "Rank": 1, + "Id": 483 }, { - "Rank": 2, "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 484, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", + "Rank": 2, + "Id": 484 }, { - "Rank": 1, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 485, - "Command": "Get-PnPEnterpriseAppInsightsReport" + "Command": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 1, + "Id": 485 }, { - "Rank": 2, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 486, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", + "Rank": 2, + "Id": 486 }, { - "Rank": 3, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 487, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", + "Rank": 3, + "Id": 487 }, { - "Rank": 1, "CommandName": "Get-PnPEventReceiver", - "Id": 488, - "Command": "Get-PnPEventReceiver" + "Command": "Get-PnPEventReceiver", + "Rank": 1, + "Id": 488 }, { - "Rank": 2, "CommandName": "Get-PnPEventReceiver", - "Id": 489, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 2, + "Id": 489 }, { - "Rank": 3, "CommandName": "Get-PnPEventReceiver", - "Id": 490, - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "Command": "Get-PnPEventReceiver -Identity MyReceiver", + "Rank": 3, + "Id": 490 }, { - "Rank": 4, "CommandName": "Get-PnPEventReceiver", - "Id": 491, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", + "Rank": 4, + "Id": 491 }, { - "Rank": 5, "CommandName": "Get-PnPEventReceiver", - "Id": 492, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 5, + "Id": 492 }, { - "Rank": 6, "CommandName": "Get-PnPEventReceiver", - "Id": 493, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", + "Rank": 6, + "Id": 493 }, { - "Rank": 7, "CommandName": "Get-PnPEventReceiver", - "Id": 494, - "Command": "Get-PnPEventReceiver -Scope Site" + "Command": "Get-PnPEventReceiver -Scope Site", + "Rank": 7, + "Id": 494 }, { - "Rank": 8, "CommandName": "Get-PnPEventReceiver", - "Id": 495, - "Command": "Get-PnPEventReceiver -Scope Web" + "Command": "Get-PnPEventReceiver -Scope Web", + "Rank": 8, + "Id": 495 }, { - "Rank": 9, "CommandName": "Get-PnPEventReceiver", - "Id": 496, - "Command": "Get-PnPEventReceiver -Scope All" + "Command": "Get-PnPEventReceiver -Scope All", + "Rank": 9, + "Id": 496 }, { - "Rank": 1, "CommandName": "Get-PnPException", - "Id": 497, - "Command": "Get-PnPException" + "Command": "Get-PnPException", + "Rank": 1, + "Id": 497 }, { - "Rank": 2, "CommandName": "Get-PnPException", - "Id": 498, - "Command": "Get-PnPException -All" + "Command": "Get-PnPException -All", + "Rank": 2, + "Id": 498 }, { - "Rank": 1, "CommandName": "Get-PnPExternalUser", - "Id": 499, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", + "Rank": 1, + "Id": 499 }, { - "Rank": 2, "CommandName": "Get-PnPExternalUser", - "Id": 500, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", + "Rank": 2, + "Id": 500 }, { - "Rank": 1, "CommandName": "Get-PnPFeature", - "Id": 501, - "Command": "Get-PnPFeature" + "Command": "Get-PnPFeature", + "Rank": 1, + "Id": 501 }, { - "Rank": 2, "CommandName": "Get-PnPFeature", - "Id": 502, - "Command": "Get-PnPFeature -Scope Site" + "Command": "Get-PnPFeature -Scope Site", + "Rank": 2, + "Id": 502 }, { - "Rank": 3, "CommandName": "Get-PnPFeature", - "Id": 503, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 3, + "Id": 503 }, { - "Rank": 4, "CommandName": "Get-PnPFeature", - "Id": 504, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", + "Rank": 4, + "Id": 504 }, { - "Rank": 1, "CommandName": "Get-PnPField", - "Id": 505, - "Command": "Get-PnPField" + "Command": "Get-PnPField", + "Rank": 1, + "Id": 505 }, { - "Rank": 2, "CommandName": "Get-PnPField", - "Id": 506, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Rank": 2, + "Id": 506 }, { - "Rank": 3, "CommandName": "Get-PnPField", - "Id": 507, - "Command": "Get-PnPField -Group \"Custom Columns\"" + "Command": "Get-PnPField -Group \"Custom Columns\"", + "Rank": 3, + "Id": 507 }, { - "Rank": 1, "CommandName": "Get-PnPFile", - "Id": 508, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", + "Rank": 1, + "Id": 508 }, { - "Rank": 2, "CommandName": "Get-PnPFile", - "Id": 509, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", + "Rank": 2, + "Id": 509 }, { - "Rank": 3, "CommandName": "Get-PnPFile", - "Id": 510, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", + "Rank": 3, + "Id": 510 }, { - "Rank": 4, "CommandName": "Get-PnPFile", - "Id": 511, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", + "Rank": 4, + "Id": 511 }, { - "Rank": 5, "CommandName": "Get-PnPFile", - "Id": 512, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", + "Rank": 5, + "Id": 512 }, { - "Rank": 6, "CommandName": "Get-PnPFile", - "Id": 513, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", + "Rank": 6, + "Id": 513 }, { - "Rank": 7, "CommandName": "Get-PnPFile", - "Id": 514, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", + "Rank": 7, + "Id": 514 }, { - "Rank": 8, "CommandName": "Get-PnPFile", - "Id": 515, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", + "Rank": 8, + "Id": 515 }, { - "Rank": 1, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 516, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", + "Rank": 1, + "Id": 516 }, { - "Rank": 2, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 517, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", + "Rank": 2, + "Id": 517 }, { - "Rank": 3, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 518, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Rank": 3, + "Id": 518 }, { - "Rank": 1, "CommandName": "Get-PnPFileCheckedOut", - "Id": 519, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"" + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", + "Rank": 1, + "Id": 519 }, { - "Rank": 1, "CommandName": "Get-PnPFileInFolder", - "Id": 520, - "Command": "Get-PnPFileInFolder" + "Command": "Get-PnPFileInFolder", + "Rank": 1, + "Id": 520 }, { - "Rank": 2, "CommandName": "Get-PnPFileInFolder", - "Id": 521, - "Command": "Get-PnPFileInFolder -Recurse" + "Command": "Get-PnPFileInFolder -Recurse", + "Rank": 2, + "Id": 521 }, { - "Rank": 3, "CommandName": "Get-PnPFileInFolder", - "Id": 522, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", + "Rank": 3, + "Id": 522 }, { - "Rank": 4, "CommandName": "Get-PnPFileInFolder", - "Id": 523, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Rank": 4, + "Id": 523 }, { - "Rank": 5, "CommandName": "Get-PnPFileInFolder", - "Id": 524, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Rank": 5, + "Id": 524 }, { - "Rank": 1, "CommandName": "Get-PnPFileRetentionLabel", - "Id": 525, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Rank": 1, + "Id": 525 }, { - "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabel", - "Id": 526, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Rank": 1, + "Id": 526 }, { - "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Id": 527, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", + "Rank": 1, + "Id": 527 }, { - "Rank": 1, "CommandName": "Get-PnPFileSharingLink", - "Id": 528, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1, + "Id": 528 }, { - "Rank": 2, "CommandName": "Get-PnPFileSharingLink", - "Id": 529, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", + "Rank": 2, + "Id": 529 }, { - "Rank": 3, "CommandName": "Get-PnPFileSharingLink", - "Id": 530, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", + "Rank": 3, + "Id": 530 }, { - "Rank": 1, "CommandName": "Get-PnPFileVersion", - "Id": 531, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", + "Rank": 1, + "Id": 531 }, { - "Rank": 2, "CommandName": "Get-PnPFileVersion", - "Id": 532, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", + "Rank": 2, + "Id": 532 }, { - "Rank": 3, "CommandName": "Get-PnPFileVersion", - "Id": 533, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", + "Rank": 3, + "Id": 533 }, { - "Rank": 1, "CommandName": "Get-PnPFlow", - "Id": 534, - "Command": "Get-PnPFlow -AsAdmin" + "Command": "Get-PnPFlow -AsAdmin", + "Rank": 1, + "Id": 534 }, { - "Rank": 2, "CommandName": "Get-PnPFlow", - "Id": 535, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe" + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", + "Rank": 2, + "Id": 535 }, { - "Rank": 3, "CommandName": "Get-PnPFlow", - "Id": 536, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 3, + "Id": 536 }, { - "Rank": 1, "CommandName": "Get-PnPFlowOwner", - "Id": 537, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Rank": 1, + "Id": 537 }, { - "Rank": 2, "CommandName": "Get-PnPFlowOwner", - "Id": 538, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Rank": 2, + "Id": 538 }, { - "Rank": 1, "CommandName": "Get-PnPFlowRun", - "Id": 539, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1, + "Id": 539 }, { - "Rank": 2, "CommandName": "Get-PnPFlowRun", - "Id": 540, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 2, + "Id": 540 }, { - "Rank": 1, "CommandName": "Get-PnPFolder", - "Id": 541, - "Command": "Get-PnPFolder" + "Command": "Get-PnPFolder", + "Rank": 1, + "Id": 541 }, { - "Rank": 2, "CommandName": "Get-PnPFolder", - "Id": 542, - "Command": "Get-PnPFolder -CurrentWebRootFolder" + "Command": "Get-PnPFolder -CurrentWebRootFolder", + "Rank": 2, + "Id": 542 }, { - "Rank": 3, "CommandName": "Get-PnPFolder", - "Id": 543, - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "Command": "Get-PnPFolder -Url \"Shared Documents\"", + "Rank": 3, + "Id": 543 }, { - "Rank": 4, "CommandName": "Get-PnPFolder", - "Id": 544, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", + "Rank": 4, + "Id": 544 }, { - "Rank": 5, "CommandName": "Get-PnPFolder", - "Id": 545, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", + "Rank": 5, + "Id": 545 }, { - "Rank": 6, "CommandName": "Get-PnPFolder", - "Id": 546, - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "Command": "Get-PnPFolder -List \"Shared Documents\"", + "Rank": 6, + "Id": 546 }, { - "Rank": 7, "CommandName": "Get-PnPFolder", - "Id": 547, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", + "Rank": 7, + "Id": 547 }, { - "Rank": 1, "CommandName": "Get-PnPFolderInFolder", - "Id": 548, - "Command": "Get-PnPFolderInFolder" + "Command": "Get-PnPFolderInFolder", + "Rank": 1, + "Id": 548 }, { - "Rank": 2, "CommandName": "Get-PnPFolderInFolder", - "Id": 549, - "Command": "Get-PnPFolderInFolder -Recurse" + "Command": "Get-PnPFolderInFolder -Recurse", + "Rank": 2, + "Id": 549 }, { - "Rank": 3, "CommandName": "Get-PnPFolderInFolder", - "Id": 550, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", + "Rank": 3, + "Id": 550 }, { - "Rank": 4, "CommandName": "Get-PnPFolderInFolder", - "Id": 551, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", + "Rank": 4, + "Id": 551 }, { - "Rank": 5, "CommandName": "Get-PnPFolderInFolder", - "Id": 552, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", + "Rank": 5, + "Id": 552 }, { - "Rank": 6, "CommandName": "Get-PnPFolderInFolder", - "Id": 553, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Rank": 6, + "Id": 553 }, { - "Rank": 1, "CommandName": "Get-PnPFolderItem", - "Id": 554, - "Command": "Get-PnPFolderItem" + "Command": "Get-PnPFolderItem", + "Rank": 1, + "Id": 554 }, { - "Rank": 2, "CommandName": "Get-PnPFolderItem", - "Id": 555, - "Command": "Get-PnPFolderItem -Recurse" + "Command": "Get-PnPFolderItem -Recurse", + "Rank": 2, + "Id": 555 }, { - "Rank": 3, "CommandName": "Get-PnPFolderItem", - "Id": 556, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", + "Rank": 3, + "Id": 556 }, { - "Rank": 4, "CommandName": "Get-PnPFolderItem", - "Id": 557, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Rank": 4, + "Id": 557 }, { - "Rank": 5, "CommandName": "Get-PnPFolderItem", - "Id": 558, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", + "Rank": 5, + "Id": 558 }, { - "Rank": 6, "CommandName": "Get-PnPFolderItem", - "Id": 559, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", + "Rank": 6, + "Id": 559 }, { - "Rank": 1, "CommandName": "Get-PnPFolderSharingLink", - "Id": 560, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1, + "Id": 560 }, { - "Rank": 1, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 561, - "Command": "Get-PnPFolderStorageMetric" + "Command": "Get-PnPFolderStorageMetric", + "Rank": 1, + "Id": 561 }, { - "Rank": 2, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 562, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", + "Rank": 2, + "Id": 562 }, { - "Rank": 3, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 563, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", + "Rank": 3, + "Id": 563 }, { - "Rank": 1, "CommandName": "Get-PnPFooter", - "Id": 564, - "Command": "Get-PnPFooter" + "Command": "Get-PnPFooter", + "Rank": 1, + "Id": 564 }, { - "Rank": 1, "CommandName": "Get-PnPGraphSubscription", - "Id": 565, - "Command": "Get-PnPGraphSubscription" + "Command": "Get-PnPGraphSubscription", + "Rank": 1, + "Id": 565 }, { - "Rank": 2, "CommandName": "Get-PnPGraphSubscription", - "Id": 566, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Rank": 2, + "Id": 566 }, { - "Rank": 1, "CommandName": "Get-PnPGroup", - "Id": 567, - "Command": "Get-PnPGroup" + "Command": "Get-PnPGroup", + "Rank": 1, + "Id": 567 }, { - "Rank": 2, "CommandName": "Get-PnPGroup", - "Id": 568, - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "Command": "Get-PnPGroup -Identity 'My Site Users'", + "Rank": 2, + "Id": 568 }, { - "Rank": 3, "CommandName": "Get-PnPGroup", - "Id": 569, - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "Command": "Get-PnPGroup -AssociatedMemberGroup", + "Rank": 3, + "Id": 569 }, { - "Rank": 1, "CommandName": "Get-PnPGroupMember", - "Id": 570, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", + "Rank": 1, + "Id": 570 }, { - "Rank": 2, "CommandName": "Get-PnPGroupMember", - "Id": 571, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", + "Rank": 2, + "Id": 571 }, { - "Rank": 1, "CommandName": "Get-PnPGroupPermissions", - "Id": 572, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", + "Rank": 1, + "Id": 572 }, { - "Rank": 1, "CommandName": "Get-PnPHideDefaultThemes", - "Id": 573, - "Command": "Get-PnPHideDefaultThemes" + "Command": "Get-PnPHideDefaultThemes", + "Rank": 1, + "Id": 573 }, { - "Rank": 1, "CommandName": "Get-PnPHomePage", - "Id": 574, - "Command": "Get-PnPHomePage" + "Command": "Get-PnPHomePage", + "Rank": 1, + "Id": 574 }, { - "Rank": 1, "CommandName": "Get-PnPHomeSite", - "Id": 575, - "Command": "Get-PnPHomeSite" + "Command": "Get-PnPHomeSite", + "Rank": 1, + "Id": 575 }, { - "Rank": 2, "CommandName": "Get-PnPHomeSite", - "Id": 576, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "Rank": 2, + "Id": 576 }, { - "Rank": 3, "CommandName": "Get-PnPHomeSite", - "Id": 577, - "Command": "Get-PnPHomeSite -Detailed" + "Command": "Get-PnPHomeSite -Detailed", + "Rank": 3, + "Id": 577 }, { - "Rank": 1, "CommandName": "Get-PnPHubSite", - "Id": 578, - "Command": "Get-PnPHubSite" + "Command": "Get-PnPHubSite", + "Rank": 1, + "Id": 578 }, { - "Rank": 2, "CommandName": "Get-PnPHubSite", - "Id": 579, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Rank": 2, + "Id": 579 }, { - "Rank": 3, "CommandName": "Get-PnPHubSite", - "Id": 580, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", + "Rank": 3, + "Id": 580 }, { - "Rank": 1, "CommandName": "Get-PnPHubSiteChild", - "Id": 581, - "Command": "Get-PnPHubSiteChild" + "Command": "Get-PnPHubSiteChild", + "Rank": 1, + "Id": 581 }, { - "Rank": 2, "CommandName": "Get-PnPHubSiteChild", - "Id": 582, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Rank": 2, + "Id": 582 }, { - "Rank": 1, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Id": 583, - "Command": "Get-PnPInPlaceRecordsManagement" + "Command": "Get-PnPInPlaceRecordsManagement", + "Rank": 1, + "Id": 583 }, { - "Rank": 1, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Id": 584, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", + "Rank": 1, + "Id": 584 }, { - "Rank": 1, "CommandName": "Get-PnPJavaScriptLink", - "Id": 585, - "Command": "Get-PnPJavaScriptLink" + "Command": "Get-PnPJavaScriptLink", + "Rank": 1, + "Id": 585 }, { - "Rank": 2, "CommandName": "Get-PnPJavaScriptLink", - "Id": 586, - "Command": "Get-PnPJavaScriptLink -Scope All" + "Command": "Get-PnPJavaScriptLink -Scope All", + "Rank": 2, + "Id": 586 }, { - "Rank": 3, "CommandName": "Get-PnPJavaScriptLink", - "Id": 587, - "Command": "Get-PnPJavaScriptLink -Scope Web" + "Command": "Get-PnPJavaScriptLink -Scope Web", + "Rank": 3, + "Id": 587 }, { - "Rank": 4, "CommandName": "Get-PnPJavaScriptLink", - "Id": 588, - "Command": "Get-PnPJavaScriptLink -Scope Site" + "Command": "Get-PnPJavaScriptLink -Scope Site", + "Rank": 4, + "Id": 588 }, { - "Rank": 5, "CommandName": "Get-PnPJavaScriptLink", - "Id": 589, - "Command": "Get-PnPJavaScriptLink -Name Test" + "Command": "Get-PnPJavaScriptLink -Name Test", + "Rank": 5, + "Id": 589 }, { - "Rank": 1, "CommandName": "Get-PnPKnowledgeHubSite", - "Id": 590, - "Command": "Get-PnPKnowledgeHubSite" + "Command": "Get-PnPKnowledgeHubSite", + "Rank": 1, + "Id": 590 }, { - "Rank": 1, "CommandName": "Get-PnPLargeListOperationStatus", - "Id": 591, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", + "Rank": 1, + "Id": 591 }, { - "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Id": 592, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", + "Rank": 1, + "Id": 592 }, { - "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Id": 593, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1, + "Id": 593 }, { - "Rank": 1, "CommandName": "Get-PnPList", - "Id": 594, - "Command": "Get-PnPList" + "Command": "Get-PnPList", + "Rank": 1, + "Id": 594 }, { - "Rank": 2, "CommandName": "Get-PnPList", - "Id": 595, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 2, + "Id": 595 }, { - "Rank": 3, "CommandName": "Get-PnPList", - "Id": 596, - "Command": "Get-PnPList -Identity Lists/Announcements" + "Command": "Get-PnPList -Identity Lists/Announcements", + "Rank": 3, + "Id": 596 }, { - "Rank": 4, "CommandName": "Get-PnPList", - "Id": 597, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", + "Rank": 4, + "Id": 597 }, { - "Rank": 5, "CommandName": "Get-PnPList", - "Id": 598, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", + "Rank": 5, + "Id": 598 }, { - "Rank": 1, "CommandName": "Get-PnPListDesign", - "Id": 599, - "Command": "Get-PnPListDesign" + "Command": "Get-PnPListDesign", + "Rank": 1, + "Id": 599 }, { - "Rank": 2, "CommandName": "Get-PnPListDesign", - "Id": 600, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 2, + "Id": 600 }, { - "Rank": 3, "CommandName": "Get-PnPListDesign", - "Id": 601, - "Command": "Get-PnPListDesign -Identity ListEvent" + "Command": "Get-PnPListDesign -Identity ListEvent", + "Rank": 3, + "Id": 601 }, { - "Rank": 1, "CommandName": "Get-PnPListInformationRightsManagement", - "Id": 602, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", + "Rank": 1, + "Id": 602 }, { - "Rank": 1, "CommandName": "Get-PnPListItem", - "Id": 603, - "Command": "Get-PnPListItem -List Tasks" + "Command": "Get-PnPListItem -List Tasks", + "Rank": 1, + "Id": 603 }, { - "Rank": 2, "CommandName": "Get-PnPListItem", - "Id": 604, - "Command": "Get-PnPListItem -List Tasks -Id 1" + "Command": "Get-PnPListItem -List Tasks -Id 1", + "Rank": 2, + "Id": 604 }, { - "Rank": 3, "CommandName": "Get-PnPListItem", - "Id": 605, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", + "Rank": 3, + "Id": 605 }, { - "Rank": 4, "CommandName": "Get-PnPListItem", - "Id": 606, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", + "Rank": 4, + "Id": 606 }, { - "Rank": 5, "CommandName": "Get-PnPListItem", - "Id": 607, - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "Command": "Get-PnPListItem -List Tasks -Query \"\"", + "Rank": 5, + "Id": 607 }, { - "Rank": 6, "CommandName": "Get-PnPListItem", - "Id": 608, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", + "Rank": 6, + "Id": 608 }, { - "Rank": 7, "CommandName": "Get-PnPListItem", - "Id": 609, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", + "Rank": 7, + "Id": 609 }, { - "Rank": 8, "CommandName": "Get-PnPListItem", - "Id": 610, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", + "Rank": 8, + "Id": 610 }, { - "Rank": 9, "CommandName": "Get-PnPListItem", - "Id": 611, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", + "Rank": 9, + "Id": 611 }, { - "Rank": 1, "CommandName": "Get-PnPListItemAttachment", - "Id": 612, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", + "Rank": 1, + "Id": 612 }, { - "Rank": 2, "CommandName": "Get-PnPListItemAttachment", - "Id": 613, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", + "Rank": 2, + "Id": 613 }, { - "Rank": 1, "CommandName": "Get-PnPListItemComment", - "Id": 614, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", + "Rank": 1, + "Id": 614 }, { - "Rank": 1, "CommandName": "Get-PnPListItemPermission", - "Id": 615, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", + "Rank": 1, + "Id": 615 }, { - "Rank": 1, "CommandName": "Get-PnPListItemVersion", - "Id": 616, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", + "Rank": 1, + "Id": 616 }, { - "Rank": 1, "CommandName": "Get-PnPListPermissions", - "Id": 617, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", + "Rank": 1, + "Id": 617 }, { - "Rank": 2, "CommandName": "Get-PnPListPermissions", - "Id": 618, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Rank": 2, + "Id": 618 }, { - "Rank": 1, "CommandName": "Get-PnPListRecordDeclaration", - "Id": 619, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", + "Rank": 1, + "Id": 619 }, { - "Rank": 1, "CommandName": "Get-PnPManagedAppId", - "Id": 620, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", + "Rank": 1, + "Id": 620 }, { - "Rank": 1, "CommandName": "Get-PnPMasterPage", - "Id": 621, - "Command": "Get-PnPMasterPage" + "Command": "Get-PnPMasterPage", + "Rank": 1, + "Id": 621 }, { - "Rank": 1, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 622, - "Command": "Get-PnPMessageCenterAnnouncement" + "Command": "Get-PnPMessageCenterAnnouncement", + "Rank": 1, + "Id": 622 }, { - "Rank": 2, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 623, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", + "Rank": 2, + "Id": 623 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 624, - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "Command": "Get-PnPMicrosoft365ExpiringGroup", + "Rank": 1, + "Id": 624 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 625, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", + "Rank": 2, + "Id": 625 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 626, - "Command": "Get-PnPMicrosoft365Group" + "Command": "Get-PnPMicrosoft365Group", + "Rank": 1, + "Id": 626 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 627, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", + "Rank": 2, + "Id": 627 }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 628, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", + "Rank": 3, + "Id": 628 }, { - "Rank": 4, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 629, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", + "Rank": 4, + "Id": 629 }, { - "Rank": 5, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 630, - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "Command": "Get-PnPMicrosoft365Group -Identity $group", + "Rank": 5, + "Id": 630 }, { - "Rank": 6, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 631, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", + "Rank": 6, + "Id": 631 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 632, - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "Command": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 1, + "Id": 632 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 633, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", + "Rank": 2, + "Id": 633 }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 634, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Rank": 3, + "Id": 634 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 635, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", + "Rank": 1, + "Id": 635 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 636, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", + "Rank": 2, + "Id": 636 }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 637, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", + "Rank": 3, + "Id": 637 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 638, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", + "Rank": 1, + "Id": 638 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 639, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", + "Rank": 2, + "Id": 639 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 640, - "Command": "Get-PnPMicrosoft365GroupSettings" + "Command": "Get-PnPMicrosoft365GroupSettings", + "Rank": 1, + "Id": 640 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 641, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", + "Rank": 2, + "Id": 641 }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 642, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", + "Rank": 3, + "Id": 642 }, { - "Rank": 4, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 643, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", + "Rank": 4, + "Id": 643 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 644, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", + "Rank": 1, + "Id": 644 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 645, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", + "Rank": 2, + "Id": 645 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 646, - "Command": "Get-PnPMicrosoft365GroupTeam" + "Command": "Get-PnPMicrosoft365GroupTeam", + "Rank": 1, + "Id": 646 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 647, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", + "Rank": 2, + "Id": 647 }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 648, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Rank": 3, + "Id": 648 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 649, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 1, + "Id": 649 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 650, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", + "Rank": 2, + "Id": 650 }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 651, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Rank": 3, + "Id": 651 }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 652, - "Command": "Get-PnPMicrosoft365Roadmap" + "Command": "Get-PnPMicrosoft365Roadmap", + "Rank": 1, + "Id": 652 }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 653, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", + "Rank": 2, + "Id": 653 }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 654, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", + "Rank": 3, + "Id": 654 }, { - "Rank": 1, "CommandName": "Get-PnPNavigationNode", - "Id": 655, - "Command": "Get-PnPNavigationNode" + "Command": "Get-PnPNavigationNode", + "Rank": 1, + "Id": 655 }, { - "Rank": 2, "CommandName": "Get-PnPNavigationNode", - "Id": 656, - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "Command": "Get-PnPNavigationNode -Location QuickLaunch", + "Rank": 2, + "Id": 656 }, { - "Rank": 3, "CommandName": "Get-PnPNavigationNode", - "Id": 657, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", + "Rank": 3, + "Id": 657 }, { - "Rank": 1, "CommandName": "Get-PnPOrgAssetsLibrary", - "Id": 658, - "Command": "Get-PnPOrgAssetsLibrary" + "Command": "Get-PnPOrgAssetsLibrary", + "Rank": 1, + "Id": 658 }, { - "Rank": 1, "CommandName": "Get-PnPOrgNewsSite", - "Id": 659, - "Command": "Get-PnPOrgNewsSite" + "Command": "Get-PnPOrgNewsSite", + "Rank": 1, + "Id": 659 }, { - "Rank": 1, "CommandName": "Get-PnPPage", - "Id": 660, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", + "Rank": 1, + "Id": 660 }, { - "Rank": 2, "CommandName": "Get-PnPPage", - "Id": 661, - "Command": "Get-PnPPage \"MyPage\"" + "Command": "Get-PnPPage \"MyPage\"", + "Rank": 2, + "Id": 661 }, { - "Rank": 3, "CommandName": "Get-PnPPage", - "Id": 662, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", + "Rank": 3, + "Id": 662 }, { - "Rank": 4, "CommandName": "Get-PnPPage", - "Id": 663, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Rank": 4, + "Id": 663 }, { - "Rank": 5, "CommandName": "Get-PnPPage", - "Id": 664, - "Command": "Get-PnPPage" + "Command": "Get-PnPPage", + "Rank": 5, + "Id": 664 }, { - "Rank": 1, "CommandName": "Get-PnPPageComponent", - "Id": 665, - "Command": "Get-PnPPageComponent -Page Home" + "Command": "Get-PnPPageComponent -Page Home", + "Rank": 1, + "Id": 665 }, { - "Rank": 2, "CommandName": "Get-PnPPageComponent", - "Id": 666, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 2, + "Id": 666 }, { - "Rank": 3, "CommandName": "Get-PnPPageComponent", - "Id": 667, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", + "Rank": 3, + "Id": 667 }, { - "Rank": 1, "CommandName": "Get-PnPPageCopyProgress", - "Id": 668, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", + "Rank": 1, + "Id": 668 }, { - "Rank": 1, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 669, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", + "Rank": 1, + "Id": 669 }, { - "Rank": 2, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 670, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"" + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", + "Rank": 2, + "Id": 670 }, { - "Rank": 3, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 671, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Rank": 3, + "Id": 671 }, { - "Rank": 1, "CommandName": "Get-PnPPageSchedulingEnabled", - "Id": 672, - "Command": "Get-PnPPageSchedulingEnabled" + "Command": "Get-PnPPageSchedulingEnabled", + "Rank": 1, + "Id": 672 }, { - "Rank": 1, "CommandName": "Get-PnPPlannerBucket", - "Id": 673, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", + "Rank": 1, + "Id": 673 }, { - "Rank": 1, "CommandName": "Get-PnPPlannerConfiguration", - "Id": 674, - "Command": "Get-PnPPlannerConfiguration" + "Command": "Get-PnPPlannerConfiguration", + "Rank": 1, + "Id": 674 }, { - "Rank": 1, "CommandName": "Get-PnPPlannerPlan", - "Id": 675, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", + "Rank": 1, + "Id": 675 }, { - "Rank": 2, "CommandName": "Get-PnPPlannerPlan", - "Id": 676, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", + "Rank": 2, + "Id": 676 }, { - "Rank": 3, "CommandName": "Get-PnPPlannerPlan", - "Id": 677, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", + "Rank": 3, + "Id": 677 }, { - "Rank": 1, "CommandName": "Get-PnPPlannerRosterMember", - "Id": 678, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Rank": 1, + "Id": 678 }, { - "Rank": 1, "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 679, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", + "Rank": 1, + "Id": 679 }, { - "Rank": 2, "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 680, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 2, + "Id": 680 }, { - "Rank": 1, "CommandName": "Get-PnPPlannerTask", - "Id": 681, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", + "Rank": 1, + "Id": 681 }, { - "Rank": 2, "CommandName": "Get-PnPPlannerTask", - "Id": 682, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Rank": 2, + "Id": 682 }, { - "Rank": 3, "CommandName": "Get-PnPPlannerTask", - "Id": 683, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Rank": 3, + "Id": 683 }, { - "Rank": 1, "CommandName": "Get-PnPPlannerUserPolicy", - "Id": 684, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 684 }, { - "Rank": 1, "CommandName": "Get-PnPPowerApp", - "Id": 685, - "Command": "Get-PnPPowerApp" + "Command": "Get-PnPPowerApp", + "Rank": 1, + "Id": 685 }, { - "Rank": 2, "CommandName": "Get-PnPPowerApp", - "Id": 686, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2, + "Id": 686 }, { - "Rank": 1, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Id": 687, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Rank": 1, + "Id": 687 }, { - "Rank": 1, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 688, - "Command": "Get-PnPPowerPlatformEnvironment" + "Command": "Get-PnPPowerPlatformEnvironment", + "Rank": 1, + "Id": 688 }, { - "Rank": 2, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 689, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", + "Rank": 2, + "Id": 689 }, { - "Rank": 3, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 690, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", + "Rank": 3, + "Id": 690 }, { - "Rank": 1, "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 691, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Rank": 1, + "Id": 691 }, { - "Rank": 2, "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 692, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", + "Rank": 2, + "Id": 692 }, { - "Rank": 1, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Id": 693, - "Command": "Get-PnPPowerShellTelemetryEnabled" + "Command": "Get-PnPPowerShellTelemetryEnabled", + "Rank": 1, + "Id": 693 }, { - "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 694, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Rank": 1, + "Id": 694 }, { - "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 695, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", + "Rank": 2, + "Id": 695 }, { - "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 696, - "Command": "Get-PnPPriviledgedIdentityManagementRole" + "Command": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 1, + "Id": 696 }, { - "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 697, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", + "Rank": 2, + "Id": 697 }, { - "Rank": 3, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 698, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", + "Rank": 3, + "Id": 698 }, { - "Rank": 1, "CommandName": "Get-PnPProfileCardProperty", - "Id": 699, - "Command": "Get-PnPProfileCardProperty" + "Command": "Get-PnPProfileCardProperty", + "Rank": 1, + "Id": 699 }, { - "Rank": 2, "CommandName": "Get-PnPProfileCardProperty", - "Id": 700, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", + "Rank": 2, + "Id": 700 }, { - "Rank": 1, "CommandName": "Get-PnPPropertyBag", - "Id": 701, - "Command": "Get-PnPPropertyBag" + "Command": "Get-PnPPropertyBag", + "Rank": 1, + "Id": 701 }, { - "Rank": 2, "CommandName": "Get-PnPPropertyBag", - "Id": 702, - "Command": "Get-PnPPropertyBag -Key MyKey" + "Command": "Get-PnPPropertyBag -Key MyKey", + "Rank": 2, + "Id": 702 }, { - "Rank": 3, "CommandName": "Get-PnPPropertyBag", - "Id": 703, - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "Command": "Get-PnPPropertyBag -Folder /MyFolder", + "Rank": 3, + "Id": 703 }, { - "Rank": 4, "CommandName": "Get-PnPPropertyBag", - "Id": 704, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", + "Rank": 4, + "Id": 704 }, { - "Rank": 5, "CommandName": "Get-PnPPropertyBag", - "Id": 705, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", + "Rank": 5, + "Id": 705 }, { - "Rank": 1, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 706, - "Command": "Get-PnPPublishingImageRendition" + "Command": "Get-PnPPublishingImageRendition", + "Rank": 1, + "Id": 706 }, { - "Rank": 2, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 707, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", + "Rank": 2, + "Id": 707 }, { - "Rank": 3, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 708, - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "Command": "Get-PnPPublishingImageRendition -Identity 2", + "Rank": 3, + "Id": 708 }, { - "Rank": 1, "CommandName": "Get-PnPRecycleBinItem", - "Id": 709, - "Command": "Get-PnPRecycleBinItem" + "Command": "Get-PnPRecycleBinItem", + "Rank": 1, + "Id": 709 }, { - "Rank": 2, "CommandName": "Get-PnPRecycleBinItem", - "Id": 710, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", + "Rank": 2, + "Id": 710 }, { - "Rank": 3, "CommandName": "Get-PnPRecycleBinItem", - "Id": 711, - "Command": "Get-PnPRecycleBinItem -FirstStage" + "Command": "Get-PnPRecycleBinItem -FirstStage", + "Rank": 3, + "Id": 711 }, { - "Rank": 4, "CommandName": "Get-PnPRecycleBinItem", - "Id": 712, - "Command": "Get-PnPRecycleBinItem -SecondStage" + "Command": "Get-PnPRecycleBinItem -SecondStage", + "Rank": 4, + "Id": 712 }, { - "Rank": 5, "CommandName": "Get-PnPRecycleBinItem", - "Id": 713, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", + "Rank": 5, + "Id": 713 }, { - "Rank": 1, "CommandName": "Get-PnPRequestAccessEmails", - "Id": 714, - "Command": "Get-PnPRequestAccessEmails" + "Command": "Get-PnPRequestAccessEmails", + "Rank": 1, + "Id": 714 }, { - "Rank": 1, "CommandName": "Get-PnPRetentionLabel", - "Id": 715, - "Command": "Get-PnPRetentionLabel" + "Command": "Get-PnPRetentionLabel", + "Rank": 1, + "Id": 715 }, { - "Rank": 2, "CommandName": "Get-PnPRetentionLabel", - "Id": 716, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", + "Rank": 2, + "Id": 716 }, { - "Rank": 1, "CommandName": "Get-PnPRoleDefinition", - "Id": 717, - "Command": "Get-PnPRoleDefinition" + "Command": "Get-PnPRoleDefinition", + "Rank": 1, + "Id": 717 }, { - "Rank": 2, "CommandName": "Get-PnPRoleDefinition", - "Id": 718, - "Command": "Get-PnPRoleDefinition -Identity Read" + "Command": "Get-PnPRoleDefinition -Identity Read", + "Rank": 2, + "Id": 718 }, { - "Rank": 3, "CommandName": "Get-PnPRoleDefinition", - "Id": 719, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", + "Rank": 3, + "Id": 719 }, { - "Rank": 1, "CommandName": "Get-PnPSearchConfiguration", - "Id": 720, - "Command": "Get-PnPSearchConfiguration" + "Command": "Get-PnPSearchConfiguration", + "Rank": 1, + "Id": 720 }, { - "Rank": 2, "CommandName": "Get-PnPSearchConfiguration", - "Id": 721, - "Command": "Get-PnPSearchConfiguration -Scope Site" + "Command": "Get-PnPSearchConfiguration -Scope Site", + "Rank": 2, + "Id": 721 }, { - "Rank": 3, "CommandName": "Get-PnPSearchConfiguration", - "Id": 722, - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "Command": "Get-PnPSearchConfiguration -Scope Subscription", + "Rank": 3, + "Id": 722 }, { - "Rank": 4, "CommandName": "Get-PnPSearchConfiguration", - "Id": 723, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Rank": 4, + "Id": 723 }, { - "Rank": 5, "CommandName": "Get-PnPSearchConfiguration", - "Id": 724, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", + "Rank": 5, + "Id": 724 }, { - "Rank": 6, "CommandName": "Get-PnPSearchConfiguration", - "Id": 725, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", + "Rank": 6, + "Id": 725 }, { - "Rank": 7, "CommandName": "Get-PnPSearchConfiguration", - "Id": 726, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", + "Rank": 7, + "Id": 726 }, { - "Rank": 8, "CommandName": "Get-PnPSearchConfiguration", - "Id": 727, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", + "Rank": 8, + "Id": 727 }, { - "Rank": 1, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 728, - "Command": "Get-PnPSearchCrawlLog" + "Command": "Get-PnPSearchCrawlLog", + "Rank": 1, + "Id": 728 }, { - "Rank": 2, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 729, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", + "Rank": 2, + "Id": 729 }, { - "Rank": 3, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 730, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", + "Rank": 3, + "Id": 730 }, { - "Rank": 4, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 731, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", + "Rank": 4, + "Id": 731 }, { - "Rank": 5, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 732, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", + "Rank": 5, + "Id": 732 }, { - "Rank": 6, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 733, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", + "Rank": 6, + "Id": 733 }, { - "Rank": 7, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 734, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", + "Rank": 7, + "Id": 734 }, { - "Rank": 1, "CommandName": "Get-PnPSearchExternalConnection", - "Id": 735, - "Command": "Get-PnPSearchExternalConnection" + "Command": "Get-PnPSearchExternalConnection", + "Rank": 1, + "Id": 735 }, { - "Rank": 2, "CommandName": "Get-PnPSearchExternalConnection", - "Id": 736, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Rank": 2, + "Id": 736 }, { - "Rank": 1, "CommandName": "Get-PnPSearchExternalItem", - "Id": 737, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Rank": 1, + "Id": 737 }, { - "Rank": 2, "CommandName": "Get-PnPSearchExternalItem", - "Id": 738, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", + "Rank": 2, + "Id": 738 }, { - "Rank": 1, "CommandName": "Get-PnPSearchExternalSchema", - "Id": 739, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", + "Rank": 1, + "Id": 739 }, { - "Rank": 1, "CommandName": "Get-PnPSearchSettings", - "Id": 740, - "Command": "Get-PnPSearchSettings" + "Command": "Get-PnPSearchSettings", + "Rank": 1, + "Id": 740 }, { - "Rank": 1, "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 741, - "Command": "Get-PnPServiceCurrentHealth" + "Command": "Get-PnPServiceCurrentHealth", + "Rank": 1, + "Id": 741 }, { - "Rank": 2, "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 742, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", + "Rank": 2, + "Id": 742 }, { - "Rank": 1, "CommandName": "Get-PnPServiceHealthIssue", - "Id": 743, - "Command": "Get-PnPServiceHealthIssue" + "Command": "Get-PnPServiceHealthIssue", + "Rank": 1, + "Id": 743 }, { - "Rank": 2, "CommandName": "Get-PnPServiceHealthIssue", - "Id": 744, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", + "Rank": 2, + "Id": 744 }, { - "Rank": 1, "CommandName": "Get-PnPSharePointAddIn", - "Id": 745, - "Command": "Get-PnPSharePointAddIn" + "Command": "Get-PnPSharePointAddIn", + "Rank": 1, + "Id": 745 }, { - "Rank": 2, "CommandName": "Get-PnPSharePointAddIn", - "Id": 746, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", + "Rank": 2, + "Id": 746 }, { - "Rank": 1, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Id": 747, - "Command": "Get-PnPSharingForNonOwnersOfSite" + "Command": "Get-PnPSharingForNonOwnersOfSite", + "Rank": 1, + "Id": 747 }, { - "Rank": 1, "CommandName": "Get-PnPSite", - "Id": 748, - "Command": "Get-PnPSite" + "Command": "Get-PnPSite", + "Rank": 1, + "Id": 748 }, { - "Rank": 2, "CommandName": "Get-PnPSite", - "Id": 749, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", + "Rank": 2, + "Id": 749 }, { - "Rank": 1, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 750, - "Command": "Get-PnPSiteAnalyticsData -All" + "Command": "Get-PnPSiteAnalyticsData -All", + "Rank": 1, + "Id": 750 }, { - "Rank": 2, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 751, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", + "Rank": 2, + "Id": 751 }, { - "Rank": 3, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 752, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Rank": 3, + "Id": 752 }, { - "Rank": 4, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 753, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Rank": 4, + "Id": 753 }, { - "Rank": 1, "CommandName": "Get-PnPSiteClosure", - "Id": 754, - "Command": "Get-PnPSiteClosure" + "Command": "Get-PnPSiteClosure", + "Rank": 1, + "Id": 754 }, { - "Rank": 1, "CommandName": "Get-PnPSiteCollectionAdmin", - "Id": 755, - "Command": "Get-PnPSiteCollectionAdmin" + "Command": "Get-PnPSiteCollectionAdmin", + "Rank": 1, + "Id": 755 }, { - "Rank": 1, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 756, - "Command": "Get-PnPSiteCollectionAppCatalog" + "Command": "Get-PnPSiteCollectionAppCatalog", + "Rank": 1, + "Id": 756 }, { - "Rank": 2, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 757, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", + "Rank": 2, + "Id": 757 }, { - "Rank": 3, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 758, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", + "Rank": 3, + "Id": 758 }, { - "Rank": 1, "CommandName": "Get-PnPSiteCollectionTermStore", - "Id": 759, - "Command": "Get-PnPSiteCollectionTermStore" + "Command": "Get-PnPSiteCollectionTermStore", + "Rank": 1, + "Id": 759 }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesign", - "Id": 760, - "Command": "Get-PnPSiteDesign" + "Command": "Get-PnPSiteDesign", + "Rank": 1, + "Id": 760 }, { - "Rank": 2, "CommandName": "Get-PnPSiteDesign", - "Id": 761, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 2, + "Id": 761 }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesignRights", - "Id": 762, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "Id": 762 }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesignRun", - "Id": 763, - "Command": "Get-PnPSiteDesignRun" + "Command": "Get-PnPSiteDesignRun", + "Rank": 1, + "Id": 763 }, { - "Rank": 2, "CommandName": "Get-PnPSiteDesignRun", - "Id": 764, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", + "Rank": 2, + "Id": 764 }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesignTask", - "Id": 765, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", + "Rank": 1, + "Id": 765 }, { - "Rank": 2, "CommandName": "Get-PnPSiteDesignTask", - "Id": 766, - "Command": "Get-PnPSiteDesignTask" + "Command": "Get-PnPSiteDesignTask", + "Rank": 2, + "Id": 766 }, { - "Rank": 3, "CommandName": "Get-PnPSiteDesignTask", - "Id": 767, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Rank": 3, + "Id": 767 }, { - "Rank": 1, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 768, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Rank": 1, + "Id": 768 }, { - "Rank": 1, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Id": 769, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1, + "Id": 769 }, { - "Rank": 1, "CommandName": "Get-PnPSiteGroup", - "Id": 770, - "Command": "Get-PnPSiteGroup" + "Command": "Get-PnPSiteGroup", + "Rank": 1, + "Id": 770 }, { - "Rank": 2, "CommandName": "Get-PnPSiteGroup", - "Id": 771, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Rank": 2, + "Id": 771 }, { - "Rank": 3, "CommandName": "Get-PnPSiteGroup", - "Id": 772, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", + "Rank": 3, + "Id": 772 }, { - "Rank": 4, "CommandName": "Get-PnPSiteGroup", - "Id": 773, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Rank": 4, + "Id": 773 }, { - "Rank": 1, "CommandName": "Get-PnPSitePolicy", - "Id": 774, - "Command": "Get-PnPSitePolicy" + "Command": "Get-PnPSitePolicy", + "Rank": 1, + "Id": 774 }, { - "Rank": 2, "CommandName": "Get-PnPSitePolicy", - "Id": 775, - "Command": "Get-PnPSitePolicy -AllAvailable" + "Command": "Get-PnPSitePolicy -AllAvailable", + "Rank": 2, + "Id": 775 }, { - "Rank": 3, "CommandName": "Get-PnPSitePolicy", - "Id": 776, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", + "Rank": 3, + "Id": 776 }, { - "Rank": 1, "CommandName": "Get-PnPSiteScript", - "Id": 777, - "Command": "Get-PnPSiteScript" + "Command": "Get-PnPSiteScript", + "Rank": 1, + "Id": 777 }, { - "Rank": 2, "CommandName": "Get-PnPSiteScript", - "Id": 778, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 2, + "Id": 778 }, { - "Rank": 1, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 779, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", + "Rank": 1, + "Id": 779 }, { - "Rank": 2, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 780, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", + "Rank": 2, + "Id": 780 }, { - "Rank": 3, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 781, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", + "Rank": 3, + "Id": 781 }, { - "Rank": 1, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 782, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", + "Rank": 1, + "Id": 782 }, { - "Rank": 2, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 783, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", + "Rank": 2, + "Id": 783 }, { - "Rank": 3, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 784, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", + "Rank": 3, + "Id": 784 }, { - "Rank": 4, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 785, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", + "Rank": 4, + "Id": 785 }, { - "Rank": 5, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 786, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", + "Rank": 5, + "Id": 786 }, { - "Rank": 6, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 787, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", + "Rank": 6, + "Id": 787 }, { - "Rank": 1, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 788, - "Command": "Get-PnPSiteSearchQueryResults" + "Command": "Get-PnPSiteSearchQueryResults", + "Rank": 1, + "Id": 788 }, { - "Rank": 2, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 789, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", + "Rank": 2, + "Id": 789 }, { - "Rank": 3, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 790, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", + "Rank": 3, + "Id": 790 }, { - "Rank": 4, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 791, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", + "Rank": 4, + "Id": 791 }, { - "Rank": 5, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 792, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", + "Rank": 5, + "Id": 792 }, { - "Rank": 6, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 793, - "Command": "Get-PnPSiteSearchQueryResults -All" + "Command": "Get-PnPSiteSearchQueryResults -All", + "Rank": 6, + "Id": 793 }, { - "Rank": 1, "CommandName": "Get-PnPSiteSensitivityLabel", - "Id": 794, - "Command": "Get-PnPSiteSensitivityLabel" + "Command": "Get-PnPSiteSensitivityLabel", + "Rank": 1, + "Id": 794 }, { - "Rank": 1, "CommandName": "Get-PnPSiteTemplate", - "Id": 795, - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "Command": "Get-PnPSiteTemplate -Out template.pnp", + "Rank": 1, + "Id": 795 }, { - "Rank": 2, "CommandName": "Get-PnPSiteTemplate", - "Id": 796, - "Command": "Get-PnPSiteTemplate -Out template.xml" + "Command": "Get-PnPSiteTemplate -Out template.xml", + "Rank": 2, + "Id": 796 }, { - "Rank": 3, "CommandName": "Get-PnPSiteTemplate", - "Id": 797, - "Command": "Get-PnPSiteTemplate -Out template.md" + "Command": "Get-PnPSiteTemplate -Out template.md", + "Rank": 3, + "Id": 797 }, { - "Rank": 4, "CommandName": "Get-PnPSiteTemplate", - "Id": 798, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", + "Rank": 4, + "Id": 798 }, { - "Rank": 5, "CommandName": "Get-PnPSiteTemplate", - "Id": 799, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", + "Rank": 5, + "Id": 799 }, { - "Rank": 6, "CommandName": "Get-PnPSiteTemplate", - "Id": 800, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", + "Rank": 6, + "Id": 800 }, { - "Rank": 7, "CommandName": "Get-PnPSiteTemplate", - "Id": 801, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", + "Rank": 7, + "Id": 801 }, { - "Rank": 8, "CommandName": "Get-PnPSiteTemplate", - "Id": 802, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", + "Rank": 8, + "Id": 802 }, { - "Rank": 9, "CommandName": "Get-PnPSiteTemplate", - "Id": 803, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", + "Rank": 9, + "Id": 803 }, { - "Rank": 10, "CommandName": "Get-PnPSiteTemplate", - "Id": 804, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", + "Rank": 10, + "Id": 804 }, { - "Rank": 11, "CommandName": "Get-PnPSiteTemplate", - "Id": 805, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", + "Rank": 11, + "Id": 805 }, { - "Rank": 12, "CommandName": "Get-PnPSiteTemplate", - "Id": 806, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", + "Rank": 12, + "Id": 806 }, { - "Rank": 13, "CommandName": "Get-PnPSiteTemplate", - "Id": 807, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", + "Rank": 13, + "Id": 807 }, { - "Rank": 14, "CommandName": "Get-PnPSiteTemplate", - "Id": 808, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", + "Rank": 14, + "Id": 808 }, { - "Rank": 1, "CommandName": "Get-PnPSiteUserInvitations", - "Id": 809, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Rank": 1, + "Id": 809 }, { - "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicy", - "Id": 810, - "Command": "Get-PnPSiteVersionPolicy" + "Command": "Get-PnPSiteVersionPolicy", + "Rank": 1, + "Id": 810 }, { - "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Id": 811, - "Command": "Get-PnPSiteVersionPolicyStatus" + "Command": "Get-PnPSiteVersionPolicyStatus", + "Rank": 1, + "Id": 811 }, { - "Rank": 1, "CommandName": "Get-PnPStorageEntity", - "Id": 812, - "Command": "Get-PnPStorageEntity" + "Command": "Get-PnPStorageEntity", + "Rank": 1, + "Id": 812 }, { - "Rank": 2, "CommandName": "Get-PnPStorageEntity", - "Id": 813, - "Command": "Get-PnPStorageEntity -Key MyKey" + "Command": "Get-PnPStorageEntity -Key MyKey", + "Rank": 2, + "Id": 813 }, { - "Rank": 3, "CommandName": "Get-PnPStorageEntity", - "Id": 814, - "Command": "Get-PnPStorageEntity -Scope Site" + "Command": "Get-PnPStorageEntity -Scope Site", + "Rank": 3, + "Id": 814 }, { - "Rank": 4, "CommandName": "Get-PnPStorageEntity", - "Id": 815, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", + "Rank": 4, + "Id": 815 }, { - "Rank": 1, "CommandName": "Get-PnPStoredCredential", - "Id": 816, - "Command": "Get-PnPStoredCredential -Name O365" + "Command": "Get-PnPStoredCredential -Name O365", + "Rank": 1, + "Id": 816 }, { - "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Id": 817, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Rank": 1, + "Id": 817 }, { - "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Id": 818, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Rank": 1, + "Id": 818 }, { - "Rank": 1, "CommandName": "Get-PnPSubWeb", - "Id": 819, - "Command": "Get-PnPSubWeb" + "Command": "Get-PnPSubWeb", + "Rank": 1, + "Id": 819 }, { - "Rank": 2, "CommandName": "Get-PnPSubWeb", - "Id": 820, - "Command": "Get-PnPSubWeb -Recurse" + "Command": "Get-PnPSubWeb -Recurse", + "Rank": 2, + "Id": 820 }, { - "Rank": 3, "CommandName": "Get-PnPSubWeb", - "Id": 821, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", + "Rank": 3, + "Id": 821 }, { - "Rank": 4, "CommandName": "Get-PnPSubWeb", - "Id": 822, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", + "Rank": 4, + "Id": 822 }, { - "Rank": 5, "CommandName": "Get-PnPSubWeb", - "Id": 823, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", + "Rank": 5, + "Id": 823 }, { - "Rank": 1, "CommandName": "Get-PnPSyntexModel", - "Id": 824, - "Command": "Get-PnPSyntexModel" + "Command": "Get-PnPSyntexModel", + "Rank": 1, + "Id": 824 }, { - "Rank": 2, "CommandName": "Get-PnPSyntexModel", - "Id": 825, - "Command": "Get-PnPSyntexModel -Identity 1" + "Command": "Get-PnPSyntexModel -Identity 1", + "Rank": 2, + "Id": 825 }, { - "Rank": 3, "CommandName": "Get-PnPSyntexModel", - "Id": 826, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", + "Rank": 3, + "Id": 826 }, { - "Rank": 1, "CommandName": "Get-PnPSyntexModelPublication", - "Id": 827, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", + "Rank": 1, + "Id": 827 }, { - "Rank": 1, "CommandName": "Get-PnPTaxonomyItem", - "Id": 828, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", + "Rank": 1, + "Id": 828 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsApp", - "Id": 829, - "Command": "Get-PnPTeamsApp" + "Command": "Get-PnPTeamsApp", + "Rank": 1, + "Id": 829 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsApp", - "Id": 830, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", + "Rank": 2, + "Id": 830 }, { - "Rank": 3, "CommandName": "Get-PnPTeamsApp", - "Id": 831, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", + "Rank": 3, + "Id": 831 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannel", - "Id": 832, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", + "Rank": 1, + "Id": 832 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannel", - "Id": 833, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", + "Rank": 2, + "Id": 833 }, { - "Rank": 3, "CommandName": "Get-PnPTeamsChannel", - "Id": 834, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Rank": 3, + "Id": 834 }, { - "Rank": 4, "CommandName": "Get-PnPTeamsChannel", - "Id": 835, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", + "Rank": 4, + "Id": 835 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 836, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", + "Rank": 1, + "Id": 836 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 837, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Rank": 2, + "Id": 837 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 838, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", + "Rank": 1, + "Id": 838 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 839, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", + "Rank": 2, + "Id": 839 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 840, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", + "Rank": 1, + "Id": 840 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 841, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", + "Rank": 2, + "Id": 841 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 842, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", + "Rank": 1, + "Id": 842 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 843, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", + "Rank": 2, + "Id": 843 }, { - "Rank": 3, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 844, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", + "Rank": 3, + "Id": 844 }, { - "Rank": 4, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 845, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Rank": 4, + "Id": 845 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 846, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", + "Rank": 1, + "Id": 846 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 847, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", + "Rank": 2, + "Id": 847 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsTab", - "Id": 848, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", + "Rank": 1, + "Id": 848 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsTab", - "Id": 849, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", + "Rank": 2, + "Id": 849 }, { - "Rank": 3, "CommandName": "Get-PnPTeamsTab", - "Id": 850, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", + "Rank": 3, + "Id": 850 }, { - "Rank": 4, "CommandName": "Get-PnPTeamsTab", - "Id": 851, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", + "Rank": 4, + "Id": 851 }, { - "Rank": 5, "CommandName": "Get-PnPTeamsTab", - "Id": 852, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", + "Rank": 5, + "Id": 852 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsTag", - "Id": 853, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Rank": 1, + "Id": 853 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsTag", - "Id": 854, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Rank": 2, + "Id": 854 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsTeam", - "Id": 855, - "Command": "Get-PnPTeamsTeam" + "Command": "Get-PnPTeamsTeam", + "Rank": 1, + "Id": 855 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsTeam", - "Id": 856, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", + "Rank": 2, + "Id": 856 }, { - "Rank": 3, "CommandName": "Get-PnPTeamsTeam", - "Id": 857, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", + "Rank": 3, + "Id": 857 }, { - "Rank": 4, "CommandName": "Get-PnPTeamsTeam", - "Id": 858, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", + "Rank": 4, + "Id": 858 }, { - "Rank": 5, "CommandName": "Get-PnPTeamsTeam", - "Id": 859, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", + "Rank": 5, + "Id": 859 }, { - "Rank": 6, "CommandName": "Get-PnPTeamsTeam", - "Id": 860, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", + "Rank": 6, + "Id": 860 }, { - "Rank": 1, "CommandName": "Get-PnPTeamsUser", - "Id": 861, - "Command": "Get-PnPTeamsUser -Team MyTeam" + "Command": "Get-PnPTeamsUser -Team MyTeam", + "Rank": 1, + "Id": 861 }, { - "Rank": 2, "CommandName": "Get-PnPTeamsUser", - "Id": 862, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", + "Rank": 2, + "Id": 862 }, { - "Rank": 3, "CommandName": "Get-PnPTeamsUser", - "Id": 863, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", + "Rank": 3, + "Id": 863 }, { - "Rank": 4, "CommandName": "Get-PnPTeamsUser", - "Id": 864, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", + "Rank": 4, + "Id": 864 }, { - "Rank": 1, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Id": 865, - "Command": "Get-PnPTemporarilyDisableAppBar" + "Command": "Get-PnPTemporarilyDisableAppBar", + "Rank": 1, + "Id": 865 }, { - "Rank": 1, "CommandName": "Get-PnPTenant", - "Id": 866, - "Command": "Get-PnPTenant" + "Command": "Get-PnPTenant", + "Rank": 1, + "Id": 866 }, { - "Rank": 1, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Id": 867, - "Command": "Get-PnPTenantAppCatalogUrl" + "Command": "Get-PnPTenantAppCatalogUrl", + "Rank": 1, + "Id": 867 }, { - "Rank": 1, "CommandName": "Get-PnPTenantCdnEnabled", - "Id": 868, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", + "Rank": 1, + "Id": 868 }, { - "Rank": 1, "CommandName": "Get-PnPTenantCdnOrigin", - "Id": 869, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", + "Rank": 1, + "Id": 869 }, { - "Rank": 1, "CommandName": "Get-PnPTenantCdnPolicies", - "Id": 870, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", + "Rank": 1, + "Id": 870 }, { - "Rank": 1, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 871, - "Command": "Get-PnPTenantDeletedSite" + "Command": "Get-PnPTenantDeletedSite", + "Rank": 1, + "Id": 871 }, { - "Rank": 2, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 872, - "Command": "Get-PnPTenantDeletedSite -Detailed" + "Command": "Get-PnPTenantDeletedSite -Detailed", + "Rank": 2, + "Id": 872 }, { - "Rank": 3, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 873, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 3, + "Id": 873 }, { - "Rank": 4, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 874, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", + "Rank": 4, + "Id": 874 }, { - "Rank": 5, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 875, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", + "Rank": 5, + "Id": 875 }, { - "Rank": 1, "CommandName": "Get-PnPTenantId", - "Id": 876, - "Command": "Get-PnPTenantId" + "Command": "Get-PnPTenantId", + "Rank": 1, + "Id": 876 }, { - "Rank": 2, "CommandName": "Get-PnPTenantId", - "Id": 877, - "Command": "Get-PnPTenantId contoso" + "Command": "Get-PnPTenantId contoso", + "Rank": 2, + "Id": 877 }, { - "Rank": 3, "CommandName": "Get-PnPTenantId", - "Id": 878, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", + "Rank": 3, + "Id": 878 }, { - "Rank": 4, "CommandName": "Get-PnPTenantId", - "Id": 879, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", + "Rank": 4, + "Id": 879 }, { - "Rank": 1, "CommandName": "Get-PnPTenantInfo", - "Id": 880, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", + "Rank": 1, + "Id": 880 }, { - "Rank": 2, "CommandName": "Get-PnPTenantInfo", - "Id": 881, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", + "Rank": 2, + "Id": 881 }, { - "Rank": 3, "CommandName": "Get-PnPTenantInfo", - "Id": 882, - "Command": "Get-PnPTenantInfo" + "Command": "Get-PnPTenantInfo", + "Rank": 3, + "Id": 882 }, { - "Rank": 4, "CommandName": "Get-PnPTenantInfo", - "Id": 883, - "Command": "Get-PnPTenantInfo -CurrentTenant" + "Command": "Get-PnPTenantInfo -CurrentTenant", + "Rank": 4, + "Id": 883 }, { - "Rank": 1, "CommandName": "Get-PnPTenantInstance", - "Id": 884, - "Command": "Get-PnPTenantInstance" + "Command": "Get-PnPTenantInstance", + "Rank": 1, + "Id": 884 }, { - "Rank": 1, "CommandName": "Get-PnPTenantInternalSetting", - "Id": 885, - "Command": "Get-PnPTenantInternalSetting" + "Command": "Get-PnPTenantInternalSetting", + "Rank": 1, + "Id": 885 }, { - "Rank": 1, "CommandName": "Get-PnPTenantPronounsSetting", - "Id": 886, - "Command": "Get-PnPTenantPronounsSetting" + "Command": "Get-PnPTenantPronounsSetting", + "Rank": 1, + "Id": 886 }, { - "Rank": 1, "CommandName": "Get-PnPTenantRecycleBinItem", - "Id": 887, - "Command": "Get-PnPTenantRecycleBinItem" + "Command": "Get-PnPTenantRecycleBinItem", + "Rank": 1, + "Id": 887 }, { - "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Id": 888, - "Command": "Get-PnPTenantRestrictedSearchAllowedList" + "Command": "Get-PnPTenantRestrictedSearchAllowedList", + "Rank": 1, + "Id": 888 }, { - "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Id": 889, - "Command": "Get-PnPTenantRestrictedSearchMode" + "Command": "Get-PnPTenantRestrictedSearchMode", + "Rank": 1, + "Id": 889 }, { - "Rank": 1, "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 890, - "Command": "Get-PnPTenantRetentionLabel" + "Command": "Get-PnPTenantRetentionLabel", + "Rank": 1, + "Id": 890 }, { - "Rank": 2, "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 891, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", + "Rank": 2, + "Id": 891 }, { - "Rank": 1, "CommandName": "Get-PnPTenantSequence", - "Id": 892, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "Rank": 1, + "Id": 892 }, { - "Rank": 2, "CommandName": "Get-PnPTenantSequence", - "Id": 893, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", + "Rank": 2, + "Id": 893 }, { - "Rank": 1, "CommandName": "Get-PnPTenantSequenceSite", - "Id": 894, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "Rank": 1, + "Id": 894 }, { - "Rank": 2, "CommandName": "Get-PnPTenantSequenceSite", - "Id": 895, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", + "Rank": 2, + "Id": 895 }, { - "Rank": 1, "CommandName": "Get-PnPTenantSite", - "Id": 896, - "Command": "Get-PnPTenantSite" + "Command": "Get-PnPTenantSite", + "Rank": 1, + "Id": 896 }, { - "Rank": 2, "CommandName": "Get-PnPTenantSite", - "Id": 897, - "Command": "Get-PnPTenantSite -Detailed" + "Command": "Get-PnPTenantSite -Detailed", + "Rank": 2, + "Id": 897 }, { - "Rank": 3, "CommandName": "Get-PnPTenantSite", - "Id": 898, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", + "Rank": 3, + "Id": 898 }, { - "Rank": 4, "CommandName": "Get-PnPTenantSite", - "Id": 899, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", + "Rank": 4, + "Id": 899 }, { - "Rank": 5, "CommandName": "Get-PnPTenantSite", - "Id": 900, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", + "Rank": 5, + "Id": 900 }, { - "Rank": 6, "CommandName": "Get-PnPTenantSite", - "Id": 901, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", + "Rank": 6, + "Id": 901 }, { - "Rank": 7, "CommandName": "Get-PnPTenantSite", - "Id": 902, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", + "Rank": 7, + "Id": 902 }, { - "Rank": 8, "CommandName": "Get-PnPTenantSite", - "Id": 903, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", + "Rank": 8, + "Id": 903 }, { - "Rank": 9, "CommandName": "Get-PnPTenantSite", - "Id": 904, - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "Command": "Get-PnPTenantSite -GroupIdDefined $true", + "Rank": 9, + "Id": 904 }, { - "Rank": 1, "CommandName": "Get-PnPTenantSyncClientRestriction", - "Id": 905, - "Command": "Get-PnPTenantSyncClientRestriction" + "Command": "Get-PnPTenantSyncClientRestriction", + "Rank": 1, + "Id": 905 }, { - "Rank": 1, "CommandName": "Get-PnPTenantTemplate", - "Id": 906, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "Rank": 1, + "Id": 906 }, { - "Rank": 2, "CommandName": "Get-PnPTenantTemplate", - "Id": 907, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", + "Rank": 2, + "Id": 907 }, { - "Rank": 3, "CommandName": "Get-PnPTenantTemplate", - "Id": 908, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", + "Rank": 3, + "Id": 908 }, { - "Rank": 1, "CommandName": "Get-PnPTenantTheme", - "Id": 909, - "Command": "Get-PnPTenantTheme" + "Command": "Get-PnPTenantTheme", + "Rank": 1, + "Id": 909 }, { - "Rank": 2, "CommandName": "Get-PnPTenantTheme", - "Id": 910, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Rank": 2, + "Id": 910 }, { - "Rank": 3, "CommandName": "Get-PnPTenantTheme", - "Id": 911, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", + "Rank": 3, + "Id": 911 }, { - "Rank": 1, "CommandName": "Get-PnPTerm", - "Id": 912, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 1, + "Id": 912 }, { - "Rank": 2, "CommandName": "Get-PnPTerm", - "Id": 913, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2, + "Id": 913 }, { - "Rank": 3, "CommandName": "Get-PnPTerm", - "Id": 914, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 3, + "Id": 914 }, { - "Rank": 4, "CommandName": "Get-PnPTerm", - "Id": 915, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", + "Rank": 4, + "Id": 915 }, { - "Rank": 5, "CommandName": "Get-PnPTerm", - "Id": 916, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", + "Rank": 5, + "Id": 916 }, { - "Rank": 1, "CommandName": "Get-PnPTermGroup", - "Id": 917, - "Command": "Get-PnPTermGroup" + "Command": "Get-PnPTermGroup", + "Rank": 1, + "Id": 917 }, { - "Rank": 2, "CommandName": "Get-PnPTermGroup", - "Id": 918, - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "Command": "Get-PnPTermGroup -Identity \"Departments\"", + "Rank": 2, + "Id": 918 }, { - "Rank": 3, "CommandName": "Get-PnPTermGroup", - "Id": 919, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", + "Rank": 3, + "Id": 919 }, { - "Rank": 1, "CommandName": "Get-PnPTermLabel", - "Id": 920, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", + "Rank": 1, + "Id": 920 }, { - "Rank": 2, "CommandName": "Get-PnPTermLabel", - "Id": 921, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", + "Rank": 2, + "Id": 921 }, { - "Rank": 3, "CommandName": "Get-PnPTermLabel", - "Id": 922, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 3, + "Id": 922 }, { - "Rank": 1, "CommandName": "Get-PnPTermSet", - "Id": 923, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "Rank": 1, + "Id": 923 }, { - "Rank": 2, "CommandName": "Get-PnPTermSet", - "Id": 924, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2, + "Id": 924 }, { - "Rank": 3, "CommandName": "Get-PnPTermSet", - "Id": 925, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", + "Rank": 3, + "Id": 925 }, { - "Rank": 4, "CommandName": "Get-PnPTermSet", - "Id": 926, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", + "Rank": 4, + "Id": 926 }, { - "Rank": 1, "CommandName": "Get-PnPTheme", - "Id": 927, - "Command": "Get-PnPTheme" + "Command": "Get-PnPTheme", + "Rank": 1, + "Id": 927 }, { - "Rank": 2, "CommandName": "Get-PnPTheme", - "Id": 928, - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "Command": "Get-PnPTheme -DetectCurrentComposedLook", + "Rank": 2, + "Id": 928 }, { - "Rank": 1, "CommandName": "Get-PnPTimeZoneId", - "Id": 929, - "Command": "Get-PnPTimeZoneId" + "Command": "Get-PnPTimeZoneId", + "Rank": 1, + "Id": 929 }, { - "Rank": 2, "CommandName": "Get-PnPTimeZoneId", - "Id": 930, - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "Command": "Get-PnPTimeZoneId -Match Stockholm", + "Rank": 2, + "Id": 930 }, { - "Rank": 1, "CommandName": "Get-PnPTodoList", - "Id": 931, - "Command": "Get-PnPTodoList" + "Command": "Get-PnPTodoList", + "Rank": 1, + "Id": 931 }, { - "Rank": 2, "CommandName": "Get-PnPTodoList", - "Id": 932, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Rank": 2, + "Id": 932 }, { - "Rank": 3, "CommandName": "Get-PnPTodoList", - "Id": 933, - "Command": "Get-PnPTodoList -User john@doe.com" + "Command": "Get-PnPTodoList -User john@doe.com", + "Rank": 3, + "Id": 933 }, { - "Rank": 4, "CommandName": "Get-PnPTodoList", - "Id": 934, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Rank": 4, + "Id": 934 }, { - "Rank": 1, "CommandName": "Get-PnPTraceLog", - "Id": 935, - "Command": "Get-PnPTraceLog" + "Command": "Get-PnPTraceLog", + "Rank": 1, + "Id": 935 }, { - "Rank": 2, "CommandName": "Get-PnPTraceLog", - "Id": 936, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", + "Rank": 2, + "Id": 936 }, { - "Rank": 3, "CommandName": "Get-PnPTraceLog", - "Id": 937, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", + "Rank": 3, + "Id": 937 }, { - "Rank": 4, "CommandName": "Get-PnPTraceLog", - "Id": 938, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", + "Rank": 4, + "Id": 938 }, { - "Rank": 5, "CommandName": "Get-PnPTraceLog", - "Id": 939, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", + "Rank": 5, + "Id": 939 }, { - "Rank": 6, "CommandName": "Get-PnPTraceLog", - "Id": 940, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", + "Rank": 6, + "Id": 940 }, { - "Rank": 1, "CommandName": "Get-PnPUnfurlLink", - "Id": 941, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", + "Rank": 1, + "Id": 941 }, { - "Rank": 1, "CommandName": "Get-PnPUnifiedAuditLog", - "Id": 942, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", + "Rank": 1, + "Id": 942 }, { - "Rank": 1, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 943, - "Command": "Get-PnPUPABulkImportStatus" + "Command": "Get-PnPUPABulkImportStatus", + "Rank": 1, + "Id": 943 }, { - "Rank": 2, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 944, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", + "Rank": 2, + "Id": 944 }, { - "Rank": 3, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 945, - "Command": "Get-PnPUPABulkImportStatus -JobId " + "Command": "Get-PnPUPABulkImportStatus -JobId ", + "Rank": 3, + "Id": 945 }, { - "Rank": 4, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 946, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", + "Rank": 4, + "Id": 946 }, { - "Rank": 1, "CommandName": "Get-PnPUser", - "Id": 947, - "Command": "Get-PnPUser" + "Command": "Get-PnPUser", + "Rank": 1, + "Id": 947 }, { - "Rank": 2, "CommandName": "Get-PnPUser", - "Id": 948, - "Command": "Get-PnPUser -Identity 23" + "Command": "Get-PnPUser -Identity 23", + "Rank": 2, + "Id": 948 }, { - "Rank": 3, "CommandName": "Get-PnPUser", - "Id": 949, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", + "Rank": 3, + "Id": 949 }, { - "Rank": 4, "CommandName": "Get-PnPUser", - "Id": 950, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", + "Rank": 4, + "Id": 950 }, { - "Rank": 5, "CommandName": "Get-PnPUser", - "Id": 951, - "Command": "Get-PnPUser -WithRightsAssigned" + "Command": "Get-PnPUser -WithRightsAssigned", + "Rank": 5, + "Id": 951 }, { - "Rank": 6, "CommandName": "Get-PnPUser", - "Id": 952, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", + "Rank": 6, + "Id": 952 }, { - "Rank": 7, "CommandName": "Get-PnPUser", - "Id": 953, - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "Command": "Get-PnPUser -WithRightsAssignedDetailed", + "Rank": 7, + "Id": 953 }, { - "Rank": 1, "CommandName": "Get-PnPUserOneDriveQuota", - "Id": 954, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "Rank": 1, + "Id": 954 }, { - "Rank": 1, "CommandName": "Get-PnPUserProfilePhoto", - "Id": 955, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 955 }, { - "Rank": 2, "CommandName": "Get-PnPUserProfilePhoto", - "Id": 956, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", + "Rank": 2, + "Id": 956 }, { - "Rank": 1, "CommandName": "Get-PnPUserProfileProperty", - "Id": 957, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "Rank": 1, + "Id": 957 }, { - "Rank": 2, "CommandName": "Get-PnPUserProfileProperty", - "Id": 958, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", + "Rank": 2, + "Id": 958 }, { - "Rank": 3, "CommandName": "Get-PnPUserProfileProperty", - "Id": 959, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", + "Rank": 3, + "Id": 959 }, { - "Rank": 1, "CommandName": "Get-PnPView", - "Id": 960, - "Command": "Get-PnPView -List \"Demo List\"" + "Command": "Get-PnPView -List \"Demo List\"", + "Rank": 1, + "Id": 960 }, { - "Rank": 2, "CommandName": "Get-PnPView", - "Id": 961, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", + "Rank": 2, + "Id": 961 }, { - "Rank": 3, "CommandName": "Get-PnPView", - "Id": 962, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", + "Rank": 3, + "Id": 962 }, { - "Rank": 1, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 963, - "Command": "Get-PnPVivaConnectionsDashboardACE" + "Command": "Get-PnPVivaConnectionsDashboardACE", + "Rank": 1, + "Id": 963 }, { - "Rank": 2, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 964, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Rank": 2, + "Id": 964 }, { - "Rank": 1, "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 965, - "Command": "Get-PnPVivaEngageCommunity" + "Command": "Get-PnPVivaEngageCommunity", + "Rank": 1, + "Id": 965 }, { - "Rank": 2, "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 966, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Rank": 2, + "Id": 966 }, { - "Rank": 1, "CommandName": "Get-PnPWeb", - "Id": 967, - "Command": "Get-PnPWeb" + "Command": "Get-PnPWeb", + "Rank": 1, + "Id": 967 }, { - "Rank": 1, "CommandName": "Get-PnPWebHeader", - "Id": 968, - "Command": "Get-PnPWebHeader" + "Command": "Get-PnPWebHeader", + "Rank": 1, + "Id": 968 }, { - "Rank": 1, "CommandName": "Get-PnPWebhookSubscription", - "Id": 969, - "Command": "Get-PnPWebhookSubscription -List MyList" + "Command": "Get-PnPWebhookSubscription -List MyList", + "Rank": 1, + "Id": 969 }, { - "Rank": 1, "CommandName": "Get-PnPWebPart", - "Id": 970, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", + "Rank": 1, + "Id": 970 }, { - "Rank": 2, "CommandName": "Get-PnPWebPart", - "Id": 971, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 2, + "Id": 971 }, { - "Rank": 1, "CommandName": "Get-PnPWebPartProperty", - "Id": 972, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", + "Rank": 1, + "Id": 972 }, { - "Rank": 2, "CommandName": "Get-PnPWebPartProperty", - "Id": 973, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", + "Rank": 2, + "Id": 973 }, { - "Rank": 1, "CommandName": "Get-PnPWebPartXml", - "Id": 974, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 1, + "Id": 974 }, { - "Rank": 1, "CommandName": "Get-PnPWebPermission", - "Id": 975, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", + "Rank": 1, + "Id": 975 }, { - "Rank": 2, "CommandName": "Get-PnPWebPermission", - "Id": 976, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Rank": 2, + "Id": 976 }, { - "Rank": 1, "CommandName": "Get-PnPWebTemplates", - "Id": 977, - "Command": "Get-PnPWebTemplates" + "Command": "Get-PnPWebTemplates", + "Rank": 1, + "Id": 977 }, { - "Rank": 2, "CommandName": "Get-PnPWebTemplates", - "Id": 978, - "Command": "Get-PnPWebTemplates -LCID 1033" + "Command": "Get-PnPWebTemplates -LCID 1033", + "Rank": 2, + "Id": 978 }, { - "Rank": 3, "CommandName": "Get-PnPWebTemplates", - "Id": 979, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", + "Rank": 3, + "Id": 979 }, { - "Rank": 1, "CommandName": "Get-PnPWikiPageContent", - "Id": 980, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", + "Rank": 1, + "Id": 980 }, { - "Rank": 1, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 981, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", + "Rank": 1, + "Id": 981 }, { - "Rank": 2, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 982, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", + "Rank": 2, + "Id": 982 }, { - "Rank": 1, "CommandName": "Grant-PnPHubSiteRights", - "Id": 983, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1, + "Id": 983 }, { - "Rank": 1, "CommandName": "Grant-PnPSiteDesignRights", - "Id": 984, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1, + "Id": 984 }, { - "Rank": 1, "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Id": 985, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Rank": 1, + "Id": 985 }, { - "Rank": 1, "CommandName": "Import-PnPTaxonomy", - "Id": 986, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "Rank": 1, + "Id": 986 }, { - "Rank": 2, "CommandName": "Import-PnPTaxonomy", - "Id": 987, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", + "Rank": 2, + "Id": 987 }, { - "Rank": 3, "CommandName": "Import-PnPTaxonomy", - "Id": 988, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", + "Rank": 3, + "Id": 988 }, { - "Rank": 4, "CommandName": "Import-PnPTaxonomy", - "Id": 989, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", + "Rank": 4, + "Id": 989 }, { - "Rank": 1, "CommandName": "Import-PnPTermGroupFromXml", - "Id": 990, - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "Rank": 1, + "Id": 990 }, { - "Rank": 2, "CommandName": "Import-PnPTermGroupFromXml", - "Id": 991, - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "Command": "Import-PnPTermGroupFromXml -Path input.xml", + "Rank": 2, + "Id": 991 }, { - "Rank": 1, "CommandName": "Import-PnPTermSet", - "Id": 992, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", + "Rank": 1, + "Id": 992 }, { - "Rank": 2, "CommandName": "Import-PnPTermSet", - "Id": 993, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", + "Rank": 2, + "Id": 993 }, { - "Rank": 3, "CommandName": "Import-PnPTermSet", - "Id": 994, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", + "Rank": 3, + "Id": 994 }, { - "Rank": 1, "CommandName": "Install-PnPApp", - "Id": 995, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 995 }, { - "Rank": 2, "CommandName": "Install-PnPApp", - "Id": 996, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2, + "Id": 996 }, { - "Rank": 1, "CommandName": "Invoke-PnPGraphMethod", - "Id": 997, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", + "Rank": 1, + "Id": 997 }, { - "Rank": 2, "CommandName": "Invoke-PnPGraphMethod", - "Id": 998, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", + "Rank": 2, + "Id": 998 }, { - "Rank": 3, "CommandName": "Invoke-PnPGraphMethod", - "Id": 999, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", + "Rank": 3, + "Id": 999 }, { - "Rank": 4, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1000, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", + "Rank": 4, + "Id": 1000 }, { - "Rank": 5, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1001, - "Command": "Invoke-PnPGraphMethod -Url \"users\"" + "Command": "Invoke-PnPGraphMethod -Url \"users\"", + "Rank": 5, + "Id": 1001 }, { - "Rank": 6, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1002, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", + "Rank": 6, + "Id": 1002 }, { - "Rank": 7, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1003, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", + "Rank": 7, + "Id": 1003 }, { - "Rank": 1, "CommandName": "Invoke-PnPListDesign", - "Id": 1004, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "Id": 1004 }, { - "Rank": 2, "CommandName": "Invoke-PnPListDesign", - "Id": 1005, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Rank": 2, + "Id": 1005 }, { - "Rank": 1, "CommandName": "Invoke-PnPQuery", - "Id": 1006, - "Command": "Invoke-PnPQuery -RetryCount 5" + "Command": "Invoke-PnPQuery -RetryCount 5", + "Rank": 1, + "Id": 1006 }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteDesign", - "Id": 1007, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "Id": 1007 }, { - "Rank": 2, "CommandName": "Invoke-PnPSiteDesign", - "Id": 1008, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Rank": 2, + "Id": 1008 }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteScript", - "Id": 1009, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", + "Rank": 1, + "Id": 1009 }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1010, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Rank": 1, + "Id": 1010 }, { - "Rank": 2, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1011, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Rank": 2, + "Id": 1011 }, { - "Rank": 3, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1012, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", + "Rank": 3, + "Id": 1012 }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1013, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", + "Rank": 1, + "Id": 1013 }, { - "Rank": 2, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1014, - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "Command": "Invoke-PnPSiteTemplate -Path template.xml", + "Rank": 2, + "Id": 1014 }, { - "Rank": 3, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1015, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", + "Rank": 3, + "Id": 1015 }, { - "Rank": 4, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1016, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Rank": 4, + "Id": 1016 }, { - "Rank": 5, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1017, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", + "Rank": 5, + "Id": 1017 }, { - "Rank": 6, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1018, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", + "Rank": 6, + "Id": 1018 }, { - "Rank": 7, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1019, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", + "Rank": 7, + "Id": 1019 }, { - "Rank": 8, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1020, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template" + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", + "Rank": 8, + "Id": 1020 }, { - "Rank": 9, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1021, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", + "Rank": 9, + "Id": 1021 }, { - "Rank": 1, "CommandName": "Invoke-PnPSPRestMethod", - "Id": 1022, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web" + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", + "Rank": 1, + "Id": 1022 }, { - "Rank": 1, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1023, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "Rank": 1, + "Id": 1023 }, { - "Rank": 2, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1024, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", + "Rank": 2, + "Id": 1024 }, { - "Rank": 3, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1025, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Rank": 3, + "Id": 1025 }, { - "Rank": 1, "CommandName": "Invoke-PnPWebAction", - "Id": 1026, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "Rank": 1, + "Id": 1026 }, { - "Rank": 2, "CommandName": "Invoke-PnPWebAction", - "Id": 1027, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", + "Rank": 2, + "Id": 1027 }, { - "Rank": 1, "CommandName": "Measure-PnPList", - "Id": 1028, - "Command": "Measure-PnPList \"Documents\"" + "Command": "Measure-PnPList \"Documents\"", + "Rank": 1, + "Id": 1028 }, { - "Rank": 2, "CommandName": "Measure-PnPList", - "Id": 1029, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", + "Rank": 2, + "Id": 1029 }, { - "Rank": 1, "CommandName": "Measure-PnPWeb", - "Id": 1030, - "Command": "Measure-PnPWeb" + "Command": "Measure-PnPWeb", + "Rank": 1, + "Id": 1030 }, { - "Rank": 2, "CommandName": "Measure-PnPWeb", - "Id": 1031, - "Command": "Measure-PnPWeb $web -Recursive" + "Command": "Measure-PnPWeb $web -Recursive", + "Rank": 2, + "Id": 1031 }, { - "Rank": 1, "CommandName": "Merge-PnPTerm", - "Id": 1032, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", + "Rank": 1, + "Id": 1032 }, { - "Rank": 1, "CommandName": "Move-PnPFile", - "Id": 1033, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", + "Rank": 1, + "Id": 1033 }, { - "Rank": 2, "CommandName": "Move-PnPFile", - "Id": 1034, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", + "Rank": 2, + "Id": 1034 }, { - "Rank": 3, "CommandName": "Move-PnPFile", - "Id": 1035, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Rank": 3, + "Id": 1035 }, { - "Rank": 4, "CommandName": "Move-PnPFile", - "Id": 1036, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Rank": 4, + "Id": 1036 }, { - "Rank": 1, "CommandName": "Move-PnPFolder", - "Id": 1037, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", + "Rank": 1, + "Id": 1037 }, { - "Rank": 2, "CommandName": "Move-PnPFolder", - "Id": 1038, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", + "Rank": 2, + "Id": 1038 }, { - "Rank": 1, "CommandName": "Move-PnPListItemToRecycleBin", - "Id": 1039, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", + "Rank": 1, + "Id": 1039 }, { - "Rank": 1, "CommandName": "Move-PnPPage", - "Id": 1040, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Rank": 1, + "Id": 1040 }, { - "Rank": 1, "CommandName": "Move-PnPPageComponent", - "Id": 1041, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", + "Rank": 1, + "Id": 1041 }, { - "Rank": 2, "CommandName": "Move-PnPPageComponent", - "Id": 1042, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", + "Rank": 2, + "Id": 1042 }, { - "Rank": 3, "CommandName": "Move-PnPPageComponent", - "Id": 1043, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", + "Rank": 3, + "Id": 1043 }, { - "Rank": 4, "CommandName": "Move-PnPPageComponent", - "Id": 1044, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", + "Rank": 4, + "Id": 1044 }, { - "Rank": 1, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1045, - "Command": "Move-PnPRecycleBinItem" + "Command": "Move-PnPRecycleBinItem", + "Rank": 1, + "Id": 1045 }, { - "Rank": 2, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1046, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", + "Rank": 2, + "Id": 1046 }, { - "Rank": 3, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1047, - "Command": "Move-PnPRecycleBinItem -Force" + "Command": "Move-PnPRecycleBinItem -Force", + "Rank": 3, + "Id": 1047 }, { - "Rank": 1, "CommandName": "Move-PnPTerm", - "Id": 1048, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", + "Rank": 1, + "Id": 1048 }, { - "Rank": 2, "CommandName": "Move-PnPTerm", - "Id": 1049, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", + "Rank": 2, + "Id": 1049 }, { - "Rank": 3, "CommandName": "Move-PnPTerm", - "Id": 1050, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", + "Rank": 3, + "Id": 1050 }, { - "Rank": 1, "CommandName": "Move-PnPTermSet", - "Id": 1051, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", + "Rank": 1, + "Id": 1051 }, { - "Rank": 2, "CommandName": "Move-PnPTermSet", - "Id": 1052, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", + "Rank": 2, + "Id": 1052 }, { - "Rank": 1, "CommandName": "New-PnPAzureADGroup", - "Id": 1053, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", + "Rank": 1, + "Id": 1053 }, { - "Rank": 2, "CommandName": "New-PnPAzureADGroup", - "Id": 1054, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", + "Rank": 2, + "Id": 1054 }, { - "Rank": 3, "CommandName": "New-PnPAzureADGroup", - "Id": 1055, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", + "Rank": 3, + "Id": 1055 }, { - "Rank": 1, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1056, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "Rank": 1, + "Id": 1056 }, { - "Rank": 2, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1057, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", + "Rank": 2, + "Id": 1057 }, { - "Rank": 3, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1058, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", + "Rank": 3, + "Id": 1058 }, { - "Rank": 1, "CommandName": "New-PnPAzureCertificate", - "Id": 1059, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", + "Rank": 1, + "Id": 1059 }, { - "Rank": 2, "CommandName": "New-PnPAzureCertificate", - "Id": 1060, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", + "Rank": 2, + "Id": 1060 }, { - "Rank": 3, "CommandName": "New-PnPAzureCertificate", - "Id": 1061, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", + "Rank": 3, + "Id": 1061 }, { - "Rank": 4, "CommandName": "New-PnPAzureCertificate", - "Id": 1062, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", + "Rank": 4, + "Id": 1062 }, { - "Rank": 1, "CommandName": "New-PnPContainerType", - "Id": 1063, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", + "Rank": 1, + "Id": 1063 }, { - "Rank": 1, "CommandName": "New-PnPGraphSubscription", - "Id": 1064, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", + "Rank": 1, + "Id": 1064 }, { - "Rank": 2, "CommandName": "New-PnPGraphSubscription", - "Id": 1065, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", + "Rank": 2, + "Id": 1065 }, { - "Rank": 1, "CommandName": "New-PnPGroup", - "Id": 1066, - "Command": "New-PnPGroup -Title \"My Site Users\"" + "Command": "New-PnPGroup -Title \"My Site Users\"", + "Rank": 1, + "Id": 1066 }, { - "Rank": 1, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1067, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", + "Rank": 1, + "Id": 1067 }, { - "Rank": 2, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1068, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Rank": 2, + "Id": 1068 }, { - "Rank": 3, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1069, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", + "Rank": 3, + "Id": 1069 }, { - "Rank": 4, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1070, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Rank": 4, + "Id": 1070 }, { - "Rank": 1, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Id": 1071, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1, + "Id": 1071 }, { - "Rank": 1, "CommandName": "New-PnPList", - "Id": 1072, - "Command": "New-PnPList -Title Announcements -Template Announcements" + "Command": "New-PnPList -Title Announcements -Template Announcements", + "Rank": 1, + "Id": 1072 }, { - "Rank": 2, "CommandName": "New-PnPList", - "Id": 1073, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", + "Rank": 2, + "Id": 1073 }, { - "Rank": 3, "CommandName": "New-PnPList", - "Id": 1074, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", + "Rank": 3, + "Id": 1074 }, { - "Rank": 1, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1075, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", + "Rank": 1, + "Id": 1075 }, { - "Rank": 2, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1076, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", + "Rank": 2, + "Id": 1076 }, { - "Rank": 3, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1077, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", + "Rank": 3, + "Id": 1077 }, { - "Rank": 4, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1078, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", + "Rank": 4, + "Id": 1078 }, { - "Rank": 5, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1079, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Rank": 5, + "Id": 1079 }, { - "Rank": 6, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1080, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Rank": 6, + "Id": 1080 }, { - "Rank": 7, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1081, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", + "Rank": 7, + "Id": 1081 }, { - "Rank": 1, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1082, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", + "Rank": 1, + "Id": 1082 }, { - "Rank": 2, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1083, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", + "Rank": 2, + "Id": 1083 }, { - "Rank": 1, "CommandName": "New-PnPPersonalSite", - "Id": 1084, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", + "Rank": 1, + "Id": 1084 }, { - "Rank": 1, "CommandName": "New-PnPPlannerPlan", - "Id": 1085, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "Rank": 1, + "Id": 1085 }, { - "Rank": 1, "CommandName": "New-PnpProfileCardProperty", - "Id": 1086, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", + "Rank": 1, + "Id": 1086 }, { - "Rank": 1, "CommandName": "New-PnPSdnProvider", - "Id": 1087, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "Rank": 1, + "Id": 1087 }, { - "Rank": 1, "CommandName": "New-PnPSearchExternalConnection", - "Id": 1088, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", + "Rank": 1, + "Id": 1088 }, { - "Rank": 2, "CommandName": "New-PnPSearchExternalConnection", - "Id": 1089, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Rank": 2, + "Id": 1089 }, { - "Rank": 1, "CommandName": "New-PnPSite", - "Id": 1090, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Rank": 1, + "Id": 1090 }, { - "Rank": 2, "CommandName": "New-PnPSite", - "Id": 1091, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", + "Rank": 2, + "Id": 1091 }, { - "Rank": 3, "CommandName": "New-PnPSite", - "Id": 1092, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Rank": 3, + "Id": 1092 }, { - "Rank": 4, "CommandName": "New-PnPSite", - "Id": 1093, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Rank": 4, + "Id": 1093 }, { - "Rank": 5, "CommandName": "New-PnPSite", - "Id": 1094, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Rank": 5, + "Id": 1094 }, { - "Rank": 6, "CommandName": "New-PnPSite", - "Id": 1095, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Rank": 6, + "Id": 1095 }, { - "Rank": 7, "CommandName": "New-PnPSite", - "Id": 1096, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", + "Rank": 7, + "Id": 1096 }, { - "Rank": 8, "CommandName": "New-PnPSite", - "Id": 1097, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", + "Rank": 8, + "Id": 1097 }, { - "Rank": 9, "CommandName": "New-PnPSite", - "Id": 1098, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", + "Rank": 9, + "Id": 1098 }, { - "Rank": 10, "CommandName": "New-PnPSite", - "Id": 1099, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", + "Rank": 10, + "Id": 1099 }, { - "Rank": 11, "CommandName": "New-PnPSite", - "Id": 1100, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Rank": 11, + "Id": 1100 }, { - "Rank": 12, "CommandName": "New-PnPSite", - "Id": 1101, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Rank": 12, + "Id": 1101 }, { - "Rank": 13, "CommandName": "New-PnPSite", - "Id": 1102, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Rank": 13, + "Id": 1102 }, { - "Rank": 14, "CommandName": "New-PnPSite", - "Id": 1103, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Rank": 14, + "Id": 1103 }, { - "Rank": 15, "CommandName": "New-PnPSite", - "Id": 1104, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Rank": 15, + "Id": 1104 }, { - "Rank": 16, "CommandName": "New-PnPSite", - "Id": 1105, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", + "Rank": 16, + "Id": 1105 }, { - "Rank": 17, "CommandName": "New-PnPSite", - "Id": 1106, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", + "Rank": 17, + "Id": 1106 }, { - "Rank": 1, "CommandName": "New-PnPSiteCollectionTermStore", - "Id": 1107, - "Command": "New-PnPSiteCollectionTermStore" + "Command": "New-PnPSiteCollectionTermStore", + "Rank": 1, + "Id": 1107 }, { - "Rank": 1, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1108, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", + "Rank": 1, + "Id": 1108 }, { - "Rank": 2, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1109, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", + "Rank": 2, + "Id": 1109 }, { - "Rank": 3, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1110, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", + "Rank": 3, + "Id": 1110 }, { - "Rank": 4, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1111, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Rank": 4, + "Id": 1111 }, { - "Rank": 1, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Id": 1112, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1, + "Id": 1112 }, { - "Rank": 1, "CommandName": "New-PnPSiteGroup", - "Id": 1113, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", + "Rank": 1, + "Id": 1113 }, { - "Rank": 2, "CommandName": "New-PnPSiteGroup", - "Id": 1114, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", + "Rank": 2, + "Id": 1114 }, { - "Rank": 1, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1115, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "Rank": 1, + "Id": 1115 }, { - "Rank": 2, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1116, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", + "Rank": 2, + "Id": 1116 }, { - "Rank": 3, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1117, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", + "Rank": 3, + "Id": 1117 }, { - "Rank": 4, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1118, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", + "Rank": 4, + "Id": 1118 }, { - "Rank": 5, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1119, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", + "Rank": 5, + "Id": 1119 }, { - "Rank": 6, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1120, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 6, + "Id": 1120 }, { - "Rank": 7, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1121, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", + "Rank": 7, + "Id": 1121 }, { - "Rank": 8, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1122, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", + "Rank": 8, + "Id": 1122 }, { - "Rank": 1, "CommandName": "New-PnPTeamsApp", - "Id": 1123, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "Rank": 1, + "Id": 1123 }, { - "Rank": 1, "CommandName": "New-PnPTeamsTeam", - "Id": 1124, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", + "Rank": 1, + "Id": 1124 }, { - "Rank": 2, "CommandName": "New-PnPTeamsTeam", - "Id": 1125, - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "Command": "New-PnPTeamsTeam -GroupId $groupId", + "Rank": 2, + "Id": 1125 }, { - "Rank": 3, "CommandName": "New-PnPTeamsTeam", - "Id": 1126, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", + "Rank": 3, + "Id": 1126 }, { - "Rank": 4, "CommandName": "New-PnPTeamsTeam", - "Id": 1127, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Rank": 4, + "Id": 1127 }, { - "Rank": 5, "CommandName": "New-PnPTeamsTeam", - "Id": 1128, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", + "Rank": 5, + "Id": 1128 }, { - "Rank": 6, "CommandName": "New-PnPTeamsTeam", - "Id": 1129, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Rank": 6, + "Id": 1129 }, { - "Rank": 1, "CommandName": "New-PnPTenantSite", - "Id": 1130, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", + "Rank": 1, + "Id": 1130 }, { - "Rank": 2, "CommandName": "New-PnPTenantSite", - "Id": 1131, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", + "Rank": 2, + "Id": 1131 }, { - "Rank": 1, "CommandName": "New-PnPTerm", - "Id": 1132, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", + "Rank": 1, + "Id": 1132 }, { - "Rank": 2, "CommandName": "New-PnPTerm", - "Id": 1133, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 2, + "Id": 1133 }, { - "Rank": 1, "CommandName": "New-PnPTermGroup", - "Id": 1134, - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "Rank": 1, + "Id": 1134 }, { - "Rank": 2, "CommandName": "New-PnPTermGroup", - "Id": 1135, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Rank": 2, + "Id": 1135 }, { - "Rank": 1, "CommandName": "New-PnPTermLabel", - "Id": 1136, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", + "Rank": 1, + "Id": 1136 }, { - "Rank": 1, "CommandName": "New-PnPTermSet", - "Id": 1137, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "Rank": 1, + "Id": 1137 }, { - "Rank": 1, "CommandName": "New-PnPTodoList", - "Id": 1138, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"" + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", + "Rank": 1, + "Id": 1138 }, { - "Rank": 2, "CommandName": "New-PnPTodoList", - "Id": 1139, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", + "Rank": 2, + "Id": 1139 }, { - "Rank": 1, "CommandName": "New-PnPUPABulkImportJob", - "Id": 1140, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", + "Rank": 1, + "Id": 1140 }, { - "Rank": 2, "CommandName": "New-PnPUPABulkImportJob", - "Id": 1141, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", + "Rank": 2, + "Id": 1141 }, { - "Rank": 1, "CommandName": "New-PnPUser", - "Id": 1142, - "Command": "New-PnPUser -LoginName user@company.com" + "Command": "New-PnPUser -LoginName user@company.com", + "Rank": 1, + "Id": 1142 }, { - "Rank": 1, "CommandName": "New-PnPVivaEngageCommunity", - "Id": 1143, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", + "Rank": 1, + "Id": 1143 }, { - "Rank": 1, "CommandName": "New-PnPWeb", - "Id": 1144, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", + "Rank": 1, + "Id": 1144 }, { - "Rank": 1, "CommandName": "Publish-PnPApp", - "Id": 1145, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Rank": 1, + "Id": 1145 }, { - "Rank": 2, "CommandName": "Publish-PnPApp", - "Id": 1146, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", + "Rank": 2, + "Id": 1146 }, { - "Rank": 1, "CommandName": "Publish-PnPContentType", - "Id": 1147, - "Command": "Publish-PnPContentType -ContentType 0x0101" + "Command": "Publish-PnPContentType -ContentType 0x0101", + "Rank": 1, + "Id": 1147 }, { - "Rank": 1, "CommandName": "Publish-PnPSyntexModel", - "Id": 1148, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Rank": 1, + "Id": 1148 }, { - "Rank": 2, "CommandName": "Publish-PnPSyntexModel", - "Id": 1149, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Rank": 2, + "Id": 1149 }, { - "Rank": 1, "CommandName": "Read-PnPSiteTemplate", - "Id": 1150, - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "Command": "Read-PnPSiteTemplate -Path template.pnp", + "Rank": 1, + "Id": 1150 }, { - "Rank": 2, "CommandName": "Read-PnPSiteTemplate", - "Id": 1151, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", + "Rank": 2, + "Id": 1151 }, { - "Rank": 3, "CommandName": "Read-PnPSiteTemplate", - "Id": 1152, - "Command": "Read-PnPSiteTemplate -Xml $xml" + "Command": "Read-PnPSiteTemplate -Xml $xml", + "Rank": 3, + "Id": 1152 }, { - "Rank": 1, "CommandName": "Read-PnPTenantTemplate", - "Id": 1153, - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "Command": "Read-PnPTenantTemplate -Path template.pnp", + "Rank": 1, + "Id": 1153 }, { - "Rank": 1, "CommandName": "Register-PnPAppCatalogSite", - "Id": 1154, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", + "Rank": 1, + "Id": 1154 }, { - "Rank": 1, "CommandName": "Register-PnPAzureADApp", - "Id": 1155, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", + "Rank": 1, + "Id": 1155 }, { - "Rank": 2, "CommandName": "Register-PnPAzureADApp", - "Id": 1156, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 2, + "Id": 1156 }, { - "Rank": 3, "CommandName": "Register-PnPAzureADApp", - "Id": 1157, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", + "Rank": 3, + "Id": 1157 }, { - "Rank": 4, "CommandName": "Register-PnPAzureADApp", - "Id": 1158, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 4, + "Id": 1158 }, { - "Rank": 5, "CommandName": "Register-PnPAzureADApp", - "Id": 1159, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 5, + "Id": 1159 }, { - "Rank": 6, "CommandName": "Register-PnPAzureADApp", - "Id": 1160, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 6, + "Id": 1160 }, { - "Rank": 7, "CommandName": "Register-PnPAzureADApp", - "Id": 1161, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", + "Rank": 7, + "Id": 1161 }, { - "Rank": 8, "CommandName": "Register-PnPAzureADApp", - "Id": 1162, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", + "Rank": 8, + "Id": 1162 }, { - "Rank": 1, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1163, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", + "Rank": 1, + "Id": 1163 }, { - "Rank": 2, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1164, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", + "Rank": 2, + "Id": 1164 }, { - "Rank": 1, "CommandName": "Register-PnPHubSite", - "Id": 1165, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Rank": 1, + "Id": 1165 }, { - "Rank": 2, "CommandName": "Register-PnPHubSite", - "Id": 1166, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", + "Rank": 2, + "Id": 1166 }, { - "Rank": 1, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1167, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "Rank": 1, + "Id": 1167 }, { - "Rank": 2, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1168, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", + "Rank": 2, + "Id": 1168 }, { - "Rank": 1, "CommandName": "Remove-PnPAlert", - "Id": 1169, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", + "Rank": 1, + "Id": 1169 }, { - "Rank": 2, "CommandName": "Remove-PnPAlert", - "Id": 1170, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Rank": 2, + "Id": 1170 }, { - "Rank": 1, "CommandName": "Remove-PnPApp", - "Id": 1171, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 1171 }, { - "Rank": 2, "CommandName": "Remove-PnPApp", - "Id": 1172, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2, + "Id": 1172 }, { - "Rank": 1, "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1173, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1, + "Id": 1173 }, { - "Rank": 2, "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1174, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Rank": 2, + "Id": 1174 }, { - "Rank": 1, "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1175, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "Rank": 1, + "Id": 1175 }, { - "Rank": 2, "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1176, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Rank": 2, + "Id": 1176 }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADApp", - "Id": 1177, - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "Command": "Remove-PnPAzureADApp -Identity MyApp", + "Rank": 1, + "Id": 1177 }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADApp", - "Id": 1178, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Rank": 2, + "Id": 1178 }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADGroup", - "Id": 1179, - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "Rank": 1, + "Id": 1179 }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADGroup", - "Id": 1180, - "Command": "Remove-PnPAzureADGroup -Identity $group" + "Command": "Remove-PnPAzureADGroup -Identity $group", + "Rank": 2, + "Id": 1180 }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADGroupMember", - "Id": 1181, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1181 }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADGroupOwner", - "Id": 1182, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1182 }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1183, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", + "Rank": 1, + "Id": 1183 }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1184, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", + "Rank": 2, + "Id": 1184 }, { - "Rank": 3, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1185, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Rank": 3, + "Id": 1185 }, { - "Rank": 4, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1186, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Rank": 4, + "Id": 1186 }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADUser", - "Id": 1187, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", + "Rank": 1, + "Id": 1187 }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADUser", - "Id": 1188, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", + "Rank": 2, + "Id": 1188 }, { - "Rank": 1, "CommandName": "Remove-PnPContainer", - "Id": 1189, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 1, + "Id": 1189 }, { - "Rank": 2, "CommandName": "Remove-PnPContainer", - "Id": 1190, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Rank": 2, + "Id": 1190 }, { - "Rank": 1, "CommandName": "Remove-PnPContainerType", - "Id": 1191, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", + "Rank": 1, + "Id": 1191 }, { - "Rank": 1, "CommandName": "Remove-PnPContentType", - "Id": 1192, - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "Rank": 1, + "Id": 1192 }, { - "Rank": 2, "CommandName": "Remove-PnPContentType", - "Id": 1193, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", + "Rank": 2, + "Id": 1193 }, { - "Rank": 1, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1194, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Rank": 1, + "Id": 1194 }, { - "Rank": 2, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1195, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Rank": 2, + "Id": 1195 }, { - "Rank": 1, "CommandName": "Remove-PnPContentTypeFromList", - "Id": 1196, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "Rank": 1, + "Id": 1196 }, { - "Rank": 1, "CommandName": "Remove-PnPCustomAction", - "Id": 1197, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1, + "Id": 1197 }, { - "Rank": 2, "CommandName": "Remove-PnPCustomAction", - "Id": 1198, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Rank": 2, + "Id": 1198 }, { - "Rank": 3, "CommandName": "Remove-PnPCustomAction", - "Id": 1199, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", + "Rank": 3, + "Id": 1199 }, { - "Rank": 1, "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Id": 1200, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 1, + "Id": 1200 }, { - "Rank": 1, "CommandName": "Remove-PnPEventReceiver", - "Id": 1201, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 1, + "Id": 1201 }, { - "Rank": 2, "CommandName": "Remove-PnPEventReceiver", - "Id": 1202, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 2, + "Id": 1202 }, { - "Rank": 3, "CommandName": "Remove-PnPEventReceiver", - "Id": 1203, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", + "Rank": 3, + "Id": 1203 }, { - "Rank": 4, "CommandName": "Remove-PnPEventReceiver", - "Id": 1204, - "Command": "Remove-PnPEventReceiver -List ProjectList" + "Command": "Remove-PnPEventReceiver -List ProjectList", + "Rank": 4, + "Id": 1204 }, { - "Rank": 5, "CommandName": "Remove-PnPEventReceiver", - "Id": 1205, - "Command": "Remove-PnPEventReceiver" + "Command": "Remove-PnPEventReceiver", + "Rank": 5, + "Id": 1205 }, { - "Rank": 6, "CommandName": "Remove-PnPEventReceiver", - "Id": 1206, - "Command": "Remove-PnPEventReceiver -Scope Site" + "Command": "Remove-PnPEventReceiver -Scope Site", + "Rank": 6, + "Id": 1206 }, { - "Rank": 7, "CommandName": "Remove-PnPEventReceiver", - "Id": 1207, - "Command": "Remove-PnPEventReceiver -Scope Web" + "Command": "Remove-PnPEventReceiver -Scope Web", + "Rank": 7, + "Id": 1207 }, { - "Rank": 8, "CommandName": "Remove-PnPEventReceiver", - "Id": 1208, - "Command": "Remove-PnPEventReceiver -Scope All" + "Command": "Remove-PnPEventReceiver -Scope All", + "Rank": 8, + "Id": 1208 }, { - "Rank": 1, "CommandName": "Remove-PnPField", - "Id": 1209, - "Command": "Remove-PnPField -Identity \"Speakers\"" + "Command": "Remove-PnPField -Identity \"Speakers\"", + "Rank": 1, + "Id": 1209 }, { - "Rank": 2, "CommandName": "Remove-PnPField", - "Id": 1210, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Rank": 2, + "Id": 1210 }, { - "Rank": 1, "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1211, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Rank": 1, + "Id": 1211 }, { - "Rank": 2, "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1212, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", + "Rank": 2, + "Id": 1212 }, { - "Rank": 1, "CommandName": "Remove-PnPFile", - "Id": 1213, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", + "Rank": 1, + "Id": 1213 }, { - "Rank": 2, "CommandName": "Remove-PnPFile", - "Id": 1214, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", + "Rank": 2, + "Id": 1214 }, { - "Rank": 3, "CommandName": "Remove-PnPFile", - "Id": 1215, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", + "Rank": 3, + "Id": 1215 }, { - "Rank": 1, "CommandName": "Remove-PnPFileFromSiteTemplate", - "Id": 1216, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "Rank": 1, + "Id": 1216 }, { - "Rank": 1, "CommandName": "Remove-PnPFileSharingLink", - "Id": 1217, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1, + "Id": 1217 }, { - "Rank": 2, "CommandName": "Remove-PnPFileSharingLink", - "Id": 1218, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", + "Rank": 2, + "Id": 1218 }, { - "Rank": 1, "CommandName": "Remove-PnPFileVersion", - "Id": 1219, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Rank": 1, + "Id": 1219 }, { - "Rank": 2, "CommandName": "Remove-PnPFileVersion", - "Id": 1220, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Rank": 2, + "Id": 1220 }, { - "Rank": 3, "CommandName": "Remove-PnPFileVersion", - "Id": 1221, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", + "Rank": 3, + "Id": 1221 }, { - "Rank": 1, "CommandName": "Remove-PnPFlow", - "Id": 1222, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1, + "Id": 1222 }, { - "Rank": 2, "CommandName": "Remove-PnPFlow", - "Id": 1223, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", + "Rank": 2, + "Id": 1223 }, { - "Rank": 1, "CommandName": "Remove-PnPFlowOwner", - "Id": 1224, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", + "Rank": 1, + "Id": 1224 }, { - "Rank": 2, "CommandName": "Remove-PnPFlowOwner", - "Id": 1225, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", + "Rank": 2, + "Id": 1225 }, { - "Rank": 3, "CommandName": "Remove-PnPFlowOwner", - "Id": 1226, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", + "Rank": 3, + "Id": 1226 }, { - "Rank": 4, "CommandName": "Remove-PnPFlowOwner", - "Id": 1227, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", + "Rank": 4, + "Id": 1227 }, { - "Rank": 1, "CommandName": "Remove-PnPFolder", - "Id": 1228, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Rank": 1, + "Id": 1228 }, { - "Rank": 2, "CommandName": "Remove-PnPFolder", - "Id": 1229, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", + "Rank": 2, + "Id": 1229 }, { - "Rank": 1, "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1230, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1, + "Id": 1230 }, { - "Rank": 2, "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1231, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", + "Rank": 2, + "Id": 1231 }, { - "Rank": 1, "CommandName": "Remove-PnPGraphSubscription", - "Id": 1232, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", + "Rank": 1, + "Id": 1232 }, { - "Rank": 1, "CommandName": "Remove-PnPGroup", - "Id": 1233, - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "Command": "Remove-PnPGroup -Identity \"My Users\"", + "Rank": 1, + "Id": 1233 }, { - "Rank": 1, "CommandName": "Remove-PnPGroupMember", - "Id": 1234, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Rank": 1, + "Id": 1234 }, { - "Rank": 1, "CommandName": "Remove-PnPHomeSite", - "Id": 1235, - "Command": "Remove-PnPHomeSite" + "Command": "Remove-PnPHomeSite", + "Rank": 1, + "Id": 1235 }, { - "Rank": 1, "CommandName": "Remove-PnPHubSiteAssociation", - "Id": 1236, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", + "Rank": 1, + "Id": 1236 }, { - "Rank": 1, "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1237, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", + "Rank": 1, + "Id": 1237 }, { - "Rank": 2, "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1238, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", + "Rank": 2, + "Id": 1238 }, { - "Rank": 1, "CommandName": "Remove-PnPIndexedProperty", - "Id": 1239, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "Rank": 1, + "Id": 1239 }, { - "Rank": 1, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1240, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "Rank": 1, + "Id": 1240 }, { - "Rank": 2, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1241, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", + "Rank": 2, + "Id": 1241 }, { - "Rank": 3, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1242, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", + "Rank": 3, + "Id": 1242 }, { - "Rank": 4, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1243, - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "Command": "Remove-PnPJavaScriptLink -Scope Site", + "Rank": 4, + "Id": 1243 }, { - "Rank": 5, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1244, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", + "Rank": 5, + "Id": 1244 }, { - "Rank": 1, "CommandName": "Remove-PnPKnowledgeHubSite", - "Id": 1245, - "Command": "Remove-PnPKnowledgeHubSite" + "Command": "Remove-PnPKnowledgeHubSite", + "Rank": 1, + "Id": 1245 }, { - "Rank": 1, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1246, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", + "Rank": 1, + "Id": 1246 }, { - "Rank": 2, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1247, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Rank": 2, + "Id": 1247 }, { - "Rank": 1, "CommandName": "Remove-PnPList", - "Id": 1248, - "Command": "Remove-PnPList -Identity Announcements" + "Command": "Remove-PnPList -Identity Announcements", + "Rank": 1, + "Id": 1248 }, { - "Rank": 2, "CommandName": "Remove-PnPList", - "Id": 1249, - "Command": "Remove-PnPList -Identity Announcements -Force" + "Command": "Remove-PnPList -Identity Announcements -Force", + "Rank": 2, + "Id": 1249 }, { - "Rank": 3, "CommandName": "Remove-PnPList", - "Id": 1250, - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "Command": "Remove-PnPList -Identity Announcements -Recycle", + "Rank": 3, + "Id": 1250 }, { - "Rank": 4, "CommandName": "Remove-PnPList", - "Id": 1251, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", + "Rank": 4, + "Id": 1251 }, { - "Rank": 1, "CommandName": "Remove-PnPListDesign", - "Id": 1252, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "Id": 1252 }, { - "Rank": 1, "CommandName": "Remove-PnPListItem", - "Id": 1253, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", + "Rank": 1, + "Id": 1253 }, { - "Rank": 2, "CommandName": "Remove-PnPListItem", - "Id": 1254, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", + "Rank": 2, + "Id": 1254 }, { - "Rank": 3, "CommandName": "Remove-PnPListItem", - "Id": 1255, - "Command": "Remove-PnPListItem -List \"Demo List\"" + "Command": "Remove-PnPListItem -List \"Demo List\"", + "Rank": 3, + "Id": 1255 }, { - "Rank": 1, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1256, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", + "Rank": 1, + "Id": 1256 }, { - "Rank": 2, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1257, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", + "Rank": 2, + "Id": 1257 }, { - "Rank": 3, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1258, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", + "Rank": 3, + "Id": 1258 }, { - "Rank": 4, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1259, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", + "Rank": 4, + "Id": 1259 }, { - "Rank": 5, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1260, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", + "Rank": 5, + "Id": 1260 }, { - "Rank": 1, "CommandName": "Remove-PnPListItemComment", - "Id": 1261, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", + "Rank": 1, + "Id": 1261 }, { - "Rank": 2, "CommandName": "Remove-PnPListItemComment", - "Id": 1262, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", + "Rank": 2, + "Id": 1262 }, { - "Rank": 3, "CommandName": "Remove-PnPListItemComment", - "Id": 1263, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", + "Rank": 3, + "Id": 1263 }, { - "Rank": 4, "CommandName": "Remove-PnPListItemComment", - "Id": 1264, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", + "Rank": 4, + "Id": 1264 }, { - "Rank": 1, "CommandName": "Remove-PnPListItemVersion", - "Id": 1265, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Rank": 1, + "Id": 1265 }, { - "Rank": 2, "CommandName": "Remove-PnPListItemVersion", - "Id": 1266, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Rank": 2, + "Id": 1266 }, { - "Rank": 1, "CommandName": "Remove-PnPManagedAppId", - "Id": 1267, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", + "Rank": 1, + "Id": 1267 }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1268, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "Rank": 1, + "Id": 1268 }, { - "Rank": 2, "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1269, - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "Command": "Remove-PnPMicrosoft365Group -Identity $group", + "Rank": 2, + "Id": 1269 }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Id": 1270, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1270 }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Id": 1271, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1271 }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Id": 1272, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", + "Rank": 1, + "Id": 1272 }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1273, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", + "Rank": 1, + "Id": 1273 }, { - "Rank": 2, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1274, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", + "Rank": 2, + "Id": 1274 }, { - "Rank": 1, "CommandName": "Remove-PnPNavigationNode", - "Id": 1275, - "Command": "Remove-PnPNavigationNode -Identity 1032" + "Command": "Remove-PnPNavigationNode -Identity 1032", + "Rank": 1, + "Id": 1275 }, { - "Rank": 2, "CommandName": "Remove-PnPNavigationNode", - "Id": 1276, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", + "Rank": 2, + "Id": 1276 }, { - "Rank": 3, "CommandName": "Remove-PnPNavigationNode", - "Id": 1277, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", + "Rank": 3, + "Id": 1277 }, { - "Rank": 1, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1278, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "Rank": 1, + "Id": 1278 }, { - "Rank": 2, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1279, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", + "Rank": 2, + "Id": 1279 }, { - "Rank": 3, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1280, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", + "Rank": 3, + "Id": 1280 }, { - "Rank": 1, "CommandName": "Remove-PnPOrgNewsSite", - "Id": 1281, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", + "Rank": 1, + "Id": 1281 }, { - "Rank": 1, "CommandName": "Remove-PnPPage", - "Id": 1282, - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "Command": "Remove-PnPPage -Identity \"MyPage\"", + "Rank": 1, + "Id": 1282 }, { - "Rank": 2, "CommandName": "Remove-PnPPage", - "Id": 1283, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", + "Rank": 2, + "Id": 1283 }, { - "Rank": 3, "CommandName": "Remove-PnPPage", - "Id": 1284, - "Command": "Remove-PnPPage $page" + "Command": "Remove-PnPPage $page", + "Rank": 3, + "Id": 1284 }, { - "Rank": 4, "CommandName": "Remove-PnPPage", - "Id": 1285, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", + "Rank": 4, + "Id": 1285 }, { - "Rank": 1, "CommandName": "Remove-PnPPageComponent", - "Id": 1286, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 1, + "Id": 1286 }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerBucket", - "Id": 1287, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", + "Rank": 1, + "Id": 1287 }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerPlan", - "Id": 1288, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "Rank": 1, + "Id": 1288 }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerRoster", - "Id": 1289, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Rank": 1, + "Id": 1289 }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerRosterMember", - "Id": 1290, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1290 }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerTask", - "Id": 1291, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "Rank": 1, + "Id": 1291 }, { - "Rank": 1, "CommandName": "Remove-PnPProfileCardProperty", - "Id": 1292, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", + "Rank": 1, + "Id": 1292 }, { - "Rank": 1, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1293, - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "Rank": 1, + "Id": 1293 }, { - "Rank": 2, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1294, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", + "Rank": 2, + "Id": 1294 }, { - "Rank": 3, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1295, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", + "Rank": 3, + "Id": 1295 }, { - "Rank": 1, "CommandName": "Remove-PnPPublishingImageRendition", - "Id": 1296, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Rank": 1, + "Id": 1296 }, { - "Rank": 1, "CommandName": "Remove-PnPRoleDefinition", - "Id": 1297, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "Rank": 1, + "Id": 1297 }, { - "Rank": 1, "CommandName": "Remove-PnPSdnProvider", - "Id": 1298, - "Command": "Remove-PnPSdnProvider -Confirm:false" + "Command": "Remove-PnPSdnProvider -Confirm:false", + "Rank": 1, + "Id": 1298 }, { - "Rank": 1, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1299, - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "Rank": 1, + "Id": 1299 }, { - "Rank": 2, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1300, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", + "Rank": 2, + "Id": 1300 }, { - "Rank": 3, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1301, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Rank": 3, + "Id": 1301 }, { - "Rank": 4, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1302, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Rank": 4, + "Id": 1302 }, { - "Rank": 1, "CommandName": "Remove-PnPSearchExternalConnection", - "Id": 1303, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Rank": 1, + "Id": 1303 }, { - "Rank": 1, "CommandName": "Remove-PnPSearchExternalItem", - "Id": 1304, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Rank": 1, + "Id": 1304 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1305, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1305 }, { - "Rank": 2, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1306, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Rank": 2, + "Id": 1306 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Id": 1307, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Rank": 1, + "Id": 1307 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionTermStore", - "Id": 1308, - "Command": "Remove-PnPSiteCollectionTermStore" + "Command": "Remove-PnPSiteCollectionTermStore", + "Rank": 1, + "Id": 1308 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteDesign", - "Id": 1309, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "Id": 1309 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteDesignTask", - "Id": 1310, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "Id": 1310 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1311, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Rank": 1, + "Id": 1311 }, { - "Rank": 2, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1312, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", + "Rank": 2, + "Id": 1312 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteGroup", - "Id": 1313, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 1, + "Id": 1313 }, { - "Rank": 2, "CommandName": "Remove-PnPSiteGroup", - "Id": 1314, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", + "Rank": 2, + "Id": 1314 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteScript", - "Id": 1315, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1, + "Id": 1315 }, { - "Rank": 1, "CommandName": "Remove-PnPSiteUserInvitations", - "Id": 1316, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Rank": 1, + "Id": 1316 }, { - "Rank": 1, "CommandName": "Remove-PnPStorageEntity", - "Id": 1317, - "Command": "Remove-PnPStorageEntity -Key MyKey" + "Command": "Remove-PnPStorageEntity -Key MyKey", + "Rank": 1, + "Id": 1317 }, { - "Rank": 2, "CommandName": "Remove-PnPStorageEntity", - "Id": 1318, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", + "Rank": 2, + "Id": 1318 }, { - "Rank": 1, "CommandName": "Remove-PnPStoredCredential", - "Id": 1319, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "Rank": 1, + "Id": 1319 }, { - "Rank": 1, "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1320, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "Rank": 1, + "Id": 1320 }, { - "Rank": 2, "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1321, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", + "Rank": 2, + "Id": 1321 }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsApp", - "Id": 1322, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", + "Rank": 1, + "Id": 1322 }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsApp", - "Id": 1323, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", + "Rank": 2, + "Id": 1323 }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsChannel", - "Id": 1324, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", + "Rank": 1, + "Id": 1324 }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1325, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", + "Rank": 1, + "Id": 1325 }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1326, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Rank": 2, + "Id": 1326 }, { - "Rank": 3, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1327, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", + "Rank": 3, + "Id": 1327 }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsTab", - "Id": 1328, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", + "Rank": 1, + "Id": 1328 }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsTab", - "Id": 1329, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", + "Rank": 2, + "Id": 1329 }, { - "Rank": 3, "CommandName": "Remove-PnPTeamsTab", - "Id": 1330, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", + "Rank": 3, + "Id": 1330 }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsTag", - "Id": 1331, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Rank": 1, + "Id": 1331 }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsTeam", - "Id": 1332, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Rank": 1, + "Id": 1332 }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsTeam", - "Id": 1333, - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "Command": "Remove-PnPTeamsTeam -Identity testteam", + "Rank": 2, + "Id": 1333 }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsUser", - "Id": 1334, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", + "Rank": 1, + "Id": 1334 }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsUser", - "Id": 1335, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Rank": 2, + "Id": 1335 }, { - "Rank": 3, "CommandName": "Remove-PnPTeamsUser", - "Id": 1336, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", + "Rank": 3, + "Id": 1336 }, { - "Rank": 1, "CommandName": "Remove-PnPTenantCdnOrigin", - "Id": 1337, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Rank": 1, + "Id": 1337 }, { - "Rank": 1, "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1338, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1, + "Id": 1338 }, { - "Rank": 2, "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1339, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Rank": 2, + "Id": 1339 }, { - "Rank": 1, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1340, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Rank": 1, + "Id": 1340 }, { - "Rank": 2, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1341, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Rank": 2, + "Id": 1341 }, { - "Rank": 3, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1342, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Rank": 3, + "Id": 1342 }, { - "Rank": 1, "CommandName": "Remove-PnPTenantSite", - "Id": 1343, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1, + "Id": 1343 }, { - "Rank": 2, "CommandName": "Remove-PnPTenantSite", - "Id": 1344, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", + "Rank": 2, + "Id": 1344 }, { - "Rank": 3, "CommandName": "Remove-PnPTenantSite", - "Id": 1345, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", + "Rank": 3, + "Id": 1345 }, { - "Rank": 1, "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Id": 1346, - "Command": "Remove-PnPTenantSyncClientRestriction" + "Command": "Remove-PnPTenantSyncClientRestriction", + "Rank": 1, + "Id": 1346 }, { - "Rank": 1, "CommandName": "Remove-PnPTenantTheme", - "Id": 1347, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Rank": 1, + "Id": 1347 }, { - "Rank": 1, "CommandName": "Remove-PnPTerm", - "Id": 1348, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Rank": 1, + "Id": 1348 }, { - "Rank": 2, "CommandName": "Remove-PnPTerm", - "Id": 1349, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2, + "Id": 1349 }, { - "Rank": 1, "CommandName": "Remove-PnPTermGroup", - "Id": 1350, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Rank": 1, + "Id": 1350 }, { - "Rank": 2, "CommandName": "Remove-PnPTermGroup", - "Id": 1351, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", + "Rank": 2, + "Id": 1351 }, { - "Rank": 3, "CommandName": "Remove-PnPTermGroup", - "Id": 1352, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", + "Rank": 3, + "Id": 1352 }, { - "Rank": 1, "CommandName": "Remove-PnPTermLabel", - "Id": 1353, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", + "Rank": 1, + "Id": 1353 }, { - "Rank": 2, "CommandName": "Remove-PnPTermLabel", - "Id": 1354, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2, + "Id": 1354 }, { - "Rank": 1, "CommandName": "Remove-PnPTodoList", - "Id": 1355, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", + "Rank": 1, + "Id": 1355 }, { - "Rank": 2, "CommandName": "Remove-PnPTodoList", - "Id": 1356, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", + "Rank": 2, + "Id": 1356 }, { - "Rank": 1, "CommandName": "Remove-PnPUser", - "Id": 1357, - "Command": "Remove-PnPUser -Identity 23" + "Command": "Remove-PnPUser -Identity 23", + "Rank": 1, + "Id": 1357 }, { - "Rank": 2, "CommandName": "Remove-PnPUser", - "Id": 1358, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", + "Rank": 2, + "Id": 1358 }, { - "Rank": 3, "CommandName": "Remove-PnPUser", - "Id": 1359, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", + "Rank": 3, + "Id": 1359 }, { - "Rank": 1, "CommandName": "Remove-PnPUserInfo", - "Id": 1360, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Rank": 1, + "Id": 1360 }, { - "Rank": 1, "CommandName": "Remove-PnPUserProfile", - "Id": 1361, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "Rank": 1, + "Id": 1361 }, { - "Rank": 1, "CommandName": "Remove-PnPUserProfilePhoto", - "Id": 1362, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1362 }, { - "Rank": 1, "CommandName": "Remove-PnPView", - "Id": 1363, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", + "Rank": 1, + "Id": 1363 }, { - "Rank": 1, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Id": 1364, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Rank": 1, + "Id": 1364 }, { - "Rank": 1, "CommandName": "Remove-PnPVivaEngageCommunity", - "Id": 1365, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Rank": 1, + "Id": 1365 }, { - "Rank": 1, "CommandName": "Remove-PnPWeb", - "Id": 1366, - "Command": "Remove-PnPWeb -Identity projectA" + "Command": "Remove-PnPWeb -Identity projectA", + "Rank": 1, + "Id": 1366 }, { - "Rank": 2, "CommandName": "Remove-PnPWeb", - "Id": 1367, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", + "Rank": 2, + "Id": 1367 }, { - "Rank": 1, "CommandName": "Remove-PnPWebhookSubscription", - "Id": 1368, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", + "Rank": 1, + "Id": 1368 }, { - "Rank": 1, "CommandName": "Remove-PnPWebPart", - "Id": 1369, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 1, + "Id": 1369 }, { - "Rank": 2, "CommandName": "Remove-PnPWebPart", - "Id": 1370, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", + "Rank": 2, + "Id": 1370 }, { - "Rank": 1, "CommandName": "Remove-PnPWikiPage", - "Id": 1371, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "Rank": 1, + "Id": 1371 }, { - "Rank": 1, "CommandName": "Rename-PnPFile", - "Id": 1372, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", + "Rank": 1, + "Id": 1372 }, { - "Rank": 2, "CommandName": "Rename-PnPFile", - "Id": 1373, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", + "Rank": 2, + "Id": 1373 }, { - "Rank": 3, "CommandName": "Rename-PnPFile", - "Id": 1374, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", + "Rank": 3, + "Id": 1374 }, { - "Rank": 1, "CommandName": "Rename-PnPFolder", - "Id": 1375, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", + "Rank": 1, + "Id": 1375 }, { - "Rank": 1, "CommandName": "Repair-PnPSite", - "Id": 1376, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 1, + "Id": 1376 }, { - "Rank": 2, "CommandName": "Repair-PnPSite", - "Id": 1377, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Rank": 2, + "Id": 1377 }, { - "Rank": 1, "CommandName": "Request-PnPPersonalSite", - "Id": 1378, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", + "Rank": 1, + "Id": 1378 }, { - "Rank": 2, "CommandName": "Request-PnPPersonalSite", - "Id": 1379, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", + "Rank": 2, + "Id": 1379 }, { - "Rank": 1, "CommandName": "Request-PnPReIndexList", - "Id": 1380, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "Rank": 1, + "Id": 1380 }, { - "Rank": 1, "CommandName": "Request-PnPReIndexWeb", - "Id": 1381, - "Command": "Request-PnPReIndexWeb" + "Command": "Request-PnPReIndexWeb", + "Rank": 1, + "Id": 1381 }, { - "Rank": 1, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1382, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", + "Rank": 1, + "Id": 1382 }, { - "Rank": 2, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1383, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", + "Rank": 2, + "Id": 1383 }, { - "Rank": 3, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1384, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", + "Rank": 3, + "Id": 1384 }, { - "Rank": 1, "CommandName": "Reset-PnPDocumentId", - "Id": 1385, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", + "Rank": 1, + "Id": 1385 }, { - "Rank": 2, "CommandName": "Reset-PnPDocumentId", - "Id": 1386, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", + "Rank": 2, + "Id": 1386 }, { - "Rank": 1, "CommandName": "Reset-PnPFileVersion", - "Id": 1387, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "Rank": 1, + "Id": 1387 }, { - "Rank": 2, "CommandName": "Reset-PnPFileVersion", - "Id": 1388, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", + "Rank": 2, + "Id": 1388 }, { - "Rank": 1, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Id": 1389, - "Command": "Reset-PnPMicrosoft365GroupExpiration" + "Command": "Reset-PnPMicrosoft365GroupExpiration", + "Rank": 1, + "Id": 1389 }, { - "Rank": 1, "CommandName": "Reset-PnPRetentionLabel", - "Id": 1390, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", + "Rank": 1, + "Id": 1390 }, { - "Rank": 2, "CommandName": "Reset-PnPRetentionLabel", - "Id": 1391, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", + "Rank": 2, + "Id": 1391 }, { - "Rank": 1, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Id": 1392, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "Rank": 1, + "Id": 1392 }, { - "Rank": 1, "CommandName": "Resolve-PnPFolder", - "Id": 1393, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "Rank": 1, + "Id": 1393 }, { - "Rank": 1, "CommandName": "Restart-PnPFlowRun", - "Id": 1394, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 1, + "Id": 1394 }, { - "Rank": 1, "CommandName": "Restore-PnPDeletedContainer", - "Id": 1395, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 1, + "Id": 1395 }, { - "Rank": 1, "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Id": 1396, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 1, + "Id": 1396 }, { - "Rank": 1, "CommandName": "Restore-PnPFileVersion", - "Id": 1397, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Rank": 1, + "Id": 1397 }, { - "Rank": 2, "CommandName": "Restore-PnPFileVersion", - "Id": 1398, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", + "Rank": 2, + "Id": 1398 }, { - "Rank": 3, "CommandName": "Restore-PnPFileVersion", - "Id": 1399, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Rank": 3, + "Id": 1399 }, { - "Rank": 1, "CommandName": "Restore-PnPFlow", - "Id": 1400, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1, + "Id": 1400 }, { - "Rank": 2, "CommandName": "Restore-PnPFlow", - "Id": 1401, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2, + "Id": 1401 }, { - "Rank": 1, "CommandName": "Restore-PnPListItemVersion", - "Id": 1402, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Rank": 1, + "Id": 1402 }, { - "Rank": 2, "CommandName": "Restore-PnPListItemVersion", - "Id": 1403, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Rank": 2, + "Id": 1403 }, { - "Rank": 1, "CommandName": "Restore-PnPRecycleBinItem", - "Id": 1404, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Rank": 1, + "Id": 1404 }, { - "Rank": 1, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1405, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1, + "Id": 1405 }, { - "Rank": 2, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1406, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Rank": 2, + "Id": 1406 }, { - "Rank": 1, "CommandName": "Restore-PnPTenantSite", - "Id": 1407, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1, + "Id": 1407 }, { - "Rank": 2, "CommandName": "Restore-PnPTenantSite", - "Id": 1408, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Rank": 2, + "Id": 1408 }, { - "Rank": 3, "CommandName": "Restore-PnPTenantSite", - "Id": 1409, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", + "Rank": 3, + "Id": 1409 }, { - "Rank": 1, "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Id": 1410, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "Rank": 1, + "Id": 1410 }, { - "Rank": 1, "CommandName": "Revoke-PnPHubSiteRights", - "Id": 1411, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1, + "Id": 1411 }, { - "Rank": 1, "CommandName": "Revoke-PnPSiteDesignRights", - "Id": 1412, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1, + "Id": 1412 }, { - "Rank": 1, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Id": 1413, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Rank": 1, + "Id": 1413 }, { - "Rank": 1, "CommandName": "Revoke-PnPUserSession", - "Id": 1414, - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "Rank": 1, + "Id": 1414 }, { - "Rank": 1, "CommandName": "Save-PnPPageConversionLog", - "Id": 1415, - "Command": "Save-PnPPageConversionLog" + "Command": "Save-PnPPageConversionLog", + "Rank": 1, + "Id": 1415 }, { - "Rank": 1, "CommandName": "Save-PnPSiteTemplate", - "Id": 1416, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", + "Rank": 1, + "Id": 1416 }, { - "Rank": 1, "CommandName": "Save-PnPTenantTemplate", - "Id": 1417, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", + "Rank": 1, + "Id": 1417 }, { - "Rank": 1, "CommandName": "Send-PnPMail", - "Id": 1418, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Rank": 1, + "Id": 1418 }, { - "Rank": 2, "CommandName": "Send-PnPMail", - "Id": 1419, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", + "Rank": 2, + "Id": 1419 }, { - "Rank": 3, "CommandName": "Send-PnPMail", - "Id": 1420, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Rank": 3, + "Id": 1420 }, { - "Rank": 4, "CommandName": "Send-PnPMail", - "Id": 1421, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", + "Rank": 4, + "Id": 1421 }, { - "Rank": 5, "CommandName": "Send-PnPMail", - "Id": 1422, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", + "Rank": 5, + "Id": 1422 }, { - "Rank": 1, "CommandName": "Set-PnPAdaptiveScopeProperty", - "Id": 1423, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "Rank": 1, + "Id": 1423 }, { - "Rank": 1, "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1424, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1, + "Id": 1424 }, { - "Rank": 2, "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1425, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Rank": 2, + "Id": 1425 }, { - "Rank": 1, "CommandName": "Set-PnPAppSideLoading", - "Id": 1426, - "Command": "Set-PnPAppSideLoading -On" + "Command": "Set-PnPAppSideLoading -On", + "Rank": 1, + "Id": 1426 }, { - "Rank": 2, "CommandName": "Set-PnPAppSideLoading", - "Id": 1427, - "Command": "Set-PnPAppSideLoading -Off" + "Command": "Set-PnPAppSideLoading -Off", + "Rank": 2, + "Id": 1427 }, { - "Rank": 1, "CommandName": "Set-PnPAuditing", - "Id": 1428, - "Command": "Set-PnPAuditing -EnableAll" + "Command": "Set-PnPAuditing -EnableAll", + "Rank": 1, + "Id": 1428 }, { - "Rank": 2, "CommandName": "Set-PnPAuditing", - "Id": 1429, - "Command": "Set-PnPAuditing -DisableAll" + "Command": "Set-PnPAuditing -DisableAll", + "Rank": 2, + "Id": 1429 }, { - "Rank": 3, "CommandName": "Set-PnPAuditing", - "Id": 1430, - "Command": "Set-PnPAuditing -RetentionTime 7" + "Command": "Set-PnPAuditing -RetentionTime 7", + "Rank": 3, + "Id": 1430 }, { - "Rank": 4, "CommandName": "Set-PnPAuditing", - "Id": 1431, - "Command": "Set-PnPAuditing -TrimAuditLog" + "Command": "Set-PnPAuditing -TrimAuditLog", + "Rank": 4, + "Id": 1431 }, { - "Rank": 5, "CommandName": "Set-PnPAuditing", - "Id": 1432, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", + "Rank": 5, + "Id": 1432 }, { - "Rank": 1, "CommandName": "Set-PnPAvailablePageLayouts", - "Id": 1433, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "Rank": 1, + "Id": 1433 }, { - "Rank": 1, "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1434, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "Rank": 1, + "Id": 1434 }, { - "Rank": 2, "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1435, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", + "Rank": 2, + "Id": 1435 }, { - "Rank": 1, "CommandName": "Set-PnPAzureADGroup", - "Id": 1436, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "Rank": 1, + "Id": 1436 }, { - "Rank": 2, "CommandName": "Set-PnPAzureADGroup", - "Id": 1437, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Rank": 2, + "Id": 1437 }, { - "Rank": 3, "CommandName": "Set-PnPAzureADGroup", - "Id": 1438, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", + "Rank": 3, + "Id": 1438 }, { - "Rank": 1, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1439, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", + "Rank": 1, + "Id": 1439 }, { - "Rank": 2, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1440, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", + "Rank": 2, + "Id": 1440 }, { - "Rank": 3, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1441, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", + "Rank": 3, + "Id": 1441 }, { - "Rank": 1, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1442, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "Rank": 1, + "Id": 1442 }, { - "Rank": 2, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1443, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", + "Rank": 2, + "Id": 1443 }, { - "Rank": 1, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1444, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", + "Rank": 1, + "Id": 1444 }, { - "Rank": 2, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1445, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", + "Rank": 2, + "Id": 1445 }, { - "Rank": 3, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1446, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", + "Rank": 3, + "Id": 1446 }, { - "Rank": 4, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1447, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", + "Rank": 4, + "Id": 1447 }, { - "Rank": 1, "CommandName": "Set-PnPContentType", - "Id": 1448, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Rank": 1, + "Id": 1448 }, { - "Rank": 2, "CommandName": "Set-PnPContentType", - "Id": 1449, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", + "Rank": 2, + "Id": 1449 }, { - "Rank": 3, "CommandName": "Set-PnPContentType", - "Id": 1450, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Rank": 3, + "Id": 1450 }, { - "Rank": 4, "CommandName": "Set-PnPContentType", - "Id": 1451, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Rank": 4, + "Id": 1451 }, { - "Rank": 5, "CommandName": "Set-PnPContentType", - "Id": 1452, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Rank": 5, + "Id": 1452 }, { - "Rank": 1, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1453, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", + "Rank": 1, + "Id": 1453 }, { - "Rank": 2, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1454, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", + "Rank": 2, + "Id": 1454 }, { - "Rank": 1, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1455, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", + "Rank": 1, + "Id": 1455 }, { - "Rank": 2, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1456, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", + "Rank": 2, + "Id": 1456 }, { - "Rank": 3, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1457, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", + "Rank": 3, + "Id": 1457 }, { - "Rank": 4, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1458, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", + "Rank": 4, + "Id": 1458 }, { - "Rank": 1, "CommandName": "Set-PnPDefaultContentTypeToList", - "Id": 1459, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "Rank": 1, + "Id": 1459 }, { - "Rank": 1, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1460, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "Rank": 1, + "Id": 1460 }, { - "Rank": 2, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1461, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", + "Rank": 2, + "Id": 1461 }, { - "Rank": 3, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1462, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", + "Rank": 3, + "Id": 1462 }, { - "Rank": 1, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1463, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "Rank": 1, + "Id": 1463 }, { - "Rank": 2, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1464, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Rank": 2, + "Id": 1464 }, { - "Rank": 3, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1465, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Rank": 3, + "Id": 1465 }, { - "Rank": 1, "CommandName": "Set-PnPDocumentSetField", - "Id": 1466, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", + "Rank": 1, + "Id": 1466 }, { - "Rank": 2, "CommandName": "Set-PnPDocumentSetField", - "Id": 1467, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", + "Rank": 2, + "Id": 1467 }, { - "Rank": 1, "CommandName": "Set-PnPField", - "Id": 1468, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", + "Rank": 1, + "Id": 1468 }, { - "Rank": 2, "CommandName": "Set-PnPField", - "Id": 1469, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", + "Rank": 2, + "Id": 1469 }, { - "Rank": 3, "CommandName": "Set-PnPField", - "Id": 1470, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", + "Rank": 3, + "Id": 1470 }, { - "Rank": 1, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1471, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "Rank": 1, + "Id": 1471 }, { - "Rank": 2, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1472, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", + "Rank": 2, + "Id": 1472 }, { - "Rank": 3, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1473, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", + "Rank": 3, + "Id": 1473 }, { - "Rank": 1, "CommandName": "Set-PnPFileCheckedOut", - "Id": 1474, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", + "Rank": 1, + "Id": 1474 }, { - "Rank": 1, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1475, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", + "Rank": 1, + "Id": 1475 }, { - "Rank": 2, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1476, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", + "Rank": 2, + "Id": 1476 }, { - "Rank": 3, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1477, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", + "Rank": 3, + "Id": 1477 }, { - "Rank": 1, "CommandName": "Set-PnPFolderPermission", - "Id": 1478, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 1, + "Id": 1478 }, { - "Rank": 2, "CommandName": "Set-PnPFolderPermission", - "Id": 1479, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Rank": 2, + "Id": 1479 }, { - "Rank": 3, "CommandName": "Set-PnPFolderPermission", - "Id": 1480, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Rank": 3, + "Id": 1480 }, { - "Rank": 1, "CommandName": "Set-PnPFooter", - "Id": 1481, - "Command": "Set-PnPFooter -Enabled:$true" + "Command": "Set-PnPFooter -Enabled:$true", + "Rank": 1, + "Id": 1481 }, { - "Rank": 2, "CommandName": "Set-PnPFooter", - "Id": 1482, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", + "Rank": 2, + "Id": 1482 }, { - "Rank": 3, "CommandName": "Set-PnPFooter", - "Id": 1483, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", + "Rank": 3, + "Id": 1483 }, { - "Rank": 4, "CommandName": "Set-PnPFooter", - "Id": 1484, - "Command": "Set-PnPFooter -LogoUrl \"\"" + "Command": "Set-PnPFooter -LogoUrl \"\"", + "Rank": 4, + "Id": 1484 }, { - "Rank": 1, "CommandName": "Set-PnPGraphSubscription", - "Id": 1485, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", + "Rank": 1, + "Id": 1485 }, { - "Rank": 1, "CommandName": "Set-PnPGroup", - "Id": 1486, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", + "Rank": 1, + "Id": 1486 }, { - "Rank": 2, "CommandName": "Set-PnPGroup", - "Id": 1487, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", + "Rank": 2, + "Id": 1487 }, { - "Rank": 1, "CommandName": "Set-PnPGroupPermissions", - "Id": 1488, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", + "Rank": 1, + "Id": 1488 }, { - "Rank": 2, "CommandName": "Set-PnPGroupPermissions", - "Id": 1489, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", + "Rank": 2, + "Id": 1489 }, { - "Rank": 3, "CommandName": "Set-PnPGroupPermissions", - "Id": 1490, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", + "Rank": 3, + "Id": 1490 }, { - "Rank": 4, "CommandName": "Set-PnPGroupPermissions", - "Id": 1491, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", + "Rank": 4, + "Id": 1491 }, { - "Rank": 5, "CommandName": "Set-PnPGroupPermissions", - "Id": 1492, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", + "Rank": 5, + "Id": 1492 }, { - "Rank": 1, "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1493, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "Rank": 1, + "Id": 1493 }, { - "Rank": 2, "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1494, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", + "Rank": 2, + "Id": 1494 }, { - "Rank": 1, "CommandName": "Set-PnPHomePage", - "Id": 1495, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "Rank": 1, + "Id": 1495 }, { - "Rank": 2, "CommandName": "Set-PnPHomePage", - "Id": 1496, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", + "Rank": 2, + "Id": 1496 }, { - "Rank": 1, "CommandName": "Set-PnPHomeSite", - "Id": 1497, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Rank": 1, + "Id": 1497 }, { - "Rank": 2, "CommandName": "Set-PnPHomeSite", - "Id": 1498, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", + "Rank": 2, + "Id": 1498 }, { - "Rank": 3, "CommandName": "Set-PnPHomeSite", - "Id": 1499, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", + "Rank": 3, + "Id": 1499 }, { - "Rank": 1, "CommandName": "Set-PnPHubSite", - "Id": 1500, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", + "Rank": 1, + "Id": 1500 }, { - "Rank": 2, "CommandName": "Set-PnPHubSite", - "Id": 1501, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", + "Rank": 2, + "Id": 1501 }, { - "Rank": 3, "CommandName": "Set-PnPHubSite", - "Id": 1502, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", + "Rank": 3, + "Id": 1502 }, { - "Rank": 4, "CommandName": "Set-PnPHubSite", - "Id": 1503, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", + "Rank": 4, + "Id": 1503 }, { - "Rank": 5, "CommandName": "Set-PnPHubSite", - "Id": 1504, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", + "Rank": 5, + "Id": 1504 }, { - "Rank": 6, "CommandName": "Set-PnPHubSite", - "Id": 1505, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", + "Rank": 6, + "Id": 1505 }, { - "Rank": 1, "CommandName": "Set-PnPImageListItemColumn", - "Id": 1506, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", + "Rank": 1, + "Id": 1506 }, { - "Rank": 2, "CommandName": "Set-PnPImageListItemColumn", - "Id": 1507, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", + "Rank": 2, + "Id": 1507 }, { - "Rank": 1, "CommandName": "Set-PnPIndexedProperties", - "Id": 1508, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "Rank": 1, + "Id": 1508 }, { - "Rank": 1, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1509, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "Rank": 1, + "Id": 1509 }, { - "Rank": 2, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1510, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", + "Rank": 2, + "Id": 1510 }, { - "Rank": 1, "CommandName": "Set-PnPKnowledgeHubSite", - "Id": 1511, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", + "Rank": 1, + "Id": 1511 }, { - "Rank": 1, "CommandName": "Set-PnPList", - "Id": 1512, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "Rank": 1, + "Id": 1512 }, { - "Rank": 2, "CommandName": "Set-PnPList", - "Id": 1513, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", + "Rank": 2, + "Id": 1513 }, { - "Rank": 3, "CommandName": "Set-PnPList", - "Id": 1514, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", + "Rank": 3, + "Id": 1514 }, { - "Rank": 4, "CommandName": "Set-PnPList", - "Id": 1515, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", + "Rank": 4, + "Id": 1515 }, { - "Rank": 5, "CommandName": "Set-PnPList", - "Id": 1516, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", + "Rank": 5, + "Id": 1516 }, { - "Rank": 6, "CommandName": "Set-PnPList", - "Id": 1517, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", + "Rank": 6, + "Id": 1517 }, { - "Rank": 7, "CommandName": "Set-PnPList", - "Id": 1518, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", + "Rank": 7, + "Id": 1518 }, { - "Rank": 8, "CommandName": "Set-PnPList", - "Id": 1519, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", + "Rank": 8, + "Id": 1519 }, { - "Rank": 9, "CommandName": "Set-PnPList", - "Id": 1520, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", + "Rank": 9, + "Id": 1520 }, { - "Rank": 10, "CommandName": "Set-PnPList", - "Id": 1521, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", + "Rank": 10, + "Id": 1521 }, { - "Rank": 11, "CommandName": "Set-PnPList", - "Id": 1522, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", + "Rank": 11, + "Id": 1522 }, { - "Rank": 12, "CommandName": "Set-PnPList", - "Id": 1523, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", + "Rank": 12, + "Id": 1523 }, { - "Rank": 1, "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1524, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "Rank": 1, + "Id": 1524 }, { - "Rank": 2, "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1525, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", + "Rank": 2, + "Id": 1525 }, { - "Rank": 1, "CommandName": "Set-PnPListItem", - "Id": 1526, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 1, + "Id": 1526 }, { - "Rank": 2, "CommandName": "Set-PnPListItem", - "Id": 1527, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 2, + "Id": 1527 }, { - "Rank": 3, "CommandName": "Set-PnPListItem", - "Id": 1528, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 3, + "Id": 1528 }, { - "Rank": 4, "CommandName": "Set-PnPListItem", - "Id": 1529, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", + "Rank": 4, + "Id": 1529 }, { - "Rank": 5, "CommandName": "Set-PnPListItem", - "Id": 1530, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", + "Rank": 5, + "Id": 1530 }, { - "Rank": 1, "CommandName": "Set-PnPListItemAsRecord", - "Id": 1531, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Rank": 1, + "Id": 1531 }, { - "Rank": 2, "CommandName": "Set-PnPListItemAsRecord", - "Id": 1532, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", + "Rank": 2, + "Id": 1532 }, { - "Rank": 1, "CommandName": "Set-PnPListItemPermission", - "Id": 1533, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 1, + "Id": 1533 }, { - "Rank": 2, "CommandName": "Set-PnPListItemPermission", - "Id": 1534, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Rank": 2, + "Id": 1534 }, { - "Rank": 3, "CommandName": "Set-PnPListItemPermission", - "Id": 1535, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Rank": 3, + "Id": 1535 }, { - "Rank": 4, "CommandName": "Set-PnPListItemPermission", - "Id": 1536, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", + "Rank": 4, + "Id": 1536 }, { - "Rank": 5, "CommandName": "Set-PnPListItemPermission", - "Id": 1537, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", + "Rank": 5, + "Id": 1537 }, { - "Rank": 1, "CommandName": "Set-PnPListPermission", - "Id": 1538, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 1, + "Id": 1538 }, { - "Rank": 2, "CommandName": "Set-PnPListPermission", - "Id": 1539, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Rank": 2, + "Id": 1539 }, { - "Rank": 1, "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1540, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "Rank": 1, + "Id": 1540 }, { - "Rank": 2, "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1541, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", + "Rank": 2, + "Id": 1541 }, { - "Rank": 1, "CommandName": "Set-PnPManagedAppId", - "Id": 1542, - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", + "Rank": 1, + "Id": 1542 }, { - "Rank": 1, "CommandName": "Set-PnPMasterPage", - "Id": 1543, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Rank": 1, + "Id": 1543 }, { - "Rank": 2, "CommandName": "Set-PnPMasterPage", - "Id": 1544, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Rank": 2, + "Id": 1544 }, { - "Rank": 3, "CommandName": "Set-PnPMasterPage", - "Id": 1545, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Rank": 3, + "Id": 1545 }, { - "Rank": 4, "CommandName": "Set-PnPMasterPage", - "Id": 1546, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Rank": 4, + "Id": 1546 }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1547, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "Rank": 1, + "Id": 1547 }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1548, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", + "Rank": 2, + "Id": 1548 }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1549, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 3, + "Id": 1549 }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1550, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "Rank": 1, + "Id": 1550 }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1551, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", + "Rank": 2, + "Id": 1551 }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1552, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 3, + "Id": 1552 }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1553, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "Rank": 1, + "Id": 1553 }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1554, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", + "Rank": 2, + "Id": 1554 }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1555, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 3, + "Id": 1555 }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1556, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "Rank": 1, + "Id": 1556 }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1557, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", + "Rank": 2, + "Id": 1557 }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1558, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 3, + "Id": 1558 }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1559, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "Rank": 1, + "Id": 1559 }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1560, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", + "Rank": 2, + "Id": 1560 }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1561, - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "Command": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 3, + "Id": 1561 }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1562, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "Rank": 1, + "Id": 1562 }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1563, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", + "Rank": 2, + "Id": 1563 }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1564, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 3, + "Id": 1564 }, { - "Rank": 1, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1565, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "Rank": 1, + "Id": 1565 }, { - "Rank": 2, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1566, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Rank": 2, + "Id": 1566 }, { - "Rank": 3, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1567, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", + "Rank": 3, + "Id": 1567 }, { - "Rank": 4, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1568, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", + "Rank": 4, + "Id": 1568 }, { - "Rank": 5, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1569, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", + "Rank": 5, + "Id": 1569 }, { - "Rank": 6, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1570, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Rank": 6, + "Id": 1570 }, { - "Rank": 1, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1571, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "Rank": 1, + "Id": 1571 }, { - "Rank": 2, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1572, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", + "Rank": 2, + "Id": 1572 }, { - "Rank": 1, "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1573, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Rank": 1, + "Id": 1573 }, { - "Rank": 2, "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1574, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", + "Rank": 2, + "Id": 1574 }, { - "Rank": 1, "CommandName": "Set-PnPPage", - "Id": 1575, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", + "Rank": 1, + "Id": 1575 }, { - "Rank": 2, "CommandName": "Set-PnPPage", - "Id": 1576, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", + "Rank": 2, + "Id": 1576 }, { - "Rank": 3, "CommandName": "Set-PnPPage", - "Id": 1577, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", + "Rank": 3, + "Id": 1577 }, { - "Rank": 4, "CommandName": "Set-PnPPage", - "Id": 1578, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", + "Rank": 4, + "Id": 1578 }, { - "Rank": 5, "CommandName": "Set-PnPPage", - "Id": 1579, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", + "Rank": 5, + "Id": 1579 }, { - "Rank": 6, "CommandName": "Set-PnPPage", - "Id": 1580, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", + "Rank": 6, + "Id": 1580 }, { - "Rank": 7, "CommandName": "Set-PnPPage", - "Id": 1581, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", + "Rank": 7, + "Id": 1581 }, { - "Rank": 8, "CommandName": "Set-PnPPage", - "Id": 1582, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", + "Rank": 8, + "Id": 1582 }, { - "Rank": 9, "CommandName": "Set-PnPPage", - "Id": 1583, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", + "Rank": 9, + "Id": 1583 }, { - "Rank": 10, "CommandName": "Set-PnPPage", - "Id": 1584, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Rank": 10, + "Id": 1584 }, { - "Rank": 11, "CommandName": "Set-PnPPage", - "Id": 1585, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", + "Rank": 11, + "Id": 1585 }, { - "Rank": 12, "CommandName": "Set-PnPPage", - "Id": 1586, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", + "Rank": 12, + "Id": 1586 }, { - "Rank": 13, "CommandName": "Set-PnPPage", - "Id": 1587, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", + "Rank": 13, + "Id": 1587 }, { - "Rank": 1, "CommandName": "Set-PnPPageTextPart", - "Id": 1588, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", + "Rank": 1, + "Id": 1588 }, { - "Rank": 1, "CommandName": "Set-PnPPageWebPart", - "Id": 1589, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", + "Rank": 1, + "Id": 1589 }, { - "Rank": 2, "CommandName": "Set-PnPPageWebPart", - "Id": 1590, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", + "Rank": 2, + "Id": 1590 }, { - "Rank": 1, "CommandName": "Set-PnPPlannerBucket", - "Id": 1591, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", + "Rank": 1, + "Id": 1591 }, { - "Rank": 1, "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1592, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "Rank": 1, + "Id": 1592 }, { - "Rank": 2, "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1593, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", + "Rank": 2, + "Id": 1593 }, { - "Rank": 1, "CommandName": "Set-PnPPlannerPlan", - "Id": 1594, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", + "Rank": 1, + "Id": 1594 }, { - "Rank": 1, "CommandName": "Set-PnPPlannerTask", - "Id": 1595, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", + "Rank": 1, + "Id": 1595 }, { - "Rank": 2, "CommandName": "Set-PnPPlannerTask", - "Id": 1596, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", + "Rank": 2, + "Id": 1596 }, { - "Rank": 3, "CommandName": "Set-PnPPlannerTask", - "Id": 1597, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", + "Rank": 3, + "Id": 1597 }, { - "Rank": 4, "CommandName": "Set-PnPPlannerTask", - "Id": 1598, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", + "Rank": 4, + "Id": 1598 }, { - "Rank": 1, "CommandName": "Set-PnPPlannerUserPolicy", - "Id": 1599, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1, + "Id": 1599 }, { - "Rank": 1, "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1600, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", + "Rank": 1, + "Id": 1600 }, { - "Rank": 2, "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1601, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", + "Rank": 2, + "Id": 1601 }, { - "Rank": 1, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1602, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "Rank": 1, + "Id": 1602 }, { - "Rank": 2, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1603, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", + "Rank": 2, + "Id": 1603 }, { - "Rank": 3, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1604, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", + "Rank": 3, + "Id": 1604 }, { - "Rank": 1, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1605, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "Rank": 1, + "Id": 1605 }, { - "Rank": 2, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1606, - "Command": "Set-PnPRequestAccessEmails -Disabled" + "Command": "Set-PnPRequestAccessEmails -Disabled", + "Rank": 2, + "Id": 1606 }, { - "Rank": 3, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1607, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", + "Rank": 3, + "Id": 1607 }, { - "Rank": 1, "CommandName": "Set-PnPRetentionLabel", - "Id": 1608, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", + "Rank": 1, + "Id": 1608 }, { - "Rank": 2, "CommandName": "Set-PnPRetentionLabel", - "Id": 1609, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", + "Rank": 2, + "Id": 1609 }, { - "Rank": 3, "CommandName": "Set-PnPRetentionLabel", - "Id": 1610, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", + "Rank": 3, + "Id": 1610 }, { - "Rank": 1, "CommandName": "Set-PnPRoleDefinition", - "Id": 1611, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "Rank": 1, + "Id": 1611 }, { - "Rank": 2, "CommandName": "Set-PnPRoleDefinition", - "Id": 1612, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", + "Rank": 2, + "Id": 1612 }, { - "Rank": 3, "CommandName": "Set-PnPRoleDefinition", - "Id": 1613, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", + "Rank": 3, + "Id": 1613 }, { - "Rank": 4, "CommandName": "Set-PnPRoleDefinition", - "Id": 1614, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", + "Rank": 4, + "Id": 1614 }, { - "Rank": 1, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1615, - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "Command": "Set-PnPSearchConfiguration -Configuration $config", + "Rank": 1, + "Id": 1615 }, { - "Rank": 2, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1616, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", + "Rank": 2, + "Id": 1616 }, { - "Rank": 3, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1617, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Rank": 3, + "Id": 1617 }, { - "Rank": 4, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1618, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Rank": 4, + "Id": 1618 }, { - "Rank": 1, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1619, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", + "Rank": 1, + "Id": 1619 }, { - "Rank": 2, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1620, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", + "Rank": 2, + "Id": 1620 }, { - "Rank": 3, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1621, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Rank": 3, + "Id": 1621 }, { - "Rank": 1, "CommandName": "Set-PnPSearchExternalItem", - "Id": 1622, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", + "Rank": 1, + "Id": 1622 }, { - "Rank": 2, "CommandName": "Set-PnPSearchExternalItem", - "Id": 1623, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", + "Rank": 2, + "Id": 1623 }, { - "Rank": 1, "CommandName": "Set-PnPSearchExternalSchema", - "Id": 1624, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", + "Rank": 1, + "Id": 1624 }, { - "Rank": 1, "CommandName": "Set-PnPSearchSettings", - "Id": 1625, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "Rank": 1, + "Id": 1625 }, { - "Rank": 2, "CommandName": "Set-PnPSearchSettings", - "Id": 1626, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", + "Rank": 2, + "Id": 1626 }, { - "Rank": 3, "CommandName": "Set-PnPSearchSettings", - "Id": 1627, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", + "Rank": 3, + "Id": 1627 }, { - "Rank": 4, "CommandName": "Set-PnPSearchSettings", - "Id": 1628, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", + "Rank": 4, + "Id": 1628 }, { - "Rank": 5, "CommandName": "Set-PnPSearchSettings", - "Id": 1629, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", + "Rank": 5, + "Id": 1629 }, { - "Rank": 6, "CommandName": "Set-PnPSearchSettings", - "Id": 1630, - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "Command": "Set-PnPSearchSettings -SearchScope Tenant", + "Rank": 6, + "Id": 1630 }, { - "Rank": 7, "CommandName": "Set-PnPSearchSettings", - "Id": 1631, - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "Command": "Set-PnPSearchSettings -SearchScope Hub", + "Rank": 7, + "Id": 1631 }, { - "Rank": 1, "CommandName": "Set-PnPSite", - "Id": 1632, - "Command": "Set-PnPSite -Classification \"HBI\"" + "Command": "Set-PnPSite -Classification \"HBI\"", + "Rank": 1, + "Id": 1632 }, { - "Rank": 2, "CommandName": "Set-PnPSite", - "Id": 1633, - "Command": "Set-PnPSite -Classification $null" + "Command": "Set-PnPSite -Classification $null", + "Rank": 2, + "Id": 1633 }, { - "Rank": 3, "CommandName": "Set-PnPSite", - "Id": 1634, - "Command": "Set-PnPSite -DisableFlows" + "Command": "Set-PnPSite -DisableFlows", + "Rank": 3, + "Id": 1634 }, { - "Rank": 4, "CommandName": "Set-PnPSite", - "Id": 1635, - "Command": "Set-PnPSite -DisableFlows:$false" + "Command": "Set-PnPSite -DisableFlows:$false", + "Rank": 4, + "Id": 1635 }, { - "Rank": 5, "CommandName": "Set-PnPSite", - "Id": 1636, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", + "Rank": 5, + "Id": 1636 }, { - "Rank": 6, "CommandName": "Set-PnPSite", - "Id": 1637, - "Command": "Set-PnPSite -NoScriptSite $false" + "Command": "Set-PnPSite -NoScriptSite $false", + "Rank": 6, + "Id": 1637 }, { - "Rank": 1, "CommandName": "Set-PnPSiteArchiveState", - "Id": 1638, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", + "Rank": 1, + "Id": 1638 }, { - "Rank": 2, "CommandName": "Set-PnPSiteArchiveState", - "Id": 1639, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", + "Rank": 2, + "Id": 1639 }, { - "Rank": 1, "CommandName": "Set-PnPSiteClassification", - "Id": 1640, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "Rank": 1, + "Id": 1640 }, { - "Rank": 1, "CommandName": "Set-PnPSiteClosure", - "Id": 1641, - "Command": "Set-PnPSiteClosure -State Open" + "Command": "Set-PnPSiteClosure -State Open", + "Rank": 1, + "Id": 1641 }, { - "Rank": 2, "CommandName": "Set-PnPSiteClosure", - "Id": 1642, - "Command": "Set-PnPSiteClosure -State Closed" + "Command": "Set-PnPSiteClosure -State Closed", + "Rank": 2, + "Id": 1642 }, { - "Rank": 1, "CommandName": "Set-PnPSiteDesign", - "Id": 1643, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", + "Rank": 1, + "Id": 1643 }, { - "Rank": 2, "CommandName": "Set-PnPSiteDesign", - "Id": 1644, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Rank": 2, + "Id": 1644 }, { - "Rank": 1, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1645, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", + "Rank": 1, + "Id": 1645 }, { - "Rank": 2, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1646, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", + "Rank": 2, + "Id": 1646 }, { - "Rank": 1, "CommandName": "Set-PnPSiteGroup", - "Id": 1647, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", + "Rank": 1, + "Id": 1647 }, { - "Rank": 2, "CommandName": "Set-PnPSiteGroup", - "Id": 1648, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", + "Rank": 2, + "Id": 1648 }, { - "Rank": 1, "CommandName": "Set-PnPSitePolicy", - "Id": 1649, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "Rank": 1, + "Id": 1649 }, { - "Rank": 1, "CommandName": "Set-PnPSiteScript", - "Id": 1650, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Rank": 1, + "Id": 1650 }, { - "Rank": 1, "CommandName": "Set-PnPSiteScriptPackage", - "Id": 1651, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Rank": 1, + "Id": 1651 }, { - "Rank": 1, "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1652, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "Rank": 1, + "Id": 1652 }, { - "Rank": 2, "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1653, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", + "Rank": 2, + "Id": 1653 }, { - "Rank": 1, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1654, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "Rank": 1, + "Id": 1654 }, { - "Rank": 2, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1655, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", + "Rank": 2, + "Id": 1655 }, { - "Rank": 3, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1656, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Rank": 3, + "Id": 1656 }, { - "Rank": 4, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1657, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Rank": 4, + "Id": 1657 }, { - "Rank": 5, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1658, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Rank": 5, + "Id": 1658 }, { - "Rank": 6, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1659, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Rank": 6, + "Id": 1659 }, { - "Rank": 1, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1660, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", + "Rank": 1, + "Id": 1660 }, { - "Rank": 2, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1661, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", + "Rank": 2, + "Id": 1661 }, { - "Rank": 3, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1662, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", + "Rank": 3, + "Id": 1662 }, { - "Rank": 4, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1663, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", + "Rank": 4, + "Id": 1663 }, { - "Rank": 5, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1664, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", + "Rank": 5, + "Id": 1664 }, { - "Rank": 6, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1665, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", + "Rank": 6, + "Id": 1665 }, { - "Rank": 7, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1666, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", + "Rank": 7, + "Id": 1666 }, { - "Rank": 8, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1667, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", + "Rank": 8, + "Id": 1667 }, { - "Rank": 9, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1668, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", + "Rank": 9, + "Id": 1668 }, { - "Rank": 10, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1669, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", + "Rank": 10, + "Id": 1669 }, { - "Rank": 11, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1670, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", + "Rank": 11, + "Id": 1670 }, { - "Rank": 1, "CommandName": "Set-PnPStorageEntity", - "Id": 1671, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Rank": 1, + "Id": 1671 }, { - "Rank": 2, "CommandName": "Set-PnPStorageEntity", - "Id": 1672, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Rank": 2, + "Id": 1672 }, { - "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1673, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Rank": 1, + "Id": 1673 }, { - "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1674, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Rank": 2, + "Id": 1674 }, { - "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1675, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Rank": 1, + "Id": 1675 }, { - "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1676, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Rank": 2, + "Id": 1676 }, { - "Rank": 1, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1677, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", + "Rank": 1, + "Id": 1677 }, { - "Rank": 2, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1678, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", + "Rank": 2, + "Id": 1678 }, { - "Rank": 3, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1679, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", + "Rank": 3, + "Id": 1679 }, { - "Rank": 1, "CommandName": "Set-PnPTeamifyPromptHidden", - "Id": 1680, - "Command": "Set-PnPTeamifyPromptHidden" + "Command": "Set-PnPTeamifyPromptHidden", + "Rank": 1, + "Id": 1680 }, { - "Rank": 1, "CommandName": "Set-PnPTeamsChannel", - "Id": 1681, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", + "Rank": 1, + "Id": 1681 }, { - "Rank": 2, "CommandName": "Set-PnPTeamsChannel", - "Id": 1682, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", + "Rank": 2, + "Id": 1682 }, { - "Rank": 1, "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1683, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", + "Rank": 1, + "Id": 1683 }, { - "Rank": 2, "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1684, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", + "Rank": 2, + "Id": 1684 }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTab", - "Id": 1685, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", + "Rank": 1, + "Id": 1685 }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTag", - "Id": 1686, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", + "Rank": 1, + "Id": 1686 }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTeam", - "Id": 1687, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "Rank": 1, + "Id": 1687 }, { - "Rank": 2, "CommandName": "Set-PnPTeamsTeam", - "Id": 1688, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", + "Rank": 2, + "Id": 1688 }, { - "Rank": 3, "CommandName": "Set-PnPTeamsTeam", - "Id": 1689, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", + "Rank": 3, + "Id": 1689 }, { - "Rank": 4, "CommandName": "Set-PnPTeamsTeam", - "Id": 1690, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", + "Rank": 4, + "Id": 1690 }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1691, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "Rank": 1, + "Id": 1691 }, { - "Rank": 2, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1692, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", + "Rank": 2, + "Id": 1692 }, { - "Rank": 3, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1693, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", + "Rank": 3, + "Id": 1693 }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTeamPicture", - "Id": 1694, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", + "Rank": 1, + "Id": 1694 }, { - "Rank": 1, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1695, - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "Command": "Set-PnPTemporarilyDisableAppBar $true", + "Rank": 1, + "Id": 1695 }, { - "Rank": 2, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1696, - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "Command": "Set-PnPTemporarilyDisableAppBar $false", + "Rank": 2, + "Id": 1696 }, { - "Rank": 1, "CommandName": "Set-PnPTenant", - "Id": 1697, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", + "Rank": 1, + "Id": 1697 }, { - "Rank": 2, "CommandName": "Set-PnPTenant", - "Id": 1698, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", + "Rank": 2, + "Id": 1698 }, { - "Rank": 3, "CommandName": "Set-PnPTenant", - "Id": 1699, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", + "Rank": 3, + "Id": 1699 }, { - "Rank": 4, "CommandName": "Set-PnPTenant", - "Id": 1700, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", + "Rank": 4, + "Id": 1700 }, { - "Rank": 5, "CommandName": "Set-PnPTenant", - "Id": 1701, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", + "Rank": 5, + "Id": 1701 }, { - "Rank": 6, "CommandName": "Set-PnPTenant", - "Id": 1702, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", + "Rank": 6, + "Id": 1702 }, { - "Rank": 1, "CommandName": "Set-PnPTenantAppCatalogUrl", - "Id": 1703, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", + "Rank": 1, + "Id": 1703 }, { - "Rank": 1, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1704, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "Rank": 1, + "Id": 1704 }, { - "Rank": 2, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1705, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", + "Rank": 2, + "Id": 1705 }, { - "Rank": 3, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1706, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", + "Rank": 3, + "Id": 1706 }, { - "Rank": 1, "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1707, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", + "Rank": 1, + "Id": 1707 }, { - "Rank": 2, "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1708, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", + "Rank": 2, + "Id": 1708 }, { - "Rank": 1, "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1709, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", + "Rank": 1, + "Id": 1709 }, { - "Rank": 2, "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1710, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", + "Rank": 2, + "Id": 1710 }, { - "Rank": 1, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1711, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", + "Rank": 1, + "Id": 1711 }, { - "Rank": 2, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1712, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", + "Rank": 2, + "Id": 1712 }, { - "Rank": 1, "CommandName": "Set-PnPTenantSite", - "Id": 1713, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", + "Rank": 1, + "Id": 1713 }, { - "Rank": 2, "CommandName": "Set-PnPTenantSite", - "Id": 1714, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", + "Rank": 2, + "Id": 1714 }, { - "Rank": 3, "CommandName": "Set-PnPTenantSite", - "Id": 1715, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 3, + "Id": 1715 }, { - "Rank": 4, "CommandName": "Set-PnPTenantSite", - "Id": 1716, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Rank": 4, + "Id": 1716 }, { - "Rank": 5, "CommandName": "Set-PnPTenantSite", - "Id": 1717, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", + "Rank": 5, + "Id": 1717 }, { - "Rank": 1, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1718, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "Rank": 1, + "Id": 1718 }, { - "Rank": 2, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1719, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "Rank": 2, + "Id": 1719 }, { - "Rank": 1, "CommandName": "Set-PnPTerm", - "Id": 1720, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", + "Rank": 1, + "Id": 1720 }, { - "Rank": 2, "CommandName": "Set-PnPTerm", - "Id": 1721, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 2, + "Id": 1721 }, { - "Rank": 3, "CommandName": "Set-PnPTerm", - "Id": 1722, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 3, + "Id": 1722 }, { - "Rank": 4, "CommandName": "Set-PnPTerm", - "Id": 1723, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", + "Rank": 4, + "Id": 1723 }, { - "Rank": 1, "CommandName": "Set-PnPTermGroup", - "Id": 1724, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "Rank": 1, + "Id": 1724 }, { - "Rank": 2, "CommandName": "Set-PnPTermGroup", - "Id": 1725, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Rank": 2, + "Id": 1725 }, { - "Rank": 1, "CommandName": "Set-PnPTermSet", - "Id": 1726, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", + "Rank": 1, + "Id": 1726 }, { - "Rank": 2, "CommandName": "Set-PnPTermSet", - "Id": 1727, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", + "Rank": 2, + "Id": 1727 }, { - "Rank": 3, "CommandName": "Set-PnPTermSet", - "Id": 1728, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", + "Rank": 3, + "Id": 1728 }, { - "Rank": 1, "CommandName": "Set-PnPTheme", - "Id": 1729, - "Command": "Set-PnPTheme" + "Command": "Set-PnPTheme", + "Rank": 1, + "Id": 1729 }, { - "Rank": 2, "CommandName": "Set-PnPTheme", - "Id": 1730, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", + "Rank": 2, + "Id": 1730 }, { - "Rank": 3, "CommandName": "Set-PnPTheme", - "Id": 1731, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", + "Rank": 3, + "Id": 1731 }, { - "Rank": 4, "CommandName": "Set-PnPTheme", - "Id": 1732, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", + "Rank": 4, + "Id": 1732 }, { - "Rank": 1, "CommandName": "Set-PnPUserOneDriveQuota", - "Id": 1733, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", + "Rank": 1, + "Id": 1733 }, { - "Rank": 1, "CommandName": "Set-PnPUserProfilePhoto", - "Id": 1734, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", + "Rank": 1, + "Id": 1734 }, { - "Rank": 1, "CommandName": "Set-PnPUserProfileProperty", - "Id": 1735, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "Rank": 1, + "Id": 1735 }, { - "Rank": 2, "CommandName": "Set-PnPUserProfileProperty", - "Id": 1736, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "Rank": 2, + "Id": 1736 }, { - "Rank": 1, "CommandName": "Set-PnPView", - "Id": 1737, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", + "Rank": 1, + "Id": 1737 }, { - "Rank": 2, "CommandName": "Set-PnPView", - "Id": 1738, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", + "Rank": 2, + "Id": 1738 }, { - "Rank": 3, "CommandName": "Set-PnPView", - "Id": 1739, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", + "Rank": 3, + "Id": 1739 }, { - "Rank": 4, "CommandName": "Set-PnPView", - "Id": 1740, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", + "Rank": 4, + "Id": 1740 }, { - "Rank": 1, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1741, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", + "Rank": 1, + "Id": 1741 }, { - "Rank": 2, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1742, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", + "Rank": 2, + "Id": 1742 }, { - "Rank": 3, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1743, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", + "Rank": 3, + "Id": 1743 }, { - "Rank": 4, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1744, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", + "Rank": 4, + "Id": 1744 }, { - "Rank": 1, "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1745, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", + "Rank": 1, + "Id": 1745 }, { - "Rank": 2, "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1746, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", + "Rank": 2, + "Id": 1746 }, { - "Rank": 1, "CommandName": "Set-PnPWeb", - "Id": 1747, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "Rank": 1, + "Id": 1747 }, { - "Rank": 2, "CommandName": "Set-PnPWeb", - "Id": 1748, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "Rank": 2, + "Id": 1748 }, { - "Rank": 3, "CommandName": "Set-PnPWeb", - "Id": 1749, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "Rank": 3, + "Id": 1749 }, { - "Rank": 4, "CommandName": "Set-PnPWeb", - "Id": 1750, - "Command": "Set-PnPWeb -NoCrawl:$true" + "Command": "Set-PnPWeb -NoCrawl:$true", + "Rank": 4, + "Id": 1750 }, { - "Rank": 1, "CommandName": "Set-PnPWebHeader", - "Id": 1751, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", + "Rank": 1, + "Id": 1751 }, { - "Rank": 2, "CommandName": "Set-PnPWebHeader", - "Id": 1752, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "Rank": 2, + "Id": 1752 }, { - "Rank": 3, "CommandName": "Set-PnPWebHeader", - "Id": 1753, - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "Rank": 3, + "Id": 1753 }, { - "Rank": 1, "CommandName": "Set-PnPWebhookSubscription", - "Id": 1754, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Rank": 1, + "Id": 1754 }, { - "Rank": 2, "CommandName": "Set-PnPWebhookSubscription", - "Id": 1755, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Rank": 2, + "Id": 1755 }, { - "Rank": 1, "CommandName": "Set-PnPWebPartProperty", - "Id": 1756, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", + "Rank": 1, + "Id": 1756 }, { - "Rank": 1, "CommandName": "Set-PnPWebPermission", - "Id": 1757, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Rank": 1, + "Id": 1757 }, { - "Rank": 2, "CommandName": "Set-PnPWebPermission", - "Id": 1758, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "Rank": 2, + "Id": 1758 }, { - "Rank": 3, "CommandName": "Set-PnPWebPermission", - "Id": 1759, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Rank": 3, + "Id": 1759 }, { - "Rank": 4, "CommandName": "Set-PnPWebPermission", - "Id": 1760, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", + "Rank": 4, + "Id": 1760 }, { - "Rank": 1, "CommandName": "Set-PnPWebTheme", - "Id": 1761, - "Command": "Set-PnPWebTheme -Theme MyTheme" + "Command": "Set-PnPWebTheme -Theme MyTheme", + "Rank": 1, + "Id": 1761 }, { - "Rank": 2, "CommandName": "Set-PnPWebTheme", - "Id": 1762, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", + "Rank": 2, + "Id": 1762 }, { - "Rank": 1, "CommandName": "Set-PnPWikiPageContent", - "Id": 1763, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", + "Rank": 1, + "Id": 1763 }, { - "Rank": 1, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1764, - "Command": "Start-PnPEnterpriseAppInsightsReport" + "Command": "Start-PnPEnterpriseAppInsightsReport", + "Rank": 1, + "Id": 1764 }, { - "Rank": 2, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1765, - "Command": "Start-PnPEnterpriseAppInsightsReport 28" + "Command": "Start-PnPEnterpriseAppInsightsReport 28", + "Rank": 2, + "Id": 1765 }, { - "Rank": 1, "CommandName": "Start-PnPTraceLog", - "Id": 1766, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", + "Rank": 1, + "Id": 1766 }, { - "Rank": 2, "CommandName": "Start-PnPTraceLog", - "Id": 1767, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", + "Rank": 2, + "Id": 1767 }, { - "Rank": 3, "CommandName": "Start-PnPTraceLog", - "Id": 1768, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", + "Rank": 3, + "Id": 1768 }, { - "Rank": 4, "CommandName": "Start-PnPTraceLog", - "Id": 1769, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", + "Rank": 4, + "Id": 1769 }, { - "Rank": 1, "CommandName": "Stop-PnPFlowRun", - "Id": 1770, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 1, + "Id": 1770 }, { - "Rank": 2, "CommandName": "Stop-PnPFlowRun", - "Id": 1771, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", + "Rank": 2, + "Id": 1771 }, { - "Rank": 1, "CommandName": "Stop-PnPTraceLog", - "Id": 1772, - "Command": "Stop-PnPTraceLog" + "Command": "Stop-PnPTraceLog", + "Rank": 1, + "Id": 1772 }, { - "Rank": 2, "CommandName": "Stop-PnPTraceLog", - "Id": 1773, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", + "Rank": 2, + "Id": 1773 }, { - "Rank": 1, "CommandName": "Submit-PnPSearchQuery", - "Id": 1774, - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "Rank": 1, + "Id": 1774 }, { - "Rank": 2, "CommandName": "Submit-PnPSearchQuery", - "Id": 1775, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "Rank": 2, + "Id": 1775 }, { - "Rank": 3, "CommandName": "Submit-PnPSearchQuery", - "Id": 1776, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "Rank": 3, + "Id": 1776 }, { - "Rank": 4, "CommandName": "Submit-PnPSearchQuery", - "Id": 1777, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", + "Rank": 4, + "Id": 1777 }, { - "Rank": 5, "CommandName": "Submit-PnPSearchQuery", - "Id": 1778, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", + "Rank": 5, + "Id": 1778 }, { - "Rank": 6, "CommandName": "Submit-PnPSearchQuery", - "Id": 1779, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", + "Rank": 6, + "Id": 1779 }, { - "Rank": 1, "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1780, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", + "Rank": 1, + "Id": 1780 }, { - "Rank": 2, "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1781, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", + "Rank": 2, + "Id": 1781 }, { - "Rank": 1, "CommandName": "Sync-PnPAppToTeams", - "Id": 1782, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 1782 }, { - "Rank": 1, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1783, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "Rank": 1, + "Id": 1783 }, { - "Rank": 2, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1784, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", + "Rank": 2, + "Id": 1784 }, { - "Rank": 3, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1785, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", + "Rank": 3, + "Id": 1785 }, { - "Rank": 1, "CommandName": "Test-PnPListItemIsRecord", - "Id": 1786, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "Rank": 1, + "Id": 1786 }, { - "Rank": 1, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Id": 1787, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "Rank": 1, + "Id": 1787 }, { - "Rank": 1, "CommandName": "Test-PnPSite", - "Id": 1788, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 1, + "Id": 1788 }, { - "Rank": 2, "CommandName": "Test-PnPSite", - "Id": 1789, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Rank": 2, + "Id": 1789 }, { - "Rank": 1, "CommandName": "Test-PnPTenantTemplate", - "Id": 1790, - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "Rank": 1, + "Id": 1790 }, { - "Rank": 1, "CommandName": "Undo-PnPFileCheckedOut", - "Id": 1791, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", + "Rank": 1, + "Id": 1791 }, { - "Rank": 1, "CommandName": "Uninstall-PnPApp", - "Id": 1792, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 1792 }, { - "Rank": 2, "CommandName": "Uninstall-PnPApp", - "Id": 1793, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2, + "Id": 1793 }, { - "Rank": 1, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Id": 1794, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", + "Rank": 1, + "Id": 1794 }, { - "Rank": 1, "CommandName": "Unpublish-PnPApp", - "Id": 1795, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 1795 }, { - "Rank": 2, "CommandName": "Unpublish-PnPApp", - "Id": 1796, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2, + "Id": 1796 }, { - "Rank": 1, "CommandName": "Unpublish-PnPContentType", - "Id": 1797, - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "Rank": 1, + "Id": 1797 }, { - "Rank": 1, "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1798, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Rank": 1, + "Id": 1798 }, { - "Rank": 2, "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1799, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Rank": 2, + "Id": 1799 }, { - "Rank": 1, "CommandName": "Unregister-PnPHubSite", - "Id": 1800, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Rank": 1, + "Id": 1800 }, { - "Rank": 1, "CommandName": "Update-PnPApp", - "Id": 1801, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1, + "Id": 1801 }, { - "Rank": 2, "CommandName": "Update-PnPApp", - "Id": 1802, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2, + "Id": 1802 }, { - "Rank": 1, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1803, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Rank": 1, + "Id": 1803 }, { - "Rank": 2, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1804, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "Rank": 2, + "Id": 1804 }, { - "Rank": 3, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1805, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Rank": 3, + "Id": 1805 }, { - "Rank": 1, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1806, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "Rank": 1, + "Id": 1806 }, { - "Rank": 2, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1807, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Rank": 2, + "Id": 1807 }, { - "Rank": 3, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1808, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", + "Rank": 3, + "Id": 1808 }, { - "Rank": 1, "CommandName": "Update-PnPTeamsApp", - "Id": 1809, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", + "Rank": 1, + "Id": 1809 }, { - "Rank": 1, "CommandName": "Update-PnPTeamsUser", - "Id": 1810, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Rank": 1, + "Id": 1810 }, { - "Rank": 2, "CommandName": "Update-PnPTeamsUser", - "Id": 1811, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Rank": 2, + "Id": 1811 }, { - "Rank": 3, "CommandName": "Update-PnPTeamsUser", - "Id": 1812, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", + "Rank": 3, + "Id": 1812 }, { - "Rank": 1, "CommandName": "Update-PnPTodoList", - "Id": 1813, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", + "Rank": 1, + "Id": 1813 }, { - "Rank": 2, "CommandName": "Update-PnPTodoList", - "Id": 1814, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", + "Rank": 2, + "Id": 1814 }, { - "Rank": 1, "CommandName": "Update-PnPUserType", - "Id": 1815, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "Rank": 1, + "Id": 1815 }, { - "Rank": 1, "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1816, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Rank": 1, + "Id": 1816 }, { - "Rank": 2, "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1817, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", + "Rank": 2, + "Id": 1817 }, { - "Rank": 1, "CommandName": "Write-PnPTraceLog", - "Id": 1818, - "Command": "Write-PnPTraceLog \"Hello World\"" + "Command": "Write-PnPTraceLog \"Hello World\"", + "Rank": 1, + "Id": 1818 }, { - "Rank": 2, "CommandName": "Write-PnPTraceLog", - "Id": 1819, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", + "Rank": 2, + "Id": 1819 }, { - "Rank": 3, "CommandName": "Write-PnPTraceLog", - "Id": 1820, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", + "Rank": 3, + "Id": 1820 }, { - "Rank": 4, "CommandName": "Write-PnPTraceLog", - "Id": 1821, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", + "Rank": 4, + "Id": 1821 } ] diff --git a/version.json b/version.json index 74478a785..1c1199f00 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Message": "", - "Version": "3.1.105" + "Version": "3.1.106", + "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index c12c79028..ff189a87e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.105 \ No newline at end of file +3.1.106 \ No newline at end of file From e7488f481a397e0b117bfcfb051bf04f6013fa88 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Sat, 2 Aug 2025 03:04:48 +0000 Subject: [PATCH 07/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 2 +- version.txt | 2 +- 4 files changed, 5468 insertions(+), 5468 deletions(-) diff --git a/dependencies.json b/dependencies.json index 7d1537947..ab3ef4789 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250801-031405", + "Updated": "20250802-030308", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "f5adfa990f353317d224c27c68f4ba4dcdaef06b", - "PnPCore": "aa856708e4349169876144bf55975b0aa18a4c2f" + "PnPFramework": "c84752a1f1a0006ecab7ca71283674741bcf375e", + "PnPCore": "7de69b1f151420640b7984c5f3b604fddfb145ab" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 2bea913a9..6bd76fa45 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -List \"Demo List\"", "Rank": 1, - "Id": 1 + "CommandName": "Add-PnPAlert", + "Id": 1, + "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", "Rank": 2, - "Id": 2 + "CommandName": "Add-PnPAlert", + "Id": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Rank": 3, - "Id": 3 + "CommandName": "Add-PnPAlert", + "Id": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", "Rank": 4, - "Id": 4 + "CommandName": "Add-PnPAlert", + "Id": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg", "Rank": 1, - "Id": 5 + "CommandName": "Add-PnPApp", + "Id": 5, + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", "Rank": 2, - "Id": 6 + "CommandName": "Add-PnPApp", + "Id": 6, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", "Rank": 3, - "Id": 7 + "CommandName": "Add-PnPApp", + "Id": 7, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", "Rank": 4, - "Id": 8 + "CommandName": "Add-PnPApp", + "Id": 8, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "CommandName": "Add-PnPApplicationCustomizer", - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", "Rank": 1, - "Id": 9 + "CommandName": "Add-PnPApplicationCustomizer", + "Id": 9, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", "Rank": 1, - "Id": 10 + "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 10, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", "Rank": 2, - "Id": 11 + "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 11, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 12 + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 12, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Id": 13 + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 13, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Rank": 3, - "Id": 14 + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 14, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 15 + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 15, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Id": 16 + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 16, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Rank": 3, - "Id": 17 + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 17, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", "Rank": 1, - "Id": 18 + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 18, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", "Rank": 2, - "Id": 19 + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 19, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", "Rank": 1, - "Id": 20 + "CommandName": "Add-PnPBrandCenterFont", + "Id": 20, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", "Rank": 2, - "Id": 21 + "CommandName": "Add-PnPBrandCenterFont", + "Id": 21, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "CommandName": "Add-PnPBrandCenterFontPackage", - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", "Rank": 1, - "Id": 22 + "CommandName": "Add-PnPBrandCenterFontPackage", + "Id": 22, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", "Rank": 1, - "Id": 23 + "CommandName": "Add-PnPContentType", + "Id": 23, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", "Rank": 2, - "Id": 24 + "CommandName": "Add-PnPContentType", + "Id": 24, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", "Rank": 3, - "Id": 25 + "CommandName": "Add-PnPContentType", + "Id": 25, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\"", "Rank": 4, - "Id": 26 + "CommandName": "Add-PnPContentType", + "Id": 26, + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", "Rank": 5, - "Id": 27 + "CommandName": "Add-PnPContentType", + "Id": 27, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", "Rank": 1, - "Id": 28 + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 28, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", "Rank": 2, - "Id": 29 + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 29, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Rank": 1, - "Id": 30 + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 30, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Rank": 2, - "Id": 31 + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 31, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "CommandName": "Add-PnPContentTypeToList", - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", "Rank": 1, - "Id": 32 + "CommandName": "Add-PnPContentTypeToList", + "Id": 32, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "CommandName": "Add-PnPCustomAction", - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Rank": 1, - "Id": 33 + "CommandName": "Add-PnPCustomAction", + "Id": 33, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", "Rank": 1, - "Id": 34 + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 34, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", "Rank": 2, - "Id": 35 + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 35, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", "Rank": 1, - "Id": 36 + "CommandName": "Add-PnPDocumentSet", + "Id": 36, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", "Rank": 2, - "Id": 37 + "CommandName": "Add-PnPDocumentSet", + "Id": 37, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", "Rank": 1, - "Id": 38 + "CommandName": "Add-PnPEventReceiver", + "Id": 38, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", "Rank": 2, - "Id": 39 + "CommandName": "Add-PnPEventReceiver", + "Id": 39, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", "Rank": 3, - "Id": 40 + "CommandName": "Add-PnPEventReceiver", + "Id": 40, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", "Rank": 4, - "Id": 41 + "CommandName": "Add-PnPEventReceiver", + "Id": 41, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", "Rank": 1, - "Id": 42 + "CommandName": "Add-PnPField", + "Id": 42, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", "Rank": 2, - "Id": 43 + "CommandName": "Add-PnPField", + "Id": 43, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", "Rank": 3, - "Id": 44 + "CommandName": "Add-PnPField", + "Id": 44, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", "Rank": 4, - "Id": 45 + "CommandName": "Add-PnPField", + "Id": 45, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", "Rank": 5, - "Id": 46 + "CommandName": "Add-PnPField", + "Id": 46, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", "Rank": 6, - "Id": 47 + "CommandName": "Add-PnPField", + "Id": 47, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "CommandName": "Add-PnPFieldToContentType", - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Rank": 1, - "Id": 48 + "CommandName": "Add-PnPFieldToContentType", + "Id": 48, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", "Rank": 1, - "Id": 49 + "CommandName": "Add-PnPFile", + "Id": 49, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", "Rank": 2, - "Id": 50 + "CommandName": "Add-PnPFile", + "Id": 50, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", "Rank": 3, - "Id": 51 + "CommandName": "Add-PnPFile", + "Id": 51, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", "Rank": 4, - "Id": 52 + "CommandName": "Add-PnPFile", + "Id": 52, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", "Rank": 5, - "Id": 53 + "CommandName": "Add-PnPFile", + "Id": 53, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", "Rank": 6, - "Id": 54 + "CommandName": "Add-PnPFile", + "Id": 54, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", "Rank": 7, - "Id": 55 + "CommandName": "Add-PnPFile", + "Id": 55, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", "Rank": 8, - "Id": 56 + "CommandName": "Add-PnPFile", + "Id": 56, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Id": 57 + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 57, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", "Rank": 2, - "Id": 58 + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 58, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", "Rank": 3, - "Id": 59 + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 59, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Id": 60 + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Id": 60, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", "Rank": 2, - "Id": 61 + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Id": 61, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Rank": 1, - "Id": 62 + "CommandName": "Add-PnPFileSensitivityLabel", + "Id": 62, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Rank": 2, - "Id": 63 + "CommandName": "Add-PnPFileSensitivityLabel", + "Id": 63, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Rank": 1, - "Id": 64 + "CommandName": "Add-PnPFileSharingInvite", + "Id": 64, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Rank": 2, - "Id": 65 + "CommandName": "Add-PnPFileSharingInvite", + "Id": 65, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Rank": 3, - "Id": 66 + "CommandName": "Add-PnPFileSharingInvite", + "Id": 66, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", "Rank": 1, - "Id": 67 + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 67, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", "Rank": 2, - "Id": 68 + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 68, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", "Rank": 3, - "Id": 69 + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 69, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", "Rank": 4, - "Id": 70 + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 70, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", "Rank": 5, - "Id": 71 + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 71, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 72 + "CommandName": "Add-PnPFileUserSharingLink", + "Id": 72, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 2, - "Id": 73 + "CommandName": "Add-PnPFileUserSharingLink", + "Id": 73, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", "Rank": 1, - "Id": 74 + "CommandName": "Add-PnPFlowOwner", + "Id": 74, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", "Rank": 2, - "Id": 75 + "CommandName": "Add-PnPFlowOwner", + "Id": 75, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", "Rank": 3, - "Id": 76 + "CommandName": "Add-PnPFlowOwner", + "Id": 76, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", "Rank": 4, - "Id": 77 + "CommandName": "Add-PnPFlowOwner", + "Id": 77, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Rank": 1, - "Id": 78 + "CommandName": "Add-PnPFolder", + "Id": 78, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", "Rank": 2, - "Id": 79 + "CommandName": "Add-PnPFolder", + "Id": 79, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", "Rank": 3, - "Id": 80 + "CommandName": "Add-PnPFolder", + "Id": 80, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Id": 81 + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 81, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", "Rank": 2, - "Id": 82 + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 82, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", "Rank": 3, - "Id": 83 + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 83, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Id": 84 + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Id": 84, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", "Rank": 2, - "Id": 85 + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Id": 85, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Rank": 1, - "Id": 86 + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 86, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Rank": 2, - "Id": 87 + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 87, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Rank": 3, - "Id": 88 + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 88, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 89 + "CommandName": "Add-PnPFolderUserSharingLink", + "Id": 89, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 2, - "Id": 90 + "CommandName": "Add-PnPFolderUserSharingLink", + "Id": 90, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Rank": 1, - "Id": 91 + "CommandName": "Add-PnPGroupMember", + "Id": 91, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", "Rank": 2, - "Id": 92 + "CommandName": "Add-PnPGroupMember", + "Id": 92, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "CommandName": "Add-PnPHomeSite", - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Rank": 1, - "Id": 93 + "CommandName": "Add-PnPHomeSite", + "Id": 93, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Rank": 1, - "Id": 94 + "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Id": 94, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "CommandName": "Add-PnPHubSiteAssociation", - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", "Rank": 1, - "Id": 95 + "CommandName": "Add-PnPHubSiteAssociation", + "Id": 95, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", "Rank": 1, - "Id": 96 + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 96, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", "Rank": 2, - "Id": 97 + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 97, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", "Rank": 3, - "Id": 98 + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 98, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", "Rank": 1, - "Id": 99 + "CommandName": "Add-PnPJavaScriptBlock", + "Id": 99, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", "Rank": 2, - "Id": 100 + "CommandName": "Add-PnPJavaScriptBlock", + "Id": 100, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", "Rank": 1, - "Id": 101 + "CommandName": "Add-PnPJavaScriptLink", + "Id": 101, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", "Rank": 2, - "Id": 102 + "CommandName": "Add-PnPJavaScriptLink", + "Id": 102, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", "Rank": 1, - "Id": 103 + "CommandName": "Add-PnPListDesign", + "Id": 103, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", "Rank": 2, - "Id": 104 + "CommandName": "Add-PnPListDesign", + "Id": 104, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", "Rank": 1, - "Id": 105 + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 105, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", "Rank": 2, - "Id": 106 + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 106, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", "Rank": 3, - "Id": 107 + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 107, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 1, - "Id": 108 + "CommandName": "Add-PnPListItem", + "Id": 108, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 2, - "Id": 109 + "CommandName": "Add-PnPListItem", + "Id": 109, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", "Rank": 3, - "Id": 110 + "CommandName": "Add-PnPListItem", + "Id": 110, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", "Rank": 4, - "Id": 111 + "CommandName": "Add-PnPListItem", + "Id": 111, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", "Rank": 5, - "Id": 112 + "CommandName": "Add-PnPListItem", + "Id": 112, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", "Rank": 1, - "Id": 113 + "CommandName": "Add-PnPListItemAttachment", + "Id": 113, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", "Rank": 2, - "Id": 114 + "CommandName": "Add-PnPListItemAttachment", + "Id": 114, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", "Rank": 3, - "Id": 115 + "CommandName": "Add-PnPListItemAttachment", + "Id": 115, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "CommandName": "Add-PnPListItemComment", - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", "Rank": 1, - "Id": 116 + "CommandName": "Add-PnPListItemComment", + "Id": 116, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "CommandName": "Add-PnPMasterPage", - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", "Rank": 1, - "Id": 117 + "CommandName": "Add-PnPMasterPage", + "Id": 117, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 118 + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 118, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Id": 119 + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 119, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 120 + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 120, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Id": 121 + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 121, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", "Rank": 1, - "Id": 122 + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 122, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", "Rank": 2, - "Id": 123 + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 123, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", "Rank": 3, - "Id": 124 + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 124, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", "Rank": 1, - "Id": 125 + "CommandName": "Add-PnPNavigationNode", + "Id": 125, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", "Rank": 2, - "Id": 126 + "CommandName": "Add-PnPNavigationNode", + "Id": 126, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", "Rank": 3, - "Id": 127 + "CommandName": "Add-PnPNavigationNode", + "Id": 127, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", "Rank": 4, - "Id": 128 + "CommandName": "Add-PnPNavigationNode", + "Id": 128, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", "Rank": 5, - "Id": 129 + "CommandName": "Add-PnPNavigationNode", + "Id": 129, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", "Rank": 6, - "Id": 130 + "CommandName": "Add-PnPNavigationNode", + "Id": 130, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", "Rank": 7, - "Id": 131 + "CommandName": "Add-PnPNavigationNode", + "Id": 131, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", "Rank": 8, - "Id": 132 + "CommandName": "Add-PnPNavigationNode", + "Id": 132, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", "Rank": 1, - "Id": 133 + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 133, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Rank": 2, - "Id": 134 + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 134, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", "Rank": 3, - "Id": 135 + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 135, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "CommandName": "Add-PnPOrgNewsSite", - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", "Rank": 1, - "Id": 136 + "CommandName": "Add-PnPOrgNewsSite", + "Id": 136, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\"", "Rank": 1, - "Id": 137 + "CommandName": "Add-PnPPage", + "Id": 137, + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", "Rank": 2, - "Id": 138 + "CommandName": "Add-PnPPage", + "Id": 138, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", "Rank": 3, - "Id": 139 + "CommandName": "Add-PnPPage", + "Id": 139, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", "Rank": 4, - "Id": 140 + "CommandName": "Add-PnPPage", + "Id": 140, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", "Rank": 5, - "Id": 141 + "CommandName": "Add-PnPPage", + "Id": 141, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", "Rank": 6, - "Id": 142 + "CommandName": "Add-PnPPage", + "Id": 142, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", "Rank": 7, - "Id": 143 + "CommandName": "Add-PnPPage", + "Id": 143, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", "Rank": 8, - "Id": 144 + "CommandName": "Add-PnPPage", + "Id": 144, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", "Rank": 9, - "Id": 145 + "CommandName": "Add-PnPPage", + "Id": 145, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", "Rank": 10, - "Id": 146 + "CommandName": "Add-PnPPage", + "Id": 146, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", "Rank": 1, - "Id": 147 + "CommandName": "Add-PnPPageImageWebPart", + "Id": 147, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", "Rank": 2, - "Id": 148 + "CommandName": "Add-PnPPageImageWebPart", + "Id": 148, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", "Rank": 1, - "Id": 149 + "CommandName": "Add-PnPPageSection", + "Id": 149, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", "Rank": 2, - "Id": 150 + "CommandName": "Add-PnPPageSection", + "Id": 150, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", "Rank": 1, - "Id": 151 + "CommandName": "Add-PnPPageTextPart", + "Id": 151, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", "Rank": 2, - "Id": 152 + "CommandName": "Add-PnPPageTextPart", + "Id": 152, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", "Rank": 3, - "Id": 153 + "CommandName": "Add-PnPPageTextPart", + "Id": 153, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", "Rank": 1, - "Id": 154 + "CommandName": "Add-PnPPageWebPart", + "Id": 154, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", "Rank": 2, - "Id": 155 + "CommandName": "Add-PnPPageWebPart", + "Id": 155, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", "Rank": 3, - "Id": 156 + "CommandName": "Add-PnPPageWebPart", + "Id": 156, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", "Rank": 1, - "Id": 157 + "CommandName": "Add-PnPPlannerBucket", + "Id": 157, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", "Rank": 2, - "Id": 158 + "CommandName": "Add-PnPPlannerBucket", + "Id": 158, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "CommandName": "Add-PnPPlannerRoster", - "Command": "Add-PnPPlannerRoster", "Rank": 1, - "Id": 159 + "CommandName": "Add-PnPPlannerRoster", + "Id": 159, + "Command": "Add-PnPPlannerRoster" }, { - "CommandName": "Add-PnPPlannerRosterMember", - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 160 + "CommandName": "Add-PnPPlannerRosterMember", + "Id": 160, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Rank": 1, - "Id": 161 + "CommandName": "Add-PnPPlannerTask", + "Id": 161, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Rank": 2, - "Id": 162 + "CommandName": "Add-PnPPlannerTask", + "Id": 162, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Rank": 3, - "Id": 163 + "CommandName": "Add-PnPPlannerTask", + "Id": 163, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "CommandName": "Add-PnPPublishingImageRendition", - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Rank": 1, - "Id": 164 + "CommandName": "Add-PnPPublishingImageRendition", + "Id": 164, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", "Rank": 1, - "Id": 165 + "CommandName": "Add-PnPPublishingPage", + "Id": 165, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", "Rank": 2, - "Id": 166 + "CommandName": "Add-PnPPublishingPage", + "Id": 166, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "CommandName": "Add-PnPPublishingPageLayout", - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Rank": 1, - "Id": 167 + "CommandName": "Add-PnPPublishingPageLayout", + "Id": 167, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", "Rank": 1, - "Id": 168 + "CommandName": "Add-PnPRoleDefinition", + "Id": 168, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", "Rank": 2, - "Id": 169 + "CommandName": "Add-PnPRoleDefinition", + "Id": 169, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", "Rank": 3, - "Id": 170 + "CommandName": "Add-PnPRoleDefinition", + "Id": 170, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 171 + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 171, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Rank": 2, - "Id": 172 + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 172, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", "Rank": 3, - "Id": 173 + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 173, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog", "Rank": 1, - "Id": 174 + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 174, + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Rank": 2, - "Id": 175 + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 175, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", "Rank": 1, - "Id": 176 + "CommandName": "Add-PnPSiteDesign", + "Id": 176, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", "Rank": 2, - "Id": 177 + "CommandName": "Add-PnPSiteDesign", + "Id": 177, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Rank": 3, - "Id": 178 + "CommandName": "Add-PnPSiteDesign", + "Id": 178, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", "Rank": 1, - "Id": 179 + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 179, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Rank": 2, - "Id": 180 + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 180, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", "Rank": 3, - "Id": 181 + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 181, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", "Rank": 1, - "Id": 182 + "CommandName": "Add-PnPSiteDesignTask", + "Id": 182, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Rank": 2, - "Id": 183 + "CommandName": "Add-PnPSiteDesignTask", + "Id": 183, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "CommandName": "Add-PnPSiteScript", - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", "Rank": 1, - "Id": 184 + "CommandName": "Add-PnPSiteScript", + "Id": 184, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "CommandName": "Add-PnPSiteScriptPackage", - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", "Rank": 1, - "Id": 185 + "CommandName": "Add-PnPSiteScriptPackage", + "Id": 185, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "CommandName": "Add-PnPSiteTemplate", - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", "Rank": 1, - "Id": 186 + "CommandName": "Add-PnPSiteTemplate", + "Id": 186, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", "Rank": 1, - "Id": 187 + "CommandName": "Add-PnPStoredCredential", + "Id": 187, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Rank": 2, - "Id": 188 + "CommandName": "Add-PnPStoredCredential", + "Id": 188, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", "Rank": 3, - "Id": 189 + "CommandName": "Add-PnPStoredCredential", + "Id": 189, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", "Rank": 1, - "Id": 190 + "CommandName": "Add-PnPTaxonomyField", + "Id": 190, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", "Rank": 2, - "Id": 191 + "CommandName": "Add-PnPTaxonomyField", + "Id": 191, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", "Rank": 1, - "Id": 192 + "CommandName": "Add-PnPTeamsChannel", + "Id": 192, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", "Rank": 2, - "Id": 193 + "CommandName": "Add-PnPTeamsChannel", + "Id": 193, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", "Rank": 3, - "Id": 194 + "CommandName": "Add-PnPTeamsChannel", + "Id": 194, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", "Rank": 4, - "Id": 195 + "CommandName": "Add-PnPTeamsChannel", + "Id": 195, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", "Rank": 1, - "Id": 196 + "CommandName": "Add-PnpTeamsChannelUser", + "Id": 196, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", "Rank": 2, - "Id": 197 + "CommandName": "Add-PnpTeamsChannelUser", + "Id": 197, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", "Rank": 1, - "Id": 198 + "CommandName": "Add-PnPTeamsTab", + "Id": 198, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", "Rank": 2, - "Id": 199 + "CommandName": "Add-PnPTeamsTab", + "Id": 199, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", "Rank": 3, - "Id": 200 + "CommandName": "Add-PnPTeamsTab", + "Id": 200, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", "Rank": 4, - "Id": 201 + "CommandName": "Add-PnPTeamsTab", + "Id": 201, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "CommandName": "Add-PnPTeamsTeam", - "Command": "Add-PnPTeamsTeam", "Rank": 1, - "Id": 202 + "CommandName": "Add-PnPTeamsTeam", + "Id": 202, + "Command": "Add-PnPTeamsTeam" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Rank": 1, - "Id": 203 + "CommandName": "Add-PnPTeamsUser", + "Id": 203, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Rank": 2, - "Id": 204 + "CommandName": "Add-PnPTeamsUser", + "Id": 204, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", "Rank": 3, - "Id": 205 + "CommandName": "Add-PnPTeamsUser", + "Id": 205, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", "Rank": 4, - "Id": 206 + "CommandName": "Add-PnPTeamsUser", + "Id": 206, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "CommandName": "Add-PnPTenantCdnOrigin", - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Rank": 1, - "Id": 207 + "CommandName": "Add-PnPTenantCdnOrigin", + "Id": 207, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Rank": 1, - "Id": 208 + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 208, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Rank": 2, - "Id": 209 + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 209, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Rank": 3, - "Id": 210 + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 210, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "CommandName": "Add-PnPTenantSequence", - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", "Rank": 1, - "Id": 211 + "CommandName": "Add-PnPTenantSequence", + "Id": 211, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "CommandName": "Add-PnPTenantSequenceSite", - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", "Rank": 1, - "Id": 212 + "CommandName": "Add-PnPTenantSequenceSite", + "Id": 212, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "CommandName": "Add-PnPTenantSequenceSubSite", - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", "Rank": 1, - "Id": 213 + "CommandName": "Add-PnPTenantSequenceSubSite", + "Id": 213, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "CommandName": "Add-PnPTermToTerm", - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", "Rank": 1, - "Id": 214 + "CommandName": "Add-PnPTermToTerm", + "Id": 214, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", "Rank": 1, - "Id": 215 + "CommandName": "Add-PnPView", + "Id": 215, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", "Rank": 2, - "Id": 216 + "CommandName": "Add-PnPView", + "Id": 216, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", "Rank": 3, - "Id": 217 + "CommandName": "Add-PnPView", + "Id": 217, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Rank": 1, - "Id": 218 + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 218, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Rank": 2, - "Id": 219 + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 219, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Rank": 3, - "Id": 220 + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 220, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", "Rank": 1, - "Id": 221 + "CommandName": "Add-PnPWebhookSubscription", + "Id": 221, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Rank": 2, - "Id": 222 + "CommandName": "Add-PnPWebhookSubscription", + "Id": 222, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", "Rank": 3, - "Id": 223 + "CommandName": "Add-PnPWebhookSubscription", + "Id": 223, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", "Rank": 1, - "Id": 224 + "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 224, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", "Rank": 2, - "Id": 225 + "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 225, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", "Rank": 1, - "Id": 226 + "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 226, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", "Rank": 2, - "Id": 227 + "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 227, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "CommandName": "Add-PnPWikiPage", - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", "Rank": 1, - "Id": 228 + "CommandName": "Add-PnPWikiPage", + "Id": 228, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "CommandName": "Clear-PnPAzureADGroupMember", - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", "Rank": 1, - "Id": 229 + "CommandName": "Clear-PnPAzureADGroupMember", + "Id": 229, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnPAzureADGroupOwner", - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", "Rank": 1, - "Id": 230 + "CommandName": "Clear-PnPAzureADGroupOwner", + "Id": 230, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", "Rank": 1, - "Id": 231 + "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 231, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", "Rank": 2, - "Id": 232 + "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 232, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "CommandName": "Clear-PnPListItemAsRecord", - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Rank": 1, - "Id": 233 + "CommandName": "Clear-PnPListItemAsRecord", + "Id": 233, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", "Rank": 1, - "Id": 234 + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Id": 234, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", "Rank": 1, - "Id": 235 + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Id": 235, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Rank": 1, - "Id": 236 + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 236, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", "Rank": 2, - "Id": 237 + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 237, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", "Rank": 3, - "Id": 238 + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 238, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Command": "Clear-PnPTenantAppCatalogUrl", "Rank": 1, - "Id": 239 + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Id": 239, + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Id": 240 + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 240, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Rank": 2, - "Id": 241 + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 241, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "CommandName": "Clear-PnPTraceLog", - "Command": "Clear-PnPTraceLog", "Rank": 1, - "Id": 242 + "CommandName": "Clear-PnPTraceLog", + "Id": 242, + "Command": "Clear-PnPTraceLog" }, { - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", "Rank": 1, - "Id": 243 + "CommandName": "Connect-PnPOnline", + "Id": 243, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", "Rank": 1, - "Id": 244 + "CommandName": "Convert-PnPFile", + "Id": 244, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", "Rank": 2, - "Id": 245 + "CommandName": "Convert-PnPFile", + "Id": 245, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", "Rank": 3, - "Id": 246 + "CommandName": "Convert-PnPFile", + "Id": 246, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", "Rank": 4, - "Id": 247 + "CommandName": "Convert-PnPFile", + "Id": 247, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", "Rank": 5, - "Id": 248 + "CommandName": "Convert-PnPFile", + "Id": 248, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", "Rank": 6, - "Id": 249 + "CommandName": "Convert-PnPFile", + "Id": 249, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", "Rank": 7, - "Id": 250 + "CommandName": "Convert-PnPFile", + "Id": 250, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", "Rank": 1, - "Id": 251 + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 251, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", "Rank": 2, - "Id": 252 + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 252, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml", "Rank": 1, - "Id": 253 + "CommandName": "Convert-PnPSiteTemplate", + "Id": 253, + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", "Rank": 2, - "Id": 254 + "CommandName": "Convert-PnPSiteTemplate", + "Id": 254, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", "Rank": 3, - "Id": 255 + "CommandName": "Convert-PnPSiteTemplate", + "Id": 255, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", "Rank": 1, - "Id": 256 + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 256, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", "Rank": 2, - "Id": 257 + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 257, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", "Rank": 1, - "Id": 258 + "CommandName": "ConvertTo-PnPPage", + "Id": 258, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", "Rank": 2, - "Id": 259 + "CommandName": "ConvertTo-PnPPage", + "Id": 259, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", "Rank": 3, - "Id": 260 + "CommandName": "ConvertTo-PnPPage", + "Id": 260, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", "Rank": 4, - "Id": 261 + "CommandName": "ConvertTo-PnPPage", + "Id": 261, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 5, - "Id": 262 + "CommandName": "ConvertTo-PnPPage", + "Id": 262, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", "Rank": 6, - "Id": 263 + "CommandName": "ConvertTo-PnPPage", + "Id": 263, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", "Rank": 7, - "Id": 264 + "CommandName": "ConvertTo-PnPPage", + "Id": 264, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", "Rank": 8, - "Id": 265 + "CommandName": "ConvertTo-PnPPage", + "Id": 265, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 9, - "Id": 266 + "CommandName": "ConvertTo-PnPPage", + "Id": 266, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", "Rank": 10, - "Id": 267 + "CommandName": "ConvertTo-PnPPage", + "Id": 267, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", "Rank": 11, - "Id": 268 + "CommandName": "ConvertTo-PnPPage", + "Id": 268, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 12, - "Id": 269 + "CommandName": "ConvertTo-PnPPage", + "Id": 269, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 13, - "Id": 270 + "CommandName": "ConvertTo-PnPPage", + "Id": 270, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", "Rank": 14, - "Id": 271 + "CommandName": "ConvertTo-PnPPage", + "Id": 271, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 1, - "Id": 272 + "CommandName": "Copy-PnPFile", + "Id": 272, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Rank": 2, - "Id": 273 + "CommandName": "Copy-PnPFile", + "Id": 273, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Rank": 3, - "Id": 274 + "CommandName": "Copy-PnPFile", + "Id": 274, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 4, - "Id": 275 + "CommandName": "Copy-PnPFile", + "Id": 275, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Rank": 5, - "Id": 276 + "CommandName": "Copy-PnPFile", + "Id": 276, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Rank": 6, - "Id": 277 + "CommandName": "Copy-PnPFile", + "Id": 277, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Rank": 7, - "Id": 278 + "CommandName": "Copy-PnPFile", + "Id": 278, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 8, - "Id": 279 + "CommandName": "Copy-PnPFile", + "Id": 279, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Rank": 9, - "Id": 280 + "CommandName": "Copy-PnPFile", + "Id": 280, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Rank": 10, - "Id": 281 + "CommandName": "Copy-PnPFile", + "Id": 281, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 1, - "Id": 282 + "CommandName": "Copy-PnPFolder", + "Id": 282, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Rank": 2, - "Id": 283 + "CommandName": "Copy-PnPFolder", + "Id": 283, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Rank": 3, - "Id": 284 + "CommandName": "Copy-PnPFolder", + "Id": 284, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 4, - "Id": 285 + "CommandName": "Copy-PnPFolder", + "Id": 285, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Rank": 5, - "Id": 286 + "CommandName": "Copy-PnPFolder", + "Id": 286, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Rank": 6, - "Id": 287 + "CommandName": "Copy-PnPFolder", + "Id": 287, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Rank": 7, - "Id": 288 + "CommandName": "Copy-PnPFolder", + "Id": 288, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 8, - "Id": 289 + "CommandName": "Copy-PnPFolder", + "Id": 289, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Rank": 9, - "Id": 290 + "CommandName": "Copy-PnPFolder", + "Id": 290, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Rank": 10, - "Id": 291 + "CommandName": "Copy-PnPFolder", + "Id": 291, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", "Rank": 11, - "Id": 292 + "CommandName": "Copy-PnPFolder", + "Id": 292, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "CommandName": "Copy-PnPItemProxy", - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", "Rank": 1, - "Id": 293 + "CommandName": "Copy-PnPItemProxy", + "Id": 293, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", "Rank": 1, - "Id": 294 + "CommandName": "Copy-PnPList", + "Id": 294, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", "Rank": 2, - "Id": 295 + "CommandName": "Copy-PnPList", + "Id": 295, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", "Rank": 3, - "Id": 296 + "CommandName": "Copy-PnPList", + "Id": 296, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", "Rank": 4, - "Id": 297 + "CommandName": "Copy-PnPList", + "Id": 297, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "CommandName": "Copy-PnPPage", - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Rank": 1, - "Id": 298 + "CommandName": "Copy-PnPPage", + "Id": 298, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", "Rank": 1, - "Id": 299 + "CommandName": "Copy-PnPTeamsTeam", + "Id": 299, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", "Rank": 2, - "Id": 300 + "CommandName": "Copy-PnPTeamsTeam", + "Id": 300, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Rank": 3, - "Id": 301 + "CommandName": "Copy-PnPTeamsTeam", + "Id": 301, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Rank": 4, - "Id": 302 + "CommandName": "Copy-PnPTeamsTeam", + "Id": 302, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 303 + "CommandName": "Disable-PnPFeature", + "Id": 303, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Rank": 2, - "Id": 304 + "CommandName": "Disable-PnPFeature", + "Id": 304, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Rank": 3, - "Id": 305 + "CommandName": "Disable-PnPFeature", + "Id": 305, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Id": 306 + "CommandName": "Disable-PnPFlow", + "Id": 306, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Id": 307 + "CommandName": "Disable-PnPFlow", + "Id": 307, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Disable-PnPPageScheduling", - "Command": "Disable-PnPPageScheduling", "Rank": 1, - "Id": 308 + "CommandName": "Disable-PnPPageScheduling", + "Id": 308, + "Command": "Disable-PnPPageScheduling" }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry", "Rank": 1, - "Id": 309 + "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 309, + "Command": "Disable-PnPPowerShellTelemetry" }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry -Force", "Rank": 2, - "Id": 310 + "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 310, + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Command": "Disable-PnPSharingForNonOwnersOfSite", "Rank": 1, - "Id": 311 + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Id": 311, + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "CommandName": "Disable-PnPSiteClassification", - "Command": "Disable-PnPSiteClassification", "Rank": 1, - "Id": 312 + "CommandName": "Disable-PnPSiteClassification", + "Id": 312, + "Command": "Disable-PnPSiteClassification" }, { - "CommandName": "Disconnect-PnPOnline", - "Command": "Disconnect-PnPOnline", "Rank": 1, - "Id": 313 + "CommandName": "Disconnect-PnPOnline", + "Id": 313, + "Command": "Disconnect-PnPOnline" }, { - "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite", "Rank": 1, - "Id": 314 + "CommandName": "Enable-PnPCommSite", + "Id": 314, + "Command": "Enable-PnPCommSite" }, { - "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", "Rank": 2, - "Id": 315 + "CommandName": "Enable-PnPCommSite", + "Id": 315, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 316 + "CommandName": "Enable-PnPFeature", + "Id": 316, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Rank": 2, - "Id": 317 + "CommandName": "Enable-PnPFeature", + "Id": 317, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Rank": 3, - "Id": 318 + "CommandName": "Enable-PnPFeature", + "Id": 318, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Id": 319 + "CommandName": "Enable-PnPFlow", + "Id": 319, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Id": 320 + "CommandName": "Enable-PnPFlow", + "Id": 320, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Enable-PnPPageScheduling", - "Command": "Enable-PnPPageScheduling", "Rank": 1, - "Id": 321 + "CommandName": "Enable-PnPPageScheduling", + "Id": 321, + "Command": "Enable-PnPPageScheduling" }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry", "Rank": 1, - "Id": 322 + "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 322, + "Command": "Enable-PnPPowerShellTelemetry" }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry -Force", "Rank": 2, - "Id": 323 + "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 323, + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", "Rank": 1, - "Id": 324 + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 324, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", "Rank": 2, - "Id": 325 + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 325, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", "Rank": 3, - "Id": 326 + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 326, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", "Rank": 4, - "Id": 327 + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 327, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", "Rank": 1, - "Id": 328 + "CommandName": "Enable-PnPSiteClassification", + "Id": 328, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", "Rank": 2, - "Id": 329 + "CommandName": "Enable-PnPSiteClassification", + "Id": 329, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Id": 330 + "CommandName": "Export-PnPFlow", + "Id": 330, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Id": 331 + "CommandName": "Export-PnPFlow", + "Id": 331, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", "Rank": 1, - "Id": 332 + "CommandName": "Export-PnPListToSiteTemplate", + "Id": 332, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", "Rank": 2, - "Id": 333 + "CommandName": "Export-PnPListToSiteTemplate", + "Id": 333, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity Home.aspx", "Rank": 1, - "Id": 334 + "CommandName": "Export-PnPPage", + "Id": 334, + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", "Rank": 2, - "Id": 335 + "CommandName": "Export-PnPPage", + "Id": 335, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", "Rank": 1, - "Id": 336 + "CommandName": "Export-PnPPageMapping", + "Id": 336, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", "Rank": 2, - "Id": 337 + "CommandName": "Export-PnPPageMapping", + "Id": 337, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", "Rank": 3, - "Id": 338 + "CommandName": "Export-PnPPageMapping", + "Id": 338, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", "Rank": 1, - "Id": 339 + "CommandName": "Export-PnPPowerApp", + "Id": 339, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", "Rank": 2, - "Id": 340 + "CommandName": "Export-PnPPowerApp", + "Id": 340, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy", "Rank": 1, - "Id": 341 + "CommandName": "Export-PnPTaxonomy", + "Id": 341, + "Command": "Export-PnPTaxonomy" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", "Rank": 2, - "Id": 342 + "CommandName": "Export-PnPTaxonomy", + "Id": 342, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", "Rank": 3, - "Id": 343 + "CommandName": "Export-PnPTaxonomy", + "Id": 343, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", "Rank": 4, - "Id": 344 + "CommandName": "Export-PnPTaxonomy", + "Id": 344, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml", "Rank": 1, - "Id": 345 + "CommandName": "Export-PnPTermGroupToXml", + "Id": 345, + "Command": "Export-PnPTermGroupToXml" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out output.xml", "Rank": 2, - "Id": 346 + "CommandName": "Export-PnPTermGroupToXml", + "Id": 346, + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", "Rank": 3, - "Id": 347 + "CommandName": "Export-PnPTermGroupToXml", + "Id": 347, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Rank": 1, - "Id": 348 + "CommandName": "Export-PnPUserInfo", + "Id": 348, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", "Rank": 2, - "Id": 349 + "CommandName": "Export-PnPUserInfo", + "Id": 349, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com", "Rank": 1, - "Id": 350 + "CommandName": "Export-PnPUserProfile", + "Id": 350, + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", "Rank": 2, - "Id": 351 + "CommandName": "Export-PnPUserProfile", + "Id": 351, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Match *.master", "Rank": 1, - "Id": 352 + "CommandName": "Find-PnPFile", + "Id": 352, + "Command": "Find-PnPFile -Match *.master" }, { - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", "Rank": 2, - "Id": 353 + "CommandName": "Find-PnPFile", + "Id": 353, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", "Rank": 3, - "Id": 354 + "CommandName": "Find-PnPFile", + "Id": 354, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken", "Rank": 1, - "Id": 355 + "CommandName": "Get-PnPAccessToken", + "Id": 355, + "Command": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -Decoded", "Rank": 2, - "Id": 356 + "CommandName": "Get-PnPAccessToken", + "Id": 356, + "Command": "Get-PnPAccessToken -Decoded" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", "Rank": 3, - "Id": 357 + "CommandName": "Get-PnPAccessToken", + "Id": 357, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", "Rank": 4, - "Id": 358 + "CommandName": "Get-PnPAccessToken", + "Id": 358, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", "Rank": 5, - "Id": 359 + "CommandName": "Get-PnPAccessToken", + "Id": 359, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ListPermissionScopes", "Rank": 6, - "Id": 360 + "CommandName": "Get-PnPAccessToken", + "Id": 360, + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert", "Rank": 1, - "Id": 361 + "CommandName": "Get-PnPAlert", + "Id": 361, + "Command": "Get-PnPAlert" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\"", "Rank": 2, - "Id": 362 + "CommandName": "Get-PnPAlert", + "Id": 362, + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Rank": 3, - "Id": 363 + "CommandName": "Get-PnPAlert", + "Id": 363, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -Title \"Demo Alert\"", "Rank": 4, - "Id": 364 + "CommandName": "Get-PnPAlert", + "Id": 364, + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -AllUsers", "Rank": 5, - "Id": 365 + "CommandName": "Get-PnPAlert", + "Id": 365, + "Command": "Get-PnPAlert -AllUsers" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", "Rank": 6, - "Id": 366 + "CommandName": "Get-PnPAlert", + "Id": 366, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp", "Rank": 1, - "Id": 367 + "CommandName": "Get-PnPApp", + "Id": 367, + "Command": "Get-PnPApp" }, { - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Scope Site", "Rank": 2, - "Id": 368 + "CommandName": "Get-PnPApp", + "Id": 368, + "Command": "Get-PnPApp -Scope Site" }, { - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Rank": 3, - "Id": 369 + "CommandName": "Get-PnPApp", + "Id": 369, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", "Rank": 1, - "Id": 370 + "CommandName": "Get-PnPAppErrors", + "Id": 370, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", "Rank": 2, - "Id": 371 + "CommandName": "Get-PnPAppErrors", + "Id": 371, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", "Rank": 1, - "Id": 372 + "CommandName": "Get-PnPAppInfo", + "Id": 372, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Rank": 2, - "Id": 373 + "CommandName": "Get-PnPAppInfo", + "Id": 373, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", "Rank": 3, - "Id": 374 + "CommandName": "Get-PnPAppInfo", + "Id": 374, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer", "Rank": 1, - "Id": 375 + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 375, + "Command": "Get-PnPApplicationCustomizer" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 2, - "Id": 376 + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 376, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", "Rank": 3, - "Id": 377 + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 377, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "CommandName": "Get-PnPAuditing", - "Command": "Get-PnPAuditing", "Rank": 1, - "Id": 378 + "CommandName": "Get-PnPAuditing", + "Id": 378, + "Command": "Get-PnPAuditing" }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm", "Rank": 1, - "Id": 379 + "CommandName": "Get-PnPAuthenticationRealm", + "Id": 379, + "Command": "Get-PnPAuthenticationRealm" }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", "Rank": 2, - "Id": 380 + "CommandName": "Get-PnPAuthenticationRealm", + "Id": 380, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "CommandName": "Get-PnPAvailableLanguage", - "Command": "Get-PnPAvailableLanguage", "Rank": 1, - "Id": 381 + "CommandName": "Get-PnPAvailableLanguage", + "Id": 381, + "Command": "Get-PnPAvailableLanguage" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel", "Rank": 1, - "Id": 382 + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 382, + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", "Rank": 2, - "Id": 383 + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 383, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", "Rank": 3, - "Id": 384 + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 384, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "CommandName": "Get-PnPAvailableSiteClassification", - "Command": "Get-PnPAvailableSiteClassification", "Rank": 1, - "Id": 385 + "CommandName": "Get-PnPAvailableSiteClassification", + "Id": 385, + "Command": "Get-PnPAvailableSiteClassification" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal", "Rank": 1, - "Id": 386 + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 386, + "Command": "Get-PnPAzureACSPrincipal" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", "Rank": 2, - "Id": 387 + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 387, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", "Rank": 3, - "Id": 388 + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 388, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", "Rank": 4, - "Id": 389 + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 389, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 1, - "Id": 390 + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 390, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", "Rank": 2, - "Id": 391 + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 391, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", "Rank": 3, - "Id": 392 + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 392, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn", "Rank": 1, - "Id": 393 + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 393, + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", "Rank": 2, - "Id": 394 + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 394, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", "Rank": 3, - "Id": 395 + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 395, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp", "Rank": 1, - "Id": 396 + "CommandName": "Get-PnPAzureADApp", + "Id": 396, + "Command": "Get-PnPAzureADApp" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity MyApp", "Rank": 2, - "Id": 397 + "CommandName": "Get-PnPAzureADApp", + "Id": 397, + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Rank": 3, - "Id": 398 + "CommandName": "Get-PnPAzureADApp", + "Id": 398, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", "Rank": 4, - "Id": 399 + "CommandName": "Get-PnPAzureADApp", + "Id": 399, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission", "Rank": 1, - "Id": 400 + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 400, + "Command": "Get-PnPAzureADAppPermission" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", "Rank": 2, - "Id": 401 + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 401, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Rank": 3, - "Id": 402 + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 402, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission", "Rank": 1, - "Id": 403 + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 403, + "Command": "Get-PnPAzureADAppSitePermission" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", "Rank": 2, - "Id": 404 + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 404, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", "Rank": 3, - "Id": 405 + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 405, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", "Rank": 4, - "Id": 406 + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 406, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", "Rank": 5, - "Id": 407 + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 407, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup", "Rank": 1, - "Id": 408 + "CommandName": "Get-PnPAzureADGroup", + "Id": 408, + "Command": "Get-PnPAzureADGroup" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupId", "Rank": 2, - "Id": 409 + "CommandName": "Get-PnPAzureADGroup", + "Id": 409, + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", "Rank": 3, - "Id": 410 + "CommandName": "Get-PnPAzureADGroup", + "Id": 410, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", "Rank": 4, - "Id": 411 + "CommandName": "Get-PnPAzureADGroup", + "Id": 411, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $group", "Rank": 5, - "Id": 412 + "CommandName": "Get-PnPAzureADGroup", + "Id": 412, + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", "Rank": 1, - "Id": 413 + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 413, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group", "Rank": 2, - "Id": 414 + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 414, + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", "Rank": 3, - "Id": 415 + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 415, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", "Rank": 1, - "Id": 416 + "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 416, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $group", "Rank": 2, - "Id": 417 + "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 417, + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal", "Rank": 1, - "Id": 418 + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 418, + "Command": "Get-PnPAzureADServicePrincipal" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", "Rank": 2, - "Id": 419 + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 419, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", "Rank": 3, - "Id": 420 + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 420, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", "Rank": 4, - "Id": 421 + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 421, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", "Rank": 5, - "Id": 422 + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 422, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Rank": 1, - "Id": 423 + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 423, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Rank": 2, - "Id": 424 + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 424, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Rank": 1, - "Id": 425 + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 425, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", "Rank": 2, - "Id": 426 + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 426, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser", "Rank": 1, - "Id": 427 + "CommandName": "Get-PnPAzureADUser", + "Id": 427, + "Command": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -EndIndex 50", "Rank": 2, - "Id": 428 + "CommandName": "Get-PnPAzureADUser", + "Id": 428, + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Rank": 3, - "Id": 429 + "CommandName": "Get-PnPAzureADUser", + "Id": 429, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", "Rank": 4, - "Id": 430 + "CommandName": "Get-PnPAzureADUser", + "Id": 430, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", "Rank": 5, - "Id": 431 + "CommandName": "Get-PnPAzureADUser", + "Id": 431, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", "Rank": 6, - "Id": 432 + "CommandName": "Get-PnPAzureADUser", + "Id": 432, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", "Rank": 7, - "Id": 433 + "CommandName": "Get-PnPAzureADUser", + "Id": 433, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta", "Rank": 8, - "Id": 434 + "CommandName": "Get-PnPAzureADUser", + "Id": 434, + "Command": "Get-PnPAzureADUser -Delta" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", "Rank": 9, - "Id": 435 + "CommandName": "Get-PnPAzureADUser", + "Id": 435, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", "Rank": 10, - "Id": 436 + "CommandName": "Get-PnPAzureADUser", + "Id": 436, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", "Rank": 1, - "Id": 437 + "CommandName": "Get-PnPAzureCertificate", + "Id": 437, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Rank": 2, - "Id": 438 + "CommandName": "Get-PnPAzureCertificate", + "Id": 438, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", "Rank": 3, - "Id": 439 + "CommandName": "Get-PnPAzureCertificate", + "Id": 439, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "CommandName": "Get-PnPBrandCenterConfig", - "Command": "Get-PnPBrandCenterConfig", "Rank": 1, - "Id": 440 + "CommandName": "Get-PnPBrandCenterConfig", + "Id": 440, + "Command": "Get-PnPBrandCenterConfig" }, { - "CommandName": "Get-PnPBrandCenterFont", - "Command": "Get-PnPBrandCenterFont", "Rank": 1, - "Id": 441 + "CommandName": "Get-PnPBrandCenterFont", + "Id": 441, + "Command": "Get-PnPBrandCenterFont" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage", "Rank": 1, - "Id": 442 + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 442, + "Command": "Get-PnPBrandCenterFontPackage" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Store Site", "Rank": 2, - "Id": 443 + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 443, + "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", "Rank": 3, - "Id": 444 + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 444, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Rank": 4, - "Id": 445 + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 445, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "CommandName": "Get-PnPBrowserIdleSignout", - "Command": "Get-PnPBrowserIdleSignout", "Rank": 1, - "Id": 446 + "CommandName": "Get-PnPBrowserIdleSignout", + "Id": 446, + "Command": "Get-PnPBrowserIdleSignout" }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", "Rank": 1, - "Id": 447 + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 447, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 2, - "Id": 448 + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 448, + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 1, - "Id": 449 + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 449, + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", "Rank": 2, - "Id": 450 + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 450, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", "Rank": 3, - "Id": 451 + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 451, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", "Rank": 4, - "Id": 452 + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 452, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", "Rank": 5, - "Id": 453 + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 453, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog", "Rank": 1, - "Id": 454 + "CommandName": "Get-PnPChangeLog", + "Id": 454, + "Command": "Get-PnPChangeLog" }, { - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Nightly", "Rank": 2, - "Id": 455 + "CommandName": "Get-PnPChangeLog", + "Id": 455, + "Command": "Get-PnPChangeLog -Nightly" }, { - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Version 2.12.0", "Rank": 3, - "Id": 456 + "CommandName": "Get-PnPChangeLog", + "Id": 456, + "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", "Rank": 1, - "Id": 457 + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 457, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", "Rank": 2, - "Id": 458 + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 458, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", "Rank": 1, - "Id": 459 + "CommandName": "Get-PnPContainer", + "Id": 459, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Rank": 2, - "Id": 460 + "CommandName": "Get-PnPContainer", + "Id": 460, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Rank": 3, - "Id": 461 + "CommandName": "Get-PnPContainer", + "Id": 461, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "CommandName": "Get-PnPContainerType", - "Command": "Get-PnPContainerType", "Rank": 1, - "Id": 462 + "CommandName": "Get-PnPContainerType", + "Id": 462, + "Command": "Get-PnPContainerType" }, { - "CommandName": "Get-PnPContainerTypeConfiguration", - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", "Rank": 1, - "Id": 463 + "CommandName": "Get-PnPContainerTypeConfiguration", + "Id": 463, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType", "Rank": 1, - "Id": 464 + "CommandName": "Get-PnPContentType", + "Id": 464, + "Command": "Get-PnPContentType" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -InSiteHierarchy", "Rank": 2, - "Id": 465 + "CommandName": "Get-PnPContentType", + "Id": 465, + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Identity \"Project Document\"", "Rank": 3, - "Id": 466 + "CommandName": "Get-PnPContentType", + "Id": 466, + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -List \"Documents\"", "Rank": 4, - "Id": 467 + "CommandName": "Get-PnPContentType", + "Id": 467, + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", "Rank": 5, - "Id": 468 + "CommandName": "Get-PnPContentType", + "Id": 468, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "CommandName": "Get-PnPContentTypePublishingStatus", - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", "Rank": 1, - "Id": 469 + "CommandName": "Get-PnPContentTypePublishingStatus", + "Id": 469, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Command": "Get-PnPCopilotAdminLimitedMode", "Rank": 1, - "Id": 470 + "CommandName": "Get-PnPCopilotAdminLimitedMode", + "Id": 470, + "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent", "Rank": 1, - "Id": 471 + "CommandName": "Get-PnPCopilotAgent", + "Id": 471, + "Command": "Get-PnPCopilotAgent" }, { - "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", "Rank": 2, - "Id": 472 + "CommandName": "Get-PnPCopilotAgent", + "Id": 472, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction", "Rank": 1, - "Id": 473 + "CommandName": "Get-PnPCustomAction", + "Id": 473, + "Command": "Get-PnPCustomAction" }, { - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 2, - "Id": 474 + "CommandName": "Get-PnPCustomAction", + "Id": 474, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Scope web", "Rank": 3, - "Id": 475 + "CommandName": "Get-PnPCustomAction", + "Id": 475, + "Command": "Get-PnPCustomAction -Scope web" }, { - "CommandName": "Get-PnPDeletedContainer", - "Command": "Get-PnPDeletedContainer", "Rank": 1, - "Id": 476 + "CommandName": "Get-PnPDeletedContainer", + "Id": 476, + "Command": "Get-PnPDeletedContainer" }, { - "CommandName": "Get-PnPDeletedFlow", - "Command": "Get-PnPDeletedFlow", "Rank": 1, - "Id": 477 + "CommandName": "Get-PnPDeletedFlow", + "Id": 477, + "Command": "Get-PnPDeletedFlow" }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group", "Rank": 1, - "Id": 478 + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 478, + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Rank": 2, - "Id": 479 + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 479, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "CommandName": "Get-PnPDeletedTeam", - "Command": "Get-PnPDeletedTeam", "Rank": 1, - "Id": 480 + "CommandName": "Get-PnPDeletedTeam", + "Id": 480, + "Command": "Get-PnPDeletedTeam" }, { - "CommandName": "Get-PnPDiagnostics", - "Command": "Get-PnPDiagnostics", "Rank": 1, - "Id": 481 + "CommandName": "Get-PnPDiagnostics", + "Id": 481, + "Command": "Get-PnPDiagnostics" }, { - "CommandName": "Get-PnPDisableSpacesActivation", - "Command": "Get-PnPDisableSpacesActivation", "Rank": 1, - "Id": 482 + "CommandName": "Get-PnPDisableSpacesActivation", + "Id": 482, + "Command": "Get-PnPDisableSpacesActivation" }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", "Rank": 1, - "Id": 483 + "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 483, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", "Rank": 2, - "Id": 484 + "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 484, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport", "Rank": 1, - "Id": 485 + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 485, + "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", "Rank": 2, - "Id": 486 + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 486, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", "Rank": 3, - "Id": 487 + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 487, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver", "Rank": 1, - "Id": 488 + "CommandName": "Get-PnPEventReceiver", + "Id": 488, + "Command": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 2, - "Id": 489 + "CommandName": "Get-PnPEventReceiver", + "Id": 489, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity MyReceiver", "Rank": 3, - "Id": 490 + "CommandName": "Get-PnPEventReceiver", + "Id": 490, + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", "Rank": 4, - "Id": 491 + "CommandName": "Get-PnPEventReceiver", + "Id": 491, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 5, - "Id": 492 + "CommandName": "Get-PnPEventReceiver", + "Id": 492, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", "Rank": 6, - "Id": 493 + "CommandName": "Get-PnPEventReceiver", + "Id": 493, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Site", "Rank": 7, - "Id": 494 + "CommandName": "Get-PnPEventReceiver", + "Id": 494, + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Web", "Rank": 8, - "Id": 495 + "CommandName": "Get-PnPEventReceiver", + "Id": 495, + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope All", "Rank": 9, - "Id": 496 + "CommandName": "Get-PnPEventReceiver", + "Id": 496, + "Command": "Get-PnPEventReceiver -Scope All" }, { - "CommandName": "Get-PnPException", - "Command": "Get-PnPException", "Rank": 1, - "Id": 497 + "CommandName": "Get-PnPException", + "Id": 497, + "Command": "Get-PnPException" }, { - "CommandName": "Get-PnPException", - "Command": "Get-PnPException -All", "Rank": 2, - "Id": 498 + "CommandName": "Get-PnPException", + "Id": 498, + "Command": "Get-PnPException -All" }, { - "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", "Rank": 1, - "Id": 499 + "CommandName": "Get-PnPExternalUser", + "Id": 499, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", "Rank": 2, - "Id": 500 + "CommandName": "Get-PnPExternalUser", + "Id": 500, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature", "Rank": 1, - "Id": 501 + "CommandName": "Get-PnPFeature", + "Id": 501, + "Command": "Get-PnPFeature" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Scope Site", "Rank": 2, - "Id": 502 + "CommandName": "Get-PnPFeature", + "Id": 502, + "Command": "Get-PnPFeature -Scope Site" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 3, - "Id": 503 + "CommandName": "Get-PnPFeature", + "Id": 503, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", "Rank": 4, - "Id": 504 + "CommandName": "Get-PnPFeature", + "Id": 504, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "CommandName": "Get-PnPField", - "Command": "Get-PnPField", "Rank": 1, - "Id": 505 + "CommandName": "Get-PnPField", + "Id": 505, + "Command": "Get-PnPField" }, { - "CommandName": "Get-PnPField", - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Rank": 2, - "Id": 506 + "CommandName": "Get-PnPField", + "Id": 506, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "CommandName": "Get-PnPField", - "Command": "Get-PnPField -Group \"Custom Columns\"", "Rank": 3, - "Id": 507 + "CommandName": "Get-PnPField", + "Id": 507, + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", "Rank": 1, - "Id": 508 + "CommandName": "Get-PnPFile", + "Id": 508, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", "Rank": 2, - "Id": 509 + "CommandName": "Get-PnPFile", + "Id": 509, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", "Rank": 3, - "Id": 510 + "CommandName": "Get-PnPFile", + "Id": 510, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", "Rank": 4, - "Id": 511 + "CommandName": "Get-PnPFile", + "Id": 511, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", "Rank": 5, - "Id": 512 + "CommandName": "Get-PnPFile", + "Id": 512, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", "Rank": 6, - "Id": 513 + "CommandName": "Get-PnPFile", + "Id": 513, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", "Rank": 7, - "Id": 514 + "CommandName": "Get-PnPFile", + "Id": 514, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", "Rank": 8, - "Id": 515 + "CommandName": "Get-PnPFile", + "Id": 515, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", "Rank": 1, - "Id": 516 + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 516, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", "Rank": 2, - "Id": 517 + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 517, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Rank": 3, - "Id": 518 + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 518, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "CommandName": "Get-PnPFileCheckedOut", - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", "Rank": 1, - "Id": 519 + "CommandName": "Get-PnPFileCheckedOut", + "Id": 519, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder", "Rank": 1, - "Id": 520 + "CommandName": "Get-PnPFileInFolder", + "Id": 520, + "Command": "Get-PnPFileInFolder" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Recurse", "Rank": 2, - "Id": 521 + "CommandName": "Get-PnPFileInFolder", + "Id": 521, + "Command": "Get-PnPFileInFolder -Recurse" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", "Rank": 3, - "Id": 522 + "CommandName": "Get-PnPFileInFolder", + "Id": 522, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Rank": 4, - "Id": 523 + "CommandName": "Get-PnPFileInFolder", + "Id": 523, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Rank": 5, - "Id": 524 + "CommandName": "Get-PnPFileInFolder", + "Id": 524, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "CommandName": "Get-PnPFileRetentionLabel", - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Rank": 1, - "Id": 525 + "CommandName": "Get-PnPFileRetentionLabel", + "Id": 525, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "CommandName": "Get-PnPFileSensitivityLabel", - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Rank": 1, - "Id": 526 + "CommandName": "Get-PnPFileSensitivityLabel", + "Id": 526, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", "Rank": 1, - "Id": 527 + "CommandName": "Get-PnPFileSensitivityLabelInfo", + "Id": 527, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Id": 528 + "CommandName": "Get-PnPFileSharingLink", + "Id": 528, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", "Rank": 2, - "Id": 529 + "CommandName": "Get-PnPFileSharingLink", + "Id": 529, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", "Rank": 3, - "Id": 530 + "CommandName": "Get-PnPFileSharingLink", + "Id": 530, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", "Rank": 1, - "Id": 531 + "CommandName": "Get-PnPFileVersion", + "Id": 531, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", "Rank": 2, - "Id": 532 + "CommandName": "Get-PnPFileVersion", + "Id": 532, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", "Rank": 3, - "Id": 533 + "CommandName": "Get-PnPFileVersion", + "Id": 533, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -AsAdmin", "Rank": 1, - "Id": 534 + "CommandName": "Get-PnPFlow", + "Id": 534, + "Command": "Get-PnPFlow -AsAdmin" }, { - "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", "Rank": 2, - "Id": 535 + "CommandName": "Get-PnPFlow", + "Id": 535, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 3, - "Id": 536 + "CommandName": "Get-PnPFlow", + "Id": 536, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Rank": 1, - "Id": 537 + "CommandName": "Get-PnPFlowOwner", + "Id": 537, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Rank": 2, - "Id": 538 + "CommandName": "Get-PnPFlowOwner", + "Id": 538, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Id": 539 + "CommandName": "Get-PnPFlowRun", + "Id": 539, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Rank": 2, - "Id": 540 + "CommandName": "Get-PnPFlowRun", + "Id": 540, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder", "Rank": 1, - "Id": 541 + "CommandName": "Get-PnPFolder", + "Id": 541, + "Command": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -CurrentWebRootFolder", "Rank": 2, - "Id": 542 + "CommandName": "Get-PnPFolder", + "Id": 542, + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"Shared Documents\"", "Rank": 3, - "Id": 543 + "CommandName": "Get-PnPFolder", + "Id": 543, + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", "Rank": 4, - "Id": 544 + "CommandName": "Get-PnPFolder", + "Id": 544, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", "Rank": 5, - "Id": 545 + "CommandName": "Get-PnPFolder", + "Id": 545, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -List \"Shared Documents\"", "Rank": 6, - "Id": 546 + "CommandName": "Get-PnPFolder", + "Id": 546, + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", "Rank": 7, - "Id": 547 + "CommandName": "Get-PnPFolder", + "Id": 547, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder", "Rank": 1, - "Id": 548 + "CommandName": "Get-PnPFolderInFolder", + "Id": 548, + "Command": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Recurse", "Rank": 2, - "Id": 549 + "CommandName": "Get-PnPFolderInFolder", + "Id": 549, + "Command": "Get-PnPFolderInFolder -Recurse" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", "Rank": 3, - "Id": 550 + "CommandName": "Get-PnPFolderInFolder", + "Id": 550, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", "Rank": 4, - "Id": 551 + "CommandName": "Get-PnPFolderInFolder", + "Id": 551, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", "Rank": 5, - "Id": 552 + "CommandName": "Get-PnPFolderInFolder", + "Id": 552, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Rank": 6, - "Id": 553 + "CommandName": "Get-PnPFolderInFolder", + "Id": 553, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem", "Rank": 1, - "Id": 554 + "CommandName": "Get-PnPFolderItem", + "Id": 554, + "Command": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Recurse", "Rank": 2, - "Id": 555 + "CommandName": "Get-PnPFolderItem", + "Id": 555, + "Command": "Get-PnPFolderItem -Recurse" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", "Rank": 3, - "Id": 556 + "CommandName": "Get-PnPFolderItem", + "Id": 556, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Rank": 4, - "Id": 557 + "CommandName": "Get-PnPFolderItem", + "Id": 557, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", "Rank": 5, - "Id": 558 + "CommandName": "Get-PnPFolderItem", + "Id": 558, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", "Rank": 6, - "Id": 559 + "CommandName": "Get-PnPFolderItem", + "Id": 559, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "CommandName": "Get-PnPFolderSharingLink", - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Id": 560 + "CommandName": "Get-PnPFolderSharingLink", + "Id": 560, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric", "Rank": 1, - "Id": 561 + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 561, + "Command": "Get-PnPFolderStorageMetric" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", "Rank": 2, - "Id": 562 + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 562, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", "Rank": 3, - "Id": 563 + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 563, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "CommandName": "Get-PnPFooter", - "Command": "Get-PnPFooter", "Rank": 1, - "Id": 564 + "CommandName": "Get-PnPFooter", + "Id": 564, + "Command": "Get-PnPFooter" }, { - "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription", "Rank": 1, - "Id": 565 + "CommandName": "Get-PnPGraphSubscription", + "Id": 565, + "Command": "Get-PnPGraphSubscription" }, { - "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Rank": 2, - "Id": 566 + "CommandName": "Get-PnPGraphSubscription", + "Id": 566, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup", "Rank": 1, - "Id": 567 + "CommandName": "Get-PnPGroup", + "Id": 567, + "Command": "Get-PnPGroup" }, { - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -Identity 'My Site Users'", "Rank": 2, - "Id": 568 + "CommandName": "Get-PnPGroup", + "Id": 568, + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -AssociatedMemberGroup", "Rank": 3, - "Id": 569 + "CommandName": "Get-PnPGroup", + "Id": 569, + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", "Rank": 1, - "Id": 570 + "CommandName": "Get-PnPGroupMember", + "Id": 570, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", "Rank": 2, - "Id": 571 + "CommandName": "Get-PnPGroupMember", + "Id": 571, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "CommandName": "Get-PnPGroupPermissions", - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", "Rank": 1, - "Id": 572 + "CommandName": "Get-PnPGroupPermissions", + "Id": 572, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "CommandName": "Get-PnPHideDefaultThemes", - "Command": "Get-PnPHideDefaultThemes", "Rank": 1, - "Id": 573 + "CommandName": "Get-PnPHideDefaultThemes", + "Id": 573, + "Command": "Get-PnPHideDefaultThemes" }, { - "CommandName": "Get-PnPHomePage", - "Command": "Get-PnPHomePage", "Rank": 1, - "Id": 574 + "CommandName": "Get-PnPHomePage", + "Id": 574, + "Command": "Get-PnPHomePage" }, { - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite", "Rank": 1, - "Id": 575 + "CommandName": "Get-PnPHomeSite", + "Id": 575, + "Command": "Get-PnPHomeSite" }, { - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", "Rank": 2, - "Id": 576 + "CommandName": "Get-PnPHomeSite", + "Id": 576, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -Detailed", "Rank": 3, - "Id": 577 + "CommandName": "Get-PnPHomeSite", + "Id": 577, + "Command": "Get-PnPHomeSite -Detailed" }, { - "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite", "Rank": 1, - "Id": 578 + "CommandName": "Get-PnPHubSite", + "Id": 578, + "Command": "Get-PnPHubSite" }, { - "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Rank": 2, - "Id": 579 + "CommandName": "Get-PnPHubSite", + "Id": 579, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", "Rank": 3, - "Id": 580 + "CommandName": "Get-PnPHubSite", + "Id": 580, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild", "Rank": 1, - "Id": 581 + "CommandName": "Get-PnPHubSiteChild", + "Id": 581, + "Command": "Get-PnPHubSiteChild" }, { - "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Rank": 2, - "Id": 582 + "CommandName": "Get-PnPHubSiteChild", + "Id": 582, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Get-PnPInPlaceRecordsManagement", - "Command": "Get-PnPInPlaceRecordsManagement", "Rank": 1, - "Id": 583 + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Id": 583, + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "CommandName": "Get-PnPIsSiteAliasAvailable", - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", "Rank": 1, - "Id": 584 + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Id": 584, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink", "Rank": 1, - "Id": 585 + "CommandName": "Get-PnPJavaScriptLink", + "Id": 585, + "Command": "Get-PnPJavaScriptLink" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope All", "Rank": 2, - "Id": 586 + "CommandName": "Get-PnPJavaScriptLink", + "Id": 586, + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Web", "Rank": 3, - "Id": 587 + "CommandName": "Get-PnPJavaScriptLink", + "Id": 587, + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Site", "Rank": 4, - "Id": 588 + "CommandName": "Get-PnPJavaScriptLink", + "Id": 588, + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Name Test", "Rank": 5, - "Id": 589 + "CommandName": "Get-PnPJavaScriptLink", + "Id": 589, + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "CommandName": "Get-PnPKnowledgeHubSite", - "Command": "Get-PnPKnowledgeHubSite", "Rank": 1, - "Id": 590 + "CommandName": "Get-PnPKnowledgeHubSite", + "Id": 590, + "Command": "Get-PnPKnowledgeHubSite" }, { - "CommandName": "Get-PnPLargeListOperationStatus", - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", "Rank": 1, - "Id": 591 + "CommandName": "Get-PnPLargeListOperationStatus", + "Id": 591, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", "Rank": 1, - "Id": 592 + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", + "Id": 592, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Id": 593 + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", + "Id": 593, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList", "Rank": 1, - "Id": 594 + "CommandName": "Get-PnPList", + "Id": 594, + "Command": "Get-PnPList" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 2, - "Id": 595 + "CommandName": "Get-PnPList", + "Id": 595, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity Lists/Announcements", "Rank": 3, - "Id": 596 + "CommandName": "Get-PnPList", + "Id": 596, + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", "Rank": 4, - "Id": 597 + "CommandName": "Get-PnPList", + "Id": 597, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", "Rank": 5, - "Id": 598 + "CommandName": "Get-PnPList", + "Id": 598, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign", "Rank": 1, - "Id": 599 + "CommandName": "Get-PnPListDesign", + "Id": 599, + "Command": "Get-PnPListDesign" }, { - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 2, - "Id": 600 + "CommandName": "Get-PnPListDesign", + "Id": 600, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity ListEvent", "Rank": 3, - "Id": 601 + "CommandName": "Get-PnPListDesign", + "Id": 601, + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "CommandName": "Get-PnPListInformationRightsManagement", - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", "Rank": 1, - "Id": 602 + "CommandName": "Get-PnPListInformationRightsManagement", + "Id": 602, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks", "Rank": 1, - "Id": 603 + "CommandName": "Get-PnPListItem", + "Id": 603, + "Command": "Get-PnPListItem -List Tasks" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1", "Rank": 2, - "Id": 604 + "CommandName": "Get-PnPListItem", + "Id": 604, + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", "Rank": 3, - "Id": 605 + "CommandName": "Get-PnPListItem", + "Id": 605, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", "Rank": 4, - "Id": 606 + "CommandName": "Get-PnPListItem", + "Id": 606, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"\"", "Rank": 5, - "Id": 607 + "CommandName": "Get-PnPListItem", + "Id": 607, + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", "Rank": 6, - "Id": 608 + "CommandName": "Get-PnPListItem", + "Id": 608, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", "Rank": 7, - "Id": 609 + "CommandName": "Get-PnPListItem", + "Id": 609, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", "Rank": 8, - "Id": 610 + "CommandName": "Get-PnPListItem", + "Id": 610, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", "Rank": 9, - "Id": 611 + "CommandName": "Get-PnPListItem", + "Id": 611, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", "Rank": 1, - "Id": 612 + "CommandName": "Get-PnPListItemAttachment", + "Id": 612, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", "Rank": 2, - "Id": 613 + "CommandName": "Get-PnPListItemAttachment", + "Id": 613, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "CommandName": "Get-PnPListItemComment", - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", "Rank": 1, - "Id": 614 + "CommandName": "Get-PnPListItemComment", + "Id": 614, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "CommandName": "Get-PnPListItemPermission", - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", "Rank": 1, - "Id": 615 + "CommandName": "Get-PnPListItemPermission", + "Id": 615, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "CommandName": "Get-PnPListItemVersion", - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", "Rank": 1, - "Id": 616 + "CommandName": "Get-PnPListItemVersion", + "Id": 616, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", "Rank": 1, - "Id": 617 + "CommandName": "Get-PnPListPermissions", + "Id": 617, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Rank": 2, - "Id": 618 + "CommandName": "Get-PnPListPermissions", + "Id": 618, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "CommandName": "Get-PnPListRecordDeclaration", - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", "Rank": 1, - "Id": 619 + "CommandName": "Get-PnPListRecordDeclaration", + "Id": 619, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "CommandName": "Get-PnPManagedAppId", - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", "Rank": 1, - "Id": 620 + "CommandName": "Get-PnPManagedAppId", + "Id": 620, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "CommandName": "Get-PnPMasterPage", - "Command": "Get-PnPMasterPage", "Rank": 1, - "Id": 621 + "CommandName": "Get-PnPMasterPage", + "Id": 621, + "Command": "Get-PnPMasterPage" }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement", "Rank": 1, - "Id": 622 + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 622, + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", "Rank": 2, - "Id": 623 + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 623, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 1, - "Id": 624 + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 624, + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", "Rank": 2, - "Id": 625 + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 625, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group", "Rank": 1, - "Id": 626 + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 626, + "Command": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", "Rank": 2, - "Id": 627 + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 627, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", "Rank": 3, - "Id": 628 + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 628, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", "Rank": 4, - "Id": 629 + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 629, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $group", "Rank": 5, - "Id": 630 + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 630, + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", "Rank": 6, - "Id": 631 + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 631, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 1, - "Id": 632 + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 632, + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", "Rank": 2, - "Id": 633 + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 633, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Rank": 3, - "Id": 634 + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 634, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", "Rank": 1, - "Id": 635 + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 635, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", "Rank": 2, - "Id": 636 + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 636, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", "Rank": 3, - "Id": 637 + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 637, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", "Rank": 1, - "Id": 638 + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 638, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", "Rank": 2, - "Id": 639 + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 639, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings", "Rank": 1, - "Id": 640 + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 640, + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", "Rank": 2, - "Id": 641 + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 641, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", "Rank": 3, - "Id": 642 + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 642, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", "Rank": 4, - "Id": 643 + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 643, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 1, - "Id": 644 + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 644, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", "Rank": 2, - "Id": 645 + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 645, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam", "Rank": 1, - "Id": 646 + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 646, + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", "Rank": 2, - "Id": 647 + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 647, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Rank": 3, - "Id": 648 + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 648, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 1, - "Id": 649 + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 649, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", "Rank": 2, - "Id": 650 + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 650, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Rank": 3, - "Id": 651 + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 651, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap", "Rank": 1, - "Id": 652 + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 652, + "Command": "Get-PnPMicrosoft365Roadmap" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", "Rank": 2, - "Id": 653 + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 653, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", "Rank": 3, - "Id": 654 + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 654, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode", "Rank": 1, - "Id": 655 + "CommandName": "Get-PnPNavigationNode", + "Id": 655, + "Command": "Get-PnPNavigationNode" }, { - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location QuickLaunch", "Rank": 2, - "Id": 656 + "CommandName": "Get-PnPNavigationNode", + "Id": 656, + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", "Rank": 3, - "Id": 657 + "CommandName": "Get-PnPNavigationNode", + "Id": 657, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "CommandName": "Get-PnPOrgAssetsLibrary", - "Command": "Get-PnPOrgAssetsLibrary", "Rank": 1, - "Id": 658 + "CommandName": "Get-PnPOrgAssetsLibrary", + "Id": 658, + "Command": "Get-PnPOrgAssetsLibrary" }, { - "CommandName": "Get-PnPOrgNewsSite", - "Command": "Get-PnPOrgNewsSite", "Rank": 1, - "Id": 659 + "CommandName": "Get-PnPOrgNewsSite", + "Id": 659, + "Command": "Get-PnPOrgNewsSite" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", "Rank": 1, - "Id": 660 + "CommandName": "Get-PnPPage", + "Id": 660, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"MyPage\"", "Rank": 2, - "Id": 661 + "CommandName": "Get-PnPPage", + "Id": 661, + "Command": "Get-PnPPage \"MyPage\"" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", "Rank": 3, - "Id": 662 + "CommandName": "Get-PnPPage", + "Id": 662, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Rank": 4, - "Id": 663 + "CommandName": "Get-PnPPage", + "Id": 663, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage", "Rank": 5, - "Id": 664 + "CommandName": "Get-PnPPage", + "Id": 664, + "Command": "Get-PnPPage" }, { - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home", "Rank": 1, - "Id": 665 + "CommandName": "Get-PnPPageComponent", + "Id": 665, + "Command": "Get-PnPPageComponent -Page Home" }, { - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 2, - "Id": 666 + "CommandName": "Get-PnPPageComponent", + "Id": 666, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", "Rank": 3, - "Id": 667 + "CommandName": "Get-PnPPageComponent", + "Id": 667, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "CommandName": "Get-PnPPageCopyProgress", - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", "Rank": 1, - "Id": 668 + "CommandName": "Get-PnPPageCopyProgress", + "Id": 668, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", "Rank": 1, - "Id": 669 + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 669, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", "Rank": 2, - "Id": 670 + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 670, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Rank": 3, - "Id": 671 + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 671, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "CommandName": "Get-PnPPageSchedulingEnabled", - "Command": "Get-PnPPageSchedulingEnabled", "Rank": 1, - "Id": 672 + "CommandName": "Get-PnPPageSchedulingEnabled", + "Id": 672, + "Command": "Get-PnPPageSchedulingEnabled" }, { - "CommandName": "Get-PnPPlannerBucket", - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", "Rank": 1, - "Id": 673 + "CommandName": "Get-PnPPlannerBucket", + "Id": 673, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "CommandName": "Get-PnPPlannerConfiguration", - "Command": "Get-PnPPlannerConfiguration", "Rank": 1, - "Id": 674 + "CommandName": "Get-PnPPlannerConfiguration", + "Id": 674, + "Command": "Get-PnPPlannerConfiguration" }, { - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", "Rank": 1, - "Id": 675 + "CommandName": "Get-PnPPlannerPlan", + "Id": 675, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", "Rank": 2, - "Id": 676 + "CommandName": "Get-PnPPlannerPlan", + "Id": 676, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", "Rank": 3, - "Id": 677 + "CommandName": "Get-PnPPlannerPlan", + "Id": 677, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "CommandName": "Get-PnPPlannerRosterMember", - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Rank": 1, - "Id": 678 + "CommandName": "Get-PnPPlannerRosterMember", + "Id": 678, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", "Rank": 1, - "Id": 679 + "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 679, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", "Rank": 2, - "Id": 680 + "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 680, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", "Rank": 1, - "Id": 681 + "CommandName": "Get-PnPPlannerTask", + "Id": 681, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Rank": 2, - "Id": 682 + "CommandName": "Get-PnPPlannerTask", + "Id": 682, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Rank": 3, - "Id": 683 + "CommandName": "Get-PnPPlannerTask", + "Id": 683, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "CommandName": "Get-PnPPlannerUserPolicy", - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 684 + "CommandName": "Get-PnPPlannerUserPolicy", + "Id": 684, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp", "Rank": 1, - "Id": 685 + "CommandName": "Get-PnPPowerApp", + "Id": 685, + "Command": "Get-PnPPowerApp" }, { - "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Id": 686 + "CommandName": "Get-PnPPowerApp", + "Id": 686, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Rank": 1, - "Id": 687 + "CommandName": "Get-PnPPowerPlatformCustomConnector", + "Id": 687, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment", "Rank": 1, - "Id": 688 + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 688, + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", "Rank": 2, - "Id": 689 + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 689, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", "Rank": 3, - "Id": 690 + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 690, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Rank": 1, - "Id": 691 + "CommandName": "Get-PnPPowerPlatformSolution", + "Id": 691, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", "Rank": 2, - "Id": 692 + "CommandName": "Get-PnPPowerPlatformSolution", + "Id": 692, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Command": "Get-PnPPowerShellTelemetryEnabled", "Rank": 1, - "Id": 693 + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Id": 693, + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 1, - "Id": 694 + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 694, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", "Rank": 2, - "Id": 695 + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 695, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 1, - "Id": 696 + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 696, + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", "Rank": 2, - "Id": 697 + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 697, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", "Rank": 3, - "Id": 698 + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 698, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty", "Rank": 1, - "Id": 699 + "CommandName": "Get-PnPProfileCardProperty", + "Id": 699, + "Command": "Get-PnPProfileCardProperty" }, { - "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", "Rank": 2, - "Id": 700 + "CommandName": "Get-PnPProfileCardProperty", + "Id": 700, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag", "Rank": 1, - "Id": 701 + "CommandName": "Get-PnPPropertyBag", + "Id": 701, + "Command": "Get-PnPPropertyBag" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Key MyKey", "Rank": 2, - "Id": 702 + "CommandName": "Get-PnPPropertyBag", + "Id": 702, + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder", "Rank": 3, - "Id": 703 + "CommandName": "Get-PnPPropertyBag", + "Id": 703, + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", "Rank": 4, - "Id": 704 + "CommandName": "Get-PnPPropertyBag", + "Id": 704, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", "Rank": 5, - "Id": 705 + "CommandName": "Get-PnPPropertyBag", + "Id": 705, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition", "Rank": 1, - "Id": 706 + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 706, + "Command": "Get-PnPPublishingImageRendition" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", "Rank": 2, - "Id": 707 + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 707, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity 2", "Rank": 3, - "Id": 708 + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 708, + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem", "Rank": 1, - "Id": 709 + "CommandName": "Get-PnPRecycleBinItem", + "Id": 709, + "Command": "Get-PnPRecycleBinItem" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", "Rank": 2, - "Id": 710 + "CommandName": "Get-PnPRecycleBinItem", + "Id": 710, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -FirstStage", "Rank": 3, - "Id": 711 + "CommandName": "Get-PnPRecycleBinItem", + "Id": 711, + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -SecondStage", "Rank": 4, - "Id": 712 + "CommandName": "Get-PnPRecycleBinItem", + "Id": 712, + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", "Rank": 5, - "Id": 713 + "CommandName": "Get-PnPRecycleBinItem", + "Id": 713, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "CommandName": "Get-PnPRequestAccessEmails", - "Command": "Get-PnPRequestAccessEmails", "Rank": 1, - "Id": 714 + "CommandName": "Get-PnPRequestAccessEmails", + "Id": 714, + "Command": "Get-PnPRequestAccessEmails" }, { - "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel", "Rank": 1, - "Id": 715 + "CommandName": "Get-PnPRetentionLabel", + "Id": 715, + "Command": "Get-PnPRetentionLabel" }, { - "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", "Rank": 2, - "Id": 716 + "CommandName": "Get-PnPRetentionLabel", + "Id": 716, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition", "Rank": 1, - "Id": 717 + "CommandName": "Get-PnPRoleDefinition", + "Id": 717, + "Command": "Get-PnPRoleDefinition" }, { - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition -Identity Read", "Rank": 2, - "Id": 718 + "CommandName": "Get-PnPRoleDefinition", + "Id": 718, + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", "Rank": 3, - "Id": 719 + "CommandName": "Get-PnPRoleDefinition", + "Id": 719, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration", "Rank": 1, - "Id": 720 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 720, + "Command": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site", "Rank": 2, - "Id": 721 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 721, + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription", "Rank": 3, - "Id": 722 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 722, + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Rank": 4, - "Id": 723 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 723, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", "Rank": 5, - "Id": 724 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 724, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", "Rank": 6, - "Id": 725 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 725, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", "Rank": 7, - "Id": 726 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 726, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", "Rank": 8, - "Id": 727 + "CommandName": "Get-PnPSearchConfiguration", + "Id": 727, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog", "Rank": 1, - "Id": 728 + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 728, + "Command": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", "Rank": 2, - "Id": 729 + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 729, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", "Rank": 3, - "Id": 730 + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 730, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", "Rank": 4, - "Id": 731 + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 731, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", "Rank": 5, - "Id": 732 + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 732, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", "Rank": 6, - "Id": 733 + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 733, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", "Rank": 7, - "Id": 734 + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 734, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection", "Rank": 1, - "Id": 735 + "CommandName": "Get-PnPSearchExternalConnection", + "Id": 735, + "Command": "Get-PnPSearchExternalConnection" }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Rank": 2, - "Id": 736 + "CommandName": "Get-PnPSearchExternalConnection", + "Id": 736, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Rank": 1, - "Id": 737 + "CommandName": "Get-PnPSearchExternalItem", + "Id": 737, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", "Rank": 2, - "Id": 738 + "CommandName": "Get-PnPSearchExternalItem", + "Id": 738, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "CommandName": "Get-PnPSearchExternalSchema", - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", "Rank": 1, - "Id": 739 + "CommandName": "Get-PnPSearchExternalSchema", + "Id": 739, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "CommandName": "Get-PnPSearchSettings", - "Command": "Get-PnPSearchSettings", "Rank": 1, - "Id": 740 + "CommandName": "Get-PnPSearchSettings", + "Id": 740, + "Command": "Get-PnPSearchSettings" }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth", "Rank": 1, - "Id": 741 + "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 741, + "Command": "Get-PnPServiceCurrentHealth" }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", "Rank": 2, - "Id": 742 + "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 742, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue", "Rank": 1, - "Id": 743 + "CommandName": "Get-PnPServiceHealthIssue", + "Id": 743, + "Command": "Get-PnPServiceHealthIssue" }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", "Rank": 2, - "Id": 744 + "CommandName": "Get-PnPServiceHealthIssue", + "Id": 744, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn", "Rank": 1, - "Id": 745 + "CommandName": "Get-PnPSharePointAddIn", + "Id": 745, + "Command": "Get-PnPSharePointAddIn" }, { - "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", "Rank": 2, - "Id": 746 + "CommandName": "Get-PnPSharePointAddIn", + "Id": 746, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Command": "Get-PnPSharingForNonOwnersOfSite", "Rank": 1, - "Id": 747 + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Id": 747, + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite", "Rank": 1, - "Id": 748 + "CommandName": "Get-PnPSite", + "Id": 748, + "Command": "Get-PnPSite" }, { - "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", "Rank": 2, - "Id": 749 + "CommandName": "Get-PnPSite", + "Id": 749, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -All", "Rank": 1, - "Id": 750 + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 750, + "Command": "Get-PnPSiteAnalyticsData -All" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", "Rank": 2, - "Id": 751 + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 751, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Rank": 3, - "Id": 752 + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 752, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Rank": 4, - "Id": 753 + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 753, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "CommandName": "Get-PnPSiteClosure", - "Command": "Get-PnPSiteClosure", "Rank": 1, - "Id": 754 + "CommandName": "Get-PnPSiteClosure", + "Id": 754, + "Command": "Get-PnPSiteClosure" }, { - "CommandName": "Get-PnPSiteCollectionAdmin", - "Command": "Get-PnPSiteCollectionAdmin", "Rank": 1, - "Id": 755 + "CommandName": "Get-PnPSiteCollectionAdmin", + "Id": 755, + "Command": "Get-PnPSiteCollectionAdmin" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog", "Rank": 1, - "Id": 756 + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 756, + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", "Rank": 2, - "Id": 757 + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 757, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", "Rank": 3, - "Id": 758 + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 758, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "CommandName": "Get-PnPSiteCollectionTermStore", - "Command": "Get-PnPSiteCollectionTermStore", "Rank": 1, - "Id": 759 + "CommandName": "Get-PnPSiteCollectionTermStore", + "Id": 759, + "Command": "Get-PnPSiteCollectionTermStore" }, { - "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign", "Rank": 1, - "Id": 760 + "CommandName": "Get-PnPSiteDesign", + "Id": 760, + "Command": "Get-PnPSiteDesign" }, { - "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 2, - "Id": 761 + "CommandName": "Get-PnPSiteDesign", + "Id": 761, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPSiteDesignRights", - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Id": 762 + "CommandName": "Get-PnPSiteDesignRights", + "Id": 762, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun", "Rank": 1, - "Id": 763 + "CommandName": "Get-PnPSiteDesignRun", + "Id": 763, + "Command": "Get-PnPSiteDesignRun" }, { - "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", "Rank": 2, - "Id": 764 + "CommandName": "Get-PnPSiteDesignRun", + "Id": 764, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", "Rank": 1, - "Id": 765 + "CommandName": "Get-PnPSiteDesignTask", + "Id": 765, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask", "Rank": 2, - "Id": 766 + "CommandName": "Get-PnPSiteDesignTask", + "Id": 766, + "Command": "Get-PnPSiteDesignTask" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Rank": 3, - "Id": 767 + "CommandName": "Get-PnPSiteDesignTask", + "Id": 767, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Rank": 1, - "Id": 768 + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Id": 768, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Id": 769 + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", + "Id": 769, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup", "Rank": 1, - "Id": 770 + "CommandName": "Get-PnPSiteGroup", + "Id": 770, + "Command": "Get-PnPSiteGroup" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Rank": 2, - "Id": 771 + "CommandName": "Get-PnPSiteGroup", + "Id": 771, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", "Rank": 3, - "Id": 772 + "CommandName": "Get-PnPSiteGroup", + "Id": 772, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Rank": 4, - "Id": 773 + "CommandName": "Get-PnPSiteGroup", + "Id": 773, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy", "Rank": 1, - "Id": 774 + "CommandName": "Get-PnPSitePolicy", + "Id": 774, + "Command": "Get-PnPSitePolicy" }, { - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -AllAvailable", "Rank": 2, - "Id": 775 + "CommandName": "Get-PnPSitePolicy", + "Id": 775, + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", "Rank": 3, - "Id": 776 + "CommandName": "Get-PnPSitePolicy", + "Id": 776, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript", "Rank": 1, - "Id": 777 + "CommandName": "Get-PnPSiteScript", + "Id": 777, + "Command": "Get-PnPSiteScript" }, { - "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 2, - "Id": 778 + "CommandName": "Get-PnPSiteScript", + "Id": 778, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", "Rank": 1, - "Id": 779 + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 779, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", "Rank": 2, - "Id": 780 + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 780, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", "Rank": 3, - "Id": 781 + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 781, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", "Rank": 1, - "Id": 782 + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 782, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", "Rank": 2, - "Id": 783 + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 783, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", "Rank": 3, - "Id": 784 + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 784, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", "Rank": 4, - "Id": 785 + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 785, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", "Rank": 5, - "Id": 786 + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 786, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", "Rank": 6, - "Id": 787 + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 787, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults", "Rank": 1, - "Id": 788 + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 788, + "Command": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", "Rank": 2, - "Id": 789 + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 789, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", "Rank": 3, - "Id": 790 + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 790, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", "Rank": 4, - "Id": 791 + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 791, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", "Rank": 5, - "Id": 792 + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 792, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -All", "Rank": 6, - "Id": 793 + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 793, + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "CommandName": "Get-PnPSiteSensitivityLabel", - "Command": "Get-PnPSiteSensitivityLabel", "Rank": 1, - "Id": 794 + "CommandName": "Get-PnPSiteSensitivityLabel", + "Id": 794, + "Command": "Get-PnPSiteSensitivityLabel" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp", "Rank": 1, - "Id": 795 + "CommandName": "Get-PnPSiteTemplate", + "Id": 795, + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml", "Rank": 2, - "Id": 796 + "CommandName": "Get-PnPSiteTemplate", + "Id": 796, + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.md", "Rank": 3, - "Id": 797 + "CommandName": "Get-PnPSiteTemplate", + "Id": 797, + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", "Rank": 4, - "Id": 798 + "CommandName": "Get-PnPSiteTemplate", + "Id": 798, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", "Rank": 5, - "Id": 799 + "CommandName": "Get-PnPSiteTemplate", + "Id": 799, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", "Rank": 6, - "Id": 800 + "CommandName": "Get-PnPSiteTemplate", + "Id": 800, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", "Rank": 7, - "Id": 801 + "CommandName": "Get-PnPSiteTemplate", + "Id": 801, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", "Rank": 8, - "Id": 802 + "CommandName": "Get-PnPSiteTemplate", + "Id": 802, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", "Rank": 9, - "Id": 803 + "CommandName": "Get-PnPSiteTemplate", + "Id": 803, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", "Rank": 10, - "Id": 804 + "CommandName": "Get-PnPSiteTemplate", + "Id": 804, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", "Rank": 11, - "Id": 805 + "CommandName": "Get-PnPSiteTemplate", + "Id": 805, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", "Rank": 12, - "Id": 806 + "CommandName": "Get-PnPSiteTemplate", + "Id": 806, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", "Rank": 13, - "Id": 807 + "CommandName": "Get-PnPSiteTemplate", + "Id": 807, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", "Rank": 14, - "Id": 808 + "CommandName": "Get-PnPSiteTemplate", + "Id": 808, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "CommandName": "Get-PnPSiteUserInvitations", - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Rank": 1, - "Id": 809 + "CommandName": "Get-PnPSiteUserInvitations", + "Id": 809, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "CommandName": "Get-PnPSiteVersionPolicy", - "Command": "Get-PnPSiteVersionPolicy", "Rank": 1, - "Id": 810 + "CommandName": "Get-PnPSiteVersionPolicy", + "Id": 810, + "Command": "Get-PnPSiteVersionPolicy" }, { - "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Command": "Get-PnPSiteVersionPolicyStatus", "Rank": 1, - "Id": 811 + "CommandName": "Get-PnPSiteVersionPolicyStatus", + "Id": 811, + "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity", "Rank": 1, - "Id": 812 + "CommandName": "Get-PnPStorageEntity", + "Id": 812, + "Command": "Get-PnPStorageEntity" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey", "Rank": 2, - "Id": 813 + "CommandName": "Get-PnPStorageEntity", + "Id": 813, + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Scope Site", "Rank": 3, - "Id": 814 + "CommandName": "Get-PnPStorageEntity", + "Id": 814, + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", "Rank": 4, - "Id": 815 + "CommandName": "Get-PnPStorageEntity", + "Id": 815, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "CommandName": "Get-PnPStoredCredential", - "Command": "Get-PnPStoredCredential -Name O365", "Rank": 1, - "Id": 816 + "CommandName": "Get-PnPStoredCredential", + "Id": 816, + "Command": "Get-PnPStoredCredential -Name O365" }, { - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Rank": 1, - "Id": 817 + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Id": 817, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Rank": 1, - "Id": 818 + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Id": 818, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb", "Rank": 1, - "Id": 819 + "CommandName": "Get-PnPSubWeb", + "Id": 819, + "Command": "Get-PnPSubWeb" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse", "Rank": 2, - "Id": 820 + "CommandName": "Get-PnPSubWeb", + "Id": 820, + "Command": "Get-PnPSubWeb -Recurse" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", "Rank": 3, - "Id": 821 + "CommandName": "Get-PnPSubWeb", + "Id": 821, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", "Rank": 4, - "Id": 822 + "CommandName": "Get-PnPSubWeb", + "Id": 822, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", "Rank": 5, - "Id": 823 + "CommandName": "Get-PnPSubWeb", + "Id": 823, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel", "Rank": 1, - "Id": 824 + "CommandName": "Get-PnPSyntexModel", + "Id": 824, + "Command": "Get-PnPSyntexModel" }, { - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity 1", "Rank": 2, - "Id": 825 + "CommandName": "Get-PnPSyntexModel", + "Id": 825, + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", "Rank": 3, - "Id": 826 + "CommandName": "Get-PnPSyntexModel", + "Id": 826, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "CommandName": "Get-PnPSyntexModelPublication", - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", "Rank": 1, - "Id": 827 + "CommandName": "Get-PnPSyntexModelPublication", + "Id": 827, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "CommandName": "Get-PnPTaxonomyItem", - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", "Rank": 1, - "Id": 828 + "CommandName": "Get-PnPTaxonomyItem", + "Id": 828, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp", "Rank": 1, - "Id": 829 + "CommandName": "Get-PnPTeamsApp", + "Id": 829, + "Command": "Get-PnPTeamsApp" }, { - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", "Rank": 2, - "Id": 830 + "CommandName": "Get-PnPTeamsApp", + "Id": 830, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", "Rank": 3, - "Id": 831 + "CommandName": "Get-PnPTeamsApp", + "Id": 831, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", "Rank": 1, - "Id": 832 + "CommandName": "Get-PnPTeamsChannel", + "Id": 832, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", "Rank": 2, - "Id": 833 + "CommandName": "Get-PnPTeamsChannel", + "Id": 833, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Rank": 3, - "Id": 834 + "CommandName": "Get-PnPTeamsChannel", + "Id": 834, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", "Rank": 4, - "Id": 835 + "CommandName": "Get-PnPTeamsChannel", + "Id": 835, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", "Rank": 1, - "Id": 836 + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 836, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Rank": 2, - "Id": 837 + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 837, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", "Rank": 1, - "Id": 838 + "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 838, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", "Rank": 2, - "Id": 839 + "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 839, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", "Rank": 1, - "Id": 840 + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 840, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", "Rank": 2, - "Id": 841 + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 841, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", "Rank": 1, - "Id": 842 + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 842, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", "Rank": 2, - "Id": 843 + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 843, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", "Rank": 3, - "Id": 844 + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 844, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Rank": 4, - "Id": 845 + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 845, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", "Rank": 1, - "Id": 846 + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 846, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", "Rank": 2, - "Id": 847 + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 847, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", "Rank": 1, - "Id": 848 + "CommandName": "Get-PnPTeamsTab", + "Id": 848, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", "Rank": 2, - "Id": 849 + "CommandName": "Get-PnPTeamsTab", + "Id": 849, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", "Rank": 3, - "Id": 850 + "CommandName": "Get-PnPTeamsTab", + "Id": 850, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", "Rank": 4, - "Id": 851 + "CommandName": "Get-PnPTeamsTab", + "Id": 851, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", "Rank": 5, - "Id": 852 + "CommandName": "Get-PnPTeamsTab", + "Id": 852, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Rank": 1, - "Id": 853 + "CommandName": "Get-PnPTeamsTag", + "Id": 853, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Rank": 2, - "Id": 854 + "CommandName": "Get-PnPTeamsTag", + "Id": 854, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam", "Rank": 1, - "Id": 855 + "CommandName": "Get-PnPTeamsTeam", + "Id": 855, + "Command": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", "Rank": 2, - "Id": 856 + "CommandName": "Get-PnPTeamsTeam", + "Id": 856, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", "Rank": 3, - "Id": 857 + "CommandName": "Get-PnPTeamsTeam", + "Id": 857, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", "Rank": 4, - "Id": 858 + "CommandName": "Get-PnPTeamsTeam", + "Id": 858, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", "Rank": 5, - "Id": 859 + "CommandName": "Get-PnPTeamsTeam", + "Id": 859, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", "Rank": 6, - "Id": 860 + "CommandName": "Get-PnPTeamsTeam", + "Id": 860, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam", "Rank": 1, - "Id": 861 + "CommandName": "Get-PnPTeamsUser", + "Id": 861, + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", "Rank": 2, - "Id": 862 + "CommandName": "Get-PnPTeamsUser", + "Id": 862, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", "Rank": 3, - "Id": 863 + "CommandName": "Get-PnPTeamsUser", + "Id": 863, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", "Rank": 4, - "Id": 864 + "CommandName": "Get-PnPTeamsUser", + "Id": 864, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Command": "Get-PnPTemporarilyDisableAppBar", "Rank": 1, - "Id": 865 + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Id": 865, + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "CommandName": "Get-PnPTenant", - "Command": "Get-PnPTenant", "Rank": 1, - "Id": 866 + "CommandName": "Get-PnPTenant", + "Id": 866, + "Command": "Get-PnPTenant" }, { - "CommandName": "Get-PnPTenantAppCatalogUrl", - "Command": "Get-PnPTenantAppCatalogUrl", "Rank": 1, - "Id": 867 + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Id": 867, + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "CommandName": "Get-PnPTenantCdnEnabled", - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", "Rank": 1, - "Id": 868 + "CommandName": "Get-PnPTenantCdnEnabled", + "Id": 868, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "CommandName": "Get-PnPTenantCdnOrigin", - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", "Rank": 1, - "Id": 869 + "CommandName": "Get-PnPTenantCdnOrigin", + "Id": 869, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "CommandName": "Get-PnPTenantCdnPolicies", - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", "Rank": 1, - "Id": 870 + "CommandName": "Get-PnPTenantCdnPolicies", + "Id": 870, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite", "Rank": 1, - "Id": 871 + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 871, + "Command": "Get-PnPTenantDeletedSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Detailed", "Rank": 2, - "Id": 872 + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 872, + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 3, - "Id": 873 + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 873, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", "Rank": 4, - "Id": 874 + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 874, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", "Rank": 5, - "Id": 875 + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 875, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId", "Rank": 1, - "Id": 876 + "CommandName": "Get-PnPTenantId", + "Id": 876, + "Command": "Get-PnPTenantId" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId contoso", "Rank": 2, - "Id": 877 + "CommandName": "Get-PnPTenantId", + "Id": 877, + "Command": "Get-PnPTenantId contoso" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", "Rank": 3, - "Id": 878 + "CommandName": "Get-PnPTenantId", + "Id": 878, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", "Rank": 4, - "Id": 879 + "CommandName": "Get-PnPTenantId", + "Id": 879, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", "Rank": 1, - "Id": 880 + "CommandName": "Get-PnPTenantInfo", + "Id": 880, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", "Rank": 2, - "Id": 881 + "CommandName": "Get-PnPTenantInfo", + "Id": 881, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo", "Rank": 3, - "Id": 882 + "CommandName": "Get-PnPTenantInfo", + "Id": 882, + "Command": "Get-PnPTenantInfo" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -CurrentTenant", "Rank": 4, - "Id": 883 + "CommandName": "Get-PnPTenantInfo", + "Id": 883, + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "CommandName": "Get-PnPTenantInstance", - "Command": "Get-PnPTenantInstance", "Rank": 1, - "Id": 884 + "CommandName": "Get-PnPTenantInstance", + "Id": 884, + "Command": "Get-PnPTenantInstance" }, { - "CommandName": "Get-PnPTenantInternalSetting", - "Command": "Get-PnPTenantInternalSetting", "Rank": 1, - "Id": 885 + "CommandName": "Get-PnPTenantInternalSetting", + "Id": 885, + "Command": "Get-PnPTenantInternalSetting" }, { - "CommandName": "Get-PnPTenantPronounsSetting", - "Command": "Get-PnPTenantPronounsSetting", "Rank": 1, - "Id": 886 + "CommandName": "Get-PnPTenantPronounsSetting", + "Id": 886, + "Command": "Get-PnPTenantPronounsSetting" }, { - "CommandName": "Get-PnPTenantRecycleBinItem", - "Command": "Get-PnPTenantRecycleBinItem", "Rank": 1, - "Id": 887 + "CommandName": "Get-PnPTenantRecycleBinItem", + "Id": 887, + "Command": "Get-PnPTenantRecycleBinItem" }, { - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Command": "Get-PnPTenantRestrictedSearchAllowedList", "Rank": 1, - "Id": 888 + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", + "Id": 888, + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Command": "Get-PnPTenantRestrictedSearchMode", "Rank": 1, - "Id": 889 + "CommandName": "Get-PnPTenantRestrictedSearchMode", + "Id": 889, + "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel", "Rank": 1, - "Id": 890 + "CommandName": "Get-PnPTenantRetentionLabel", + "Id": 890, + "Command": "Get-PnPTenantRetentionLabel" }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", "Rank": 2, - "Id": 891 + "CommandName": "Get-PnPTenantRetentionLabel", + "Id": 891, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", "Rank": 1, - "Id": 892 + "CommandName": "Get-PnPTenantSequence", + "Id": 892, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", "Rank": 2, - "Id": 893 + "CommandName": "Get-PnPTenantSequence", + "Id": 893, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", "Rank": 1, - "Id": 894 + "CommandName": "Get-PnPTenantSequenceSite", + "Id": 894, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", "Rank": 2, - "Id": 895 + "CommandName": "Get-PnPTenantSequenceSite", + "Id": 895, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite", "Rank": 1, - "Id": 896 + "CommandName": "Get-PnPTenantSite", + "Id": 896, + "Command": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Detailed", "Rank": 2, - "Id": 897 + "CommandName": "Get-PnPTenantSite", + "Id": 897, + "Command": "Get-PnPTenantSite -Detailed" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", "Rank": 3, - "Id": 898 + "CommandName": "Get-PnPTenantSite", + "Id": 898, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", "Rank": 4, - "Id": 899 + "CommandName": "Get-PnPTenantSite", + "Id": 899, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", "Rank": 5, - "Id": 900 + "CommandName": "Get-PnPTenantSite", + "Id": 900, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", "Rank": 6, - "Id": 901 + "CommandName": "Get-PnPTenantSite", + "Id": 901, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", "Rank": 7, - "Id": 902 + "CommandName": "Get-PnPTenantSite", + "Id": 902, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", "Rank": 8, - "Id": 903 + "CommandName": "Get-PnPTenantSite", + "Id": 903, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -GroupIdDefined $true", "Rank": 9, - "Id": 904 + "CommandName": "Get-PnPTenantSite", + "Id": 904, + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "CommandName": "Get-PnPTenantSyncClientRestriction", - "Command": "Get-PnPTenantSyncClientRestriction", "Rank": 1, - "Id": 905 + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Id": 905, + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", "Rank": 1, - "Id": 906 + "CommandName": "Get-PnPTenantTemplate", + "Id": 906, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", "Rank": 2, - "Id": 907 + "CommandName": "Get-PnPTenantTemplate", + "Id": 907, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", "Rank": 3, - "Id": 908 + "CommandName": "Get-PnPTenantTemplate", + "Id": 908, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme", "Rank": 1, - "Id": 909 + "CommandName": "Get-PnPTenantTheme", + "Id": 909, + "Command": "Get-PnPTenantTheme" }, { - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", "Rank": 2, - "Id": 910 + "CommandName": "Get-PnPTenantTheme", + "Id": 910, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", "Rank": 3, - "Id": 911 + "CommandName": "Get-PnPTenantTheme", + "Id": 911, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 1, - "Id": 912 + "CommandName": "Get-PnPTerm", + "Id": 912, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Id": 913 + "CommandName": "Get-PnPTerm", + "Id": 913, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 3, - "Id": 914 + "CommandName": "Get-PnPTerm", + "Id": 914, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", "Rank": 4, - "Id": 915 + "CommandName": "Get-PnPTerm", + "Id": 915, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", "Rank": 5, - "Id": 916 + "CommandName": "Get-PnPTerm", + "Id": 916, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup", "Rank": 1, - "Id": 917 + "CommandName": "Get-PnPTermGroup", + "Id": 917, + "Command": "Get-PnPTermGroup" }, { - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity \"Departments\"", "Rank": 2, - "Id": 918 + "CommandName": "Get-PnPTermGroup", + "Id": 918, + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", "Rank": 3, - "Id": 919 + "CommandName": "Get-PnPTermGroup", + "Id": 919, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", "Rank": 1, - "Id": 920 + "CommandName": "Get-PnPTermLabel", + "Id": 920, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", "Rank": 2, - "Id": 921 + "CommandName": "Get-PnPTermLabel", + "Id": 921, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 3, - "Id": 922 + "CommandName": "Get-PnPTermLabel", + "Id": 922, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", "Rank": 1, - "Id": 923 + "CommandName": "Get-PnPTermSet", + "Id": 923, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Id": 924 + "CommandName": "Get-PnPTermSet", + "Id": 924, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", "Rank": 3, - "Id": 925 + "CommandName": "Get-PnPTermSet", + "Id": 925, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", "Rank": 4, - "Id": 926 + "CommandName": "Get-PnPTermSet", + "Id": 926, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme", "Rank": 1, - "Id": 927 + "CommandName": "Get-PnPTheme", + "Id": 927, + "Command": "Get-PnPTheme" }, { - "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme -DetectCurrentComposedLook", "Rank": 2, - "Id": 928 + "CommandName": "Get-PnPTheme", + "Id": 928, + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId", "Rank": 1, - "Id": 929 + "CommandName": "Get-PnPTimeZoneId", + "Id": 929, + "Command": "Get-PnPTimeZoneId" }, { - "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId -Match Stockholm", "Rank": 2, - "Id": 930 + "CommandName": "Get-PnPTimeZoneId", + "Id": 930, + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList", "Rank": 1, - "Id": 931 + "CommandName": "Get-PnPTodoList", + "Id": 931, + "Command": "Get-PnPTodoList" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Rank": 2, - "Id": 932 + "CommandName": "Get-PnPTodoList", + "Id": 932, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com", "Rank": 3, - "Id": 933 + "CommandName": "Get-PnPTodoList", + "Id": 933, + "Command": "Get-PnPTodoList -User john@doe.com" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Rank": 4, - "Id": 934 + "CommandName": "Get-PnPTodoList", + "Id": 934, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog", "Rank": 1, - "Id": 935 + "CommandName": "Get-PnPTraceLog", + "Id": 935, + "Command": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", "Rank": 2, - "Id": 936 + "CommandName": "Get-PnPTraceLog", + "Id": 936, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", "Rank": 3, - "Id": 937 + "CommandName": "Get-PnPTraceLog", + "Id": 937, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", "Rank": 4, - "Id": 938 + "CommandName": "Get-PnPTraceLog", + "Id": 938, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", "Rank": 5, - "Id": 939 + "CommandName": "Get-PnPTraceLog", + "Id": 939, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", "Rank": 6, - "Id": 940 + "CommandName": "Get-PnPTraceLog", + "Id": 940, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "CommandName": "Get-PnPUnfurlLink", - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", "Rank": 1, - "Id": 941 + "CommandName": "Get-PnPUnfurlLink", + "Id": 941, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "CommandName": "Get-PnPUnifiedAuditLog", - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", "Rank": 1, - "Id": 942 + "CommandName": "Get-PnPUnifiedAuditLog", + "Id": 942, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus", "Rank": 1, - "Id": 943 + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 943, + "Command": "Get-PnPUPABulkImportStatus" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", "Rank": 2, - "Id": 944 + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 944, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId ", "Rank": 3, - "Id": 945 + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 945, + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", "Rank": 4, - "Id": 946 + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 946, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser", "Rank": 1, - "Id": 947 + "CommandName": "Get-PnPUser", + "Id": 947, + "Command": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity 23", "Rank": 2, - "Id": 948 + "CommandName": "Get-PnPUser", + "Id": 948, + "Command": "Get-PnPUser -Identity 23" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", "Rank": 3, - "Id": 949 + "CommandName": "Get-PnPUser", + "Id": 949, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", "Rank": 4, - "Id": 950 + "CommandName": "Get-PnPUser", + "Id": 950, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned", "Rank": 5, - "Id": 951 + "CommandName": "Get-PnPUser", + "Id": 951, + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", "Rank": 6, - "Id": 952 + "CommandName": "Get-PnPUser", + "Id": 952, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssignedDetailed", "Rank": 7, - "Id": 953 + "CommandName": "Get-PnPUser", + "Id": 953, + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "CommandName": "Get-PnPUserOneDriveQuota", - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", "Rank": 1, - "Id": 954 + "CommandName": "Get-PnPUserOneDriveQuota", + "Id": 954, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 955 + "CommandName": "Get-PnPUserProfilePhoto", + "Id": 955, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", "Rank": 2, - "Id": 956 + "CommandName": "Get-PnPUserProfilePhoto", + "Id": 956, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", "Rank": 1, - "Id": 957 + "CommandName": "Get-PnPUserProfileProperty", + "Id": 957, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", "Rank": 2, - "Id": 958 + "CommandName": "Get-PnPUserProfileProperty", + "Id": 958, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", "Rank": 3, - "Id": 959 + "CommandName": "Get-PnPUserProfileProperty", + "Id": 959, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\"", "Rank": 1, - "Id": 960 + "CommandName": "Get-PnPView", + "Id": 960, + "Command": "Get-PnPView -List \"Demo List\"" }, { - "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", "Rank": 2, - "Id": 961 + "CommandName": "Get-PnPView", + "Id": 961, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", "Rank": 3, - "Id": 962 + "CommandName": "Get-PnPView", + "Id": 962, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE", "Rank": 1, - "Id": 963 + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 963, + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Rank": 2, - "Id": 964 + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 964, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity", "Rank": 1, - "Id": 965 + "CommandName": "Get-PnPVivaEngageCommunity", + "Id": 965, + "Command": "Get-PnPVivaEngageCommunity" }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Rank": 2, - "Id": 966 + "CommandName": "Get-PnPVivaEngageCommunity", + "Id": 966, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "CommandName": "Get-PnPWeb", - "Command": "Get-PnPWeb", "Rank": 1, - "Id": 967 + "CommandName": "Get-PnPWeb", + "Id": 967, + "Command": "Get-PnPWeb" }, { - "CommandName": "Get-PnPWebHeader", - "Command": "Get-PnPWebHeader", "Rank": 1, - "Id": 968 + "CommandName": "Get-PnPWebHeader", + "Id": 968, + "Command": "Get-PnPWebHeader" }, { - "CommandName": "Get-PnPWebhookSubscription", - "Command": "Get-PnPWebhookSubscription -List MyList", "Rank": 1, - "Id": 969 + "CommandName": "Get-PnPWebhookSubscription", + "Id": 969, + "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", "Rank": 1, - "Id": 970 + "CommandName": "Get-PnPWebPart", + "Id": 970, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 2, - "Id": 971 + "CommandName": "Get-PnPWebPart", + "Id": 971, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", "Rank": 1, - "Id": 972 + "CommandName": "Get-PnPWebPartProperty", + "Id": 972, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", "Rank": 2, - "Id": 973 + "CommandName": "Get-PnPWebPartProperty", + "Id": 973, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "CommandName": "Get-PnPWebPartXml", - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 1, - "Id": 974 + "CommandName": "Get-PnPWebPartXml", + "Id": 974, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", "Rank": 1, - "Id": 975 + "CommandName": "Get-PnPWebPermission", + "Id": 975, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Rank": 2, - "Id": 976 + "CommandName": "Get-PnPWebPermission", + "Id": 976, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates", "Rank": 1, - "Id": 977 + "CommandName": "Get-PnPWebTemplates", + "Id": 977, + "Command": "Get-PnPWebTemplates" }, { - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -LCID 1033", "Rank": 2, - "Id": 978 + "CommandName": "Get-PnPWebTemplates", + "Id": 978, + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", "Rank": 3, - "Id": 979 + "CommandName": "Get-PnPWebTemplates", + "Id": 979, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "CommandName": "Get-PnPWikiPageContent", - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", "Rank": 1, - "Id": 980 + "CommandName": "Get-PnPWikiPageContent", + "Id": 980, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", "Rank": 1, - "Id": 981 + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 981, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", "Rank": 2, - "Id": 982 + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 982, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "CommandName": "Grant-PnPHubSiteRights", - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Id": 983 + "CommandName": "Grant-PnPHubSiteRights", + "Id": 983, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Grant-PnPSiteDesignRights", - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Id": 984 + "CommandName": "Grant-PnPSiteDesignRights", + "Id": 984, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Rank": 1, - "Id": 985 + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Id": 985, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", "Rank": 1, - "Id": 986 + "CommandName": "Import-PnPTaxonomy", + "Id": 986, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", "Rank": 2, - "Id": 987 + "CommandName": "Import-PnPTaxonomy", + "Id": 987, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", "Rank": 3, - "Id": 988 + "CommandName": "Import-PnPTaxonomy", + "Id": 988, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", "Rank": 4, - "Id": 989 + "CommandName": "Import-PnPTaxonomy", + "Id": 989, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Xml $xml", "Rank": 1, - "Id": 990 + "CommandName": "Import-PnPTermGroupFromXml", + "Id": 990, + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Path input.xml", "Rank": 2, - "Id": 991 + "CommandName": "Import-PnPTermGroupFromXml", + "Id": 991, + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", "Rank": 1, - "Id": 992 + "CommandName": "Import-PnPTermSet", + "Id": 992, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", "Rank": 2, - "Id": 993 + "CommandName": "Import-PnPTermSet", + "Id": 993, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", "Rank": 3, - "Id": 994 + "CommandName": "Import-PnPTermSet", + "Id": 994, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 995 + "CommandName": "Install-PnPApp", + "Id": 995, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Id": 996 + "CommandName": "Install-PnPApp", + "Id": 996, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", "Rank": 1, - "Id": 997 + "CommandName": "Invoke-PnPGraphMethod", + "Id": 997, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", "Rank": 2, - "Id": 998 + "CommandName": "Invoke-PnPGraphMethod", + "Id": 998, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", "Rank": 3, - "Id": 999 + "CommandName": "Invoke-PnPGraphMethod", + "Id": 999, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", "Rank": 4, - "Id": 1000 + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1000, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users\"", "Rank": 5, - "Id": 1001 + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1001, + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", "Rank": 6, - "Id": 1002 + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1002, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", "Rank": 7, - "Id": 1003 + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1003, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Id": 1004 + "CommandName": "Invoke-PnPListDesign", + "Id": 1004, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Rank": 2, - "Id": 1005 + "CommandName": "Invoke-PnPListDesign", + "Id": 1005, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "CommandName": "Invoke-PnPQuery", - "Command": "Invoke-PnPQuery -RetryCount 5", "Rank": 1, - "Id": 1006 + "CommandName": "Invoke-PnPQuery", + "Id": 1006, + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Id": 1007 + "CommandName": "Invoke-PnPSiteDesign", + "Id": 1007, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Rank": 2, - "Id": 1008 + "CommandName": "Invoke-PnPSiteDesign", + "Id": 1008, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "CommandName": "Invoke-PnPSiteScript", - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", "Rank": 1, - "Id": 1009 + "CommandName": "Invoke-PnPSiteScript", + "Id": 1009, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Rank": 1, - "Id": 1010 + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1010, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Rank": 2, - "Id": 1011 + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1011, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", "Rank": 3, - "Id": 1012 + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1012, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", "Rank": 1, - "Id": 1013 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1013, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml", "Rank": 2, - "Id": 1014 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1014, + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", "Rank": 3, - "Id": 1015 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1015, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Rank": 4, - "Id": 1016 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1016, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", "Rank": 5, - "Id": 1017 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1017, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", "Rank": 6, - "Id": 1018 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1018, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", "Rank": 7, - "Id": 1019 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1019, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", "Rank": 8, - "Id": 1020 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1020, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", "Rank": 9, - "Id": 1021 + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1021, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "CommandName": "Invoke-PnPSPRestMethod", - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", "Rank": 1, - "Id": 1022 + "CommandName": "Invoke-PnPSPRestMethod", + "Id": 1022, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", "Rank": 1, - "Id": 1023 + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1023, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", "Rank": 2, - "Id": 1024 + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1024, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Rank": 3, - "Id": 1025 + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1025, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", "Rank": 1, - "Id": 1026 + "CommandName": "Invoke-PnPWebAction", + "Id": 1026, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", "Rank": 2, - "Id": 1027 + "CommandName": "Invoke-PnPWebAction", + "Id": 1027, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\"", "Rank": 1, - "Id": 1028 + "CommandName": "Measure-PnPList", + "Id": 1028, + "Command": "Measure-PnPList \"Documents\"" }, { - "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", "Rank": 2, - "Id": 1029 + "CommandName": "Measure-PnPList", + "Id": 1029, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb", "Rank": 1, - "Id": 1030 + "CommandName": "Measure-PnPWeb", + "Id": 1030, + "Command": "Measure-PnPWeb" }, { - "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb $web -Recursive", "Rank": 2, - "Id": 1031 + "CommandName": "Measure-PnPWeb", + "Id": 1031, + "Command": "Measure-PnPWeb $web -Recursive" }, { - "CommandName": "Merge-PnPTerm", - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", "Rank": 1, - "Id": 1032 + "CommandName": "Merge-PnPTerm", + "Id": 1032, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", "Rank": 1, - "Id": 1033 + "CommandName": "Move-PnPFile", + "Id": 1033, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", "Rank": 2, - "Id": 1034 + "CommandName": "Move-PnPFile", + "Id": 1034, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Rank": 3, - "Id": 1035 + "CommandName": "Move-PnPFile", + "Id": 1035, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Rank": 4, - "Id": 1036 + "CommandName": "Move-PnPFile", + "Id": 1036, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", "Rank": 1, - "Id": 1037 + "CommandName": "Move-PnPFolder", + "Id": 1037, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", "Rank": 2, - "Id": 1038 + "CommandName": "Move-PnPFolder", + "Id": 1038, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "CommandName": "Move-PnPListItemToRecycleBin", - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", "Rank": 1, - "Id": 1039 + "CommandName": "Move-PnPListItemToRecycleBin", + "Id": 1039, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "CommandName": "Move-PnPPage", - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Rank": 1, - "Id": 1040 + "CommandName": "Move-PnPPage", + "Id": 1040, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", "Rank": 1, - "Id": 1041 + "CommandName": "Move-PnPPageComponent", + "Id": 1041, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", "Rank": 2, - "Id": 1042 + "CommandName": "Move-PnPPageComponent", + "Id": 1042, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", "Rank": 3, - "Id": 1043 + "CommandName": "Move-PnPPageComponent", + "Id": 1043, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", "Rank": 4, - "Id": 1044 + "CommandName": "Move-PnPPageComponent", + "Id": 1044, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem", "Rank": 1, - "Id": 1045 + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1045, + "Command": "Move-PnPRecycleBinItem" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", "Rank": 2, - "Id": 1046 + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1046, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Force", "Rank": 3, - "Id": 1047 + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1047, + "Command": "Move-PnPRecycleBinItem -Force" }, { - "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", "Rank": 1, - "Id": 1048 + "CommandName": "Move-PnPTerm", + "Id": 1048, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", "Rank": 2, - "Id": 1049 + "CommandName": "Move-PnPTerm", + "Id": 1049, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", "Rank": 3, - "Id": 1050 + "CommandName": "Move-PnPTerm", + "Id": 1050, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", "Rank": 1, - "Id": 1051 + "CommandName": "Move-PnPTermSet", + "Id": 1051, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", "Rank": 2, - "Id": 1052 + "CommandName": "Move-PnPTermSet", + "Id": 1052, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", "Rank": 1, - "Id": 1053 + "CommandName": "New-PnPAzureADGroup", + "Id": 1053, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", "Rank": 2, - "Id": 1054 + "CommandName": "New-PnPAzureADGroup", + "Id": 1054, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", "Rank": 3, - "Id": 1055 + "CommandName": "New-PnPAzureADGroup", + "Id": 1055, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", "Rank": 1, - "Id": 1056 + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1056, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", "Rank": 2, - "Id": 1057 + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1057, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", "Rank": 3, - "Id": 1058 + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1058, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", "Rank": 1, - "Id": 1059 + "CommandName": "New-PnPAzureCertificate", + "Id": 1059, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", "Rank": 2, - "Id": 1060 + "CommandName": "New-PnPAzureCertificate", + "Id": 1060, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", "Rank": 3, - "Id": 1061 + "CommandName": "New-PnPAzureCertificate", + "Id": 1061, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", "Rank": 4, - "Id": 1062 + "CommandName": "New-PnPAzureCertificate", + "Id": 1062, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "CommandName": "New-PnPContainerType", - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", "Rank": 1, - "Id": 1063 + "CommandName": "New-PnPContainerType", + "Id": 1063, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", "Rank": 1, - "Id": 1064 + "CommandName": "New-PnPGraphSubscription", + "Id": 1064, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", "Rank": 2, - "Id": 1065 + "CommandName": "New-PnPGraphSubscription", + "Id": 1065, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "CommandName": "New-PnPGroup", - "Command": "New-PnPGroup -Title \"My Site Users\"", "Rank": 1, - "Id": 1066 + "CommandName": "New-PnPGroup", + "Id": 1066, + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", "Rank": 1, - "Id": 1067 + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1067, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Rank": 2, - "Id": 1068 + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1068, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", "Rank": 3, - "Id": 1069 + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1069, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Rank": 4, - "Id": 1070 + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1070, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Id": 1071 + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", + "Id": 1071, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title Announcements -Template Announcements", "Rank": 1, - "Id": 1072 + "CommandName": "New-PnPList", + "Id": 1072, + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", "Rank": 2, - "Id": 1073 + "CommandName": "New-PnPList", + "Id": 1073, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", "Rank": 3, - "Id": 1074 + "CommandName": "New-PnPList", + "Id": 1074, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", "Rank": 1, - "Id": 1075 + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1075, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", "Rank": 2, - "Id": 1076 + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1076, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", "Rank": 3, - "Id": 1077 + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1077, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", "Rank": 4, - "Id": 1078 + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1078, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Rank": 5, - "Id": 1079 + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1079, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Rank": 6, - "Id": 1080 + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1080, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", "Rank": 7, - "Id": 1081 + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1081, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", "Rank": 1, - "Id": 1082 + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 1082, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", "Rank": 2, - "Id": 1083 + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 1083, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "CommandName": "New-PnPPersonalSite", - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", "Rank": 1, - "Id": 1084 + "CommandName": "New-PnPPersonalSite", + "Id": 1084, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "CommandName": "New-PnPPlannerPlan", - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", "Rank": 1, - "Id": 1085 + "CommandName": "New-PnPPlannerPlan", + "Id": 1085, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "CommandName": "New-PnpProfileCardProperty", - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", "Rank": 1, - "Id": 1086 + "CommandName": "New-PnpProfileCardProperty", + "Id": 1086, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "CommandName": "New-PnPSdnProvider", - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", "Rank": 1, - "Id": 1087 + "CommandName": "New-PnPSdnProvider", + "Id": 1087, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", "Rank": 1, - "Id": 1088 + "CommandName": "New-PnPSearchExternalConnection", + "Id": 1088, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Rank": 2, - "Id": 1089 + "CommandName": "New-PnPSearchExternalConnection", + "Id": 1089, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Rank": 1, - "Id": 1090 + "CommandName": "New-PnPSite", + "Id": 1090, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", "Rank": 2, - "Id": 1091 + "CommandName": "New-PnPSite", + "Id": 1091, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Rank": 3, - "Id": 1092 + "CommandName": "New-PnPSite", + "Id": 1092, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Rank": 4, - "Id": 1093 + "CommandName": "New-PnPSite", + "Id": 1093, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Rank": 5, - "Id": 1094 + "CommandName": "New-PnPSite", + "Id": 1094, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Rank": 6, - "Id": 1095 + "CommandName": "New-PnPSite", + "Id": 1095, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", "Rank": 7, - "Id": 1096 + "CommandName": "New-PnPSite", + "Id": 1096, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", "Rank": 8, - "Id": 1097 + "CommandName": "New-PnPSite", + "Id": 1097, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", "Rank": 9, - "Id": 1098 + "CommandName": "New-PnPSite", + "Id": 1098, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", "Rank": 10, - "Id": 1099 + "CommandName": "New-PnPSite", + "Id": 1099, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Rank": 11, - "Id": 1100 + "CommandName": "New-PnPSite", + "Id": 1100, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Rank": 12, - "Id": 1101 + "CommandName": "New-PnPSite", + "Id": 1101, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Rank": 13, - "Id": 1102 + "CommandName": "New-PnPSite", + "Id": 1102, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Rank": 14, - "Id": 1103 + "CommandName": "New-PnPSite", + "Id": 1103, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Rank": 15, - "Id": 1104 + "CommandName": "New-PnPSite", + "Id": 1104, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", "Rank": 16, - "Id": 1105 + "CommandName": "New-PnPSite", + "Id": 1105, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", "Rank": 17, - "Id": 1106 + "CommandName": "New-PnPSite", + "Id": 1106, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "CommandName": "New-PnPSiteCollectionTermStore", - "Command": "New-PnPSiteCollectionTermStore", "Rank": 1, - "Id": 1107 + "CommandName": "New-PnPSiteCollectionTermStore", + "Id": 1107, + "Command": "New-PnPSiteCollectionTermStore" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", "Rank": 1, - "Id": 1108 + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1108, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", "Rank": 2, - "Id": 1109 + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1109, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", "Rank": 3, - "Id": 1110 + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1110, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Rank": 4, - "Id": 1111 + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1111, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Id": 1112 + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", + "Id": 1112, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", "Rank": 1, - "Id": 1113 + "CommandName": "New-PnPSiteGroup", + "Id": 1113, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", "Rank": 2, - "Id": 1114 + "CommandName": "New-PnPSiteGroup", + "Id": 1114, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", "Rank": 1, - "Id": 1115 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1115, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", "Rank": 2, - "Id": 1116 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1116, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", "Rank": 3, - "Id": 1117 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1117, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", "Rank": 4, - "Id": 1118 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1118, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", "Rank": 5, - "Id": 1119 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1119, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 6, - "Id": 1120 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1120, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", "Rank": 7, - "Id": 1121 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1121, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", "Rank": 8, - "Id": 1122 + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1122, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "CommandName": "New-PnPTeamsApp", - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", "Rank": 1, - "Id": 1123 + "CommandName": "New-PnPTeamsApp", + "Id": 1123, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", "Rank": 1, - "Id": 1124 + "CommandName": "New-PnPTeamsTeam", + "Id": 1124, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -GroupId $groupId", "Rank": 2, - "Id": 1125 + "CommandName": "New-PnPTeamsTeam", + "Id": 1125, + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", "Rank": 3, - "Id": 1126 + "CommandName": "New-PnPTeamsTeam", + "Id": 1126, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Rank": 4, - "Id": 1127 + "CommandName": "New-PnPTeamsTeam", + "Id": 1127, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", "Rank": 5, - "Id": 1128 + "CommandName": "New-PnPTeamsTeam", + "Id": 1128, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Rank": 6, - "Id": 1129 + "CommandName": "New-PnPTeamsTeam", + "Id": 1129, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", "Rank": 1, - "Id": 1130 + "CommandName": "New-PnPTenantSite", + "Id": 1130, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", "Rank": 2, - "Id": 1131 + "CommandName": "New-PnPTenantSite", + "Id": 1131, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", "Rank": 1, - "Id": 1132 + "CommandName": "New-PnPTerm", + "Id": 1132, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Rank": 2, - "Id": 1133 + "CommandName": "New-PnPTerm", + "Id": 1133, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\"", "Rank": 1, - "Id": 1134 + "CommandName": "New-PnPTermGroup", + "Id": 1134, + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Rank": 2, - "Id": 1135 + "CommandName": "New-PnPTermGroup", + "Id": 1135, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "CommandName": "New-PnPTermLabel", - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", "Rank": 1, - "Id": 1136 + "CommandName": "New-PnPTermLabel", + "Id": 1136, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "CommandName": "New-PnPTermSet", - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", "Rank": 1, - "Id": 1137 + "CommandName": "New-PnPTermSet", + "Id": 1137, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", "Rank": 1, - "Id": 1138 + "CommandName": "New-PnPTodoList", + "Id": 1138, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", "Rank": 2, - "Id": 1139 + "CommandName": "New-PnPTodoList", + "Id": 1139, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", "Rank": 1, - "Id": 1140 + "CommandName": "New-PnPUPABulkImportJob", + "Id": 1140, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", "Rank": 2, - "Id": 1141 + "CommandName": "New-PnPUPABulkImportJob", + "Id": 1141, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "CommandName": "New-PnPUser", - "Command": "New-PnPUser -LoginName user@company.com", "Rank": 1, - "Id": 1142 + "CommandName": "New-PnPUser", + "Id": 1142, + "Command": "New-PnPUser -LoginName user@company.com" }, { - "CommandName": "New-PnPVivaEngageCommunity", - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", "Rank": 1, - "Id": 1143 + "CommandName": "New-PnPVivaEngageCommunity", + "Id": 1143, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "CommandName": "New-PnPWeb", - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", "Rank": 1, - "Id": 1144 + "CommandName": "New-PnPWeb", + "Id": 1144, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Rank": 1, - "Id": 1145 + "CommandName": "Publish-PnPApp", + "Id": 1145, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", "Rank": 2, - "Id": 1146 + "CommandName": "Publish-PnPApp", + "Id": 1146, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "CommandName": "Publish-PnPContentType", - "Command": "Publish-PnPContentType -ContentType 0x0101", "Rank": 1, - "Id": 1147 + "CommandName": "Publish-PnPContentType", + "Id": 1147, + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Rank": 1, - "Id": 1148 + "CommandName": "Publish-PnPSyntexModel", + "Id": 1148, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Rank": 2, - "Id": 1149 + "CommandName": "Publish-PnPSyntexModel", + "Id": 1149, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp", "Rank": 1, - "Id": 1150 + "CommandName": "Read-PnPSiteTemplate", + "Id": 1150, + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", "Rank": 2, - "Id": 1151 + "CommandName": "Read-PnPSiteTemplate", + "Id": 1151, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Xml $xml", "Rank": 3, - "Id": 1152 + "CommandName": "Read-PnPSiteTemplate", + "Id": 1152, + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "CommandName": "Read-PnPTenantTemplate", - "Command": "Read-PnPTenantTemplate -Path template.pnp", "Rank": 1, - "Id": 1153 + "CommandName": "Read-PnPTenantTemplate", + "Id": 1153, + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "CommandName": "Register-PnPAppCatalogSite", - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", "Rank": 1, - "Id": 1154 + "CommandName": "Register-PnPAppCatalogSite", + "Id": 1154, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", "Rank": 1, - "Id": 1155 + "CommandName": "Register-PnPAzureADApp", + "Id": 1155, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 2, - "Id": 1156 + "CommandName": "Register-PnPAzureADApp", + "Id": 1156, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", "Rank": 3, - "Id": 1157 + "CommandName": "Register-PnPAzureADApp", + "Id": 1157, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 4, - "Id": 1158 + "CommandName": "Register-PnPAzureADApp", + "Id": 1158, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 5, - "Id": 1159 + "CommandName": "Register-PnPAzureADApp", + "Id": 1159, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 6, - "Id": 1160 + "CommandName": "Register-PnPAzureADApp", + "Id": 1160, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", "Rank": 7, - "Id": 1161 + "CommandName": "Register-PnPAzureADApp", + "Id": 1161, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", "Rank": 8, - "Id": 1162 + "CommandName": "Register-PnPAzureADApp", + "Id": 1162, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", "Rank": 1, - "Id": 1163 + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Id": 1163, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", "Rank": 2, - "Id": 1164 + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Id": 1164, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Rank": 1, - "Id": 1165 + "CommandName": "Register-PnPHubSite", + "Id": 1165, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", "Rank": 2, - "Id": 1166 + "CommandName": "Register-PnPHubSite", + "Id": 1166, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", "Rank": 1, - "Id": 1167 + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 1167, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", "Rank": 2, - "Id": 1168 + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 1168, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", "Rank": 1, - "Id": 1169 + "CommandName": "Remove-PnPAlert", + "Id": 1169, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Rank": 2, - "Id": 1170 + "CommandName": "Remove-PnPAlert", + "Id": 1170, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 1171 + "CommandName": "Remove-PnPApp", + "Id": 1171, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Id": 1172 + "CommandName": "Remove-PnPApp", + "Id": 1172, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 1, - "Id": 1173 + "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 1173, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Rank": 2, - "Id": 1174 + "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 1174, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", "Rank": 1, - "Id": 1175 + "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 1175, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Rank": 2, - "Id": 1176 + "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 1176, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity MyApp", "Rank": 1, - "Id": 1177 + "CommandName": "Remove-PnPAzureADApp", + "Id": 1177, + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Rank": 2, - "Id": 1178 + "CommandName": "Remove-PnPAzureADApp", + "Id": 1178, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $groupId", "Rank": 1, - "Id": 1179 + "CommandName": "Remove-PnPAzureADGroup", + "Id": 1179, + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $group", "Rank": 2, - "Id": 1180 + "CommandName": "Remove-PnPAzureADGroup", + "Id": 1180, + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "CommandName": "Remove-PnPAzureADGroupMember", - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1181 + "CommandName": "Remove-PnPAzureADGroupMember", + "Id": 1181, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPAzureADGroupOwner", - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1182 + "CommandName": "Remove-PnPAzureADGroupOwner", + "Id": 1182, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", "Rank": 1, - "Id": 1183 + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1183, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", "Rank": 2, - "Id": 1184 + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1184, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Rank": 3, - "Id": 1185 + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1185, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Rank": 4, - "Id": 1186 + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1186, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", "Rank": 1, - "Id": 1187 + "CommandName": "Remove-PnPAzureADUser", + "Id": 1187, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", "Rank": 2, - "Id": 1188 + "CommandName": "Remove-PnPAzureADUser", + "Id": 1188, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Rank": 1, - "Id": 1189 + "CommandName": "Remove-PnPContainer", + "Id": 1189, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Rank": 2, - "Id": 1190 + "CommandName": "Remove-PnPContainer", + "Id": 1190, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "CommandName": "Remove-PnPContainerType", - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", "Rank": 1, - "Id": 1191 + "CommandName": "Remove-PnPContainerType", + "Id": 1191, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\"", "Rank": 1, - "Id": 1192 + "CommandName": "Remove-PnPContentType", + "Id": 1192, + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", "Rank": 2, - "Id": 1193 + "CommandName": "Remove-PnPContentType", + "Id": 1193, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Rank": 1, - "Id": 1194 + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 1194, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Rank": 2, - "Id": 1195 + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 1195, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "CommandName": "Remove-PnPContentTypeFromList", - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", "Rank": 1, - "Id": 1196 + "CommandName": "Remove-PnPContentTypeFromList", + "Id": 1196, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 1, - "Id": 1197 + "CommandName": "Remove-PnPCustomAction", + "Id": 1197, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Rank": 2, - "Id": 1198 + "CommandName": "Remove-PnPCustomAction", + "Id": 1198, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", "Rank": 3, - "Id": 1199 + "CommandName": "Remove-PnPCustomAction", + "Id": 1199, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Rank": 1, - "Id": 1200 + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Id": 1200, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 1, - "Id": 1201 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1201, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 2, - "Id": 1202 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1202, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", "Rank": 3, - "Id": 1203 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1203, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList", "Rank": 4, - "Id": 1204 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1204, + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver", "Rank": 5, - "Id": 1205 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1205, + "Command": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Site", "Rank": 6, - "Id": 1206 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1206, + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Web", "Rank": 7, - "Id": 1207 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1207, + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope All", "Rank": 8, - "Id": 1208 + "CommandName": "Remove-PnPEventReceiver", + "Id": 1208, + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -Identity \"Speakers\"", "Rank": 1, - "Id": 1209 + "CommandName": "Remove-PnPField", + "Id": 1209, + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Rank": 2, - "Id": 1210 + "CommandName": "Remove-PnPField", + "Id": 1210, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Rank": 1, - "Id": 1211 + "CommandName": "Remove-PnPFieldFromContentType", + "Id": 1211, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", "Rank": 2, - "Id": 1212 + "CommandName": "Remove-PnPFieldFromContentType", + "Id": 1212, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", "Rank": 1, - "Id": 1213 + "CommandName": "Remove-PnPFile", + "Id": 1213, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", "Rank": 2, - "Id": 1214 + "CommandName": "Remove-PnPFile", + "Id": 1214, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", "Rank": 3, - "Id": 1215 + "CommandName": "Remove-PnPFile", + "Id": 1215, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "CommandName": "Remove-PnPFileFromSiteTemplate", - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", "Rank": 1, - "Id": 1216 + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Id": 1216, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Id": 1217 + "CommandName": "Remove-PnPFileSharingLink", + "Id": 1217, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", "Rank": 2, - "Id": 1218 + "CommandName": "Remove-PnPFileSharingLink", + "Id": 1218, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Rank": 1, - "Id": 1219 + "CommandName": "Remove-PnPFileVersion", + "Id": 1219, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Rank": 2, - "Id": 1220 + "CommandName": "Remove-PnPFileVersion", + "Id": 1220, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", "Rank": 3, - "Id": 1221 + "CommandName": "Remove-PnPFileVersion", + "Id": 1221, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Id": 1222 + "CommandName": "Remove-PnPFlow", + "Id": 1222, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", "Rank": 2, - "Id": 1223 + "CommandName": "Remove-PnPFlow", + "Id": 1223, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", "Rank": 1, - "Id": 1224 + "CommandName": "Remove-PnPFlowOwner", + "Id": 1224, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", "Rank": 2, - "Id": 1225 + "CommandName": "Remove-PnPFlowOwner", + "Id": 1225, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", "Rank": 3, - "Id": 1226 + "CommandName": "Remove-PnPFlowOwner", + "Id": 1226, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", "Rank": 4, - "Id": 1227 + "CommandName": "Remove-PnPFlowOwner", + "Id": 1227, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Rank": 1, - "Id": 1228 + "CommandName": "Remove-PnPFolder", + "Id": 1228, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", "Rank": 2, - "Id": 1229 + "CommandName": "Remove-PnPFolder", + "Id": 1229, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Id": 1230 + "CommandName": "Remove-PnPFolderSharingLink", + "Id": 1230, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", "Rank": 2, - "Id": 1231 + "CommandName": "Remove-PnPFolderSharingLink", + "Id": 1231, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "CommandName": "Remove-PnPGraphSubscription", - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", "Rank": 1, - "Id": 1232 + "CommandName": "Remove-PnPGraphSubscription", + "Id": 1232, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "CommandName": "Remove-PnPGroup", - "Command": "Remove-PnPGroup -Identity \"My Users\"", "Rank": 1, - "Id": 1233 + "CommandName": "Remove-PnPGroup", + "Id": 1233, + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "CommandName": "Remove-PnPGroupMember", - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Rank": 1, - "Id": 1234 + "CommandName": "Remove-PnPGroupMember", + "Id": 1234, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "CommandName": "Remove-PnPHomeSite", - "Command": "Remove-PnPHomeSite", "Rank": 1, - "Id": 1235 + "CommandName": "Remove-PnPHomeSite", + "Id": 1235, + "Command": "Remove-PnPHomeSite" }, { - "CommandName": "Remove-PnPHubSiteAssociation", - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", "Rank": 1, - "Id": 1236 + "CommandName": "Remove-PnPHubSiteAssociation", + "Id": 1236, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", "Rank": 1, - "Id": 1237 + "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 1237, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", "Rank": 2, - "Id": 1238 + "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 1238, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "CommandName": "Remove-PnPIndexedProperty", - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", "Rank": 1, - "Id": 1239 + "CommandName": "Remove-PnPIndexedProperty", + "Id": 1239, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", "Rank": 1, - "Id": 1240 + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1240, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", "Rank": 2, - "Id": 1241 + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1241, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", "Rank": 3, - "Id": 1242 + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1242, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Scope Site", "Rank": 4, - "Id": 1243 + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1243, + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", "Rank": 5, - "Id": 1244 + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1244, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "CommandName": "Remove-PnPKnowledgeHubSite", - "Command": "Remove-PnPKnowledgeHubSite", "Rank": 1, - "Id": 1245 + "CommandName": "Remove-PnPKnowledgeHubSite", + "Id": 1245, + "Command": "Remove-PnPKnowledgeHubSite" }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", "Rank": 1, - "Id": 1246 + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1246, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Rank": 2, - "Id": 1247 + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1247, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements", "Rank": 1, - "Id": 1248 + "CommandName": "Remove-PnPList", + "Id": 1248, + "Command": "Remove-PnPList -Identity Announcements" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Force", "Rank": 2, - "Id": 1249 + "CommandName": "Remove-PnPList", + "Id": 1249, + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle", "Rank": 3, - "Id": 1250 + "CommandName": "Remove-PnPList", + "Id": 1250, + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", "Rank": 4, - "Id": 1251 + "CommandName": "Remove-PnPList", + "Id": 1251, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "CommandName": "Remove-PnPListDesign", - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Id": 1252 + "CommandName": "Remove-PnPListDesign", + "Id": 1252, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", "Rank": 1, - "Id": 1253 + "CommandName": "Remove-PnPListItem", + "Id": 1253, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", "Rank": 2, - "Id": 1254 + "CommandName": "Remove-PnPListItem", + "Id": 1254, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\"", "Rank": 3, - "Id": 1255 + "CommandName": "Remove-PnPListItem", + "Id": 1255, + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", "Rank": 1, - "Id": 1256 + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1256, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", "Rank": 2, - "Id": 1257 + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1257, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", "Rank": 3, - "Id": 1258 + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1258, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", "Rank": 4, - "Id": 1259 + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1259, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", "Rank": 5, - "Id": 1260 + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1260, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", "Rank": 1, - "Id": 1261 + "CommandName": "Remove-PnPListItemComment", + "Id": 1261, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", "Rank": 2, - "Id": 1262 + "CommandName": "Remove-PnPListItemComment", + "Id": 1262, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", "Rank": 3, - "Id": 1263 + "CommandName": "Remove-PnPListItemComment", + "Id": 1263, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", "Rank": 4, - "Id": 1264 + "CommandName": "Remove-PnPListItemComment", + "Id": 1264, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Rank": 1, - "Id": 1265 + "CommandName": "Remove-PnPListItemVersion", + "Id": 1265, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Rank": 2, - "Id": 1266 + "CommandName": "Remove-PnPListItemVersion", + "Id": 1266, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "CommandName": "Remove-PnPManagedAppId", - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", "Rank": 1, - "Id": 1267 + "CommandName": "Remove-PnPManagedAppId", + "Id": 1267, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", "Rank": 1, - "Id": 1268 + "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1268, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $group", "Rank": 2, - "Id": 1269 + "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1269, + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1270 + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Id": 1270, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1271 + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Id": 1271, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", "Rank": 1, - "Id": 1272 + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", + "Id": 1272, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", "Rank": 1, - "Id": 1273 + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1273, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", "Rank": 2, - "Id": 1274 + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1274, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Identity 1032", "Rank": 1, - "Id": 1275 + "CommandName": "Remove-PnPNavigationNode", + "Id": 1275, + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", "Rank": 2, - "Id": 1276 + "CommandName": "Remove-PnPNavigationNode", + "Id": 1276, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", "Rank": 3, - "Id": 1277 + "CommandName": "Remove-PnPNavigationNode", + "Id": 1277, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", "Rank": 1, - "Id": 1278 + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1278, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", "Rank": 2, - "Id": 1279 + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1279, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", "Rank": 3, - "Id": 1280 + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1280, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "CommandName": "Remove-PnPOrgNewsSite", - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", "Rank": 1, - "Id": 1281 + "CommandName": "Remove-PnPOrgNewsSite", + "Id": 1281, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\"", "Rank": 1, - "Id": 1282 + "CommandName": "Remove-PnPPage", + "Id": 1282, + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", "Rank": 2, - "Id": 1283 + "CommandName": "Remove-PnPPage", + "Id": 1283, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage $page", "Rank": 3, - "Id": 1284 + "CommandName": "Remove-PnPPage", + "Id": 1284, + "Command": "Remove-PnPPage $page" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", "Rank": 4, - "Id": 1285 + "CommandName": "Remove-PnPPage", + "Id": 1285, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "CommandName": "Remove-PnPPageComponent", - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 1, - "Id": 1286 + "CommandName": "Remove-PnPPageComponent", + "Id": 1286, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Remove-PnPPlannerBucket", - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", "Rank": 1, - "Id": 1287 + "CommandName": "Remove-PnPPlannerBucket", + "Id": 1287, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "CommandName": "Remove-PnPPlannerPlan", - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", "Rank": 1, - "Id": 1288 + "CommandName": "Remove-PnPPlannerPlan", + "Id": 1288, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "CommandName": "Remove-PnPPlannerRoster", - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Rank": 1, - "Id": 1289 + "CommandName": "Remove-PnPPlannerRoster", + "Id": 1289, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "CommandName": "Remove-PnPPlannerRosterMember", - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1290 + "CommandName": "Remove-PnPPlannerRosterMember", + "Id": 1290, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPPlannerTask", - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", "Rank": 1, - "Id": 1291 + "CommandName": "Remove-PnPPlannerTask", + "Id": 1291, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "CommandName": "Remove-PnPProfileCardProperty", - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", "Rank": 1, - "Id": 1292 + "CommandName": "Remove-PnPProfileCardProperty", + "Id": 1292, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey", "Rank": 1, - "Id": 1293 + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1293, + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", "Rank": 2, - "Id": 1294 + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1294, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", "Rank": 3, - "Id": 1295 + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1295, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "CommandName": "Remove-PnPPublishingImageRendition", - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Rank": 1, - "Id": 1296 + "CommandName": "Remove-PnPPublishingImageRendition", + "Id": 1296, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "CommandName": "Remove-PnPRoleDefinition", - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", "Rank": 1, - "Id": 1297 + "CommandName": "Remove-PnPRoleDefinition", + "Id": 1297, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "CommandName": "Remove-PnPSdnProvider", - "Command": "Remove-PnPSdnProvider -Confirm:false", "Rank": 1, - "Id": 1298 + "CommandName": "Remove-PnPSdnProvider", + "Id": 1298, + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config", "Rank": 1, - "Id": 1299 + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1299, + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", "Rank": 2, - "Id": 1300 + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1300, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Rank": 3, - "Id": 1301 + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1301, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Rank": 4, - "Id": 1302 + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1302, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "CommandName": "Remove-PnPSearchExternalConnection", - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Rank": 1, - "Id": 1303 + "CommandName": "Remove-PnPSearchExternalConnection", + "Id": 1303, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "CommandName": "Remove-PnPSearchExternalItem", - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Rank": 1, - "Id": 1304 + "CommandName": "Remove-PnPSearchExternalItem", + "Id": 1304, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1305 + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1305, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Rank": 2, - "Id": 1306 + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1306, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Rank": 1, - "Id": 1307 + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Id": 1307, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "CommandName": "Remove-PnPSiteCollectionTermStore", - "Command": "Remove-PnPSiteCollectionTermStore", "Rank": 1, - "Id": 1308 + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Id": 1308, + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "CommandName": "Remove-PnPSiteDesign", - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Id": 1309 + "CommandName": "Remove-PnPSiteDesign", + "Id": 1309, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPSiteDesignTask", - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Id": 1310 + "CommandName": "Remove-PnPSiteDesignTask", + "Id": 1310, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, - "Id": 1311 + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1311, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", "Rank": 2, - "Id": 1312 + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1312, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", "Rank": 1, - "Id": 1313 + "CommandName": "Remove-PnPSiteGroup", + "Id": 1313, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", "Rank": 2, - "Id": 1314 + "CommandName": "Remove-PnPSiteGroup", + "Id": 1314, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "CommandName": "Remove-PnPSiteScript", - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Id": 1315 + "CommandName": "Remove-PnPSiteScript", + "Id": 1315, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPSiteUserInvitations", - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Rank": 1, - "Id": 1316 + "CommandName": "Remove-PnPSiteUserInvitations", + "Id": 1316, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey", "Rank": 1, - "Id": 1317 + "CommandName": "Remove-PnPStorageEntity", + "Id": 1317, + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", "Rank": 2, - "Id": 1318 + "CommandName": "Remove-PnPStorageEntity", + "Id": 1318, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "CommandName": "Remove-PnPStoredCredential", - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", "Rank": 1, - "Id": 1319 + "CommandName": "Remove-PnPStoredCredential", + "Id": 1319, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", "Rank": 1, - "Id": 1320 + "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1320, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", "Rank": 2, - "Id": 1321 + "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1321, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", "Rank": 1, - "Id": 1322 + "CommandName": "Remove-PnPTeamsApp", + "Id": 1322, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", "Rank": 2, - "Id": 1323 + "CommandName": "Remove-PnPTeamsApp", + "Id": 1323, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "CommandName": "Remove-PnPTeamsChannel", - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", "Rank": 1, - "Id": 1324 + "CommandName": "Remove-PnPTeamsChannel", + "Id": 1324, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", "Rank": 1, - "Id": 1325 + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1325, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Rank": 2, - "Id": 1326 + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1326, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", "Rank": 3, - "Id": 1327 + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1327, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", "Rank": 1, - "Id": 1328 + "CommandName": "Remove-PnPTeamsTab", + "Id": 1328, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", "Rank": 2, - "Id": 1329 + "CommandName": "Remove-PnPTeamsTab", + "Id": 1329, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", "Rank": 3, - "Id": 1330 + "CommandName": "Remove-PnPTeamsTab", + "Id": 1330, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "CommandName": "Remove-PnPTeamsTag", - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Rank": 1, - "Id": 1331 + "CommandName": "Remove-PnPTeamsTag", + "Id": 1331, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Rank": 1, - "Id": 1332 + "CommandName": "Remove-PnPTeamsTeam", + "Id": 1332, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity testteam", "Rank": 2, - "Id": 1333 + "CommandName": "Remove-PnPTeamsTeam", + "Id": 1333, + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", "Rank": 1, - "Id": 1334 + "CommandName": "Remove-PnPTeamsUser", + "Id": 1334, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Rank": 2, - "Id": 1335 + "CommandName": "Remove-PnPTeamsUser", + "Id": 1335, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", "Rank": 3, - "Id": 1336 + "CommandName": "Remove-PnPTeamsUser", + "Id": 1336, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "CommandName": "Remove-PnPTenantCdnOrigin", - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Rank": 1, - "Id": 1337 + "CommandName": "Remove-PnPTenantCdnOrigin", + "Id": 1337, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Id": 1338 + "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1338, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Rank": 2, - "Id": 1339 + "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1339, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Rank": 1, - "Id": 1340 + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1340, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Rank": 2, - "Id": 1341 + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1341, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Rank": 3, - "Id": 1342 + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1342, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Id": 1343 + "CommandName": "Remove-PnPTenantSite", + "Id": 1343, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", "Rank": 2, - "Id": 1344 + "CommandName": "Remove-PnPTenantSite", + "Id": 1344, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", "Rank": 3, - "Id": 1345 + "CommandName": "Remove-PnPTenantSite", + "Id": 1345, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Command": "Remove-PnPTenantSyncClientRestriction", "Rank": 1, - "Id": 1346 + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Id": 1346, + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "CommandName": "Remove-PnPTenantTheme", - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", "Rank": 1, - "Id": 1347 + "CommandName": "Remove-PnPTenantTheme", + "Id": 1347, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Rank": 1, - "Id": 1348 + "CommandName": "Remove-PnPTerm", + "Id": 1348, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Id": 1349 + "CommandName": "Remove-PnPTerm", + "Id": 1349, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Rank": 1, - "Id": 1350 + "CommandName": "Remove-PnPTermGroup", + "Id": 1350, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", "Rank": 2, - "Id": 1351 + "CommandName": "Remove-PnPTermGroup", + "Id": 1351, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", "Rank": 3, - "Id": 1352 + "CommandName": "Remove-PnPTermGroup", + "Id": 1352, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", "Rank": 1, - "Id": 1353 + "CommandName": "Remove-PnPTermLabel", + "Id": 1353, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Id": 1354 + "CommandName": "Remove-PnPTermLabel", + "Id": 1354, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", "Rank": 1, - "Id": 1355 + "CommandName": "Remove-PnPTodoList", + "Id": 1355, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", "Rank": 2, - "Id": 1356 + "CommandName": "Remove-PnPTodoList", + "Id": 1356, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity 23", "Rank": 1, - "Id": 1357 + "CommandName": "Remove-PnPUser", + "Id": 1357, + "Command": "Remove-PnPUser -Identity 23" }, { - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", "Rank": 2, - "Id": 1358 + "CommandName": "Remove-PnPUser", + "Id": 1358, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", "Rank": 3, - "Id": 1359 + "CommandName": "Remove-PnPUser", + "Id": 1359, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "CommandName": "Remove-PnPUserInfo", - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Rank": 1, - "Id": 1360 + "CommandName": "Remove-PnPUserInfo", + "Id": 1360, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "CommandName": "Remove-PnPUserProfile", - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", "Rank": 1, - "Id": 1361 + "CommandName": "Remove-PnPUserProfile", + "Id": 1361, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "CommandName": "Remove-PnPUserProfilePhoto", - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1362 + "CommandName": "Remove-PnPUserProfilePhoto", + "Id": 1362, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPView", - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", "Rank": 1, - "Id": 1363 + "CommandName": "Remove-PnPView", + "Id": 1363, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Rank": 1, - "Id": 1364 + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Id": 1364, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "CommandName": "Remove-PnPVivaEngageCommunity", - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Rank": 1, - "Id": 1365 + "CommandName": "Remove-PnPVivaEngageCommunity", + "Id": 1365, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity projectA", "Rank": 1, - "Id": 1366 + "CommandName": "Remove-PnPWeb", + "Id": 1366, + "Command": "Remove-PnPWeb -Identity projectA" }, { - "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", "Rank": 2, - "Id": 1367 + "CommandName": "Remove-PnPWeb", + "Id": 1367, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "CommandName": "Remove-PnPWebhookSubscription", - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", "Rank": 1, - "Id": 1368 + "CommandName": "Remove-PnPWebhookSubscription", + "Id": 1368, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 1, - "Id": 1369 + "CommandName": "Remove-PnPWebPart", + "Id": 1369, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", "Rank": 2, - "Id": 1370 + "CommandName": "Remove-PnPWebPart", + "Id": 1370, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "CommandName": "Remove-PnPWikiPage", - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", "Rank": 1, - "Id": 1371 + "CommandName": "Remove-PnPWikiPage", + "Id": 1371, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", "Rank": 1, - "Id": 1372 + "CommandName": "Rename-PnPFile", + "Id": 1372, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", "Rank": 2, - "Id": 1373 + "CommandName": "Rename-PnPFile", + "Id": 1373, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", "Rank": 3, - "Id": 1374 + "CommandName": "Rename-PnPFile", + "Id": 1374, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "CommandName": "Rename-PnPFolder", - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", "Rank": 1, - "Id": 1375 + "CommandName": "Rename-PnPFolder", + "Id": 1375, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Rank": 1, - "Id": 1376 + "CommandName": "Repair-PnPSite", + "Id": 1376, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Rank": 2, - "Id": 1377 + "CommandName": "Repair-PnPSite", + "Id": 1377, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", "Rank": 1, - "Id": 1378 + "CommandName": "Request-PnPPersonalSite", + "Id": 1378, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", "Rank": 2, - "Id": 1379 + "CommandName": "Request-PnPPersonalSite", + "Id": 1379, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "CommandName": "Request-PnPReIndexList", - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", "Rank": 1, - "Id": 1380 + "CommandName": "Request-PnPReIndexList", + "Id": 1380, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "CommandName": "Request-PnPReIndexWeb", - "Command": "Request-PnPReIndexWeb", "Rank": 1, - "Id": 1381 + "CommandName": "Request-PnPReIndexWeb", + "Id": 1381, + "Command": "Request-PnPReIndexWeb" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", "Rank": 1, - "Id": 1382 + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1382, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", "Rank": 2, - "Id": 1383 + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1383, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", "Rank": 3, - "Id": 1384 + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1384, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", "Rank": 1, - "Id": 1385 + "CommandName": "Reset-PnPDocumentId", + "Id": 1385, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", "Rank": 2, - "Id": 1386 + "CommandName": "Reset-PnPDocumentId", + "Id": 1386, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", "Rank": 1, - "Id": 1387 + "CommandName": "Reset-PnPFileVersion", + "Id": 1387, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", "Rank": 2, - "Id": 1388 + "CommandName": "Reset-PnPFileVersion", + "Id": 1388, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Command": "Reset-PnPMicrosoft365GroupExpiration", "Rank": 1, - "Id": 1389 + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", + "Id": 1389, + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", "Rank": 1, - "Id": 1390 + "CommandName": "Reset-PnPRetentionLabel", + "Id": 1390, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", "Rank": 2, - "Id": 1391 + "CommandName": "Reset-PnPRetentionLabel", + "Id": 1391, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", "Rank": 1, - "Id": 1392 + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Id": 1392, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "CommandName": "Resolve-PnPFolder", - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", "Rank": 1, - "Id": 1393 + "CommandName": "Resolve-PnPFolder", + "Id": 1393, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "CommandName": "Restart-PnPFlowRun", - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Rank": 1, - "Id": 1394 + "CommandName": "Restart-PnPFlowRun", + "Id": 1394, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "CommandName": "Restore-PnPDeletedContainer", - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Rank": 1, - "Id": 1395 + "CommandName": "Restore-PnPDeletedContainer", + "Id": 1395, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Rank": 1, - "Id": 1396 + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Id": 1396, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Rank": 1, - "Id": 1397 + "CommandName": "Restore-PnPFileVersion", + "Id": 1397, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", "Rank": 2, - "Id": 1398 + "CommandName": "Restore-PnPFileVersion", + "Id": 1398, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Rank": 3, - "Id": 1399 + "CommandName": "Restore-PnPFileVersion", + "Id": 1399, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Id": 1400 + "CommandName": "Restore-PnPFlow", + "Id": 1400, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Id": 1401 + "CommandName": "Restore-PnPFlow", + "Id": 1401, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Rank": 1, - "Id": 1402 + "CommandName": "Restore-PnPListItemVersion", + "Id": 1402, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Rank": 2, - "Id": 1403 + "CommandName": "Restore-PnPListItemVersion", + "Id": 1403, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "CommandName": "Restore-PnPRecycleBinItem", - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Rank": 1, - "Id": 1404 + "CommandName": "Restore-PnPRecycleBinItem", + "Id": 1404, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Id": 1405 + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1405, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Rank": 2, - "Id": 1406 + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1406, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Id": 1407 + "CommandName": "Restore-PnPTenantSite", + "Id": 1407, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Rank": 2, - "Id": 1408 + "CommandName": "Restore-PnPTenantSite", + "Id": 1408, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", "Rank": 3, - "Id": 1409 + "CommandName": "Restore-PnPTenantSite", + "Id": 1409, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", "Rank": 1, - "Id": 1410 + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Id": 1410, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "CommandName": "Revoke-PnPHubSiteRights", - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Id": 1411 + "CommandName": "Revoke-PnPHubSiteRights", + "Id": 1411, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Revoke-PnPSiteDesignRights", - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Id": 1412 + "CommandName": "Revoke-PnPSiteDesignRights", + "Id": 1412, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Rank": 1, - "Id": 1413 + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Id": 1413, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "CommandName": "Revoke-PnPUserSession", - "Command": "Revoke-PnPUserSession -User user1@contoso.com", "Rank": 1, - "Id": 1414 + "CommandName": "Revoke-PnPUserSession", + "Id": 1414, + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "CommandName": "Save-PnPPageConversionLog", - "Command": "Save-PnPPageConversionLog", "Rank": 1, - "Id": 1415 + "CommandName": "Save-PnPPageConversionLog", + "Id": 1415, + "Command": "Save-PnPPageConversionLog" }, { - "CommandName": "Save-PnPSiteTemplate", - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", "Rank": 1, - "Id": 1416 + "CommandName": "Save-PnPSiteTemplate", + "Id": 1416, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "CommandName": "Save-PnPTenantTemplate", - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", "Rank": 1, - "Id": 1417 + "CommandName": "Save-PnPTenantTemplate", + "Id": 1417, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Rank": 1, - "Id": 1418 + "CommandName": "Send-PnPMail", + "Id": 1418, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", "Rank": 2, - "Id": 1419 + "CommandName": "Send-PnPMail", + "Id": 1419, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Rank": 3, - "Id": 1420 + "CommandName": "Send-PnPMail", + "Id": 1420, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", "Rank": 4, - "Id": 1421 + "CommandName": "Send-PnPMail", + "Id": 1421, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", "Rank": 5, - "Id": 1422 + "CommandName": "Send-PnPMail", + "Id": 1422, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "CommandName": "Set-PnPAdaptiveScopeProperty", - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", "Rank": 1, - "Id": 1423 + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Id": 1423, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 1, - "Id": 1424 + "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1424, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Rank": 2, - "Id": 1425 + "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1425, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -On", "Rank": 1, - "Id": 1426 + "CommandName": "Set-PnPAppSideLoading", + "Id": 1426, + "Command": "Set-PnPAppSideLoading -On" }, { - "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -Off", "Rank": 2, - "Id": 1427 + "CommandName": "Set-PnPAppSideLoading", + "Id": 1427, + "Command": "Set-PnPAppSideLoading -Off" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -EnableAll", "Rank": 1, - "Id": 1428 + "CommandName": "Set-PnPAuditing", + "Id": 1428, + "Command": "Set-PnPAuditing -EnableAll" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -DisableAll", "Rank": 2, - "Id": 1429 + "CommandName": "Set-PnPAuditing", + "Id": 1429, + "Command": "Set-PnPAuditing -DisableAll" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7", "Rank": 3, - "Id": 1430 + "CommandName": "Set-PnPAuditing", + "Id": 1430, + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -TrimAuditLog", "Rank": 4, - "Id": 1431 + "CommandName": "Set-PnPAuditing", + "Id": 1431, + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", "Rank": 5, - "Id": 1432 + "CommandName": "Set-PnPAuditing", + "Id": 1432, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "CommandName": "Set-PnPAvailablePageLayouts", - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", "Rank": 1, - "Id": 1433 + "CommandName": "Set-PnPAvailablePageLayouts", + "Id": 1433, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", "Rank": 1, - "Id": 1434 + "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1434, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", "Rank": 2, - "Id": 1435 + "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1435, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", "Rank": 1, - "Id": 1436 + "CommandName": "Set-PnPAzureADGroup", + "Id": 1436, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Rank": 2, - "Id": 1437 + "CommandName": "Set-PnPAzureADGroup", + "Id": 1437, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", "Rank": 3, - "Id": 1438 + "CommandName": "Set-PnPAzureADGroup", + "Id": 1438, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", "Rank": 1, - "Id": 1439 + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1439, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", "Rank": 2, - "Id": 1440 + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1440, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", "Rank": 3, - "Id": 1441 + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1441, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", "Rank": 1, - "Id": 1442 + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1442, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", "Rank": 2, - "Id": 1443 + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1443, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", "Rank": 1, - "Id": 1444 + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1444, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", "Rank": 2, - "Id": 1445 + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1445, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", "Rank": 3, - "Id": 1446 + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1446, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", "Rank": 4, - "Id": 1447 + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1447, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Rank": 1, - "Id": 1448 + "CommandName": "Set-PnPContentType", + "Id": 1448, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", "Rank": 2, - "Id": 1449 + "CommandName": "Set-PnPContentType", + "Id": 1449, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Rank": 3, - "Id": 1450 + "CommandName": "Set-PnPContentType", + "Id": 1450, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Rank": 4, - "Id": 1451 + "CommandName": "Set-PnPContentType", + "Id": 1451, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Rank": 5, - "Id": 1452 + "CommandName": "Set-PnPContentType", + "Id": 1452, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", "Rank": 1, - "Id": 1453 + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Id": 1453, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", "Rank": 2, - "Id": 1454 + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Id": 1454, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", "Rank": 1, - "Id": 1455 + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1455, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", "Rank": 2, - "Id": 1456 + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1456, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", "Rank": 3, - "Id": 1457 + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1457, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", "Rank": 4, - "Id": 1458 + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1458, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "CommandName": "Set-PnPDefaultContentTypeToList", - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", "Rank": 1, - "Id": 1459 + "CommandName": "Set-PnPDefaultContentTypeToList", + "Id": 1459, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", "Rank": 1, - "Id": 1460 + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1460, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", "Rank": 2, - "Id": 1461 + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1461, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", "Rank": 3, - "Id": 1462 + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1462, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", "Rank": 1, - "Id": 1463 + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1463, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Rank": 2, - "Id": 1464 + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1464, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Rank": 3, - "Id": 1465 + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1465, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", "Rank": 1, - "Id": 1466 + "CommandName": "Set-PnPDocumentSetField", + "Id": 1466, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", "Rank": 2, - "Id": 1467 + "CommandName": "Set-PnPDocumentSetField", + "Id": 1467, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", "Rank": 1, - "Id": 1468 + "CommandName": "Set-PnPField", + "Id": 1468, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", "Rank": 2, - "Id": 1469 + "CommandName": "Set-PnPField", + "Id": 1469, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "CommandName": "Set-PnPField", - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", "Rank": 3, - "Id": 1470 + "CommandName": "Set-PnPField", + "Id": 1470, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", "Rank": 1, - "Id": 1471 + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1471, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", "Rank": 2, - "Id": 1472 + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1472, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", "Rank": 3, - "Id": 1473 + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1473, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "CommandName": "Set-PnPFileCheckedOut", - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", "Rank": 1, - "Id": 1474 + "CommandName": "Set-PnPFileCheckedOut", + "Id": 1474, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", "Rank": 1, - "Id": 1475 + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1475, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", "Rank": 2, - "Id": 1476 + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1476, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", "Rank": 3, - "Id": 1477 + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1477, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", "Rank": 1, - "Id": 1478 + "CommandName": "Set-PnPFolderPermission", + "Id": 1478, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Rank": 2, - "Id": 1479 + "CommandName": "Set-PnPFolderPermission", + "Id": 1479, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Rank": 3, - "Id": 1480 + "CommandName": "Set-PnPFolderPermission", + "Id": 1480, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true", "Rank": 1, - "Id": 1481 + "CommandName": "Set-PnPFooter", + "Id": 1481, + "Command": "Set-PnPFooter -Enabled:$true" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", "Rank": 2, - "Id": 1482 + "CommandName": "Set-PnPFooter", + "Id": 1482, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", "Rank": 3, - "Id": 1483 + "CommandName": "Set-PnPFooter", + "Id": 1483, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -LogoUrl \"\"", "Rank": 4, - "Id": 1484 + "CommandName": "Set-PnPFooter", + "Id": 1484, + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "CommandName": "Set-PnPGraphSubscription", - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", "Rank": 1, - "Id": 1485 + "CommandName": "Set-PnPGraphSubscription", + "Id": 1485, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", "Rank": 1, - "Id": 1486 + "CommandName": "Set-PnPGroup", + "Id": 1486, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", "Rank": 2, - "Id": 1487 + "CommandName": "Set-PnPGroup", + "Id": 1487, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", "Rank": 1, - "Id": 1488 + "CommandName": "Set-PnPGroupPermissions", + "Id": 1488, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", "Rank": 2, - "Id": 1489 + "CommandName": "Set-PnPGroupPermissions", + "Id": 1489, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", "Rank": 3, - "Id": 1490 + "CommandName": "Set-PnPGroupPermissions", + "Id": 1490, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", "Rank": 4, - "Id": 1491 + "CommandName": "Set-PnPGroupPermissions", + "Id": 1491, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", "Rank": 5, - "Id": 1492 + "CommandName": "Set-PnPGroupPermissions", + "Id": 1492, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", "Rank": 1, - "Id": 1493 + "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1493, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", "Rank": 2, - "Id": 1494 + "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1494, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", "Rank": 1, - "Id": 1495 + "CommandName": "Set-PnPHomePage", + "Id": 1495, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", "Rank": 2, - "Id": 1496 + "CommandName": "Set-PnPHomePage", + "Id": 1496, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Rank": 1, - "Id": 1497 + "CommandName": "Set-PnPHomeSite", + "Id": 1497, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", "Rank": 2, - "Id": 1498 + "CommandName": "Set-PnPHomeSite", + "Id": 1498, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", "Rank": 3, - "Id": 1499 + "CommandName": "Set-PnPHomeSite", + "Id": 1499, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", "Rank": 1, - "Id": 1500 + "CommandName": "Set-PnPHubSite", + "Id": 1500, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", "Rank": 2, - "Id": 1501 + "CommandName": "Set-PnPHubSite", + "Id": 1501, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", "Rank": 3, - "Id": 1502 + "CommandName": "Set-PnPHubSite", + "Id": 1502, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", "Rank": 4, - "Id": 1503 + "CommandName": "Set-PnPHubSite", + "Id": 1503, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", "Rank": 5, - "Id": 1504 + "CommandName": "Set-PnPHubSite", + "Id": 1504, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", "Rank": 6, - "Id": 1505 + "CommandName": "Set-PnPHubSite", + "Id": 1505, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", "Rank": 1, - "Id": 1506 + "CommandName": "Set-PnPImageListItemColumn", + "Id": 1506, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", "Rank": 2, - "Id": 1507 + "CommandName": "Set-PnPImageListItemColumn", + "Id": 1507, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "CommandName": "Set-PnPIndexedProperties", - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", "Rank": 1, - "Id": 1508 + "CommandName": "Set-PnPIndexedProperties", + "Id": 1508, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", "Rank": 1, - "Id": 1509 + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1509, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", "Rank": 2, - "Id": 1510 + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1510, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "CommandName": "Set-PnPKnowledgeHubSite", - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", "Rank": 1, - "Id": 1511 + "CommandName": "Set-PnPKnowledgeHubSite", + "Id": 1511, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", "Rank": 1, - "Id": 1512 + "CommandName": "Set-PnPList", + "Id": 1512, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", "Rank": 2, - "Id": 1513 + "CommandName": "Set-PnPList", + "Id": 1513, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", "Rank": 3, - "Id": 1514 + "CommandName": "Set-PnPList", + "Id": 1514, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", "Rank": 4, - "Id": 1515 + "CommandName": "Set-PnPList", + "Id": 1515, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", "Rank": 5, - "Id": 1516 + "CommandName": "Set-PnPList", + "Id": 1516, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", "Rank": 6, - "Id": 1517 + "CommandName": "Set-PnPList", + "Id": 1517, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", "Rank": 7, - "Id": 1518 + "CommandName": "Set-PnPList", + "Id": 1518, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", "Rank": 8, - "Id": 1519 + "CommandName": "Set-PnPList", + "Id": 1519, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", "Rank": 9, - "Id": 1520 + "CommandName": "Set-PnPList", + "Id": 1520, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", "Rank": 10, - "Id": 1521 + "CommandName": "Set-PnPList", + "Id": 1521, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", "Rank": 11, - "Id": 1522 + "CommandName": "Set-PnPList", + "Id": 1522, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", "Rank": 12, - "Id": 1523 + "CommandName": "Set-PnPList", + "Id": 1523, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", "Rank": 1, - "Id": 1524 + "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1524, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", "Rank": 2, - "Id": 1525 + "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1525, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 1, - "Id": 1526 + "CommandName": "Set-PnPListItem", + "Id": 1526, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 2, - "Id": 1527 + "CommandName": "Set-PnPListItem", + "Id": 1527, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 3, - "Id": 1528 + "CommandName": "Set-PnPListItem", + "Id": 1528, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", "Rank": 4, - "Id": 1529 + "CommandName": "Set-PnPListItem", + "Id": 1529, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", "Rank": 5, - "Id": 1530 + "CommandName": "Set-PnPListItem", + "Id": 1530, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Rank": 1, - "Id": 1531 + "CommandName": "Set-PnPListItemAsRecord", + "Id": 1531, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", "Rank": 2, - "Id": 1532 + "CommandName": "Set-PnPListItemAsRecord", + "Id": 1532, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", "Rank": 1, - "Id": 1533 + "CommandName": "Set-PnPListItemPermission", + "Id": 1533, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", "Rank": 2, - "Id": 1534 + "CommandName": "Set-PnPListItemPermission", + "Id": 1534, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Rank": 3, - "Id": 1535 + "CommandName": "Set-PnPListItemPermission", + "Id": 1535, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", "Rank": 4, - "Id": 1536 + "CommandName": "Set-PnPListItemPermission", + "Id": 1536, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", "Rank": 5, - "Id": 1537 + "CommandName": "Set-PnPListItemPermission", + "Id": 1537, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", "Rank": 1, - "Id": 1538 + "CommandName": "Set-PnPListPermission", + "Id": 1538, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Rank": 2, - "Id": 1539 + "CommandName": "Set-PnPListPermission", + "Id": 1539, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", "Rank": 1, - "Id": 1540 + "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1540, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", "Rank": 2, - "Id": 1541 + "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1541, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "CommandName": "Set-PnPManagedAppId", - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", "Rank": 1, - "Id": 1542 + "CommandName": "Set-PnPManagedAppId", + "Id": 1542, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Rank": 1, - "Id": 1543 + "CommandName": "Set-PnPMasterPage", + "Id": 1543, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Rank": 2, - "Id": 1544 + "CommandName": "Set-PnPMasterPage", + "Id": 1544, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Rank": 3, - "Id": 1545 + "CommandName": "Set-PnPMasterPage", + "Id": 1545, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Rank": 4, - "Id": 1546 + "CommandName": "Set-PnPMasterPage", + "Id": 1546, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", "Rank": 1, - "Id": 1547 + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1547, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Id": 1548 + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1548, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 3, - "Id": 1549 + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1549, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", "Rank": 1, - "Id": 1550 + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1550, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Id": 1551 + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1551, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 3, - "Id": 1552 + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1552, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", "Rank": 1, - "Id": 1553 + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1553, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Id": 1554 + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1554, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 3, - "Id": 1555 + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1555, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", "Rank": 1, - "Id": 1556 + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1556, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Id": 1557 + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1557, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 3, - "Id": 1558 + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1558, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", "Rank": 1, - "Id": 1559 + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1559, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Id": 1560 + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1560, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 3, - "Id": 1561 + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1561, + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", "Rank": 1, - "Id": 1562 + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1562, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Id": 1563 + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1563, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 3, - "Id": 1564 + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1564, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", "Rank": 1, - "Id": 1565 + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1565, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Rank": 2, - "Id": 1566 + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1566, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", "Rank": 3, - "Id": 1567 + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1567, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", "Rank": 4, - "Id": 1568 + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1568, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", "Rank": 5, - "Id": 1569 + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1569, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Rank": 6, - "Id": 1570 + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1570, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", "Rank": 1, - "Id": 1571 + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1571, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", "Rank": 2, - "Id": 1572 + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1572, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Rank": 1, - "Id": 1573 + "CommandName": "Set-PnPOrgAssetsLibrary", + "Id": 1573, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", "Rank": 2, - "Id": 1574 + "CommandName": "Set-PnPOrgAssetsLibrary", + "Id": 1574, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", "Rank": 1, - "Id": 1575 + "CommandName": "Set-PnPPage", + "Id": 1575, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", "Rank": 2, - "Id": 1576 + "CommandName": "Set-PnPPage", + "Id": 1576, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", "Rank": 3, - "Id": 1577 + "CommandName": "Set-PnPPage", + "Id": 1577, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", "Rank": 4, - "Id": 1578 + "CommandName": "Set-PnPPage", + "Id": 1578, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", "Rank": 5, - "Id": 1579 + "CommandName": "Set-PnPPage", + "Id": 1579, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", "Rank": 6, - "Id": 1580 + "CommandName": "Set-PnPPage", + "Id": 1580, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", "Rank": 7, - "Id": 1581 + "CommandName": "Set-PnPPage", + "Id": 1581, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", "Rank": 8, - "Id": 1582 + "CommandName": "Set-PnPPage", + "Id": 1582, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", "Rank": 9, - "Id": 1583 + "CommandName": "Set-PnPPage", + "Id": 1583, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", "Rank": 10, - "Id": 1584 + "CommandName": "Set-PnPPage", + "Id": 1584, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", "Rank": 11, - "Id": 1585 + "CommandName": "Set-PnPPage", + "Id": 1585, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", "Rank": 12, - "Id": 1586 + "CommandName": "Set-PnPPage", + "Id": 1586, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", "Rank": 13, - "Id": 1587 + "CommandName": "Set-PnPPage", + "Id": 1587, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "CommandName": "Set-PnPPageTextPart", - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", "Rank": 1, - "Id": 1588 + "CommandName": "Set-PnPPageTextPart", + "Id": 1588, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", "Rank": 1, - "Id": 1589 + "CommandName": "Set-PnPPageWebPart", + "Id": 1589, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", "Rank": 2, - "Id": 1590 + "CommandName": "Set-PnPPageWebPart", + "Id": 1590, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "CommandName": "Set-PnPPlannerBucket", - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", "Rank": 1, - "Id": 1591 + "CommandName": "Set-PnPPlannerBucket", + "Id": 1591, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", "Rank": 1, - "Id": 1592 + "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1592, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", "Rank": 2, - "Id": 1593 + "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1593, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "CommandName": "Set-PnPPlannerPlan", - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", "Rank": 1, - "Id": 1594 + "CommandName": "Set-PnPPlannerPlan", + "Id": 1594, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", "Rank": 1, - "Id": 1595 + "CommandName": "Set-PnPPlannerTask", + "Id": 1595, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", "Rank": 2, - "Id": 1596 + "CommandName": "Set-PnPPlannerTask", + "Id": 1596, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", "Rank": 3, - "Id": 1597 + "CommandName": "Set-PnPPlannerTask", + "Id": 1597, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", "Rank": 4, - "Id": 1598 + "CommandName": "Set-PnPPlannerTask", + "Id": 1598, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "CommandName": "Set-PnPPlannerUserPolicy", - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Id": 1599 + "CommandName": "Set-PnPPlannerUserPolicy", + "Id": 1599, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", "Rank": 1, - "Id": 1600 + "CommandName": "Set-PnPPowerAppByPassConsent", + "Id": 1600, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", "Rank": 2, - "Id": 1601 + "CommandName": "Set-PnPPowerAppByPassConsent", + "Id": 1601, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", "Rank": 1, - "Id": 1602 + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1602, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", "Rank": 2, - "Id": 1603 + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1603, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", "Rank": 3, - "Id": 1604 + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1604, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", "Rank": 1, - "Id": 1605 + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1605, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled", "Rank": 2, - "Id": 1606 + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1606, + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", "Rank": 3, - "Id": 1607 + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1607, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", "Rank": 1, - "Id": 1608 + "CommandName": "Set-PnPRetentionLabel", + "Id": 1608, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", "Rank": 2, - "Id": 1609 + "CommandName": "Set-PnPRetentionLabel", + "Id": 1609, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", "Rank": 3, - "Id": 1610 + "CommandName": "Set-PnPRetentionLabel", + "Id": 1610, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", "Rank": 1, - "Id": 1611 + "CommandName": "Set-PnPRoleDefinition", + "Id": 1611, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", "Rank": 2, - "Id": 1612 + "CommandName": "Set-PnPRoleDefinition", + "Id": 1612, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", "Rank": 3, - "Id": 1613 + "CommandName": "Set-PnPRoleDefinition", + "Id": 1613, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", "Rank": 4, - "Id": 1614 + "CommandName": "Set-PnPRoleDefinition", + "Id": 1614, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config", "Rank": 1, - "Id": 1615 + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1615, + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", "Rank": 2, - "Id": 1616 + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1616, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Rank": 3, - "Id": 1617 + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1617, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Rank": 4, - "Id": 1618 + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1618, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", "Rank": 1, - "Id": 1619 + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1619, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", "Rank": 2, - "Id": 1620 + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1620, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Rank": 3, - "Id": 1621 + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1621, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", "Rank": 1, - "Id": 1622 + "CommandName": "Set-PnPSearchExternalItem", + "Id": 1622, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", "Rank": 2, - "Id": 1623 + "CommandName": "Set-PnPSearchExternalItem", + "Id": 1623, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Set-PnPSearchExternalSchema", - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", "Rank": 1, - "Id": 1624 + "CommandName": "Set-PnPSearchExternalSchema", + "Id": 1624, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", "Rank": 1, - "Id": 1625 + "CommandName": "Set-PnPSearchSettings", + "Id": 1625, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", "Rank": 2, - "Id": 1626 + "CommandName": "Set-PnPSearchSettings", + "Id": 1626, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", "Rank": 3, - "Id": 1627 + "CommandName": "Set-PnPSearchSettings", + "Id": 1627, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", "Rank": 4, - "Id": 1628 + "CommandName": "Set-PnPSearchSettings", + "Id": 1628, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", "Rank": 5, - "Id": 1629 + "CommandName": "Set-PnPSearchSettings", + "Id": 1629, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Tenant", "Rank": 6, - "Id": 1630 + "CommandName": "Set-PnPSearchSettings", + "Id": 1630, + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Hub", "Rank": 7, - "Id": 1631 + "CommandName": "Set-PnPSearchSettings", + "Id": 1631, + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification \"HBI\"", "Rank": 1, - "Id": 1632 + "CommandName": "Set-PnPSite", + "Id": 1632, + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification $null", "Rank": 2, - "Id": 1633 + "CommandName": "Set-PnPSite", + "Id": 1633, + "Command": "Set-PnPSite -Classification $null" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows", "Rank": 3, - "Id": 1634 + "CommandName": "Set-PnPSite", + "Id": 1634, + "Command": "Set-PnPSite -DisableFlows" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows:$false", "Rank": 4, - "Id": 1635 + "CommandName": "Set-PnPSite", + "Id": 1635, + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", "Rank": 5, - "Id": 1636 + "CommandName": "Set-PnPSite", + "Id": 1636, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -NoScriptSite $false", "Rank": 6, - "Id": 1637 + "CommandName": "Set-PnPSite", + "Id": 1637, + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", "Rank": 1, - "Id": 1638 + "CommandName": "Set-PnPSiteArchiveState", + "Id": 1638, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", "Rank": 2, - "Id": 1639 + "CommandName": "Set-PnPSiteArchiveState", + "Id": 1639, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "CommandName": "Set-PnPSiteClassification", - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", "Rank": 1, - "Id": 1640 + "CommandName": "Set-PnPSiteClassification", + "Id": 1640, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Open", "Rank": 1, - "Id": 1641 + "CommandName": "Set-PnPSiteClosure", + "Id": 1641, + "Command": "Set-PnPSiteClosure -State Open" }, { - "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Closed", "Rank": 2, - "Id": 1642 + "CommandName": "Set-PnPSiteClosure", + "Id": 1642, + "Command": "Set-PnPSiteClosure -State Closed" }, { - "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", "Rank": 1, - "Id": 1643 + "CommandName": "Set-PnPSiteDesign", + "Id": 1643, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Rank": 2, - "Id": 1644 + "CommandName": "Set-PnPSiteDesign", + "Id": 1644, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", "Rank": 1, - "Id": 1645 + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Id": 1645, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", "Rank": 2, - "Id": 1646 + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Id": 1646, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", "Rank": 1, - "Id": 1647 + "CommandName": "Set-PnPSiteGroup", + "Id": 1647, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", "Rank": 2, - "Id": 1648 + "CommandName": "Set-PnPSiteGroup", + "Id": 1648, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "CommandName": "Set-PnPSitePolicy", - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", "Rank": 1, - "Id": 1649 + "CommandName": "Set-PnPSitePolicy", + "Id": 1649, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "CommandName": "Set-PnPSiteScript", - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Rank": 1, - "Id": 1650 + "CommandName": "Set-PnPSiteScript", + "Id": 1650, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "CommandName": "Set-PnPSiteScriptPackage", - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Rank": 1, - "Id": 1651 + "CommandName": "Set-PnPSiteScriptPackage", + "Id": 1651, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", "Rank": 1, - "Id": 1652 + "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1652, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", "Rank": 2, - "Id": 1653 + "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1653, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", "Rank": 1, - "Id": 1654 + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1654, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", "Rank": 2, - "Id": 1655 + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1655, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Rank": 3, - "Id": 1656 + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1656, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Rank": 4, - "Id": 1657 + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1657, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Rank": 5, - "Id": 1658 + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1658, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Rank": 6, - "Id": 1659 + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1659, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", "Rank": 1, - "Id": 1660 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1660, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", "Rank": 2, - "Id": 1661 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1661, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", "Rank": 3, - "Id": 1662 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1662, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", "Rank": 4, - "Id": 1663 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1663, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", "Rank": 5, - "Id": 1664 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1664, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", "Rank": 6, - "Id": 1665 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1665, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", "Rank": 7, - "Id": 1666 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1666, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", "Rank": 8, - "Id": 1667 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1667, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", "Rank": 9, - "Id": 1668 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1668, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", "Rank": 10, - "Id": 1669 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1669, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", "Rank": 11, - "Id": 1670 + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1670, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Rank": 1, - "Id": 1671 + "CommandName": "Set-PnPStorageEntity", + "Id": 1671, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Rank": 2, - "Id": 1672 + "CommandName": "Set-PnPStorageEntity", + "Id": 1672, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Rank": 1, - "Id": 1673 + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1673, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Rank": 2, - "Id": 1674 + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1674, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Rank": 1, - "Id": 1675 + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1675, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Rank": 2, - "Id": 1676 + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1676, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", "Rank": 1, - "Id": 1677 + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1677, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", "Rank": 2, - "Id": 1678 + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1678, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", "Rank": 3, - "Id": 1679 + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1679, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "CommandName": "Set-PnPTeamifyPromptHidden", - "Command": "Set-PnPTeamifyPromptHidden", "Rank": 1, - "Id": 1680 + "CommandName": "Set-PnPTeamifyPromptHidden", + "Id": 1680, + "Command": "Set-PnPTeamifyPromptHidden" }, { - "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", "Rank": 1, - "Id": 1681 + "CommandName": "Set-PnPTeamsChannel", + "Id": 1681, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", "Rank": 2, - "Id": 1682 + "CommandName": "Set-PnPTeamsChannel", + "Id": 1682, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", "Rank": 1, - "Id": 1683 + "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1683, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", "Rank": 2, - "Id": 1684 + "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1684, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "CommandName": "Set-PnPTeamsTab", - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", "Rank": 1, - "Id": 1685 + "CommandName": "Set-PnPTeamsTab", + "Id": 1685, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "CommandName": "Set-PnPTeamsTag", - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", "Rank": 1, - "Id": 1686 + "CommandName": "Set-PnPTeamsTag", + "Id": 1686, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", "Rank": 1, - "Id": 1687 + "CommandName": "Set-PnPTeamsTeam", + "Id": 1687, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", "Rank": 2, - "Id": 1688 + "CommandName": "Set-PnPTeamsTeam", + "Id": 1688, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", "Rank": 3, - "Id": 1689 + "CommandName": "Set-PnPTeamsTeam", + "Id": 1689, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", "Rank": 4, - "Id": 1690 + "CommandName": "Set-PnPTeamsTeam", + "Id": 1690, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", "Rank": 1, - "Id": 1691 + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1691, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", "Rank": 2, - "Id": 1692 + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1692, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", "Rank": 3, - "Id": 1693 + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1693, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "CommandName": "Set-PnPTeamsTeamPicture", - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", "Rank": 1, - "Id": 1694 + "CommandName": "Set-PnPTeamsTeamPicture", + "Id": 1694, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $true", "Rank": 1, - "Id": 1695 + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1695, + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $false", "Rank": 2, - "Id": 1696 + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1696, + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", "Rank": 1, - "Id": 1697 + "CommandName": "Set-PnPTenant", + "Id": 1697, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", "Rank": 2, - "Id": 1698 + "CommandName": "Set-PnPTenant", + "Id": 1698, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", "Rank": 3, - "Id": 1699 + "CommandName": "Set-PnPTenant", + "Id": 1699, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", "Rank": 4, - "Id": 1700 + "CommandName": "Set-PnPTenant", + "Id": 1700, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", "Rank": 5, - "Id": 1701 + "CommandName": "Set-PnPTenant", + "Id": 1701, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", "Rank": 6, - "Id": 1702 + "CommandName": "Set-PnPTenant", + "Id": 1702, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "CommandName": "Set-PnPTenantAppCatalogUrl", - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", "Rank": 1, - "Id": 1703 + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Id": 1703, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", "Rank": 1, - "Id": 1704 + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1704, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", "Rank": 2, - "Id": 1705 + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1705, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", "Rank": 3, - "Id": 1706 + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1706, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", "Rank": 1, - "Id": 1707 + "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1707, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", "Rank": 2, - "Id": 1708 + "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1708, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", "Rank": 1, - "Id": 1709 + "CommandName": "Set-PnPTenantPronounsSetting", + "Id": 1709, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", "Rank": 2, - "Id": 1710 + "CommandName": "Set-PnPTenantPronounsSetting", + "Id": 1710, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", "Rank": 1, - "Id": 1711 + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Id": 1711, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", "Rank": 2, - "Id": 1712 + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Id": 1712, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", "Rank": 1, - "Id": 1713 + "CommandName": "Set-PnPTenantSite", + "Id": 1713, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", "Rank": 2, - "Id": 1714 + "CommandName": "Set-PnPTenantSite", + "Id": 1714, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", "Rank": 3, - "Id": 1715 + "CommandName": "Set-PnPTenantSite", + "Id": 1715, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Rank": 4, - "Id": 1716 + "CommandName": "Set-PnPTenantSite", + "Id": 1716, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", "Rank": 5, - "Id": 1717 + "CommandName": "Set-PnPTenantSite", + "Id": 1717, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", "Rank": 1, - "Id": 1718 + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1718, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", "Rank": 2, - "Id": 1719 + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1719, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", "Rank": 1, - "Id": 1720 + "CommandName": "Set-PnPTerm", + "Id": 1720, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Rank": 2, - "Id": 1721 + "CommandName": "Set-PnPTerm", + "Id": 1721, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", "Rank": 3, - "Id": 1722 + "CommandName": "Set-PnPTerm", + "Id": 1722, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", "Rank": 4, - "Id": 1723 + "CommandName": "Set-PnPTerm", + "Id": 1723, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", "Rank": 1, - "Id": 1724 + "CommandName": "Set-PnPTermGroup", + "Id": 1724, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Rank": 2, - "Id": 1725 + "CommandName": "Set-PnPTermGroup", + "Id": 1725, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", "Rank": 1, - "Id": 1726 + "CommandName": "Set-PnPTermSet", + "Id": 1726, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", "Rank": 2, - "Id": 1727 + "CommandName": "Set-PnPTermSet", + "Id": 1727, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", "Rank": 3, - "Id": 1728 + "CommandName": "Set-PnPTermSet", + "Id": 1728, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme", "Rank": 1, - "Id": 1729 + "CommandName": "Set-PnPTheme", + "Id": 1729, + "Command": "Set-PnPTheme" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", "Rank": 2, - "Id": 1730 + "CommandName": "Set-PnPTheme", + "Id": 1730, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", "Rank": 3, - "Id": 1731 + "CommandName": "Set-PnPTheme", + "Id": 1731, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", "Rank": 4, - "Id": 1732 + "CommandName": "Set-PnPTheme", + "Id": 1732, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "CommandName": "Set-PnPUserOneDriveQuota", - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", "Rank": 1, - "Id": 1733 + "CommandName": "Set-PnPUserOneDriveQuota", + "Id": 1733, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "CommandName": "Set-PnPUserProfilePhoto", - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", "Rank": 1, - "Id": 1734 + "CommandName": "Set-PnPUserProfilePhoto", + "Id": 1734, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", "Rank": 1, - "Id": 1735 + "CommandName": "Set-PnPUserProfileProperty", + "Id": 1735, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", "Rank": 2, - "Id": 1736 + "CommandName": "Set-PnPUserProfileProperty", + "Id": 1736, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", "Rank": 1, - "Id": 1737 + "CommandName": "Set-PnPView", + "Id": 1737, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", "Rank": 2, - "Id": 1738 + "CommandName": "Set-PnPView", + "Id": 1738, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", "Rank": 3, - "Id": 1739 + "CommandName": "Set-PnPView", + "Id": 1739, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", "Rank": 4, - "Id": 1740 + "CommandName": "Set-PnPView", + "Id": 1740, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", "Rank": 1, - "Id": 1741 + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1741, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", "Rank": 2, - "Id": 1742 + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1742, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", "Rank": 3, - "Id": 1743 + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1743, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", "Rank": 4, - "Id": 1744 + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1744, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", "Rank": 1, - "Id": 1745 + "CommandName": "Set-PnPVivaEngageCommunity", + "Id": 1745, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", "Rank": 2, - "Id": 1746 + "CommandName": "Set-PnPVivaEngageCommunity", + "Id": 1746, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", "Rank": 1, - "Id": 1747 + "CommandName": "Set-PnPWeb", + "Id": 1747, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", "Rank": 2, - "Id": 1748 + "CommandName": "Set-PnPWeb", + "Id": 1748, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", "Rank": 3, - "Id": 1749 + "CommandName": "Set-PnPWeb", + "Id": 1749, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -NoCrawl:$true", "Rank": 4, - "Id": 1750 + "CommandName": "Set-PnPWeb", + "Id": 1750, + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", "Rank": 1, - "Id": 1751 + "CommandName": "Set-PnPWebHeader", + "Id": 1751, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", "Rank": 2, - "Id": 1752 + "CommandName": "Set-PnPWebHeader", + "Id": 1752, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -LogoAlignment Middle", "Rank": 3, - "Id": 1753 + "CommandName": "Set-PnPWebHeader", + "Id": 1753, + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", "Rank": 1, - "Id": 1754 + "CommandName": "Set-PnPWebhookSubscription", + "Id": 1754, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Rank": 2, - "Id": 1755 + "CommandName": "Set-PnPWebhookSubscription", + "Id": 1755, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "CommandName": "Set-PnPWebPartProperty", - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", "Rank": 1, - "Id": 1756 + "CommandName": "Set-PnPWebPartProperty", + "Id": 1756, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", "Rank": 1, - "Id": 1757 + "CommandName": "Set-PnPWebPermission", + "Id": 1757, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", "Rank": 2, - "Id": 1758 + "CommandName": "Set-PnPWebPermission", + "Id": 1758, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", "Rank": 3, - "Id": 1759 + "CommandName": "Set-PnPWebPermission", + "Id": 1759, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", "Rank": 4, - "Id": 1760 + "CommandName": "Set-PnPWebPermission", + "Id": 1760, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme MyTheme", "Rank": 1, - "Id": 1761 + "CommandName": "Set-PnPWebTheme", + "Id": 1761, + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", "Rank": 2, - "Id": 1762 + "CommandName": "Set-PnPWebTheme", + "Id": 1762, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "CommandName": "Set-PnPWikiPageContent", - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", "Rank": 1, - "Id": 1763 + "CommandName": "Set-PnPWikiPageContent", + "Id": 1763, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport", "Rank": 1, - "Id": 1764 + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1764, + "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport 28", "Rank": 2, - "Id": 1765 + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1765, + "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", "Rank": 1, - "Id": 1766 + "CommandName": "Start-PnPTraceLog", + "Id": 1766, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", "Rank": 2, - "Id": 1767 + "CommandName": "Start-PnPTraceLog", + "Id": 1767, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", "Rank": 3, - "Id": 1768 + "CommandName": "Start-PnPTraceLog", + "Id": 1768, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", "Rank": 4, - "Id": 1769 + "CommandName": "Start-PnPTraceLog", + "Id": 1769, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Rank": 1, - "Id": 1770 + "CommandName": "Stop-PnPFlowRun", + "Id": 1770, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", "Rank": 2, - "Id": 1771 + "CommandName": "Stop-PnPFlowRun", + "Id": 1771, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog", "Rank": 1, - "Id": 1772 + "CommandName": "Stop-PnPTraceLog", + "Id": 1772, + "Command": "Stop-PnPTraceLog" }, { - "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", "Rank": 2, - "Id": 1773 + "CommandName": "Stop-PnPTraceLog", + "Id": 1773, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"finance\"", "Rank": 1, - "Id": 1774 + "CommandName": "Submit-PnPSearchQuery", + "Id": 1774, + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", "Rank": 2, - "Id": 1775 + "CommandName": "Submit-PnPSearchQuery", + "Id": 1775, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", "Rank": 3, - "Id": 1776 + "CommandName": "Submit-PnPSearchQuery", + "Id": 1776, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", "Rank": 4, - "Id": 1777 + "CommandName": "Submit-PnPSearchQuery", + "Id": 1777, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", "Rank": 5, - "Id": 1778 + "CommandName": "Submit-PnPSearchQuery", + "Id": 1778, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", "Rank": 6, - "Id": 1779 + "CommandName": "Submit-PnPSearchQuery", + "Id": 1779, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", "Rank": 1, - "Id": 1780 + "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1780, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", "Rank": 2, - "Id": 1781 + "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1781, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "CommandName": "Sync-PnPAppToTeams", - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 1782 + "CommandName": "Sync-PnPAppToTeams", + "Id": 1782, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", "Rank": 1, - "Id": 1783 + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1783, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", "Rank": 2, - "Id": 1784 + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1784, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", "Rank": 3, - "Id": 1785 + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1785, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "CommandName": "Test-PnPListItemIsRecord", - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", "Rank": 1, - "Id": 1786 + "CommandName": "Test-PnPListItemIsRecord", + "Id": 1786, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", "Rank": 1, - "Id": 1787 + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Id": 1787, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Rank": 1, - "Id": 1788 + "CommandName": "Test-PnPSite", + "Id": 1788, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Rank": 2, - "Id": 1789 + "CommandName": "Test-PnPSite", + "Id": 1789, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "CommandName": "Test-PnPTenantTemplate", - "Command": "Test-PnPTenantTemplate -Template $myTemplate", "Rank": 1, - "Id": 1790 + "CommandName": "Test-PnPTenantTemplate", + "Id": 1790, + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "CommandName": "Undo-PnPFileCheckedOut", - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", "Rank": 1, - "Id": 1791 + "CommandName": "Undo-PnPFileCheckedOut", + "Id": 1791, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 1792 + "CommandName": "Uninstall-PnPApp", + "Id": 1792, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Id": 1793 + "CommandName": "Uninstall-PnPApp", + "Id": 1793, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", "Rank": 1, - "Id": 1794 + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", + "Id": 1794, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 1795 + "CommandName": "Unpublish-PnPApp", + "Id": 1795, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Id": 1796 + "CommandName": "Unpublish-PnPApp", + "Id": 1796, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Unpublish-PnPContentType", - "Command": "Unpublish-PnPContentType -ContentType 0x0101", "Rank": 1, - "Id": 1797 + "CommandName": "Unpublish-PnPContentType", + "Id": 1797, + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Rank": 1, - "Id": 1798 + "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1798, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Rank": 2, - "Id": 1799 + "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1799, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "CommandName": "Unregister-PnPHubSite", - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Rank": 1, - "Id": 1800 + "CommandName": "Unregister-PnPHubSite", + "Id": 1800, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Id": 1801 + "CommandName": "Update-PnPApp", + "Id": 1801, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Id": 1802 + "CommandName": "Update-PnPApp", + "Id": 1802, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Rank": 1, - "Id": 1803 + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1803, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", "Rank": 2, - "Id": 1804 + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1804, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", "Rank": 3, - "Id": 1805 + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1805, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", "Rank": 1, - "Id": 1806 + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1806, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Rank": 2, - "Id": 1807 + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1807, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", "Rank": 3, - "Id": 1808 + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1808, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "CommandName": "Update-PnPTeamsApp", - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", "Rank": 1, - "Id": 1809 + "CommandName": "Update-PnPTeamsApp", + "Id": 1809, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Rank": 1, - "Id": 1810 + "CommandName": "Update-PnPTeamsUser", + "Id": 1810, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Rank": 2, - "Id": 1811 + "CommandName": "Update-PnPTeamsUser", + "Id": 1811, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", "Rank": 3, - "Id": 1812 + "CommandName": "Update-PnPTeamsUser", + "Id": 1812, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", "Rank": 1, - "Id": 1813 + "CommandName": "Update-PnPTodoList", + "Id": 1813, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", "Rank": 2, - "Id": 1814 + "CommandName": "Update-PnPTodoList", + "Id": 1814, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "CommandName": "Update-PnPUserType", - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", "Rank": 1, - "Id": 1815 + "CommandName": "Update-PnPUserType", + "Id": 1815, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Rank": 1, - "Id": 1816 + "CommandName": "Use-PnPBrandCenterFontPackage", + "Id": 1816, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", "Rank": 2, - "Id": 1817 + "CommandName": "Use-PnPBrandCenterFontPackage", + "Id": 1817, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\"", "Rank": 1, - "Id": 1818 + "CommandName": "Write-PnPTraceLog", + "Id": 1818, + "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", "Rank": 2, - "Id": 1819 + "CommandName": "Write-PnPTraceLog", + "Id": 1819, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", "Rank": 3, - "Id": 1820 + "CommandName": "Write-PnPTraceLog", + "Id": 1820, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", "Rank": 4, - "Id": 1821 + "CommandName": "Write-PnPTraceLog", + "Id": 1821, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 1c1199f00..1d123a960 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.106", + "Version": "3.1.107", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index ff189a87e..00a143922 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.106 \ No newline at end of file +3.1.107 \ No newline at end of file From 88fc16539b26c9ed2fbce59fe0ded56d2b2bd9b8 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Sun, 3 Aug 2025 03:14:34 +0000 Subject: [PATCH 08/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 2 +- version.txt | 2 +- 4 files changed, 5468 insertions(+), 5468 deletions(-) diff --git a/dependencies.json b/dependencies.json index ab3ef4789..e772322bd 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250802-030308", + "Updated": "20250803-031254", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "c84752a1f1a0006ecab7ca71283674741bcf375e", - "PnPCore": "7de69b1f151420640b7984c5f3b604fddfb145ab" + "PnPFramework": "836652147b28925a40c870371d6cd16c35e3be95", + "PnPCore": "0a88d38ff9a2d84356bc8198316d469cc0b0c0a2" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 6bd76fa45..2960fcd6a 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Rank": 1, - "CommandName": "Add-PnPAlert", "Id": 1, - "Command": "Add-PnPAlert -List \"Demo List\"" + "Rank": 1, + "Command": "Add-PnPAlert -List \"Demo List\"", + "CommandName": "Add-PnPAlert" }, { - "Rank": 2, - "CommandName": "Add-PnPAlert", "Id": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" + "Rank": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", + "CommandName": "Add-PnPAlert" }, { - "Rank": 3, - "CommandName": "Add-PnPAlert", "Id": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPAlert" }, { - "Rank": 4, - "CommandName": "Add-PnPAlert", "Id": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" + "Rank": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", + "CommandName": "Add-PnPAlert" }, { - "Rank": 1, - "CommandName": "Add-PnPApp", "Id": 5, - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "Rank": 1, + "Command": "Add-PnPApp -Path ./myapp.sppkg", + "CommandName": "Add-PnPApp" }, { - "Rank": 2, - "CommandName": "Add-PnPApp", "Id": 6, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "Rank": 2, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", + "CommandName": "Add-PnPApp" }, { - "Rank": 3, - "CommandName": "Add-PnPApp", "Id": 7, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" + "Rank": 3, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", + "CommandName": "Add-PnPApp" }, { - "Rank": 4, - "CommandName": "Add-PnPApp", "Id": 8, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "Rank": 4, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", + "CommandName": "Add-PnPApp" }, { - "Rank": 1, - "CommandName": "Add-PnPApplicationCustomizer", "Id": 9, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" + "Rank": 1, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", + "CommandName": "Add-PnPApplicationCustomizer" }, { - "Rank": 1, - "CommandName": "Add-PnPAvailableSiteClassification", "Id": 10, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "Rank": 1, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", + "CommandName": "Add-PnPAvailableSiteClassification" }, { - "Rank": 2, - "CommandName": "Add-PnPAvailableSiteClassification", "Id": 11, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "Rank": 2, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", + "CommandName": "Add-PnPAvailableSiteClassification" }, { - "Rank": 1, - "CommandName": "Add-PnPAzureADGroupMember", "Id": 12, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPAzureADGroupMember" }, { - "Rank": 2, - "CommandName": "Add-PnPAzureADGroupMember", "Id": 13, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPAzureADGroupMember" }, { - "Rank": 3, - "CommandName": "Add-PnPAzureADGroupMember", "Id": 14, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Rank": 3, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "CommandName": "Add-PnPAzureADGroupMember" }, { - "Rank": 1, - "CommandName": "Add-PnPAzureADGroupOwner", "Id": 15, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPAzureADGroupOwner" }, { - "Rank": 2, - "CommandName": "Add-PnPAzureADGroupOwner", "Id": 16, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPAzureADGroupOwner" }, { - "Rank": 3, - "CommandName": "Add-PnPAzureADGroupOwner", "Id": 17, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Rank": 3, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "CommandName": "Add-PnPAzureADGroupOwner" }, { - "Rank": 1, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 18, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" + "Rank": 1, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", + "CommandName": "Add-PnPAzureADServicePrincipalAppRole" }, { - "Rank": 2, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 19, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" + "Rank": 2, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", + "CommandName": "Add-PnPAzureADServicePrincipalAppRole" }, { - "Rank": 1, - "CommandName": "Add-PnPBrandCenterFont", "Id": 20, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" + "Rank": 1, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", + "CommandName": "Add-PnPBrandCenterFont" }, { - "Rank": 2, - "CommandName": "Add-PnPBrandCenterFont", "Id": 21, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" + "Rank": 2, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", + "CommandName": "Add-PnPBrandCenterFont" }, { - "Rank": 1, - "CommandName": "Add-PnPBrandCenterFontPackage", "Id": 22, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" + "Rank": 1, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", + "CommandName": "Add-PnPBrandCenterFontPackage" }, { - "Rank": 1, - "CommandName": "Add-PnPContentType", "Id": 23, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" + "Rank": 1, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", + "CommandName": "Add-PnPContentType" }, { - "Rank": 2, - "CommandName": "Add-PnPContentType", "Id": 24, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" + "Rank": 2, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", + "CommandName": "Add-PnPContentType" }, { - "Rank": 3, - "CommandName": "Add-PnPContentType", "Id": 25, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" + "Rank": 3, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", + "CommandName": "Add-PnPContentType" }, { - "Rank": 4, - "CommandName": "Add-PnPContentType", "Id": 26, - "Command": "Add-PnPContentType -Name \"Project Item\"" + "Rank": 4, + "Command": "Add-PnPContentType -Name \"Project Item\"", + "CommandName": "Add-PnPContentType" }, { - "Rank": 5, - "CommandName": "Add-PnPContentType", "Id": 27, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" + "Rank": 5, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", + "CommandName": "Add-PnPContentType" }, { - "Rank": 1, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 28, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "Rank": 1, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", + "CommandName": "Add-PnPContentTypesFromContentTypeHub" }, { - "Rank": 2, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 29, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" + "Rank": 2, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", + "CommandName": "Add-PnPContentTypesFromContentTypeHub" }, { - "Rank": 1, - "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 30, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Rank": 1, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "CommandName": "Add-PnPContentTypeToDocumentSet" }, { - "Rank": 2, - "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 31, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "CommandName": "Add-PnPContentTypeToDocumentSet" }, { - "Rank": 1, - "CommandName": "Add-PnPContentTypeToList", "Id": 32, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" + "Rank": 1, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", + "CommandName": "Add-PnPContentTypeToList" }, { - "Rank": 1, - "CommandName": "Add-PnPCustomAction", "Id": 33, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Rank": 1, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "CommandName": "Add-PnPCustomAction" }, { - "Rank": 1, - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 34, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" + "Rank": 1, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", + "CommandName": "Add-PnPDataRowsToSiteTemplate" }, { - "Rank": 2, - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 35, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" + "Rank": 2, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", + "CommandName": "Add-PnPDataRowsToSiteTemplate" }, { - "Rank": 1, - "CommandName": "Add-PnPDocumentSet", "Id": 36, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" + "Rank": 1, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", + "CommandName": "Add-PnPDocumentSet" }, { - "Rank": 2, - "CommandName": "Add-PnPDocumentSet", "Id": 37, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" + "Rank": 2, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", + "CommandName": "Add-PnPDocumentSet" }, { - "Rank": 1, - "CommandName": "Add-PnPEventReceiver", "Id": 38, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" + "Rank": 1, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", + "CommandName": "Add-PnPEventReceiver" }, { - "Rank": 2, - "CommandName": "Add-PnPEventReceiver", "Id": 39, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" + "Rank": 2, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", + "CommandName": "Add-PnPEventReceiver" }, { - "Rank": 3, - "CommandName": "Add-PnPEventReceiver", "Id": 40, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" + "Rank": 3, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", + "CommandName": "Add-PnPEventReceiver" }, { - "Rank": 4, - "CommandName": "Add-PnPEventReceiver", "Id": 41, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" + "Rank": 4, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", + "CommandName": "Add-PnPEventReceiver" }, { - "Rank": 1, - "CommandName": "Add-PnPField", "Id": 42, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" + "Rank": 1, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", + "CommandName": "Add-PnPField" }, { - "Rank": 2, - "CommandName": "Add-PnPField", "Id": 43, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" + "Rank": 2, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", + "CommandName": "Add-PnPField" }, { - "Rank": 3, - "CommandName": "Add-PnPField", "Id": 44, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" + "Rank": 3, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", + "CommandName": "Add-PnPField" }, { - "Rank": 4, - "CommandName": "Add-PnPField", "Id": 45, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "Rank": 4, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", + "CommandName": "Add-PnPField" }, { - "Rank": 5, - "CommandName": "Add-PnPField", "Id": 46, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" + "Rank": 5, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", + "CommandName": "Add-PnPField" }, { - "Rank": 6, - "CommandName": "Add-PnPField", "Id": 47, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" + "Rank": 6, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", + "CommandName": "Add-PnPField" }, { - "Rank": 1, - "CommandName": "Add-PnPFieldToContentType", "Id": 48, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Rank": 1, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "CommandName": "Add-PnPFieldToContentType" }, { - "Rank": 1, - "CommandName": "Add-PnPFile", "Id": 49, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" + "Rank": 1, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", + "CommandName": "Add-PnPFile" }, { - "Rank": 2, - "CommandName": "Add-PnPFile", "Id": 50, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" + "Rank": 2, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", + "CommandName": "Add-PnPFile" }, { - "Rank": 3, - "CommandName": "Add-PnPFile", "Id": 51, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" + "Rank": 3, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", + "CommandName": "Add-PnPFile" }, { - "Rank": 4, - "CommandName": "Add-PnPFile", "Id": 52, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" + "Rank": 4, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", + "CommandName": "Add-PnPFile" }, { - "Rank": 5, - "CommandName": "Add-PnPFile", "Id": 53, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" + "Rank": 5, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", + "CommandName": "Add-PnPFile" }, { - "Rank": 6, - "CommandName": "Add-PnPFile", "Id": 54, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" + "Rank": 6, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", + "CommandName": "Add-PnPFile" }, { - "Rank": 7, - "CommandName": "Add-PnPFile", "Id": 55, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" + "Rank": 7, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", + "CommandName": "Add-PnPFile" }, { - "Rank": 8, - "CommandName": "Add-PnPFile", "Id": 56, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" + "Rank": 8, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", + "CommandName": "Add-PnPFile" }, { - "Rank": 1, - "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 57, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Add-PnPFileAnonymousSharingLink" }, { - "Rank": 2, - "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 58, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" + "Rank": 2, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", + "CommandName": "Add-PnPFileAnonymousSharingLink" }, { - "Rank": 3, - "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 59, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFileAnonymousSharingLink" }, { - "Rank": 1, - "CommandName": "Add-PnPFileOrganizationalSharingLink", "Id": 60, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Add-PnPFileOrganizationalSharingLink" }, { - "Rank": 2, - "CommandName": "Add-PnPFileOrganizationalSharingLink", "Id": 61, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" + "Rank": 2, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", + "CommandName": "Add-PnPFileOrganizationalSharingLink" }, { - "Rank": 1, - "CommandName": "Add-PnPFileSensitivityLabel", "Id": 62, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Rank": 1, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "CommandName": "Add-PnPFileSensitivityLabel" }, { - "Rank": 2, - "CommandName": "Add-PnPFileSensitivityLabel", "Id": 63, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Rank": 2, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "CommandName": "Add-PnPFileSensitivityLabel" }, { - "Rank": 1, - "CommandName": "Add-PnPFileSharingInvite", "Id": 64, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Rank": 1, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "CommandName": "Add-PnPFileSharingInvite" }, { - "Rank": 2, - "CommandName": "Add-PnPFileSharingInvite", "Id": 65, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Rank": 2, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "CommandName": "Add-PnPFileSharingInvite" }, { - "Rank": 3, - "CommandName": "Add-PnPFileSharingInvite", "Id": 66, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFileSharingInvite" }, { - "Rank": 1, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 67, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" + "Rank": 1, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "Rank": 2, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 68, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" + "Rank": 2, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "Rank": 3, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 69, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" + "Rank": 3, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "Rank": 4, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 70, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" + "Rank": 4, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "Rank": 5, - "CommandName": "Add-PnPFileToSiteTemplate", "Id": 71, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" + "Rank": 5, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", + "CommandName": "Add-PnPFileToSiteTemplate" }, { - "Rank": 1, - "CommandName": "Add-PnPFileUserSharingLink", "Id": 72, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFileUserSharingLink" }, { - "Rank": 2, - "CommandName": "Add-PnPFileUserSharingLink", "Id": 73, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFileUserSharingLink" }, { - "Rank": 1, - "CommandName": "Add-PnPFlowOwner", "Id": 74, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" + "Rank": 1, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", + "CommandName": "Add-PnPFlowOwner" }, { - "Rank": 2, - "CommandName": "Add-PnPFlowOwner", "Id": 75, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" + "Rank": 2, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", + "CommandName": "Add-PnPFlowOwner" }, { - "Rank": 3, - "CommandName": "Add-PnPFlowOwner", "Id": 76, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" + "Rank": 3, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", + "CommandName": "Add-PnPFlowOwner" }, { - "Rank": 4, - "CommandName": "Add-PnPFlowOwner", "Id": 77, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" + "Rank": 4, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", + "CommandName": "Add-PnPFlowOwner" }, { - "Rank": 1, - "CommandName": "Add-PnPFolder", "Id": 78, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "CommandName": "Add-PnPFolder" }, { - "Rank": 2, - "CommandName": "Add-PnPFolder", "Id": 79, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "Rank": 2, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", + "CommandName": "Add-PnPFolder" }, { - "Rank": 3, - "CommandName": "Add-PnPFolder", "Id": 80, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" + "Rank": 3, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", + "CommandName": "Add-PnPFolder" }, { - "Rank": 1, - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 81, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Add-PnPFolderAnonymousSharingLink" }, { - "Rank": 2, - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 82, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" + "Rank": 2, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", + "CommandName": "Add-PnPFolderAnonymousSharingLink" }, { - "Rank": 3, - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 83, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFolderAnonymousSharingLink" }, { - "Rank": 1, - "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Id": 84, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Add-PnPFolderOrganizationalSharingLink" }, { - "Rank": 2, - "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Id": 85, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" + "Rank": 2, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", + "CommandName": "Add-PnPFolderOrganizationalSharingLink" }, { - "Rank": 1, - "CommandName": "Add-PnPFolderSharingInvite", "Id": 86, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Rank": 1, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "CommandName": "Add-PnPFolderSharingInvite" }, { - "Rank": 2, - "CommandName": "Add-PnPFolderSharingInvite", "Id": 87, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Rank": 2, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "CommandName": "Add-PnPFolderSharingInvite" }, { - "Rank": 3, - "CommandName": "Add-PnPFolderSharingInvite", "Id": 88, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Rank": 3, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "CommandName": "Add-PnPFolderSharingInvite" }, { - "Rank": 1, - "CommandName": "Add-PnPFolderUserSharingLink", "Id": 89, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFolderUserSharingLink" }, { - "Rank": 2, - "CommandName": "Add-PnPFolderUserSharingLink", "Id": 90, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPFolderUserSharingLink" }, { - "Rank": 1, - "CommandName": "Add-PnPGroupMember", "Id": 91, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Rank": 1, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "CommandName": "Add-PnPGroupMember" }, { - "Rank": 2, - "CommandName": "Add-PnPGroupMember", "Id": 92, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" + "Rank": 2, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", + "CommandName": "Add-PnPGroupMember" }, { - "Rank": 1, - "CommandName": "Add-PnPHomeSite", "Id": 93, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Rank": 1, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "CommandName": "Add-PnPHomeSite" }, { - "Rank": 1, - "CommandName": "Add-PnPHtmlPublishingPageLayout", "Id": 94, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Rank": 1, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "CommandName": "Add-PnPHtmlPublishingPageLayout" }, { - "Rank": 1, - "CommandName": "Add-PnPHubSiteAssociation", "Id": 95, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" + "Rank": 1, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", + "CommandName": "Add-PnPHubSiteAssociation" }, { - "Rank": 1, - "CommandName": "Add-PnPHubToHubAssociation", "Id": 96, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" + "Rank": 1, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", + "CommandName": "Add-PnPHubToHubAssociation" }, { - "Rank": 2, - "CommandName": "Add-PnPHubToHubAssociation", "Id": 97, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" + "Rank": 2, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", + "CommandName": "Add-PnPHubToHubAssociation" }, { - "Rank": 3, - "CommandName": "Add-PnPHubToHubAssociation", "Id": 98, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" + "Rank": 3, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", + "CommandName": "Add-PnPHubToHubAssociation" }, { - "Rank": 1, - "CommandName": "Add-PnPJavaScriptBlock", "Id": 99, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" + "Rank": 1, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", + "CommandName": "Add-PnPJavaScriptBlock" }, { - "Rank": 2, - "CommandName": "Add-PnPJavaScriptBlock", "Id": 100, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "Rank": 2, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", + "CommandName": "Add-PnPJavaScriptBlock" }, { - "Rank": 1, - "CommandName": "Add-PnPJavaScriptLink", "Id": 101, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" + "Rank": 1, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", + "CommandName": "Add-PnPJavaScriptLink" }, { - "Rank": 2, - "CommandName": "Add-PnPJavaScriptLink", "Id": 102, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" + "Rank": 2, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", + "CommandName": "Add-PnPJavaScriptLink" }, { - "Rank": 1, - "CommandName": "Add-PnPListDesign", "Id": 103, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" + "Rank": 1, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", + "CommandName": "Add-PnPListDesign" }, { - "Rank": 2, - "CommandName": "Add-PnPListDesign", "Id": 104, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" + "Rank": 2, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", + "CommandName": "Add-PnPListDesign" }, { - "Rank": 1, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 105, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "Rank": 1, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", + "CommandName": "Add-PnPListFoldersToSiteTemplate" }, { - "Rank": 2, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 106, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" + "Rank": 2, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", + "CommandName": "Add-PnPListFoldersToSiteTemplate" }, { - "Rank": 3, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 107, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" + "Rank": 3, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", + "CommandName": "Add-PnPListFoldersToSiteTemplate" }, { - "Rank": 1, - "CommandName": "Add-PnPListItem", "Id": 108, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 1, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Add-PnPListItem" }, { - "Rank": 2, - "CommandName": "Add-PnPListItem", "Id": 109, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 2, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Add-PnPListItem" }, { - "Rank": 3, - "CommandName": "Add-PnPListItem", "Id": 110, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" + "Rank": 3, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", + "CommandName": "Add-PnPListItem" }, { - "Rank": 4, - "CommandName": "Add-PnPListItem", "Id": 111, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" + "Rank": 4, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", + "CommandName": "Add-PnPListItem" }, { - "Rank": 5, - "CommandName": "Add-PnPListItem", "Id": 112, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" + "Rank": 5, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", + "CommandName": "Add-PnPListItem" }, { - "Rank": 1, - "CommandName": "Add-PnPListItemAttachment", "Id": 113, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" + "Rank": 1, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", + "CommandName": "Add-PnPListItemAttachment" }, { - "Rank": 2, - "CommandName": "Add-PnPListItemAttachment", "Id": 114, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" + "Rank": 2, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", + "CommandName": "Add-PnPListItemAttachment" }, { - "Rank": 3, - "CommandName": "Add-PnPListItemAttachment", "Id": 115, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" + "Rank": 3, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", + "CommandName": "Add-PnPListItemAttachment" }, { - "Rank": 1, - "CommandName": "Add-PnPListItemComment", "Id": 116, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" + "Rank": 1, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", + "CommandName": "Add-PnPListItemComment" }, { - "Rank": 1, - "CommandName": "Add-PnPMasterPage", "Id": 117, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" + "Rank": 1, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", + "CommandName": "Add-PnPMasterPage" }, { - "Rank": 1, - "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 118, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPMicrosoft365GroupMember" }, { - "Rank": 2, - "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 119, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPMicrosoft365GroupMember" }, { - "Rank": 1, - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 120, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPMicrosoft365GroupOwner" }, { - "Rank": 2, - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 121, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "CommandName": "Add-PnPMicrosoft365GroupOwner" }, { - "Rank": 1, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 122, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", + "CommandName": "Add-PnPMicrosoft365GroupToSite" }, { - "Rank": 2, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 123, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", + "CommandName": "Add-PnPMicrosoft365GroupToSite" }, { - "Rank": 3, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 124, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" + "Rank": 3, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", + "CommandName": "Add-PnPMicrosoft365GroupToSite" }, { - "Rank": 1, - "CommandName": "Add-PnPNavigationNode", "Id": 125, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" + "Rank": 1, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 2, - "CommandName": "Add-PnPNavigationNode", "Id": 126, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" + "Rank": 2, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 3, - "CommandName": "Add-PnPNavigationNode", "Id": 127, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" + "Rank": 3, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 4, - "CommandName": "Add-PnPNavigationNode", "Id": 128, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" + "Rank": 4, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 5, - "CommandName": "Add-PnPNavigationNode", "Id": 129, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" + "Rank": 5, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 6, - "CommandName": "Add-PnPNavigationNode", "Id": 130, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" + "Rank": 6, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 7, - "CommandName": "Add-PnPNavigationNode", "Id": 131, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" + "Rank": 7, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 8, - "CommandName": "Add-PnPNavigationNode", "Id": 132, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" + "Rank": 8, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", + "CommandName": "Add-PnPNavigationNode" }, { - "Rank": 1, - "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 133, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" + "Rank": 1, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", + "CommandName": "Add-PnPOrgAssetsLibrary" }, { - "Rank": 2, - "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 134, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Rank": 2, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "CommandName": "Add-PnPOrgAssetsLibrary" }, { - "Rank": 3, - "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 135, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" + "Rank": 3, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", + "CommandName": "Add-PnPOrgAssetsLibrary" }, { - "Rank": 1, - "CommandName": "Add-PnPOrgNewsSite", "Id": 136, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" + "Rank": 1, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", + "CommandName": "Add-PnPOrgNewsSite" }, { - "Rank": 1, - "CommandName": "Add-PnPPage", "Id": 137, - "Command": "Add-PnPPage -Name \"NewPage\"" + "Rank": 1, + "Command": "Add-PnPPage -Name \"NewPage\"", + "CommandName": "Add-PnPPage" }, { - "Rank": 2, - "CommandName": "Add-PnPPage", "Id": 138, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" + "Rank": 2, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", + "CommandName": "Add-PnPPage" }, { - "Rank": 3, - "CommandName": "Add-PnPPage", "Id": 139, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "Rank": 3, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", + "CommandName": "Add-PnPPage" }, { - "Rank": 4, - "CommandName": "Add-PnPPage", "Id": 140, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "Rank": 4, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", + "CommandName": "Add-PnPPage" }, { - "Rank": 5, - "CommandName": "Add-PnPPage", "Id": 141, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "Rank": 5, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", + "CommandName": "Add-PnPPage" }, { - "Rank": 6, - "CommandName": "Add-PnPPage", "Id": 142, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "Rank": 6, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", + "CommandName": "Add-PnPPage" }, { - "Rank": 7, - "CommandName": "Add-PnPPage", "Id": 143, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" + "Rank": 7, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", + "CommandName": "Add-PnPPage" }, { - "Rank": 8, - "CommandName": "Add-PnPPage", "Id": 144, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "Rank": 8, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", + "CommandName": "Add-PnPPage" }, { - "Rank": 9, - "CommandName": "Add-PnPPage", "Id": 145, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "CommandName": "Add-PnPPage" }, { - "Rank": 10, - "CommandName": "Add-PnPPage", "Id": 146, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Rank": 10, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", + "CommandName": "Add-PnPPage" }, { - "Rank": 1, - "CommandName": "Add-PnPPageImageWebPart", "Id": 147, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" + "Rank": 1, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", + "CommandName": "Add-PnPPageImageWebPart" }, { - "Rank": 2, - "CommandName": "Add-PnPPageImageWebPart", "Id": 148, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" + "Rank": 2, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", + "CommandName": "Add-PnPPageImageWebPart" }, { - "Rank": 1, - "CommandName": "Add-PnPPageSection", "Id": 149, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "Rank": 1, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", + "CommandName": "Add-PnPPageSection" }, { - "Rank": 2, - "CommandName": "Add-PnPPageSection", "Id": 150, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" + "Rank": 2, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", + "CommandName": "Add-PnPPageSection" }, { - "Rank": 1, - "CommandName": "Add-PnPPageTextPart", "Id": 151, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "Rank": 1, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", + "CommandName": "Add-PnPPageTextPart" }, { - "Rank": 2, - "CommandName": "Add-PnPPageTextPart", "Id": 152, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" + "Rank": 2, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", + "CommandName": "Add-PnPPageTextPart" }, { - "Rank": 3, - "CommandName": "Add-PnPPageTextPart", "Id": 153, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" + "Rank": 3, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", + "CommandName": "Add-PnPPageTextPart" }, { - "Rank": 1, - "CommandName": "Add-PnPPageWebPart", "Id": 154, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "Rank": 1, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", + "CommandName": "Add-PnPPageWebPart" }, { - "Rank": 2, - "CommandName": "Add-PnPPageWebPart", "Id": 155, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "Rank": 2, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", + "CommandName": "Add-PnPPageWebPart" }, { - "Rank": 3, - "CommandName": "Add-PnPPageWebPart", "Id": 156, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" + "Rank": 3, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", + "CommandName": "Add-PnPPageWebPart" }, { - "Rank": 1, - "CommandName": "Add-PnPPlannerBucket", "Id": 157, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" + "Rank": 1, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", + "CommandName": "Add-PnPPlannerBucket" }, { - "Rank": 2, - "CommandName": "Add-PnPPlannerBucket", "Id": 158, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" + "Rank": 2, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", + "CommandName": "Add-PnPPlannerBucket" }, { - "Rank": 1, - "CommandName": "Add-PnPPlannerRoster", "Id": 159, - "Command": "Add-PnPPlannerRoster" + "Rank": 1, + "Command": "Add-PnPPlannerRoster", + "CommandName": "Add-PnPPlannerRoster" }, { - "Rank": 1, - "CommandName": "Add-PnPPlannerRosterMember", "Id": 160, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPPlannerRosterMember" }, { - "Rank": 1, - "CommandName": "Add-PnPPlannerTask", "Id": 161, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 1, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "CommandName": "Add-PnPPlannerTask" }, { - "Rank": 2, - "CommandName": "Add-PnPPlannerTask", "Id": 162, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 2, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "CommandName": "Add-PnPPlannerTask" }, { - "Rank": 3, - "CommandName": "Add-PnPPlannerTask", "Id": 163, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 3, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "CommandName": "Add-PnPPlannerTask" }, { - "Rank": 1, - "CommandName": "Add-PnPPublishingImageRendition", "Id": 164, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Rank": 1, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "CommandName": "Add-PnPPublishingImageRendition" }, { - "Rank": 1, - "CommandName": "Add-PnPPublishingPage", "Id": 165, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" + "Rank": 1, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", + "CommandName": "Add-PnPPublishingPage" }, { - "Rank": 2, - "CommandName": "Add-PnPPublishingPage", "Id": 166, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" + "Rank": 2, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", + "CommandName": "Add-PnPPublishingPage" }, { - "Rank": 1, - "CommandName": "Add-PnPPublishingPageLayout", "Id": 167, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Rank": 1, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "CommandName": "Add-PnPPublishingPageLayout" }, { - "Rank": 1, - "CommandName": "Add-PnPRoleDefinition", "Id": 168, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "Rank": 1, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", + "CommandName": "Add-PnPRoleDefinition" }, { - "Rank": 2, - "CommandName": "Add-PnPRoleDefinition", "Id": 169, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" + "Rank": 2, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", + "CommandName": "Add-PnPRoleDefinition" }, { - "Rank": 3, - "CommandName": "Add-PnPRoleDefinition", "Id": 170, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" + "Rank": 3, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", + "CommandName": "Add-PnPRoleDefinition" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 171, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "Rank": 2, - "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 172, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 2, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "Rank": 3, - "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 173, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", + "CommandName": "Add-PnPSiteCollectionAdmin" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 174, - "Command": "Add-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Command": "Add-PnPSiteCollectionAppCatalog", + "CommandName": "Add-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 175, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Rank": 2, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "CommandName": "Add-PnPSiteCollectionAppCatalog" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteDesign", "Id": 176, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" + "Rank": 1, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", + "CommandName": "Add-PnPSiteDesign" }, { - "Rank": 2, - "CommandName": "Add-PnPSiteDesign", "Id": 177, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" + "Rank": 2, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", + "CommandName": "Add-PnPSiteDesign" }, { - "Rank": 3, - "CommandName": "Add-PnPSiteDesign", "Id": 178, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Rank": 3, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "CommandName": "Add-PnPSiteDesign" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 179, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" + "Rank": 1, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", + "CommandName": "Add-PnPSiteDesignFromWeb" }, { - "Rank": 2, - "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 180, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Rank": 2, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "CommandName": "Add-PnPSiteDesignFromWeb" }, { - "Rank": 3, - "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 181, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" + "Rank": 3, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", + "CommandName": "Add-PnPSiteDesignFromWeb" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteDesignTask", "Id": 182, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" + "Rank": 1, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", + "CommandName": "Add-PnPSiteDesignTask" }, { - "Rank": 2, - "CommandName": "Add-PnPSiteDesignTask", "Id": 183, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Rank": 2, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "CommandName": "Add-PnPSiteDesignTask" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteScript", "Id": 184, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" + "Rank": 1, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", + "CommandName": "Add-PnPSiteScript" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteScriptPackage", "Id": 185, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" + "Rank": 1, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", + "CommandName": "Add-PnPSiteScriptPackage" }, { - "Rank": 1, - "CommandName": "Add-PnPSiteTemplate", "Id": 186, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "Rank": 1, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", + "CommandName": "Add-PnPSiteTemplate" }, { - "Rank": 1, - "CommandName": "Add-PnPStoredCredential", "Id": 187, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" + "Rank": 1, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", + "CommandName": "Add-PnPStoredCredential" }, { - "Rank": 2, - "CommandName": "Add-PnPStoredCredential", "Id": 188, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Rank": 2, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "CommandName": "Add-PnPStoredCredential" }, { - "Rank": 3, - "CommandName": "Add-PnPStoredCredential", "Id": 189, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" + "Rank": 3, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", + "CommandName": "Add-PnPStoredCredential" }, { - "Rank": 1, - "CommandName": "Add-PnPTaxonomyField", "Id": 190, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" + "Rank": 1, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", + "CommandName": "Add-PnPTaxonomyField" }, { - "Rank": 2, - "CommandName": "Add-PnPTaxonomyField", "Id": 191, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" + "Rank": 2, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", + "CommandName": "Add-PnPTaxonomyField" }, { - "Rank": 1, - "CommandName": "Add-PnPTeamsChannel", "Id": 192, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" + "Rank": 1, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", + "CommandName": "Add-PnPTeamsChannel" }, { - "Rank": 2, - "CommandName": "Add-PnPTeamsChannel", "Id": 193, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" + "Rank": 2, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", + "CommandName": "Add-PnPTeamsChannel" }, { - "Rank": 3, - "CommandName": "Add-PnPTeamsChannel", "Id": 194, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" + "Rank": 3, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", + "CommandName": "Add-PnPTeamsChannel" }, { - "Rank": 4, - "CommandName": "Add-PnPTeamsChannel", "Id": 195, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" + "Rank": 4, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", + "CommandName": "Add-PnPTeamsChannel" }, { - "Rank": 1, - "CommandName": "Add-PnpTeamsChannelUser", "Id": 196, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" + "Rank": 1, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", + "CommandName": "Add-PnpTeamsChannelUser" }, { - "Rank": 2, - "CommandName": "Add-PnpTeamsChannelUser", "Id": 197, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" + "Rank": 2, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", + "CommandName": "Add-PnpTeamsChannelUser" }, { - "Rank": 1, - "CommandName": "Add-PnPTeamsTab", "Id": 198, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" + "Rank": 1, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", + "CommandName": "Add-PnPTeamsTab" }, { - "Rank": 2, - "CommandName": "Add-PnPTeamsTab", "Id": 199, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" + "Rank": 2, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", + "CommandName": "Add-PnPTeamsTab" }, { - "Rank": 3, - "CommandName": "Add-PnPTeamsTab", "Id": 200, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" + "Rank": 3, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", + "CommandName": "Add-PnPTeamsTab" }, { - "Rank": 4, - "CommandName": "Add-PnPTeamsTab", "Id": 201, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" + "Rank": 4, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", + "CommandName": "Add-PnPTeamsTab" }, { - "Rank": 1, - "CommandName": "Add-PnPTeamsTeam", "Id": 202, - "Command": "Add-PnPTeamsTeam" + "Rank": 1, + "Command": "Add-PnPTeamsTeam", + "CommandName": "Add-PnPTeamsTeam" }, { - "Rank": 1, - "CommandName": "Add-PnPTeamsUser", "Id": 203, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 1, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "CommandName": "Add-PnPTeamsUser" }, { - "Rank": 2, - "CommandName": "Add-PnPTeamsUser", "Id": 204, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Rank": 2, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "CommandName": "Add-PnPTeamsUser" }, { - "Rank": 3, - "CommandName": "Add-PnPTeamsUser", "Id": 205, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" + "Rank": 3, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", + "CommandName": "Add-PnPTeamsUser" }, { - "Rank": 4, - "CommandName": "Add-PnPTeamsUser", "Id": 206, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" + "Rank": 4, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", + "CommandName": "Add-PnPTeamsUser" }, { - "Rank": 1, - "CommandName": "Add-PnPTenantCdnOrigin", "Id": 207, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Rank": 1, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "CommandName": "Add-PnPTenantCdnOrigin" }, { - "Rank": 1, - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 208, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Rank": 1, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 2, - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 209, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Rank": 2, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 3, - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 210, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Rank": 3, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 1, - "CommandName": "Add-PnPTenantSequence", "Id": 211, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "Rank": 1, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", + "CommandName": "Add-PnPTenantSequence" }, { - "Rank": 1, - "CommandName": "Add-PnPTenantSequenceSite", "Id": 212, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "Rank": 1, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", + "CommandName": "Add-PnPTenantSequenceSite" }, { - "Rank": 1, - "CommandName": "Add-PnPTenantSequenceSubSite", "Id": 213, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "Rank": 1, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", + "CommandName": "Add-PnPTenantSequenceSubSite" }, { - "Rank": 1, - "CommandName": "Add-PnPTermToTerm", "Id": 214, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "Rank": 1, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", + "CommandName": "Add-PnPTermToTerm" }, { - "Rank": 1, - "CommandName": "Add-PnPView", "Id": 215, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" + "Rank": 1, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", + "CommandName": "Add-PnPView" }, { - "Rank": 2, - "CommandName": "Add-PnPView", "Id": 216, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" + "Rank": 2, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", + "CommandName": "Add-PnPView" }, { - "Rank": 3, - "CommandName": "Add-PnPView", "Id": 217, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" + "Rank": 3, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", + "CommandName": "Add-PnPView" }, { - "Rank": 1, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 218, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 1, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "CommandName": "Add-PnPVivaConnectionsDashboardACE" }, { - "Rank": 2, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 219, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 2, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "CommandName": "Add-PnPVivaConnectionsDashboardACE" }, { - "Rank": 3, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 220, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 3, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "CommandName": "Add-PnPVivaConnectionsDashboardACE" }, { - "Rank": 1, - "CommandName": "Add-PnPWebhookSubscription", "Id": 221, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Rank": 1, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", + "CommandName": "Add-PnPWebhookSubscription" }, { - "Rank": 2, - "CommandName": "Add-PnPWebhookSubscription", "Id": 222, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Rank": 2, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "CommandName": "Add-PnPWebhookSubscription" }, { - "Rank": 3, - "CommandName": "Add-PnPWebhookSubscription", "Id": 223, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" + "Rank": 3, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", + "CommandName": "Add-PnPWebhookSubscription" }, { - "Rank": 1, - "CommandName": "Add-PnPWebPartToWebPartPage", "Id": 224, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" + "Rank": 1, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", + "CommandName": "Add-PnPWebPartToWebPartPage" }, { - "Rank": 2, - "CommandName": "Add-PnPWebPartToWebPartPage", "Id": 225, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" + "Rank": 2, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", + "CommandName": "Add-PnPWebPartToWebPartPage" }, { - "Rank": 1, - "CommandName": "Add-PnPWebPartToWikiPage", "Id": 226, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" + "Rank": 1, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", + "CommandName": "Add-PnPWebPartToWikiPage" }, { - "Rank": 2, - "CommandName": "Add-PnPWebPartToWikiPage", "Id": 227, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" + "Rank": 2, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", + "CommandName": "Add-PnPWebPartToWikiPage" }, { - "Rank": 1, - "CommandName": "Add-PnPWikiPage", "Id": 228, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" + "Rank": 1, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", + "CommandName": "Add-PnPWikiPage" }, { - "Rank": 1, - "CommandName": "Clear-PnPAzureADGroupMember", "Id": 229, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", + "CommandName": "Clear-PnPAzureADGroupMember" }, { - "Rank": 1, - "CommandName": "Clear-PnPAzureADGroupOwner", "Id": 230, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", + "CommandName": "Clear-PnPAzureADGroupOwner" }, { - "Rank": 1, - "CommandName": "Clear-PnPDefaultColumnValues", "Id": 231, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "Rank": 1, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", + "CommandName": "Clear-PnPDefaultColumnValues" }, { - "Rank": 2, - "CommandName": "Clear-PnPDefaultColumnValues", "Id": 232, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" + "Rank": 2, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", + "CommandName": "Clear-PnPDefaultColumnValues" }, { - "Rank": 1, - "CommandName": "Clear-PnPListItemAsRecord", "Id": 233, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "CommandName": "Clear-PnPListItemAsRecord" }, { - "Rank": 1, - "CommandName": "Clear-PnPMicrosoft365GroupMember", "Id": 234, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", + "CommandName": "Clear-PnPMicrosoft365GroupMember" }, { - "Rank": 1, - "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Id": 235, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", + "CommandName": "Clear-PnPMicrosoft365GroupOwner" }, { - "Rank": 1, - "CommandName": "Clear-PnpRecycleBinItem", "Id": 236, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Rank": 1, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "Rank": 2, - "CommandName": "Clear-PnpRecycleBinItem", "Id": 237, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "Rank": 2, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "Rank": 3, - "CommandName": "Clear-PnpRecycleBinItem", "Id": 238, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "Rank": 3, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", + "CommandName": "Clear-PnpRecycleBinItem" }, { - "Rank": 1, - "CommandName": "Clear-PnPTenantAppCatalogUrl", "Id": 239, - "Command": "Clear-PnPTenantAppCatalogUrl" + "Rank": 1, + "Command": "Clear-PnPTenantAppCatalogUrl", + "CommandName": "Clear-PnPTenantAppCatalogUrl" }, { - "Rank": 1, - "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 240, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Clear-PnPTenantRecycleBinItem" }, { - "Rank": 2, - "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 241, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Rank": 2, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "CommandName": "Clear-PnPTenantRecycleBinItem" }, { - "Rank": 1, - "CommandName": "Clear-PnPTraceLog", "Id": 242, - "Command": "Clear-PnPTraceLog" + "Rank": 1, + "Command": "Clear-PnPTraceLog", + "CommandName": "Clear-PnPTraceLog" }, { - "Rank": 1, - "CommandName": "Connect-PnPOnline", "Id": 243, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" + "Rank": 1, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", + "CommandName": "Connect-PnPOnline" }, { - "Rank": 1, - "CommandName": "Convert-PnPFile", "Id": 244, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" + "Rank": 1, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", + "CommandName": "Convert-PnPFile" }, { - "Rank": 2, - "CommandName": "Convert-PnPFile", "Id": 245, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" + "Rank": 2, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", + "CommandName": "Convert-PnPFile" }, { - "Rank": 3, - "CommandName": "Convert-PnPFile", "Id": 246, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" + "Rank": 3, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", + "CommandName": "Convert-PnPFile" }, { - "Rank": 4, - "CommandName": "Convert-PnPFile", "Id": 247, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" + "Rank": 4, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", + "CommandName": "Convert-PnPFile" }, { - "Rank": 5, - "CommandName": "Convert-PnPFile", "Id": 248, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" + "Rank": 5, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", + "CommandName": "Convert-PnPFile" }, { - "Rank": 6, - "CommandName": "Convert-PnPFile", "Id": 249, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" + "Rank": 6, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", + "CommandName": "Convert-PnPFile" }, { - "Rank": 7, - "CommandName": "Convert-PnPFile", "Id": 250, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" + "Rank": 7, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", + "CommandName": "Convert-PnPFile" }, { - "Rank": 1, - "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 251, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "Rank": 1, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", + "CommandName": "Convert-PnPFolderToSiteTemplate" }, { - "Rank": 2, - "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 252, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" + "Rank": 2, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", + "CommandName": "Convert-PnPFolderToSiteTemplate" }, { - "Rank": 1, - "CommandName": "Convert-PnPSiteTemplate", "Id": 253, - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "Rank": 1, + "Command": "Convert-PnPSiteTemplate -Path template.xml", + "CommandName": "Convert-PnPSiteTemplate" }, { - "Rank": 2, - "CommandName": "Convert-PnPSiteTemplate", "Id": 254, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" + "Rank": 2, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", + "CommandName": "Convert-PnPSiteTemplate" }, { - "Rank": 3, - "CommandName": "Convert-PnPSiteTemplate", "Id": 255, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" + "Rank": 3, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", + "CommandName": "Convert-PnPSiteTemplate" }, { - "Rank": 1, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 256, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "Rank": 1, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", + "CommandName": "Convert-PnPSiteTemplateToMarkdown" }, { - "Rank": 2, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 257, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" + "Rank": 2, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", + "CommandName": "Convert-PnPSiteTemplateToMarkdown" }, { - "Rank": 1, - "CommandName": "ConvertTo-PnPPage", "Id": 258, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "Rank": 1, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 2, - "CommandName": "ConvertTo-PnPPage", "Id": 259, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" + "Rank": 2, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 3, - "CommandName": "ConvertTo-PnPPage", "Id": 260, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "Rank": 3, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 4, - "CommandName": "ConvertTo-PnPPage", "Id": 261, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "Rank": 4, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 5, - "CommandName": "ConvertTo-PnPPage", "Id": 262, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 5, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 6, - "CommandName": "ConvertTo-PnPPage", "Id": 263, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" + "Rank": 6, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 7, - "CommandName": "ConvertTo-PnPPage", "Id": 264, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" + "Rank": 7, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 8, - "CommandName": "ConvertTo-PnPPage", "Id": 265, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "Rank": 8, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 9, - "CommandName": "ConvertTo-PnPPage", "Id": 266, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 9, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 10, - "CommandName": "ConvertTo-PnPPage", "Id": 267, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" + "Rank": 10, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 11, - "CommandName": "ConvertTo-PnPPage", "Id": 268, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" + "Rank": 11, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 12, - "CommandName": "ConvertTo-PnPPage", "Id": 269, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 12, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 13, - "CommandName": "ConvertTo-PnPPage", "Id": 270, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 13, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 14, - "CommandName": "ConvertTo-PnPPage", "Id": 271, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" + "Rank": 14, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", + "CommandName": "ConvertTo-PnPPage" }, { - "Rank": 1, - "CommandName": "Copy-PnPFile", "Id": 272, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 1, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "Rank": 2, - "CommandName": "Copy-PnPFile", "Id": 273, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Rank": 2, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "CommandName": "Copy-PnPFile" }, { - "Rank": 3, - "CommandName": "Copy-PnPFile", "Id": 274, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Rank": 3, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "CommandName": "Copy-PnPFile" }, { - "Rank": 4, - "CommandName": "Copy-PnPFile", "Id": 275, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 4, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "Rank": 5, - "CommandName": "Copy-PnPFile", "Id": 276, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Rank": 5, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "CommandName": "Copy-PnPFile" }, { - "Rank": 6, - "CommandName": "Copy-PnPFile", "Id": 277, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Rank": 6, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "CommandName": "Copy-PnPFile" }, { - "Rank": 7, - "CommandName": "Copy-PnPFile", "Id": 278, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Rank": 7, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "CommandName": "Copy-PnPFile" }, { - "Rank": 8, - "CommandName": "Copy-PnPFile", "Id": 279, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 8, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "Rank": 9, - "CommandName": "Copy-PnPFile", "Id": 280, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Rank": 9, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "CommandName": "Copy-PnPFile" }, { - "Rank": 10, - "CommandName": "Copy-PnPFile", "Id": 281, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Rank": 10, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "CommandName": "Copy-PnPFile" }, { - "Rank": 1, - "CommandName": "Copy-PnPFolder", "Id": 282, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 1, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 2, - "CommandName": "Copy-PnPFolder", "Id": 283, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Rank": 2, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 3, - "CommandName": "Copy-PnPFolder", "Id": 284, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Rank": 3, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 4, - "CommandName": "Copy-PnPFolder", "Id": 285, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 4, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 5, - "CommandName": "Copy-PnPFolder", "Id": 286, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Rank": 5, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 6, - "CommandName": "Copy-PnPFolder", "Id": 287, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Rank": 6, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 7, - "CommandName": "Copy-PnPFolder", "Id": 288, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Rank": 7, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 8, - "CommandName": "Copy-PnPFolder", "Id": 289, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 8, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 9, - "CommandName": "Copy-PnPFolder", "Id": 290, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Rank": 9, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 10, - "CommandName": "Copy-PnPFolder", "Id": 291, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Rank": 10, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 11, - "CommandName": "Copy-PnPFolder", "Id": 292, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" + "Rank": 11, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", + "CommandName": "Copy-PnPFolder" }, { - "Rank": 1, - "CommandName": "Copy-PnPItemProxy", "Id": 293, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" + "Rank": 1, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", + "CommandName": "Copy-PnPItemProxy" }, { - "Rank": 1, - "CommandName": "Copy-PnPList", "Id": 294, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" + "Rank": 1, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", + "CommandName": "Copy-PnPList" }, { - "Rank": 2, - "CommandName": "Copy-PnPList", "Id": 295, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" + "Rank": 2, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", + "CommandName": "Copy-PnPList" }, { - "Rank": 3, - "CommandName": "Copy-PnPList", "Id": 296, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" + "Rank": 3, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", + "CommandName": "Copy-PnPList" }, { - "Rank": 4, - "CommandName": "Copy-PnPList", "Id": 297, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" + "Rank": 4, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", + "CommandName": "Copy-PnPList" }, { - "Rank": 1, - "CommandName": "Copy-PnPPage", "Id": 298, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Rank": 1, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "CommandName": "Copy-PnPPage" }, { - "Rank": 1, - "CommandName": "Copy-PnPTeamsTeam", "Id": 299, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" + "Rank": 1, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", + "CommandName": "Copy-PnPTeamsTeam" }, { - "Rank": 2, - "CommandName": "Copy-PnPTeamsTeam", "Id": 300, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" + "Rank": 2, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", + "CommandName": "Copy-PnPTeamsTeam" }, { - "Rank": 3, - "CommandName": "Copy-PnPTeamsTeam", "Id": 301, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Rank": 3, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "CommandName": "Copy-PnPTeamsTeam" }, { - "Rank": 4, - "CommandName": "Copy-PnPTeamsTeam", "Id": 302, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Rank": 4, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "CommandName": "Copy-PnPTeamsTeam" }, { - "Rank": 1, - "CommandName": "Disable-PnPFeature", "Id": 303, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Disable-PnPFeature" }, { - "Rank": 2, - "CommandName": "Disable-PnPFeature", "Id": 304, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Rank": 2, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "CommandName": "Disable-PnPFeature" }, { - "Rank": 3, - "CommandName": "Disable-PnPFeature", "Id": 305, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Rank": 3, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "CommandName": "Disable-PnPFeature" }, { - "Rank": 1, - "CommandName": "Disable-PnPFlow", "Id": 306, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Disable-PnPFlow" }, { - "Rank": 2, - "CommandName": "Disable-PnPFlow", "Id": 307, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Disable-PnPFlow" }, { - "Rank": 1, - "CommandName": "Disable-PnPPageScheduling", "Id": 308, - "Command": "Disable-PnPPageScheduling" + "Rank": 1, + "Command": "Disable-PnPPageScheduling", + "CommandName": "Disable-PnPPageScheduling" }, { - "Rank": 1, - "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 309, - "Command": "Disable-PnPPowerShellTelemetry" + "Rank": 1, + "Command": "Disable-PnPPowerShellTelemetry", + "CommandName": "Disable-PnPPowerShellTelemetry" }, { - "Rank": 2, - "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 310, - "Command": "Disable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Command": "Disable-PnPPowerShellTelemetry -Force", + "CommandName": "Disable-PnPPowerShellTelemetry" }, { - "Rank": 1, - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Id": 311, - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Command": "Disable-PnPSharingForNonOwnersOfSite", + "CommandName": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, - "CommandName": "Disable-PnPSiteClassification", "Id": 312, - "Command": "Disable-PnPSiteClassification" + "Rank": 1, + "Command": "Disable-PnPSiteClassification", + "CommandName": "Disable-PnPSiteClassification" }, { - "Rank": 1, - "CommandName": "Disconnect-PnPOnline", "Id": 313, - "Command": "Disconnect-PnPOnline" + "Rank": 1, + "Command": "Disconnect-PnPOnline", + "CommandName": "Disconnect-PnPOnline" }, { - "Rank": 1, - "CommandName": "Enable-PnPCommSite", "Id": 314, - "Command": "Enable-PnPCommSite" + "Rank": 1, + "Command": "Enable-PnPCommSite", + "CommandName": "Enable-PnPCommSite" }, { - "Rank": 2, - "CommandName": "Enable-PnPCommSite", "Id": 315, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" + "Rank": 2, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", + "CommandName": "Enable-PnPCommSite" }, { - "Rank": 1, - "CommandName": "Enable-PnPFeature", "Id": 316, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Enable-PnPFeature" }, { - "Rank": 2, - "CommandName": "Enable-PnPFeature", "Id": 317, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Rank": 2, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "CommandName": "Enable-PnPFeature" }, { - "Rank": 3, - "CommandName": "Enable-PnPFeature", "Id": 318, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Rank": 3, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "CommandName": "Enable-PnPFeature" }, { - "Rank": 1, - "CommandName": "Enable-PnPFlow", "Id": 319, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Enable-PnPFlow" }, { - "Rank": 2, - "CommandName": "Enable-PnPFlow", "Id": 320, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Enable-PnPFlow" }, { - "Rank": 1, - "CommandName": "Enable-PnPPageScheduling", "Id": 321, - "Command": "Enable-PnPPageScheduling" + "Rank": 1, + "Command": "Enable-PnPPageScheduling", + "CommandName": "Enable-PnPPageScheduling" }, { - "Rank": 1, - "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 322, - "Command": "Enable-PnPPowerShellTelemetry" + "Rank": 1, + "Command": "Enable-PnPPowerShellTelemetry", + "CommandName": "Enable-PnPPowerShellTelemetry" }, { - "Rank": 2, - "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 323, - "Command": "Enable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Command": "Enable-PnPPowerShellTelemetry -Force", + "CommandName": "Enable-PnPPowerShellTelemetry" }, { - "Rank": 1, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 324, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" + "Rank": 1, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "Rank": 2, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 325, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" + "Rank": 2, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "Rank": 3, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 326, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" + "Rank": 3, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "Rank": 4, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 327, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" + "Rank": 4, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", + "CommandName": "Enable-PnPPriviledgedIdentityManagement" }, { - "Rank": 1, - "CommandName": "Enable-PnPSiteClassification", "Id": 328, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" + "Rank": 1, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", + "CommandName": "Enable-PnPSiteClassification" }, { - "Rank": 2, - "CommandName": "Enable-PnPSiteClassification", "Id": 329, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Rank": 2, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", + "CommandName": "Enable-PnPSiteClassification" }, { - "Rank": 1, - "CommandName": "Export-PnPFlow", "Id": 330, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Export-PnPFlow" }, { - "Rank": 2, - "CommandName": "Export-PnPFlow", "Id": 331, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Export-PnPFlow" }, { - "Rank": 1, - "CommandName": "Export-PnPListToSiteTemplate", "Id": 332, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "Rank": 1, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", + "CommandName": "Export-PnPListToSiteTemplate" }, { - "Rank": 2, - "CommandName": "Export-PnPListToSiteTemplate", "Id": 333, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" + "Rank": 2, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", + "CommandName": "Export-PnPListToSiteTemplate" }, { - "Rank": 1, - "CommandName": "Export-PnPPage", "Id": 334, - "Command": "Export-PnPPage -Identity Home.aspx" + "Rank": 1, + "Command": "Export-PnPPage -Identity Home.aspx", + "CommandName": "Export-PnPPage" }, { - "Rank": 2, - "CommandName": "Export-PnPPage", "Id": 335, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" + "Rank": 2, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", + "CommandName": "Export-PnPPage" }, { - "Rank": 1, - "CommandName": "Export-PnPPageMapping", "Id": 336, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" + "Rank": 1, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", + "CommandName": "Export-PnPPageMapping" }, { - "Rank": 2, - "CommandName": "Export-PnPPageMapping", "Id": 337, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" + "Rank": 2, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", + "CommandName": "Export-PnPPageMapping" }, { - "Rank": 3, - "CommandName": "Export-PnPPageMapping", "Id": 338, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" + "Rank": 3, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", + "CommandName": "Export-PnPPageMapping" }, { - "Rank": 1, - "CommandName": "Export-PnPPowerApp", "Id": 339, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" + "Rank": 1, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", + "CommandName": "Export-PnPPowerApp" }, { - "Rank": 2, - "CommandName": "Export-PnPPowerApp", "Id": 340, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" + "Rank": 2, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", + "CommandName": "Export-PnPPowerApp" }, { - "Rank": 1, - "CommandName": "Export-PnPTaxonomy", "Id": 341, - "Command": "Export-PnPTaxonomy" + "Rank": 1, + "Command": "Export-PnPTaxonomy", + "CommandName": "Export-PnPTaxonomy" }, { - "Rank": 2, - "CommandName": "Export-PnPTaxonomy", "Id": 342, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "Rank": 2, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", + "CommandName": "Export-PnPTaxonomy" }, { - "Rank": 3, - "CommandName": "Export-PnPTaxonomy", "Id": 343, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" + "Rank": 3, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", + "CommandName": "Export-PnPTaxonomy" }, { - "Rank": 4, - "CommandName": "Export-PnPTaxonomy", "Id": 344, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" + "Rank": 4, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", + "CommandName": "Export-PnPTaxonomy" }, { - "Rank": 1, - "CommandName": "Export-PnPTermGroupToXml", "Id": 345, - "Command": "Export-PnPTermGroupToXml" + "Rank": 1, + "Command": "Export-PnPTermGroupToXml", + "CommandName": "Export-PnPTermGroupToXml" }, { - "Rank": 2, - "CommandName": "Export-PnPTermGroupToXml", "Id": 346, - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "Rank": 2, + "Command": "Export-PnPTermGroupToXml -Out output.xml", + "CommandName": "Export-PnPTermGroupToXml" }, { - "Rank": 3, - "CommandName": "Export-PnPTermGroupToXml", "Id": 347, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" + "Rank": 3, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", + "CommandName": "Export-PnPTermGroupToXml" }, { - "Rank": 1, - "CommandName": "Export-PnPUserInfo", "Id": 348, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Rank": 1, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "CommandName": "Export-PnPUserInfo" }, { - "Rank": 2, - "CommandName": "Export-PnPUserInfo", "Id": 349, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" + "Rank": 2, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", + "CommandName": "Export-PnPUserInfo" }, { - "Rank": 1, - "CommandName": "Export-PnPUserProfile", "Id": 350, - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Command": "Export-PnPUserProfile -LoginName user@domain.com", + "CommandName": "Export-PnPUserProfile" }, { - "Rank": 2, - "CommandName": "Export-PnPUserProfile", "Id": 351, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" + "Rank": 2, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", + "CommandName": "Export-PnPUserProfile" }, { - "Rank": 1, - "CommandName": "Find-PnPFile", "Id": 352, - "Command": "Find-PnPFile -Match *.master" + "Rank": 1, + "Command": "Find-PnPFile -Match *.master", + "CommandName": "Find-PnPFile" }, { - "Rank": 2, - "CommandName": "Find-PnPFile", "Id": 353, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "Rank": 2, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", + "CommandName": "Find-PnPFile" }, { - "Rank": 3, - "CommandName": "Find-PnPFile", "Id": 354, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" + "Rank": 3, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", + "CommandName": "Find-PnPFile" }, { - "Rank": 1, - "CommandName": "Get-PnPAccessToken", "Id": 355, - "Command": "Get-PnPAccessToken" + "Rank": 1, + "Command": "Get-PnPAccessToken", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 2, - "CommandName": "Get-PnPAccessToken", "Id": 356, - "Command": "Get-PnPAccessToken -Decoded" + "Rank": 2, + "Command": "Get-PnPAccessToken -Decoded", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 3, - "CommandName": "Get-PnPAccessToken", "Id": 357, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "Rank": 3, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 4, - "CommandName": "Get-PnPAccessToken", "Id": 358, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "Rank": 4, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 5, - "CommandName": "Get-PnPAccessToken", "Id": 359, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "Rank": 5, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 6, - "CommandName": "Get-PnPAccessToken", "Id": 360, - "Command": "Get-PnPAccessToken -ListPermissionScopes" + "Rank": 6, + "Command": "Get-PnPAccessToken -ListPermissionScopes", + "CommandName": "Get-PnPAccessToken" }, { - "Rank": 1, - "CommandName": "Get-PnPAlert", "Id": 361, - "Command": "Get-PnPAlert" + "Rank": 1, + "Command": "Get-PnPAlert", + "CommandName": "Get-PnPAlert" }, { - "Rank": 2, - "CommandName": "Get-PnPAlert", "Id": 362, - "Command": "Get-PnPAlert -List \"Demo List\"" + "Rank": 2, + "Command": "Get-PnPAlert -List \"Demo List\"", + "CommandName": "Get-PnPAlert" }, { - "Rank": 3, - "CommandName": "Get-PnPAlert", "Id": 363, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPAlert" }, { - "Rank": 4, - "CommandName": "Get-PnPAlert", "Id": 364, - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "Rank": 4, + "Command": "Get-PnPAlert -Title \"Demo Alert\"", + "CommandName": "Get-PnPAlert" }, { - "Rank": 5, - "CommandName": "Get-PnPAlert", "Id": 365, - "Command": "Get-PnPAlert -AllUsers" + "Rank": 5, + "Command": "Get-PnPAlert -AllUsers", + "CommandName": "Get-PnPAlert" }, { - "Rank": 6, - "CommandName": "Get-PnPAlert", "Id": 366, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "Rank": 6, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", + "CommandName": "Get-PnPAlert" }, { - "Rank": 1, - "CommandName": "Get-PnPApp", "Id": 367, - "Command": "Get-PnPApp" + "Rank": 1, + "Command": "Get-PnPApp", + "CommandName": "Get-PnPApp" }, { - "Rank": 2, - "CommandName": "Get-PnPApp", "Id": 368, - "Command": "Get-PnPApp -Scope Site" + "Rank": 2, + "Command": "Get-PnPApp -Scope Site", + "CommandName": "Get-PnPApp" }, { - "Rank": 3, - "CommandName": "Get-PnPApp", "Id": 369, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 3, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "CommandName": "Get-PnPApp" }, { - "Rank": 1, - "CommandName": "Get-PnPAppErrors", "Id": 370, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" + "Rank": 1, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", + "CommandName": "Get-PnPAppErrors" }, { - "Rank": 2, - "CommandName": "Get-PnPAppErrors", "Id": 371, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" + "Rank": 2, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", + "CommandName": "Get-PnPAppErrors" }, { - "Rank": 1, - "CommandName": "Get-PnPAppInfo", "Id": 372, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "Rank": 1, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", + "CommandName": "Get-PnPAppInfo" }, { - "Rank": 2, - "CommandName": "Get-PnPAppInfo", "Id": 373, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 2, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "CommandName": "Get-PnPAppInfo" }, { - "Rank": 3, - "CommandName": "Get-PnPAppInfo", "Id": 374, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "Rank": 3, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", + "CommandName": "Get-PnPAppInfo" }, { - "Rank": 1, - "CommandName": "Get-PnPApplicationCustomizer", "Id": 375, - "Command": "Get-PnPApplicationCustomizer" + "Rank": 1, + "Command": "Get-PnPApplicationCustomizer", + "CommandName": "Get-PnPApplicationCustomizer" }, { - "Rank": 2, - "CommandName": "Get-PnPApplicationCustomizer", "Id": 376, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 2, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Get-PnPApplicationCustomizer" }, { - "Rank": 3, - "CommandName": "Get-PnPApplicationCustomizer", "Id": 377, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" + "Rank": 3, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", + "CommandName": "Get-PnPApplicationCustomizer" }, { - "Rank": 1, - "CommandName": "Get-PnPAuditing", "Id": 378, - "Command": "Get-PnPAuditing" + "Rank": 1, + "Command": "Get-PnPAuditing", + "CommandName": "Get-PnPAuditing" }, { - "Rank": 1, - "CommandName": "Get-PnPAuthenticationRealm", "Id": 379, - "Command": "Get-PnPAuthenticationRealm" + "Rank": 1, + "Command": "Get-PnPAuthenticationRealm", + "CommandName": "Get-PnPAuthenticationRealm" }, { - "Rank": 2, - "CommandName": "Get-PnPAuthenticationRealm", "Id": 380, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "Rank": 2, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", + "CommandName": "Get-PnPAuthenticationRealm" }, { - "Rank": 1, - "CommandName": "Get-PnPAvailableLanguage", "Id": 381, - "Command": "Get-PnPAvailableLanguage" + "Rank": 1, + "Command": "Get-PnPAvailableLanguage", + "CommandName": "Get-PnPAvailableLanguage" }, { - "Rank": 1, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 382, - "Command": "Get-PnPAvailableSensitivityLabel" + "Rank": 1, + "Command": "Get-PnPAvailableSensitivityLabel", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "Rank": 2, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 383, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "Rank": 2, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "Rank": 3, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 384, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" + "Rank": 3, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", + "CommandName": "Get-PnPAvailableSensitivityLabel" }, { - "Rank": 1, - "CommandName": "Get-PnPAvailableSiteClassification", "Id": 385, - "Command": "Get-PnPAvailableSiteClassification" + "Rank": 1, + "Command": "Get-PnPAvailableSiteClassification", + "CommandName": "Get-PnPAvailableSiteClassification" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 386, - "Command": "Get-PnPAzureACSPrincipal" + "Rank": 1, + "Command": "Get-PnPAzureACSPrincipal", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 387, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "Rank": 2, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 388, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "Rank": 3, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 4, - "CommandName": "Get-PnPAzureACSPrincipal", "Id": 389, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "Rank": 4, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", + "CommandName": "Get-PnPAzureACSPrincipal" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 390, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 391, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 392, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 393, - "Command": "Get-PnPAzureADActivityReportSignIn" + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportSignIn", + "CommandName": "Get-PnPAzureADActivityReportSignIn" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 394, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", + "CommandName": "Get-PnPAzureADActivityReportSignIn" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 395, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", + "CommandName": "Get-PnPAzureADActivityReportSignIn" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADApp", "Id": 396, - "Command": "Get-PnPAzureADApp" + "Rank": 1, + "Command": "Get-PnPAzureADApp", + "CommandName": "Get-PnPAzureADApp" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADApp", "Id": 397, - "Command": "Get-PnPAzureADApp -Identity MyApp" + "Rank": 2, + "Command": "Get-PnPAzureADApp -Identity MyApp", + "CommandName": "Get-PnPAzureADApp" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADApp", "Id": 398, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 3, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "CommandName": "Get-PnPAzureADApp" }, { - "Rank": 4, - "CommandName": "Get-PnPAzureADApp", "Id": 399, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "Rank": 4, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPAzureADApp" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADAppPermission", "Id": 400, - "Command": "Get-PnPAzureADAppPermission" + "Rank": 1, + "Command": "Get-PnPAzureADAppPermission", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADAppPermission", "Id": 401, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "Rank": 2, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADAppPermission", "Id": 402, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 3, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "CommandName": "Get-PnPAzureADAppPermission" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 403, - "Command": "Get-PnPAzureADAppSitePermission" + "Rank": 1, + "Command": "Get-PnPAzureADAppSitePermission", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 404, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" + "Rank": 2, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 405, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "Rank": 3, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 4, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 406, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "Rank": 4, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 5, - "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 407, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" + "Rank": 5, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", + "CommandName": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADGroup", "Id": 408, - "Command": "Get-PnPAzureADGroup" + "Rank": 1, + "Command": "Get-PnPAzureADGroup", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADGroup", "Id": 409, - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPAzureADGroup -Identity $groupId", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADGroup", "Id": 410, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "Rank": 3, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 4, - "CommandName": "Get-PnPAzureADGroup", "Id": 411, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "Rank": 4, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 5, - "CommandName": "Get-PnPAzureADGroup", "Id": 412, - "Command": "Get-PnPAzureADGroup -Identity $group" + "Rank": 5, + "Command": "Get-PnPAzureADGroup -Identity $group", + "CommandName": "Get-PnPAzureADGroup" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADGroupMember", "Id": 413, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADGroupMember", "Id": 414, - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "Rank": 2, + "Command": "Get-PnPAzureADGroupMember -Identity $group", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADGroupMember", "Id": 415, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" + "Rank": 3, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", + "CommandName": "Get-PnPAzureADGroupMember" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADGroupOwner", "Id": 416, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", + "CommandName": "Get-PnPAzureADGroupOwner" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADGroupOwner", "Id": 417, - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "Rank": 2, + "Command": "Get-PnPAzureADGroupOwner -Identity $group", + "CommandName": "Get-PnPAzureADGroupOwner" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 418, - "Command": "Get-PnPAzureADServicePrincipal" + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipal", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 419, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 420, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" + "Rank": 3, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 4, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 421, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "Rank": 4, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 5, - "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 422, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 423, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 424, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 425, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 426, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureADUser", "Id": 427, - "Command": "Get-PnPAzureADUser" + "Rank": 1, + "Command": "Get-PnPAzureADUser", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureADUser", "Id": 428, - "Command": "Get-PnPAzureADUser -EndIndex 50" + "Rank": 2, + "Command": "Get-PnPAzureADUser -EndIndex 50", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureADUser", "Id": 429, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Rank": 3, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 4, - "CommandName": "Get-PnPAzureADUser", "Id": 430, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "Rank": 4, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 5, - "CommandName": "Get-PnPAzureADUser", "Id": 431, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" + "Rank": 5, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 6, - "CommandName": "Get-PnPAzureADUser", "Id": 432, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "Rank": 6, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 7, - "CommandName": "Get-PnPAzureADUser", "Id": 433, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" + "Rank": 7, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 8, - "CommandName": "Get-PnPAzureADUser", "Id": 434, - "Command": "Get-PnPAzureADUser -Delta" + "Rank": 8, + "Command": "Get-PnPAzureADUser -Delta", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 9, - "CommandName": "Get-PnPAzureADUser", "Id": 435, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "Rank": 9, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 10, - "CommandName": "Get-PnPAzureADUser", "Id": 436, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "Rank": 10, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", + "CommandName": "Get-PnPAzureADUser" }, { - "Rank": 1, - "CommandName": "Get-PnPAzureCertificate", "Id": 437, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "Rank": 1, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", + "CommandName": "Get-PnPAzureCertificate" }, { - "Rank": 2, - "CommandName": "Get-PnPAzureCertificate", "Id": 438, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Rank": 2, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "CommandName": "Get-PnPAzureCertificate" }, { - "Rank": 3, - "CommandName": "Get-PnPAzureCertificate", "Id": 439, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "Rank": 3, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", + "CommandName": "Get-PnPAzureCertificate" }, { - "Rank": 1, - "CommandName": "Get-PnPBrandCenterConfig", "Id": 440, - "Command": "Get-PnPBrandCenterConfig" + "Rank": 1, + "Command": "Get-PnPBrandCenterConfig", + "CommandName": "Get-PnPBrandCenterConfig" }, { - "Rank": 1, - "CommandName": "Get-PnPBrandCenterFont", "Id": 441, - "Command": "Get-PnPBrandCenterFont" + "Rank": 1, + "Command": "Get-PnPBrandCenterFont", + "CommandName": "Get-PnPBrandCenterFont" }, { - "Rank": 1, - "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 442, - "Command": "Get-PnPBrandCenterFontPackage" + "Rank": 1, + "Command": "Get-PnPBrandCenterFontPackage", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "Rank": 2, - "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 443, - "Command": "Get-PnPBrandCenterFontPackage -Store Site" + "Rank": 2, + "Command": "Get-PnPBrandCenterFontPackage -Store Site", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "Rank": 3, - "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 444, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" + "Rank": 3, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "Rank": 4, - "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 445, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Rank": 4, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "CommandName": "Get-PnPBrandCenterFontPackage" }, { - "Rank": 1, - "CommandName": "Get-PnPBrowserIdleSignout", "Id": 446, - "Command": "Get-PnPBrowserIdleSignout" + "Rank": 1, + "Command": "Get-PnPBrowserIdleSignout", + "CommandName": "Get-PnPBrowserIdleSignout" }, { - "Rank": 1, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 447, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "Rank": 1, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", + "CommandName": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 2, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 448, - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "Rank": 2, + "Command": "Get-PnPBuiltInDesignPackageVisibility", + "CommandName": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 1, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 449, - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "Rank": 1, + "Command": "Get-PnPBuiltInSiteTemplateSettings", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 2, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 450, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" + "Rank": 2, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 3, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 451, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "Rank": 3, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 4, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 452, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 4, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 5, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 453, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "Rank": 5, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", + "CommandName": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 1, - "CommandName": "Get-PnPChangeLog", "Id": 454, - "Command": "Get-PnPChangeLog" + "Rank": 1, + "Command": "Get-PnPChangeLog", + "CommandName": "Get-PnPChangeLog" }, { - "Rank": 2, - "CommandName": "Get-PnPChangeLog", "Id": 455, - "Command": "Get-PnPChangeLog -Nightly" + "Rank": 2, + "Command": "Get-PnPChangeLog -Nightly", + "CommandName": "Get-PnPChangeLog" }, { - "Rank": 3, - "CommandName": "Get-PnPChangeLog", "Id": 456, - "Command": "Get-PnPChangeLog -Version 2.12.0" + "Rank": 3, + "Command": "Get-PnPChangeLog -Version 2.12.0", + "CommandName": "Get-PnPChangeLog" }, { - "Rank": 1, - "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 457, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" + "Rank": 1, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", + "CommandName": "Get-PnPCompatibleHubContentTypes" }, { - "Rank": 2, - "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 458, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" + "Rank": 2, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", + "CommandName": "Get-PnPCompatibleHubContentTypes" }, { - "Rank": 1, - "CommandName": "Get-PnPContainer", "Id": 459, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" + "Rank": 1, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", + "CommandName": "Get-PnPContainer" }, { - "Rank": 2, - "CommandName": "Get-PnPContainer", "Id": 460, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 2, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "CommandName": "Get-PnPContainer" }, { - "Rank": 3, - "CommandName": "Get-PnPContainer", "Id": 461, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Rank": 3, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "CommandName": "Get-PnPContainer" }, { - "Rank": 1, - "CommandName": "Get-PnPContainerType", "Id": 462, - "Command": "Get-PnPContainerType" + "Rank": 1, + "Command": "Get-PnPContainerType", + "CommandName": "Get-PnPContainerType" }, { - "Rank": 1, - "CommandName": "Get-PnPContainerTypeConfiguration", "Id": 463, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" + "Rank": 1, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", + "CommandName": "Get-PnPContainerTypeConfiguration" }, { - "Rank": 1, - "CommandName": "Get-PnPContentType", "Id": 464, - "Command": "Get-PnPContentType" + "Rank": 1, + "Command": "Get-PnPContentType", + "CommandName": "Get-PnPContentType" }, { - "Rank": 2, - "CommandName": "Get-PnPContentType", "Id": 465, - "Command": "Get-PnPContentType -InSiteHierarchy" + "Rank": 2, + "Command": "Get-PnPContentType -InSiteHierarchy", + "CommandName": "Get-PnPContentType" }, { - "Rank": 3, - "CommandName": "Get-PnPContentType", "Id": 466, - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "Rank": 3, + "Command": "Get-PnPContentType -Identity \"Project Document\"", + "CommandName": "Get-PnPContentType" }, { - "Rank": 4, - "CommandName": "Get-PnPContentType", "Id": 467, - "Command": "Get-PnPContentType -List \"Documents\"" + "Rank": 4, + "Command": "Get-PnPContentType -List \"Documents\"", + "CommandName": "Get-PnPContentType" }, { - "Rank": 5, - "CommandName": "Get-PnPContentType", "Id": 468, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"" + "Rank": 5, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", + "CommandName": "Get-PnPContentType" }, { - "Rank": 1, - "CommandName": "Get-PnPContentTypePublishingStatus", "Id": 469, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "Rank": 1, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", + "CommandName": "Get-PnPContentTypePublishingStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPCopilotAdminLimitedMode", "Id": 470, - "Command": "Get-PnPCopilotAdminLimitedMode" + "Rank": 1, + "Command": "Get-PnPCopilotAdminLimitedMode", + "CommandName": "Get-PnPCopilotAdminLimitedMode" }, { - "Rank": 1, - "CommandName": "Get-PnPCopilotAgent", "Id": 471, - "Command": "Get-PnPCopilotAgent" + "Rank": 1, + "Command": "Get-PnPCopilotAgent", + "CommandName": "Get-PnPCopilotAgent" }, { - "Rank": 2, - "CommandName": "Get-PnPCopilotAgent", "Id": 472, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" + "Rank": 2, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", + "CommandName": "Get-PnPCopilotAgent" }, { - "Rank": 1, - "CommandName": "Get-PnPCustomAction", "Id": 473, - "Command": "Get-PnPCustomAction" + "Rank": 1, + "Command": "Get-PnPCustomAction", + "CommandName": "Get-PnPCustomAction" }, { - "Rank": 2, - "CommandName": "Get-PnPCustomAction", "Id": 474, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 2, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Get-PnPCustomAction" }, { - "Rank": 3, - "CommandName": "Get-PnPCustomAction", "Id": 475, - "Command": "Get-PnPCustomAction -Scope web" + "Rank": 3, + "Command": "Get-PnPCustomAction -Scope web", + "CommandName": "Get-PnPCustomAction" }, { - "Rank": 1, - "CommandName": "Get-PnPDeletedContainer", "Id": 476, - "Command": "Get-PnPDeletedContainer" + "Rank": 1, + "Command": "Get-PnPDeletedContainer", + "CommandName": "Get-PnPDeletedContainer" }, { - "Rank": 1, - "CommandName": "Get-PnPDeletedFlow", "Id": 477, - "Command": "Get-PnPDeletedFlow" + "Rank": 1, + "Command": "Get-PnPDeletedFlow", + "CommandName": "Get-PnPDeletedFlow" }, { - "Rank": 1, - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 478, - "Command": "Get-PnPDeletedMicrosoft365Group" + "Rank": 1, + "Command": "Get-PnPDeletedMicrosoft365Group", + "CommandName": "Get-PnPDeletedMicrosoft365Group" }, { - "Rank": 2, - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 479, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 2, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "CommandName": "Get-PnPDeletedMicrosoft365Group" }, { - "Rank": 1, - "CommandName": "Get-PnPDeletedTeam", "Id": 480, - "Command": "Get-PnPDeletedTeam" + "Rank": 1, + "Command": "Get-PnPDeletedTeam", + "CommandName": "Get-PnPDeletedTeam" }, { - "Rank": 1, - "CommandName": "Get-PnPDiagnostics", "Id": 481, - "Command": "Get-PnPDiagnostics" + "Rank": 1, + "Command": "Get-PnPDiagnostics", + "CommandName": "Get-PnPDiagnostics" }, { - "Rank": 1, - "CommandName": "Get-PnPDisableSpacesActivation", "Id": 482, - "Command": "Get-PnPDisableSpacesActivation" + "Rank": 1, + "Command": "Get-PnPDisableSpacesActivation", + "CommandName": "Get-PnPDisableSpacesActivation" }, { - "Rank": 1, - "CommandName": "Get-PnPDocumentSetTemplate", "Id": 483, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "Rank": 1, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", + "CommandName": "Get-PnPDocumentSetTemplate" }, { - "Rank": 2, - "CommandName": "Get-PnPDocumentSetTemplate", "Id": 484, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "Rank": 2, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", + "CommandName": "Get-PnPDocumentSetTemplate" }, { - "Rank": 1, - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 485, - "Command": "Get-PnPEnterpriseAppInsightsReport" + "Rank": 1, + "Command": "Get-PnPEnterpriseAppInsightsReport", + "CommandName": "Get-PnPEnterpriseAppInsightsReport" }, { - "Rank": 2, - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 486, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" + "Rank": 2, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", + "CommandName": "Get-PnPEnterpriseAppInsightsReport" }, { - "Rank": 3, - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 487, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" + "Rank": 3, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", + "CommandName": "Get-PnPEnterpriseAppInsightsReport" }, { - "Rank": 1, - "CommandName": "Get-PnPEventReceiver", "Id": 488, - "Command": "Get-PnPEventReceiver" + "Rank": 1, + "Command": "Get-PnPEventReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 2, - "CommandName": "Get-PnPEventReceiver", "Id": 489, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 2, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 3, - "CommandName": "Get-PnPEventReceiver", "Id": 490, - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "Rank": 3, + "Command": "Get-PnPEventReceiver -Identity MyReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 4, - "CommandName": "Get-PnPEventReceiver", "Id": 491, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "Rank": 4, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 5, - "CommandName": "Get-PnPEventReceiver", "Id": 492, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 5, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 6, - "CommandName": "Get-PnPEventReceiver", "Id": 493, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "Rank": 6, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 7, - "CommandName": "Get-PnPEventReceiver", "Id": 494, - "Command": "Get-PnPEventReceiver -Scope Site" + "Rank": 7, + "Command": "Get-PnPEventReceiver -Scope Site", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 8, - "CommandName": "Get-PnPEventReceiver", "Id": 495, - "Command": "Get-PnPEventReceiver -Scope Web" + "Rank": 8, + "Command": "Get-PnPEventReceiver -Scope Web", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 9, - "CommandName": "Get-PnPEventReceiver", "Id": 496, - "Command": "Get-PnPEventReceiver -Scope All" + "Rank": 9, + "Command": "Get-PnPEventReceiver -Scope All", + "CommandName": "Get-PnPEventReceiver" }, { - "Rank": 1, - "CommandName": "Get-PnPException", "Id": 497, - "Command": "Get-PnPException" + "Rank": 1, + "Command": "Get-PnPException", + "CommandName": "Get-PnPException" }, { - "Rank": 2, - "CommandName": "Get-PnPException", "Id": 498, - "Command": "Get-PnPException -All" + "Rank": 2, + "Command": "Get-PnPException -All", + "CommandName": "Get-PnPException" }, { - "Rank": 1, - "CommandName": "Get-PnPExternalUser", "Id": 499, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "Rank": 1, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", + "CommandName": "Get-PnPExternalUser" }, { - "Rank": 2, - "CommandName": "Get-PnPExternalUser", "Id": 500, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "Rank": 2, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", + "CommandName": "Get-PnPExternalUser" }, { - "Rank": 1, - "CommandName": "Get-PnPFeature", "Id": 501, - "Command": "Get-PnPFeature" + "Rank": 1, + "Command": "Get-PnPFeature", + "CommandName": "Get-PnPFeature" }, { - "Rank": 2, - "CommandName": "Get-PnPFeature", "Id": 502, - "Command": "Get-PnPFeature -Scope Site" + "Rank": 2, + "Command": "Get-PnPFeature -Scope Site", + "CommandName": "Get-PnPFeature" }, { - "Rank": 3, - "CommandName": "Get-PnPFeature", "Id": 503, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 3, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Get-PnPFeature" }, { - "Rank": 4, - "CommandName": "Get-PnPFeature", "Id": 504, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" + "Rank": 4, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", + "CommandName": "Get-PnPFeature" }, { - "Rank": 1, - "CommandName": "Get-PnPField", "Id": 505, - "Command": "Get-PnPField" + "Rank": 1, + "Command": "Get-PnPField", + "CommandName": "Get-PnPField" }, { - "Rank": 2, - "CommandName": "Get-PnPField", "Id": 506, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "CommandName": "Get-PnPField" }, { - "Rank": 3, - "CommandName": "Get-PnPField", "Id": 507, - "Command": "Get-PnPField -Group \"Custom Columns\"" + "Rank": 3, + "Command": "Get-PnPField -Group \"Custom Columns\"", + "CommandName": "Get-PnPField" }, { - "Rank": 1, - "CommandName": "Get-PnPFile", "Id": 508, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" + "Rank": 1, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", + "CommandName": "Get-PnPFile" }, { - "Rank": 2, - "CommandName": "Get-PnPFile", "Id": 509, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" + "Rank": 2, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", + "CommandName": "Get-PnPFile" }, { - "Rank": 3, - "CommandName": "Get-PnPFile", "Id": 510, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "Rank": 3, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", + "CommandName": "Get-PnPFile" }, { - "Rank": 4, - "CommandName": "Get-PnPFile", "Id": 511, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "Rank": 4, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", + "CommandName": "Get-PnPFile" }, { - "Rank": 5, - "CommandName": "Get-PnPFile", "Id": 512, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "Rank": 5, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", + "CommandName": "Get-PnPFile" }, { - "Rank": 6, - "CommandName": "Get-PnPFile", "Id": 513, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "Rank": 6, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", + "CommandName": "Get-PnPFile" }, { - "Rank": 7, - "CommandName": "Get-PnPFile", "Id": 514, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "Rank": 7, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", + "CommandName": "Get-PnPFile" }, { - "Rank": 8, - "CommandName": "Get-PnPFile", "Id": 515, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "Rank": 8, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", + "CommandName": "Get-PnPFile" }, { - "Rank": 1, - "CommandName": "Get-PnPFileAnalyticsData", "Id": 516, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" + "Rank": 1, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", + "CommandName": "Get-PnPFileAnalyticsData" }, { - "Rank": 2, - "CommandName": "Get-PnPFileAnalyticsData", "Id": 517, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" + "Rank": 2, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", + "CommandName": "Get-PnPFileAnalyticsData" }, { - "Rank": 3, - "CommandName": "Get-PnPFileAnalyticsData", "Id": 518, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 3, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "CommandName": "Get-PnPFileAnalyticsData" }, { - "Rank": 1, - "CommandName": "Get-PnPFileCheckedOut", "Id": 519, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", + "CommandName": "Get-PnPFileCheckedOut" }, { - "Rank": 1, - "CommandName": "Get-PnPFileInFolder", "Id": 520, - "Command": "Get-PnPFileInFolder" + "Rank": 1, + "Command": "Get-PnPFileInFolder", + "CommandName": "Get-PnPFileInFolder" }, { - "Rank": 2, - "CommandName": "Get-PnPFileInFolder", "Id": 521, - "Command": "Get-PnPFileInFolder -Recurse" + "Rank": 2, + "Command": "Get-PnPFileInFolder -Recurse", + "CommandName": "Get-PnPFileInFolder" }, { - "Rank": 3, - "CommandName": "Get-PnPFileInFolder", "Id": 522, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", + "CommandName": "Get-PnPFileInFolder" }, { - "Rank": 4, - "CommandName": "Get-PnPFileInFolder", "Id": 523, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Rank": 4, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "CommandName": "Get-PnPFileInFolder" }, { - "Rank": 5, - "CommandName": "Get-PnPFileInFolder", "Id": 524, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Rank": 5, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "CommandName": "Get-PnPFileInFolder" }, { - "Rank": 1, - "CommandName": "Get-PnPFileRetentionLabel", "Id": 525, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Rank": 1, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "CommandName": "Get-PnPFileRetentionLabel" }, { - "Rank": 1, - "CommandName": "Get-PnPFileSensitivityLabel", "Id": 526, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "CommandName": "Get-PnPFileSensitivityLabel" }, { - "Rank": 1, - "CommandName": "Get-PnPFileSensitivityLabelInfo", "Id": 527, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", + "CommandName": "Get-PnPFileSensitivityLabelInfo" }, { - "Rank": 1, - "CommandName": "Get-PnPFileSharingLink", "Id": 528, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Get-PnPFileSharingLink" }, { - "Rank": 2, - "CommandName": "Get-PnPFileSharingLink", "Id": 529, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" + "Rank": 2, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", + "CommandName": "Get-PnPFileSharingLink" }, { - "Rank": 3, - "CommandName": "Get-PnPFileSharingLink", "Id": 530, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" + "Rank": 3, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", + "CommandName": "Get-PnPFileSharingLink" }, { - "Rank": 1, - "CommandName": "Get-PnPFileVersion", "Id": 531, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "Rank": 1, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", + "CommandName": "Get-PnPFileVersion" }, { - "Rank": 2, - "CommandName": "Get-PnPFileVersion", "Id": 532, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" + "Rank": 2, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", + "CommandName": "Get-PnPFileVersion" }, { - "Rank": 3, - "CommandName": "Get-PnPFileVersion", "Id": 533, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" + "Rank": 3, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", + "CommandName": "Get-PnPFileVersion" }, { - "Rank": 1, - "CommandName": "Get-PnPFlow", "Id": 534, - "Command": "Get-PnPFlow -AsAdmin" + "Rank": 1, + "Command": "Get-PnPFlow -AsAdmin", + "CommandName": "Get-PnPFlow" }, { - "Rank": 2, - "CommandName": "Get-PnPFlow", "Id": 535, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe" + "Rank": 2, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", + "CommandName": "Get-PnPFlow" }, { - "Rank": 3, - "CommandName": "Get-PnPFlow", "Id": 536, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 3, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Get-PnPFlow" }, { - "Rank": 1, - "CommandName": "Get-PnPFlowOwner", "Id": 537, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Rank": 1, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "CommandName": "Get-PnPFlowOwner" }, { - "Rank": 2, - "CommandName": "Get-PnPFlowOwner", "Id": 538, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Rank": 2, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "CommandName": "Get-PnPFlowOwner" }, { - "Rank": 1, - "CommandName": "Get-PnPFlowRun", "Id": 539, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Get-PnPFlowRun" }, { - "Rank": 2, - "CommandName": "Get-PnPFlowRun", "Id": 540, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 2, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "CommandName": "Get-PnPFlowRun" }, { - "Rank": 1, - "CommandName": "Get-PnPFolder", "Id": 541, - "Command": "Get-PnPFolder" + "Rank": 1, + "Command": "Get-PnPFolder", + "CommandName": "Get-PnPFolder" }, { - "Rank": 2, - "CommandName": "Get-PnPFolder", "Id": 542, - "Command": "Get-PnPFolder -CurrentWebRootFolder" + "Rank": 2, + "Command": "Get-PnPFolder -CurrentWebRootFolder", + "CommandName": "Get-PnPFolder" }, { - "Rank": 3, - "CommandName": "Get-PnPFolder", "Id": 543, - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolder -Url \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "Rank": 4, - "CommandName": "Get-PnPFolder", "Id": 544, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "Rank": 4, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "Rank": 5, - "CommandName": "Get-PnPFolder", "Id": 545, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" + "Rank": 5, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "Rank": 6, - "CommandName": "Get-PnPFolder", "Id": 546, - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "Rank": 6, + "Command": "Get-PnPFolder -List \"Shared Documents\"", + "CommandName": "Get-PnPFolder" }, { - "Rank": 7, - "CommandName": "Get-PnPFolder", "Id": 547, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" + "Rank": 7, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", + "CommandName": "Get-PnPFolder" }, { - "Rank": 1, - "CommandName": "Get-PnPFolderInFolder", "Id": 548, - "Command": "Get-PnPFolderInFolder" + "Rank": 1, + "Command": "Get-PnPFolderInFolder", + "CommandName": "Get-PnPFolderInFolder" }, { - "Rank": 2, - "CommandName": "Get-PnPFolderInFolder", "Id": 549, - "Command": "Get-PnPFolderInFolder -Recurse" + "Rank": 2, + "Command": "Get-PnPFolderInFolder -Recurse", + "CommandName": "Get-PnPFolderInFolder" }, { - "Rank": 3, - "CommandName": "Get-PnPFolderInFolder", "Id": 550, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", + "CommandName": "Get-PnPFolderInFolder" }, { - "Rank": 4, - "CommandName": "Get-PnPFolderInFolder", "Id": 551, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" + "Rank": 4, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", + "CommandName": "Get-PnPFolderInFolder" }, { - "Rank": 5, - "CommandName": "Get-PnPFolderInFolder", "Id": 552, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" + "Rank": 5, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", + "CommandName": "Get-PnPFolderInFolder" }, { - "Rank": 6, - "CommandName": "Get-PnPFolderInFolder", "Id": 553, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Rank": 6, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "CommandName": "Get-PnPFolderInFolder" }, { - "Rank": 1, - "CommandName": "Get-PnPFolderItem", "Id": 554, - "Command": "Get-PnPFolderItem" + "Rank": 1, + "Command": "Get-PnPFolderItem", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 2, - "CommandName": "Get-PnPFolderItem", "Id": 555, - "Command": "Get-PnPFolderItem -Recurse" + "Rank": 2, + "Command": "Get-PnPFolderItem -Recurse", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 3, - "CommandName": "Get-PnPFolderItem", "Id": 556, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 4, - "CommandName": "Get-PnPFolderItem", "Id": 557, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Rank": 4, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 5, - "CommandName": "Get-PnPFolderItem", "Id": 558, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "Rank": 5, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 6, - "CommandName": "Get-PnPFolderItem", "Id": 559, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "Rank": 6, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", + "CommandName": "Get-PnPFolderItem" }, { - "Rank": 1, - "CommandName": "Get-PnPFolderSharingLink", "Id": 560, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Get-PnPFolderSharingLink" }, { - "Rank": 1, - "CommandName": "Get-PnPFolderStorageMetric", "Id": 561, - "Command": "Get-PnPFolderStorageMetric" + "Rank": 1, + "Command": "Get-PnPFolderStorageMetric", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "Rank": 2, - "CommandName": "Get-PnPFolderStorageMetric", "Id": 562, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "Rank": 2, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "Rank": 3, - "CommandName": "Get-PnPFolderStorageMetric", "Id": 563, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", + "CommandName": "Get-PnPFolderStorageMetric" }, { - "Rank": 1, - "CommandName": "Get-PnPFooter", "Id": 564, - "Command": "Get-PnPFooter" + "Rank": 1, + "Command": "Get-PnPFooter", + "CommandName": "Get-PnPFooter" }, { - "Rank": 1, - "CommandName": "Get-PnPGraphSubscription", "Id": 565, - "Command": "Get-PnPGraphSubscription" + "Rank": 1, + "Command": "Get-PnPGraphSubscription", + "CommandName": "Get-PnPGraphSubscription" }, { - "Rank": 2, - "CommandName": "Get-PnPGraphSubscription", "Id": 566, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Rank": 2, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "CommandName": "Get-PnPGraphSubscription" }, { - "Rank": 1, - "CommandName": "Get-PnPGroup", "Id": 567, - "Command": "Get-PnPGroup" + "Rank": 1, + "Command": "Get-PnPGroup", + "CommandName": "Get-PnPGroup" }, { - "Rank": 2, - "CommandName": "Get-PnPGroup", "Id": 568, - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "Rank": 2, + "Command": "Get-PnPGroup -Identity 'My Site Users'", + "CommandName": "Get-PnPGroup" }, { - "Rank": 3, - "CommandName": "Get-PnPGroup", "Id": 569, - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "Rank": 3, + "Command": "Get-PnPGroup -AssociatedMemberGroup", + "CommandName": "Get-PnPGroup" }, { - "Rank": 1, - "CommandName": "Get-PnPGroupMember", "Id": 570, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "Rank": 1, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", + "CommandName": "Get-PnPGroupMember" }, { - "Rank": 2, - "CommandName": "Get-PnPGroupMember", "Id": 571, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" + "Rank": 2, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", + "CommandName": "Get-PnPGroupMember" }, { - "Rank": 1, - "CommandName": "Get-PnPGroupPermissions", "Id": 572, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "Rank": 1, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", + "CommandName": "Get-PnPGroupPermissions" }, { - "Rank": 1, - "CommandName": "Get-PnPHideDefaultThemes", "Id": 573, - "Command": "Get-PnPHideDefaultThemes" + "Rank": 1, + "Command": "Get-PnPHideDefaultThemes", + "CommandName": "Get-PnPHideDefaultThemes" }, { - "Rank": 1, - "CommandName": "Get-PnPHomePage", "Id": 574, - "Command": "Get-PnPHomePage" + "Rank": 1, + "Command": "Get-PnPHomePage", + "CommandName": "Get-PnPHomePage" }, { - "Rank": 1, - "CommandName": "Get-PnPHomeSite", "Id": 575, - "Command": "Get-PnPHomeSite" + "Rank": 1, + "Command": "Get-PnPHomeSite", + "CommandName": "Get-PnPHomeSite" }, { - "Rank": 2, - "CommandName": "Get-PnPHomeSite", "Id": 576, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "Rank": 2, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "CommandName": "Get-PnPHomeSite" }, { - "Rank": 3, - "CommandName": "Get-PnPHomeSite", "Id": 577, - "Command": "Get-PnPHomeSite -Detailed" + "Rank": 3, + "Command": "Get-PnPHomeSite -Detailed", + "CommandName": "Get-PnPHomeSite" }, { - "Rank": 1, - "CommandName": "Get-PnPHubSite", "Id": 578, - "Command": "Get-PnPHubSite" + "Rank": 1, + "Command": "Get-PnPHubSite", + "CommandName": "Get-PnPHubSite" }, { - "Rank": 2, - "CommandName": "Get-PnPHubSite", "Id": 579, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Rank": 2, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "CommandName": "Get-PnPHubSite" }, { - "Rank": 3, - "CommandName": "Get-PnPHubSite", "Id": 580, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" + "Rank": 3, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", + "CommandName": "Get-PnPHubSite" }, { - "Rank": 1, - "CommandName": "Get-PnPHubSiteChild", "Id": 581, - "Command": "Get-PnPHubSiteChild" + "Rank": 1, + "Command": "Get-PnPHubSiteChild", + "CommandName": "Get-PnPHubSiteChild" }, { - "Rank": 2, - "CommandName": "Get-PnPHubSiteChild", "Id": 582, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Rank": 2, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "CommandName": "Get-PnPHubSiteChild" }, { - "Rank": 1, - "CommandName": "Get-PnPInPlaceRecordsManagement", "Id": 583, - "Command": "Get-PnPInPlaceRecordsManagement" + "Rank": 1, + "Command": "Get-PnPInPlaceRecordsManagement", + "CommandName": "Get-PnPInPlaceRecordsManagement" }, { - "Rank": 1, - "CommandName": "Get-PnPIsSiteAliasAvailable", "Id": 584, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "Rank": 1, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", + "CommandName": "Get-PnPIsSiteAliasAvailable" }, { - "Rank": 1, - "CommandName": "Get-PnPJavaScriptLink", "Id": 585, - "Command": "Get-PnPJavaScriptLink" + "Rank": 1, + "Command": "Get-PnPJavaScriptLink", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 2, - "CommandName": "Get-PnPJavaScriptLink", "Id": 586, - "Command": "Get-PnPJavaScriptLink -Scope All" + "Rank": 2, + "Command": "Get-PnPJavaScriptLink -Scope All", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 3, - "CommandName": "Get-PnPJavaScriptLink", "Id": 587, - "Command": "Get-PnPJavaScriptLink -Scope Web" + "Rank": 3, + "Command": "Get-PnPJavaScriptLink -Scope Web", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 4, - "CommandName": "Get-PnPJavaScriptLink", "Id": 588, - "Command": "Get-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Command": "Get-PnPJavaScriptLink -Scope Site", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 5, - "CommandName": "Get-PnPJavaScriptLink", "Id": 589, - "Command": "Get-PnPJavaScriptLink -Name Test" + "Rank": 5, + "Command": "Get-PnPJavaScriptLink -Name Test", + "CommandName": "Get-PnPJavaScriptLink" }, { - "Rank": 1, - "CommandName": "Get-PnPKnowledgeHubSite", "Id": 590, - "Command": "Get-PnPKnowledgeHubSite" + "Rank": 1, + "Command": "Get-PnPKnowledgeHubSite", + "CommandName": "Get-PnPKnowledgeHubSite" }, { - "Rank": 1, - "CommandName": "Get-PnPLargeListOperationStatus", "Id": 591, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" + "Rank": 1, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", + "CommandName": "Get-PnPLargeListOperationStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Id": 592, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Id": 593, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPList", "Id": 594, - "Command": "Get-PnPList" + "Rank": 1, + "Command": "Get-PnPList", + "CommandName": "Get-PnPList" }, { - "Rank": 2, - "CommandName": "Get-PnPList", "Id": 595, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 2, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Get-PnPList" }, { - "Rank": 3, - "CommandName": "Get-PnPList", "Id": 596, - "Command": "Get-PnPList -Identity Lists/Announcements" + "Rank": 3, + "Command": "Get-PnPList -Identity Lists/Announcements", + "CommandName": "Get-PnPList" }, { - "Rank": 4, - "CommandName": "Get-PnPList", "Id": 597, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" + "Rank": 4, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", + "CommandName": "Get-PnPList" }, { - "Rank": 5, - "CommandName": "Get-PnPList", "Id": 598, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "Rank": 5, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", + "CommandName": "Get-PnPList" }, { - "Rank": 1, - "CommandName": "Get-PnPListDesign", "Id": 599, - "Command": "Get-PnPListDesign" + "Rank": 1, + "Command": "Get-PnPListDesign", + "CommandName": "Get-PnPListDesign" }, { - "Rank": 2, - "CommandName": "Get-PnPListDesign", "Id": 600, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPListDesign" }, { - "Rank": 3, - "CommandName": "Get-PnPListDesign", "Id": 601, - "Command": "Get-PnPListDesign -Identity ListEvent" + "Rank": 3, + "Command": "Get-PnPListDesign -Identity ListEvent", + "CommandName": "Get-PnPListDesign" }, { - "Rank": 1, - "CommandName": "Get-PnPListInformationRightsManagement", "Id": 602, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", + "CommandName": "Get-PnPListInformationRightsManagement" }, { - "Rank": 1, - "CommandName": "Get-PnPListItem", "Id": 603, - "Command": "Get-PnPListItem -List Tasks" + "Rank": 1, + "Command": "Get-PnPListItem -List Tasks", + "CommandName": "Get-PnPListItem" }, { - "Rank": 2, - "CommandName": "Get-PnPListItem", "Id": 604, - "Command": "Get-PnPListItem -List Tasks -Id 1" + "Rank": 2, + "Command": "Get-PnPListItem -List Tasks -Id 1", + "CommandName": "Get-PnPListItem" }, { - "Rank": 3, - "CommandName": "Get-PnPListItem", "Id": 605, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" + "Rank": 3, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", + "CommandName": "Get-PnPListItem" }, { - "Rank": 4, - "CommandName": "Get-PnPListItem", "Id": 606, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" + "Rank": 4, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", + "CommandName": "Get-PnPListItem" }, { - "Rank": 5, - "CommandName": "Get-PnPListItem", "Id": 607, - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "Rank": 5, + "Command": "Get-PnPListItem -List Tasks -Query \"\"", + "CommandName": "Get-PnPListItem" }, { - "Rank": 6, - "CommandName": "Get-PnPListItem", "Id": 608, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "Rank": 6, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", + "CommandName": "Get-PnPListItem" }, { - "Rank": 7, - "CommandName": "Get-PnPListItem", "Id": 609, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" + "Rank": 7, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", + "CommandName": "Get-PnPListItem" }, { - "Rank": 8, - "CommandName": "Get-PnPListItem", "Id": 610, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" + "Rank": 8, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", + "CommandName": "Get-PnPListItem" }, { - "Rank": 9, - "CommandName": "Get-PnPListItem", "Id": 611, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "Rank": 9, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", + "CommandName": "Get-PnPListItem" }, { - "Rank": 1, - "CommandName": "Get-PnPListItemAttachment", "Id": 612, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" + "Rank": 1, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", + "CommandName": "Get-PnPListItemAttachment" }, { - "Rank": 2, - "CommandName": "Get-PnPListItemAttachment", "Id": 613, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" + "Rank": 2, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", + "CommandName": "Get-PnPListItemAttachment" }, { - "Rank": 1, - "CommandName": "Get-PnPListItemComment", "Id": 614, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", + "CommandName": "Get-PnPListItemComment" }, { - "Rank": 1, - "CommandName": "Get-PnPListItemPermission", "Id": 615, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", + "CommandName": "Get-PnPListItemPermission" }, { - "Rank": 1, - "CommandName": "Get-PnPListItemVersion", "Id": 616, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" + "Rank": 1, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", + "CommandName": "Get-PnPListItemVersion" }, { - "Rank": 1, - "CommandName": "Get-PnPListPermissions", "Id": 617, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "Rank": 1, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", + "CommandName": "Get-PnPListPermissions" }, { - "Rank": 2, - "CommandName": "Get-PnPListPermissions", "Id": 618, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Rank": 2, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "CommandName": "Get-PnPListPermissions" }, { - "Rank": 1, - "CommandName": "Get-PnPListRecordDeclaration", "Id": 619, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "Rank": 1, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", + "CommandName": "Get-PnPListRecordDeclaration" }, { - "Rank": 1, - "CommandName": "Get-PnPManagedAppId", "Id": 620, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" + "Rank": 1, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", + "CommandName": "Get-PnPManagedAppId" }, { - "Rank": 1, - "CommandName": "Get-PnPMasterPage", "Id": 621, - "Command": "Get-PnPMasterPage" + "Rank": 1, + "Command": "Get-PnPMasterPage", + "CommandName": "Get-PnPMasterPage" }, { - "Rank": 1, - "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 622, - "Command": "Get-PnPMessageCenterAnnouncement" + "Rank": 1, + "Command": "Get-PnPMessageCenterAnnouncement", + "CommandName": "Get-PnPMessageCenterAnnouncement" }, { - "Rank": 2, - "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 623, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "Rank": 2, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", + "CommandName": "Get-PnPMessageCenterAnnouncement" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 624, - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "Rank": 1, + "Command": "Get-PnPMicrosoft365ExpiringGroup", + "CommandName": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 625, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "Rank": 2, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", + "CommandName": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 626, - "Command": "Get-PnPMicrosoft365Group" + "Rank": 1, + "Command": "Get-PnPMicrosoft365Group", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 627, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 3, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 628, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "Rank": 3, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 4, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 629, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "Rank": 4, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 5, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 630, - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "Rank": 5, + "Command": "Get-PnPMicrosoft365Group -Identity $group", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 6, - "CommandName": "Get-PnPMicrosoft365Group", "Id": 631, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "Rank": 6, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", + "CommandName": "Get-PnPMicrosoft365Group" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 632, - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupEndpoint", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 633, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 634, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "CommandName": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 635, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 636, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 637, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", + "CommandName": "Get-PnPMicrosoft365GroupMember" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 638, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupOwner" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 639, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", + "CommandName": "Get-PnPMicrosoft365GroupOwner" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 640, - "Command": "Get-PnPMicrosoft365GroupSettings" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettings", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 641, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 642, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 4, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 643, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" + "Rank": 4, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", + "CommandName": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 644, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 645, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 646, - "Command": "Get-PnPMicrosoft365GroupTeam" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupTeam", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 647, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 648, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "CommandName": "Get-PnPMicrosoft365GroupTeam" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 649, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 650, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Rank": 3, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 651, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Rank": 1, - "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 652, - "Command": "Get-PnPMicrosoft365Roadmap" + "Rank": 1, + "Command": "Get-PnPMicrosoft365Roadmap", + "CommandName": "Get-PnPMicrosoft365Roadmap" }, { - "Rank": 2, - "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 653, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" + "Rank": 2, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", + "CommandName": "Get-PnPMicrosoft365Roadmap" }, { - "Rank": 3, - "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 654, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" + "Rank": 3, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", + "CommandName": "Get-PnPMicrosoft365Roadmap" }, { - "Rank": 1, - "CommandName": "Get-PnPNavigationNode", "Id": 655, - "Command": "Get-PnPNavigationNode" + "Rank": 1, + "Command": "Get-PnPNavigationNode", + "CommandName": "Get-PnPNavigationNode" }, { - "Rank": 2, - "CommandName": "Get-PnPNavigationNode", "Id": 656, - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "Rank": 2, + "Command": "Get-PnPNavigationNode -Location QuickLaunch", + "CommandName": "Get-PnPNavigationNode" }, { - "Rank": 3, - "CommandName": "Get-PnPNavigationNode", "Id": 657, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "Rank": 3, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", + "CommandName": "Get-PnPNavigationNode" }, { - "Rank": 1, - "CommandName": "Get-PnPOrgAssetsLibrary", "Id": 658, - "Command": "Get-PnPOrgAssetsLibrary" + "Rank": 1, + "Command": "Get-PnPOrgAssetsLibrary", + "CommandName": "Get-PnPOrgAssetsLibrary" }, { - "Rank": 1, - "CommandName": "Get-PnPOrgNewsSite", "Id": 659, - "Command": "Get-PnPOrgNewsSite" + "Rank": 1, + "Command": "Get-PnPOrgNewsSite", + "CommandName": "Get-PnPOrgNewsSite" }, { - "Rank": 1, - "CommandName": "Get-PnPPage", "Id": 660, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "Rank": 1, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", + "CommandName": "Get-PnPPage" }, { - "Rank": 2, - "CommandName": "Get-PnPPage", "Id": 661, - "Command": "Get-PnPPage \"MyPage\"" + "Rank": 2, + "Command": "Get-PnPPage \"MyPage\"", + "CommandName": "Get-PnPPage" }, { - "Rank": 3, - "CommandName": "Get-PnPPage", "Id": 662, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "Rank": 3, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", + "CommandName": "Get-PnPPage" }, { - "Rank": 4, - "CommandName": "Get-PnPPage", "Id": 663, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Rank": 4, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "CommandName": "Get-PnPPage" }, { - "Rank": 5, - "CommandName": "Get-PnPPage", "Id": 664, - "Command": "Get-PnPPage" + "Rank": 5, + "Command": "Get-PnPPage", + "CommandName": "Get-PnPPage" }, { - "Rank": 1, - "CommandName": "Get-PnPPageComponent", "Id": 665, - "Command": "Get-PnPPageComponent -Page Home" + "Rank": 1, + "Command": "Get-PnPPageComponent -Page Home", + "CommandName": "Get-PnPPageComponent" }, { - "Rank": 2, - "CommandName": "Get-PnPPageComponent", "Id": 666, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 2, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Get-PnPPageComponent" }, { - "Rank": 3, - "CommandName": "Get-PnPPageComponent", "Id": 667, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "Rank": 3, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", + "CommandName": "Get-PnPPageComponent" }, { - "Rank": 1, - "CommandName": "Get-PnPPageCopyProgress", "Id": 668, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" + "Rank": 1, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", + "CommandName": "Get-PnPPageCopyProgress" }, { - "Rank": 1, - "CommandName": "Get-PnPPageLikedByInformation", "Id": 669, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" + "Rank": 1, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", + "CommandName": "Get-PnPPageLikedByInformation" }, { - "Rank": 2, - "CommandName": "Get-PnPPageLikedByInformation", "Id": 670, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"" + "Rank": 2, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", + "CommandName": "Get-PnPPageLikedByInformation" }, { - "Rank": 3, - "CommandName": "Get-PnPPageLikedByInformation", "Id": 671, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Rank": 3, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "CommandName": "Get-PnPPageLikedByInformation" }, { - "Rank": 1, - "CommandName": "Get-PnPPageSchedulingEnabled", "Id": 672, - "Command": "Get-PnPPageSchedulingEnabled" + "Rank": 1, + "Command": "Get-PnPPageSchedulingEnabled", + "CommandName": "Get-PnPPageSchedulingEnabled" }, { - "Rank": 1, - "CommandName": "Get-PnPPlannerBucket", "Id": 673, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", + "CommandName": "Get-PnPPlannerBucket" }, { - "Rank": 1, - "CommandName": "Get-PnPPlannerConfiguration", "Id": 674, - "Command": "Get-PnPPlannerConfiguration" + "Rank": 1, + "Command": "Get-PnPPlannerConfiguration", + "CommandName": "Get-PnPPlannerConfiguration" }, { - "Rank": 1, - "CommandName": "Get-PnPPlannerPlan", "Id": 675, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "Rank": 1, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", + "CommandName": "Get-PnPPlannerPlan" }, { - "Rank": 2, - "CommandName": "Get-PnPPlannerPlan", "Id": 676, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "Rank": 2, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", + "CommandName": "Get-PnPPlannerPlan" }, { - "Rank": 3, - "CommandName": "Get-PnPPlannerPlan", "Id": 677, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "Rank": 3, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", + "CommandName": "Get-PnPPlannerPlan" }, { - "Rank": 1, - "CommandName": "Get-PnPPlannerRosterMember", "Id": 678, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Rank": 1, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "CommandName": "Get-PnPPlannerRosterMember" }, { - "Rank": 1, - "CommandName": "Get-PnPPlannerRosterPlan", "Id": 679, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "Rank": 1, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", + "CommandName": "Get-PnPPlannerRosterPlan" }, { - "Rank": 2, - "CommandName": "Get-PnPPlannerRosterPlan", "Id": 680, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPPlannerRosterPlan" }, { - "Rank": 1, - "CommandName": "Get-PnPPlannerTask", "Id": 681, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", + "CommandName": "Get-PnPPlannerTask" }, { - "Rank": 2, - "CommandName": "Get-PnPPlannerTask", "Id": 682, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 2, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "CommandName": "Get-PnPPlannerTask" }, { - "Rank": 3, - "CommandName": "Get-PnPPlannerTask", "Id": 683, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 3, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "CommandName": "Get-PnPPlannerTask" }, { - "Rank": 1, - "CommandName": "Get-PnPPlannerUserPolicy", "Id": 684, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPPlannerUserPolicy" }, { - "Rank": 1, - "CommandName": "Get-PnPPowerApp", "Id": 685, - "Command": "Get-PnPPowerApp" + "Rank": 1, + "Command": "Get-PnPPowerApp", + "CommandName": "Get-PnPPowerApp" }, { - "Rank": 2, - "CommandName": "Get-PnPPowerApp", "Id": 686, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Get-PnPPowerApp" }, { - "Rank": 1, - "CommandName": "Get-PnPPowerPlatformCustomConnector", "Id": 687, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Rank": 1, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "CommandName": "Get-PnPPowerPlatformCustomConnector" }, { - "Rank": 1, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 688, - "Command": "Get-PnPPowerPlatformEnvironment" + "Rank": 1, + "Command": "Get-PnPPowerPlatformEnvironment", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 2, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 689, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "Rank": 2, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 3, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 690, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "Rank": 3, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", + "CommandName": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 1, - "CommandName": "Get-PnPPowerPlatformSolution", "Id": 691, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Rank": 1, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "CommandName": "Get-PnPPowerPlatformSolution" }, { - "Rank": 2, - "CommandName": "Get-PnPPowerPlatformSolution", "Id": 692, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" + "Rank": 2, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", + "CommandName": "Get-PnPPowerPlatformSolution" }, { - "Rank": 1, - "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Id": 693, - "Command": "Get-PnPPowerShellTelemetryEnabled" + "Rank": 1, + "Command": "Get-PnPPowerShellTelemetryEnabled", + "CommandName": "Get-PnPPowerShellTelemetryEnabled" }, { - "Rank": 1, - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 694, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Rank": 2, - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 695, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Rank": 1, - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 696, - "Command": "Get-PnPPriviledgedIdentityManagementRole" + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementRole", + "CommandName": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Rank": 2, - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 697, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", + "CommandName": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Rank": 3, - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 698, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" + "Rank": 3, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", + "CommandName": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Rank": 1, - "CommandName": "Get-PnPProfileCardProperty", "Id": 699, - "Command": "Get-PnPProfileCardProperty" + "Rank": 1, + "Command": "Get-PnPProfileCardProperty", + "CommandName": "Get-PnPProfileCardProperty" }, { - "Rank": 2, - "CommandName": "Get-PnPProfileCardProperty", "Id": 700, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" + "Rank": 2, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", + "CommandName": "Get-PnPProfileCardProperty" }, { - "Rank": 1, - "CommandName": "Get-PnPPropertyBag", "Id": 701, - "Command": "Get-PnPPropertyBag" + "Rank": 1, + "Command": "Get-PnPPropertyBag", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 2, - "CommandName": "Get-PnPPropertyBag", "Id": 702, - "Command": "Get-PnPPropertyBag -Key MyKey" + "Rank": 2, + "Command": "Get-PnPPropertyBag -Key MyKey", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 3, - "CommandName": "Get-PnPPropertyBag", "Id": 703, - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "Rank": 3, + "Command": "Get-PnPPropertyBag -Folder /MyFolder", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 4, - "CommandName": "Get-PnPPropertyBag", "Id": 704, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "Rank": 4, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 5, - "CommandName": "Get-PnPPropertyBag", "Id": 705, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "Rank": 5, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", + "CommandName": "Get-PnPPropertyBag" }, { - "Rank": 1, - "CommandName": "Get-PnPPublishingImageRendition", "Id": 706, - "Command": "Get-PnPPublishingImageRendition" + "Rank": 1, + "Command": "Get-PnPPublishingImageRendition", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "Rank": 2, - "CommandName": "Get-PnPPublishingImageRendition", "Id": 707, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "Rank": 2, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "Rank": 3, - "CommandName": "Get-PnPPublishingImageRendition", "Id": 708, - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "Rank": 3, + "Command": "Get-PnPPublishingImageRendition -Identity 2", + "CommandName": "Get-PnPPublishingImageRendition" }, { - "Rank": 1, - "CommandName": "Get-PnPRecycleBinItem", "Id": 709, - "Command": "Get-PnPRecycleBinItem" + "Rank": 1, + "Command": "Get-PnPRecycleBinItem", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 2, - "CommandName": "Get-PnPRecycleBinItem", "Id": 710, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" + "Rank": 2, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 3, - "CommandName": "Get-PnPRecycleBinItem", "Id": 711, - "Command": "Get-PnPRecycleBinItem -FirstStage" + "Rank": 3, + "Command": "Get-PnPRecycleBinItem -FirstStage", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 4, - "CommandName": "Get-PnPRecycleBinItem", "Id": 712, - "Command": "Get-PnPRecycleBinItem -SecondStage" + "Rank": 4, + "Command": "Get-PnPRecycleBinItem -SecondStage", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 5, - "CommandName": "Get-PnPRecycleBinItem", "Id": 713, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "Rank": 5, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", + "CommandName": "Get-PnPRecycleBinItem" }, { - "Rank": 1, - "CommandName": "Get-PnPRequestAccessEmails", "Id": 714, - "Command": "Get-PnPRequestAccessEmails" + "Rank": 1, + "Command": "Get-PnPRequestAccessEmails", + "CommandName": "Get-PnPRequestAccessEmails" }, { - "Rank": 1, - "CommandName": "Get-PnPRetentionLabel", "Id": 715, - "Command": "Get-PnPRetentionLabel" + "Rank": 1, + "Command": "Get-PnPRetentionLabel", + "CommandName": "Get-PnPRetentionLabel" }, { - "Rank": 2, - "CommandName": "Get-PnPRetentionLabel", "Id": 716, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" + "Rank": 2, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", + "CommandName": "Get-PnPRetentionLabel" }, { - "Rank": 1, - "CommandName": "Get-PnPRoleDefinition", "Id": 717, - "Command": "Get-PnPRoleDefinition" + "Rank": 1, + "Command": "Get-PnPRoleDefinition", + "CommandName": "Get-PnPRoleDefinition" }, { - "Rank": 2, - "CommandName": "Get-PnPRoleDefinition", "Id": 718, - "Command": "Get-PnPRoleDefinition -Identity Read" + "Rank": 2, + "Command": "Get-PnPRoleDefinition -Identity Read", + "CommandName": "Get-PnPRoleDefinition" }, { - "Rank": 3, - "CommandName": "Get-PnPRoleDefinition", "Id": 719, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "Rank": 3, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", + "CommandName": "Get-PnPRoleDefinition" }, { - "Rank": 1, - "CommandName": "Get-PnPSearchConfiguration", "Id": 720, - "Command": "Get-PnPSearchConfiguration" + "Rank": 1, + "Command": "Get-PnPSearchConfiguration", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 2, - "CommandName": "Get-PnPSearchConfiguration", "Id": 721, - "Command": "Get-PnPSearchConfiguration -Scope Site" + "Rank": 2, + "Command": "Get-PnPSearchConfiguration -Scope Site", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 3, - "CommandName": "Get-PnPSearchConfiguration", "Id": 722, - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "Rank": 3, + "Command": "Get-PnPSearchConfiguration -Scope Subscription", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 4, - "CommandName": "Get-PnPSearchConfiguration", "Id": 723, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 5, - "CommandName": "Get-PnPSearchConfiguration", "Id": 724, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "Rank": 5, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 6, - "CommandName": "Get-PnPSearchConfiguration", "Id": 725, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" + "Rank": 6, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 7, - "CommandName": "Get-PnPSearchConfiguration", "Id": 726, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" + "Rank": 7, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 8, - "CommandName": "Get-PnPSearchConfiguration", "Id": 727, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "Rank": 8, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", + "CommandName": "Get-PnPSearchConfiguration" }, { - "Rank": 1, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 728, - "Command": "Get-PnPSearchCrawlLog" + "Rank": 1, + "Command": "Get-PnPSearchCrawlLog", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 2, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 729, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" + "Rank": 2, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 3, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 730, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "Rank": 3, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 4, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 731, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "Rank": 4, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 5, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 732, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" + "Rank": 5, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 6, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 733, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "Rank": 6, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 7, - "CommandName": "Get-PnPSearchCrawlLog", "Id": 734, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "Rank": 7, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", + "CommandName": "Get-PnPSearchCrawlLog" }, { - "Rank": 1, - "CommandName": "Get-PnPSearchExternalConnection", "Id": 735, - "Command": "Get-PnPSearchExternalConnection" + "Rank": 1, + "Command": "Get-PnPSearchExternalConnection", + "CommandName": "Get-PnPSearchExternalConnection" }, { - "Rank": 2, - "CommandName": "Get-PnPSearchExternalConnection", "Id": 736, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Rank": 2, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "CommandName": "Get-PnPSearchExternalConnection" }, { - "Rank": 1, - "CommandName": "Get-PnPSearchExternalItem", "Id": 737, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Rank": 1, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "CommandName": "Get-PnPSearchExternalItem" }, { - "Rank": 2, - "CommandName": "Get-PnPSearchExternalItem", "Id": 738, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" + "Rank": 2, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", + "CommandName": "Get-PnPSearchExternalItem" }, { - "Rank": 1, - "CommandName": "Get-PnPSearchExternalSchema", "Id": 739, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" + "Rank": 1, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", + "CommandName": "Get-PnPSearchExternalSchema" }, { - "Rank": 1, - "CommandName": "Get-PnPSearchSettings", "Id": 740, - "Command": "Get-PnPSearchSettings" + "Rank": 1, + "Command": "Get-PnPSearchSettings", + "CommandName": "Get-PnPSearchSettings" }, { - "Rank": 1, - "CommandName": "Get-PnPServiceCurrentHealth", "Id": 741, - "Command": "Get-PnPServiceCurrentHealth" + "Rank": 1, + "Command": "Get-PnPServiceCurrentHealth", + "CommandName": "Get-PnPServiceCurrentHealth" }, { - "Rank": 2, - "CommandName": "Get-PnPServiceCurrentHealth", "Id": 742, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "Rank": 2, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", + "CommandName": "Get-PnPServiceCurrentHealth" }, { - "Rank": 1, - "CommandName": "Get-PnPServiceHealthIssue", "Id": 743, - "Command": "Get-PnPServiceHealthIssue" + "Rank": 1, + "Command": "Get-PnPServiceHealthIssue", + "CommandName": "Get-PnPServiceHealthIssue" }, { - "Rank": 2, - "CommandName": "Get-PnPServiceHealthIssue", "Id": 744, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "Rank": 2, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", + "CommandName": "Get-PnPServiceHealthIssue" }, { - "Rank": 1, - "CommandName": "Get-PnPSharePointAddIn", "Id": 745, - "Command": "Get-PnPSharePointAddIn" + "Rank": 1, + "Command": "Get-PnPSharePointAddIn", + "CommandName": "Get-PnPSharePointAddIn" }, { - "Rank": 2, - "CommandName": "Get-PnPSharePointAddIn", "Id": 746, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "Rank": 2, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", + "CommandName": "Get-PnPSharePointAddIn" }, { - "Rank": 1, - "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Id": 747, - "Command": "Get-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Command": "Get-PnPSharingForNonOwnersOfSite", + "CommandName": "Get-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, - "CommandName": "Get-PnPSite", "Id": 748, - "Command": "Get-PnPSite" + "Rank": 1, + "Command": "Get-PnPSite", + "CommandName": "Get-PnPSite" }, { - "Rank": 2, - "CommandName": "Get-PnPSite", "Id": 749, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "Rank": 2, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", + "CommandName": "Get-PnPSite" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteAnalyticsData", "Id": 750, - "Command": "Get-PnPSiteAnalyticsData -All" + "Rank": 1, + "Command": "Get-PnPSiteAnalyticsData -All", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteAnalyticsData", "Id": 751, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" + "Rank": 2, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteAnalyticsData", "Id": 752, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 3, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "Rank": 4, - "CommandName": "Get-PnPSiteAnalyticsData", "Id": 753, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 4, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "CommandName": "Get-PnPSiteAnalyticsData" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteClosure", "Id": 754, - "Command": "Get-PnPSiteClosure" + "Rank": 1, + "Command": "Get-PnPSiteClosure", + "CommandName": "Get-PnPSiteClosure" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteCollectionAdmin", "Id": 755, - "Command": "Get-PnPSiteCollectionAdmin" + "Rank": 1, + "Command": "Get-PnPSiteCollectionAdmin", + "CommandName": "Get-PnPSiteCollectionAdmin" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 756, - "Command": "Get-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Command": "Get-PnPSiteCollectionAppCatalog", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 757, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "Rank": 2, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 758, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "Rank": 3, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", + "CommandName": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteCollectionTermStore", "Id": 759, - "Command": "Get-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "Get-PnPSiteCollectionTermStore", + "CommandName": "Get-PnPSiteCollectionTermStore" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteDesign", "Id": 760, - "Command": "Get-PnPSiteDesign" + "Rank": 1, + "Command": "Get-PnPSiteDesign", + "CommandName": "Get-PnPSiteDesign" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteDesign", "Id": 761, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPSiteDesign" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteDesignRights", "Id": 762, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPSiteDesignRights" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteDesignRun", "Id": 763, - "Command": "Get-PnPSiteDesignRun" + "Rank": 1, + "Command": "Get-PnPSiteDesignRun", + "CommandName": "Get-PnPSiteDesignRun" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteDesignRun", "Id": 764, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" + "Rank": 2, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", + "CommandName": "Get-PnPSiteDesignRun" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteDesignTask", "Id": 765, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" + "Rank": 1, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", + "CommandName": "Get-PnPSiteDesignTask" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteDesignTask", "Id": 766, - "Command": "Get-PnPSiteDesignTask" + "Rank": 2, + "Command": "Get-PnPSiteDesignTask", + "CommandName": "Get-PnPSiteDesignTask" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteDesignTask", "Id": 767, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Rank": 3, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "CommandName": "Get-PnPSiteDesignTask" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Id": 768, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "Rank": 1, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Id": 769, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteGroup", "Id": 770, - "Command": "Get-PnPSiteGroup" + "Rank": 1, + "Command": "Get-PnPSiteGroup", + "CommandName": "Get-PnPSiteGroup" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteGroup", "Id": 771, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Rank": 2, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "CommandName": "Get-PnPSiteGroup" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteGroup", "Id": 772, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "Rank": 3, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", + "CommandName": "Get-PnPSiteGroup" }, { - "Rank": 4, - "CommandName": "Get-PnPSiteGroup", "Id": 773, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Rank": 4, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "CommandName": "Get-PnPSiteGroup" }, { - "Rank": 1, - "CommandName": "Get-PnPSitePolicy", "Id": 774, - "Command": "Get-PnPSitePolicy" + "Rank": 1, + "Command": "Get-PnPSitePolicy", + "CommandName": "Get-PnPSitePolicy" }, { - "Rank": 2, - "CommandName": "Get-PnPSitePolicy", "Id": 775, - "Command": "Get-PnPSitePolicy -AllAvailable" + "Rank": 2, + "Command": "Get-PnPSitePolicy -AllAvailable", + "CommandName": "Get-PnPSitePolicy" }, { - "Rank": 3, - "CommandName": "Get-PnPSitePolicy", "Id": 776, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 3, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", + "CommandName": "Get-PnPSitePolicy" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteScript", "Id": 777, - "Command": "Get-PnPSiteScript" + "Rank": 1, + "Command": "Get-PnPSiteScript", + "CommandName": "Get-PnPSiteScript" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteScript", "Id": 778, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Get-PnPSiteScript" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteScriptFromList", "Id": 779, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "Rank": 1, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", + "CommandName": "Get-PnPSiteScriptFromList" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteScriptFromList", "Id": 780, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" + "Rank": 2, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", + "CommandName": "Get-PnPSiteScriptFromList" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteScriptFromList", "Id": 781, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" + "Rank": 3, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", + "CommandName": "Get-PnPSiteScriptFromList" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 782, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "Rank": 1, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 783, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" + "Rank": 2, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 784, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" + "Rank": 3, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 4, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 785, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" + "Rank": 4, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 5, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 786, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "Rank": 5, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 6, - "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 787, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" + "Rank": 6, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", + "CommandName": "Get-PnPSiteScriptFromWeb" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 788, - "Command": "Get-PnPSiteSearchQueryResults" + "Rank": 1, + "Command": "Get-PnPSiteSearchQueryResults", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 789, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "Rank": 2, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 790, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "Rank": 3, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 4, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 791, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "Rank": 4, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 5, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 792, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "Rank": 5, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 6, - "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 793, - "Command": "Get-PnPSiteSearchQueryResults -All" + "Rank": 6, + "Command": "Get-PnPSiteSearchQueryResults -All", + "CommandName": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteSensitivityLabel", "Id": 794, - "Command": "Get-PnPSiteSensitivityLabel" + "Rank": 1, + "Command": "Get-PnPSiteSensitivityLabel", + "CommandName": "Get-PnPSiteSensitivityLabel" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteTemplate", "Id": 795, - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "Rank": 1, + "Command": "Get-PnPSiteTemplate -Out template.pnp", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 2, - "CommandName": "Get-PnPSiteTemplate", "Id": 796, - "Command": "Get-PnPSiteTemplate -Out template.xml" + "Rank": 2, + "Command": "Get-PnPSiteTemplate -Out template.xml", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 3, - "CommandName": "Get-PnPSiteTemplate", "Id": 797, - "Command": "Get-PnPSiteTemplate -Out template.md" + "Rank": 3, + "Command": "Get-PnPSiteTemplate -Out template.md", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 4, - "CommandName": "Get-PnPSiteTemplate", "Id": 798, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "Rank": 4, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 5, - "CommandName": "Get-PnPSiteTemplate", "Id": 799, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "Rank": 5, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 6, - "CommandName": "Get-PnPSiteTemplate", "Id": 800, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "Rank": 6, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 7, - "CommandName": "Get-PnPSiteTemplate", "Id": 801, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "Rank": 7, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 8, - "CommandName": "Get-PnPSiteTemplate", "Id": 802, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" + "Rank": 8, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 9, - "CommandName": "Get-PnPSiteTemplate", "Id": 803, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "Rank": 9, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 10, - "CommandName": "Get-PnPSiteTemplate", "Id": 804, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" + "Rank": 10, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 11, - "CommandName": "Get-PnPSiteTemplate", "Id": 805, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" + "Rank": 11, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 12, - "CommandName": "Get-PnPSiteTemplate", "Id": 806, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "Rank": 12, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 13, - "CommandName": "Get-PnPSiteTemplate", "Id": 807, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" + "Rank": 13, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 14, - "CommandName": "Get-PnPSiteTemplate", "Id": 808, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" + "Rank": 14, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", + "CommandName": "Get-PnPSiteTemplate" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteUserInvitations", "Id": 809, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Rank": 1, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "CommandName": "Get-PnPSiteUserInvitations" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteVersionPolicy", "Id": 810, - "Command": "Get-PnPSiteVersionPolicy" + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicy", + "CommandName": "Get-PnPSiteVersionPolicy" }, { - "Rank": 1, - "CommandName": "Get-PnPSiteVersionPolicyStatus", "Id": 811, - "Command": "Get-PnPSiteVersionPolicyStatus" + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicyStatus", + "CommandName": "Get-PnPSiteVersionPolicyStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPStorageEntity", "Id": 812, - "Command": "Get-PnPStorageEntity" + "Rank": 1, + "Command": "Get-PnPStorageEntity", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 2, - "CommandName": "Get-PnPStorageEntity", "Id": 813, - "Command": "Get-PnPStorageEntity -Key MyKey" + "Rank": 2, + "Command": "Get-PnPStorageEntity -Key MyKey", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 3, - "CommandName": "Get-PnPStorageEntity", "Id": 814, - "Command": "Get-PnPStorageEntity -Scope Site" + "Rank": 3, + "Command": "Get-PnPStorageEntity -Scope Site", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 4, - "CommandName": "Get-PnPStorageEntity", "Id": 815, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 4, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", + "CommandName": "Get-PnPStorageEntity" }, { - "Rank": 1, - "CommandName": "Get-PnPStoredCredential", "Id": 816, - "Command": "Get-PnPStoredCredential -Name O365" + "Rank": 1, + "Command": "Get-PnPStoredCredential -Name O365", + "CommandName": "Get-PnPStoredCredential" }, { - "Rank": 1, - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Id": 817, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "CommandName": "Get-PnPStructuralNavigationCacheSiteState" }, { - "Rank": 1, - "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Id": 818, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "CommandName": "Get-PnPStructuralNavigationCacheWebState" }, { - "Rank": 1, - "CommandName": "Get-PnPSubWeb", "Id": 819, - "Command": "Get-PnPSubWeb" + "Rank": 1, + "Command": "Get-PnPSubWeb", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 2, - "CommandName": "Get-PnPSubWeb", "Id": 820, - "Command": "Get-PnPSubWeb -Recurse" + "Rank": 2, + "Command": "Get-PnPSubWeb -Recurse", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 3, - "CommandName": "Get-PnPSubWeb", "Id": 821, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" + "Rank": 3, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 4, - "CommandName": "Get-PnPSubWeb", "Id": 822, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "Rank": 4, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 5, - "CommandName": "Get-PnPSubWeb", "Id": 823, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "Rank": 5, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", + "CommandName": "Get-PnPSubWeb" }, { - "Rank": 1, - "CommandName": "Get-PnPSyntexModel", "Id": 824, - "Command": "Get-PnPSyntexModel" + "Rank": 1, + "Command": "Get-PnPSyntexModel", + "CommandName": "Get-PnPSyntexModel" }, { - "Rank": 2, - "CommandName": "Get-PnPSyntexModel", "Id": 825, - "Command": "Get-PnPSyntexModel -Identity 1" + "Rank": 2, + "Command": "Get-PnPSyntexModel -Identity 1", + "CommandName": "Get-PnPSyntexModel" }, { - "Rank": 3, - "CommandName": "Get-PnPSyntexModel", "Id": 826, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "Rank": 3, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", + "CommandName": "Get-PnPSyntexModel" }, { - "Rank": 1, - "CommandName": "Get-PnPSyntexModelPublication", "Id": 827, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "Rank": 1, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", + "CommandName": "Get-PnPSyntexModelPublication" }, { - "Rank": 1, - "CommandName": "Get-PnPTaxonomyItem", "Id": 828, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" + "Rank": 1, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", + "CommandName": "Get-PnPTaxonomyItem" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsApp", "Id": 829, - "Command": "Get-PnPTeamsApp" + "Rank": 1, + "Command": "Get-PnPTeamsApp", + "CommandName": "Get-PnPTeamsApp" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsApp", "Id": 830, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" + "Rank": 2, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", + "CommandName": "Get-PnPTeamsApp" }, { - "Rank": 3, - "CommandName": "Get-PnPTeamsApp", "Id": 831, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "Rank": 3, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", + "CommandName": "Get-PnPTeamsApp" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsChannel", "Id": 832, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" + "Rank": 1, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", + "CommandName": "Get-PnPTeamsChannel" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsChannel", "Id": 833, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" + "Rank": 2, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", + "CommandName": "Get-PnPTeamsChannel" }, { - "Rank": 3, - "CommandName": "Get-PnPTeamsChannel", "Id": 834, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Rank": 3, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "CommandName": "Get-PnPTeamsChannel" }, { - "Rank": 4, - "CommandName": "Get-PnPTeamsChannel", "Id": 835, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" + "Rank": 4, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", + "CommandName": "Get-PnPTeamsChannel" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 836, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" + "Rank": 1, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", + "CommandName": "Get-PnPTeamsChannelFilesFolder" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 837, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Rank": 2, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "CommandName": "Get-PnPTeamsChannelFilesFolder" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsChannelMessage", "Id": 838, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", + "CommandName": "Get-PnPTeamsChannelMessage" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsChannelMessage", "Id": 839, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", + "CommandName": "Get-PnPTeamsChannelMessage" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 840, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", + "CommandName": "Get-PnPTeamsChannelMessageReply" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 841, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", + "CommandName": "Get-PnPTeamsChannelMessageReply" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 842, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" + "Rank": 1, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 843, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" + "Rank": 2, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "Rank": 3, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 844, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" + "Rank": 3, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "Rank": 4, - "CommandName": "Get-PnPTeamsChannelUser", "Id": 845, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 4, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "CommandName": "Get-PnPTeamsChannelUser" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 846, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" + "Rank": 1, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", + "CommandName": "Get-PnPTeamsPrimaryChannel" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 847, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "Rank": 2, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", + "CommandName": "Get-PnPTeamsPrimaryChannel" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsTab", "Id": 848, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" + "Rank": 1, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", + "CommandName": "Get-PnPTeamsTab" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsTab", "Id": 849, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" + "Rank": 2, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", + "CommandName": "Get-PnPTeamsTab" }, { - "Rank": 3, - "CommandName": "Get-PnPTeamsTab", "Id": 850, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" + "Rank": 3, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", + "CommandName": "Get-PnPTeamsTab" }, { - "Rank": 4, - "CommandName": "Get-PnPTeamsTab", "Id": 851, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" + "Rank": 4, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", + "CommandName": "Get-PnPTeamsTab" }, { - "Rank": 5, - "CommandName": "Get-PnPTeamsTab", "Id": 852, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" + "Rank": 5, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", + "CommandName": "Get-PnPTeamsTab" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsTag", "Id": 853, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Rank": 1, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "CommandName": "Get-PnPTeamsTag" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsTag", "Id": 854, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Rank": 2, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "CommandName": "Get-PnPTeamsTag" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsTeam", "Id": 855, - "Command": "Get-PnPTeamsTeam" + "Rank": 1, + "Command": "Get-PnPTeamsTeam", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsTeam", "Id": 856, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "Rank": 2, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 3, - "CommandName": "Get-PnPTeamsTeam", "Id": 857, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" + "Rank": 3, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 4, - "CommandName": "Get-PnPTeamsTeam", "Id": 858, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "Rank": 4, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 5, - "CommandName": "Get-PnPTeamsTeam", "Id": 859, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 6, - "CommandName": "Get-PnPTeamsTeam", "Id": 860, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" + "Rank": 6, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", + "CommandName": "Get-PnPTeamsTeam" }, { - "Rank": 1, - "CommandName": "Get-PnPTeamsUser", "Id": 861, - "Command": "Get-PnPTeamsUser -Team MyTeam" + "Rank": 1, + "Command": "Get-PnPTeamsUser -Team MyTeam", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 2, - "CommandName": "Get-PnPTeamsUser", "Id": 862, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "Rank": 2, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 3, - "CommandName": "Get-PnPTeamsUser", "Id": 863, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "Rank": 3, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 4, - "CommandName": "Get-PnPTeamsUser", "Id": 864, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "Rank": 4, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", + "CommandName": "Get-PnPTeamsUser" }, { - "Rank": 1, - "CommandName": "Get-PnPTemporarilyDisableAppBar", "Id": 865, - "Command": "Get-PnPTemporarilyDisableAppBar" + "Rank": 1, + "Command": "Get-PnPTemporarilyDisableAppBar", + "CommandName": "Get-PnPTemporarilyDisableAppBar" }, { - "Rank": 1, - "CommandName": "Get-PnPTenant", "Id": 866, - "Command": "Get-PnPTenant" + "Rank": 1, + "Command": "Get-PnPTenant", + "CommandName": "Get-PnPTenant" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantAppCatalogUrl", "Id": 867, - "Command": "Get-PnPTenantAppCatalogUrl" + "Rank": 1, + "Command": "Get-PnPTenantAppCatalogUrl", + "CommandName": "Get-PnPTenantAppCatalogUrl" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantCdnEnabled", "Id": 868, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", + "CommandName": "Get-PnPTenantCdnEnabled" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantCdnOrigin", "Id": 869, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", + "CommandName": "Get-PnPTenantCdnOrigin" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantCdnPolicies", "Id": 870, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "Rank": 1, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", + "CommandName": "Get-PnPTenantCdnPolicies" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 871, - "Command": "Get-PnPTenantDeletedSite" + "Rank": 1, + "Command": "Get-PnPTenantDeletedSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 872, - "Command": "Get-PnPTenantDeletedSite -Detailed" + "Rank": 2, + "Command": "Get-PnPTenantDeletedSite -Detailed", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 3, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 873, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 3, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 4, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 874, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "Rank": 4, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 5, - "CommandName": "Get-PnPTenantDeletedSite", "Id": 875, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "Rank": 5, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", + "CommandName": "Get-PnPTenantDeletedSite" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantId", "Id": 876, - "Command": "Get-PnPTenantId" + "Rank": 1, + "Command": "Get-PnPTenantId", + "CommandName": "Get-PnPTenantId" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantId", "Id": 877, - "Command": "Get-PnPTenantId contoso" + "Rank": 2, + "Command": "Get-PnPTenantId contoso", + "CommandName": "Get-PnPTenantId" }, { - "Rank": 3, - "CommandName": "Get-PnPTenantId", "Id": 878, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "Rank": 3, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", + "CommandName": "Get-PnPTenantId" }, { - "Rank": 4, - "CommandName": "Get-PnPTenantId", "Id": 879, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" + "Rank": 4, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", + "CommandName": "Get-PnPTenantId" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantInfo", "Id": 880, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" + "Rank": 1, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", + "CommandName": "Get-PnPTenantInfo" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantInfo", "Id": 881, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" + "Rank": 2, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", + "CommandName": "Get-PnPTenantInfo" }, { - "Rank": 3, - "CommandName": "Get-PnPTenantInfo", "Id": 882, - "Command": "Get-PnPTenantInfo" + "Rank": 3, + "Command": "Get-PnPTenantInfo", + "CommandName": "Get-PnPTenantInfo" }, { - "Rank": 4, - "CommandName": "Get-PnPTenantInfo", "Id": 883, - "Command": "Get-PnPTenantInfo -CurrentTenant" + "Rank": 4, + "Command": "Get-PnPTenantInfo -CurrentTenant", + "CommandName": "Get-PnPTenantInfo" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantInstance", "Id": 884, - "Command": "Get-PnPTenantInstance" + "Rank": 1, + "Command": "Get-PnPTenantInstance", + "CommandName": "Get-PnPTenantInstance" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantInternalSetting", "Id": 885, - "Command": "Get-PnPTenantInternalSetting" + "Rank": 1, + "Command": "Get-PnPTenantInternalSetting", + "CommandName": "Get-PnPTenantInternalSetting" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantPronounsSetting", "Id": 886, - "Command": "Get-PnPTenantPronounsSetting" + "Rank": 1, + "Command": "Get-PnPTenantPronounsSetting", + "CommandName": "Get-PnPTenantPronounsSetting" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantRecycleBinItem", "Id": 887, - "Command": "Get-PnPTenantRecycleBinItem" + "Rank": 1, + "Command": "Get-PnPTenantRecycleBinItem", + "CommandName": "Get-PnPTenantRecycleBinItem" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Id": 888, - "Command": "Get-PnPTenantRestrictedSearchAllowedList" + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchAllowedList", + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantRestrictedSearchMode", "Id": 889, - "Command": "Get-PnPTenantRestrictedSearchMode" + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchMode", + "CommandName": "Get-PnPTenantRestrictedSearchMode" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantRetentionLabel", "Id": 890, - "Command": "Get-PnPTenantRetentionLabel" + "Rank": 1, + "Command": "Get-PnPTenantRetentionLabel", + "CommandName": "Get-PnPTenantRetentionLabel" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantRetentionLabel", "Id": 891, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" + "Rank": 2, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", + "CommandName": "Get-PnPTenantRetentionLabel" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantSequence", "Id": 892, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "Rank": 1, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "CommandName": "Get-PnPTenantSequence" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantSequence", "Id": 893, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "Rank": 2, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", + "CommandName": "Get-PnPTenantSequence" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantSequenceSite", "Id": 894, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "Rank": 1, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "CommandName": "Get-PnPTenantSequenceSite" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantSequenceSite", "Id": 895, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" + "Rank": 2, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", + "CommandName": "Get-PnPTenantSequenceSite" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantSite", "Id": 896, - "Command": "Get-PnPTenantSite" + "Rank": 1, + "Command": "Get-PnPTenantSite", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantSite", "Id": 897, - "Command": "Get-PnPTenantSite -Detailed" + "Rank": 2, + "Command": "Get-PnPTenantSite -Detailed", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 3, - "CommandName": "Get-PnPTenantSite", "Id": 898, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "Rank": 3, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 4, - "CommandName": "Get-PnPTenantSite", "Id": 899, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" + "Rank": 4, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 5, - "CommandName": "Get-PnPTenantSite", "Id": 900, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" + "Rank": 5, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 6, - "CommandName": "Get-PnPTenantSite", "Id": 901, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" + "Rank": 6, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 7, - "CommandName": "Get-PnPTenantSite", "Id": 902, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "Rank": 7, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 8, - "CommandName": "Get-PnPTenantSite", "Id": 903, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "Rank": 8, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 9, - "CommandName": "Get-PnPTenantSite", "Id": 904, - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "Rank": 9, + "Command": "Get-PnPTenantSite -GroupIdDefined $true", + "CommandName": "Get-PnPTenantSite" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantSyncClientRestriction", "Id": 905, - "Command": "Get-PnPTenantSyncClientRestriction" + "Rank": 1, + "Command": "Get-PnPTenantSyncClientRestriction", + "CommandName": "Get-PnPTenantSyncClientRestriction" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantTemplate", "Id": 906, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "Rank": 1, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "CommandName": "Get-PnPTenantTemplate" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantTemplate", "Id": 907, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" + "Rank": 2, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", + "CommandName": "Get-PnPTenantTemplate" }, { - "Rank": 3, - "CommandName": "Get-PnPTenantTemplate", "Id": 908, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" + "Rank": 3, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", + "CommandName": "Get-PnPTenantTemplate" }, { - "Rank": 1, - "CommandName": "Get-PnPTenantTheme", "Id": 909, - "Command": "Get-PnPTenantTheme" + "Rank": 1, + "Command": "Get-PnPTenantTheme", + "CommandName": "Get-PnPTenantTheme" }, { - "Rank": 2, - "CommandName": "Get-PnPTenantTheme", "Id": 910, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 2, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", + "CommandName": "Get-PnPTenantTheme" }, { - "Rank": 3, - "CommandName": "Get-PnPTenantTheme", "Id": 911, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "Rank": 3, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", + "CommandName": "Get-PnPTenantTheme" }, { - "Rank": 1, - "CommandName": "Get-PnPTerm", "Id": 912, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTerm" }, { - "Rank": 2, - "CommandName": "Get-PnPTerm", "Id": 913, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTerm" }, { - "Rank": 3, - "CommandName": "Get-PnPTerm", "Id": 914, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 3, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTerm" }, { - "Rank": 4, - "CommandName": "Get-PnPTerm", "Id": 915, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" + "Rank": 4, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", + "CommandName": "Get-PnPTerm" }, { - "Rank": 5, - "CommandName": "Get-PnPTerm", "Id": 916, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" + "Rank": 5, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", + "CommandName": "Get-PnPTerm" }, { - "Rank": 1, - "CommandName": "Get-PnPTermGroup", "Id": 917, - "Command": "Get-PnPTermGroup" + "Rank": 1, + "Command": "Get-PnPTermGroup", + "CommandName": "Get-PnPTermGroup" }, { - "Rank": 2, - "CommandName": "Get-PnPTermGroup", "Id": 918, - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "Rank": 2, + "Command": "Get-PnPTermGroup -Identity \"Departments\"", + "CommandName": "Get-PnPTermGroup" }, { - "Rank": 3, - "CommandName": "Get-PnPTermGroup", "Id": 919, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" + "Rank": 3, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", + "CommandName": "Get-PnPTermGroup" }, { - "Rank": 1, - "CommandName": "Get-PnPTermLabel", "Id": 920, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" + "Rank": 1, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", + "CommandName": "Get-PnPTermLabel" }, { - "Rank": 2, - "CommandName": "Get-PnPTermLabel", "Id": 921, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" + "Rank": 2, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", + "CommandName": "Get-PnPTermLabel" }, { - "Rank": 3, - "CommandName": "Get-PnPTermLabel", "Id": 922, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 3, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermLabel" }, { - "Rank": 1, - "CommandName": "Get-PnPTermSet", "Id": 923, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermSet" }, { - "Rank": 2, - "CommandName": "Get-PnPTermSet", "Id": 924, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Get-PnPTermSet" }, { - "Rank": 3, - "CommandName": "Get-PnPTermSet", "Id": 925, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" + "Rank": 3, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", + "CommandName": "Get-PnPTermSet" }, { - "Rank": 4, - "CommandName": "Get-PnPTermSet", "Id": 926, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" + "Rank": 4, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", + "CommandName": "Get-PnPTermSet" }, { - "Rank": 1, - "CommandName": "Get-PnPTheme", "Id": 927, - "Command": "Get-PnPTheme" + "Rank": 1, + "Command": "Get-PnPTheme", + "CommandName": "Get-PnPTheme" }, { - "Rank": 2, - "CommandName": "Get-PnPTheme", "Id": 928, - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "Rank": 2, + "Command": "Get-PnPTheme -DetectCurrentComposedLook", + "CommandName": "Get-PnPTheme" }, { - "Rank": 1, - "CommandName": "Get-PnPTimeZoneId", "Id": 929, - "Command": "Get-PnPTimeZoneId" + "Rank": 1, + "Command": "Get-PnPTimeZoneId", + "CommandName": "Get-PnPTimeZoneId" }, { - "Rank": 2, - "CommandName": "Get-PnPTimeZoneId", "Id": 930, - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "Rank": 2, + "Command": "Get-PnPTimeZoneId -Match Stockholm", + "CommandName": "Get-PnPTimeZoneId" }, { - "Rank": 1, - "CommandName": "Get-PnPTodoList", "Id": 931, - "Command": "Get-PnPTodoList" + "Rank": 1, + "Command": "Get-PnPTodoList", + "CommandName": "Get-PnPTodoList" }, { - "Rank": 2, - "CommandName": "Get-PnPTodoList", "Id": 932, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Rank": 2, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "CommandName": "Get-PnPTodoList" }, { - "Rank": 3, - "CommandName": "Get-PnPTodoList", "Id": 933, - "Command": "Get-PnPTodoList -User john@doe.com" + "Rank": 3, + "Command": "Get-PnPTodoList -User john@doe.com", + "CommandName": "Get-PnPTodoList" }, { - "Rank": 4, - "CommandName": "Get-PnPTodoList", "Id": 934, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Rank": 4, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "CommandName": "Get-PnPTodoList" }, { - "Rank": 1, - "CommandName": "Get-PnPTraceLog", "Id": 935, - "Command": "Get-PnPTraceLog" + "Rank": 1, + "Command": "Get-PnPTraceLog", + "CommandName": "Get-PnPTraceLog" }, { - "Rank": 2, - "CommandName": "Get-PnPTraceLog", "Id": 936, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" + "Rank": 2, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", + "CommandName": "Get-PnPTraceLog" }, { - "Rank": 3, - "CommandName": "Get-PnPTraceLog", "Id": 937, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" + "Rank": 3, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", + "CommandName": "Get-PnPTraceLog" }, { - "Rank": 4, - "CommandName": "Get-PnPTraceLog", "Id": 938, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" + "Rank": 4, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", + "CommandName": "Get-PnPTraceLog" }, { - "Rank": 5, - "CommandName": "Get-PnPTraceLog", "Id": 939, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" + "Rank": 5, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", + "CommandName": "Get-PnPTraceLog" }, { - "Rank": 6, - "CommandName": "Get-PnPTraceLog", "Id": 940, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" + "Rank": 6, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", + "CommandName": "Get-PnPTraceLog" }, { - "Rank": 1, - "CommandName": "Get-PnPUnfurlLink", "Id": 941, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" + "Rank": 1, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", + "CommandName": "Get-PnPUnfurlLink" }, { - "Rank": 1, - "CommandName": "Get-PnPUnifiedAuditLog", "Id": 942, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" + "Rank": 1, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", + "CommandName": "Get-PnPUnifiedAuditLog" }, { - "Rank": 1, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 943, - "Command": "Get-PnPUPABulkImportStatus" + "Rank": 1, + "Command": "Get-PnPUPABulkImportStatus", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 2, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 944, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "Rank": 2, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 3, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 945, - "Command": "Get-PnPUPABulkImportStatus -JobId " + "Rank": 3, + "Command": "Get-PnPUPABulkImportStatus -JobId ", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 4, - "CommandName": "Get-PnPUPABulkImportStatus", "Id": 946, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "Rank": 4, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", + "CommandName": "Get-PnPUPABulkImportStatus" }, { - "Rank": 1, - "CommandName": "Get-PnPUser", "Id": 947, - "Command": "Get-PnPUser" + "Rank": 1, + "Command": "Get-PnPUser", + "CommandName": "Get-PnPUser" }, { - "Rank": 2, - "CommandName": "Get-PnPUser", "Id": 948, - "Command": "Get-PnPUser -Identity 23" + "Rank": 2, + "Command": "Get-PnPUser -Identity 23", + "CommandName": "Get-PnPUser" }, { - "Rank": 3, - "CommandName": "Get-PnPUser", "Id": 949, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" + "Rank": 3, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", + "CommandName": "Get-PnPUser" }, { - "Rank": 4, - "CommandName": "Get-PnPUser", "Id": 950, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" + "Rank": 4, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", + "CommandName": "Get-PnPUser" }, { - "Rank": 5, - "CommandName": "Get-PnPUser", "Id": 951, - "Command": "Get-PnPUser -WithRightsAssigned" + "Rank": 5, + "Command": "Get-PnPUser -WithRightsAssigned", + "CommandName": "Get-PnPUser" }, { - "Rank": 6, - "CommandName": "Get-PnPUser", "Id": 952, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "Rank": 6, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", + "CommandName": "Get-PnPUser" }, { - "Rank": 7, - "CommandName": "Get-PnPUser", "Id": 953, - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "Rank": 7, + "Command": "Get-PnPUser -WithRightsAssignedDetailed", + "CommandName": "Get-PnPUser" }, { - "Rank": 1, - "CommandName": "Get-PnPUserOneDriveQuota", "Id": 954, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "Rank": 1, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "CommandName": "Get-PnPUserOneDriveQuota" }, { - "Rank": 1, - "CommandName": "Get-PnPUserProfilePhoto", "Id": 955, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "CommandName": "Get-PnPUserProfilePhoto" }, { - "Rank": 2, - "CommandName": "Get-PnPUserProfilePhoto", "Id": 956, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" + "Rank": 2, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", + "CommandName": "Get-PnPUserProfilePhoto" }, { - "Rank": 1, - "CommandName": "Get-PnPUserProfileProperty", "Id": 957, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "Rank": 1, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "CommandName": "Get-PnPUserProfileProperty" }, { - "Rank": 2, - "CommandName": "Get-PnPUserProfileProperty", "Id": 958, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" + "Rank": 2, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", + "CommandName": "Get-PnPUserProfileProperty" }, { - "Rank": 3, - "CommandName": "Get-PnPUserProfileProperty", "Id": 959, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" + "Rank": 3, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", + "CommandName": "Get-PnPUserProfileProperty" }, { - "Rank": 1, - "CommandName": "Get-PnPView", "Id": 960, - "Command": "Get-PnPView -List \"Demo List\"" + "Rank": 1, + "Command": "Get-PnPView -List \"Demo List\"", + "CommandName": "Get-PnPView" }, { - "Rank": 2, - "CommandName": "Get-PnPView", "Id": 961, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" + "Rank": 2, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", + "CommandName": "Get-PnPView" }, { - "Rank": 3, - "CommandName": "Get-PnPView", "Id": 962, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" + "Rank": 3, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", + "CommandName": "Get-PnPView" }, { - "Rank": 1, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 963, - "Command": "Get-PnPVivaConnectionsDashboardACE" + "Rank": 1, + "Command": "Get-PnPVivaConnectionsDashboardACE", + "CommandName": "Get-PnPVivaConnectionsDashboardACE" }, { - "Rank": 2, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 964, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Rank": 2, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "CommandName": "Get-PnPVivaConnectionsDashboardACE" }, { - "Rank": 1, - "CommandName": "Get-PnPVivaEngageCommunity", "Id": 965, - "Command": "Get-PnPVivaEngageCommunity" + "Rank": 1, + "Command": "Get-PnPVivaEngageCommunity", + "CommandName": "Get-PnPVivaEngageCommunity" }, { - "Rank": 2, - "CommandName": "Get-PnPVivaEngageCommunity", "Id": 966, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Rank": 2, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "CommandName": "Get-PnPVivaEngageCommunity" }, { - "Rank": 1, - "CommandName": "Get-PnPWeb", "Id": 967, - "Command": "Get-PnPWeb" + "Rank": 1, + "Command": "Get-PnPWeb", + "CommandName": "Get-PnPWeb" }, { - "Rank": 1, - "CommandName": "Get-PnPWebHeader", "Id": 968, - "Command": "Get-PnPWebHeader" + "Rank": 1, + "Command": "Get-PnPWebHeader", + "CommandName": "Get-PnPWebHeader" }, { - "Rank": 1, - "CommandName": "Get-PnPWebhookSubscription", "Id": 969, - "Command": "Get-PnPWebhookSubscription -List MyList" + "Rank": 1, + "Command": "Get-PnPWebhookSubscription -List MyList", + "CommandName": "Get-PnPWebhookSubscription" }, { - "Rank": 1, - "CommandName": "Get-PnPWebPart", "Id": 970, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" + "Rank": 1, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", + "CommandName": "Get-PnPWebPart" }, { - "Rank": 2, - "CommandName": "Get-PnPWebPart", "Id": 971, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 2, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Get-PnPWebPart" }, { - "Rank": 1, - "CommandName": "Get-PnPWebPartProperty", "Id": 972, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" + "Rank": 1, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", + "CommandName": "Get-PnPWebPartProperty" }, { - "Rank": 2, - "CommandName": "Get-PnPWebPartProperty", "Id": 973, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" + "Rank": 2, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", + "CommandName": "Get-PnPWebPartProperty" }, { - "Rank": 1, - "CommandName": "Get-PnPWebPartXml", "Id": 974, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Get-PnPWebPartXml" }, { - "Rank": 1, - "CommandName": "Get-PnPWebPermission", "Id": 975, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" + "Rank": 1, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", + "CommandName": "Get-PnPWebPermission" }, { - "Rank": 2, - "CommandName": "Get-PnPWebPermission", "Id": 976, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Rank": 2, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "CommandName": "Get-PnPWebPermission" }, { - "Rank": 1, - "CommandName": "Get-PnPWebTemplates", "Id": 977, - "Command": "Get-PnPWebTemplates" + "Rank": 1, + "Command": "Get-PnPWebTemplates", + "CommandName": "Get-PnPWebTemplates" }, { - "Rank": 2, - "CommandName": "Get-PnPWebTemplates", "Id": 978, - "Command": "Get-PnPWebTemplates -LCID 1033" + "Rank": 2, + "Command": "Get-PnPWebTemplates -LCID 1033", + "CommandName": "Get-PnPWebTemplates" }, { - "Rank": 3, - "CommandName": "Get-PnPWebTemplates", "Id": 979, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "Rank": 3, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", + "CommandName": "Get-PnPWebTemplates" }, { - "Rank": 1, - "CommandName": "Get-PnPWikiPageContent", "Id": 980, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" + "Rank": 1, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", + "CommandName": "Get-PnPWikiPageContent" }, { - "Rank": 1, - "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 981, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" + "Rank": 1, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", + "CommandName": "Grant-PnPAzureADAppSitePermission" }, { - "Rank": 2, - "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 982, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" + "Rank": 2, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", + "CommandName": "Grant-PnPAzureADAppSitePermission" }, { - "Rank": 1, - "CommandName": "Grant-PnPHubSiteRights", "Id": 983, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Grant-PnPHubSiteRights" }, { - "Rank": 1, - "CommandName": "Grant-PnPSiteDesignRights", "Id": 984, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Grant-PnPSiteDesignRights" }, { - "Rank": 1, - "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Id": 985, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "CommandName": "Grant-PnPTenantServicePrincipalPermission" }, { - "Rank": 1, - "CommandName": "Import-PnPTaxonomy", "Id": 986, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "Rank": 1, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "CommandName": "Import-PnPTaxonomy" }, { - "Rank": 2, - "CommandName": "Import-PnPTaxonomy", "Id": 987, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" + "Rank": 2, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", + "CommandName": "Import-PnPTaxonomy" }, { - "Rank": 3, - "CommandName": "Import-PnPTaxonomy", "Id": 988, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "Rank": 3, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", + "CommandName": "Import-PnPTaxonomy" }, { - "Rank": 4, - "CommandName": "Import-PnPTaxonomy", "Id": 989, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "Rank": 4, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", + "CommandName": "Import-PnPTaxonomy" }, { - "Rank": 1, - "CommandName": "Import-PnPTermGroupFromXml", "Id": 990, - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "Rank": 1, + "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "CommandName": "Import-PnPTermGroupFromXml" }, { - "Rank": 2, - "CommandName": "Import-PnPTermGroupFromXml", "Id": 991, - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "Rank": 2, + "Command": "Import-PnPTermGroupFromXml -Path input.xml", + "CommandName": "Import-PnPTermGroupFromXml" }, { - "Rank": 1, - "CommandName": "Import-PnPTermSet", "Id": 992, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" + "Rank": 1, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", + "CommandName": "Import-PnPTermSet" }, { - "Rank": 2, - "CommandName": "Import-PnPTermSet", "Id": 993, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" + "Rank": 2, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", + "CommandName": "Import-PnPTermSet" }, { - "Rank": 3, - "CommandName": "Import-PnPTermSet", "Id": 994, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" + "Rank": 3, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", + "CommandName": "Import-PnPTermSet" }, { - "Rank": 1, - "CommandName": "Install-PnPApp", "Id": 995, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Install-PnPApp" }, { - "Rank": 2, - "CommandName": "Install-PnPApp", "Id": 996, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Install-PnPApp" }, { - "Rank": 1, - "CommandName": "Invoke-PnPGraphMethod", "Id": 997, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" + "Rank": 1, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 2, - "CommandName": "Invoke-PnPGraphMethod", "Id": 998, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "Rank": 2, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 3, - "CommandName": "Invoke-PnPGraphMethod", "Id": 999, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" + "Rank": 3, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 4, - "CommandName": "Invoke-PnPGraphMethod", "Id": 1000, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" + "Rank": 4, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 5, - "CommandName": "Invoke-PnPGraphMethod", "Id": 1001, - "Command": "Invoke-PnPGraphMethod -Url \"users\"" + "Rank": 5, + "Command": "Invoke-PnPGraphMethod -Url \"users\"", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 6, - "CommandName": "Invoke-PnPGraphMethod", "Id": 1002, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" + "Rank": 6, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 7, - "CommandName": "Invoke-PnPGraphMethod", "Id": 1003, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" + "Rank": 7, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", + "CommandName": "Invoke-PnPGraphMethod" }, { - "Rank": 1, - "CommandName": "Invoke-PnPListDesign", "Id": 1004, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Invoke-PnPListDesign" }, { - "Rank": 2, - "CommandName": "Invoke-PnPListDesign", "Id": 1005, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Rank": 2, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "CommandName": "Invoke-PnPListDesign" }, { - "Rank": 1, - "CommandName": "Invoke-PnPQuery", "Id": 1006, - "Command": "Invoke-PnPQuery -RetryCount 5" + "Rank": 1, + "Command": "Invoke-PnPQuery -RetryCount 5", + "CommandName": "Invoke-PnPQuery" }, { - "Rank": 1, - "CommandName": "Invoke-PnPSiteDesign", "Id": 1007, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Invoke-PnPSiteDesign" }, { - "Rank": 2, - "CommandName": "Invoke-PnPSiteDesign", "Id": 1008, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Rank": 2, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "CommandName": "Invoke-PnPSiteDesign" }, { - "Rank": 1, - "CommandName": "Invoke-PnPSiteScript", "Id": 1009, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" + "Rank": 1, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", + "CommandName": "Invoke-PnPSiteScript" }, { - "Rank": 1, - "CommandName": "Invoke-PnPSiteSwap", "Id": 1010, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Rank": 1, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "CommandName": "Invoke-PnPSiteSwap" }, { - "Rank": 2, - "CommandName": "Invoke-PnPSiteSwap", "Id": 1011, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Rank": 2, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "CommandName": "Invoke-PnPSiteSwap" }, { - "Rank": 3, - "CommandName": "Invoke-PnPSiteSwap", "Id": 1012, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" + "Rank": 3, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", + "CommandName": "Invoke-PnPSiteSwap" }, { - "Rank": 1, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1013, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" + "Rank": 1, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 2, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1014, - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "Rank": 2, + "Command": "Invoke-PnPSiteTemplate -Path template.xml", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 3, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1015, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "Rank": 3, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 4, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1016, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Rank": 4, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 5, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1017, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "Rank": 5, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 6, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1018, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "Rank": 6, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 7, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1019, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "Rank": 7, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 8, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1020, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template" + "Rank": 8, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 9, - "CommandName": "Invoke-PnPSiteTemplate", "Id": 1021, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "Rank": 9, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", + "CommandName": "Invoke-PnPSiteTemplate" }, { - "Rank": 1, - "CommandName": "Invoke-PnPSPRestMethod", "Id": 1022, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web" + "Rank": 1, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", + "CommandName": "Invoke-PnPSPRestMethod" }, { - "Rank": 1, - "CommandName": "Invoke-PnPTenantTemplate", "Id": 1023, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "Rank": 1, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "Rank": 2, - "CommandName": "Invoke-PnPTenantTemplate", "Id": 1024, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "Rank": 2, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "Rank": 3, - "CommandName": "Invoke-PnPTenantTemplate", "Id": 1025, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Rank": 3, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "CommandName": "Invoke-PnPTenantTemplate" }, { - "Rank": 1, - "CommandName": "Invoke-PnPWebAction", "Id": 1026, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "Rank": 1, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "CommandName": "Invoke-PnPWebAction" }, { - "Rank": 2, - "CommandName": "Invoke-PnPWebAction", "Id": 1027, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" + "Rank": 2, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", + "CommandName": "Invoke-PnPWebAction" }, { - "Rank": 1, - "CommandName": "Measure-PnPList", "Id": 1028, - "Command": "Measure-PnPList \"Documents\"" + "Rank": 1, + "Command": "Measure-PnPList \"Documents\"", + "CommandName": "Measure-PnPList" }, { - "Rank": 2, - "CommandName": "Measure-PnPList", "Id": 1029, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "Rank": 2, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", + "CommandName": "Measure-PnPList" }, { - "Rank": 1, - "CommandName": "Measure-PnPWeb", "Id": 1030, - "Command": "Measure-PnPWeb" + "Rank": 1, + "Command": "Measure-PnPWeb", + "CommandName": "Measure-PnPWeb" }, { - "Rank": 2, - "CommandName": "Measure-PnPWeb", "Id": 1031, - "Command": "Measure-PnPWeb $web -Recursive" + "Rank": 2, + "Command": "Measure-PnPWeb $web -Recursive", + "CommandName": "Measure-PnPWeb" }, { - "Rank": 1, - "CommandName": "Merge-PnPTerm", "Id": 1032, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" + "Rank": 1, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", + "CommandName": "Merge-PnPTerm" }, { - "Rank": 1, - "CommandName": "Move-PnPFile", "Id": 1033, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" + "Rank": 1, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", + "CommandName": "Move-PnPFile" }, { - "Rank": 2, - "CommandName": "Move-PnPFile", "Id": 1034, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" + "Rank": 2, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", + "CommandName": "Move-PnPFile" }, { - "Rank": 3, - "CommandName": "Move-PnPFile", "Id": 1035, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Rank": 3, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "CommandName": "Move-PnPFile" }, { - "Rank": 4, - "CommandName": "Move-PnPFile", "Id": 1036, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Rank": 4, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "CommandName": "Move-PnPFile" }, { - "Rank": 1, - "CommandName": "Move-PnPFolder", "Id": 1037, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" + "Rank": 1, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", + "CommandName": "Move-PnPFolder" }, { - "Rank": 2, - "CommandName": "Move-PnPFolder", "Id": 1038, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" + "Rank": 2, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", + "CommandName": "Move-PnPFolder" }, { - "Rank": 1, - "CommandName": "Move-PnPListItemToRecycleBin", "Id": 1039, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" + "Rank": 1, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", + "CommandName": "Move-PnPListItemToRecycleBin" }, { - "Rank": 1, - "CommandName": "Move-PnPPage", "Id": 1040, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Rank": 1, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "CommandName": "Move-PnPPage" }, { - "Rank": 1, - "CommandName": "Move-PnPPageComponent", "Id": 1041, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" + "Rank": 1, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", + "CommandName": "Move-PnPPageComponent" }, { - "Rank": 2, - "CommandName": "Move-PnPPageComponent", "Id": 1042, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" + "Rank": 2, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", + "CommandName": "Move-PnPPageComponent" }, { - "Rank": 3, - "CommandName": "Move-PnPPageComponent", "Id": 1043, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" + "Rank": 3, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", + "CommandName": "Move-PnPPageComponent" }, { - "Rank": 4, - "CommandName": "Move-PnPPageComponent", "Id": 1044, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" + "Rank": 4, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", + "CommandName": "Move-PnPPageComponent" }, { - "Rank": 1, - "CommandName": "Move-PnpRecycleBinItem", "Id": 1045, - "Command": "Move-PnPRecycleBinItem" + "Rank": 1, + "Command": "Move-PnPRecycleBinItem", + "CommandName": "Move-PnpRecycleBinItem" }, { - "Rank": 2, - "CommandName": "Move-PnpRecycleBinItem", "Id": 1046, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" + "Rank": 2, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", + "CommandName": "Move-PnpRecycleBinItem" }, { - "Rank": 3, - "CommandName": "Move-PnpRecycleBinItem", "Id": 1047, - "Command": "Move-PnPRecycleBinItem -Force" + "Rank": 3, + "Command": "Move-PnPRecycleBinItem -Force", + "CommandName": "Move-PnpRecycleBinItem" }, { - "Rank": 1, - "CommandName": "Move-PnPTerm", "Id": 1048, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" + "Rank": 1, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", + "CommandName": "Move-PnPTerm" }, { - "Rank": 2, - "CommandName": "Move-PnPTerm", "Id": 1049, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" + "Rank": 2, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", + "CommandName": "Move-PnPTerm" }, { - "Rank": 3, - "CommandName": "Move-PnPTerm", "Id": 1050, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" + "Rank": 3, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", + "CommandName": "Move-PnPTerm" }, { - "Rank": 1, - "CommandName": "Move-PnPTermSet", "Id": 1051, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" + "Rank": 1, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", + "CommandName": "Move-PnPTermSet" }, { - "Rank": 2, - "CommandName": "Move-PnPTermSet", "Id": 1052, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" + "Rank": 2, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", + "CommandName": "Move-PnPTermSet" }, { - "Rank": 1, - "CommandName": "New-PnPAzureADGroup", "Id": 1053, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" + "Rank": 1, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", + "CommandName": "New-PnPAzureADGroup" }, { - "Rank": 2, - "CommandName": "New-PnPAzureADGroup", "Id": 1054, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" + "Rank": 2, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", + "CommandName": "New-PnPAzureADGroup" }, { - "Rank": 3, - "CommandName": "New-PnPAzureADGroup", "Id": 1055, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" + "Rank": 3, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", + "CommandName": "New-PnPAzureADGroup" }, { - "Rank": 1, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1056, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "Rank": 1, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "CommandName": "New-PnPAzureADUserTemporaryAccessPass" }, { - "Rank": 2, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1057, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" + "Rank": 2, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", + "CommandName": "New-PnPAzureADUserTemporaryAccessPass" }, { - "Rank": 3, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1058, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" + "Rank": 3, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", + "CommandName": "New-PnPAzureADUserTemporaryAccessPass" }, { - "Rank": 1, - "CommandName": "New-PnPAzureCertificate", "Id": 1059, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" + "Rank": 1, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", + "CommandName": "New-PnPAzureCertificate" }, { - "Rank": 2, - "CommandName": "New-PnPAzureCertificate", "Id": 1060, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "Rank": 2, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", + "CommandName": "New-PnPAzureCertificate" }, { - "Rank": 3, - "CommandName": "New-PnPAzureCertificate", "Id": 1061, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" + "Rank": 3, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", + "CommandName": "New-PnPAzureCertificate" }, { - "Rank": 4, - "CommandName": "New-PnPAzureCertificate", "Id": 1062, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" + "Rank": 4, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", + "CommandName": "New-PnPAzureCertificate" }, { - "Rank": 1, - "CommandName": "New-PnPContainerType", "Id": 1063, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" + "Rank": 1, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", + "CommandName": "New-PnPContainerType" }, { - "Rank": 1, - "CommandName": "New-PnPGraphSubscription", "Id": 1064, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" + "Rank": 1, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", + "CommandName": "New-PnPGraphSubscription" }, { - "Rank": 2, - "CommandName": "New-PnPGraphSubscription", "Id": 1065, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" + "Rank": 2, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", + "CommandName": "New-PnPGraphSubscription" }, { - "Rank": 1, - "CommandName": "New-PnPGroup", "Id": 1066, - "Command": "New-PnPGroup -Title \"My Site Users\"" + "Rank": 1, + "Command": "New-PnPGroup -Title \"My Site Users\"", + "CommandName": "New-PnPGroup" }, { - "Rank": 1, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1067, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" + "Rank": 1, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "Rank": 2, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1068, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "Rank": 3, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1069, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" + "Rank": 3, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "Rank": 4, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1070, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Rank": 4, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" }, { - "Rank": 1, - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Id": 1071, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob" }, { - "Rank": 1, - "CommandName": "New-PnPList", "Id": 1072, - "Command": "New-PnPList -Title Announcements -Template Announcements" + "Rank": 1, + "Command": "New-PnPList -Title Announcements -Template Announcements", + "CommandName": "New-PnPList" }, { - "Rank": 2, - "CommandName": "New-PnPList", "Id": 1073, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" + "Rank": 2, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", + "CommandName": "New-PnPList" }, { - "Rank": 3, - "CommandName": "New-PnPList", "Id": 1074, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "Rank": 3, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", + "CommandName": "New-PnPList" }, { - "Rank": 1, - "CommandName": "New-PnPMicrosoft365Group", "Id": 1075, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" + "Rank": 1, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", + "CommandName": "New-PnPMicrosoft365Group" }, { - "Rank": 2, - "CommandName": "New-PnPMicrosoft365Group", "Id": 1076, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" + "Rank": 2, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", + "CommandName": "New-PnPMicrosoft365Group" }, { - "Rank": 3, - "CommandName": "New-PnPMicrosoft365Group", "Id": 1077, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" + "Rank": 3, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", + "CommandName": "New-PnPMicrosoft365Group" }, { - "Rank": 4, - "CommandName": "New-PnPMicrosoft365Group", "Id": 1078, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" + "Rank": 4, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", + "CommandName": "New-PnPMicrosoft365Group" }, { - "Rank": 5, - "CommandName": "New-PnPMicrosoft365Group", "Id": 1079, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Rank": 5, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "CommandName": "New-PnPMicrosoft365Group" }, { - "Rank": 6, - "CommandName": "New-PnPMicrosoft365Group", "Id": 1080, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "CommandName": "New-PnPMicrosoft365Group" }, { - "Rank": 7, - "CommandName": "New-PnPMicrosoft365Group", "Id": 1081, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" + "Rank": 7, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", + "CommandName": "New-PnPMicrosoft365Group" }, { - "Rank": 1, - "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 1082, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" + "Rank": 1, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", + "CommandName": "New-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, - "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 1083, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" + "Rank": 2, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", + "CommandName": "New-PnPMicrosoft365GroupSettings" }, { - "Rank": 1, - "CommandName": "New-PnPPersonalSite", "Id": 1084, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" + "Rank": 1, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", + "CommandName": "New-PnPPersonalSite" }, { - "Rank": 1, - "CommandName": "New-PnPPlannerPlan", "Id": 1085, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "Rank": 1, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "CommandName": "New-PnPPlannerPlan" }, { - "Rank": 1, - "CommandName": "New-PnpProfileCardProperty", "Id": 1086, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" + "Rank": 1, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", + "CommandName": "New-PnpProfileCardProperty" }, { - "Rank": 1, - "CommandName": "New-PnPSdnProvider", "Id": 1087, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "Rank": 1, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "CommandName": "New-PnPSdnProvider" }, { - "Rank": 1, - "CommandName": "New-PnPSearchExternalConnection", "Id": 1088, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" + "Rank": 1, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", + "CommandName": "New-PnPSearchExternalConnection" }, { - "Rank": 2, - "CommandName": "New-PnPSearchExternalConnection", "Id": 1089, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Rank": 2, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "CommandName": "New-PnPSearchExternalConnection" }, { - "Rank": 1, - "CommandName": "New-PnPSite", "Id": 1090, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Rank": 1, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "CommandName": "New-PnPSite" }, { - "Rank": 2, - "CommandName": "New-PnPSite", "Id": 1091, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" + "Rank": 2, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", + "CommandName": "New-PnPSite" }, { - "Rank": 3, - "CommandName": "New-PnPSite", "Id": 1092, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Rank": 3, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "CommandName": "New-PnPSite" }, { - "Rank": 4, - "CommandName": "New-PnPSite", "Id": 1093, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Rank": 4, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "CommandName": "New-PnPSite" }, { - "Rank": 5, - "CommandName": "New-PnPSite", "Id": 1094, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Rank": 5, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "CommandName": "New-PnPSite" }, { - "Rank": 6, - "CommandName": "New-PnPSite", "Id": 1095, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Rank": 6, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "CommandName": "New-PnPSite" }, { - "Rank": 7, - "CommandName": "New-PnPSite", "Id": 1096, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" + "Rank": 7, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", + "CommandName": "New-PnPSite" }, { - "Rank": 8, - "CommandName": "New-PnPSite", "Id": 1097, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" + "Rank": 8, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", + "CommandName": "New-PnPSite" }, { - "Rank": 9, - "CommandName": "New-PnPSite", "Id": 1098, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" + "Rank": 9, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", + "CommandName": "New-PnPSite" }, { - "Rank": 10, - "CommandName": "New-PnPSite", "Id": 1099, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" + "Rank": 10, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", + "CommandName": "New-PnPSite" }, { - "Rank": 11, - "CommandName": "New-PnPSite", "Id": 1100, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Rank": 11, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "CommandName": "New-PnPSite" }, { - "Rank": 12, - "CommandName": "New-PnPSite", "Id": 1101, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Rank": 12, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "CommandName": "New-PnPSite" }, { - "Rank": 13, - "CommandName": "New-PnPSite", "Id": 1102, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Rank": 13, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "CommandName": "New-PnPSite" }, { - "Rank": 14, - "CommandName": "New-PnPSite", "Id": 1103, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Rank": 14, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "CommandName": "New-PnPSite" }, { - "Rank": 15, - "CommandName": "New-PnPSite", "Id": 1104, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Rank": 15, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "CommandName": "New-PnPSite" }, { - "Rank": 16, - "CommandName": "New-PnPSite", "Id": 1105, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" + "Rank": 16, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", + "CommandName": "New-PnPSite" }, { - "Rank": 17, - "CommandName": "New-PnPSite", "Id": 1106, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" + "Rank": 17, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", + "CommandName": "New-PnPSite" }, { - "Rank": 1, - "CommandName": "New-PnPSiteCollectionTermStore", "Id": 1107, - "Command": "New-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "New-PnPSiteCollectionTermStore", + "CommandName": "New-PnPSiteCollectionTermStore" }, { - "Rank": 1, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1108, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" + "Rank": 1, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 2, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1109, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 3, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1110, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" + "Rank": 3, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 4, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1111, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Rank": 4, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 1, - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Id": 1112, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "CommandName": "New-PnPSiteFileVersionExpirationReportJob" }, { - "Rank": 1, - "CommandName": "New-PnPSiteGroup", "Id": 1113, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" + "Rank": 1, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", + "CommandName": "New-PnPSiteGroup" }, { - "Rank": 2, - "CommandName": "New-PnPSiteGroup", "Id": 1114, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" + "Rank": 2, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", + "CommandName": "New-PnPSiteGroup" }, { - "Rank": 1, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1115, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "Rank": 1, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 2, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1116, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" + "Rank": 2, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 3, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1117, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" + "Rank": 3, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 4, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1118, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" + "Rank": 4, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 5, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1119, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" + "Rank": 5, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 6, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1120, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 6, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 7, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1121, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "Rank": 7, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 8, - "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1122, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" + "Rank": 8, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", + "CommandName": "New-PnPSiteTemplateFromFolder" }, { - "Rank": 1, - "CommandName": "New-PnPTeamsApp", "Id": 1123, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "Rank": 1, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "CommandName": "New-PnPTeamsApp" }, { - "Rank": 1, - "CommandName": "New-PnPTeamsTeam", "Id": 1124, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" + "Rank": 1, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", + "CommandName": "New-PnPTeamsTeam" }, { - "Rank": 2, - "CommandName": "New-PnPTeamsTeam", "Id": 1125, - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "Rank": 2, + "Command": "New-PnPTeamsTeam -GroupId $groupId", + "CommandName": "New-PnPTeamsTeam" }, { - "Rank": 3, - "CommandName": "New-PnPTeamsTeam", "Id": 1126, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" + "Rank": 3, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", + "CommandName": "New-PnPTeamsTeam" }, { - "Rank": 4, - "CommandName": "New-PnPTeamsTeam", "Id": 1127, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Rank": 4, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "CommandName": "New-PnPTeamsTeam" }, { - "Rank": 5, - "CommandName": "New-PnPTeamsTeam", "Id": 1128, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" + "Rank": 5, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", + "CommandName": "New-PnPTeamsTeam" }, { - "Rank": 6, - "CommandName": "New-PnPTeamsTeam", "Id": 1129, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "CommandName": "New-PnPTeamsTeam" }, { - "Rank": 1, - "CommandName": "New-PnPTenantSite", "Id": 1130, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" + "Rank": 1, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", + "CommandName": "New-PnPTenantSite" }, { - "Rank": 2, - "CommandName": "New-PnPTenantSite", "Id": 1131, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" + "Rank": 2, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", + "CommandName": "New-PnPTenantSite" }, { - "Rank": 1, - "CommandName": "New-PnPTerm", "Id": 1132, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" + "Rank": 1, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", + "CommandName": "New-PnPTerm" }, { - "Rank": 2, - "CommandName": "New-PnPTerm", "Id": 1133, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 2, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "CommandName": "New-PnPTerm" }, { - "Rank": 1, - "CommandName": "New-PnPTermGroup", "Id": 1134, - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "Rank": 1, + "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "CommandName": "New-PnPTermGroup" }, { - "Rank": 2, - "CommandName": "New-PnPTermGroup", "Id": 1135, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Rank": 2, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "CommandName": "New-PnPTermGroup" }, { - "Rank": 1, - "CommandName": "New-PnPTermLabel", "Id": 1136, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" + "Rank": 1, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", + "CommandName": "New-PnPTermLabel" }, { - "Rank": 1, - "CommandName": "New-PnPTermSet", "Id": 1137, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "Rank": 1, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "CommandName": "New-PnPTermSet" }, { - "Rank": 1, - "CommandName": "New-PnPTodoList", "Id": 1138, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"" + "Rank": 1, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", + "CommandName": "New-PnPTodoList" }, { - "Rank": 2, - "CommandName": "New-PnPTodoList", "Id": 1139, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" + "Rank": 2, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", + "CommandName": "New-PnPTodoList" }, { - "Rank": 1, - "CommandName": "New-PnPUPABulkImportJob", "Id": 1140, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" + "Rank": 1, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", + "CommandName": "New-PnPUPABulkImportJob" }, { - "Rank": 2, - "CommandName": "New-PnPUPABulkImportJob", "Id": 1141, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" + "Rank": 2, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", + "CommandName": "New-PnPUPABulkImportJob" }, { - "Rank": 1, - "CommandName": "New-PnPUser", "Id": 1142, - "Command": "New-PnPUser -LoginName user@company.com" + "Rank": 1, + "Command": "New-PnPUser -LoginName user@company.com", + "CommandName": "New-PnPUser" }, { - "Rank": 1, - "CommandName": "New-PnPVivaEngageCommunity", "Id": 1143, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" + "Rank": 1, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", + "CommandName": "New-PnPVivaEngageCommunity" }, { - "Rank": 1, - "CommandName": "New-PnPWeb", "Id": 1144, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" + "Rank": 1, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", + "CommandName": "New-PnPWeb" }, { - "Rank": 1, - "CommandName": "Publish-PnPApp", "Id": 1145, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 1, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "CommandName": "Publish-PnPApp" }, { - "Rank": 2, - "CommandName": "Publish-PnPApp", "Id": 1146, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" + "Rank": 2, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", + "CommandName": "Publish-PnPApp" }, { - "Rank": 1, - "CommandName": "Publish-PnPContentType", "Id": 1147, - "Command": "Publish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Command": "Publish-PnPContentType -ContentType 0x0101", + "CommandName": "Publish-PnPContentType" }, { - "Rank": 1, - "CommandName": "Publish-PnPSyntexModel", "Id": 1148, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Rank": 1, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "CommandName": "Publish-PnPSyntexModel" }, { - "Rank": 2, - "CommandName": "Publish-PnPSyntexModel", "Id": 1149, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Rank": 2, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "CommandName": "Publish-PnPSyntexModel" }, { - "Rank": 1, - "CommandName": "Read-PnPSiteTemplate", "Id": 1150, - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "Rank": 1, + "Command": "Read-PnPSiteTemplate -Path template.pnp", + "CommandName": "Read-PnPSiteTemplate" }, { - "Rank": 2, - "CommandName": "Read-PnPSiteTemplate", "Id": 1151, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "Rank": 2, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", + "CommandName": "Read-PnPSiteTemplate" }, { - "Rank": 3, - "CommandName": "Read-PnPSiteTemplate", "Id": 1152, - "Command": "Read-PnPSiteTemplate -Xml $xml" + "Rank": 3, + "Command": "Read-PnPSiteTemplate -Xml $xml", + "CommandName": "Read-PnPSiteTemplate" }, { - "Rank": 1, - "CommandName": "Read-PnPTenantTemplate", "Id": 1153, - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "Rank": 1, + "Command": "Read-PnPTenantTemplate -Path template.pnp", + "CommandName": "Read-PnPTenantTemplate" }, { - "Rank": 1, - "CommandName": "Register-PnPAppCatalogSite", "Id": 1154, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" + "Rank": 1, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", + "CommandName": "Register-PnPAppCatalogSite" }, { - "Rank": 1, - "CommandName": "Register-PnPAzureADApp", "Id": 1155, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" + "Rank": 1, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 2, - "CommandName": "Register-PnPAzureADApp", "Id": 1156, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 2, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 3, - "CommandName": "Register-PnPAzureADApp", "Id": 1157, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" + "Rank": 3, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 4, - "CommandName": "Register-PnPAzureADApp", "Id": 1158, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 4, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 5, - "CommandName": "Register-PnPAzureADApp", "Id": 1159, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 5, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 6, - "CommandName": "Register-PnPAzureADApp", "Id": 1160, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 6, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 7, - "CommandName": "Register-PnPAzureADApp", "Id": 1161, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" + "Rank": 7, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 8, - "CommandName": "Register-PnPAzureADApp", "Id": 1162, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" + "Rank": 8, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", + "CommandName": "Register-PnPAzureADApp" }, { - "Rank": 1, - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Id": 1163, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" + "Rank": 1, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" }, { - "Rank": 2, - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Id": 1164, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" + "Rank": 2, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" }, { - "Rank": 1, - "CommandName": "Register-PnPHubSite", "Id": 1165, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Rank": 1, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "CommandName": "Register-PnPHubSite" }, { - "Rank": 2, - "CommandName": "Register-PnPHubSite", "Id": 1166, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" + "Rank": 2, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", + "CommandName": "Register-PnPHubSite" }, { - "Rank": 1, - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 1167, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "CommandName": "Remove-PnPAdaptiveScopeProperty" }, { - "Rank": 2, - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 1168, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "Rank": 2, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", + "CommandName": "Remove-PnPAdaptiveScopeProperty" }, { - "Rank": 1, - "CommandName": "Remove-PnPAlert", "Id": 1169, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" + "Rank": 1, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", + "CommandName": "Remove-PnPAlert" }, { - "Rank": 2, - "CommandName": "Remove-PnPAlert", "Id": 1170, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPAlert" }, { - "Rank": 1, - "CommandName": "Remove-PnPApp", "Id": 1171, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Remove-PnPApp" }, { - "Rank": 2, - "CommandName": "Remove-PnPApp", "Id": 1172, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Remove-PnPApp" }, { - "Rank": 1, - "CommandName": "Remove-PnPApplicationCustomizer", "Id": 1173, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Remove-PnPApplicationCustomizer" }, { - "Rank": 2, - "CommandName": "Remove-PnPApplicationCustomizer", "Id": 1174, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Rank": 2, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "CommandName": "Remove-PnPApplicationCustomizer" }, { - "Rank": 1, - "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 1175, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "Rank": 1, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "CommandName": "Remove-PnPAvailableSiteClassification" }, { - "Rank": 2, - "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 1176, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 2, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "CommandName": "Remove-PnPAvailableSiteClassification" }, { - "Rank": 1, - "CommandName": "Remove-PnPAzureADApp", "Id": 1177, - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "Rank": 1, + "Command": "Remove-PnPAzureADApp -Identity MyApp", + "CommandName": "Remove-PnPAzureADApp" }, { - "Rank": 2, - "CommandName": "Remove-PnPAzureADApp", "Id": 1178, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 2, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "CommandName": "Remove-PnPAzureADApp" }, { - "Rank": 1, - "CommandName": "Remove-PnPAzureADGroup", "Id": 1179, - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "Rank": 1, + "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "CommandName": "Remove-PnPAzureADGroup" }, { - "Rank": 2, - "CommandName": "Remove-PnPAzureADGroup", "Id": 1180, - "Command": "Remove-PnPAzureADGroup -Identity $group" + "Rank": 2, + "Command": "Remove-PnPAzureADGroup -Identity $group", + "CommandName": "Remove-PnPAzureADGroup" }, { - "Rank": 1, - "CommandName": "Remove-PnPAzureADGroupMember", "Id": 1181, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPAzureADGroupMember" }, { - "Rank": 1, - "CommandName": "Remove-PnPAzureADGroupOwner", "Id": 1182, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPAzureADGroupOwner" }, { - "Rank": 1, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1183, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" + "Rank": 1, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 2, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1184, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" + "Rank": 2, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 3, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1185, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 3, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 4, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1186, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 4, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" }, { - "Rank": 1, - "CommandName": "Remove-PnPAzureADUser", "Id": 1187, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" + "Rank": 1, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", + "CommandName": "Remove-PnPAzureADUser" }, { - "Rank": 2, - "CommandName": "Remove-PnPAzureADUser", "Id": 1188, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" + "Rank": 2, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", + "CommandName": "Remove-PnPAzureADUser" }, { - "Rank": 1, - "CommandName": "Remove-PnPContainer", "Id": 1189, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 1, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "CommandName": "Remove-PnPContainer" }, { - "Rank": 2, - "CommandName": "Remove-PnPContainer", "Id": 1190, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Rank": 2, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "CommandName": "Remove-PnPContainer" }, { - "Rank": 1, - "CommandName": "Remove-PnPContainerType", "Id": 1191, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" + "Rank": 1, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", + "CommandName": "Remove-PnPContainerType" }, { - "Rank": 1, - "CommandName": "Remove-PnPContentType", "Id": 1192, - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "CommandName": "Remove-PnPContentType" }, { - "Rank": 2, - "CommandName": "Remove-PnPContentType", "Id": 1193, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "Rank": 2, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", + "CommandName": "Remove-PnPContentType" }, { - "Rank": 1, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 1194, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Rank": 1, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "CommandName": "Remove-PnPContentTypeFromDocumentSet" }, { - "Rank": 2, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 1195, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "CommandName": "Remove-PnPContentTypeFromDocumentSet" }, { - "Rank": 1, - "CommandName": "Remove-PnPContentTypeFromList", "Id": 1196, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "CommandName": "Remove-PnPContentTypeFromList" }, { - "Rank": 1, - "CommandName": "Remove-PnPCustomAction", "Id": 1197, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Remove-PnPCustomAction" }, { - "Rank": 2, - "CommandName": "Remove-PnPCustomAction", "Id": 1198, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Rank": 2, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "CommandName": "Remove-PnPCustomAction" }, { - "Rank": 3, - "CommandName": "Remove-PnPCustomAction", "Id": 1199, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" + "Rank": 3, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", + "CommandName": "Remove-PnPCustomAction" }, { - "Rank": 1, - "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Id": 1200, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 1, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "CommandName": "Remove-PnPDeletedMicrosoft365Group" }, { - "Rank": 1, - "CommandName": "Remove-PnPEventReceiver", "Id": 1201, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 1, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 2, - "CommandName": "Remove-PnPEventReceiver", "Id": 1202, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 2, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 3, - "CommandName": "Remove-PnPEventReceiver", "Id": 1203, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "Rank": 3, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 4, - "CommandName": "Remove-PnPEventReceiver", "Id": 1204, - "Command": "Remove-PnPEventReceiver -List ProjectList" + "Rank": 4, + "Command": "Remove-PnPEventReceiver -List ProjectList", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 5, - "CommandName": "Remove-PnPEventReceiver", "Id": 1205, - "Command": "Remove-PnPEventReceiver" + "Rank": 5, + "Command": "Remove-PnPEventReceiver", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 6, - "CommandName": "Remove-PnPEventReceiver", "Id": 1206, - "Command": "Remove-PnPEventReceiver -Scope Site" + "Rank": 6, + "Command": "Remove-PnPEventReceiver -Scope Site", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 7, - "CommandName": "Remove-PnPEventReceiver", "Id": 1207, - "Command": "Remove-PnPEventReceiver -Scope Web" + "Rank": 7, + "Command": "Remove-PnPEventReceiver -Scope Web", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 8, - "CommandName": "Remove-PnPEventReceiver", "Id": 1208, - "Command": "Remove-PnPEventReceiver -Scope All" + "Rank": 8, + "Command": "Remove-PnPEventReceiver -Scope All", + "CommandName": "Remove-PnPEventReceiver" }, { - "Rank": 1, - "CommandName": "Remove-PnPField", "Id": 1209, - "Command": "Remove-PnPField -Identity \"Speakers\"" + "Rank": 1, + "Command": "Remove-PnPField -Identity \"Speakers\"", + "CommandName": "Remove-PnPField" }, { - "Rank": 2, - "CommandName": "Remove-PnPField", "Id": 1210, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "CommandName": "Remove-PnPField" }, { - "Rank": 1, - "CommandName": "Remove-PnPFieldFromContentType", "Id": 1211, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Rank": 1, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "CommandName": "Remove-PnPFieldFromContentType" }, { - "Rank": 2, - "CommandName": "Remove-PnPFieldFromContentType", "Id": 1212, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" + "Rank": 2, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", + "CommandName": "Remove-PnPFieldFromContentType" }, { - "Rank": 1, - "CommandName": "Remove-PnPFile", "Id": 1213, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" + "Rank": 1, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", + "CommandName": "Remove-PnPFile" }, { - "Rank": 2, - "CommandName": "Remove-PnPFile", "Id": 1214, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" + "Rank": 2, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", + "CommandName": "Remove-PnPFile" }, { - "Rank": 3, - "CommandName": "Remove-PnPFile", "Id": 1215, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" + "Rank": 3, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", + "CommandName": "Remove-PnPFile" }, { - "Rank": 1, - "CommandName": "Remove-PnPFileFromSiteTemplate", "Id": 1216, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "Rank": 1, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "CommandName": "Remove-PnPFileFromSiteTemplate" }, { - "Rank": 1, - "CommandName": "Remove-PnPFileSharingLink", "Id": 1217, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "CommandName": "Remove-PnPFileSharingLink" }, { - "Rank": 2, - "CommandName": "Remove-PnPFileSharingLink", "Id": 1218, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" + "Rank": 2, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", + "CommandName": "Remove-PnPFileSharingLink" }, { - "Rank": 1, - "CommandName": "Remove-PnPFileVersion", "Id": 1219, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Rank": 1, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "CommandName": "Remove-PnPFileVersion" }, { - "Rank": 2, - "CommandName": "Remove-PnPFileVersion", "Id": 1220, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Rank": 2, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "CommandName": "Remove-PnPFileVersion" }, { - "Rank": 3, - "CommandName": "Remove-PnPFileVersion", "Id": 1221, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "Rank": 3, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", + "CommandName": "Remove-PnPFileVersion" }, { - "Rank": 1, - "CommandName": "Remove-PnPFlow", "Id": 1222, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Remove-PnPFlow" }, { - "Rank": 2, - "CommandName": "Remove-PnPFlow", "Id": 1223, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" + "Rank": 2, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", + "CommandName": "Remove-PnPFlow" }, { - "Rank": 1, - "CommandName": "Remove-PnPFlowOwner", "Id": 1224, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" + "Rank": 1, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", + "CommandName": "Remove-PnPFlowOwner" }, { - "Rank": 2, - "CommandName": "Remove-PnPFlowOwner", "Id": 1225, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" + "Rank": 2, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", + "CommandName": "Remove-PnPFlowOwner" }, { - "Rank": 3, - "CommandName": "Remove-PnPFlowOwner", "Id": 1226, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" + "Rank": 3, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", + "CommandName": "Remove-PnPFlowOwner" }, { - "Rank": 4, - "CommandName": "Remove-PnPFlowOwner", "Id": 1227, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" + "Rank": 4, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", + "CommandName": "Remove-PnPFlowOwner" }, { - "Rank": 1, - "CommandName": "Remove-PnPFolder", "Id": 1228, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "CommandName": "Remove-PnPFolder" }, { - "Rank": 2, - "CommandName": "Remove-PnPFolder", "Id": 1229, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" + "Rank": 2, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", + "CommandName": "Remove-PnPFolder" }, { - "Rank": 1, - "CommandName": "Remove-PnPFolderSharingLink", "Id": 1230, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "CommandName": "Remove-PnPFolderSharingLink" }, { - "Rank": 2, - "CommandName": "Remove-PnPFolderSharingLink", "Id": 1231, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" + "Rank": 2, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", + "CommandName": "Remove-PnPFolderSharingLink" }, { - "Rank": 1, - "CommandName": "Remove-PnPGraphSubscription", "Id": 1232, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" + "Rank": 1, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", + "CommandName": "Remove-PnPGraphSubscription" }, { - "Rank": 1, - "CommandName": "Remove-PnPGroup", "Id": 1233, - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "Rank": 1, + "Command": "Remove-PnPGroup -Identity \"My Users\"", + "CommandName": "Remove-PnPGroup" }, { - "Rank": 1, - "CommandName": "Remove-PnPGroupMember", "Id": 1234, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Rank": 1, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "CommandName": "Remove-PnPGroupMember" }, { - "Rank": 1, - "CommandName": "Remove-PnPHomeSite", "Id": 1235, - "Command": "Remove-PnPHomeSite" + "Rank": 1, + "Command": "Remove-PnPHomeSite", + "CommandName": "Remove-PnPHomeSite" }, { - "Rank": 1, - "CommandName": "Remove-PnPHubSiteAssociation", "Id": 1236, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" + "Rank": 1, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", + "CommandName": "Remove-PnPHubSiteAssociation" }, { - "Rank": 1, - "CommandName": "Remove-PnPHubToHubAssociation", "Id": 1237, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" + "Rank": 1, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", + "CommandName": "Remove-PnPHubToHubAssociation" }, { - "Rank": 2, - "CommandName": "Remove-PnPHubToHubAssociation", "Id": 1238, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" + "Rank": 2, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", + "CommandName": "Remove-PnPHubToHubAssociation" }, { - "Rank": 1, - "CommandName": "Remove-PnPIndexedProperty", "Id": 1239, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "Rank": 1, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "CommandName": "Remove-PnPIndexedProperty" }, { - "Rank": 1, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1240, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "Rank": 1, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 2, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1241, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "Rank": 2, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 3, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1242, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" + "Rank": 3, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 4, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1243, - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Command": "Remove-PnPJavaScriptLink -Scope Site", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 5, - "CommandName": "Remove-PnPJavaScriptLink", "Id": 1244, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" + "Rank": 5, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", + "CommandName": "Remove-PnPJavaScriptLink" }, { - "Rank": 1, - "CommandName": "Remove-PnPKnowledgeHubSite", "Id": 1245, - "Command": "Remove-PnPKnowledgeHubSite" + "Rank": 1, + "Command": "Remove-PnPKnowledgeHubSite", + "CommandName": "Remove-PnPKnowledgeHubSite" }, { - "Rank": 1, - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Id": 1246, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" + "Rank": 1, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" }, { - "Rank": 2, - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Id": 1247, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" }, { - "Rank": 1, - "CommandName": "Remove-PnPList", "Id": 1248, - "Command": "Remove-PnPList -Identity Announcements" + "Rank": 1, + "Command": "Remove-PnPList -Identity Announcements", + "CommandName": "Remove-PnPList" }, { - "Rank": 2, - "CommandName": "Remove-PnPList", "Id": 1249, - "Command": "Remove-PnPList -Identity Announcements -Force" + "Rank": 2, + "Command": "Remove-PnPList -Identity Announcements -Force", + "CommandName": "Remove-PnPList" }, { - "Rank": 3, - "CommandName": "Remove-PnPList", "Id": 1250, - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "Rank": 3, + "Command": "Remove-PnPList -Identity Announcements -Recycle", + "CommandName": "Remove-PnPList" }, { - "Rank": 4, - "CommandName": "Remove-PnPList", "Id": 1251, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "Rank": 4, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", + "CommandName": "Remove-PnPList" }, { - "Rank": 1, - "CommandName": "Remove-PnPListDesign", "Id": 1252, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPListDesign" }, { - "Rank": 1, - "CommandName": "Remove-PnPListItem", "Id": 1253, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" + "Rank": 1, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", + "CommandName": "Remove-PnPListItem" }, { - "Rank": 2, - "CommandName": "Remove-PnPListItem", "Id": 1254, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" + "Rank": 2, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", + "CommandName": "Remove-PnPListItem" }, { - "Rank": 3, - "CommandName": "Remove-PnPListItem", "Id": 1255, - "Command": "Remove-PnPListItem -List \"Demo List\"" + "Rank": 3, + "Command": "Remove-PnPListItem -List \"Demo List\"", + "CommandName": "Remove-PnPListItem" }, { - "Rank": 1, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1256, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" + "Rank": 1, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", + "CommandName": "Remove-PnPListItemAttachment" }, { - "Rank": 2, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1257, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" + "Rank": 2, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", + "CommandName": "Remove-PnPListItemAttachment" }, { - "Rank": 3, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1258, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" + "Rank": 3, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", + "CommandName": "Remove-PnPListItemAttachment" }, { - "Rank": 4, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1259, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" + "Rank": 4, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", + "CommandName": "Remove-PnPListItemAttachment" }, { - "Rank": 5, - "CommandName": "Remove-PnPListItemAttachment", "Id": 1260, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" + "Rank": 5, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", + "CommandName": "Remove-PnPListItemAttachment" }, { - "Rank": 1, - "CommandName": "Remove-PnPListItemComment", "Id": 1261, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" + "Rank": 1, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", + "CommandName": "Remove-PnPListItemComment" }, { - "Rank": 2, - "CommandName": "Remove-PnPListItemComment", "Id": 1262, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" + "Rank": 2, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", + "CommandName": "Remove-PnPListItemComment" }, { - "Rank": 3, - "CommandName": "Remove-PnPListItemComment", "Id": 1263, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" + "Rank": 3, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", + "CommandName": "Remove-PnPListItemComment" }, { - "Rank": 4, - "CommandName": "Remove-PnPListItemComment", "Id": 1264, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" + "Rank": 4, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", + "CommandName": "Remove-PnPListItemComment" }, { - "Rank": 1, - "CommandName": "Remove-PnPListItemVersion", "Id": 1265, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Rank": 1, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "CommandName": "Remove-PnPListItemVersion" }, { - "Rank": 2, - "CommandName": "Remove-PnPListItemVersion", "Id": 1266, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Rank": 2, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "CommandName": "Remove-PnPListItemVersion" }, { - "Rank": 1, - "CommandName": "Remove-PnPManagedAppId", "Id": 1267, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" + "Rank": 1, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", + "CommandName": "Remove-PnPManagedAppId" }, { - "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1268, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "CommandName": "Remove-PnPMicrosoft365Group" }, { - "Rank": 2, - "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1269, - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "Rank": 2, + "Command": "Remove-PnPMicrosoft365Group -Identity $group", + "CommandName": "Remove-PnPMicrosoft365Group" }, { - "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365GroupMember", "Id": 1270, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPMicrosoft365GroupMember" }, { - "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Id": 1271, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPMicrosoft365GroupOwner" }, { - "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Id": 1272, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", + "CommandName": "Remove-PnPMicrosoft365GroupPhoto" }, { - "Rank": 1, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1273, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", + "CommandName": "Remove-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1274, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" + "Rank": 2, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", + "CommandName": "Remove-PnPMicrosoft365GroupSettings" }, { - "Rank": 1, - "CommandName": "Remove-PnPNavigationNode", "Id": 1275, - "Command": "Remove-PnPNavigationNode -Identity 1032" + "Rank": 1, + "Command": "Remove-PnPNavigationNode -Identity 1032", + "CommandName": "Remove-PnPNavigationNode" }, { - "Rank": 2, - "CommandName": "Remove-PnPNavigationNode", "Id": 1276, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "Rank": 2, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", + "CommandName": "Remove-PnPNavigationNode" }, { - "Rank": 3, - "CommandName": "Remove-PnPNavigationNode", "Id": 1277, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "Rank": 3, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", + "CommandName": "Remove-PnPNavigationNode" }, { - "Rank": 1, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1278, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "Rank": 1, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "CommandName": "Remove-PnPOrgAssetsLibrary" }, { - "Rank": 2, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1279, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" + "Rank": 2, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", + "CommandName": "Remove-PnPOrgAssetsLibrary" }, { - "Rank": 3, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1280, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" + "Rank": 3, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", + "CommandName": "Remove-PnPOrgAssetsLibrary" }, { - "Rank": 1, - "CommandName": "Remove-PnPOrgNewsSite", "Id": 1281, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" + "Rank": 1, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", + "CommandName": "Remove-PnPOrgNewsSite" }, { - "Rank": 1, - "CommandName": "Remove-PnPPage", "Id": 1282, - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "Rank": 1, + "Command": "Remove-PnPPage -Identity \"MyPage\"", + "CommandName": "Remove-PnPPage" }, { - "Rank": 2, - "CommandName": "Remove-PnPPage", "Id": 1283, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "Rank": 2, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", + "CommandName": "Remove-PnPPage" }, { - "Rank": 3, - "CommandName": "Remove-PnPPage", "Id": 1284, - "Command": "Remove-PnPPage $page" + "Rank": 3, + "Command": "Remove-PnPPage $page", + "CommandName": "Remove-PnPPage" }, { - "Rank": 4, - "CommandName": "Remove-PnPPage", "Id": 1285, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "Rank": 4, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", + "CommandName": "Remove-PnPPage" }, { - "Rank": 1, - "CommandName": "Remove-PnPPageComponent", "Id": 1286, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Remove-PnPPageComponent" }, { - "Rank": 1, - "CommandName": "Remove-PnPPlannerBucket", "Id": 1287, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" + "Rank": 1, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", + "CommandName": "Remove-PnPPlannerBucket" }, { - "Rank": 1, - "CommandName": "Remove-PnPPlannerPlan", "Id": 1288, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "Rank": 1, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "CommandName": "Remove-PnPPlannerPlan" }, { - "Rank": 1, - "CommandName": "Remove-PnPPlannerRoster", "Id": 1289, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Rank": 1, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "CommandName": "Remove-PnPPlannerRoster" }, { - "Rank": 1, - "CommandName": "Remove-PnPPlannerRosterMember", "Id": 1290, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPPlannerRosterMember" }, { - "Rank": 1, - "CommandName": "Remove-PnPPlannerTask", "Id": 1291, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "Rank": 1, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "CommandName": "Remove-PnPPlannerTask" }, { - "Rank": 1, - "CommandName": "Remove-PnPProfileCardProperty", "Id": 1292, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" + "Rank": 1, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", + "CommandName": "Remove-PnPProfileCardProperty" }, { - "Rank": 1, - "CommandName": "Remove-PnPPropertyBagValue", "Id": 1293, - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "Rank": 2, - "CommandName": "Remove-PnPPropertyBagValue", "Id": 1294, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "Rank": 2, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "Rank": 3, - "CommandName": "Remove-PnPPropertyBagValue", "Id": 1295, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "Rank": 3, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", + "CommandName": "Remove-PnPPropertyBagValue" }, { - "Rank": 1, - "CommandName": "Remove-PnPPublishingImageRendition", "Id": 1296, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Rank": 1, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "CommandName": "Remove-PnPPublishingImageRendition" }, { - "Rank": 1, - "CommandName": "Remove-PnPRoleDefinition", "Id": 1297, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "Rank": 1, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "CommandName": "Remove-PnPRoleDefinition" }, { - "Rank": 1, - "CommandName": "Remove-PnPSdnProvider", "Id": 1298, - "Command": "Remove-PnPSdnProvider -Confirm:false" + "Rank": 1, + "Command": "Remove-PnPSdnProvider -Confirm:false", + "CommandName": "Remove-PnPSdnProvider" }, { - "Rank": 1, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1299, - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 2, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1300, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 3, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1301, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 4, - "CommandName": "Remove-PnPSearchConfiguration", "Id": 1302, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Remove-PnPSearchConfiguration" }, { - "Rank": 1, - "CommandName": "Remove-PnPSearchExternalConnection", "Id": 1303, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Rank": 1, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "CommandName": "Remove-PnPSearchExternalConnection" }, { - "Rank": 1, - "CommandName": "Remove-PnPSearchExternalItem", "Id": 1304, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Rank": 1, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "CommandName": "Remove-PnPSearchExternalItem" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1305, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPSiteCollectionAdmin" }, { - "Rank": 2, - "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1306, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 2, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "CommandName": "Remove-PnPSiteCollectionAdmin" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Id": 1307, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "CommandName": "Remove-PnPSiteCollectionAppCatalog" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteCollectionTermStore", "Id": 1308, - "Command": "Remove-PnPSiteCollectionTermStore" + "Rank": 1, + "Command": "Remove-PnPSiteCollectionTermStore", + "CommandName": "Remove-PnPSiteCollectionTermStore" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteDesign", "Id": 1309, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPSiteDesign" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteDesignTask", "Id": 1310, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPSiteDesignTask" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1311, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" + "Rank": 1, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 2, - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1312, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" + "Rank": 2, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteGroup", "Id": 1313, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", + "CommandName": "Remove-PnPSiteGroup" }, { - "Rank": 2, - "CommandName": "Remove-PnPSiteGroup", "Id": 1314, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "Rank": 2, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", + "CommandName": "Remove-PnPSiteGroup" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteScript", "Id": 1315, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "CommandName": "Remove-PnPSiteScript" }, { - "Rank": 1, - "CommandName": "Remove-PnPSiteUserInvitations", "Id": 1316, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Rank": 1, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "CommandName": "Remove-PnPSiteUserInvitations" }, { - "Rank": 1, - "CommandName": "Remove-PnPStorageEntity", "Id": 1317, - "Command": "Remove-PnPStorageEntity -Key MyKey" + "Rank": 1, + "Command": "Remove-PnPStorageEntity -Key MyKey", + "CommandName": "Remove-PnPStorageEntity" }, { - "Rank": 2, - "CommandName": "Remove-PnPStorageEntity", "Id": 1318, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 2, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", + "CommandName": "Remove-PnPStorageEntity" }, { - "Rank": 1, - "CommandName": "Remove-PnPStoredCredential", "Id": 1319, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "Rank": 1, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "CommandName": "Remove-PnPStoredCredential" }, { - "Rank": 1, - "CommandName": "Remove-PnPTaxonomyItem", "Id": 1320, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "Rank": 1, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "CommandName": "Remove-PnPTaxonomyItem" }, { - "Rank": 2, - "CommandName": "Remove-PnPTaxonomyItem", "Id": 1321, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "Rank": 2, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", + "CommandName": "Remove-PnPTaxonomyItem" }, { - "Rank": 1, - "CommandName": "Remove-PnPTeamsApp", "Id": 1322, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" + "Rank": 1, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", + "CommandName": "Remove-PnPTeamsApp" }, { - "Rank": 2, - "CommandName": "Remove-PnPTeamsApp", "Id": 1323, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "Rank": 2, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", + "CommandName": "Remove-PnPTeamsApp" }, { - "Rank": 1, - "CommandName": "Remove-PnPTeamsChannel", "Id": 1324, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" + "Rank": 1, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", + "CommandName": "Remove-PnPTeamsChannel" }, { - "Rank": 1, - "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1325, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" + "Rank": 1, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", + "CommandName": "Remove-PnPTeamsChannelUser" }, { - "Rank": 2, - "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1326, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 2, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "CommandName": "Remove-PnPTeamsChannelUser" }, { - "Rank": 3, - "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1327, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" + "Rank": 3, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", + "CommandName": "Remove-PnPTeamsChannelUser" }, { - "Rank": 1, - "CommandName": "Remove-PnPTeamsTab", "Id": 1328, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" + "Rank": 1, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", + "CommandName": "Remove-PnPTeamsTab" }, { - "Rank": 2, - "CommandName": "Remove-PnPTeamsTab", "Id": 1329, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" + "Rank": 2, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", + "CommandName": "Remove-PnPTeamsTab" }, { - "Rank": 3, - "CommandName": "Remove-PnPTeamsTab", "Id": 1330, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" + "Rank": 3, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", + "CommandName": "Remove-PnPTeamsTab" }, { - "Rank": 1, - "CommandName": "Remove-PnPTeamsTag", "Id": 1331, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Rank": 1, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "CommandName": "Remove-PnPTeamsTag" }, { - "Rank": 1, - "CommandName": "Remove-PnPTeamsTeam", "Id": 1332, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Rank": 1, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "CommandName": "Remove-PnPTeamsTeam" }, { - "Rank": 2, - "CommandName": "Remove-PnPTeamsTeam", "Id": 1333, - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "Rank": 2, + "Command": "Remove-PnPTeamsTeam -Identity testteam", + "CommandName": "Remove-PnPTeamsTeam" }, { - "Rank": 1, - "CommandName": "Remove-PnPTeamsUser", "Id": 1334, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" + "Rank": 1, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", + "CommandName": "Remove-PnPTeamsUser" }, { - "Rank": 2, - "CommandName": "Remove-PnPTeamsUser", "Id": 1335, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 2, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "CommandName": "Remove-PnPTeamsUser" }, { - "Rank": 3, - "CommandName": "Remove-PnPTeamsUser", "Id": 1336, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" + "Rank": 3, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", + "CommandName": "Remove-PnPTeamsUser" }, { - "Rank": 1, - "CommandName": "Remove-PnPTenantCdnOrigin", "Id": 1337, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Rank": 1, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "CommandName": "Remove-PnPTenantCdnOrigin" }, { - "Rank": 1, - "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1338, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Remove-PnPTenantDeletedSite" }, { - "Rank": 2, - "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1339, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Rank": 2, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "CommandName": "Remove-PnPTenantDeletedSite" }, { - "Rank": 1, - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1340, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Rank": 1, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 2, - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1341, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Rank": 2, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 3, - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1342, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Rank": 3, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 1, - "CommandName": "Remove-PnPTenantSite", "Id": 1343, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Remove-PnPTenantSite" }, { - "Rank": 2, - "CommandName": "Remove-PnPTenantSite", "Id": 1344, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" + "Rank": 2, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", + "CommandName": "Remove-PnPTenantSite" }, { - "Rank": 3, - "CommandName": "Remove-PnPTenantSite", "Id": 1345, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" + "Rank": 3, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", + "CommandName": "Remove-PnPTenantSite" }, { - "Rank": 1, - "CommandName": "Remove-PnPTenantSyncClientRestriction", "Id": 1346, - "Command": "Remove-PnPTenantSyncClientRestriction" + "Rank": 1, + "Command": "Remove-PnPTenantSyncClientRestriction", + "CommandName": "Remove-PnPTenantSyncClientRestriction" }, { - "Rank": 1, - "CommandName": "Remove-PnPTenantTheme", "Id": 1347, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 1, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "CommandName": "Remove-PnPTenantTheme" }, { - "Rank": 1, - "CommandName": "Remove-PnPTerm", "Id": 1348, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Rank": 1, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "CommandName": "Remove-PnPTerm" }, { - "Rank": 2, - "CommandName": "Remove-PnPTerm", "Id": 1349, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Remove-PnPTerm" }, { - "Rank": 1, - "CommandName": "Remove-PnPTermGroup", "Id": 1350, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Rank": 1, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "CommandName": "Remove-PnPTermGroup" }, { - "Rank": 2, - "CommandName": "Remove-PnPTermGroup", "Id": 1351, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "Rank": 2, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", + "CommandName": "Remove-PnPTermGroup" }, { - "Rank": 3, - "CommandName": "Remove-PnPTermGroup", "Id": 1352, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "Rank": 3, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", + "CommandName": "Remove-PnPTermGroup" }, { - "Rank": 1, - "CommandName": "Remove-PnPTermLabel", "Id": 1353, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" + "Rank": 1, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", + "CommandName": "Remove-PnPTermLabel" }, { - "Rank": 2, - "CommandName": "Remove-PnPTermLabel", "Id": 1354, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "CommandName": "Remove-PnPTermLabel" }, { - "Rank": 1, - "CommandName": "Remove-PnPTodoList", "Id": 1355, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" + "Rank": 1, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", + "CommandName": "Remove-PnPTodoList" }, { - "Rank": 2, - "CommandName": "Remove-PnPTodoList", "Id": 1356, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" + "Rank": 2, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", + "CommandName": "Remove-PnPTodoList" }, { - "Rank": 1, - "CommandName": "Remove-PnPUser", "Id": 1357, - "Command": "Remove-PnPUser -Identity 23" + "Rank": 1, + "Command": "Remove-PnPUser -Identity 23", + "CommandName": "Remove-PnPUser" }, { - "Rank": 2, - "CommandName": "Remove-PnPUser", "Id": 1358, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" + "Rank": 2, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", + "CommandName": "Remove-PnPUser" }, { - "Rank": 3, - "CommandName": "Remove-PnPUser", "Id": 1359, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" + "Rank": 3, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", + "CommandName": "Remove-PnPUser" }, { - "Rank": 1, - "CommandName": "Remove-PnPUserInfo", "Id": 1360, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Rank": 1, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "CommandName": "Remove-PnPUserInfo" }, { - "Rank": 1, - "CommandName": "Remove-PnPUserProfile", "Id": 1361, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "CommandName": "Remove-PnPUserProfile" }, { - "Rank": 1, - "CommandName": "Remove-PnPUserProfilePhoto", "Id": 1362, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "CommandName": "Remove-PnPUserProfilePhoto" }, { - "Rank": 1, - "CommandName": "Remove-PnPView", "Id": 1363, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" + "Rank": 1, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", + "CommandName": "Remove-PnPView" }, { - "Rank": 1, - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Id": 1364, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Rank": 1, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "CommandName": "Remove-PnPVivaConnectionsDashboardACE" }, { - "Rank": 1, - "CommandName": "Remove-PnPVivaEngageCommunity", "Id": 1365, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Rank": 1, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "CommandName": "Remove-PnPVivaEngageCommunity" }, { - "Rank": 1, - "CommandName": "Remove-PnPWeb", "Id": 1366, - "Command": "Remove-PnPWeb -Identity projectA" + "Rank": 1, + "Command": "Remove-PnPWeb -Identity projectA", + "CommandName": "Remove-PnPWeb" }, { - "Rank": 2, - "CommandName": "Remove-PnPWeb", "Id": 1367, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" + "Rank": 2, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", + "CommandName": "Remove-PnPWeb" }, { - "Rank": 1, - "CommandName": "Remove-PnPWebhookSubscription", "Id": 1368, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" + "Rank": 1, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", + "CommandName": "Remove-PnPWebhookSubscription" }, { - "Rank": 1, - "CommandName": "Remove-PnPWebPart", "Id": 1369, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "CommandName": "Remove-PnPWebPart" }, { - "Rank": 2, - "CommandName": "Remove-PnPWebPart", "Id": 1370, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" + "Rank": 2, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", + "CommandName": "Remove-PnPWebPart" }, { - "Rank": 1, - "CommandName": "Remove-PnPWikiPage", "Id": 1371, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "Rank": 1, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "CommandName": "Remove-PnPWikiPage" }, { - "Rank": 1, - "CommandName": "Rename-PnPFile", "Id": 1372, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" + "Rank": 1, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", + "CommandName": "Rename-PnPFile" }, { - "Rank": 2, - "CommandName": "Rename-PnPFile", "Id": 1373, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" + "Rank": 2, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", + "CommandName": "Rename-PnPFile" }, { - "Rank": 3, - "CommandName": "Rename-PnPFile", "Id": 1374, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" + "Rank": 3, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", + "CommandName": "Rename-PnPFile" }, { - "Rank": 1, - "CommandName": "Rename-PnPFolder", "Id": 1375, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" + "Rank": 1, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", + "CommandName": "Rename-PnPFolder" }, { - "Rank": 1, - "CommandName": "Repair-PnPSite", "Id": 1376, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "CommandName": "Repair-PnPSite" }, { - "Rank": 2, - "CommandName": "Repair-PnPSite", "Id": 1377, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Rank": 2, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "CommandName": "Repair-PnPSite" }, { - "Rank": 1, - "CommandName": "Request-PnPPersonalSite", "Id": 1378, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" + "Rank": 1, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", + "CommandName": "Request-PnPPersonalSite" }, { - "Rank": 2, - "CommandName": "Request-PnPPersonalSite", "Id": 1379, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "Rank": 2, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", + "CommandName": "Request-PnPPersonalSite" }, { - "Rank": 1, - "CommandName": "Request-PnPReIndexList", "Id": 1380, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "Rank": 1, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "CommandName": "Request-PnPReIndexList" }, { - "Rank": 1, - "CommandName": "Request-PnPReIndexWeb", "Id": 1381, - "Command": "Request-PnPReIndexWeb" + "Rank": 1, + "Command": "Request-PnPReIndexWeb", + "CommandName": "Request-PnPReIndexWeb" }, { - "Rank": 1, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1382, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" + "Rank": 1, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", + "CommandName": "Request-PnPSyntexClassifyAndExtract" }, { - "Rank": 2, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1383, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "Rank": 2, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", + "CommandName": "Request-PnPSyntexClassifyAndExtract" }, { - "Rank": 3, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1384, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" + "Rank": 3, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", + "CommandName": "Request-PnPSyntexClassifyAndExtract" }, { - "Rank": 1, - "CommandName": "Reset-PnPDocumentId", "Id": 1385, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" + "Rank": 1, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", + "CommandName": "Reset-PnPDocumentId" }, { - "Rank": 2, - "CommandName": "Reset-PnPDocumentId", "Id": 1386, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" + "Rank": 2, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", + "CommandName": "Reset-PnPDocumentId" }, { - "Rank": 1, - "CommandName": "Reset-PnPFileVersion", "Id": 1387, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "Rank": 1, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "CommandName": "Reset-PnPFileVersion" }, { - "Rank": 2, - "CommandName": "Reset-PnPFileVersion", "Id": 1388, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" + "Rank": 2, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", + "CommandName": "Reset-PnPFileVersion" }, { - "Rank": 1, - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Id": 1389, - "Command": "Reset-PnPMicrosoft365GroupExpiration" + "Rank": 1, + "Command": "Reset-PnPMicrosoft365GroupExpiration", + "CommandName": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Rank": 1, - "CommandName": "Reset-PnPRetentionLabel", "Id": 1390, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" + "Rank": 1, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", + "CommandName": "Reset-PnPRetentionLabel" }, { - "Rank": 2, - "CommandName": "Reset-PnPRetentionLabel", "Id": 1391, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" + "Rank": 2, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", + "CommandName": "Reset-PnPRetentionLabel" }, { - "Rank": 1, - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Id": 1392, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "Rank": 1, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault" }, { - "Rank": 1, - "CommandName": "Resolve-PnPFolder", "Id": 1393, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "Rank": 1, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "CommandName": "Resolve-PnPFolder" }, { - "Rank": 1, - "CommandName": "Restart-PnPFlowRun", "Id": 1394, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 1, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "CommandName": "Restart-PnPFlowRun" }, { - "Rank": 1, - "CommandName": "Restore-PnPDeletedContainer", "Id": 1395, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 1, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "CommandName": "Restore-PnPDeletedContainer" }, { - "Rank": 1, - "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Id": 1396, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 1, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "CommandName": "Restore-PnPDeletedMicrosoft365Group" }, { - "Rank": 1, - "CommandName": "Restore-PnPFileVersion", "Id": 1397, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Rank": 1, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "CommandName": "Restore-PnPFileVersion" }, { - "Rank": 2, - "CommandName": "Restore-PnPFileVersion", "Id": 1398, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" + "Rank": 2, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", + "CommandName": "Restore-PnPFileVersion" }, { - "Rank": 3, - "CommandName": "Restore-PnPFileVersion", "Id": 1399, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Rank": 3, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "CommandName": "Restore-PnPFileVersion" }, { - "Rank": 1, - "CommandName": "Restore-PnPFlow", "Id": 1400, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Restore-PnPFlow" }, { - "Rank": 2, - "CommandName": "Restore-PnPFlow", "Id": 1401, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "CommandName": "Restore-PnPFlow" }, { - "Rank": 1, - "CommandName": "Restore-PnPListItemVersion", "Id": 1402, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Rank": 1, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "CommandName": "Restore-PnPListItemVersion" }, { - "Rank": 2, - "CommandName": "Restore-PnPListItemVersion", "Id": 1403, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Rank": 2, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "CommandName": "Restore-PnPListItemVersion" }, { - "Rank": 1, - "CommandName": "Restore-PnPRecycleBinItem", "Id": 1404, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Rank": 1, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "CommandName": "Restore-PnPRecycleBinItem" }, { - "Rank": 1, - "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1405, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Restore-PnPTenantRecycleBinItem" }, { - "Rank": 2, - "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1406, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Rank": 2, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "CommandName": "Restore-PnPTenantRecycleBinItem" }, { - "Rank": 1, - "CommandName": "Restore-PnPTenantSite", "Id": 1407, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "CommandName": "Restore-PnPTenantSite" }, { - "Rank": 2, - "CommandName": "Restore-PnPTenantSite", "Id": 1408, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Rank": 2, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "CommandName": "Restore-PnPTenantSite" }, { - "Rank": 3, - "CommandName": "Restore-PnPTenantSite", "Id": 1409, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" + "Rank": 3, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", + "CommandName": "Restore-PnPTenantSite" }, { - "Rank": 1, - "CommandName": "Revoke-PnPAzureADAppSitePermission", "Id": 1410, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "Rank": 1, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "CommandName": "Revoke-PnPAzureADAppSitePermission" }, { - "Rank": 1, - "CommandName": "Revoke-PnPHubSiteRights", "Id": 1411, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Revoke-PnPHubSiteRights" }, { - "Rank": 1, - "CommandName": "Revoke-PnPSiteDesignRights", "Id": 1412, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "CommandName": "Revoke-PnPSiteDesignRights" }, { - "Rank": 1, - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Id": 1413, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "CommandName": "Revoke-PnPTenantServicePrincipalPermission" }, { - "Rank": 1, - "CommandName": "Revoke-PnPUserSession", "Id": 1414, - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "Rank": 1, + "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "CommandName": "Revoke-PnPUserSession" }, { - "Rank": 1, - "CommandName": "Save-PnPPageConversionLog", "Id": 1415, - "Command": "Save-PnPPageConversionLog" + "Rank": 1, + "Command": "Save-PnPPageConversionLog", + "CommandName": "Save-PnPPageConversionLog" }, { - "Rank": 1, - "CommandName": "Save-PnPSiteTemplate", "Id": 1416, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" + "Rank": 1, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", + "CommandName": "Save-PnPSiteTemplate" }, { - "Rank": 1, - "CommandName": "Save-PnPTenantTemplate", "Id": 1417, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" + "Rank": 1, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", + "CommandName": "Save-PnPTenantTemplate" }, { - "Rank": 1, - "CommandName": "Send-PnPMail", "Id": 1418, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Rank": 1, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "CommandName": "Send-PnPMail" }, { - "Rank": 2, - "CommandName": "Send-PnPMail", "Id": 1419, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" + "Rank": 2, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", + "CommandName": "Send-PnPMail" }, { - "Rank": 3, - "CommandName": "Send-PnPMail", "Id": 1420, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Rank": 3, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "CommandName": "Send-PnPMail" }, { - "Rank": 4, - "CommandName": "Send-PnPMail", "Id": 1421, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" + "Rank": 4, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", + "CommandName": "Send-PnPMail" }, { - "Rank": 5, - "CommandName": "Send-PnPMail", "Id": 1422, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" + "Rank": 5, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", + "CommandName": "Send-PnPMail" }, { - "Rank": 1, - "CommandName": "Set-PnPAdaptiveScopeProperty", "Id": 1423, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "Rank": 1, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "CommandName": "Set-PnPAdaptiveScopeProperty" }, { - "Rank": 1, - "CommandName": "Set-PnPApplicationCustomizer", "Id": 1424, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "CommandName": "Set-PnPApplicationCustomizer" }, { - "Rank": 2, - "CommandName": "Set-PnPApplicationCustomizer", "Id": 1425, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Rank": 2, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "CommandName": "Set-PnPApplicationCustomizer" }, { - "Rank": 1, - "CommandName": "Set-PnPAppSideLoading", "Id": 1426, - "Command": "Set-PnPAppSideLoading -On" + "Rank": 1, + "Command": "Set-PnPAppSideLoading -On", + "CommandName": "Set-PnPAppSideLoading" }, { - "Rank": 2, - "CommandName": "Set-PnPAppSideLoading", "Id": 1427, - "Command": "Set-PnPAppSideLoading -Off" + "Rank": 2, + "Command": "Set-PnPAppSideLoading -Off", + "CommandName": "Set-PnPAppSideLoading" }, { - "Rank": 1, - "CommandName": "Set-PnPAuditing", "Id": 1428, - "Command": "Set-PnPAuditing -EnableAll" + "Rank": 1, + "Command": "Set-PnPAuditing -EnableAll", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 2, - "CommandName": "Set-PnPAuditing", "Id": 1429, - "Command": "Set-PnPAuditing -DisableAll" + "Rank": 2, + "Command": "Set-PnPAuditing -DisableAll", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 3, - "CommandName": "Set-PnPAuditing", "Id": 1430, - "Command": "Set-PnPAuditing -RetentionTime 7" + "Rank": 3, + "Command": "Set-PnPAuditing -RetentionTime 7", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 4, - "CommandName": "Set-PnPAuditing", "Id": 1431, - "Command": "Set-PnPAuditing -TrimAuditLog" + "Rank": 4, + "Command": "Set-PnPAuditing -TrimAuditLog", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 5, - "CommandName": "Set-PnPAuditing", "Id": 1432, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "Rank": 5, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", + "CommandName": "Set-PnPAuditing" }, { - "Rank": 1, - "CommandName": "Set-PnPAvailablePageLayouts", "Id": 1433, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "Rank": 1, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "CommandName": "Set-PnPAvailablePageLayouts" }, { - "Rank": 1, - "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1434, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "Rank": 1, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "CommandName": "Set-PnPAzureADAppSitePermission" }, { - "Rank": 2, - "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1435, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" + "Rank": 2, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", + "CommandName": "Set-PnPAzureADAppSitePermission" }, { - "Rank": 1, - "CommandName": "Set-PnPAzureADGroup", "Id": 1436, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPAzureADGroup" }, { - "Rank": 2, - "CommandName": "Set-PnPAzureADGroup", "Id": 1437, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPAzureADGroup" }, { - "Rank": 3, - "CommandName": "Set-PnPAzureADGroup", "Id": 1438, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" + "Rank": 3, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", + "CommandName": "Set-PnPAzureADGroup" }, { - "Rank": 1, - "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1439, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" + "Rank": 1, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", + "CommandName": "Set-PnPBrowserIdleSignout" }, { - "Rank": 2, - "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1440, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" + "Rank": 2, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", + "CommandName": "Set-PnPBrowserIdleSignout" }, { - "Rank": 3, - "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1441, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "Rank": 3, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", + "CommandName": "Set-PnPBrowserIdleSignout" }, { - "Rank": 1, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1442, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "Rank": 1, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "CommandName": "Set-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 2, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1443, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "Rank": 2, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", + "CommandName": "Set-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 1, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1444, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" + "Rank": 1, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 2, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1445, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" + "Rank": 2, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 3, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1446, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "Rank": 3, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 4, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1447, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "Rank": 4, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", + "CommandName": "Set-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 1, - "CommandName": "Set-PnPContentType", "Id": 1448, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Rank": 1, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "CommandName": "Set-PnPContentType" }, { - "Rank": 2, - "CommandName": "Set-PnPContentType", "Id": 1449, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" + "Rank": 2, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", + "CommandName": "Set-PnPContentType" }, { - "Rank": 3, - "CommandName": "Set-PnPContentType", "Id": 1450, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Rank": 3, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "CommandName": "Set-PnPContentType" }, { - "Rank": 4, - "CommandName": "Set-PnPContentType", "Id": 1451, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Rank": 4, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "CommandName": "Set-PnPContentType" }, { - "Rank": 5, - "CommandName": "Set-PnPContentType", "Id": 1452, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Rank": 5, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "CommandName": "Set-PnPContentType" }, { - "Rank": 1, - "CommandName": "Set-PnPCopilotAdminLimitedMode", "Id": 1453, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" + "Rank": 1, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", + "CommandName": "Set-PnPCopilotAdminLimitedMode" }, { - "Rank": 2, - "CommandName": "Set-PnPCopilotAdminLimitedMode", "Id": 1454, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" + "Rank": 2, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", + "CommandName": "Set-PnPCopilotAdminLimitedMode" }, { - "Rank": 1, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1455, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" + "Rank": 1, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "Rank": 2, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1456, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" + "Rank": 2, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "Rank": 3, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1457, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" + "Rank": 3, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "Rank": 4, - "CommandName": "Set-PnPDefaultColumnValues", "Id": 1458, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" + "Rank": 4, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", + "CommandName": "Set-PnPDefaultColumnValues" }, { - "Rank": 1, - "CommandName": "Set-PnPDefaultContentTypeToList", "Id": 1459, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "Rank": 1, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "CommandName": "Set-PnPDefaultContentTypeToList" }, { - "Rank": 1, - "CommandName": "Set-PnPDefaultPageLayout", "Id": 1460, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "Rank": 1, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "Rank": 2, - "CommandName": "Set-PnPDefaultPageLayout", "Id": 1461, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "Rank": 2, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "Rank": 3, - "CommandName": "Set-PnPDefaultPageLayout", "Id": 1462, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "Rank": 3, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", + "CommandName": "Set-PnPDefaultPageLayout" }, { - "Rank": 1, - "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1463, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "Rank": 1, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "CommandName": "Set-PnPDisableSpacesActivation" }, { - "Rank": 2, - "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1464, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Rank": 2, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "CommandName": "Set-PnPDisableSpacesActivation" }, { - "Rank": 3, - "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1465, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Rank": 3, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "CommandName": "Set-PnPDisableSpacesActivation" }, { - "Rank": 1, - "CommandName": "Set-PnPDocumentSetField", "Id": 1466, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" + "Rank": 1, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", + "CommandName": "Set-PnPDocumentSetField" }, { - "Rank": 2, - "CommandName": "Set-PnPDocumentSetField", "Id": 1467, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" + "Rank": 2, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", + "CommandName": "Set-PnPDocumentSetField" }, { - "Rank": 1, - "CommandName": "Set-PnPField", "Id": 1468, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" + "Rank": 1, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", + "CommandName": "Set-PnPField" }, { - "Rank": 2, - "CommandName": "Set-PnPField", "Id": 1469, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" + "Rank": 2, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", + "CommandName": "Set-PnPField" }, { - "Rank": 3, - "CommandName": "Set-PnPField", "Id": 1470, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" + "Rank": 3, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", + "CommandName": "Set-PnPField" }, { - "Rank": 1, - "CommandName": "Set-PnPFileCheckedIn", "Id": 1471, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "Rank": 1, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "Rank": 2, - "CommandName": "Set-PnPFileCheckedIn", "Id": 1472, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" + "Rank": 2, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "Rank": 3, - "CommandName": "Set-PnPFileCheckedIn", "Id": 1473, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "Rank": 3, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", + "CommandName": "Set-PnPFileCheckedIn" }, { - "Rank": 1, - "CommandName": "Set-PnPFileCheckedOut", "Id": 1474, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" + "Rank": 1, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", + "CommandName": "Set-PnPFileCheckedOut" }, { - "Rank": 1, - "CommandName": "Set-PnPFileRetentionLabel", "Id": 1475, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" + "Rank": 1, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", + "CommandName": "Set-PnPFileRetentionLabel" }, { - "Rank": 2, - "CommandName": "Set-PnPFileRetentionLabel", "Id": 1476, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" + "Rank": 2, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", + "CommandName": "Set-PnPFileRetentionLabel" }, { - "Rank": 3, - "CommandName": "Set-PnPFileRetentionLabel", "Id": 1477, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" + "Rank": 3, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", + "CommandName": "Set-PnPFileRetentionLabel" }, { - "Rank": 1, - "CommandName": "Set-PnPFolderPermission", "Id": 1478, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", + "CommandName": "Set-PnPFolderPermission" }, { - "Rank": 2, - "CommandName": "Set-PnPFolderPermission", "Id": 1479, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "CommandName": "Set-PnPFolderPermission" }, { - "Rank": 3, - "CommandName": "Set-PnPFolderPermission", "Id": 1480, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Rank": 3, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "CommandName": "Set-PnPFolderPermission" }, { - "Rank": 1, - "CommandName": "Set-PnPFooter", "Id": 1481, - "Command": "Set-PnPFooter -Enabled:$true" + "Rank": 1, + "Command": "Set-PnPFooter -Enabled:$true", + "CommandName": "Set-PnPFooter" }, { - "Rank": 2, - "CommandName": "Set-PnPFooter", "Id": 1482, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" + "Rank": 2, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", + "CommandName": "Set-PnPFooter" }, { - "Rank": 3, - "CommandName": "Set-PnPFooter", "Id": 1483, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" + "Rank": 3, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", + "CommandName": "Set-PnPFooter" }, { - "Rank": 4, - "CommandName": "Set-PnPFooter", "Id": 1484, - "Command": "Set-PnPFooter -LogoUrl \"\"" + "Rank": 4, + "Command": "Set-PnPFooter -LogoUrl \"\"", + "CommandName": "Set-PnPFooter" }, { - "Rank": 1, - "CommandName": "Set-PnPGraphSubscription", "Id": 1485, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" + "Rank": 1, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", + "CommandName": "Set-PnPGraphSubscription" }, { - "Rank": 1, - "CommandName": "Set-PnPGroup", "Id": 1486, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" + "Rank": 1, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", + "CommandName": "Set-PnPGroup" }, { - "Rank": 2, - "CommandName": "Set-PnPGroup", "Id": 1487, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" + "Rank": 2, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", + "CommandName": "Set-PnPGroup" }, { - "Rank": 1, - "CommandName": "Set-PnPGroupPermissions", "Id": 1488, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" + "Rank": 1, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", + "CommandName": "Set-PnPGroupPermissions" }, { - "Rank": 2, - "CommandName": "Set-PnPGroupPermissions", "Id": 1489, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" + "Rank": 2, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", + "CommandName": "Set-PnPGroupPermissions" }, { - "Rank": 3, - "CommandName": "Set-PnPGroupPermissions", "Id": 1490, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" + "Rank": 3, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", + "CommandName": "Set-PnPGroupPermissions" }, { - "Rank": 4, - "CommandName": "Set-PnPGroupPermissions", "Id": 1491, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" + "Rank": 4, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", + "CommandName": "Set-PnPGroupPermissions" }, { - "Rank": 5, - "CommandName": "Set-PnPGroupPermissions", "Id": 1492, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" + "Rank": 5, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", + "CommandName": "Set-PnPGroupPermissions" }, { - "Rank": 1, - "CommandName": "Set-PnPHideDefaultThemes", "Id": 1493, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "Rank": 1, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "CommandName": "Set-PnPHideDefaultThemes" }, { - "Rank": 2, - "CommandName": "Set-PnPHideDefaultThemes", "Id": 1494, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "Rank": 2, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", + "CommandName": "Set-PnPHideDefaultThemes" }, { - "Rank": 1, - "CommandName": "Set-PnPHomePage", "Id": 1495, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "Rank": 1, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "CommandName": "Set-PnPHomePage" }, { - "Rank": 2, - "CommandName": "Set-PnPHomePage", "Id": 1496, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "Rank": 2, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", + "CommandName": "Set-PnPHomePage" }, { - "Rank": 1, - "CommandName": "Set-PnPHomeSite", "Id": 1497, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Rank": 1, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "CommandName": "Set-PnPHomeSite" }, { - "Rank": 2, - "CommandName": "Set-PnPHomeSite", "Id": 1498, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" + "Rank": 2, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", + "CommandName": "Set-PnPHomeSite" }, { - "Rank": 3, - "CommandName": "Set-PnPHomeSite", "Id": 1499, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" + "Rank": 3, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", + "CommandName": "Set-PnPHomeSite" }, { - "Rank": 1, - "CommandName": "Set-PnPHubSite", "Id": 1500, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" + "Rank": 1, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", + "CommandName": "Set-PnPHubSite" }, { - "Rank": 2, - "CommandName": "Set-PnPHubSite", "Id": 1501, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" + "Rank": 2, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", + "CommandName": "Set-PnPHubSite" }, { - "Rank": 3, - "CommandName": "Set-PnPHubSite", "Id": 1502, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" + "Rank": 3, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", + "CommandName": "Set-PnPHubSite" }, { - "Rank": 4, - "CommandName": "Set-PnPHubSite", "Id": 1503, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" + "Rank": 4, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", + "CommandName": "Set-PnPHubSite" }, { - "Rank": 5, - "CommandName": "Set-PnPHubSite", "Id": 1504, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" + "Rank": 5, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", + "CommandName": "Set-PnPHubSite" }, { - "Rank": 6, - "CommandName": "Set-PnPHubSite", "Id": 1505, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" + "Rank": 6, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", + "CommandName": "Set-PnPHubSite" }, { - "Rank": 1, - "CommandName": "Set-PnPImageListItemColumn", "Id": 1506, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" + "Rank": 1, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", + "CommandName": "Set-PnPImageListItemColumn" }, { - "Rank": 2, - "CommandName": "Set-PnPImageListItemColumn", "Id": 1507, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" + "Rank": 2, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", + "CommandName": "Set-PnPImageListItemColumn" }, { - "Rank": 1, - "CommandName": "Set-PnPIndexedProperties", "Id": 1508, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "Rank": 1, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "CommandName": "Set-PnPIndexedProperties" }, { - "Rank": 1, - "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1509, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "Rank": 1, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "CommandName": "Set-PnPInPlaceRecordsManagement" }, { - "Rank": 2, - "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1510, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "Rank": 2, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", + "CommandName": "Set-PnPInPlaceRecordsManagement" }, { - "Rank": 1, - "CommandName": "Set-PnPKnowledgeHubSite", "Id": 1511, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" + "Rank": 1, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", + "CommandName": "Set-PnPKnowledgeHubSite" }, { - "Rank": 1, - "CommandName": "Set-PnPList", "Id": 1512, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "Rank": 1, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "CommandName": "Set-PnPList" }, { - "Rank": 2, - "CommandName": "Set-PnPList", "Id": 1513, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "Rank": 2, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", + "CommandName": "Set-PnPList" }, { - "Rank": 3, - "CommandName": "Set-PnPList", "Id": 1514, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "Rank": 3, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", + "CommandName": "Set-PnPList" }, { - "Rank": 4, - "CommandName": "Set-PnPList", "Id": 1515, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" + "Rank": 4, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", + "CommandName": "Set-PnPList" }, { - "Rank": 5, - "CommandName": "Set-PnPList", "Id": 1516, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" + "Rank": 5, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", + "CommandName": "Set-PnPList" }, { - "Rank": 6, - "CommandName": "Set-PnPList", "Id": 1517, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "Rank": 6, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", + "CommandName": "Set-PnPList" }, { - "Rank": 7, - "CommandName": "Set-PnPList", "Id": 1518, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" + "Rank": 7, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", + "CommandName": "Set-PnPList" }, { - "Rank": 8, - "CommandName": "Set-PnPList", "Id": 1519, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "Rank": 8, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", + "CommandName": "Set-PnPList" }, { - "Rank": 9, - "CommandName": "Set-PnPList", "Id": 1520, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" + "Rank": 9, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", + "CommandName": "Set-PnPList" }, { - "Rank": 10, - "CommandName": "Set-PnPList", "Id": 1521, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" + "Rank": 10, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", + "CommandName": "Set-PnPList" }, { - "Rank": 11, - "CommandName": "Set-PnPList", "Id": 1522, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "Rank": 11, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", + "CommandName": "Set-PnPList" }, { - "Rank": 12, - "CommandName": "Set-PnPList", "Id": 1523, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" + "Rank": 12, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", + "CommandName": "Set-PnPList" }, { - "Rank": 1, - "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1524, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "Rank": 1, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "CommandName": "Set-PnPListInformationRightsManagement" }, { - "Rank": 2, - "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1525, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" + "Rank": 2, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", + "CommandName": "Set-PnPListInformationRightsManagement" }, { - "Rank": 1, - "CommandName": "Set-PnPListItem", "Id": 1526, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 1, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Set-PnPListItem" }, { - "Rank": 2, - "CommandName": "Set-PnPListItem", "Id": 1527, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 2, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Set-PnPListItem" }, { - "Rank": 3, - "CommandName": "Set-PnPListItem", "Id": 1528, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 3, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "CommandName": "Set-PnPListItem" }, { - "Rank": 4, - "CommandName": "Set-PnPListItem", "Id": 1529, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" + "Rank": 4, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", + "CommandName": "Set-PnPListItem" }, { - "Rank": 5, - "CommandName": "Set-PnPListItem", "Id": 1530, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" + "Rank": 5, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", + "CommandName": "Set-PnPListItem" }, { - "Rank": 1, - "CommandName": "Set-PnPListItemAsRecord", "Id": 1531, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "CommandName": "Set-PnPListItemAsRecord" }, { - "Rank": 2, - "CommandName": "Set-PnPListItemAsRecord", "Id": 1532, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" + "Rank": 2, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", + "CommandName": "Set-PnPListItemAsRecord" }, { - "Rank": 1, - "CommandName": "Set-PnPListItemPermission", "Id": 1533, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", + "CommandName": "Set-PnPListItemPermission" }, { - "Rank": 2, - "CommandName": "Set-PnPListItemPermission", "Id": 1534, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", + "CommandName": "Set-PnPListItemPermission" }, { - "Rank": 3, - "CommandName": "Set-PnPListItemPermission", "Id": 1535, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Rank": 3, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "CommandName": "Set-PnPListItemPermission" }, { - "Rank": 4, - "CommandName": "Set-PnPListItemPermission", "Id": 1536, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "Rank": 4, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", + "CommandName": "Set-PnPListItemPermission" }, { - "Rank": 5, - "CommandName": "Set-PnPListItemPermission", "Id": 1537, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" + "Rank": 5, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", + "CommandName": "Set-PnPListItemPermission" }, { - "Rank": 1, - "CommandName": "Set-PnPListPermission", "Id": 1538, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", + "CommandName": "Set-PnPListPermission" }, { - "Rank": 2, - "CommandName": "Set-PnPListPermission", "Id": 1539, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "CommandName": "Set-PnPListPermission" }, { - "Rank": 1, - "CommandName": "Set-PnPListRecordDeclaration", "Id": 1540, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "Rank": 1, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "CommandName": "Set-PnPListRecordDeclaration" }, { - "Rank": 2, - "CommandName": "Set-PnPListRecordDeclaration", "Id": 1541, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "Rank": 2, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", + "CommandName": "Set-PnPListRecordDeclaration" }, { - "Rank": 1, - "CommandName": "Set-PnPManagedAppId", "Id": 1542, - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" + "Rank": 1, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", + "CommandName": "Set-PnPManagedAppId" }, { - "Rank": 1, - "CommandName": "Set-PnPMasterPage", "Id": 1543, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Rank": 1, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "Rank": 2, - "CommandName": "Set-PnPMasterPage", "Id": 1544, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Rank": 2, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "Rank": 3, - "CommandName": "Set-PnPMasterPage", "Id": 1545, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Rank": 3, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "Rank": 4, - "CommandName": "Set-PnPMasterPage", "Id": 1546, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Rank": 4, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "CommandName": "Set-PnPMasterPage" }, { - "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1547, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1548, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1549, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1550, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1551, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1552, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1553, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1554, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1555, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1556, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1557, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1558, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1559, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1560, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1561, - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsRead", + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 1, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1562, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 2, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1563, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 3, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1564, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 1, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1565, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 2, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1566, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 3, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1567, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "Rank": 3, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 4, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1568, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "Rank": 4, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 5, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1569, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" + "Rank": 5, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 6, - "CommandName": "Set-PnPMicrosoft365Group", "Id": 1570, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "CommandName": "Set-PnPMicrosoft365Group" }, { - "Rank": 1, - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1571, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "Rank": 1, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "CommandName": "Set-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1572, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" + "Rank": 2, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", + "CommandName": "Set-PnPMicrosoft365GroupSettings" }, { - "Rank": 1, - "CommandName": "Set-PnPOrgAssetsLibrary", "Id": 1573, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Rank": 1, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "CommandName": "Set-PnPOrgAssetsLibrary" }, { - "Rank": 2, - "CommandName": "Set-PnPOrgAssetsLibrary", "Id": 1574, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" + "Rank": 2, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", + "CommandName": "Set-PnPOrgAssetsLibrary" }, { - "Rank": 1, - "CommandName": "Set-PnPPage", "Id": 1575, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" + "Rank": 1, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", + "CommandName": "Set-PnPPage" }, { - "Rank": 2, - "CommandName": "Set-PnPPage", "Id": 1576, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "Rank": 2, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", + "CommandName": "Set-PnPPage" }, { - "Rank": 3, - "CommandName": "Set-PnPPage", "Id": 1577, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "Rank": 3, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", + "CommandName": "Set-PnPPage" }, { - "Rank": 4, - "CommandName": "Set-PnPPage", "Id": 1578, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "Rank": 4, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", + "CommandName": "Set-PnPPage" }, { - "Rank": 5, - "CommandName": "Set-PnPPage", "Id": 1579, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "Rank": 5, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", + "CommandName": "Set-PnPPage" }, { - "Rank": 6, - "CommandName": "Set-PnPPage", "Id": 1580, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" + "Rank": 6, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", + "CommandName": "Set-PnPPage" }, { - "Rank": 7, - "CommandName": "Set-PnPPage", "Id": 1581, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" + "Rank": 7, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", + "CommandName": "Set-PnPPage" }, { - "Rank": 8, - "CommandName": "Set-PnPPage", "Id": 1582, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" + "Rank": 8, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", + "CommandName": "Set-PnPPage" }, { - "Rank": 9, - "CommandName": "Set-PnPPage", "Id": 1583, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", + "CommandName": "Set-PnPPage" }, { - "Rank": 10, - "CommandName": "Set-PnPPage", "Id": 1584, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Rank": 10, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", + "CommandName": "Set-PnPPage" }, { - "Rank": 11, - "CommandName": "Set-PnPPage", "Id": 1585, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" + "Rank": 11, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", + "CommandName": "Set-PnPPage" }, { - "Rank": 12, - "CommandName": "Set-PnPPage", "Id": 1586, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" + "Rank": 12, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", + "CommandName": "Set-PnPPage" }, { - "Rank": 13, - "CommandName": "Set-PnPPage", "Id": 1587, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" + "Rank": 13, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", + "CommandName": "Set-PnPPage" }, { - "Rank": 1, - "CommandName": "Set-PnPPageTextPart", "Id": 1588, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" + "Rank": 1, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", + "CommandName": "Set-PnPPageTextPart" }, { - "Rank": 1, - "CommandName": "Set-PnPPageWebPart", "Id": 1589, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" + "Rank": 1, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", + "CommandName": "Set-PnPPageWebPart" }, { - "Rank": 2, - "CommandName": "Set-PnPPageWebPart", "Id": 1590, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" + "Rank": 2, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", + "CommandName": "Set-PnPPageWebPart" }, { - "Rank": 1, - "CommandName": "Set-PnPPlannerBucket", "Id": 1591, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" + "Rank": 1, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", + "CommandName": "Set-PnPPlannerBucket" }, { - "Rank": 1, - "CommandName": "Set-PnPPlannerConfiguration", "Id": 1592, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "Rank": 1, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "CommandName": "Set-PnPPlannerConfiguration" }, { - "Rank": 2, - "CommandName": "Set-PnPPlannerConfiguration", "Id": 1593, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "Rank": 2, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", + "CommandName": "Set-PnPPlannerConfiguration" }, { - "Rank": 1, - "CommandName": "Set-PnPPlannerPlan", "Id": 1594, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" + "Rank": 1, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", + "CommandName": "Set-PnPPlannerPlan" }, { - "Rank": 1, - "CommandName": "Set-PnPPlannerTask", "Id": 1595, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" + "Rank": 1, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", + "CommandName": "Set-PnPPlannerTask" }, { - "Rank": 2, - "CommandName": "Set-PnPPlannerTask", "Id": 1596, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" + "Rank": 2, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", + "CommandName": "Set-PnPPlannerTask" }, { - "Rank": 3, - "CommandName": "Set-PnPPlannerTask", "Id": 1597, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "Rank": 3, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", + "CommandName": "Set-PnPPlannerTask" }, { - "Rank": 4, - "CommandName": "Set-PnPPlannerTask", "Id": 1598, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" + "Rank": 4, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", + "CommandName": "Set-PnPPlannerTask" }, { - "Rank": 1, - "CommandName": "Set-PnPPlannerUserPolicy", "Id": 1599, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "CommandName": "Set-PnPPlannerUserPolicy" }, { - "Rank": 1, - "CommandName": "Set-PnPPowerAppByPassConsent", "Id": 1600, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" + "Rank": 1, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", + "CommandName": "Set-PnPPowerAppByPassConsent" }, { - "Rank": 2, - "CommandName": "Set-PnPPowerAppByPassConsent", "Id": 1601, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" + "Rank": 2, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", + "CommandName": "Set-PnPPowerAppByPassConsent" }, { - "Rank": 1, - "CommandName": "Set-PnPPropertyBagValue", "Id": 1602, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "Rank": 1, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "CommandName": "Set-PnPPropertyBagValue" }, { - "Rank": 2, - "CommandName": "Set-PnPPropertyBagValue", "Id": 1603, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "Rank": 2, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", + "CommandName": "Set-PnPPropertyBagValue" }, { - "Rank": 3, - "CommandName": "Set-PnPPropertyBagValue", "Id": 1604, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" + "Rank": 3, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", + "CommandName": "Set-PnPPropertyBagValue" }, { - "Rank": 1, - "CommandName": "Set-PnPRequestAccessEmails", "Id": 1605, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "Rank": 1, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "Rank": 2, - "CommandName": "Set-PnPRequestAccessEmails", "Id": 1606, - "Command": "Set-PnPRequestAccessEmails -Disabled" + "Rank": 2, + "Command": "Set-PnPRequestAccessEmails -Disabled", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "Rank": 3, - "CommandName": "Set-PnPRequestAccessEmails", "Id": 1607, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "Rank": 3, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", + "CommandName": "Set-PnPRequestAccessEmails" }, { - "Rank": 1, - "CommandName": "Set-PnPRetentionLabel", "Id": 1608, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" + "Rank": 1, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", + "CommandName": "Set-PnPRetentionLabel" }, { - "Rank": 2, - "CommandName": "Set-PnPRetentionLabel", "Id": 1609, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "Rank": 2, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", + "CommandName": "Set-PnPRetentionLabel" }, { - "Rank": 3, - "CommandName": "Set-PnPRetentionLabel", "Id": 1610, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" + "Rank": 3, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", + "CommandName": "Set-PnPRetentionLabel" }, { - "Rank": 1, - "CommandName": "Set-PnPRoleDefinition", "Id": 1611, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "Rank": 1, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "CommandName": "Set-PnPRoleDefinition" }, { - "Rank": 2, - "CommandName": "Set-PnPRoleDefinition", "Id": 1612, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "Rank": 2, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", + "CommandName": "Set-PnPRoleDefinition" }, { - "Rank": 3, - "CommandName": "Set-PnPRoleDefinition", "Id": 1613, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" + "Rank": 3, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", + "CommandName": "Set-PnPRoleDefinition" }, { - "Rank": 4, - "CommandName": "Set-PnPRoleDefinition", "Id": 1614, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "Rank": 4, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", + "CommandName": "Set-PnPRoleDefinition" }, { - "Rank": 1, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1615, - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Command": "Set-PnPSearchConfiguration -Configuration $config", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 2, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1616, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 3, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1617, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 4, - "CommandName": "Set-PnPSearchConfiguration", "Id": 1618, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "CommandName": "Set-PnPSearchConfiguration" }, { - "Rank": 1, - "CommandName": "Set-PnPSearchExternalConnection", "Id": 1619, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" + "Rank": 1, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", + "CommandName": "Set-PnPSearchExternalConnection" }, { - "Rank": 2, - "CommandName": "Set-PnPSearchExternalConnection", "Id": 1620, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" + "Rank": 2, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", + "CommandName": "Set-PnPSearchExternalConnection" }, { - "Rank": 3, - "CommandName": "Set-PnPSearchExternalConnection", "Id": 1621, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Rank": 3, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "CommandName": "Set-PnPSearchExternalConnection" }, { - "Rank": 1, - "CommandName": "Set-PnPSearchExternalItem", "Id": 1622, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" + "Rank": 1, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", + "CommandName": "Set-PnPSearchExternalItem" }, { - "Rank": 2, - "CommandName": "Set-PnPSearchExternalItem", "Id": 1623, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" + "Rank": 2, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", + "CommandName": "Set-PnPSearchExternalItem" }, { - "Rank": 1, - "CommandName": "Set-PnPSearchExternalSchema", "Id": 1624, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" + "Rank": 1, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", + "CommandName": "Set-PnPSearchExternalSchema" }, { - "Rank": 1, - "CommandName": "Set-PnPSearchSettings", "Id": 1625, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "Rank": 1, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 2, - "CommandName": "Set-PnPSearchSettings", "Id": 1626, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "Rank": 2, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 3, - "CommandName": "Set-PnPSearchSettings", "Id": 1627, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" + "Rank": 3, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 4, - "CommandName": "Set-PnPSearchSettings", "Id": 1628, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "Rank": 4, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 5, - "CommandName": "Set-PnPSearchSettings", "Id": 1629, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" + "Rank": 5, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 6, - "CommandName": "Set-PnPSearchSettings", "Id": 1630, - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "Rank": 6, + "Command": "Set-PnPSearchSettings -SearchScope Tenant", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 7, - "CommandName": "Set-PnPSearchSettings", "Id": 1631, - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "Rank": 7, + "Command": "Set-PnPSearchSettings -SearchScope Hub", + "CommandName": "Set-PnPSearchSettings" }, { - "Rank": 1, - "CommandName": "Set-PnPSite", "Id": 1632, - "Command": "Set-PnPSite -Classification \"HBI\"" + "Rank": 1, + "Command": "Set-PnPSite -Classification \"HBI\"", + "CommandName": "Set-PnPSite" }, { - "Rank": 2, - "CommandName": "Set-PnPSite", "Id": 1633, - "Command": "Set-PnPSite -Classification $null" + "Rank": 2, + "Command": "Set-PnPSite -Classification $null", + "CommandName": "Set-PnPSite" }, { - "Rank": 3, - "CommandName": "Set-PnPSite", "Id": 1634, - "Command": "Set-PnPSite -DisableFlows" + "Rank": 3, + "Command": "Set-PnPSite -DisableFlows", + "CommandName": "Set-PnPSite" }, { - "Rank": 4, - "CommandName": "Set-PnPSite", "Id": 1635, - "Command": "Set-PnPSite -DisableFlows:$false" + "Rank": 4, + "Command": "Set-PnPSite -DisableFlows:$false", + "CommandName": "Set-PnPSite" }, { - "Rank": 5, - "CommandName": "Set-PnPSite", "Id": 1636, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "Rank": 5, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", + "CommandName": "Set-PnPSite" }, { - "Rank": 6, - "CommandName": "Set-PnPSite", "Id": 1637, - "Command": "Set-PnPSite -NoScriptSite $false" + "Rank": 6, + "Command": "Set-PnPSite -NoScriptSite $false", + "CommandName": "Set-PnPSite" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteArchiveState", "Id": 1638, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" + "Rank": 1, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", + "CommandName": "Set-PnPSiteArchiveState" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteArchiveState", "Id": 1639, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" + "Rank": 2, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", + "CommandName": "Set-PnPSiteArchiveState" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteClassification", "Id": 1640, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "Rank": 1, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "CommandName": "Set-PnPSiteClassification" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteClosure", "Id": 1641, - "Command": "Set-PnPSiteClosure -State Open" + "Rank": 1, + "Command": "Set-PnPSiteClosure -State Open", + "CommandName": "Set-PnPSiteClosure" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteClosure", "Id": 1642, - "Command": "Set-PnPSiteClosure -State Closed" + "Rank": 2, + "Command": "Set-PnPSiteClosure -State Closed", + "CommandName": "Set-PnPSiteClosure" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteDesign", "Id": 1643, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" + "Rank": 1, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", + "CommandName": "Set-PnPSiteDesign" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteDesign", "Id": 1644, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Rank": 2, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "CommandName": "Set-PnPSiteDesign" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteDocumentIdPrefix", "Id": 1645, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" + "Rank": 1, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", + "CommandName": "Set-PnPSiteDocumentIdPrefix" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteDocumentIdPrefix", "Id": 1646, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" + "Rank": 2, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", + "CommandName": "Set-PnPSiteDocumentIdPrefix" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteGroup", "Id": 1647, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" + "Rank": 1, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", + "CommandName": "Set-PnPSiteGroup" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteGroup", "Id": 1648, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" + "Rank": 2, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", + "CommandName": "Set-PnPSiteGroup" }, { - "Rank": 1, - "CommandName": "Set-PnPSitePolicy", "Id": 1649, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 1, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "CommandName": "Set-PnPSitePolicy" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteScript", "Id": 1650, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Rank": 1, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "CommandName": "Set-PnPSiteScript" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteScriptPackage", "Id": 1651, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Rank": 1, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "CommandName": "Set-PnPSiteScriptPackage" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1652, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "Rank": 1, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "CommandName": "Set-PnPSiteSensitivityLabel" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1653, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" + "Rank": 2, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", + "CommandName": "Set-PnPSiteSensitivityLabel" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1654, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 1, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1655, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 2, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 3, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1656, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Rank": 3, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 4, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1657, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Rank": 4, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 5, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1658, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Rank": 5, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 6, - "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1659, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Rank": 6, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "CommandName": "Set-PnPSiteTemplateMetadata" }, { - "Rank": 1, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1660, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" + "Rank": 1, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 2, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1661, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" + "Rank": 2, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 3, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1662, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" + "Rank": 3, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 4, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1663, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" + "Rank": 4, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 5, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1664, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" + "Rank": 5, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 6, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1665, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" + "Rank": 6, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 7, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1666, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" + "Rank": 7, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 8, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1667, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" + "Rank": 8, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 9, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1668, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" + "Rank": 9, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 10, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1669, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" + "Rank": 10, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 11, - "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1670, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" + "Rank": 11, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", + "CommandName": "Set-PnPSiteVersionPolicy" }, { - "Rank": 1, - "CommandName": "Set-PnPStorageEntity", "Id": 1671, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Rank": 1, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "CommandName": "Set-PnPStorageEntity" }, { - "Rank": 2, - "CommandName": "Set-PnPStorageEntity", "Id": 1672, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Rank": 2, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "CommandName": "Set-PnPStorageEntity" }, { - "Rank": 1, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1673, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "CommandName": "Set-PnPStructuralNavigationCacheSiteState" }, { - "Rank": 2, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1674, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "CommandName": "Set-PnPStructuralNavigationCacheSiteState" }, { - "Rank": 1, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1675, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "CommandName": "Set-PnPStructuralNavigationCacheWebState" }, { - "Rank": 2, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1676, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "CommandName": "Set-PnPStructuralNavigationCacheWebState" }, { - "Rank": 1, - "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1677, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" + "Rank": 1, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", + "CommandName": "Set-PnPTaxonomyFieldValue" }, { - "Rank": 2, - "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1678, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" + "Rank": 2, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", + "CommandName": "Set-PnPTaxonomyFieldValue" }, { - "Rank": 3, - "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1679, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" + "Rank": 3, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", + "CommandName": "Set-PnPTaxonomyFieldValue" }, { - "Rank": 1, - "CommandName": "Set-PnPTeamifyPromptHidden", "Id": 1680, - "Command": "Set-PnPTeamifyPromptHidden" + "Rank": 1, + "Command": "Set-PnPTeamifyPromptHidden", + "CommandName": "Set-PnPTeamifyPromptHidden" }, { - "Rank": 1, - "CommandName": "Set-PnPTeamsChannel", "Id": 1681, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" + "Rank": 1, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", + "CommandName": "Set-PnPTeamsChannel" }, { - "Rank": 2, - "CommandName": "Set-PnPTeamsChannel", "Id": 1682, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" + "Rank": 2, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", + "CommandName": "Set-PnPTeamsChannel" }, { - "Rank": 1, - "CommandName": "Set-PnpTeamsChannelUser", "Id": 1683, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" + "Rank": 1, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", + "CommandName": "Set-PnpTeamsChannelUser" }, { - "Rank": 2, - "CommandName": "Set-PnpTeamsChannelUser", "Id": 1684, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" + "Rank": 2, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", + "CommandName": "Set-PnpTeamsChannelUser" }, { - "Rank": 1, - "CommandName": "Set-PnPTeamsTab", "Id": 1685, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" + "Rank": 1, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", + "CommandName": "Set-PnPTeamsTab" }, { - "Rank": 1, - "CommandName": "Set-PnPTeamsTag", "Id": 1686, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" + "Rank": 1, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", + "CommandName": "Set-PnPTeamsTag" }, { - "Rank": 1, - "CommandName": "Set-PnPTeamsTeam", "Id": 1687, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "Rank": 1, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "CommandName": "Set-PnPTeamsTeam" }, { - "Rank": 2, - "CommandName": "Set-PnPTeamsTeam", "Id": 1688, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" + "Rank": 2, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", + "CommandName": "Set-PnPTeamsTeam" }, { - "Rank": 3, - "CommandName": "Set-PnPTeamsTeam", "Id": 1689, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" + "Rank": 3, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", + "CommandName": "Set-PnPTeamsTeam" }, { - "Rank": 4, - "CommandName": "Set-PnPTeamsTeam", "Id": 1690, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "Rank": 4, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", + "CommandName": "Set-PnPTeamsTeam" }, { - "Rank": 1, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1691, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "Rank": 1, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "Rank": 2, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1692, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "Rank": 2, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "Rank": 3, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1693, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" + "Rank": 3, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", + "CommandName": "Set-PnPTeamsTeamArchivedState" }, { - "Rank": 1, - "CommandName": "Set-PnPTeamsTeamPicture", "Id": 1694, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" + "Rank": 1, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", + "CommandName": "Set-PnPTeamsTeamPicture" }, { - "Rank": 1, - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1695, - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "Rank": 1, + "Command": "Set-PnPTemporarilyDisableAppBar $true", + "CommandName": "Set-PnPTemporarilyDisableAppBar" }, { - "Rank": 2, - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1696, - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "Rank": 2, + "Command": "Set-PnPTemporarilyDisableAppBar $false", + "CommandName": "Set-PnPTemporarilyDisableAppBar" }, { - "Rank": 1, - "CommandName": "Set-PnPTenant", "Id": 1697, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", + "CommandName": "Set-PnPTenant" }, { - "Rank": 2, - "CommandName": "Set-PnPTenant", "Id": 1698, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "Rank": 2, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", + "CommandName": "Set-PnPTenant" }, { - "Rank": 3, - "CommandName": "Set-PnPTenant", "Id": 1699, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "Rank": 3, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", + "CommandName": "Set-PnPTenant" }, { - "Rank": 4, - "CommandName": "Set-PnPTenant", "Id": 1700, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "Rank": 4, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", + "CommandName": "Set-PnPTenant" }, { - "Rank": 5, - "CommandName": "Set-PnPTenant", "Id": 1701, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" + "Rank": 5, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", + "CommandName": "Set-PnPTenant" }, { - "Rank": 6, - "CommandName": "Set-PnPTenant", "Id": 1702, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" + "Rank": 6, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", + "CommandName": "Set-PnPTenant" }, { - "Rank": 1, - "CommandName": "Set-PnPTenantAppCatalogUrl", "Id": 1703, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" + "Rank": 1, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", + "CommandName": "Set-PnPTenantAppCatalogUrl" }, { - "Rank": 1, - "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1704, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "Rank": 1, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "Rank": 2, - "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1705, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "Rank": 2, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "Rank": 3, - "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1706, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "Rank": 3, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", + "CommandName": "Set-PnPTenantCdnEnabled" }, { - "Rank": 1, - "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1707, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" + "Rank": 1, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", + "CommandName": "Set-PnPTenantCdnPolicy" }, { - "Rank": 2, - "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1708, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" + "Rank": 2, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", + "CommandName": "Set-PnPTenantCdnPolicy" }, { - "Rank": 1, - "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1709, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" + "Rank": 1, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", + "CommandName": "Set-PnPTenantPronounsSetting" }, { - "Rank": 2, - "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1710, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" + "Rank": 2, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", + "CommandName": "Set-PnPTenantPronounsSetting" }, { - "Rank": 1, - "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1711, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" + "Rank": 1, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", + "CommandName": "Set-PnPTenantRestrictedSearchMode" }, { - "Rank": 2, - "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1712, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" + "Rank": 2, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", + "CommandName": "Set-PnPTenantRestrictedSearchMode" }, { - "Rank": 1, - "CommandName": "Set-PnPTenantSite", "Id": 1713, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", + "CommandName": "Set-PnPTenantSite" }, { - "Rank": 2, - "CommandName": "Set-PnPTenantSite", "Id": 1714, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" + "Rank": 2, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", + "CommandName": "Set-PnPTenantSite" }, { - "Rank": 3, - "CommandName": "Set-PnPTenantSite", "Id": 1715, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 3, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", + "CommandName": "Set-PnPTenantSite" }, { - "Rank": 4, - "CommandName": "Set-PnPTenantSite", "Id": 1716, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 4, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "CommandName": "Set-PnPTenantSite" }, { - "Rank": 5, - "CommandName": "Set-PnPTenantSite", "Id": 1717, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" + "Rank": 5, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", + "CommandName": "Set-PnPTenantSite" }, { - "Rank": 1, - "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1718, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "Rank": 1, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "CommandName": "Set-PnPTenantSyncClientRestriction" }, { - "Rank": 2, - "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1719, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "Rank": 2, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "CommandName": "Set-PnPTenantSyncClientRestriction" }, { - "Rank": 1, - "CommandName": "Set-PnPTerm", "Id": 1720, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" + "Rank": 1, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", + "CommandName": "Set-PnPTerm" }, { - "Rank": 2, - "CommandName": "Set-PnPTerm", "Id": 1721, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 2, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "CommandName": "Set-PnPTerm" }, { - "Rank": 3, - "CommandName": "Set-PnPTerm", "Id": 1722, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 3, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", + "CommandName": "Set-PnPTerm" }, { - "Rank": 4, - "CommandName": "Set-PnPTerm", "Id": 1723, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" + "Rank": 4, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", + "CommandName": "Set-PnPTerm" }, { - "Rank": 1, - "CommandName": "Set-PnPTermGroup", "Id": 1724, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "Rank": 1, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "CommandName": "Set-PnPTermGroup" }, { - "Rank": 2, - "CommandName": "Set-PnPTermGroup", "Id": 1725, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Rank": 2, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "CommandName": "Set-PnPTermGroup" }, { - "Rank": 1, - "CommandName": "Set-PnPTermSet", "Id": 1726, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" + "Rank": 1, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", + "CommandName": "Set-PnPTermSet" }, { - "Rank": 2, - "CommandName": "Set-PnPTermSet", "Id": 1727, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" + "Rank": 2, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", + "CommandName": "Set-PnPTermSet" }, { - "Rank": 3, - "CommandName": "Set-PnPTermSet", "Id": 1728, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" + "Rank": 3, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", + "CommandName": "Set-PnPTermSet" }, { - "Rank": 1, - "CommandName": "Set-PnPTheme", "Id": 1729, - "Command": "Set-PnPTheme" + "Rank": 1, + "Command": "Set-PnPTheme", + "CommandName": "Set-PnPTheme" }, { - "Rank": 2, - "CommandName": "Set-PnPTheme", "Id": 1730, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" + "Rank": 2, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", + "CommandName": "Set-PnPTheme" }, { - "Rank": 3, - "CommandName": "Set-PnPTheme", "Id": 1731, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" + "Rank": 3, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", + "CommandName": "Set-PnPTheme" }, { - "Rank": 4, - "CommandName": "Set-PnPTheme", "Id": 1732, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" + "Rank": 4, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", + "CommandName": "Set-PnPTheme" }, { - "Rank": 1, - "CommandName": "Set-PnPUserOneDriveQuota", "Id": 1733, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" + "Rank": 1, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", + "CommandName": "Set-PnPUserOneDriveQuota" }, { - "Rank": 1, - "CommandName": "Set-PnPUserProfilePhoto", "Id": 1734, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" + "Rank": 1, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", + "CommandName": "Set-PnPUserProfilePhoto" }, { - "Rank": 1, - "CommandName": "Set-PnPUserProfileProperty", "Id": 1735, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "Rank": 1, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "CommandName": "Set-PnPUserProfileProperty" }, { - "Rank": 2, - "CommandName": "Set-PnPUserProfileProperty", "Id": 1736, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "Rank": 2, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "CommandName": "Set-PnPUserProfileProperty" }, { - "Rank": 1, - "CommandName": "Set-PnPView", "Id": 1737, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" + "Rank": 1, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", + "CommandName": "Set-PnPView" }, { - "Rank": 2, - "CommandName": "Set-PnPView", "Id": 1738, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" + "Rank": 2, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", + "CommandName": "Set-PnPView" }, { - "Rank": 3, - "CommandName": "Set-PnPView", "Id": 1739, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" + "Rank": 3, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", + "CommandName": "Set-PnPView" }, { - "Rank": 4, - "CommandName": "Set-PnPView", "Id": 1740, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" + "Rank": 4, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", + "CommandName": "Set-PnPView" }, { - "Rank": 1, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1741, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" + "Rank": 1, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "Rank": 2, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1742, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" + "Rank": 2, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "Rank": 3, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1743, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" + "Rank": 3, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "Rank": 4, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1744, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" + "Rank": 4, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", + "CommandName": "Set-PnPVivaConnectionsDashboardACE" }, { - "Rank": 1, - "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1745, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" + "Rank": 1, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", + "CommandName": "Set-PnPVivaEngageCommunity" }, { - "Rank": 2, - "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1746, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" + "Rank": 2, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", + "CommandName": "Set-PnPVivaEngageCommunity" }, { - "Rank": 1, - "CommandName": "Set-PnPWeb", "Id": 1747, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "Rank": 1, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "CommandName": "Set-PnPWeb" }, { - "Rank": 2, - "CommandName": "Set-PnPWeb", "Id": 1748, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "Rank": 2, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "CommandName": "Set-PnPWeb" }, { - "Rank": 3, - "CommandName": "Set-PnPWeb", "Id": 1749, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "Rank": 3, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "CommandName": "Set-PnPWeb" }, { - "Rank": 4, - "CommandName": "Set-PnPWeb", "Id": 1750, - "Command": "Set-PnPWeb -NoCrawl:$true" + "Rank": 4, + "Command": "Set-PnPWeb -NoCrawl:$true", + "CommandName": "Set-PnPWeb" }, { - "Rank": 1, - "CommandName": "Set-PnPWebHeader", "Id": 1751, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" + "Rank": 1, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", + "CommandName": "Set-PnPWebHeader" }, { - "Rank": 2, - "CommandName": "Set-PnPWebHeader", "Id": 1752, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "Rank": 2, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "CommandName": "Set-PnPWebHeader" }, { - "Rank": 3, - "CommandName": "Set-PnPWebHeader", "Id": 1753, - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "Rank": 3, + "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "CommandName": "Set-PnPWebHeader" }, { - "Rank": 1, - "CommandName": "Set-PnPWebhookSubscription", "Id": 1754, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Rank": 1, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", + "CommandName": "Set-PnPWebhookSubscription" }, { - "Rank": 2, - "CommandName": "Set-PnPWebhookSubscription", "Id": 1755, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Rank": 2, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "CommandName": "Set-PnPWebhookSubscription" }, { - "Rank": 1, - "CommandName": "Set-PnPWebPartProperty", "Id": 1756, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" + "Rank": 1, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", + "CommandName": "Set-PnPWebPartProperty" }, { - "Rank": 1, - "CommandName": "Set-PnPWebPermission", "Id": 1757, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Rank": 1, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", + "CommandName": "Set-PnPWebPermission" }, { - "Rank": 2, - "CommandName": "Set-PnPWebPermission", "Id": 1758, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "Rank": 2, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "CommandName": "Set-PnPWebPermission" }, { - "Rank": 3, - "CommandName": "Set-PnPWebPermission", "Id": 1759, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Rank": 3, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", + "CommandName": "Set-PnPWebPermission" }, { - "Rank": 4, - "CommandName": "Set-PnPWebPermission", "Id": 1760, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" + "Rank": 4, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", + "CommandName": "Set-PnPWebPermission" }, { - "Rank": 1, - "CommandName": "Set-PnPWebTheme", "Id": 1761, - "Command": "Set-PnPWebTheme -Theme MyTheme" + "Rank": 1, + "Command": "Set-PnPWebTheme -Theme MyTheme", + "CommandName": "Set-PnPWebTheme" }, { - "Rank": 2, - "CommandName": "Set-PnPWebTheme", "Id": 1762, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" + "Rank": 2, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", + "CommandName": "Set-PnPWebTheme" }, { - "Rank": 1, - "CommandName": "Set-PnPWikiPageContent", "Id": 1763, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" + "Rank": 1, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", + "CommandName": "Set-PnPWikiPageContent" }, { - "Rank": 1, - "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Id": 1764, - "Command": "Start-PnPEnterpriseAppInsightsReport" + "Rank": 1, + "Command": "Start-PnPEnterpriseAppInsightsReport", + "CommandName": "Start-PnPEnterpriseAppInsightsReport" }, { - "Rank": 2, - "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Id": 1765, - "Command": "Start-PnPEnterpriseAppInsightsReport 28" + "Rank": 2, + "Command": "Start-PnPEnterpriseAppInsightsReport 28", + "CommandName": "Start-PnPEnterpriseAppInsightsReport" }, { - "Rank": 1, - "CommandName": "Start-PnPTraceLog", "Id": 1766, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" + "Rank": 1, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", + "CommandName": "Start-PnPTraceLog" }, { - "Rank": 2, - "CommandName": "Start-PnPTraceLog", "Id": 1767, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" + "Rank": 2, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", + "CommandName": "Start-PnPTraceLog" }, { - "Rank": 3, - "CommandName": "Start-PnPTraceLog", "Id": 1768, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" + "Rank": 3, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", + "CommandName": "Start-PnPTraceLog" }, { - "Rank": 4, - "CommandName": "Start-PnPTraceLog", "Id": 1769, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" + "Rank": 4, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", + "CommandName": "Start-PnPTraceLog" }, { - "Rank": 1, - "CommandName": "Stop-PnPFlowRun", "Id": 1770, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 1, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "CommandName": "Stop-PnPFlowRun" }, { - "Rank": 2, - "CommandName": "Stop-PnPFlowRun", "Id": 1771, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" + "Rank": 2, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", + "CommandName": "Stop-PnPFlowRun" }, { - "Rank": 1, - "CommandName": "Stop-PnPTraceLog", "Id": 1772, - "Command": "Stop-PnPTraceLog" + "Rank": 1, + "Command": "Stop-PnPTraceLog", + "CommandName": "Stop-PnPTraceLog" }, { - "Rank": 2, - "CommandName": "Stop-PnPTraceLog", "Id": 1773, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" + "Rank": 2, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", + "CommandName": "Stop-PnPTraceLog" }, { - "Rank": 1, - "CommandName": "Submit-PnPSearchQuery", "Id": 1774, - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "Rank": 1, + "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 2, - "CommandName": "Submit-PnPSearchQuery", "Id": 1775, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "Rank": 2, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 3, - "CommandName": "Submit-PnPSearchQuery", "Id": 1776, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "Rank": 3, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 4, - "CommandName": "Submit-PnPSearchQuery", "Id": 1777, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" + "Rank": 4, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 5, - "CommandName": "Submit-PnPSearchQuery", "Id": 1778, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" + "Rank": 5, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 6, - "CommandName": "Submit-PnPSearchQuery", "Id": 1779, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" + "Rank": 6, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", + "CommandName": "Submit-PnPSearchQuery" }, { - "Rank": 1, - "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1780, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" + "Rank": 1, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", + "CommandName": "Submit-PnPTeamsChannelMessage" }, { - "Rank": 2, - "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1781, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" + "Rank": 2, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", + "CommandName": "Submit-PnPTeamsChannelMessage" }, { - "Rank": 1, - "CommandName": "Sync-PnPAppToTeams", "Id": 1782, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Sync-PnPAppToTeams" }, { - "Rank": 1, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1783, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "Rank": 1, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" }, { - "Rank": 2, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1784, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" + "Rank": 2, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" }, { - "Rank": 3, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1785, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" + "Rank": 3, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" }, { - "Rank": 1, - "CommandName": "Test-PnPListItemIsRecord", "Id": 1786, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "CommandName": "Test-PnPListItemIsRecord" }, { - "Rank": 1, - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Id": 1787, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "Rank": 1, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed" }, { - "Rank": 1, - "CommandName": "Test-PnPSite", "Id": 1788, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "CommandName": "Test-PnPSite" }, { - "Rank": 2, - "CommandName": "Test-PnPSite", "Id": 1789, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Rank": 2, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "CommandName": "Test-PnPSite" }, { - "Rank": 1, - "CommandName": "Test-PnPTenantTemplate", "Id": 1790, - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "Rank": 1, + "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "CommandName": "Test-PnPTenantTemplate" }, { - "Rank": 1, - "CommandName": "Undo-PnPFileCheckedOut", "Id": 1791, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" + "Rank": 1, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", + "CommandName": "Undo-PnPFileCheckedOut" }, { - "Rank": 1, - "CommandName": "Uninstall-PnPApp", "Id": 1792, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Uninstall-PnPApp" }, { - "Rank": 2, - "CommandName": "Uninstall-PnPApp", "Id": 1793, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Uninstall-PnPApp" }, { - "Rank": 1, - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Id": 1794, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" + "Rank": 1, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile" }, { - "Rank": 1, - "CommandName": "Unpublish-PnPApp", "Id": 1795, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Unpublish-PnPApp" }, { - "Rank": 2, - "CommandName": "Unpublish-PnPApp", "Id": 1796, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Unpublish-PnPApp" }, { - "Rank": 1, - "CommandName": "Unpublish-PnPContentType", "Id": 1797, - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "CommandName": "Unpublish-PnPContentType" }, { - "Rank": 1, - "CommandName": "Unpublish-PnPSyntexModel", "Id": 1798, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Rank": 1, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "CommandName": "Unpublish-PnPSyntexModel" }, { - "Rank": 2, - "CommandName": "Unpublish-PnPSyntexModel", "Id": 1799, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Rank": 2, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "CommandName": "Unpublish-PnPSyntexModel" }, { - "Rank": 1, - "CommandName": "Unregister-PnPHubSite", "Id": 1800, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Rank": 1, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "CommandName": "Unregister-PnPHubSite" }, { - "Rank": 1, - "CommandName": "Update-PnPApp", "Id": 1801, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "CommandName": "Update-PnPApp" }, { - "Rank": 2, - "CommandName": "Update-PnPApp", "Id": 1802, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "CommandName": "Update-PnPApp" }, { - "Rank": 1, - "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1803, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 1, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "Rank": 2, - "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1804, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "Rank": 2, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "Rank": 3, - "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1805, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Rank": 3, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "CommandName": "Update-PnPAvailableSiteClassification" }, { - "Rank": 1, - "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1806, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "Rank": 1, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "CommandName": "Update-PnPSiteDesignFromWeb" }, { - "Rank": 2, - "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1807, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Rank": 2, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "CommandName": "Update-PnPSiteDesignFromWeb" }, { - "Rank": 3, - "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1808, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" + "Rank": 3, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", + "CommandName": "Update-PnPSiteDesignFromWeb" }, { - "Rank": 1, - "CommandName": "Update-PnPTeamsApp", "Id": 1809, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" + "Rank": 1, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", + "CommandName": "Update-PnPTeamsApp" }, { - "Rank": 1, - "CommandName": "Update-PnPTeamsUser", "Id": 1810, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 1, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "CommandName": "Update-PnPTeamsUser" }, { - "Rank": 2, - "CommandName": "Update-PnPTeamsUser", "Id": 1811, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Rank": 2, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "CommandName": "Update-PnPTeamsUser" }, { - "Rank": 3, - "CommandName": "Update-PnPTeamsUser", "Id": 1812, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + "Rank": 3, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", + "CommandName": "Update-PnPTeamsUser" }, { - "Rank": 1, - "CommandName": "Update-PnPTodoList", "Id": 1813, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + "Rank": 1, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", + "CommandName": "Update-PnPTodoList" }, { - "Rank": 2, - "CommandName": "Update-PnPTodoList", "Id": 1814, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + "Rank": 2, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", + "CommandName": "Update-PnPTodoList" }, { - "Rank": 1, - "CommandName": "Update-PnPUserType", "Id": 1815, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "Rank": 1, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "CommandName": "Update-PnPUserType" }, { - "Rank": 1, - "CommandName": "Use-PnPBrandCenterFontPackage", "Id": 1816, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Rank": 1, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "CommandName": "Use-PnPBrandCenterFontPackage" }, { - "Rank": 2, - "CommandName": "Use-PnPBrandCenterFontPackage", "Id": 1817, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" + "Rank": 2, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", + "CommandName": "Use-PnPBrandCenterFontPackage" }, { - "Rank": 1, - "CommandName": "Write-PnPTraceLog", "Id": 1818, - "Command": "Write-PnPTraceLog \"Hello World\"" + "Rank": 1, + "Command": "Write-PnPTraceLog \"Hello World\"", + "CommandName": "Write-PnPTraceLog" }, { - "Rank": 2, - "CommandName": "Write-PnPTraceLog", "Id": 1819, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" + "Rank": 2, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", + "CommandName": "Write-PnPTraceLog" }, { - "Rank": 3, - "CommandName": "Write-PnPTraceLog", "Id": 1820, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" + "Rank": 3, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", + "CommandName": "Write-PnPTraceLog" }, { - "Rank": 4, - "CommandName": "Write-PnPTraceLog", "Id": 1821, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" + "Rank": 4, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", + "CommandName": "Write-PnPTraceLog" } ] diff --git a/version.json b/version.json index 1d123a960..676d0f719 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.107", + "Version": "3.1.108", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 00a143922..3f04c27c4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.107 \ No newline at end of file +3.1.108 \ No newline at end of file From 989b0d254b1b8db607c37ee52266ce47344f71de Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Mon, 4 Aug 2025 03:16:39 +0000 Subject: [PATCH 09/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 7284 ++++++++--------- version.json | 2 +- version.txt | 2 +- 4 files changed, 3647 insertions(+), 3647 deletions(-) diff --git a/dependencies.json b/dependencies.json index e772322bd..e5ee1d05b 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250803-031254", + "Updated": "20250804-031344", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "836652147b28925a40c870371d6cd16c35e3be95", - "PnPCore": "0a88d38ff9a2d84356bc8198316d469cc0b0c0a2" + "PnPFramework": "f615985e29020517217ec857e504727bd7023881", + "PnPCore": "f042aedb4ea574b52b97a7c98e2ab89713435a51" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 2960fcd6a..ff19a3007 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { "Id": 1, - "Rank": 1, "Command": "Add-PnPAlert -List \"Demo List\"", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Rank": 1 }, { "Id": 2, - "Rank": 2, "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Rank": 2 }, { "Id": 3, - "Rank": 3, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Rank": 3 }, { "Id": 4, - "Rank": 4, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "CommandName": "Add-PnPAlert" + "CommandName": "Add-PnPAlert", + "Rank": 4 }, { "Id": 5, - "Rank": 1, "Command": "Add-PnPApp -Path ./myapp.sppkg", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Rank": 1 }, { "Id": 6, - "Rank": 2, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Rank": 2 }, { "Id": 7, - "Rank": 3, "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Rank": 3 }, { "Id": 8, - "Rank": 4, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "CommandName": "Add-PnPApp" + "CommandName": "Add-PnPApp", + "Rank": 4 }, { "Id": 9, - "Rank": 1, "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", - "CommandName": "Add-PnPApplicationCustomizer" + "CommandName": "Add-PnPApplicationCustomizer", + "Rank": 1 }, { "Id": 10, - "Rank": 1, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "CommandName": "Add-PnPAvailableSiteClassification" + "CommandName": "Add-PnPAvailableSiteClassification", + "Rank": 1 }, { "Id": 11, - "Rank": 2, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "CommandName": "Add-PnPAvailableSiteClassification" + "CommandName": "Add-PnPAvailableSiteClassification", + "Rank": 2 }, { "Id": 12, - "Rank": 1, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupMember" + "CommandName": "Add-PnPAzureADGroupMember", + "Rank": 1 }, { "Id": 13, - "Rank": 2, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupMember" + "CommandName": "Add-PnPAzureADGroupMember", + "Rank": 2 }, { "Id": 14, - "Rank": 3, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "CommandName": "Add-PnPAzureADGroupMember" + "CommandName": "Add-PnPAzureADGroupMember", + "Rank": 3 }, { "Id": 15, - "Rank": 1, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Rank": 1 }, { "Id": 16, - "Rank": 2, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Rank": 2 }, { "Id": 17, - "Rank": 3, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "CommandName": "Add-PnPAzureADGroupOwner" + "CommandName": "Add-PnPAzureADGroupOwner", + "Rank": 3 }, { "Id": 18, - "Rank": 1, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole" + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Rank": 1 }, { "Id": 19, - "Rank": 2, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole" + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Rank": 2 }, { "Id": 20, - "Rank": 1, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", - "CommandName": "Add-PnPBrandCenterFont" + "CommandName": "Add-PnPBrandCenterFont", + "Rank": 1 }, { "Id": 21, - "Rank": 2, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", - "CommandName": "Add-PnPBrandCenterFont" + "CommandName": "Add-PnPBrandCenterFont", + "Rank": 2 }, { "Id": 22, - "Rank": 1, "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", - "CommandName": "Add-PnPBrandCenterFontPackage" + "CommandName": "Add-PnPBrandCenterFontPackage", + "Rank": 1 }, { "Id": 23, - "Rank": 1, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Rank": 1 }, { "Id": 24, - "Rank": 2, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Rank": 2 }, { "Id": 25, - "Rank": 3, "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Rank": 3 }, { "Id": 26, - "Rank": 4, "Command": "Add-PnPContentType -Name \"Project Item\"", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Rank": 4 }, { "Id": 27, - "Rank": 5, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", - "CommandName": "Add-PnPContentType" + "CommandName": "Add-PnPContentType", + "Rank": 5 }, { "Id": 28, - "Rank": 1, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "CommandName": "Add-PnPContentTypesFromContentTypeHub" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Rank": 1 }, { "Id": 29, - "Rank": 2, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "CommandName": "Add-PnPContentTypesFromContentTypeHub" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Rank": 2 }, { "Id": 30, - "Rank": 1, "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Add-PnPContentTypeToDocumentSet" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Rank": 1 }, { "Id": 31, - "Rank": 2, "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Add-PnPContentTypeToDocumentSet" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Rank": 2 }, { "Id": 32, - "Rank": 1, "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "CommandName": "Add-PnPContentTypeToList" + "CommandName": "Add-PnPContentTypeToList", + "Rank": 1 }, { "Id": 33, - "Rank": 1, "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "CommandName": "Add-PnPCustomAction" + "CommandName": "Add-PnPCustomAction", + "Rank": 1 }, { "Id": 34, - "Rank": 1, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "CommandName": "Add-PnPDataRowsToSiteTemplate" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Rank": 1 }, { "Id": 35, - "Rank": 2, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "CommandName": "Add-PnPDataRowsToSiteTemplate" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Rank": 2 }, { "Id": 36, - "Rank": 1, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "CommandName": "Add-PnPDocumentSet" + "CommandName": "Add-PnPDocumentSet", + "Rank": 1 }, { "Id": 37, - "Rank": 2, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", - "CommandName": "Add-PnPDocumentSet" + "CommandName": "Add-PnPDocumentSet", + "Rank": 2 }, { "Id": 38, - "Rank": 1, "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Rank": 1 }, { "Id": 39, - "Rank": 2, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Rank": 2 }, { "Id": 40, - "Rank": 3, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Rank": 3 }, { "Id": 41, - "Rank": 4, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", - "CommandName": "Add-PnPEventReceiver" + "CommandName": "Add-PnPEventReceiver", + "Rank": 4 }, { "Id": 42, - "Rank": 1, "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Rank": 1 }, { "Id": 43, - "Rank": 2, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Rank": 2 }, { "Id": 44, - "Rank": 3, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Rank": 3 }, { "Id": 45, - "Rank": 4, "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Rank": 4 }, { "Id": 46, - "Rank": 5, "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Rank": 5 }, { "Id": 47, - "Rank": 6, "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "CommandName": "Add-PnPField" + "CommandName": "Add-PnPField", + "Rank": 6 }, { "Id": 48, - "Rank": 1, "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Add-PnPFieldToContentType" + "CommandName": "Add-PnPFieldToContentType", + "Rank": 1 }, { "Id": 49, - "Rank": 1, "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 1 }, { "Id": 50, - "Rank": 2, "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 2 }, { "Id": 51, - "Rank": 3, "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 3 }, { "Id": 52, - "Rank": 4, "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 4 }, { "Id": 53, - "Rank": 5, "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 5 }, { "Id": 54, - "Rank": 6, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 6 }, { "Id": 55, - "Rank": 7, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 7 }, { "Id": 56, - "Rank": 8, "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPFile" + "CommandName": "Add-PnPFile", + "Rank": 8 }, { "Id": 57, - "Rank": 1, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Add-PnPFileAnonymousSharingLink" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Rank": 1 }, { "Id": 58, - "Rank": 2, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", - "CommandName": "Add-PnPFileAnonymousSharingLink" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Rank": 2 }, { "Id": 59, - "Rank": 3, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFileAnonymousSharingLink" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Rank": 3 }, { "Id": 60, - "Rank": 1, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Add-PnPFileOrganizationalSharingLink" + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Rank": 1 }, { "Id": 61, - "Rank": 2, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", - "CommandName": "Add-PnPFileOrganizationalSharingLink" + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Rank": 2 }, { "Id": 62, - "Rank": 1, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "CommandName": "Add-PnPFileSensitivityLabel" + "CommandName": "Add-PnPFileSensitivityLabel", + "Rank": 1 }, { "Id": 63, - "Rank": 2, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "CommandName": "Add-PnPFileSensitivityLabel" + "CommandName": "Add-PnPFileSensitivityLabel", + "Rank": 2 }, { "Id": 64, - "Rank": 1, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "CommandName": "Add-PnPFileSharingInvite" + "CommandName": "Add-PnPFileSharingInvite", + "Rank": 1 }, { "Id": 65, - "Rank": 2, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "CommandName": "Add-PnPFileSharingInvite" + "CommandName": "Add-PnPFileSharingInvite", + "Rank": 2 }, { "Id": 66, - "Rank": 3, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFileSharingInvite" + "CommandName": "Add-PnPFileSharingInvite", + "Rank": 3 }, { "Id": 67, - "Rank": 1, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 1 }, { "Id": 68, - "Rank": 2, "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 2 }, { "Id": 69, - "Rank": 3, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 3 }, { "Id": 70, - "Rank": 4, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 4 }, { "Id": 71, - "Rank": 5, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "CommandName": "Add-PnPFileToSiteTemplate" + "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 5 }, { "Id": 72, - "Rank": 1, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFileUserSharingLink" + "CommandName": "Add-PnPFileUserSharingLink", + "Rank": 1 }, { "Id": 73, - "Rank": 2, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFileUserSharingLink" + "CommandName": "Add-PnPFileUserSharingLink", + "Rank": 2 }, { "Id": 74, - "Rank": 1, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Rank": 1 }, { "Id": 75, - "Rank": 2, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Rank": 2 }, { "Id": 76, - "Rank": 3, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Rank": 3 }, { "Id": 77, - "Rank": 4, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", - "CommandName": "Add-PnPFlowOwner" + "CommandName": "Add-PnPFlowOwner", + "Rank": 4 }, { "Id": 78, - "Rank": 1, "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Rank": 1 }, { "Id": 79, - "Rank": 2, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Rank": 2 }, { "Id": 80, - "Rank": 3, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "CommandName": "Add-PnPFolder" + "CommandName": "Add-PnPFolder", + "Rank": 3 }, { "Id": 81, - "Rank": 1, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Add-PnPFolderAnonymousSharingLink" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Rank": 1 }, { "Id": 82, - "Rank": 2, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", - "CommandName": "Add-PnPFolderAnonymousSharingLink" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Rank": 2 }, { "Id": 83, - "Rank": 3, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFolderAnonymousSharingLink" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Rank": 3 }, { "Id": 84, - "Rank": 1, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Add-PnPFolderOrganizationalSharingLink" + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Rank": 1 }, { "Id": 85, - "Rank": 2, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", - "CommandName": "Add-PnPFolderOrganizationalSharingLink" + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Rank": 2 }, { "Id": 86, - "Rank": 1, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "CommandName": "Add-PnPFolderSharingInvite" + "CommandName": "Add-PnPFolderSharingInvite", + "Rank": 1 }, { "Id": 87, - "Rank": 2, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "CommandName": "Add-PnPFolderSharingInvite" + "CommandName": "Add-PnPFolderSharingInvite", + "Rank": 2 }, { "Id": 88, - "Rank": 3, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFolderSharingInvite" + "CommandName": "Add-PnPFolderSharingInvite", + "Rank": 3 }, { "Id": 89, - "Rank": 1, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFolderUserSharingLink" + "CommandName": "Add-PnPFolderUserSharingLink", + "Rank": 1 }, { "Id": 90, - "Rank": 2, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFolderUserSharingLink" + "CommandName": "Add-PnPFolderUserSharingLink", + "Rank": 2 }, { "Id": 91, - "Rank": 1, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Add-PnPGroupMember" + "CommandName": "Add-PnPGroupMember", + "Rank": 1 }, { "Id": 92, - "Rank": 2, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "CommandName": "Add-PnPGroupMember" + "CommandName": "Add-PnPGroupMember", + "Rank": 2 }, { "Id": 93, - "Rank": 1, "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Add-PnPHomeSite" + "CommandName": "Add-PnPHomeSite", + "Rank": 1 }, { "Id": 94, - "Rank": 1, "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "CommandName": "Add-PnPHtmlPublishingPageLayout" + "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Rank": 1 }, { "Id": 95, - "Rank": 1, "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", - "CommandName": "Add-PnPHubSiteAssociation" + "CommandName": "Add-PnPHubSiteAssociation", + "Rank": 1 }, { "Id": 96, - "Rank": 1, "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "CommandName": "Add-PnPHubToHubAssociation" + "CommandName": "Add-PnPHubToHubAssociation", + "Rank": 1 }, { "Id": 97, - "Rank": 2, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", - "CommandName": "Add-PnPHubToHubAssociation" + "CommandName": "Add-PnPHubToHubAssociation", + "Rank": 2 }, { "Id": 98, - "Rank": 3, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", - "CommandName": "Add-PnPHubToHubAssociation" + "CommandName": "Add-PnPHubToHubAssociation", + "Rank": 3 }, { "Id": 99, - "Rank": 1, "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptBlock" + "CommandName": "Add-PnPJavaScriptBlock", + "Rank": 1 }, { "Id": 100, - "Rank": 2, "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "CommandName": "Add-PnPJavaScriptBlock" + "CommandName": "Add-PnPJavaScriptBlock", + "Rank": 2 }, { "Id": 101, - "Rank": 1, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptLink" + "CommandName": "Add-PnPJavaScriptLink", + "Rank": 1 }, { "Id": 102, - "Rank": 2, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "CommandName": "Add-PnPJavaScriptLink" + "CommandName": "Add-PnPJavaScriptLink", + "Rank": 2 }, { "Id": 103, - "Rank": 1, "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "CommandName": "Add-PnPListDesign" + "CommandName": "Add-PnPListDesign", + "Rank": 1 }, { "Id": 104, - "Rank": 2, "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", - "CommandName": "Add-PnPListDesign" + "CommandName": "Add-PnPListDesign", + "Rank": 2 }, { "Id": 105, - "Rank": 1, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Rank": 1 }, { "Id": 106, - "Rank": 2, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Rank": 2 }, { "Id": 107, - "Rank": 3, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "CommandName": "Add-PnPListFoldersToSiteTemplate" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Rank": 3 }, { "Id": 108, - "Rank": 1, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Rank": 1 }, { "Id": 109, - "Rank": 2, "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Rank": 2 }, { "Id": 110, - "Rank": 3, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Rank": 3 }, { "Id": 111, - "Rank": 4, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Rank": 4 }, { "Id": 112, - "Rank": 5, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "CommandName": "Add-PnPListItem" + "CommandName": "Add-PnPListItem", + "Rank": 5 }, { "Id": 113, - "Rank": 1, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Rank": 1 }, { "Id": 114, - "Rank": 2, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Rank": 2 }, { "Id": 115, - "Rank": 3, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "CommandName": "Add-PnPListItemAttachment" + "CommandName": "Add-PnPListItemAttachment", + "Rank": 3 }, { "Id": 116, - "Rank": 1, "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "CommandName": "Add-PnPListItemComment" + "CommandName": "Add-PnPListItemComment", + "Rank": 1 }, { "Id": 117, - "Rank": 1, "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "CommandName": "Add-PnPMasterPage" + "CommandName": "Add-PnPMasterPage", + "Rank": 1 }, { "Id": 118, - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupMember" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Rank": 1 }, { "Id": 119, - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupMember" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Rank": 2 }, { "Id": 120, - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupOwner" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Rank": 1 }, { "Id": 121, - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupOwner" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Rank": 2 }, { "Id": 122, - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Rank": 1 }, { "Id": 123, - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Rank": 2 }, { "Id": 124, - "Rank": 3, "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", - "CommandName": "Add-PnPMicrosoft365GroupToSite" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Rank": 3 }, { "Id": 125, - "Rank": 1, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 1 }, { "Id": 126, - "Rank": 2, "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 2 }, { "Id": 127, - "Rank": 3, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 3 }, { "Id": 128, - "Rank": 4, "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 4 }, { "Id": 129, - "Rank": 5, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 5 }, { "Id": 130, - "Rank": 6, "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 6 }, { "Id": 131, - "Rank": 7, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 7 }, { "Id": 132, - "Rank": 8, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", - "CommandName": "Add-PnPNavigationNode" + "CommandName": "Add-PnPNavigationNode", + "Rank": 8 }, { "Id": 133, - "Rank": 1, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Rank": 1 }, { "Id": 134, - "Rank": 2, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Rank": 2 }, { "Id": 135, - "Rank": 3, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "CommandName": "Add-PnPOrgAssetsLibrary" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Rank": 3 }, { "Id": 136, - "Rank": 1, "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "CommandName": "Add-PnPOrgNewsSite" + "CommandName": "Add-PnPOrgNewsSite", + "Rank": 1 }, { "Id": 137, - "Rank": 1, "Command": "Add-PnPPage -Name \"NewPage\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 1 }, { "Id": 138, - "Rank": 2, "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 2 }, { "Id": 139, - "Rank": 3, "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 3 }, { "Id": 140, - "Rank": 4, "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 4 }, { "Id": 141, - "Rank": 5, "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 5 }, { "Id": 142, - "Rank": 6, "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 6 }, { "Id": 143, - "Rank": 7, "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 7 }, { "Id": 144, - "Rank": 8, "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 8 }, { "Id": 145, - "Rank": 9, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 9 }, { "Id": 146, - "Rank": 10, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Add-PnPPage" + "CommandName": "Add-PnPPage", + "Rank": 10 }, { "Id": 147, - "Rank": 1, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "CommandName": "Add-PnPPageImageWebPart" + "CommandName": "Add-PnPPageImageWebPart", + "Rank": 1 }, { "Id": 148, - "Rank": 2, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "CommandName": "Add-PnPPageImageWebPart" + "CommandName": "Add-PnPPageImageWebPart", + "Rank": 2 }, { "Id": 149, - "Rank": 1, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "CommandName": "Add-PnPPageSection" + "CommandName": "Add-PnPPageSection", + "Rank": 1 }, { "Id": 150, - "Rank": 2, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "CommandName": "Add-PnPPageSection" + "CommandName": "Add-PnPPageSection", + "Rank": 2 }, { "Id": 151, - "Rank": 1, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Rank": 1 }, { "Id": 152, - "Rank": 2, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Rank": 2 }, { "Id": 153, - "Rank": 3, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "CommandName": "Add-PnPPageTextPart" + "CommandName": "Add-PnPPageTextPart", + "Rank": 3 }, { "Id": 154, - "Rank": 1, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Rank": 1 }, { "Id": 155, - "Rank": 2, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Rank": 2 }, { "Id": 156, - "Rank": 3, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "CommandName": "Add-PnPPageWebPart" + "CommandName": "Add-PnPPageWebPart", + "Rank": 3 }, { "Id": 157, - "Rank": 1, "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket" + "CommandName": "Add-PnPPlannerBucket", + "Rank": 1 }, { "Id": 158, - "Rank": 2, "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket" + "CommandName": "Add-PnPPlannerBucket", + "Rank": 2 }, { "Id": 159, - "Rank": 1, "Command": "Add-PnPPlannerRoster", - "CommandName": "Add-PnPPlannerRoster" + "CommandName": "Add-PnPPlannerRoster", + "Rank": 1 }, { "Id": 160, - "Rank": 1, "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPPlannerRosterMember" + "CommandName": "Add-PnPPlannerRosterMember", + "Rank": 1 }, { "Id": 161, - "Rank": 1, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Rank": 1 }, { "Id": 162, - "Rank": 2, "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Rank": 2 }, { "Id": 163, - "Rank": 3, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask" + "CommandName": "Add-PnPPlannerTask", + "Rank": 3 }, { "Id": 164, - "Rank": 1, "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Add-PnPPublishingImageRendition" + "CommandName": "Add-PnPPublishingImageRendition", + "Rank": 1 }, { "Id": 165, - "Rank": 1, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "CommandName": "Add-PnPPublishingPage" + "CommandName": "Add-PnPPublishingPage", + "Rank": 1 }, { "Id": 166, - "Rank": 2, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "CommandName": "Add-PnPPublishingPage" + "CommandName": "Add-PnPPublishingPage", + "Rank": 2 }, { "Id": 167, - "Rank": 1, "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "CommandName": "Add-PnPPublishingPageLayout" + "CommandName": "Add-PnPPublishingPageLayout", + "Rank": 1 }, { "Id": 168, - "Rank": 1, "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Rank": 1 }, { "Id": 169, - "Rank": 2, "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Rank": 2 }, { "Id": 170, - "Rank": 3, "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "CommandName": "Add-PnPRoleDefinition" + "CommandName": "Add-PnPRoleDefinition", + "Rank": 3 }, { "Id": 171, - "Rank": 1, "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Rank": 1 }, { "Id": 172, - "Rank": 2, "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Rank": 2 }, { "Id": 173, - "Rank": 3, "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Rank": 3 }, { "Id": 174, - "Rank": 1, "Command": "Add-PnPSiteCollectionAppCatalog", - "CommandName": "Add-PnPSiteCollectionAppCatalog" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Rank": 1 }, { "Id": 175, - "Rank": 2, "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Add-PnPSiteCollectionAppCatalog" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Rank": 2 }, { "Id": 176, - "Rank": 1, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", - "CommandName": "Add-PnPSiteDesign" + "CommandName": "Add-PnPSiteDesign", + "Rank": 1 }, { "Id": 177, - "Rank": 2, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "CommandName": "Add-PnPSiteDesign" + "CommandName": "Add-PnPSiteDesign", + "Rank": 2 }, { "Id": 178, - "Rank": 3, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "CommandName": "Add-PnPSiteDesign" + "CommandName": "Add-PnPSiteDesign", + "Rank": 3 }, { "Id": 179, - "Rank": 1, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "CommandName": "Add-PnPSiteDesignFromWeb" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Rank": 1 }, { "Id": 180, - "Rank": 2, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Add-PnPSiteDesignFromWeb" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Rank": 2 }, { "Id": 181, - "Rank": 3, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "CommandName": "Add-PnPSiteDesignFromWeb" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Rank": 3 }, { "Id": 182, - "Rank": 1, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Add-PnPSiteDesignTask" + "CommandName": "Add-PnPSiteDesignTask", + "Rank": 1 }, { "Id": 183, - "Rank": 2, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Add-PnPSiteDesignTask" + "CommandName": "Add-PnPSiteDesignTask", + "Rank": 2 }, { "Id": 184, - "Rank": 1, "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "CommandName": "Add-PnPSiteScript" + "CommandName": "Add-PnPSiteScript", + "Rank": 1 }, { "Id": 185, - "Rank": 1, "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", - "CommandName": "Add-PnPSiteScriptPackage" + "CommandName": "Add-PnPSiteScriptPackage", + "Rank": 1 }, { "Id": 186, - "Rank": 1, "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "CommandName": "Add-PnPSiteTemplate" + "CommandName": "Add-PnPSiteTemplate", + "Rank": 1 }, { "Id": 187, - "Rank": 1, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "CommandName": "Add-PnPStoredCredential" + "CommandName": "Add-PnPStoredCredential", + "Rank": 1 }, { "Id": 188, - "Rank": 2, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Add-PnPStoredCredential" + "CommandName": "Add-PnPStoredCredential", + "Rank": 2 }, { "Id": 189, - "Rank": 3, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "CommandName": "Add-PnPStoredCredential" + "CommandName": "Add-PnPStoredCredential", + "Rank": 3 }, { "Id": 190, - "Rank": 1, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "CommandName": "Add-PnPTaxonomyField" + "CommandName": "Add-PnPTaxonomyField", + "Rank": 1 }, { "Id": 191, - "Rank": 2, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "CommandName": "Add-PnPTaxonomyField" + "CommandName": "Add-PnPTaxonomyField", + "Rank": 2 }, { "Id": 192, - "Rank": 1, "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Rank": 1 }, { "Id": 193, - "Rank": 2, "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Rank": 2 }, { "Id": 194, - "Rank": 3, "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Rank": 3 }, { "Id": 195, - "Rank": 4, "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel" + "CommandName": "Add-PnPTeamsChannel", + "Rank": 4 }, { "Id": 196, - "Rank": 1, "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", - "CommandName": "Add-PnpTeamsChannelUser" + "CommandName": "Add-PnpTeamsChannelUser", + "Rank": 1 }, { "Id": 197, - "Rank": 2, "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "CommandName": "Add-PnpTeamsChannelUser" + "CommandName": "Add-PnpTeamsChannelUser", + "Rank": 2 }, { "Id": 198, - "Rank": 1, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Rank": 1 }, { "Id": 199, - "Rank": 2, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Rank": 2 }, { "Id": 200, - "Rank": 3, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Rank": 3 }, { "Id": 201, - "Rank": 4, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", - "CommandName": "Add-PnPTeamsTab" + "CommandName": "Add-PnPTeamsTab", + "Rank": 4 }, { "Id": 202, - "Rank": 1, "Command": "Add-PnPTeamsTeam", - "CommandName": "Add-PnPTeamsTeam" + "CommandName": "Add-PnPTeamsTeam", + "Rank": 1 }, { "Id": 203, - "Rank": 1, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Rank": 1 }, { "Id": 204, - "Rank": 2, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Rank": 2 }, { "Id": 205, - "Rank": 3, "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Rank": 3 }, { "Id": 206, - "Rank": 4, "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "CommandName": "Add-PnPTeamsUser" + "CommandName": "Add-PnPTeamsUser", + "Rank": 4 }, { "Id": 207, - "Rank": 1, "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Add-PnPTenantCdnOrigin" + "CommandName": "Add-PnPTenantCdnOrigin", + "Rank": 1 }, { "Id": 208, - "Rank": 1, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Rank": 1 }, { "Id": 209, - "Rank": 2, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Rank": 2 }, { "Id": 210, - "Rank": 3, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Rank": 3 }, { "Id": 211, - "Rank": 1, "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequence" + "CommandName": "Add-PnPTenantSequence", + "Rank": 1 }, { "Id": 212, - "Rank": 1, "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequenceSite" + "CommandName": "Add-PnPTenantSequenceSite", + "Rank": 1 }, { "Id": 213, - "Rank": 1, "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "CommandName": "Add-PnPTenantSequenceSubSite" + "CommandName": "Add-PnPTenantSequenceSubSite", + "Rank": 1 }, { "Id": 214, - "Rank": 1, "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "CommandName": "Add-PnPTermToTerm" + "CommandName": "Add-PnPTermToTerm", + "Rank": 1 }, { "Id": 215, - "Rank": 1, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Rank": 1 }, { "Id": 216, - "Rank": 2, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Rank": 2 }, { "Id": 217, - "Rank": 3, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "CommandName": "Add-PnPView" + "CommandName": "Add-PnPView", + "Rank": 3 }, { "Id": 218, - "Rank": 1, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Rank": 1 }, { "Id": 219, - "Rank": 2, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Rank": 2 }, { "Id": 220, - "Rank": 3, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Rank": 3 }, { "Id": 221, - "Rank": 1, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Rank": 1 }, { "Id": 222, - "Rank": 2, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Rank": 2 }, { "Id": 223, - "Rank": 3, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", - "CommandName": "Add-PnPWebhookSubscription" + "CommandName": "Add-PnPWebhookSubscription", + "Rank": 3 }, { "Id": 224, - "Rank": 1, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage" + "CommandName": "Add-PnPWebPartToWebPartPage", + "Rank": 1 }, { "Id": 225, - "Rank": 2, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage" + "CommandName": "Add-PnPWebPartToWebPartPage", + "Rank": 2 }, { "Id": 226, - "Rank": 1, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage" + "CommandName": "Add-PnPWebPartToWikiPage", + "Rank": 1 }, { "Id": 227, - "Rank": 2, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage" + "CommandName": "Add-PnPWebPartToWikiPage", + "Rank": 2 }, { "Id": 228, - "Rank": 1, "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "CommandName": "Add-PnPWikiPage" + "CommandName": "Add-PnPWikiPage", + "Rank": 1 }, { "Id": 229, - "Rank": 1, "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupMember" + "CommandName": "Clear-PnPAzureADGroupMember", + "Rank": 1 }, { "Id": 230, - "Rank": 1, "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupOwner" + "CommandName": "Clear-PnPAzureADGroupOwner", + "Rank": 1 }, { "Id": 231, - "Rank": 1, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "CommandName": "Clear-PnPDefaultColumnValues" + "CommandName": "Clear-PnPDefaultColumnValues", + "Rank": 1 }, { "Id": 232, - "Rank": 2, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "CommandName": "Clear-PnPDefaultColumnValues" + "CommandName": "Clear-PnPDefaultColumnValues", + "Rank": 2 }, { "Id": 233, - "Rank": 1, "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Clear-PnPListItemAsRecord" + "CommandName": "Clear-PnPListItemAsRecord", + "Rank": 1 }, { "Id": 234, - "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupMember" + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Rank": 1 }, { "Id": 235, - "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupOwner" + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Rank": 1 }, { "Id": 236, - "Rank": 1, "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Rank": 1 }, { "Id": 237, - "Rank": 2, "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Rank": 2 }, { "Id": 238, - "Rank": 3, "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "CommandName": "Clear-PnpRecycleBinItem" + "CommandName": "Clear-PnpRecycleBinItem", + "Rank": 3 }, { "Id": 239, - "Rank": 1, "Command": "Clear-PnPTenantAppCatalogUrl", - "CommandName": "Clear-PnPTenantAppCatalogUrl" + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Rank": 1 }, { "Id": 240, - "Rank": 1, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Clear-PnPTenantRecycleBinItem" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Rank": 1 }, { "Id": 241, - "Rank": 2, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Clear-PnPTenantRecycleBinItem" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Rank": 2 }, { "Id": 242, - "Rank": 1, "Command": "Clear-PnPTraceLog", - "CommandName": "Clear-PnPTraceLog" + "CommandName": "Clear-PnPTraceLog", + "Rank": 1 }, { "Id": 243, - "Rank": 1, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", - "CommandName": "Connect-PnPOnline" + "CommandName": "Connect-PnPOnline", + "Rank": 1 }, { "Id": 244, - "Rank": 1, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Rank": 1 }, { "Id": 245, - "Rank": 2, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Rank": 2 }, { "Id": 246, - "Rank": 3, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Rank": 3 }, { "Id": 247, - "Rank": 4, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Rank": 4 }, { "Id": 248, - "Rank": 5, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Rank": 5 }, { "Id": 249, - "Rank": 6, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Rank": 6 }, { "Id": 250, - "Rank": 7, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", - "CommandName": "Convert-PnPFile" + "CommandName": "Convert-PnPFile", + "Rank": 7 }, { "Id": 251, - "Rank": 1, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "CommandName": "Convert-PnPFolderToSiteTemplate" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Rank": 1 }, { "Id": 252, - "Rank": 2, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "CommandName": "Convert-PnPFolderToSiteTemplate" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Rank": 2 }, { "Id": 253, - "Rank": 1, "Command": "Convert-PnPSiteTemplate -Path template.xml", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Rank": 1 }, { "Id": 254, - "Rank": 2, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Rank": 2 }, { "Id": 255, - "Rank": 3, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "CommandName": "Convert-PnPSiteTemplate" + "CommandName": "Convert-PnPSiteTemplate", + "Rank": 3 }, { "Id": 256, - "Rank": 1, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "CommandName": "Convert-PnPSiteTemplateToMarkdown" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Rank": 1 }, { "Id": 257, - "Rank": 2, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "CommandName": "Convert-PnPSiteTemplateToMarkdown" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Rank": 2 }, { "Id": 258, - "Rank": 1, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 1 }, { "Id": 259, - "Rank": 2, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 2 }, { "Id": 260, - "Rank": 3, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 3 }, { "Id": 261, - "Rank": 4, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 4 }, { "Id": 262, - "Rank": 5, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 5 }, { "Id": 263, - "Rank": 6, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 6 }, { "Id": 264, - "Rank": 7, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 7 }, { "Id": 265, - "Rank": 8, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 8 }, { "Id": 266, - "Rank": 9, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 9 }, { "Id": 267, - "Rank": 10, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 10 }, { "Id": 268, - "Rank": 11, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 11 }, { "Id": 269, - "Rank": 12, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 12 }, { "Id": 270, - "Rank": 13, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 13 }, { "Id": 271, - "Rank": 14, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "CommandName": "ConvertTo-PnPPage" + "CommandName": "ConvertTo-PnPPage", + "Rank": 14 }, { "Id": 272, - "Rank": 1, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 1 }, { "Id": 273, - "Rank": 2, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 2 }, { "Id": 274, - "Rank": 3, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 3 }, { "Id": 275, - "Rank": 4, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 4 }, { "Id": 276, - "Rank": 5, "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 5 }, { "Id": 277, - "Rank": 6, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 6 }, { "Id": 278, - "Rank": 7, "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 7 }, { "Id": 279, - "Rank": 8, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 8 }, { "Id": 280, - "Rank": 9, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 9 }, { "Id": 281, - "Rank": 10, "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFile" + "CommandName": "Copy-PnPFile", + "Rank": 10 }, { "Id": 282, - "Rank": 1, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 1 }, { "Id": 283, - "Rank": 2, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 2 }, { "Id": 284, - "Rank": 3, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 3 }, { "Id": 285, - "Rank": 4, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 4 }, { "Id": 286, - "Rank": 5, "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 5 }, { "Id": 287, - "Rank": 6, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 6 }, { "Id": 288, - "Rank": 7, "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 7 }, { "Id": 289, - "Rank": 8, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 8 }, { "Id": 290, - "Rank": 9, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 9 }, { "Id": 291, - "Rank": 10, "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 10 }, { "Id": 292, - "Rank": 11, "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", - "CommandName": "Copy-PnPFolder" + "CommandName": "Copy-PnPFolder", + "Rank": 11 }, { "Id": 293, - "Rank": 1, "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "CommandName": "Copy-PnPItemProxy" + "CommandName": "Copy-PnPItemProxy", + "Rank": 1 }, { "Id": 294, - "Rank": 1, "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Rank": 1 }, { "Id": 295, - "Rank": 2, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Rank": 2 }, { "Id": 296, - "Rank": 3, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Rank": 3 }, { "Id": 297, - "Rank": 4, "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", - "CommandName": "Copy-PnPList" + "CommandName": "Copy-PnPList", + "Rank": 4 }, { "Id": 298, - "Rank": 1, "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "CommandName": "Copy-PnPPage" + "CommandName": "Copy-PnPPage", + "Rank": 1 }, { "Id": 299, - "Rank": 1, "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Rank": 1 }, { "Id": 300, - "Rank": 2, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Rank": 2 }, { "Id": 301, - "Rank": 3, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Rank": 3 }, { "Id": 302, - "Rank": 4, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "CommandName": "Copy-PnPTeamsTeam" + "CommandName": "Copy-PnPTeamsTeam", + "Rank": 4 }, { "Id": 303, - "Rank": 1, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Rank": 1 }, { "Id": 304, - "Rank": 2, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Rank": 2 }, { "Id": 305, - "Rank": 3, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Disable-PnPFeature" + "CommandName": "Disable-PnPFeature", + "Rank": 3 }, { "Id": 306, - "Rank": 1, "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Disable-PnPFlow" + "CommandName": "Disable-PnPFlow", + "Rank": 1 }, { "Id": 307, - "Rank": 2, "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Disable-PnPFlow" + "CommandName": "Disable-PnPFlow", + "Rank": 2 }, { "Id": 308, - "Rank": 1, "Command": "Disable-PnPPageScheduling", - "CommandName": "Disable-PnPPageScheduling" + "CommandName": "Disable-PnPPageScheduling", + "Rank": 1 }, { "Id": 309, - "Rank": 1, "Command": "Disable-PnPPowerShellTelemetry", - "CommandName": "Disable-PnPPowerShellTelemetry" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Rank": 1 }, { "Id": 310, - "Rank": 2, "Command": "Disable-PnPPowerShellTelemetry -Force", - "CommandName": "Disable-PnPPowerShellTelemetry" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Rank": 2 }, { "Id": 311, - "Rank": 1, "Command": "Disable-PnPSharingForNonOwnersOfSite", - "CommandName": "Disable-PnPSharingForNonOwnersOfSite" + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Rank": 1 }, { "Id": 312, - "Rank": 1, "Command": "Disable-PnPSiteClassification", - "CommandName": "Disable-PnPSiteClassification" + "CommandName": "Disable-PnPSiteClassification", + "Rank": 1 }, { "Id": 313, - "Rank": 1, "Command": "Disconnect-PnPOnline", - "CommandName": "Disconnect-PnPOnline" + "CommandName": "Disconnect-PnPOnline", + "Rank": 1 }, { "Id": 314, - "Rank": 1, "Command": "Enable-PnPCommSite", - "CommandName": "Enable-PnPCommSite" + "CommandName": "Enable-PnPCommSite", + "Rank": 1 }, { "Id": 315, - "Rank": 2, "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "CommandName": "Enable-PnPCommSite" + "CommandName": "Enable-PnPCommSite", + "Rank": 2 }, { "Id": 316, - "Rank": 1, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Rank": 1 }, { "Id": 317, - "Rank": 2, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Rank": 2 }, { "Id": 318, - "Rank": 3, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Enable-PnPFeature" + "CommandName": "Enable-PnPFeature", + "Rank": 3 }, { "Id": 319, - "Rank": 1, "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Enable-PnPFlow" + "CommandName": "Enable-PnPFlow", + "Rank": 1 }, { "Id": 320, - "Rank": 2, "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Enable-PnPFlow" + "CommandName": "Enable-PnPFlow", + "Rank": 2 }, { "Id": 321, - "Rank": 1, "Command": "Enable-PnPPageScheduling", - "CommandName": "Enable-PnPPageScheduling" + "CommandName": "Enable-PnPPageScheduling", + "Rank": 1 }, { "Id": 322, - "Rank": 1, "Command": "Enable-PnPPowerShellTelemetry", - "CommandName": "Enable-PnPPowerShellTelemetry" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Rank": 1 }, { "Id": 323, - "Rank": 2, "Command": "Enable-PnPPowerShellTelemetry -Force", - "CommandName": "Enable-PnPPowerShellTelemetry" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Rank": 2 }, { "Id": 324, - "Rank": 1, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 1 }, { "Id": 325, - "Rank": 2, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 2 }, { "Id": 326, - "Rank": 3, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 3 }, { "Id": 327, - "Rank": 4, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 4 }, { "Id": 328, - "Rank": 1, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "CommandName": "Enable-PnPSiteClassification" + "CommandName": "Enable-PnPSiteClassification", + "Rank": 1 }, { "Id": 329, - "Rank": 2, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Enable-PnPSiteClassification" + "CommandName": "Enable-PnPSiteClassification", + "Rank": 2 }, { "Id": 330, - "Rank": 1, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Export-PnPFlow" + "CommandName": "Export-PnPFlow", + "Rank": 1 }, { "Id": 331, - "Rank": 2, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Export-PnPFlow" + "CommandName": "Export-PnPFlow", + "Rank": 2 }, { "Id": 332, - "Rank": 1, "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "CommandName": "Export-PnPListToSiteTemplate" + "CommandName": "Export-PnPListToSiteTemplate", + "Rank": 1 }, { "Id": 333, - "Rank": 2, "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "CommandName": "Export-PnPListToSiteTemplate" + "CommandName": "Export-PnPListToSiteTemplate", + "Rank": 2 }, { "Id": 334, - "Rank": 1, "Command": "Export-PnPPage -Identity Home.aspx", - "CommandName": "Export-PnPPage" + "CommandName": "Export-PnPPage", + "Rank": 1 }, { "Id": 335, - "Rank": 2, "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", - "CommandName": "Export-PnPPage" + "CommandName": "Export-PnPPage", + "Rank": 2 }, { "Id": 336, - "Rank": 1, "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping" + "CommandName": "Export-PnPPageMapping", + "Rank": 1 }, { "Id": 337, - "Rank": 2, "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping" + "CommandName": "Export-PnPPageMapping", + "Rank": 2 }, { "Id": 338, - "Rank": 3, "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping" + "CommandName": "Export-PnPPageMapping", + "Rank": 3 }, { "Id": 339, - "Rank": 1, "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", - "CommandName": "Export-PnPPowerApp" + "CommandName": "Export-PnPPowerApp", + "Rank": 1 }, { "Id": 340, - "Rank": 2, "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", - "CommandName": "Export-PnPPowerApp" + "CommandName": "Export-PnPPowerApp", + "Rank": 2 }, { "Id": 341, - "Rank": 1, "Command": "Export-PnPTaxonomy", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Rank": 1 }, { "Id": 342, - "Rank": 2, "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Rank": 2 }, { "Id": 343, - "Rank": 3, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Rank": 3 }, { "Id": 344, - "Rank": 4, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "CommandName": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Rank": 4 }, { "Id": 345, - "Rank": 1, "Command": "Export-PnPTermGroupToXml", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Rank": 1 }, { "Id": 346, - "Rank": 2, "Command": "Export-PnPTermGroupToXml -Out output.xml", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Rank": 2 }, { "Id": 347, - "Rank": 3, "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "CommandName": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Rank": 3 }, { "Id": 348, - "Rank": 1, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Export-PnPUserInfo" + "CommandName": "Export-PnPUserInfo", + "Rank": 1 }, { "Id": 349, - "Rank": 2, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserInfo" + "CommandName": "Export-PnPUserInfo", + "Rank": 2 }, { "Id": 350, - "Rank": 1, "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Export-PnPUserProfile" + "CommandName": "Export-PnPUserProfile", + "Rank": 1 }, { "Id": 351, - "Rank": 2, "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserProfile" + "CommandName": "Export-PnPUserProfile", + "Rank": 2 }, { "Id": 352, - "Rank": 1, "Command": "Find-PnPFile -Match *.master", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Rank": 1 }, { "Id": 353, - "Rank": 2, "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Rank": 2 }, { "Id": 354, - "Rank": 3, "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "CommandName": "Find-PnPFile" + "CommandName": "Find-PnPFile", + "Rank": 3 }, { "Id": 355, - "Rank": 1, "Command": "Get-PnPAccessToken", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Rank": 1 }, { "Id": 356, - "Rank": 2, "Command": "Get-PnPAccessToken -Decoded", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Rank": 2 }, { "Id": 357, - "Rank": 3, "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Rank": 3 }, { "Id": 358, - "Rank": 4, "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Rank": 4 }, { "Id": 359, - "Rank": 5, "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Rank": 5 }, { "Id": 360, - "Rank": 6, "Command": "Get-PnPAccessToken -ListPermissionScopes", - "CommandName": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Rank": 6 }, { "Id": 361, - "Rank": 1, "Command": "Get-PnPAlert", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Rank": 1 }, { "Id": 362, - "Rank": 2, "Command": "Get-PnPAlert -List \"Demo List\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Rank": 2 }, { "Id": 363, - "Rank": 3, "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Rank": 3 }, { "Id": 364, - "Rank": 4, "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Rank": 4 }, { "Id": 365, - "Rank": 5, "Command": "Get-PnPAlert -AllUsers", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Rank": 5 }, { "Id": 366, - "Rank": 6, "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "CommandName": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Rank": 6 }, { "Id": 367, - "Rank": 1, "Command": "Get-PnPApp", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Rank": 1 }, { "Id": 368, - "Rank": 2, "Command": "Get-PnPApp -Scope Site", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Rank": 2 }, { "Id": 369, - "Rank": 3, "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Rank": 3 }, { "Id": 370, - "Rank": 1, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "CommandName": "Get-PnPAppErrors" + "CommandName": "Get-PnPAppErrors", + "Rank": 1 }, { "Id": 371, - "Rank": 2, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "CommandName": "Get-PnPAppErrors" + "CommandName": "Get-PnPAppErrors", + "Rank": 2 }, { "Id": 372, - "Rank": 1, "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Rank": 1 }, { "Id": 373, - "Rank": 2, "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Rank": 2 }, { "Id": 374, - "Rank": 3, "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "CommandName": "Get-PnPAppInfo" + "CommandName": "Get-PnPAppInfo", + "Rank": 3 }, { "Id": 375, - "Rank": 1, "Command": "Get-PnPApplicationCustomizer", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Rank": 1 }, { "Id": 376, - "Rank": 2, "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Rank": 2 }, { "Id": 377, - "Rank": 3, "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "CommandName": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Rank": 3 }, { "Id": 378, - "Rank": 1, "Command": "Get-PnPAuditing", - "CommandName": "Get-PnPAuditing" + "CommandName": "Get-PnPAuditing", + "Rank": 1 }, { "Id": 379, - "Rank": 1, "Command": "Get-PnPAuthenticationRealm", - "CommandName": "Get-PnPAuthenticationRealm" + "CommandName": "Get-PnPAuthenticationRealm", + "Rank": 1 }, { "Id": 380, - "Rank": 2, "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "CommandName": "Get-PnPAuthenticationRealm" + "CommandName": "Get-PnPAuthenticationRealm", + "Rank": 2 }, { "Id": 381, - "Rank": 1, "Command": "Get-PnPAvailableLanguage", - "CommandName": "Get-PnPAvailableLanguage" + "CommandName": "Get-PnPAvailableLanguage", + "Rank": 1 }, { "Id": 382, - "Rank": 1, "Command": "Get-PnPAvailableSensitivityLabel", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Rank": 1 }, { "Id": 383, - "Rank": 2, "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Rank": 2 }, { "Id": 384, - "Rank": 3, "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "CommandName": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Rank": 3 }, { "Id": 385, - "Rank": 1, "Command": "Get-PnPAvailableSiteClassification", - "CommandName": "Get-PnPAvailableSiteClassification" + "CommandName": "Get-PnPAvailableSiteClassification", + "Rank": 1 }, { "Id": 386, - "Rank": 1, "Command": "Get-PnPAzureACSPrincipal", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 1 }, { "Id": 387, - "Rank": 2, "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 2 }, { "Id": 388, - "Rank": 3, "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 3 }, { "Id": 389, - "Rank": 4, "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 4 }, { "Id": 390, - "Rank": 1, "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 1 }, { "Id": 391, - "Rank": 2, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 2 }, { "Id": 392, - "Rank": 3, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 3 }, { "Id": 393, - "Rank": 1, "Command": "Get-PnPAzureADActivityReportSignIn", - "CommandName": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Rank": 1 }, { "Id": 394, - "Rank": 2, "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", - "CommandName": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Rank": 2 }, { "Id": 395, - "Rank": 3, "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", - "CommandName": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Rank": 3 }, { "Id": 396, - "Rank": 1, "Command": "Get-PnPAzureADApp", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Rank": 1 }, { "Id": 397, - "Rank": 2, "Command": "Get-PnPAzureADApp -Identity MyApp", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Rank": 2 }, { "Id": 398, - "Rank": 3, "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Rank": 3 }, { "Id": 399, - "Rank": 4, "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Rank": 4 }, { "Id": 400, - "Rank": 1, "Command": "Get-PnPAzureADAppPermission", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Rank": 1 }, { "Id": 401, - "Rank": 2, "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Rank": 2 }, { "Id": 402, - "Rank": 3, "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Rank": 3 }, { "Id": 403, - "Rank": 1, "Command": "Get-PnPAzureADAppSitePermission", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 1 }, { "Id": 404, - "Rank": 2, "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 2 }, { "Id": 405, - "Rank": 3, "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 3 }, { "Id": 406, - "Rank": 4, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 4 }, { "Id": 407, - "Rank": 5, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "CommandName": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 5 }, { "Id": 408, - "Rank": 1, "Command": "Get-PnPAzureADGroup", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Rank": 1 }, { "Id": 409, - "Rank": 2, "Command": "Get-PnPAzureADGroup -Identity $groupId", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Rank": 2 }, { "Id": 410, - "Rank": 3, "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Rank": 3 }, { "Id": 411, - "Rank": 4, "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Rank": 4 }, { "Id": 412, - "Rank": 5, "Command": "Get-PnPAzureADGroup -Identity $group", - "CommandName": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Rank": 5 }, { "Id": 413, - "Rank": 1, "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Rank": 1 }, { "Id": 414, - "Rank": 2, "Command": "Get-PnPAzureADGroupMember -Identity $group", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Rank": 2 }, { "Id": 415, - "Rank": 3, "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", - "CommandName": "Get-PnPAzureADGroupMember" + "CommandName": "Get-PnPAzureADGroupMember", + "Rank": 3 }, { "Id": 416, - "Rank": 1, "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupOwner" + "CommandName": "Get-PnPAzureADGroupOwner", + "Rank": 1 }, { "Id": 417, - "Rank": 2, "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "CommandName": "Get-PnPAzureADGroupOwner" + "CommandName": "Get-PnPAzureADGroupOwner", + "Rank": 2 }, { "Id": 418, - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipal", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 1 }, { "Id": 419, - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 2 }, { "Id": 420, - "Rank": 3, "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 3 }, { "Id": 421, - "Rank": 4, "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 4 }, { "Id": 422, - "Rank": 5, "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 5 }, { "Id": 423, - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 1 }, { "Id": 424, - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 2 }, { "Id": 425, - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Rank": 1 }, { "Id": 426, - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Rank": 2 }, { "Id": 427, - "Rank": 1, "Command": "Get-PnPAzureADUser", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 1 }, { "Id": 428, - "Rank": 2, "Command": "Get-PnPAzureADUser -EndIndex 50", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 2 }, { "Id": 429, - "Rank": 3, "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 3 }, { "Id": 430, - "Rank": 4, "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 4 }, { "Id": 431, - "Rank": 5, "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 5 }, { "Id": 432, - "Rank": 6, "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 6 }, { "Id": 433, - "Rank": 7, "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 7 }, { "Id": 434, - "Rank": 8, "Command": "Get-PnPAzureADUser -Delta", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 8 }, { "Id": 435, - "Rank": 9, "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 9 }, { "Id": 436, - "Rank": 10, "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "CommandName": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Rank": 10 }, { "Id": 437, - "Rank": 1, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Rank": 1 }, { "Id": 438, - "Rank": 2, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Rank": 2 }, { "Id": 439, - "Rank": 3, "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "CommandName": "Get-PnPAzureCertificate" + "CommandName": "Get-PnPAzureCertificate", + "Rank": 3 }, { "Id": 440, - "Rank": 1, "Command": "Get-PnPBrandCenterConfig", - "CommandName": "Get-PnPBrandCenterConfig" + "CommandName": "Get-PnPBrandCenterConfig", + "Rank": 1 }, { "Id": 441, - "Rank": 1, "Command": "Get-PnPBrandCenterFont", - "CommandName": "Get-PnPBrandCenterFont" + "CommandName": "Get-PnPBrandCenterFont", + "Rank": 1 }, { "Id": 442, - "Rank": 1, "Command": "Get-PnPBrandCenterFontPackage", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 1 }, { "Id": 443, - "Rank": 2, "Command": "Get-PnPBrandCenterFontPackage -Store Site", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 2 }, { "Id": 444, - "Rank": 3, "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 3 }, { "Id": 445, - "Rank": 4, "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "CommandName": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 4 }, { "Id": 446, - "Rank": 1, "Command": "Get-PnPBrowserIdleSignout", - "CommandName": "Get-PnPBrowserIdleSignout" + "CommandName": "Get-PnPBrowserIdleSignout", + "Rank": 1 }, { "Id": 447, - "Rank": 1, "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Rank": 1 }, { "Id": 448, - "Rank": 2, "Command": "Get-PnPBuiltInDesignPackageVisibility", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Rank": 2 }, { "Id": 449, - "Rank": 1, "Command": "Get-PnPBuiltInSiteTemplateSettings", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 1 }, { "Id": 450, - "Rank": 2, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 2 }, { "Id": 451, - "Rank": 3, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 3 }, { "Id": 452, - "Rank": 4, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 4 }, { "Id": 453, - "Rank": 5, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 5 }, { "Id": 454, - "Rank": 1, "Command": "Get-PnPChangeLog", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Rank": 1 }, { "Id": 455, - "Rank": 2, "Command": "Get-PnPChangeLog -Nightly", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Rank": 2 }, { "Id": 456, - "Rank": 3, "Command": "Get-PnPChangeLog -Version 2.12.0", - "CommandName": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Rank": 3 }, { "Id": 457, - "Rank": 1, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "CommandName": "Get-PnPCompatibleHubContentTypes" + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Rank": 1 }, { "Id": 458, - "Rank": 2, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", - "CommandName": "Get-PnPCompatibleHubContentTypes" + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Rank": 2 }, { "Id": 459, - "Rank": 1, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", - "CommandName": "Get-PnPContainer" + "CommandName": "Get-PnPContainer", + "Rank": 1 }, { "Id": 460, - "Rank": 2, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Get-PnPContainer" + "CommandName": "Get-PnPContainer", + "Rank": 2 }, { "Id": 461, - "Rank": 3, "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "CommandName": "Get-PnPContainer" + "CommandName": "Get-PnPContainer", + "Rank": 3 }, { "Id": 462, - "Rank": 1, "Command": "Get-PnPContainerType", - "CommandName": "Get-PnPContainerType" + "CommandName": "Get-PnPContainerType", + "Rank": 1 }, { "Id": 463, - "Rank": 1, "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", - "CommandName": "Get-PnPContainerTypeConfiguration" + "CommandName": "Get-PnPContainerTypeConfiguration", + "Rank": 1 }, { "Id": 464, - "Rank": 1, "Command": "Get-PnPContentType", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Rank": 1 }, { "Id": 465, - "Rank": 2, "Command": "Get-PnPContentType -InSiteHierarchy", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Rank": 2 }, { "Id": 466, - "Rank": 3, "Command": "Get-PnPContentType -Identity \"Project Document\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Rank": 3 }, { "Id": 467, - "Rank": 4, "Command": "Get-PnPContentType -List \"Documents\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Rank": 4 }, { "Id": 468, - "Rank": 5, "Command": "Get-PnPContentType -Includes \"SchemaXml\"", - "CommandName": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Rank": 5 }, { "Id": 469, - "Rank": 1, "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "CommandName": "Get-PnPContentTypePublishingStatus" + "CommandName": "Get-PnPContentTypePublishingStatus", + "Rank": 1 }, { "Id": 470, - "Rank": 1, "Command": "Get-PnPCopilotAdminLimitedMode", - "CommandName": "Get-PnPCopilotAdminLimitedMode" + "CommandName": "Get-PnPCopilotAdminLimitedMode", + "Rank": 1 }, { "Id": 471, - "Rank": 1, "Command": "Get-PnPCopilotAgent", - "CommandName": "Get-PnPCopilotAgent" + "CommandName": "Get-PnPCopilotAgent", + "Rank": 1 }, { "Id": 472, - "Rank": 2, "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", - "CommandName": "Get-PnPCopilotAgent" + "CommandName": "Get-PnPCopilotAgent", + "Rank": 2 }, { "Id": 473, - "Rank": 1, "Command": "Get-PnPCustomAction", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Rank": 1 }, { "Id": 474, - "Rank": 2, "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Rank": 2 }, { "Id": 475, - "Rank": 3, "Command": "Get-PnPCustomAction -Scope web", - "CommandName": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Rank": 3 }, { "Id": 476, - "Rank": 1, "Command": "Get-PnPDeletedContainer", - "CommandName": "Get-PnPDeletedContainer" + "CommandName": "Get-PnPDeletedContainer", + "Rank": 1 }, { "Id": 477, - "Rank": 1, "Command": "Get-PnPDeletedFlow", - "CommandName": "Get-PnPDeletedFlow" + "CommandName": "Get-PnPDeletedFlow", + "Rank": 1 }, { "Id": 478, - "Rank": 1, "Command": "Get-PnPDeletedMicrosoft365Group", - "CommandName": "Get-PnPDeletedMicrosoft365Group" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Rank": 1 }, { "Id": 479, - "Rank": 2, "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Get-PnPDeletedMicrosoft365Group" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Rank": 2 }, { "Id": 480, - "Rank": 1, "Command": "Get-PnPDeletedTeam", - "CommandName": "Get-PnPDeletedTeam" + "CommandName": "Get-PnPDeletedTeam", + "Rank": 1 }, { "Id": 481, - "Rank": 1, "Command": "Get-PnPDiagnostics", - "CommandName": "Get-PnPDiagnostics" + "CommandName": "Get-PnPDiagnostics", + "Rank": 1 }, { "Id": 482, - "Rank": 1, "Command": "Get-PnPDisableSpacesActivation", - "CommandName": "Get-PnPDisableSpacesActivation" + "CommandName": "Get-PnPDisableSpacesActivation", + "Rank": 1 }, { "Id": 483, - "Rank": 1, "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "CommandName": "Get-PnPDocumentSetTemplate" + "CommandName": "Get-PnPDocumentSetTemplate", + "Rank": 1 }, { "Id": 484, - "Rank": 2, "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "CommandName": "Get-PnPDocumentSetTemplate" + "CommandName": "Get-PnPDocumentSetTemplate", + "Rank": 2 }, { "Id": 485, - "Rank": 1, "Command": "Get-PnPEnterpriseAppInsightsReport", - "CommandName": "Get-PnPEnterpriseAppInsightsReport" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 1 }, { "Id": 486, - "Rank": 2, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", - "CommandName": "Get-PnPEnterpriseAppInsightsReport" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 2 }, { "Id": 487, - "Rank": 3, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", - "CommandName": "Get-PnPEnterpriseAppInsightsReport" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 3 }, { "Id": 488, - "Rank": 1, "Command": "Get-PnPEventReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 1 }, { "Id": 489, - "Rank": 2, "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 2 }, { "Id": 490, - "Rank": 3, "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 3 }, { "Id": 491, - "Rank": 4, "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 4 }, { "Id": 492, - "Rank": 5, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 5 }, { "Id": 493, - "Rank": 6, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 6 }, { "Id": 494, - "Rank": 7, "Command": "Get-PnPEventReceiver -Scope Site", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 7 }, { "Id": 495, - "Rank": 8, "Command": "Get-PnPEventReceiver -Scope Web", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 8 }, { "Id": 496, - "Rank": 9, "Command": "Get-PnPEventReceiver -Scope All", - "CommandName": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Rank": 9 }, { "Id": 497, - "Rank": 1, "Command": "Get-PnPException", - "CommandName": "Get-PnPException" + "CommandName": "Get-PnPException", + "Rank": 1 }, { "Id": 498, - "Rank": 2, "Command": "Get-PnPException -All", - "CommandName": "Get-PnPException" + "CommandName": "Get-PnPException", + "Rank": 2 }, { "Id": 499, - "Rank": 1, "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "CommandName": "Get-PnPExternalUser" + "CommandName": "Get-PnPExternalUser", + "Rank": 1 }, { "Id": 500, - "Rank": 2, "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "CommandName": "Get-PnPExternalUser" + "CommandName": "Get-PnPExternalUser", + "Rank": 2 }, { "Id": 501, - "Rank": 1, "Command": "Get-PnPFeature", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Rank": 1 }, { "Id": 502, - "Rank": 2, "Command": "Get-PnPFeature -Scope Site", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Rank": 2 }, { "Id": 503, - "Rank": 3, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Rank": 3 }, { "Id": 504, - "Rank": 4, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "CommandName": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Rank": 4 }, { "Id": 505, - "Rank": 1, "Command": "Get-PnPField", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Rank": 1 }, { "Id": 506, - "Rank": 2, "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Rank": 2 }, { "Id": 507, - "Rank": 3, "Command": "Get-PnPField -Group \"Custom Columns\"", - "CommandName": "Get-PnPField" + "CommandName": "Get-PnPField", + "Rank": 3 }, { "Id": 508, - "Rank": 1, "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 1 }, { "Id": 509, - "Rank": 2, "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 2 }, { "Id": 510, - "Rank": 3, "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 3 }, { "Id": 511, - "Rank": 4, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 4 }, { "Id": 512, - "Rank": 5, "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 5 }, { "Id": 513, - "Rank": 6, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 6 }, { "Id": 514, - "Rank": 7, "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 7 }, { "Id": 515, - "Rank": 8, "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "CommandName": "Get-PnPFile" + "CommandName": "Get-PnPFile", + "Rank": 8 }, { "Id": 516, - "Rank": 1, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFileAnalyticsData" + "CommandName": "Get-PnPFileAnalyticsData", + "Rank": 1 }, { "Id": 517, - "Rank": 2, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", - "CommandName": "Get-PnPFileAnalyticsData" + "CommandName": "Get-PnPFileAnalyticsData", + "Rank": 2 }, { "Id": 518, - "Rank": 3, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPFileAnalyticsData" + "CommandName": "Get-PnPFileAnalyticsData", + "Rank": 3 }, { "Id": 519, - "Rank": 1, "Command": "Get-PnPFileCheckedOut -List \"Documents\"", - "CommandName": "Get-PnPFileCheckedOut" + "CommandName": "Get-PnPFileCheckedOut", + "Rank": 1 }, { "Id": 520, - "Rank": 1, "Command": "Get-PnPFileInFolder", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Rank": 1 }, { "Id": 521, - "Rank": 2, "Command": "Get-PnPFileInFolder -Recurse", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Rank": 2 }, { "Id": 522, - "Rank": 3, "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Rank": 3 }, { "Id": 523, - "Rank": 4, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Rank": 4 }, { "Id": 524, - "Rank": 5, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "CommandName": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Rank": 5 }, { "Id": 525, - "Rank": 1, "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "CommandName": "Get-PnPFileRetentionLabel" + "CommandName": "Get-PnPFileRetentionLabel", + "Rank": 1 }, { "Id": 526, - "Rank": 1, "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "CommandName": "Get-PnPFileSensitivityLabel" + "CommandName": "Get-PnPFileSensitivityLabel", + "Rank": 1 }, { "Id": 527, - "Rank": 1, "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", - "CommandName": "Get-PnPFileSensitivityLabelInfo" + "CommandName": "Get-PnPFileSensitivityLabelInfo", + "Rank": 1 }, { "Id": 528, - "Rank": 1, "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Get-PnPFileSharingLink" + "CommandName": "Get-PnPFileSharingLink", + "Rank": 1 }, { "Id": 529, - "Rank": 2, "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", - "CommandName": "Get-PnPFileSharingLink" + "CommandName": "Get-PnPFileSharingLink", + "Rank": 2 }, { "Id": 530, - "Rank": 3, "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", - "CommandName": "Get-PnPFileSharingLink" + "CommandName": "Get-PnPFileSharingLink", + "Rank": 3 }, { "Id": 531, - "Rank": 1, "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Rank": 1 }, { "Id": 532, - "Rank": 2, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Rank": 2 }, { "Id": 533, - "Rank": 3, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", - "CommandName": "Get-PnPFileVersion" + "CommandName": "Get-PnPFileVersion", + "Rank": 3 }, { "Id": 534, - "Rank": 1, "Command": "Get-PnPFlow -AsAdmin", - "CommandName": "Get-PnPFlow" + "CommandName": "Get-PnPFlow", + "Rank": 1 }, { "Id": 535, - "Rank": 2, "Command": "Get-PnPFlow -SharingStatus SharedWithMe", - "CommandName": "Get-PnPFlow" + "CommandName": "Get-PnPFlow", + "Rank": 2 }, { "Id": 536, - "Rank": 3, "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlow" + "CommandName": "Get-PnPFlow", + "Rank": 3 }, { "Id": 537, - "Rank": 1, "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "CommandName": "Get-PnPFlowOwner" + "CommandName": "Get-PnPFlowOwner", + "Rank": 1 }, { "Id": 538, - "Rank": 2, "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "CommandName": "Get-PnPFlowOwner" + "CommandName": "Get-PnPFlowOwner", + "Rank": 2 }, { "Id": 539, - "Rank": 1, "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlowRun" + "CommandName": "Get-PnPFlowRun", + "Rank": 1 }, { "Id": 540, - "Rank": 2, "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Get-PnPFlowRun" + "CommandName": "Get-PnPFlowRun", + "Rank": 2 }, { "Id": 541, - "Rank": 1, "Command": "Get-PnPFolder", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Rank": 1 }, { "Id": 542, - "Rank": 2, "Command": "Get-PnPFolder -CurrentWebRootFolder", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Rank": 2 }, { "Id": 543, - "Rank": 3, "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Rank": 3 }, { "Id": 544, - "Rank": 4, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Rank": 4 }, { "Id": 545, - "Rank": 5, "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Rank": 5 }, { "Id": 546, - "Rank": 6, "Command": "Get-PnPFolder -List \"Shared Documents\"", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Rank": 6 }, { "Id": 547, - "Rank": 7, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", - "CommandName": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Rank": 7 }, { "Id": 548, - "Rank": 1, "Command": "Get-PnPFolderInFolder", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Rank": 1 }, { "Id": 549, - "Rank": 2, "Command": "Get-PnPFolderInFolder -Recurse", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Rank": 2 }, { "Id": 550, - "Rank": 3, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Rank": 3 }, { "Id": 551, - "Rank": 4, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Rank": 4 }, { "Id": 552, - "Rank": 5, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Rank": 5 }, { "Id": 553, - "Rank": 6, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "CommandName": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Rank": 6 }, { "Id": 554, - "Rank": 1, "Command": "Get-PnPFolderItem", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Rank": 1 }, { "Id": 555, - "Rank": 2, "Command": "Get-PnPFolderItem -Recurse", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Rank": 2 }, { "Id": 556, - "Rank": 3, "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Rank": 3 }, { "Id": 557, - "Rank": 4, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Rank": 4 }, { "Id": 558, - "Rank": 5, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Rank": 5 }, { "Id": 559, - "Rank": 6, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "CommandName": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Rank": 6 }, { "Id": 560, - "Rank": 1, "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Get-PnPFolderSharingLink" + "CommandName": "Get-PnPFolderSharingLink", + "Rank": 1 }, { "Id": 561, - "Rank": 1, "Command": "Get-PnPFolderStorageMetric", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Rank": 1 }, { "Id": 562, - "Rank": 2, "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Rank": 2 }, { "Id": 563, - "Rank": 3, "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "CommandName": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Rank": 3 }, { "Id": 564, - "Rank": 1, "Command": "Get-PnPFooter", - "CommandName": "Get-PnPFooter" + "CommandName": "Get-PnPFooter", + "Rank": 1 }, { "Id": 565, - "Rank": 1, "Command": "Get-PnPGraphSubscription", - "CommandName": "Get-PnPGraphSubscription" + "CommandName": "Get-PnPGraphSubscription", + "Rank": 1 }, { "Id": 566, - "Rank": 2, "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPGraphSubscription" + "CommandName": "Get-PnPGraphSubscription", + "Rank": 2 }, { "Id": 567, - "Rank": 1, "Command": "Get-PnPGroup", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Rank": 1 }, { "Id": 568, - "Rank": 2, "Command": "Get-PnPGroup -Identity 'My Site Users'", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Rank": 2 }, { "Id": 569, - "Rank": 3, "Command": "Get-PnPGroup -AssociatedMemberGroup", - "CommandName": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Rank": 3 }, { "Id": 570, - "Rank": 1, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "CommandName": "Get-PnPGroupMember" + "CommandName": "Get-PnPGroupMember", + "Rank": 1 }, { "Id": 571, - "Rank": 2, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "CommandName": "Get-PnPGroupMember" + "CommandName": "Get-PnPGroupMember", + "Rank": 2 }, { "Id": 572, - "Rank": 1, "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "CommandName": "Get-PnPGroupPermissions" + "CommandName": "Get-PnPGroupPermissions", + "Rank": 1 }, { "Id": 573, - "Rank": 1, "Command": "Get-PnPHideDefaultThemes", - "CommandName": "Get-PnPHideDefaultThemes" + "CommandName": "Get-PnPHideDefaultThemes", + "Rank": 1 }, { "Id": 574, - "Rank": 1, "Command": "Get-PnPHomePage", - "CommandName": "Get-PnPHomePage" + "CommandName": "Get-PnPHomePage", + "Rank": 1 }, { "Id": 575, - "Rank": 1, "Command": "Get-PnPHomeSite", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Rank": 1 }, { "Id": 576, - "Rank": 2, "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Rank": 2 }, { "Id": 577, - "Rank": 3, "Command": "Get-PnPHomeSite -Detailed", - "CommandName": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Rank": 3 }, { "Id": 578, - "Rank": 1, "Command": "Get-PnPHubSite", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Rank": 1 }, { "Id": 579, - "Rank": 2, "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Rank": 2 }, { "Id": 580, - "Rank": 3, "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "CommandName": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Rank": 3 }, { "Id": 581, - "Rank": 1, "Command": "Get-PnPHubSiteChild", - "CommandName": "Get-PnPHubSiteChild" + "CommandName": "Get-PnPHubSiteChild", + "Rank": 1 }, { "Id": 582, - "Rank": 2, "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSiteChild" + "CommandName": "Get-PnPHubSiteChild", + "Rank": 2 }, { "Id": 583, - "Rank": 1, "Command": "Get-PnPInPlaceRecordsManagement", - "CommandName": "Get-PnPInPlaceRecordsManagement" + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Rank": 1 }, { "Id": 584, - "Rank": 1, "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "CommandName": "Get-PnPIsSiteAliasAvailable" + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Rank": 1 }, { "Id": 585, - "Rank": 1, "Command": "Get-PnPJavaScriptLink", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Rank": 1 }, { "Id": 586, - "Rank": 2, "Command": "Get-PnPJavaScriptLink -Scope All", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Rank": 2 }, { "Id": 587, - "Rank": 3, "Command": "Get-PnPJavaScriptLink -Scope Web", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Rank": 3 }, { "Id": 588, - "Rank": 4, "Command": "Get-PnPJavaScriptLink -Scope Site", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Rank": 4 }, { "Id": 589, - "Rank": 5, "Command": "Get-PnPJavaScriptLink -Name Test", - "CommandName": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Rank": 5 }, { "Id": 590, - "Rank": 1, "Command": "Get-PnPKnowledgeHubSite", - "CommandName": "Get-PnPKnowledgeHubSite" + "CommandName": "Get-PnPKnowledgeHubSite", + "Rank": 1 }, { "Id": 591, - "Rank": 1, "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", - "CommandName": "Get-PnPLargeListOperationStatus" + "CommandName": "Get-PnPLargeListOperationStatus", + "Rank": 1 }, { "Id": 592, - "Rank": 1, "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus" + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", + "Rank": 1 }, { "Id": 593, - "Rank": 1, "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus" + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", + "Rank": 1 }, { "Id": 594, - "Rank": 1, "Command": "Get-PnPList", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Rank": 1 }, { "Id": 595, - "Rank": 2, "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Rank": 2 }, { "Id": 596, - "Rank": 3, "Command": "Get-PnPList -Identity Lists/Announcements", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Rank": 3 }, { "Id": 597, - "Rank": 4, "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Rank": 4 }, { "Id": 598, - "Rank": 5, "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "CommandName": "Get-PnPList" + "CommandName": "Get-PnPList", + "Rank": 5 }, { "Id": 599, - "Rank": 1, "Command": "Get-PnPListDesign", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Rank": 1 }, { "Id": 600, - "Rank": 2, "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Rank": 2 }, { "Id": 601, - "Rank": 3, "Command": "Get-PnPListDesign -Identity ListEvent", - "CommandName": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Rank": 3 }, { "Id": 602, - "Rank": 1, "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "CommandName": "Get-PnPListInformationRightsManagement" + "CommandName": "Get-PnPListInformationRightsManagement", + "Rank": 1 }, { "Id": 603, - "Rank": 1, "Command": "Get-PnPListItem -List Tasks", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 1 }, { "Id": 604, - "Rank": 2, "Command": "Get-PnPListItem -List Tasks -Id 1", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 2 }, { "Id": 605, - "Rank": 3, "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 3 }, { "Id": 606, - "Rank": 4, "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 4 }, { "Id": 607, - "Rank": 5, "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 5 }, { "Id": 608, - "Rank": 6, "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 6 }, { "Id": 609, - "Rank": 7, "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 7 }, { "Id": 610, - "Rank": 8, "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 8 }, { "Id": 611, - "Rank": 9, "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "CommandName": "Get-PnPListItem" + "CommandName": "Get-PnPListItem", + "Rank": 9 }, { "Id": 612, - "Rank": 1, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", - "CommandName": "Get-PnPListItemAttachment" + "CommandName": "Get-PnPListItemAttachment", + "Rank": 1 }, { "Id": 613, - "Rank": 2, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", - "CommandName": "Get-PnPListItemAttachment" + "CommandName": "Get-PnPListItemAttachment", + "Rank": 2 }, { "Id": 614, - "Rank": 1, "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "CommandName": "Get-PnPListItemComment" + "CommandName": "Get-PnPListItemComment", + "Rank": 1 }, { "Id": 615, - "Rank": 1, "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "CommandName": "Get-PnPListItemPermission" + "CommandName": "Get-PnPListItemPermission", + "Rank": 1 }, { "Id": 616, - "Rank": 1, "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", - "CommandName": "Get-PnPListItemVersion" + "CommandName": "Get-PnPListItemVersion", + "Rank": 1 }, { "Id": 617, - "Rank": 1, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "CommandName": "Get-PnPListPermissions" + "CommandName": "Get-PnPListPermissions", + "Rank": 1 }, { "Id": 618, - "Rank": 2, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPListPermissions" + "CommandName": "Get-PnPListPermissions", + "Rank": 2 }, { "Id": 619, - "Rank": 1, "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "CommandName": "Get-PnPListRecordDeclaration" + "CommandName": "Get-PnPListRecordDeclaration", + "Rank": 1 }, { "Id": 620, - "Rank": 1, "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", - "CommandName": "Get-PnPManagedAppId" + "CommandName": "Get-PnPManagedAppId", + "Rank": 1 }, { "Id": 621, - "Rank": 1, "Command": "Get-PnPMasterPage", - "CommandName": "Get-PnPMasterPage" + "CommandName": "Get-PnPMasterPage", + "Rank": 1 }, { "Id": 622, - "Rank": 1, "Command": "Get-PnPMessageCenterAnnouncement", - "CommandName": "Get-PnPMessageCenterAnnouncement" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Rank": 1 }, { "Id": 623, - "Rank": 2, "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "CommandName": "Get-PnPMessageCenterAnnouncement" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Rank": 2 }, { "Id": 624, - "Rank": 1, "Command": "Get-PnPMicrosoft365ExpiringGroup", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Rank": 1 }, { "Id": 625, - "Rank": 2, "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Rank": 2 }, { "Id": 626, - "Rank": 1, "Command": "Get-PnPMicrosoft365Group", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 1 }, { "Id": 627, - "Rank": 2, "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 2 }, { "Id": 628, - "Rank": 3, "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 3 }, { "Id": 629, - "Rank": 4, "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 4 }, { "Id": 630, - "Rank": 5, "Command": "Get-PnPMicrosoft365Group -Identity $group", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 5 }, { "Id": 631, - "Rank": 6, "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "CommandName": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 6 }, { "Id": 632, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupEndpoint", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 1 }, { "Id": 633, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 2 }, { "Id": 634, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 3 }, { "Id": 635, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Rank": 1 }, { "Id": 636, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Rank": 2 }, { "Id": 637, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "CommandName": "Get-PnPMicrosoft365GroupMember" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Rank": 3 }, { "Id": 638, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupOwner" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Rank": 1 }, { "Id": 639, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupOwner" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Rank": 2 }, { "Id": 640, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettings", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 1 }, { "Id": 641, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 2 }, { "Id": 642, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 3 }, { "Id": 643, - "Rank": 4, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", - "CommandName": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 4 }, { "Id": 644, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Rank": 1 }, { "Id": 645, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Rank": 2 }, { "Id": 646, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupTeam", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Rank": 1 }, { "Id": 647, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Rank": 2 }, { "Id": 648, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Rank": 3 }, { "Id": 649, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 1 }, { "Id": 650, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 2 }, { "Id": 651, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 3 }, { "Id": 652, - "Rank": 1, "Command": "Get-PnPMicrosoft365Roadmap", - "CommandName": "Get-PnPMicrosoft365Roadmap" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Rank": 1 }, { "Id": 653, - "Rank": 2, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", - "CommandName": "Get-PnPMicrosoft365Roadmap" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Rank": 2 }, { "Id": 654, - "Rank": 3, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", - "CommandName": "Get-PnPMicrosoft365Roadmap" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Rank": 3 }, { "Id": 655, - "Rank": 1, "Command": "Get-PnPNavigationNode", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Rank": 1 }, { "Id": 656, - "Rank": 2, "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Rank": 2 }, { "Id": 657, - "Rank": 3, "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "CommandName": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Rank": 3 }, { "Id": 658, - "Rank": 1, "Command": "Get-PnPOrgAssetsLibrary", - "CommandName": "Get-PnPOrgAssetsLibrary" + "CommandName": "Get-PnPOrgAssetsLibrary", + "Rank": 1 }, { "Id": 659, - "Rank": 1, "Command": "Get-PnPOrgNewsSite", - "CommandName": "Get-PnPOrgNewsSite" + "CommandName": "Get-PnPOrgNewsSite", + "Rank": 1 }, { "Id": 660, - "Rank": 1, "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Rank": 1 }, { "Id": 661, - "Rank": 2, "Command": "Get-PnPPage \"MyPage\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Rank": 2 }, { "Id": 662, - "Rank": 3, "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Rank": 3 }, { "Id": 663, - "Rank": 4, "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Rank": 4 }, { "Id": 664, - "Rank": 5, "Command": "Get-PnPPage", - "CommandName": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Rank": 5 }, { "Id": 665, - "Rank": 1, "Command": "Get-PnPPageComponent -Page Home", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Rank": 1 }, { "Id": 666, - "Rank": 2, "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Rank": 2 }, { "Id": 667, - "Rank": 3, "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "CommandName": "Get-PnPPageComponent" + "CommandName": "Get-PnPPageComponent", + "Rank": 3 }, { "Id": 668, - "Rank": 1, "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", - "CommandName": "Get-PnPPageCopyProgress" + "CommandName": "Get-PnPPageCopyProgress", + "Rank": 1 }, { "Id": 669, - "Rank": 1, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPageLikedByInformation" + "CommandName": "Get-PnPPageLikedByInformation", + "Rank": 1 }, { "Id": 670, - "Rank": 2, "Command": "Get-PnPPageLikedByInformation \"MyPage\"", - "CommandName": "Get-PnPPageLikedByInformation" + "CommandName": "Get-PnPPageLikedByInformation", + "Rank": 2 }, { "Id": 671, - "Rank": 3, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPageLikedByInformation" + "CommandName": "Get-PnPPageLikedByInformation", + "Rank": 3 }, { "Id": 672, - "Rank": 1, "Command": "Get-PnPPageSchedulingEnabled", - "CommandName": "Get-PnPPageSchedulingEnabled" + "CommandName": "Get-PnPPageSchedulingEnabled", + "Rank": 1 }, { "Id": 673, - "Rank": 1, "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerBucket" + "CommandName": "Get-PnPPlannerBucket", + "Rank": 1 }, { "Id": 674, - "Rank": 1, "Command": "Get-PnPPlannerConfiguration", - "CommandName": "Get-PnPPlannerConfiguration" + "CommandName": "Get-PnPPlannerConfiguration", + "Rank": 1 }, { "Id": 675, - "Rank": 1, "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Rank": 1 }, { "Id": 676, - "Rank": 2, "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Rank": 2 }, { "Id": 677, - "Rank": 3, "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "CommandName": "Get-PnPPlannerPlan" + "CommandName": "Get-PnPPlannerPlan", + "Rank": 3 }, { "Id": 678, - "Rank": 1, "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Get-PnPPlannerRosterMember" + "CommandName": "Get-PnPPlannerRosterMember", + "Rank": 1 }, { "Id": 679, - "Rank": 1, "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "CommandName": "Get-PnPPlannerRosterPlan" + "CommandName": "Get-PnPPlannerRosterPlan", + "Rank": 1 }, { "Id": 680, - "Rank": 2, "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerRosterPlan" + "CommandName": "Get-PnPPlannerRosterPlan", + "Rank": 2 }, { "Id": 681, - "Rank": 1, "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Rank": 1 }, { "Id": 682, - "Rank": 2, "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Rank": 2 }, { "Id": 683, - "Rank": 3, "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask" + "CommandName": "Get-PnPPlannerTask", + "Rank": 3 }, { "Id": 684, - "Rank": 1, "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerUserPolicy" + "CommandName": "Get-PnPPlannerUserPolicy", + "Rank": 1 }, { "Id": 685, - "Rank": 1, "Command": "Get-PnPPowerApp", - "CommandName": "Get-PnPPowerApp" + "CommandName": "Get-PnPPowerApp", + "Rank": 1 }, { "Id": 686, - "Rank": 2, "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPPowerApp" + "CommandName": "Get-PnPPowerApp", + "Rank": 2 }, { "Id": 687, - "Rank": 1, "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "CommandName": "Get-PnPPowerPlatformCustomConnector" + "CommandName": "Get-PnPPowerPlatformCustomConnector", + "Rank": 1 }, { "Id": 688, - "Rank": 1, "Command": "Get-PnPPowerPlatformEnvironment", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Rank": 1 }, { "Id": 689, - "Rank": 2, "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Rank": 2 }, { "Id": 690, - "Rank": 3, "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "CommandName": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Rank": 3 }, { "Id": 691, - "Rank": 1, "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "CommandName": "Get-PnPPowerPlatformSolution" + "CommandName": "Get-PnPPowerPlatformSolution", + "Rank": 1 }, { "Id": 692, - "Rank": 2, "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", - "CommandName": "Get-PnPPowerPlatformSolution" + "CommandName": "Get-PnPPowerPlatformSolution", + "Rank": 2 }, { "Id": 693, - "Rank": 1, "Command": "Get-PnPPowerShellTelemetryEnabled", - "CommandName": "Get-PnPPowerShellTelemetryEnabled" + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Rank": 1 }, { "Id": 694, - "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Rank": 1 }, { "Id": 695, - "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Rank": 2 }, { "Id": 696, - "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementRole", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 1 }, { "Id": 697, - "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 2 }, { "Id": 698, - "Rank": 3, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 3 }, { "Id": 699, - "Rank": 1, "Command": "Get-PnPProfileCardProperty", - "CommandName": "Get-PnPProfileCardProperty" + "CommandName": "Get-PnPProfileCardProperty", + "Rank": 1 }, { "Id": 700, - "Rank": 2, "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", - "CommandName": "Get-PnPProfileCardProperty" + "CommandName": "Get-PnPProfileCardProperty", + "Rank": 2 }, { "Id": 701, - "Rank": 1, "Command": "Get-PnPPropertyBag", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Rank": 1 }, { "Id": 702, - "Rank": 2, "Command": "Get-PnPPropertyBag -Key MyKey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Rank": 2 }, { "Id": 703, - "Rank": 3, "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Rank": 3 }, { "Id": 704, - "Rank": 4, "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Rank": 4 }, { "Id": 705, - "Rank": 5, "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Rank": 5 }, { "Id": 706, - "Rank": 1, "Command": "Get-PnPPublishingImageRendition", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Rank": 1 }, { "Id": 707, - "Rank": 2, "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Rank": 2 }, { "Id": 708, - "Rank": 3, "Command": "Get-PnPPublishingImageRendition -Identity 2", - "CommandName": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Rank": 3 }, { "Id": 709, - "Rank": 1, "Command": "Get-PnPRecycleBinItem", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Rank": 1 }, { "Id": 710, - "Rank": 2, "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Rank": 2 }, { "Id": 711, - "Rank": 3, "Command": "Get-PnPRecycleBinItem -FirstStage", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Rank": 3 }, { "Id": 712, - "Rank": 4, "Command": "Get-PnPRecycleBinItem -SecondStage", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Rank": 4 }, { "Id": 713, - "Rank": 5, "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "CommandName": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Rank": 5 }, { "Id": 714, - "Rank": 1, "Command": "Get-PnPRequestAccessEmails", - "CommandName": "Get-PnPRequestAccessEmails" + "CommandName": "Get-PnPRequestAccessEmails", + "Rank": 1 }, { "Id": 715, - "Rank": 1, "Command": "Get-PnPRetentionLabel", - "CommandName": "Get-PnPRetentionLabel" + "CommandName": "Get-PnPRetentionLabel", + "Rank": 1 }, { "Id": 716, - "Rank": 2, "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", - "CommandName": "Get-PnPRetentionLabel" + "CommandName": "Get-PnPRetentionLabel", + "Rank": 2 }, { "Id": 717, - "Rank": 1, "Command": "Get-PnPRoleDefinition", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Rank": 1 }, { "Id": 718, - "Rank": 2, "Command": "Get-PnPRoleDefinition -Identity Read", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Rank": 2 }, { "Id": 719, - "Rank": 3, "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "CommandName": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Rank": 3 }, { "Id": 720, - "Rank": 1, "Command": "Get-PnPSearchConfiguration", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 1 }, { "Id": 721, - "Rank": 2, "Command": "Get-PnPSearchConfiguration -Scope Site", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 2 }, { "Id": 722, - "Rank": 3, "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 3 }, { "Id": 723, - "Rank": 4, "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 4 }, { "Id": 724, - "Rank": 5, "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 5 }, { "Id": 725, - "Rank": 6, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 6 }, { "Id": 726, - "Rank": 7, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 7 }, { "Id": 727, - "Rank": 8, "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "CommandName": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Rank": 8 }, { "Id": 728, - "Rank": 1, "Command": "Get-PnPSearchCrawlLog", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 1 }, { "Id": 729, - "Rank": 2, "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 2 }, { "Id": 730, - "Rank": 3, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 3 }, { "Id": 731, - "Rank": 4, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 4 }, { "Id": 732, - "Rank": 5, "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 5 }, { "Id": 733, - "Rank": 6, "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 6 }, { "Id": 734, - "Rank": 7, "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "CommandName": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 7 }, { "Id": 735, - "Rank": 1, "Command": "Get-PnPSearchExternalConnection", - "CommandName": "Get-PnPSearchExternalConnection" + "CommandName": "Get-PnPSearchExternalConnection", + "Rank": 1 }, { "Id": 736, - "Rank": 2, "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalConnection" + "CommandName": "Get-PnPSearchExternalConnection", + "Rank": 2 }, { "Id": 737, - "Rank": 1, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "CommandName": "Get-PnPSearchExternalItem" + "CommandName": "Get-PnPSearchExternalItem", + "Rank": 1 }, { "Id": 738, - "Rank": 2, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalItem" + "CommandName": "Get-PnPSearchExternalItem", + "Rank": 2 }, { "Id": 739, - "Rank": 1, "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalSchema" + "CommandName": "Get-PnPSearchExternalSchema", + "Rank": 1 }, { "Id": 740, - "Rank": 1, "Command": "Get-PnPSearchSettings", - "CommandName": "Get-PnPSearchSettings" + "CommandName": "Get-PnPSearchSettings", + "Rank": 1 }, { "Id": 741, - "Rank": 1, "Command": "Get-PnPServiceCurrentHealth", - "CommandName": "Get-PnPServiceCurrentHealth" + "CommandName": "Get-PnPServiceCurrentHealth", + "Rank": 1 }, { "Id": 742, - "Rank": 2, "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "CommandName": "Get-PnPServiceCurrentHealth" + "CommandName": "Get-PnPServiceCurrentHealth", + "Rank": 2 }, { "Id": 743, - "Rank": 1, "Command": "Get-PnPServiceHealthIssue", - "CommandName": "Get-PnPServiceHealthIssue" + "CommandName": "Get-PnPServiceHealthIssue", + "Rank": 1 }, { "Id": 744, - "Rank": 2, "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "CommandName": "Get-PnPServiceHealthIssue" + "CommandName": "Get-PnPServiceHealthIssue", + "Rank": 2 }, { "Id": 745, - "Rank": 1, "Command": "Get-PnPSharePointAddIn", - "CommandName": "Get-PnPSharePointAddIn" + "CommandName": "Get-PnPSharePointAddIn", + "Rank": 1 }, { "Id": 746, - "Rank": 2, "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "CommandName": "Get-PnPSharePointAddIn" + "CommandName": "Get-PnPSharePointAddIn", + "Rank": 2 }, { "Id": 747, - "Rank": 1, "Command": "Get-PnPSharingForNonOwnersOfSite", - "CommandName": "Get-PnPSharingForNonOwnersOfSite" + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Rank": 1 }, { "Id": 748, - "Rank": 1, "Command": "Get-PnPSite", - "CommandName": "Get-PnPSite" + "CommandName": "Get-PnPSite", + "Rank": 1 }, { "Id": 749, - "Rank": 2, "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "CommandName": "Get-PnPSite" + "CommandName": "Get-PnPSite", + "Rank": 2 }, { "Id": 750, - "Rank": 1, "Command": "Get-PnPSiteAnalyticsData -All", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 1 }, { "Id": 751, - "Rank": 2, "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 2 }, { "Id": 752, - "Rank": 3, "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 3 }, { "Id": 753, - "Rank": 4, "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPSiteAnalyticsData" + "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 4 }, { "Id": 754, - "Rank": 1, "Command": "Get-PnPSiteClosure", - "CommandName": "Get-PnPSiteClosure" + "CommandName": "Get-PnPSiteClosure", + "Rank": 1 }, { "Id": 755, - "Rank": 1, "Command": "Get-PnPSiteCollectionAdmin", - "CommandName": "Get-PnPSiteCollectionAdmin" + "CommandName": "Get-PnPSiteCollectionAdmin", + "Rank": 1 }, { "Id": 756, - "Rank": 1, "Command": "Get-PnPSiteCollectionAppCatalog", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Rank": 1 }, { "Id": 757, - "Rank": 2, "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Rank": 2 }, { "Id": 758, - "Rank": 3, "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "CommandName": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Rank": 3 }, { "Id": 759, - "Rank": 1, "Command": "Get-PnPSiteCollectionTermStore", - "CommandName": "Get-PnPSiteCollectionTermStore" + "CommandName": "Get-PnPSiteCollectionTermStore", + "Rank": 1 }, { "Id": 760, - "Rank": 1, "Command": "Get-PnPSiteDesign", - "CommandName": "Get-PnPSiteDesign" + "CommandName": "Get-PnPSiteDesign", + "Rank": 1 }, { "Id": 761, - "Rank": 2, "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesign" + "CommandName": "Get-PnPSiteDesign", + "Rank": 2 }, { "Id": 762, - "Rank": 1, "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesignRights" + "CommandName": "Get-PnPSiteDesignRights", + "Rank": 1 }, { "Id": 763, - "Rank": 1, "Command": "Get-PnPSiteDesignRun", - "CommandName": "Get-PnPSiteDesignRun" + "CommandName": "Get-PnPSiteDesignRun", + "Rank": 1 }, { "Id": 764, - "Rank": 2, "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignRun" + "CommandName": "Get-PnPSiteDesignRun", + "Rank": 2 }, { "Id": 765, - "Rank": 1, "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Rank": 1 }, { "Id": 766, - "Rank": 2, "Command": "Get-PnPSiteDesignTask", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Rank": 2 }, { "Id": 767, - "Rank": 3, "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Rank": 3 }, { "Id": 768, - "Rank": 1, "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Rank": 1 }, { "Id": 769, - "Rank": 1, "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus" + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", + "Rank": 1 }, { "Id": 770, - "Rank": 1, "Command": "Get-PnPSiteGroup", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Rank": 1 }, { "Id": 771, - "Rank": 2, "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Rank": 2 }, { "Id": 772, - "Rank": 3, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Rank": 3 }, { "Id": 773, - "Rank": 4, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Rank": 4 }, { "Id": 774, - "Rank": 1, "Command": "Get-PnPSitePolicy", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Rank": 1 }, { "Id": 775, - "Rank": 2, "Command": "Get-PnPSitePolicy -AllAvailable", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Rank": 2 }, { "Id": 776, - "Rank": 3, "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Rank": 3 }, { "Id": 777, - "Rank": 1, "Command": "Get-PnPSiteScript", - "CommandName": "Get-PnPSiteScript" + "CommandName": "Get-PnPSiteScript", + "Rank": 1 }, { "Id": 778, - "Rank": 2, "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteScript" + "CommandName": "Get-PnPSiteScript", + "Rank": 2 }, { "Id": 779, - "Rank": 1, "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Rank": 1 }, { "Id": 780, - "Rank": 2, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Rank": 2 }, { "Id": 781, - "Rank": 3, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "CommandName": "Get-PnPSiteScriptFromList" + "CommandName": "Get-PnPSiteScriptFromList", + "Rank": 3 }, { "Id": 782, - "Rank": 1, "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 1 }, { "Id": 783, - "Rank": 2, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 2 }, { "Id": 784, - "Rank": 3, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 3 }, { "Id": 785, - "Rank": 4, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 4 }, { "Id": 786, - "Rank": 5, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 5 }, { "Id": 787, - "Rank": 6, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "CommandName": "Get-PnPSiteScriptFromWeb" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 6 }, { "Id": 788, - "Rank": 1, "Command": "Get-PnPSiteSearchQueryResults", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 1 }, { "Id": 789, - "Rank": 2, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 2 }, { "Id": 790, - "Rank": 3, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 3 }, { "Id": 791, - "Rank": 4, "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 4 }, { "Id": 792, - "Rank": 5, "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 5 }, { "Id": 793, - "Rank": 6, "Command": "Get-PnPSiteSearchQueryResults -All", - "CommandName": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 6 }, { "Id": 794, - "Rank": 1, "Command": "Get-PnPSiteSensitivityLabel", - "CommandName": "Get-PnPSiteSensitivityLabel" + "CommandName": "Get-PnPSiteSensitivityLabel", + "Rank": 1 }, { "Id": 795, - "Rank": 1, "Command": "Get-PnPSiteTemplate -Out template.pnp", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 1 }, { "Id": 796, - "Rank": 2, "Command": "Get-PnPSiteTemplate -Out template.xml", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 2 }, { "Id": 797, - "Rank": 3, "Command": "Get-PnPSiteTemplate -Out template.md", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 3 }, { "Id": 798, - "Rank": 4, "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 4 }, { "Id": 799, - "Rank": 5, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 5 }, { "Id": 800, - "Rank": 6, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 6 }, { "Id": 801, - "Rank": 7, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 7 }, { "Id": 802, - "Rank": 8, "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 8 }, { "Id": 803, - "Rank": 9, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 9 }, { "Id": 804, - "Rank": 10, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 10 }, { "Id": 805, - "Rank": 11, "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 11 }, { "Id": 806, - "Rank": 12, "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 12 }, { "Id": 807, - "Rank": 13, "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 13 }, { "Id": 808, - "Rank": 14, "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate" + "CommandName": "Get-PnPSiteTemplate", + "Rank": 14 }, { "Id": 809, - "Rank": 1, "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Get-PnPSiteUserInvitations" + "CommandName": "Get-PnPSiteUserInvitations", + "Rank": 1 }, { "Id": 810, - "Rank": 1, "Command": "Get-PnPSiteVersionPolicy", - "CommandName": "Get-PnPSiteVersionPolicy" + "CommandName": "Get-PnPSiteVersionPolicy", + "Rank": 1 }, { "Id": 811, - "Rank": 1, "Command": "Get-PnPSiteVersionPolicyStatus", - "CommandName": "Get-PnPSiteVersionPolicyStatus" + "CommandName": "Get-PnPSiteVersionPolicyStatus", + "Rank": 1 }, { "Id": 812, - "Rank": 1, "Command": "Get-PnPStorageEntity", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Rank": 1 }, { "Id": 813, - "Rank": 2, "Command": "Get-PnPStorageEntity -Key MyKey", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Rank": 2 }, { "Id": 814, - "Rank": 3, "Command": "Get-PnPStorageEntity -Scope Site", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Rank": 3 }, { "Id": 815, - "Rank": 4, "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Rank": 4 }, { "Id": 816, - "Rank": 1, "Command": "Get-PnPStoredCredential -Name O365", - "CommandName": "Get-PnPStoredCredential" + "CommandName": "Get-PnPStoredCredential", + "Rank": 1 }, { "Id": 817, - "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Get-PnPStructuralNavigationCacheSiteState" + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Rank": 1 }, { "Id": 818, - "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Get-PnPStructuralNavigationCacheWebState" + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Rank": 1 }, { "Id": 819, - "Rank": 1, "Command": "Get-PnPSubWeb", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Rank": 1 }, { "Id": 820, - "Rank": 2, "Command": "Get-PnPSubWeb -Recurse", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Rank": 2 }, { "Id": 821, - "Rank": 3, "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Rank": 3 }, { "Id": 822, - "Rank": 4, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Rank": 4 }, { "Id": 823, - "Rank": 5, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "CommandName": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Rank": 5 }, { "Id": 824, - "Rank": 1, "Command": "Get-PnPSyntexModel", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Rank": 1 }, { "Id": 825, - "Rank": 2, "Command": "Get-PnPSyntexModel -Identity 1", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Rank": 2 }, { "Id": 826, - "Rank": 3, "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Rank": 3 }, { "Id": 827, - "Rank": 1, "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModelPublication" + "CommandName": "Get-PnPSyntexModelPublication", + "Rank": 1 }, { "Id": 828, - "Rank": 1, "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "CommandName": "Get-PnPTaxonomyItem" + "CommandName": "Get-PnPTaxonomyItem", + "Rank": 1 }, { "Id": 829, - "Rank": 1, "Command": "Get-PnPTeamsApp", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Rank": 1 }, { "Id": 830, - "Rank": 2, "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Rank": 2 }, { "Id": 831, - "Rank": 3, "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "CommandName": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Rank": 3 }, { "Id": 832, - "Rank": 1, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Rank": 1 }, { "Id": 833, - "Rank": 2, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Rank": 2 }, { "Id": 834, - "Rank": 3, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Rank": 3 }, { "Id": 835, - "Rank": 4, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", - "CommandName": "Get-PnPTeamsChannel" + "CommandName": "Get-PnPTeamsChannel", + "Rank": 4 }, { "Id": 836, - "Rank": 1, "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Rank": 1 }, { "Id": 837, - "Rank": 2, "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Rank": 2 }, { "Id": 838, - "Rank": 1, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelMessage" + "CommandName": "Get-PnPTeamsChannelMessage", + "Rank": 1 }, { "Id": 839, - "Rank": 2, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "CommandName": "Get-PnPTeamsChannelMessage" + "CommandName": "Get-PnPTeamsChannelMessage", + "Rank": 2 }, { "Id": 840, - "Rank": 1, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "CommandName": "Get-PnPTeamsChannelMessageReply" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Rank": 1 }, { "Id": 841, - "Rank": 2, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "CommandName": "Get-PnPTeamsChannelMessageReply" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Rank": 2 }, { "Id": 842, - "Rank": 1, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 1 }, { "Id": 843, - "Rank": 2, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 2 }, { "Id": 844, - "Rank": 3, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 3 }, { "Id": 845, - "Rank": 4, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPTeamsChannelUser" + "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 4 }, { "Id": 846, - "Rank": 1, "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "CommandName": "Get-PnPTeamsPrimaryChannel" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Rank": 1 }, { "Id": 847, - "Rank": 2, "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "CommandName": "Get-PnPTeamsPrimaryChannel" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Rank": 2 }, { "Id": 848, - "Rank": 1, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Rank": 1 }, { "Id": 849, - "Rank": 2, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Rank": 2 }, { "Id": 850, - "Rank": 3, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Rank": 3 }, { "Id": 851, - "Rank": 4, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Rank": 4 }, { "Id": 852, - "Rank": 5, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab" + "CommandName": "Get-PnPTeamsTab", + "Rank": 5 }, { "Id": 853, - "Rank": 1, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Get-PnPTeamsTag" + "CommandName": "Get-PnPTeamsTag", + "Rank": 1 }, { "Id": 854, - "Rank": 2, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Get-PnPTeamsTag" + "CommandName": "Get-PnPTeamsTag", + "Rank": 2 }, { "Id": 855, - "Rank": 1, "Command": "Get-PnPTeamsTeam", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Rank": 1 }, { "Id": 856, - "Rank": 2, "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Rank": 2 }, { "Id": 857, - "Rank": 3, "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Rank": 3 }, { "Id": 858, - "Rank": 4, "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Rank": 4 }, { "Id": 859, - "Rank": 5, "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Rank": 5 }, { "Id": 860, - "Rank": 6, "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", - "CommandName": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Rank": 6 }, { "Id": 861, - "Rank": 1, "Command": "Get-PnPTeamsUser -Team MyTeam", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Rank": 1 }, { "Id": 862, - "Rank": 2, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Rank": 2 }, { "Id": 863, - "Rank": 3, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Rank": 3 }, { "Id": 864, - "Rank": 4, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "CommandName": "Get-PnPTeamsUser" + "CommandName": "Get-PnPTeamsUser", + "Rank": 4 }, { "Id": 865, - "Rank": 1, "Command": "Get-PnPTemporarilyDisableAppBar", - "CommandName": "Get-PnPTemporarilyDisableAppBar" + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Rank": 1 }, { "Id": 866, - "Rank": 1, "Command": "Get-PnPTenant", - "CommandName": "Get-PnPTenant" + "CommandName": "Get-PnPTenant", + "Rank": 1 }, { "Id": 867, - "Rank": 1, "Command": "Get-PnPTenantAppCatalogUrl", - "CommandName": "Get-PnPTenantAppCatalogUrl" + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Rank": 1 }, { "Id": 868, - "Rank": 1, "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "CommandName": "Get-PnPTenantCdnEnabled" + "CommandName": "Get-PnPTenantCdnEnabled", + "Rank": 1 }, { "Id": 869, - "Rank": 1, "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "CommandName": "Get-PnPTenantCdnOrigin" + "CommandName": "Get-PnPTenantCdnOrigin", + "Rank": 1 }, { "Id": 870, - "Rank": 1, "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "CommandName": "Get-PnPTenantCdnPolicies" + "CommandName": "Get-PnPTenantCdnPolicies", + "Rank": 1 }, { "Id": 871, - "Rank": 1, "Command": "Get-PnPTenantDeletedSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 1 }, { "Id": 872, - "Rank": 2, "Command": "Get-PnPTenantDeletedSite -Detailed", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 2 }, { "Id": 873, - "Rank": 3, "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 3 }, { "Id": 874, - "Rank": 4, "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 4 }, { "Id": 875, - "Rank": 5, "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "CommandName": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 5 }, { "Id": 876, - "Rank": 1, "Command": "Get-PnPTenantId", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Rank": 1 }, { "Id": 877, - "Rank": 2, "Command": "Get-PnPTenantId contoso", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Rank": 2 }, { "Id": 878, - "Rank": 3, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Rank": 3 }, { "Id": 879, - "Rank": 4, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "CommandName": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Rank": 4 }, { "Id": 880, - "Rank": 1, "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Rank": 1 }, { "Id": 881, - "Rank": 2, "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Rank": 2 }, { "Id": 882, - "Rank": 3, "Command": "Get-PnPTenantInfo", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Rank": 3 }, { "Id": 883, - "Rank": 4, "Command": "Get-PnPTenantInfo -CurrentTenant", - "CommandName": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Rank": 4 }, { "Id": 884, - "Rank": 1, "Command": "Get-PnPTenantInstance", - "CommandName": "Get-PnPTenantInstance" + "CommandName": "Get-PnPTenantInstance", + "Rank": 1 }, { "Id": 885, - "Rank": 1, "Command": "Get-PnPTenantInternalSetting", - "CommandName": "Get-PnPTenantInternalSetting" + "CommandName": "Get-PnPTenantInternalSetting", + "Rank": 1 }, { "Id": 886, - "Rank": 1, "Command": "Get-PnPTenantPronounsSetting", - "CommandName": "Get-PnPTenantPronounsSetting" + "CommandName": "Get-PnPTenantPronounsSetting", + "Rank": 1 }, { "Id": 887, - "Rank": 1, "Command": "Get-PnPTenantRecycleBinItem", - "CommandName": "Get-PnPTenantRecycleBinItem" + "CommandName": "Get-PnPTenantRecycleBinItem", + "Rank": 1 }, { "Id": 888, - "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchAllowedList", - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", + "Rank": 1 }, { "Id": 889, - "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchMode", - "CommandName": "Get-PnPTenantRestrictedSearchMode" + "CommandName": "Get-PnPTenantRestrictedSearchMode", + "Rank": 1 }, { "Id": 890, - "Rank": 1, "Command": "Get-PnPTenantRetentionLabel", - "CommandName": "Get-PnPTenantRetentionLabel" + "CommandName": "Get-PnPTenantRetentionLabel", + "Rank": 1 }, { "Id": 891, - "Rank": 2, "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", - "CommandName": "Get-PnPTenantRetentionLabel" + "CommandName": "Get-PnPTenantRetentionLabel", + "Rank": 2 }, { "Id": 892, - "Rank": 1, "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "CommandName": "Get-PnPTenantSequence" + "CommandName": "Get-PnPTenantSequence", + "Rank": 1 }, { "Id": 893, - "Rank": 2, "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "CommandName": "Get-PnPTenantSequence" + "CommandName": "Get-PnPTenantSequence", + "Rank": 2 }, { "Id": 894, - "Rank": 1, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "CommandName": "Get-PnPTenantSequenceSite" + "CommandName": "Get-PnPTenantSequenceSite", + "Rank": 1 }, { "Id": 895, - "Rank": 2, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "CommandName": "Get-PnPTenantSequenceSite" + "CommandName": "Get-PnPTenantSequenceSite", + "Rank": 2 }, { "Id": 896, - "Rank": 1, "Command": "Get-PnPTenantSite", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 1 }, { "Id": 897, - "Rank": 2, "Command": "Get-PnPTenantSite -Detailed", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 2 }, { "Id": 898, - "Rank": 3, "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 3 }, { "Id": 899, - "Rank": 4, "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 4 }, { "Id": 900, - "Rank": 5, "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 5 }, { "Id": 901, - "Rank": 6, "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 6 }, { "Id": 902, - "Rank": 7, "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 7 }, { "Id": 903, - "Rank": 8, "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 8 }, { "Id": 904, - "Rank": 9, "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "CommandName": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Rank": 9 }, { "Id": 905, - "Rank": 1, "Command": "Get-PnPTenantSyncClientRestriction", - "CommandName": "Get-PnPTenantSyncClientRestriction" + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Rank": 1 }, { "Id": 906, - "Rank": 1, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Rank": 1 }, { "Id": 907, - "Rank": 2, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Rank": 2 }, { "Id": 908, - "Rank": 3, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "CommandName": "Get-PnPTenantTemplate" + "CommandName": "Get-PnPTenantTemplate", + "Rank": 3 }, { "Id": 909, - "Rank": 1, "Command": "Get-PnPTenantTheme", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Rank": 1 }, { "Id": 910, - "Rank": 2, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Rank": 2 }, { "Id": 911, - "Rank": 3, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "CommandName": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Rank": 3 }, { "Id": 912, - "Rank": 1, "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Rank": 1 }, { "Id": 913, - "Rank": 2, "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Rank": 2 }, { "Id": 914, - "Rank": 3, "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Rank": 3 }, { "Id": 915, - "Rank": 4, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Rank": 4 }, { "Id": 916, - "Rank": 5, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "CommandName": "Get-PnPTerm" + "CommandName": "Get-PnPTerm", + "Rank": 5 }, { "Id": 917, - "Rank": 1, "Command": "Get-PnPTermGroup", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Rank": 1 }, { "Id": 918, - "Rank": 2, "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Rank": 2 }, { "Id": 919, - "Rank": 3, "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "CommandName": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Rank": 3 }, { "Id": 920, - "Rank": 1, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Rank": 1 }, { "Id": 921, - "Rank": 2, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Rank": 2 }, { "Id": 922, - "Rank": 3, "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermLabel" + "CommandName": "Get-PnPTermLabel", + "Rank": 3 }, { "Id": 923, - "Rank": 1, "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Rank": 1 }, { "Id": 924, - "Rank": 2, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Rank": 2 }, { "Id": 925, - "Rank": 3, "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Rank": 3 }, { "Id": 926, - "Rank": 4, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", - "CommandName": "Get-PnPTermSet" + "CommandName": "Get-PnPTermSet", + "Rank": 4 }, { "Id": 927, - "Rank": 1, "Command": "Get-PnPTheme", - "CommandName": "Get-PnPTheme" + "CommandName": "Get-PnPTheme", + "Rank": 1 }, { "Id": 928, - "Rank": 2, "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "CommandName": "Get-PnPTheme" + "CommandName": "Get-PnPTheme", + "Rank": 2 }, { "Id": 929, - "Rank": 1, "Command": "Get-PnPTimeZoneId", - "CommandName": "Get-PnPTimeZoneId" + "CommandName": "Get-PnPTimeZoneId", + "Rank": 1 }, { "Id": 930, - "Rank": 2, "Command": "Get-PnPTimeZoneId -Match Stockholm", - "CommandName": "Get-PnPTimeZoneId" + "CommandName": "Get-PnPTimeZoneId", + "Rank": 2 }, { "Id": 931, - "Rank": 1, "Command": "Get-PnPTodoList", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Rank": 1 }, { "Id": 932, - "Rank": 2, "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Rank": 2 }, { "Id": 933, - "Rank": 3, "Command": "Get-PnPTodoList -User john@doe.com", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Rank": 3 }, { "Id": 934, - "Rank": 4, "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "CommandName": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Rank": 4 }, { "Id": 935, - "Rank": 1, "Command": "Get-PnPTraceLog", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Rank": 1 }, { "Id": 936, - "Rank": 2, "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Rank": 2 }, { "Id": 937, - "Rank": 3, "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Rank": 3 }, { "Id": 938, - "Rank": 4, "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Rank": 4 }, { "Id": 939, - "Rank": 5, "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Rank": 5 }, { "Id": 940, - "Rank": 6, "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", - "CommandName": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Rank": 6 }, { "Id": 941, - "Rank": 1, "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", - "CommandName": "Get-PnPUnfurlLink" + "CommandName": "Get-PnPUnfurlLink", + "Rank": 1 }, { "Id": 942, - "Rank": 1, "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", - "CommandName": "Get-PnPUnifiedAuditLog" + "CommandName": "Get-PnPUnifiedAuditLog", + "Rank": 1 }, { "Id": 943, - "Rank": 1, "Command": "Get-PnPUPABulkImportStatus", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 1 }, { "Id": 944, - "Rank": 2, "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 2 }, { "Id": 945, - "Rank": 3, "Command": "Get-PnPUPABulkImportStatus -JobId ", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 3 }, { "Id": 946, - "Rank": 4, "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 4 }, { "Id": 947, - "Rank": 1, "Command": "Get-PnPUser", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Rank": 1 }, { "Id": 948, - "Rank": 2, "Command": "Get-PnPUser -Identity 23", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Rank": 2 }, { "Id": 949, - "Rank": 3, "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Rank": 3 }, { "Id": 950, - "Rank": 4, "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Rank": 4 }, { "Id": 951, - "Rank": 5, "Command": "Get-PnPUser -WithRightsAssigned", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Rank": 5 }, { "Id": 952, - "Rank": 6, "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Rank": 6 }, { "Id": 953, - "Rank": 7, "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "CommandName": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Rank": 7 }, { "Id": 954, - "Rank": 1, "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "CommandName": "Get-PnPUserOneDriveQuota" + "CommandName": "Get-PnPUserOneDriveQuota", + "Rank": 1 }, { "Id": 955, - "Rank": 1, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPUserProfilePhoto" + "CommandName": "Get-PnPUserProfilePhoto", + "Rank": 1 }, { "Id": 956, - "Rank": 2, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", - "CommandName": "Get-PnPUserProfilePhoto" + "CommandName": "Get-PnPUserProfilePhoto", + "Rank": 2 }, { "Id": 957, - "Rank": 1, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Rank": 1 }, { "Id": 958, - "Rank": 2, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Rank": 2 }, { "Id": 959, - "Rank": 3, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "CommandName": "Get-PnPUserProfileProperty" + "CommandName": "Get-PnPUserProfileProperty", + "Rank": 3 }, { "Id": 960, - "Rank": 1, "Command": "Get-PnPView -List \"Demo List\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Rank": 1 }, { "Id": 961, - "Rank": 2, "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Rank": 2 }, { "Id": 962, - "Rank": 3, "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "CommandName": "Get-PnPView" + "CommandName": "Get-PnPView", + "Rank": 3 }, { "Id": 963, - "Rank": 1, "Command": "Get-PnPVivaConnectionsDashboardACE", - "CommandName": "Get-PnPVivaConnectionsDashboardACE" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Rank": 1 }, { "Id": 964, - "Rank": 2, "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Get-PnPVivaConnectionsDashboardACE" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Rank": 2 }, { "Id": 965, - "Rank": 1, "Command": "Get-PnPVivaEngageCommunity", - "CommandName": "Get-PnPVivaEngageCommunity" + "CommandName": "Get-PnPVivaEngageCommunity", + "Rank": 1 }, { "Id": 966, - "Rank": 2, "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "CommandName": "Get-PnPVivaEngageCommunity" + "CommandName": "Get-PnPVivaEngageCommunity", + "Rank": 2 }, { "Id": 967, - "Rank": 1, "Command": "Get-PnPWeb", - "CommandName": "Get-PnPWeb" + "CommandName": "Get-PnPWeb", + "Rank": 1 }, { "Id": 968, - "Rank": 1, "Command": "Get-PnPWebHeader", - "CommandName": "Get-PnPWebHeader" + "CommandName": "Get-PnPWebHeader", + "Rank": 1 }, { "Id": 969, - "Rank": 1, "Command": "Get-PnPWebhookSubscription -List MyList", - "CommandName": "Get-PnPWebhookSubscription" + "CommandName": "Get-PnPWebhookSubscription", + "Rank": 1 }, { "Id": 970, - "Rank": 1, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "CommandName": "Get-PnPWebPart" + "CommandName": "Get-PnPWebPart", + "Rank": 1 }, { "Id": 971, - "Rank": 2, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPart" + "CommandName": "Get-PnPWebPart", + "Rank": 2 }, { "Id": 972, - "Rank": 1, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", - "CommandName": "Get-PnPWebPartProperty" + "CommandName": "Get-PnPWebPartProperty", + "Rank": 1 }, { "Id": 973, - "Rank": 2, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", - "CommandName": "Get-PnPWebPartProperty" + "CommandName": "Get-PnPWebPartProperty", + "Rank": 2 }, { "Id": 974, - "Rank": 1, "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPartXml" + "CommandName": "Get-PnPWebPartXml", + "Rank": 1 }, { "Id": 975, - "Rank": 1, "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", - "CommandName": "Get-PnPWebPermission" + "CommandName": "Get-PnPWebPermission", + "Rank": 1 }, { "Id": 976, - "Rank": 2, "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPWebPermission" + "CommandName": "Get-PnPWebPermission", + "Rank": 2 }, { "Id": 977, - "Rank": 1, "Command": "Get-PnPWebTemplates", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Rank": 1 }, { "Id": 978, - "Rank": 2, "Command": "Get-PnPWebTemplates -LCID 1033", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Rank": 2 }, { "Id": 979, - "Rank": 3, "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "CommandName": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Rank": 3 }, { "Id": 980, - "Rank": 1, "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "CommandName": "Get-PnPWikiPageContent" + "CommandName": "Get-PnPWikiPageContent", + "Rank": 1 }, { "Id": 981, - "Rank": 1, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "CommandName": "Grant-PnPAzureADAppSitePermission" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Rank": 1 }, { "Id": 982, - "Rank": 2, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Grant-PnPAzureADAppSitePermission" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Rank": 2 }, { "Id": 983, - "Rank": 1, "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPHubSiteRights" + "CommandName": "Grant-PnPHubSiteRights", + "Rank": 1 }, { "Id": 984, - "Rank": 1, "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPSiteDesignRights" + "CommandName": "Grant-PnPSiteDesignRights", + "Rank": 1 }, { "Id": 985, - "Rank": 1, "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Grant-PnPTenantServicePrincipalPermission" + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Rank": 1 }, { "Id": 986, - "Rank": 1, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Rank": 1 }, { "Id": 987, - "Rank": 2, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Rank": 2 }, { "Id": 988, - "Rank": 3, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Rank": 3 }, { "Id": 989, - "Rank": 4, "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "CommandName": "Import-PnPTaxonomy" + "CommandName": "Import-PnPTaxonomy", + "Rank": 4 }, { "Id": 990, - "Rank": 1, "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "CommandName": "Import-PnPTermGroupFromXml" + "CommandName": "Import-PnPTermGroupFromXml", + "Rank": 1 }, { "Id": 991, - "Rank": 2, "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "CommandName": "Import-PnPTermGroupFromXml" + "CommandName": "Import-PnPTermGroupFromXml", + "Rank": 2 }, { "Id": 992, - "Rank": 1, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "CommandName": "Import-PnPTermSet" + "CommandName": "Import-PnPTermSet", + "Rank": 1 }, { "Id": 993, - "Rank": 2, "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", - "CommandName": "Import-PnPTermSet" + "CommandName": "Import-PnPTermSet", + "Rank": 2 }, { "Id": 994, - "Rank": 3, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "CommandName": "Import-PnPTermSet" + "CommandName": "Import-PnPTermSet", + "Rank": 3 }, { "Id": 995, - "Rank": 1, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Install-PnPApp" + "CommandName": "Install-PnPApp", + "Rank": 1 }, { "Id": 996, - "Rank": 2, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Install-PnPApp" + "CommandName": "Install-PnPApp", + "Rank": 2 }, { "Id": 997, - "Rank": 1, "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Rank": 1 }, { "Id": 998, - "Rank": 2, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Rank": 2 }, { "Id": 999, - "Rank": 3, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Rank": 3 }, { "Id": 1000, - "Rank": 4, "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Rank": 4 }, { "Id": 1001, - "Rank": 5, "Command": "Invoke-PnPGraphMethod -Url \"users\"", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Rank": 5 }, { "Id": 1002, - "Rank": 6, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Rank": 6 }, { "Id": 1003, - "Rank": 7, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", - "CommandName": "Invoke-PnPGraphMethod" + "CommandName": "Invoke-PnPGraphMethod", + "Rank": 7 }, { "Id": 1004, - "Rank": 1, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPListDesign" + "CommandName": "Invoke-PnPListDesign", + "Rank": 1 }, { "Id": 1005, - "Rank": 2, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPListDesign" + "CommandName": "Invoke-PnPListDesign", + "Rank": 2 }, { "Id": 1006, - "Rank": 1, "Command": "Invoke-PnPQuery -RetryCount 5", - "CommandName": "Invoke-PnPQuery" + "CommandName": "Invoke-PnPQuery", + "Rank": 1 }, { "Id": 1007, - "Rank": 1, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPSiteDesign" + "CommandName": "Invoke-PnPSiteDesign", + "Rank": 1 }, { "Id": 1008, - "Rank": 2, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPSiteDesign" + "CommandName": "Invoke-PnPSiteDesign", + "Rank": 2 }, { "Id": 1009, - "Rank": 1, "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", - "CommandName": "Invoke-PnPSiteScript" + "CommandName": "Invoke-PnPSiteScript", + "Rank": 1 }, { "Id": 1010, - "Rank": 1, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "CommandName": "Invoke-PnPSiteSwap" + "CommandName": "Invoke-PnPSiteSwap", + "Rank": 1 }, { "Id": 1011, - "Rank": 2, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "CommandName": "Invoke-PnPSiteSwap" + "CommandName": "Invoke-PnPSiteSwap", + "Rank": 2 }, { "Id": 1012, - "Rank": 3, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "CommandName": "Invoke-PnPSiteSwap" + "CommandName": "Invoke-PnPSiteSwap", + "Rank": 3 }, { "Id": 1013, - "Rank": 1, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 1 }, { "Id": 1014, - "Rank": 2, "Command": "Invoke-PnPSiteTemplate -Path template.xml", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 2 }, { "Id": 1015, - "Rank": 3, "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 3 }, { "Id": 1016, - "Rank": 4, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 4 }, { "Id": 1017, - "Rank": 5, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 5 }, { "Id": 1018, - "Rank": 6, "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 6 }, { "Id": 1019, - "Rank": 7, "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 7 }, { "Id": 1020, - "Rank": 8, "Command": "Invoke-PnPSiteTemplate -InputInstance $template", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 8 }, { "Id": 1021, - "Rank": 9, "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "CommandName": "Invoke-PnPSiteTemplate" + "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 9 }, { "Id": 1022, - "Rank": 1, "Command": "Invoke-PnPSPRestMethod -Url /_api/web", - "CommandName": "Invoke-PnPSPRestMethod" + "CommandName": "Invoke-PnPSPRestMethod", + "Rank": 1 }, { "Id": 1023, - "Rank": 1, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Rank": 1 }, { "Id": 1024, - "Rank": 2, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Rank": 2 }, { "Id": 1025, - "Rank": 3, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPTenantTemplate" + "CommandName": "Invoke-PnPTenantTemplate", + "Rank": 3 }, { "Id": 1026, - "Rank": 1, "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction" + "CommandName": "Invoke-PnPWebAction", + "Rank": 1 }, { "Id": 1027, - "Rank": 2, "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction" + "CommandName": "Invoke-PnPWebAction", + "Rank": 2 }, { "Id": 1028, - "Rank": 1, "Command": "Measure-PnPList \"Documents\"", - "CommandName": "Measure-PnPList" + "CommandName": "Measure-PnPList", + "Rank": 1 }, { "Id": 1029, - "Rank": 2, "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "CommandName": "Measure-PnPList" + "CommandName": "Measure-PnPList", + "Rank": 2 }, { "Id": 1030, - "Rank": 1, "Command": "Measure-PnPWeb", - "CommandName": "Measure-PnPWeb" + "CommandName": "Measure-PnPWeb", + "Rank": 1 }, { "Id": 1031, - "Rank": 2, "Command": "Measure-PnPWeb $web -Recursive", - "CommandName": "Measure-PnPWeb" + "CommandName": "Measure-PnPWeb", + "Rank": 2 }, { "Id": 1032, - "Rank": 1, "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", - "CommandName": "Merge-PnPTerm" + "CommandName": "Merge-PnPTerm", + "Rank": 1 }, { "Id": 1033, - "Rank": 1, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Rank": 1 }, { "Id": 1034, - "Rank": 2, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Rank": 2 }, { "Id": 1035, - "Rank": 3, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Rank": 3 }, { "Id": 1036, - "Rank": 4, "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile" + "CommandName": "Move-PnPFile", + "Rank": 4 }, { "Id": 1037, - "Rank": 1, "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "CommandName": "Move-PnPFolder" + "CommandName": "Move-PnPFolder", + "Rank": 1 }, { "Id": 1038, - "Rank": 2, "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "CommandName": "Move-PnPFolder" + "CommandName": "Move-PnPFolder", + "Rank": 2 }, { "Id": 1039, - "Rank": 1, "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Move-PnPListItemToRecycleBin" + "CommandName": "Move-PnPListItemToRecycleBin", + "Rank": 1 }, { "Id": 1040, - "Rank": 1, "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "CommandName": "Move-PnPPage" + "CommandName": "Move-PnPPage", + "Rank": 1 }, { "Id": 1041, - "Rank": 1, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Rank": 1 }, { "Id": 1042, - "Rank": 2, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Rank": 2 }, { "Id": 1043, - "Rank": 3, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Rank": 3 }, { "Id": 1044, - "Rank": 4, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", - "CommandName": "Move-PnPPageComponent" + "CommandName": "Move-PnPPageComponent", + "Rank": 4 }, { "Id": 1045, - "Rank": 1, "Command": "Move-PnPRecycleBinItem", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Rank": 1 }, { "Id": 1046, - "Rank": 2, "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Rank": 2 }, { "Id": 1047, - "Rank": 3, "Command": "Move-PnPRecycleBinItem -Force", - "CommandName": "Move-PnpRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Rank": 3 }, { "Id": 1048, - "Rank": 1, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", - "CommandName": "Move-PnPTerm" + "CommandName": "Move-PnPTerm", + "Rank": 1 }, { "Id": 1049, - "Rank": 2, "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", - "CommandName": "Move-PnPTerm" + "CommandName": "Move-PnPTerm", + "Rank": 2 }, { "Id": 1050, - "Rank": 3, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", - "CommandName": "Move-PnPTerm" + "CommandName": "Move-PnPTerm", + "Rank": 3 }, { "Id": 1051, - "Rank": 1, "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", - "CommandName": "Move-PnPTermSet" + "CommandName": "Move-PnPTermSet", + "Rank": 1 }, { "Id": 1052, - "Rank": 2, "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", - "CommandName": "Move-PnPTermSet" + "CommandName": "Move-PnPTermSet", + "Rank": 2 }, { "Id": 1053, - "Rank": 1, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Rank": 1 }, { "Id": 1054, - "Rank": 2, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Rank": 2 }, { "Id": 1055, - "Rank": 3, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "CommandName": "New-PnPAzureADGroup" + "CommandName": "New-PnPAzureADGroup", + "Rank": 3 }, { "Id": 1056, - "Rank": 1, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Rank": 1 }, { "Id": 1057, - "Rank": 2, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Rank": 2 }, { "Id": 1058, - "Rank": 3, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Rank": 3 }, { "Id": 1059, - "Rank": 1, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Rank": 1 }, { "Id": 1060, - "Rank": 2, "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Rank": 2 }, { "Id": 1061, - "Rank": 3, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Rank": 3 }, { "Id": 1062, - "Rank": 4, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", - "CommandName": "New-PnPAzureCertificate" + "CommandName": "New-PnPAzureCertificate", + "Rank": 4 }, { "Id": 1063, - "Rank": 1, "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", - "CommandName": "New-PnPContainerType" + "CommandName": "New-PnPContainerType", + "Rank": 1 }, { "Id": 1064, - "Rank": 1, "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", - "CommandName": "New-PnPGraphSubscription" + "CommandName": "New-PnPGraphSubscription", + "Rank": 1 }, { "Id": 1065, - "Rank": 2, "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "CommandName": "New-PnPGraphSubscription" + "CommandName": "New-PnPGraphSubscription", + "Rank": 2 }, { "Id": 1066, - "Rank": 1, "Command": "New-PnPGroup -Title \"My Site Users\"", - "CommandName": "New-PnPGroup" + "CommandName": "New-PnPGroup", + "Rank": 1 }, { "Id": 1067, - "Rank": 1, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 1 }, { "Id": 1068, - "Rank": 2, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 2 }, { "Id": 1069, - "Rank": 3, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 3 }, { "Id": 1070, - "Rank": 4, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 4 }, { "Id": 1071, - "Rank": 1, "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob" + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", + "Rank": 1 }, { "Id": 1072, - "Rank": 1, "Command": "New-PnPList -Title Announcements -Template Announcements", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Rank": 1 }, { "Id": 1073, - "Rank": 2, "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Rank": 2 }, { "Id": 1074, - "Rank": 3, "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "CommandName": "New-PnPList" + "CommandName": "New-PnPList", + "Rank": 3 }, { "Id": 1075, - "Rank": 1, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Rank": 1 }, { "Id": 1076, - "Rank": 2, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Rank": 2 }, { "Id": 1077, - "Rank": 3, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Rank": 3 }, { "Id": 1078, - "Rank": 4, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Rank": 4 }, { "Id": 1079, - "Rank": 5, "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Rank": 5 }, { "Id": 1080, - "Rank": 6, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Rank": 6 }, { "Id": 1081, - "Rank": 7, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", - "CommandName": "New-PnPMicrosoft365Group" + "CommandName": "New-PnPMicrosoft365Group", + "Rank": 7 }, { "Id": 1082, - "Rank": 1, "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", - "CommandName": "New-PnPMicrosoft365GroupSettings" + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Rank": 1 }, { "Id": 1083, - "Rank": 2, "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "CommandName": "New-PnPMicrosoft365GroupSettings" + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Rank": 2 }, { "Id": 1084, - "Rank": 1, "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", - "CommandName": "New-PnPPersonalSite" + "CommandName": "New-PnPPersonalSite", + "Rank": 1 }, { "Id": 1085, - "Rank": 1, "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "CommandName": "New-PnPPlannerPlan" + "CommandName": "New-PnPPlannerPlan", + "Rank": 1 }, { "Id": 1086, - "Rank": 1, "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", - "CommandName": "New-PnpProfileCardProperty" + "CommandName": "New-PnpProfileCardProperty", + "Rank": 1 }, { "Id": 1087, - "Rank": 1, "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "CommandName": "New-PnPSdnProvider" + "CommandName": "New-PnPSdnProvider", + "Rank": 1 }, { "Id": 1088, - "Rank": 1, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", - "CommandName": "New-PnPSearchExternalConnection" + "CommandName": "New-PnPSearchExternalConnection", + "Rank": 1 }, { "Id": 1089, - "Rank": 2, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "CommandName": "New-PnPSearchExternalConnection" + "CommandName": "New-PnPSearchExternalConnection", + "Rank": 2 }, { "Id": 1090, - "Rank": 1, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 1 }, { "Id": 1091, - "Rank": 2, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 2 }, { "Id": 1092, - "Rank": 3, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 3 }, { "Id": 1093, - "Rank": 4, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 4 }, { "Id": 1094, - "Rank": 5, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 5 }, { "Id": 1095, - "Rank": 6, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 6 }, { "Id": 1096, - "Rank": 7, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 7 }, { "Id": 1097, - "Rank": 8, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 8 }, { "Id": 1098, - "Rank": 9, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 9 }, { "Id": 1099, - "Rank": 10, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 10 }, { "Id": 1100, - "Rank": 11, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 11 }, { "Id": 1101, - "Rank": 12, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 12 }, { "Id": 1102, - "Rank": 13, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 13 }, { "Id": 1103, - "Rank": 14, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 14 }, { "Id": 1104, - "Rank": 15, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 15 }, { "Id": 1105, - "Rank": 16, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 16 }, { "Id": 1106, - "Rank": 17, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", - "CommandName": "New-PnPSite" + "CommandName": "New-PnPSite", + "Rank": 17 }, { "Id": 1107, - "Rank": 1, "Command": "New-PnPSiteCollectionTermStore", - "CommandName": "New-PnPSiteCollectionTermStore" + "CommandName": "New-PnPSiteCollectionTermStore", + "Rank": 1 }, { "Id": 1108, - "Rank": 1, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 1 }, { "Id": 1109, - "Rank": 2, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 2 }, { "Id": 1110, - "Rank": 3, "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 3 }, { "Id": 1111, - "Rank": 4, "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 4 }, { "Id": 1112, - "Rank": 1, "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "New-PnPSiteFileVersionExpirationReportJob" + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", + "Rank": 1 }, { "Id": 1113, - "Rank": 1, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "CommandName": "New-PnPSiteGroup" + "CommandName": "New-PnPSiteGroup", + "Rank": 1 }, { "Id": 1114, - "Rank": 2, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "CommandName": "New-PnPSiteGroup" + "CommandName": "New-PnPSiteGroup", + "Rank": 2 }, { "Id": 1115, - "Rank": 1, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 1 }, { "Id": 1116, - "Rank": 2, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 2 }, { "Id": 1117, - "Rank": 3, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 3 }, { "Id": 1118, - "Rank": 4, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 4 }, { "Id": 1119, - "Rank": 5, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 5 }, { "Id": 1120, - "Rank": 6, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 6 }, { "Id": 1121, - "Rank": 7, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 7 }, { "Id": 1122, - "Rank": 8, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 8 }, { "Id": 1123, - "Rank": 1, "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "CommandName": "New-PnPTeamsApp" + "CommandName": "New-PnPTeamsApp", + "Rank": 1 }, { "Id": 1124, - "Rank": 1, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Rank": 1 }, { "Id": 1125, - "Rank": 2, "Command": "New-PnPTeamsTeam -GroupId $groupId", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Rank": 2 }, { "Id": 1126, - "Rank": 3, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Rank": 3 }, { "Id": 1127, - "Rank": 4, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Rank": 4 }, { "Id": 1128, - "Rank": 5, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Rank": 5 }, { "Id": 1129, - "Rank": 6, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPTeamsTeam" + "CommandName": "New-PnPTeamsTeam", + "Rank": 6 }, { "Id": 1130, - "Rank": 1, "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", - "CommandName": "New-PnPTenantSite" + "CommandName": "New-PnPTenantSite", + "Rank": 1 }, { "Id": 1131, - "Rank": 2, "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "CommandName": "New-PnPTenantSite" + "CommandName": "New-PnPTenantSite", + "Rank": 2 }, { "Id": 1132, - "Rank": 1, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", - "CommandName": "New-PnPTerm" + "CommandName": "New-PnPTerm", + "Rank": 1 }, { "Id": 1133, - "Rank": 2, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "New-PnPTerm" + "CommandName": "New-PnPTerm", + "Rank": 2 }, { "Id": 1134, - "Rank": 1, "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "CommandName": "New-PnPTermGroup" + "CommandName": "New-PnPTermGroup", + "Rank": 1 }, { "Id": 1135, - "Rank": 2, "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "CommandName": "New-PnPTermGroup" + "CommandName": "New-PnPTermGroup", + "Rank": 2 }, { "Id": 1136, - "Rank": 1, "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "CommandName": "New-PnPTermLabel" + "CommandName": "New-PnPTermLabel", + "Rank": 1 }, { "Id": 1137, - "Rank": 1, "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "CommandName": "New-PnPTermSet" + "CommandName": "New-PnPTermSet", + "Rank": 1 }, { "Id": 1138, - "Rank": 1, "Command": "New-PnPTodoList -DisplayName \"Travel items\"", - "CommandName": "New-PnPTodoList" + "CommandName": "New-PnPTodoList", + "Rank": 1 }, { "Id": 1139, - "Rank": 2, "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", - "CommandName": "New-PnPTodoList" + "CommandName": "New-PnPTodoList", + "Rank": 2 }, { "Id": 1140, - "Rank": 1, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", - "CommandName": "New-PnPUPABulkImportJob" + "CommandName": "New-PnPUPABulkImportJob", + "Rank": 1 }, { "Id": 1141, - "Rank": 2, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "CommandName": "New-PnPUPABulkImportJob" + "CommandName": "New-PnPUPABulkImportJob", + "Rank": 2 }, { "Id": 1142, - "Rank": 1, "Command": "New-PnPUser -LoginName user@company.com", - "CommandName": "New-PnPUser" + "CommandName": "New-PnPUser", + "Rank": 1 }, { "Id": 1143, - "Rank": 1, "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", - "CommandName": "New-PnPVivaEngageCommunity" + "CommandName": "New-PnPVivaEngageCommunity", + "Rank": 1 }, { "Id": 1144, - "Rank": 1, "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", - "CommandName": "New-PnPWeb" + "CommandName": "New-PnPWeb", + "Rank": 1 }, { "Id": 1145, - "Rank": 1, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Publish-PnPApp" + "CommandName": "Publish-PnPApp", + "Rank": 1 }, { "Id": 1146, - "Rank": 2, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "CommandName": "Publish-PnPApp" + "CommandName": "Publish-PnPApp", + "Rank": 2 }, { "Id": 1147, - "Rank": 1, "Command": "Publish-PnPContentType -ContentType 0x0101", - "CommandName": "Publish-PnPContentType" + "CommandName": "Publish-PnPContentType", + "Rank": 1 }, { "Id": 1148, - "Rank": 1, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Publish-PnPSyntexModel" + "CommandName": "Publish-PnPSyntexModel", + "Rank": 1 }, { "Id": 1149, - "Rank": 2, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "CommandName": "Publish-PnPSyntexModel" + "CommandName": "Publish-PnPSyntexModel", + "Rank": 2 }, { "Id": 1150, - "Rank": 1, "Command": "Read-PnPSiteTemplate -Path template.pnp", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Rank": 1 }, { "Id": 1151, - "Rank": 2, "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Rank": 2 }, { "Id": 1152, - "Rank": 3, "Command": "Read-PnPSiteTemplate -Xml $xml", - "CommandName": "Read-PnPSiteTemplate" + "CommandName": "Read-PnPSiteTemplate", + "Rank": 3 }, { "Id": 1153, - "Rank": 1, "Command": "Read-PnPTenantTemplate -Path template.pnp", - "CommandName": "Read-PnPTenantTemplate" + "CommandName": "Read-PnPTenantTemplate", + "Rank": 1 }, { "Id": 1154, - "Rank": 1, "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "CommandName": "Register-PnPAppCatalogSite" + "CommandName": "Register-PnPAppCatalogSite", + "Rank": 1 }, { "Id": 1155, - "Rank": 1, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 1 }, { "Id": 1156, - "Rank": 2, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 2 }, { "Id": 1157, - "Rank": 3, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 3 }, { "Id": 1158, - "Rank": 4, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 4 }, { "Id": 1159, - "Rank": 5, "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 5 }, { "Id": 1160, - "Rank": 6, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 6 }, { "Id": 1161, - "Rank": 7, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 7 }, { "Id": 1162, - "Rank": 8, "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", - "CommandName": "Register-PnPAzureADApp" + "CommandName": "Register-PnPAzureADApp", + "Rank": 8 }, { "Id": 1163, - "Rank": 1, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Rank": 1 }, { "Id": 1164, - "Rank": 2, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin" + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Rank": 2 }, { "Id": 1165, - "Rank": 1, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Register-PnPHubSite" + "CommandName": "Register-PnPHubSite", + "Rank": 1 }, { "Id": 1166, - "Rank": 2, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "CommandName": "Register-PnPHubSite" + "CommandName": "Register-PnPHubSite", + "Rank": 2 }, { "Id": 1167, - "Rank": 1, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "CommandName": "Remove-PnPAdaptiveScopeProperty" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Rank": 1 }, { "Id": 1168, - "Rank": 2, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "CommandName": "Remove-PnPAdaptiveScopeProperty" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Rank": 2 }, { "Id": 1169, - "Rank": 1, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "CommandName": "Remove-PnPAlert" + "CommandName": "Remove-PnPAlert", + "Rank": 1 }, { "Id": 1170, - "Rank": 2, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAlert" + "CommandName": "Remove-PnPAlert", + "Rank": 2 }, { "Id": 1171, - "Rank": 1, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Remove-PnPApp" + "CommandName": "Remove-PnPApp", + "Rank": 1 }, { "Id": 1172, - "Rank": 2, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Remove-PnPApp" + "CommandName": "Remove-PnPApp", + "Rank": 2 }, { "Id": 1173, - "Rank": 1, "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPApplicationCustomizer" + "CommandName": "Remove-PnPApplicationCustomizer", + "Rank": 1 }, { "Id": 1174, - "Rank": 2, "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPApplicationCustomizer" + "CommandName": "Remove-PnPApplicationCustomizer", + "Rank": 2 }, { "Id": 1175, - "Rank": 1, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "CommandName": "Remove-PnPAvailableSiteClassification" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Rank": 1 }, { "Id": 1176, - "Rank": 2, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Remove-PnPAvailableSiteClassification" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Rank": 2 }, { "Id": 1177, - "Rank": 1, "Command": "Remove-PnPAzureADApp -Identity MyApp", - "CommandName": "Remove-PnPAzureADApp" + "CommandName": "Remove-PnPAzureADApp", + "Rank": 1 }, { "Id": 1178, - "Rank": 2, "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Remove-PnPAzureADApp" + "CommandName": "Remove-PnPAzureADApp", + "Rank": 2 }, { "Id": 1179, - "Rank": 1, "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "CommandName": "Remove-PnPAzureADGroup" + "CommandName": "Remove-PnPAzureADGroup", + "Rank": 1 }, { "Id": 1180, - "Rank": 2, "Command": "Remove-PnPAzureADGroup -Identity $group", - "CommandName": "Remove-PnPAzureADGroup" + "CommandName": "Remove-PnPAzureADGroup", + "Rank": 2 }, { "Id": 1181, - "Rank": 1, "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupMember" + "CommandName": "Remove-PnPAzureADGroupMember", + "Rank": 1 }, { "Id": 1182, - "Rank": 1, "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupOwner" + "CommandName": "Remove-PnPAzureADGroupOwner", + "Rank": 1 }, { "Id": 1183, - "Rank": 1, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 1 }, { "Id": 1184, - "Rank": 2, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 2 }, { "Id": 1185, - "Rank": 3, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 3 }, { "Id": 1186, - "Rank": 4, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 4 }, { "Id": 1187, - "Rank": 1, "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "Remove-PnPAzureADUser" + "CommandName": "Remove-PnPAzureADUser", + "Rank": 1 }, { "Id": 1188, - "Rank": 2, "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", - "CommandName": "Remove-PnPAzureADUser" + "CommandName": "Remove-PnPAzureADUser", + "Rank": 2 }, { "Id": 1189, - "Rank": 1, "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Remove-PnPContainer" + "CommandName": "Remove-PnPContainer", + "Rank": 1 }, { "Id": 1190, - "Rank": 2, "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "CommandName": "Remove-PnPContainer" + "CommandName": "Remove-PnPContainer", + "Rank": 2 }, { "Id": 1191, - "Rank": 1, "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", - "CommandName": "Remove-PnPContainerType" + "CommandName": "Remove-PnPContainerType", + "Rank": 1 }, { "Id": 1192, - "Rank": 1, "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "CommandName": "Remove-PnPContentType" + "CommandName": "Remove-PnPContentType", + "Rank": 1 }, { "Id": 1193, - "Rank": 2, "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "CommandName": "Remove-PnPContentType" + "CommandName": "Remove-PnPContentType", + "Rank": 2 }, { "Id": 1194, - "Rank": 1, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Remove-PnPContentTypeFromDocumentSet" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Rank": 1 }, { "Id": 1195, - "Rank": 2, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Remove-PnPContentTypeFromDocumentSet" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Rank": 2 }, { "Id": 1196, - "Rank": 1, "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPContentTypeFromList" + "CommandName": "Remove-PnPContentTypeFromList", + "Rank": 1 }, { "Id": 1197, - "Rank": 1, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Rank": 1 }, { "Id": 1198, - "Rank": 2, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Rank": 2 }, { "Id": 1199, - "Rank": 3, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "CommandName": "Remove-PnPCustomAction" + "CommandName": "Remove-PnPCustomAction", + "Rank": 3 }, { "Id": 1200, - "Rank": 1, "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Remove-PnPDeletedMicrosoft365Group" + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Rank": 1 }, { "Id": 1201, - "Rank": 1, "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 1 }, { "Id": 1202, - "Rank": 2, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 2 }, { "Id": 1203, - "Rank": 3, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 3 }, { "Id": 1204, - "Rank": 4, "Command": "Remove-PnPEventReceiver -List ProjectList", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 4 }, { "Id": 1205, - "Rank": 5, "Command": "Remove-PnPEventReceiver", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 5 }, { "Id": 1206, - "Rank": 6, "Command": "Remove-PnPEventReceiver -Scope Site", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 6 }, { "Id": 1207, - "Rank": 7, "Command": "Remove-PnPEventReceiver -Scope Web", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 7 }, { "Id": 1208, - "Rank": 8, "Command": "Remove-PnPEventReceiver -Scope All", - "CommandName": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Rank": 8 }, { "Id": 1209, - "Rank": 1, "Command": "Remove-PnPField -Identity \"Speakers\"", - "CommandName": "Remove-PnPField" + "CommandName": "Remove-PnPField", + "Rank": 1 }, { "Id": 1210, - "Rank": 2, "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Remove-PnPField" + "CommandName": "Remove-PnPField", + "Rank": 2 }, { "Id": 1211, - "Rank": 1, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPFieldFromContentType" + "CommandName": "Remove-PnPFieldFromContentType", + "Rank": 1 }, { "Id": 1212, - "Rank": 2, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "CommandName": "Remove-PnPFieldFromContentType" + "CommandName": "Remove-PnPFieldFromContentType", + "Rank": 2 }, { "Id": 1213, - "Rank": 1, "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Rank": 1 }, { "Id": 1214, - "Rank": 2, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Rank": 2 }, { "Id": 1215, - "Rank": 3, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "CommandName": "Remove-PnPFile" + "CommandName": "Remove-PnPFile", + "Rank": 3 }, { "Id": 1216, - "Rank": 1, "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "CommandName": "Remove-PnPFileFromSiteTemplate" + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Rank": 1 }, { "Id": 1217, - "Rank": 1, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Remove-PnPFileSharingLink" + "CommandName": "Remove-PnPFileSharingLink", + "Rank": 1 }, { "Id": 1218, - "Rank": 2, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", - "CommandName": "Remove-PnPFileSharingLink" + "CommandName": "Remove-PnPFileSharingLink", + "Rank": 2 }, { "Id": 1219, - "Rank": 1, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Rank": 1 }, { "Id": 1220, - "Rank": 2, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Rank": 2 }, { "Id": 1221, - "Rank": 3, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "CommandName": "Remove-PnPFileVersion" + "CommandName": "Remove-PnPFileVersion", + "Rank": 3 }, { "Id": 1222, - "Rank": 1, "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Remove-PnPFlow" + "CommandName": "Remove-PnPFlow", + "Rank": 1 }, { "Id": 1223, - "Rank": 2, "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", - "CommandName": "Remove-PnPFlow" + "CommandName": "Remove-PnPFlow", + "Rank": 2 }, { "Id": 1224, - "Rank": 1, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Rank": 1 }, { "Id": 1225, - "Rank": 2, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Rank": 2 }, { "Id": 1226, - "Rank": 3, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Rank": 3 }, { "Id": 1227, - "Rank": 4, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", - "CommandName": "Remove-PnPFlowOwner" + "CommandName": "Remove-PnPFlowOwner", + "Rank": 4 }, { "Id": 1228, - "Rank": 1, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Remove-PnPFolder" + "CommandName": "Remove-PnPFolder", + "Rank": 1 }, { "Id": 1229, - "Rank": 2, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "CommandName": "Remove-PnPFolder" + "CommandName": "Remove-PnPFolder", + "Rank": 2 }, { "Id": 1230, - "Rank": 1, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Remove-PnPFolderSharingLink" + "CommandName": "Remove-PnPFolderSharingLink", + "Rank": 1 }, { "Id": 1231, - "Rank": 2, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", - "CommandName": "Remove-PnPFolderSharingLink" + "CommandName": "Remove-PnPFolderSharingLink", + "Rank": 2 }, { "Id": 1232, - "Rank": 1, "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "CommandName": "Remove-PnPGraphSubscription" + "CommandName": "Remove-PnPGraphSubscription", + "Rank": 1 }, { "Id": 1233, - "Rank": 1, "Command": "Remove-PnPGroup -Identity \"My Users\"", - "CommandName": "Remove-PnPGroup" + "CommandName": "Remove-PnPGroup", + "Rank": 1 }, { "Id": 1234, - "Rank": 1, "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Remove-PnPGroupMember" + "CommandName": "Remove-PnPGroupMember", + "Rank": 1 }, { "Id": 1235, - "Rank": 1, "Command": "Remove-PnPHomeSite", - "CommandName": "Remove-PnPHomeSite" + "CommandName": "Remove-PnPHomeSite", + "Rank": 1 }, { "Id": 1236, - "Rank": 1, "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPHubSiteAssociation" + "CommandName": "Remove-PnPHubSiteAssociation", + "Rank": 1 }, { "Id": 1237, - "Rank": 1, "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "CommandName": "Remove-PnPHubToHubAssociation" + "CommandName": "Remove-PnPHubToHubAssociation", + "Rank": 1 }, { "Id": 1238, - "Rank": 2, "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "CommandName": "Remove-PnPHubToHubAssociation" + "CommandName": "Remove-PnPHubToHubAssociation", + "Rank": 2 }, { "Id": 1239, - "Rank": 1, "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "CommandName": "Remove-PnPIndexedProperty" + "CommandName": "Remove-PnPIndexedProperty", + "Rank": 1 }, { "Id": 1240, - "Rank": 1, "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 1 }, { "Id": 1241, - "Rank": 2, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 2 }, { "Id": 1242, - "Rank": 3, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 3 }, { "Id": 1243, - "Rank": 4, "Command": "Remove-PnPJavaScriptLink -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 4 }, { "Id": 1244, - "Rank": 5, "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "CommandName": "Remove-PnPJavaScriptLink" + "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 5 }, { "Id": 1245, - "Rank": 1, "Command": "Remove-PnPKnowledgeHubSite", - "CommandName": "Remove-PnPKnowledgeHubSite" + "CommandName": "Remove-PnPKnowledgeHubSite", + "Rank": 1 }, { "Id": 1246, - "Rank": 1, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 1 }, { "Id": 1247, - "Rank": 2, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 2 }, { "Id": 1248, - "Rank": 1, "Command": "Remove-PnPList -Identity Announcements", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Rank": 1 }, { "Id": 1249, - "Rank": 2, "Command": "Remove-PnPList -Identity Announcements -Force", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Rank": 2 }, { "Id": 1250, - "Rank": 3, "Command": "Remove-PnPList -Identity Announcements -Recycle", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Rank": 3 }, { "Id": 1251, - "Rank": 4, "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "CommandName": "Remove-PnPList" + "CommandName": "Remove-PnPList", + "Rank": 4 }, { "Id": 1252, - "Rank": 1, "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPListDesign" + "CommandName": "Remove-PnPListDesign", + "Rank": 1 }, { "Id": 1253, - "Rank": 1, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Rank": 1 }, { "Id": 1254, - "Rank": 2, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Rank": 2 }, { "Id": 1255, - "Rank": 3, "Command": "Remove-PnPListItem -List \"Demo List\"", - "CommandName": "Remove-PnPListItem" + "CommandName": "Remove-PnPListItem", + "Rank": 3 }, { "Id": 1256, - "Rank": 1, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Rank": 1 }, { "Id": 1257, - "Rank": 2, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Rank": 2 }, { "Id": 1258, - "Rank": 3, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Rank": 3 }, { "Id": 1259, - "Rank": 4, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Rank": 4 }, { "Id": 1260, - "Rank": 5, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "CommandName": "Remove-PnPListItemAttachment" + "CommandName": "Remove-PnPListItemAttachment", + "Rank": 5 }, { "Id": 1261, - "Rank": 1, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Rank": 1 }, { "Id": 1262, - "Rank": 2, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Rank": 2 }, { "Id": 1263, - "Rank": 3, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Rank": 3 }, { "Id": 1264, - "Rank": 4, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", - "CommandName": "Remove-PnPListItemComment" + "CommandName": "Remove-PnPListItemComment", + "Rank": 4 }, { "Id": 1265, - "Rank": 1, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "CommandName": "Remove-PnPListItemVersion" + "CommandName": "Remove-PnPListItemVersion", + "Rank": 1 }, { "Id": 1266, - "Rank": 2, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "CommandName": "Remove-PnPListItemVersion" + "CommandName": "Remove-PnPListItemVersion", + "Rank": 2 }, { "Id": 1267, - "Rank": 1, "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPManagedAppId" + "CommandName": "Remove-PnPManagedAppId", + "Rank": 1 }, { "Id": 1268, - "Rank": 1, "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Remove-PnPMicrosoft365Group" + "CommandName": "Remove-PnPMicrosoft365Group", + "Rank": 1 }, { "Id": 1269, - "Rank": 2, "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "CommandName": "Remove-PnPMicrosoft365Group" + "CommandName": "Remove-PnPMicrosoft365Group", + "Rank": 2 }, { "Id": 1270, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupMember" + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Rank": 1 }, { "Id": 1271, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupOwner" + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Rank": 1 }, { "Id": 1272, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", - "CommandName": "Remove-PnPMicrosoft365GroupPhoto" + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", + "Rank": 1 }, { "Id": 1273, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "CommandName": "Remove-PnPMicrosoft365GroupSettings" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Rank": 1 }, { "Id": 1274, - "Rank": 2, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "CommandName": "Remove-PnPMicrosoft365GroupSettings" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Rank": 2 }, { "Id": 1275, - "Rank": 1, "Command": "Remove-PnPNavigationNode -Identity 1032", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Rank": 1 }, { "Id": 1276, - "Rank": 2, "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Rank": 2 }, { "Id": 1277, - "Rank": 3, "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "CommandName": "Remove-PnPNavigationNode" + "CommandName": "Remove-PnPNavigationNode", + "Rank": 3 }, { "Id": 1278, - "Rank": 1, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Rank": 1 }, { "Id": 1279, - "Rank": 2, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Rank": 2 }, { "Id": 1280, - "Rank": 3, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "CommandName": "Remove-PnPOrgAssetsLibrary" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Rank": 3 }, { "Id": 1281, - "Rank": 1, "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPOrgNewsSite" + "CommandName": "Remove-PnPOrgNewsSite", + "Rank": 1 }, { "Id": 1282, - "Rank": 1, "Command": "Remove-PnPPage -Identity \"MyPage\"", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Rank": 1 }, { "Id": 1283, - "Rank": 2, "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Rank": 2 }, { "Id": 1284, - "Rank": 3, "Command": "Remove-PnPPage $page", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Rank": 3 }, { "Id": 1285, - "Rank": 4, "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "CommandName": "Remove-PnPPage" + "CommandName": "Remove-PnPPage", + "Rank": 4 }, { "Id": 1286, - "Rank": 1, "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPPageComponent" + "CommandName": "Remove-PnPPageComponent", + "Rank": 1 }, { "Id": 1287, - "Rank": 1, "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "CommandName": "Remove-PnPPlannerBucket" + "CommandName": "Remove-PnPPlannerBucket", + "Rank": 1 }, { "Id": 1288, - "Rank": 1, "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "CommandName": "Remove-PnPPlannerPlan" + "CommandName": "Remove-PnPPlannerPlan", + "Rank": 1 }, { "Id": 1289, - "Rank": 1, "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Remove-PnPPlannerRoster" + "CommandName": "Remove-PnPPlannerRoster", + "Rank": 1 }, { "Id": 1290, - "Rank": 1, "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPPlannerRosterMember" + "CommandName": "Remove-PnPPlannerRosterMember", + "Rank": 1 }, { "Id": 1291, - "Rank": 1, "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "CommandName": "Remove-PnPPlannerTask" + "CommandName": "Remove-PnPPlannerTask", + "Rank": 1 }, { "Id": 1292, - "Rank": 1, "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", - "CommandName": "Remove-PnPProfileCardProperty" + "CommandName": "Remove-PnPProfileCardProperty", + "Rank": 1 }, { "Id": 1293, - "Rank": 1, "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Rank": 1 }, { "Id": 1294, - "Rank": 2, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Rank": 2 }, { "Id": 1295, - "Rank": 3, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "CommandName": "Remove-PnPPropertyBagValue" + "CommandName": "Remove-PnPPropertyBagValue", + "Rank": 3 }, { "Id": 1296, - "Rank": 1, "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Remove-PnPPublishingImageRendition" + "CommandName": "Remove-PnPPublishingImageRendition", + "Rank": 1 }, { "Id": 1297, - "Rank": 1, "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "CommandName": "Remove-PnPRoleDefinition" + "CommandName": "Remove-PnPRoleDefinition", + "Rank": 1 }, { "Id": 1298, - "Rank": 1, "Command": "Remove-PnPSdnProvider -Confirm:false", - "CommandName": "Remove-PnPSdnProvider" + "CommandName": "Remove-PnPSdnProvider", + "Rank": 1 }, { "Id": 1299, - "Rank": 1, "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 1 }, { "Id": 1300, - "Rank": 2, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 2 }, { "Id": 1301, - "Rank": 3, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 3 }, { "Id": 1302, - "Rank": 4, "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration" + "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 4 }, { "Id": 1303, - "Rank": 1, "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "CommandName": "Remove-PnPSearchExternalConnection" + "CommandName": "Remove-PnPSearchExternalConnection", + "Rank": 1 }, { "Id": 1304, - "Rank": 1, "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "CommandName": "Remove-PnPSearchExternalItem" + "CommandName": "Remove-PnPSearchExternalItem", + "Rank": 1 }, { "Id": 1305, - "Rank": 1, "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPSiteCollectionAdmin" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Rank": 1 }, { "Id": 1306, - "Rank": 2, "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Remove-PnPSiteCollectionAdmin" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Rank": 2 }, { "Id": 1307, - "Rank": 1, "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Remove-PnPSiteCollectionAppCatalog" + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Rank": 1 }, { "Id": 1308, - "Rank": 1, "Command": "Remove-PnPSiteCollectionTermStore", - "CommandName": "Remove-PnPSiteCollectionTermStore" + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Rank": 1 }, { "Id": 1309, - "Rank": 1, "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesign" + "CommandName": "Remove-PnPSiteDesign", + "Rank": 1 }, { "Id": 1310, - "Rank": 1, "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesignTask" + "CommandName": "Remove-PnPSiteDesignTask", + "Rank": 1 }, { "Id": 1311, - "Rank": 1, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Rank": 1 }, { "Id": 1312, - "Rank": 2, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Rank": 2 }, { "Id": 1313, - "Rank": 1, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Remove-PnPSiteGroup" + "CommandName": "Remove-PnPSiteGroup", + "Rank": 1 }, { "Id": 1314, - "Rank": 2, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "CommandName": "Remove-PnPSiteGroup" + "CommandName": "Remove-PnPSiteGroup", + "Rank": 2 }, { "Id": 1315, - "Rank": 1, "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteScript" + "CommandName": "Remove-PnPSiteScript", + "Rank": 1 }, { "Id": 1316, - "Rank": 1, "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Remove-PnPSiteUserInvitations" + "CommandName": "Remove-PnPSiteUserInvitations", + "Rank": 1 }, { "Id": 1317, - "Rank": 1, "Command": "Remove-PnPStorageEntity -Key MyKey", - "CommandName": "Remove-PnPStorageEntity" + "CommandName": "Remove-PnPStorageEntity", + "Rank": 1 }, { "Id": 1318, - "Rank": 2, "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Remove-PnPStorageEntity" + "CommandName": "Remove-PnPStorageEntity", + "Rank": 2 }, { "Id": 1319, - "Rank": 1, "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPStoredCredential" + "CommandName": "Remove-PnPStoredCredential", + "Rank": 1 }, { "Id": 1320, - "Rank": 1, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "CommandName": "Remove-PnPTaxonomyItem" + "CommandName": "Remove-PnPTaxonomyItem", + "Rank": 1 }, { "Id": 1321, - "Rank": 2, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "CommandName": "Remove-PnPTaxonomyItem" + "CommandName": "Remove-PnPTaxonomyItem", + "Rank": 2 }, { "Id": 1322, - "Rank": 1, "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "CommandName": "Remove-PnPTeamsApp" + "CommandName": "Remove-PnPTeamsApp", + "Rank": 1 }, { "Id": 1323, - "Rank": 2, "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "CommandName": "Remove-PnPTeamsApp" + "CommandName": "Remove-PnPTeamsApp", + "Rank": 2 }, { "Id": 1324, - "Rank": 1, "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", - "CommandName": "Remove-PnPTeamsChannel" + "CommandName": "Remove-PnPTeamsChannel", + "Rank": 1 }, { "Id": 1325, - "Rank": 1, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Rank": 1 }, { "Id": 1326, - "Rank": 2, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Rank": 2 }, { "Id": 1327, - "Rank": 3, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "CommandName": "Remove-PnPTeamsChannelUser" + "CommandName": "Remove-PnPTeamsChannelUser", + "Rank": 3 }, { "Id": 1328, - "Rank": 1, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Rank": 1 }, { "Id": 1329, - "Rank": 2, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Rank": 2 }, { "Id": 1330, - "Rank": 3, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "CommandName": "Remove-PnPTeamsTab" + "CommandName": "Remove-PnPTeamsTab", + "Rank": 3 }, { "Id": 1331, - "Rank": 1, "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Remove-PnPTeamsTag" + "CommandName": "Remove-PnPTeamsTag", + "Rank": 1 }, { "Id": 1332, - "Rank": 1, "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Remove-PnPTeamsTeam" + "CommandName": "Remove-PnPTeamsTeam", + "Rank": 1 }, { "Id": 1333, - "Rank": 2, "Command": "Remove-PnPTeamsTeam -Identity testteam", - "CommandName": "Remove-PnPTeamsTeam" + "CommandName": "Remove-PnPTeamsTeam", + "Rank": 2 }, { "Id": 1334, - "Rank": 1, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Rank": 1 }, { "Id": 1335, - "Rank": 2, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Rank": 2 }, { "Id": 1336, - "Rank": 3, "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", - "CommandName": "Remove-PnPTeamsUser" + "CommandName": "Remove-PnPTeamsUser", + "Rank": 3 }, { "Id": 1337, - "Rank": 1, "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Remove-PnPTenantCdnOrigin" + "CommandName": "Remove-PnPTenantCdnOrigin", + "Rank": 1 }, { "Id": 1338, - "Rank": 1, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantDeletedSite" + "CommandName": "Remove-PnPTenantDeletedSite", + "Rank": 1 }, { "Id": 1339, - "Rank": 2, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Remove-PnPTenantDeletedSite" + "CommandName": "Remove-PnPTenantDeletedSite", + "Rank": 2 }, { "Id": 1340, - "Rank": 1, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Rank": 1 }, { "Id": 1341, - "Rank": 2, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Rank": 2 }, { "Id": 1342, - "Rank": 3, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Rank": 3 }, { "Id": 1343, - "Rank": 1, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Rank": 1 }, { "Id": 1344, - "Rank": 2, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Rank": 2 }, { "Id": 1345, - "Rank": 3, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "CommandName": "Remove-PnPTenantSite" + "CommandName": "Remove-PnPTenantSite", + "Rank": 3 }, { "Id": 1346, - "Rank": 1, "Command": "Remove-PnPTenantSyncClientRestriction", - "CommandName": "Remove-PnPTenantSyncClientRestriction" + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Rank": 1 }, { "Id": 1347, - "Rank": 1, "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Remove-PnPTenantTheme" + "CommandName": "Remove-PnPTenantTheme", + "Rank": 1 }, { "Id": 1348, - "Rank": 1, "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTerm" + "CommandName": "Remove-PnPTerm", + "Rank": 1 }, { "Id": 1349, - "Rank": 2, "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTerm" + "CommandName": "Remove-PnPTerm", + "Rank": 2 }, { "Id": 1350, - "Rank": 1, "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Rank": 1 }, { "Id": 1351, - "Rank": 2, "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Rank": 2 }, { "Id": 1352, - "Rank": 3, "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "CommandName": "Remove-PnPTermGroup" + "CommandName": "Remove-PnPTermGroup", + "Rank": 3 }, { "Id": 1353, - "Rank": 1, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "CommandName": "Remove-PnPTermLabel" + "CommandName": "Remove-PnPTermLabel", + "Rank": 1 }, { "Id": 1354, - "Rank": 2, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTermLabel" + "CommandName": "Remove-PnPTermLabel", + "Rank": 2 }, { "Id": 1355, - "Rank": 1, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", - "CommandName": "Remove-PnPTodoList" + "CommandName": "Remove-PnPTodoList", + "Rank": 1 }, { "Id": 1356, - "Rank": 2, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", - "CommandName": "Remove-PnPTodoList" + "CommandName": "Remove-PnPTodoList", + "Rank": 2 }, { "Id": 1357, - "Rank": 1, "Command": "Remove-PnPUser -Identity 23", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Rank": 1 }, { "Id": 1358, - "Rank": 2, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Rank": 2 }, { "Id": 1359, - "Rank": 3, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", - "CommandName": "Remove-PnPUser" + "CommandName": "Remove-PnPUser", + "Rank": 3 }, { "Id": 1360, - "Rank": 1, "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Remove-PnPUserInfo" + "CommandName": "Remove-PnPUserInfo", + "Rank": 1 }, { "Id": 1361, - "Rank": 1, "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Remove-PnPUserProfile" + "CommandName": "Remove-PnPUserProfile", + "Rank": 1 }, { "Id": 1362, - "Rank": 1, "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPUserProfilePhoto" + "CommandName": "Remove-PnPUserProfilePhoto", + "Rank": 1 }, { "Id": 1363, - "Rank": 1, "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "CommandName": "Remove-PnPView" + "CommandName": "Remove-PnPView", + "Rank": 1 }, { "Id": 1364, - "Rank": 1, "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Remove-PnPVivaConnectionsDashboardACE" + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Rank": 1 }, { "Id": 1365, - "Rank": 1, "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "CommandName": "Remove-PnPVivaEngageCommunity" + "CommandName": "Remove-PnPVivaEngageCommunity", + "Rank": 1 }, { "Id": 1366, - "Rank": 1, "Command": "Remove-PnPWeb -Identity projectA", - "CommandName": "Remove-PnPWeb" + "CommandName": "Remove-PnPWeb", + "Rank": 1 }, { "Id": 1367, - "Rank": 2, "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "CommandName": "Remove-PnPWeb" + "CommandName": "Remove-PnPWeb", + "Rank": 2 }, { "Id": 1368, - "Rank": 1, "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "CommandName": "Remove-PnPWebhookSubscription" + "CommandName": "Remove-PnPWebhookSubscription", + "Rank": 1 }, { "Id": 1369, - "Rank": 1, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPWebPart" + "CommandName": "Remove-PnPWebPart", + "Rank": 1 }, { "Id": 1370, - "Rank": 2, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "CommandName": "Remove-PnPWebPart" + "CommandName": "Remove-PnPWebPart", + "Rank": 2 }, { "Id": 1371, - "Rank": 1, "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "CommandName": "Remove-PnPWikiPage" + "CommandName": "Remove-PnPWikiPage", + "Rank": 1 }, { "Id": 1372, - "Rank": 1, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Rank": 1 }, { "Id": 1373, - "Rank": 2, "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Rank": 2 }, { "Id": 1374, - "Rank": 3, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "CommandName": "Rename-PnPFile" + "CommandName": "Rename-PnPFile", + "Rank": 3 }, { "Id": 1375, - "Rank": 1, "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "CommandName": "Rename-PnPFolder" + "CommandName": "Rename-PnPFolder", + "Rank": 1 }, { "Id": 1376, - "Rank": 1, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Repair-PnPSite" + "CommandName": "Repair-PnPSite", + "Rank": 1 }, { "Id": 1377, - "Rank": 2, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Repair-PnPSite" + "CommandName": "Repair-PnPSite", + "Rank": 2 }, { "Id": 1378, - "Rank": 1, "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "CommandName": "Request-PnPPersonalSite" + "CommandName": "Request-PnPPersonalSite", + "Rank": 1 }, { "Id": 1379, - "Rank": 2, "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "CommandName": "Request-PnPPersonalSite" + "CommandName": "Request-PnPPersonalSite", + "Rank": 2 }, { "Id": 1380, - "Rank": 1, "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "CommandName": "Request-PnPReIndexList" + "CommandName": "Request-PnPReIndexList", + "Rank": 1 }, { "Id": 1381, - "Rank": 1, "Command": "Request-PnPReIndexWeb", - "CommandName": "Request-PnPReIndexWeb" + "CommandName": "Request-PnPReIndexWeb", + "Rank": 1 }, { "Id": 1382, - "Rank": 1, "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Rank": 1 }, { "Id": 1383, - "Rank": 2, "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Rank": 2 }, { "Id": 1384, - "Rank": 3, "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "CommandName": "Request-PnPSyntexClassifyAndExtract" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Rank": 3 }, { "Id": 1385, - "Rank": 1, "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", - "CommandName": "Reset-PnPDocumentId" + "CommandName": "Reset-PnPDocumentId", + "Rank": 1 }, { "Id": 1386, - "Rank": 2, "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", - "CommandName": "Reset-PnPDocumentId" + "CommandName": "Reset-PnPDocumentId", + "Rank": 2 }, { "Id": 1387, - "Rank": 1, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "CommandName": "Reset-PnPFileVersion" + "CommandName": "Reset-PnPFileVersion", + "Rank": 1 }, { "Id": 1388, - "Rank": 2, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "CommandName": "Reset-PnPFileVersion" + "CommandName": "Reset-PnPFileVersion", + "Rank": 2 }, { "Id": 1389, - "Rank": 1, "Command": "Reset-PnPMicrosoft365GroupExpiration", - "CommandName": "Reset-PnPMicrosoft365GroupExpiration" + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", + "Rank": 1 }, { "Id": 1390, - "Rank": 1, "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", - "CommandName": "Reset-PnPRetentionLabel" + "CommandName": "Reset-PnPRetentionLabel", + "Rank": 1 }, { "Id": 1391, - "Rank": 2, "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", - "CommandName": "Reset-PnPRetentionLabel" + "CommandName": "Reset-PnPRetentionLabel", + "Rank": 2 }, { "Id": 1392, - "Rank": 1, "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault" + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Rank": 1 }, { "Id": 1393, - "Rank": 1, "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "CommandName": "Resolve-PnPFolder" + "CommandName": "Resolve-PnPFolder", + "Rank": 1 }, { "Id": 1394, - "Rank": 1, "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Restart-PnPFlowRun" + "CommandName": "Restart-PnPFlowRun", + "Rank": 1 }, { "Id": 1395, - "Rank": 1, "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Restore-PnPDeletedContainer" + "CommandName": "Restore-PnPDeletedContainer", + "Rank": 1 }, { "Id": 1396, - "Rank": 1, "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Restore-PnPDeletedMicrosoft365Group" + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Rank": 1 }, { "Id": 1397, - "Rank": 1, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Rank": 1 }, { "Id": 1398, - "Rank": 2, "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Rank": 2 }, { "Id": 1399, - "Rank": 3, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Restore-PnPFileVersion" + "CommandName": "Restore-PnPFileVersion", + "Rank": 3 }, { "Id": 1400, - "Rank": 1, "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Restore-PnPFlow" + "CommandName": "Restore-PnPFlow", + "Rank": 1 }, { "Id": 1401, - "Rank": 2, "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Restore-PnPFlow" + "CommandName": "Restore-PnPFlow", + "Rank": 2 }, { "Id": 1402, - "Rank": 1, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "CommandName": "Restore-PnPListItemVersion" + "CommandName": "Restore-PnPListItemVersion", + "Rank": 1 }, { "Id": 1403, - "Rank": 2, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "CommandName": "Restore-PnPListItemVersion" + "CommandName": "Restore-PnPListItemVersion", + "Rank": 2 }, { "Id": 1404, - "Rank": 1, "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Restore-PnPRecycleBinItem" + "CommandName": "Restore-PnPRecycleBinItem", + "Rank": 1 }, { "Id": 1405, - "Rank": 1, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantRecycleBinItem" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Rank": 1 }, { "Id": 1406, - "Rank": 2, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Restore-PnPTenantRecycleBinItem" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Rank": 2 }, { "Id": 1407, - "Rank": 1, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Rank": 1 }, { "Id": 1408, - "Rank": 2, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Rank": 2 }, { "Id": 1409, - "Rank": 3, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "CommandName": "Restore-PnPTenantSite" + "CommandName": "Restore-PnPTenantSite", + "Rank": 3 }, { "Id": 1410, - "Rank": 1, "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "CommandName": "Revoke-PnPAzureADAppSitePermission" + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Rank": 1 }, { "Id": 1411, - "Rank": 1, "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPHubSiteRights" + "CommandName": "Revoke-PnPHubSiteRights", + "Rank": 1 }, { "Id": 1412, - "Rank": 1, "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPSiteDesignRights" + "CommandName": "Revoke-PnPSiteDesignRights", + "Rank": 1 }, { "Id": 1413, - "Rank": 1, "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Revoke-PnPTenantServicePrincipalPermission" + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Rank": 1 }, { "Id": 1414, - "Rank": 1, "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "CommandName": "Revoke-PnPUserSession" + "CommandName": "Revoke-PnPUserSession", + "Rank": 1 }, { "Id": 1415, - "Rank": 1, "Command": "Save-PnPPageConversionLog", - "CommandName": "Save-PnPPageConversionLog" + "CommandName": "Save-PnPPageConversionLog", + "Rank": 1 }, { "Id": 1416, - "Rank": 1, "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "CommandName": "Save-PnPSiteTemplate" + "CommandName": "Save-PnPSiteTemplate", + "Rank": 1 }, { "Id": 1417, - "Rank": 1, "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "CommandName": "Save-PnPTenantTemplate" + "CommandName": "Save-PnPTenantTemplate", + "Rank": 1 }, { "Id": 1418, - "Rank": 1, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Rank": 1 }, { "Id": 1419, - "Rank": 2, "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Rank": 2 }, { "Id": 1420, - "Rank": 3, "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Rank": 3 }, { "Id": 1421, - "Rank": 4, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Rank": 4 }, { "Id": 1422, - "Rank": 5, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", - "CommandName": "Send-PnPMail" + "CommandName": "Send-PnPMail", + "Rank": 5 }, { "Id": 1423, - "Rank": 1, "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "CommandName": "Set-PnPAdaptiveScopeProperty" + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Rank": 1 }, { "Id": 1424, - "Rank": 1, "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Set-PnPApplicationCustomizer" + "CommandName": "Set-PnPApplicationCustomizer", + "Rank": 1 }, { "Id": 1425, - "Rank": 2, "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "CommandName": "Set-PnPApplicationCustomizer" + "CommandName": "Set-PnPApplicationCustomizer", + "Rank": 2 }, { "Id": 1426, - "Rank": 1, "Command": "Set-PnPAppSideLoading -On", - "CommandName": "Set-PnPAppSideLoading" + "CommandName": "Set-PnPAppSideLoading", + "Rank": 1 }, { "Id": 1427, - "Rank": 2, "Command": "Set-PnPAppSideLoading -Off", - "CommandName": "Set-PnPAppSideLoading" + "CommandName": "Set-PnPAppSideLoading", + "Rank": 2 }, { "Id": 1428, - "Rank": 1, "Command": "Set-PnPAuditing -EnableAll", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Rank": 1 }, { "Id": 1429, - "Rank": 2, "Command": "Set-PnPAuditing -DisableAll", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Rank": 2 }, { "Id": 1430, - "Rank": 3, "Command": "Set-PnPAuditing -RetentionTime 7", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Rank": 3 }, { "Id": 1431, - "Rank": 4, "Command": "Set-PnPAuditing -TrimAuditLog", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Rank": 4 }, { "Id": 1432, - "Rank": 5, "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "CommandName": "Set-PnPAuditing" + "CommandName": "Set-PnPAuditing", + "Rank": 5 }, { "Id": 1433, - "Rank": 1, "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "CommandName": "Set-PnPAvailablePageLayouts" + "CommandName": "Set-PnPAvailablePageLayouts", + "Rank": 1 }, { "Id": 1434, - "Rank": 1, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "CommandName": "Set-PnPAzureADAppSitePermission" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Rank": 1 }, { "Id": 1435, - "Rank": 2, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "CommandName": "Set-PnPAzureADAppSitePermission" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Rank": 2 }, { "Id": 1436, - "Rank": 1, "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Rank": 1 }, { "Id": 1437, - "Rank": 2, "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Rank": 2 }, { "Id": 1438, - "Rank": 3, "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPAzureADGroup" + "CommandName": "Set-PnPAzureADGroup", + "Rank": 3 }, { "Id": 1439, - "Rank": 1, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Rank": 1 }, { "Id": 1440, - "Rank": 2, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Rank": 2 }, { "Id": 1441, - "Rank": 3, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "CommandName": "Set-PnPBrowserIdleSignout" + "CommandName": "Set-PnPBrowserIdleSignout", + "Rank": 3 }, { "Id": 1442, - "Rank": 1, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Rank": 1 }, { "Id": 1443, - "Rank": 2, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Rank": 2 }, { "Id": 1444, - "Rank": 1, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 1 }, { "Id": 1445, - "Rank": 2, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 2 }, { "Id": 1446, - "Rank": 3, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 3 }, { "Id": 1447, - "Rank": 4, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 4 }, { "Id": 1448, - "Rank": 1, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Rank": 1 }, { "Id": 1449, - "Rank": 2, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Rank": 2 }, { "Id": 1450, - "Rank": 3, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Rank": 3 }, { "Id": 1451, - "Rank": 4, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Rank": 4 }, { "Id": 1452, - "Rank": 5, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType" + "CommandName": "Set-PnPContentType", + "Rank": 5 }, { "Id": 1453, - "Rank": 1, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", - "CommandName": "Set-PnPCopilotAdminLimitedMode" + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Rank": 1 }, { "Id": 1454, - "Rank": 2, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", - "CommandName": "Set-PnPCopilotAdminLimitedMode" + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Rank": 2 }, { "Id": 1455, - "Rank": 1, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 1 }, { "Id": 1456, - "Rank": 2, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 2 }, { "Id": 1457, - "Rank": 3, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 3 }, { "Id": 1458, - "Rank": 4, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "CommandName": "Set-PnPDefaultColumnValues" + "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 4 }, { "Id": 1459, - "Rank": 1, "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "CommandName": "Set-PnPDefaultContentTypeToList" + "CommandName": "Set-PnPDefaultContentTypeToList", + "Rank": 1 }, { "Id": 1460, - "Rank": 1, "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Rank": 1 }, { "Id": 1461, - "Rank": 2, "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Rank": 2 }, { "Id": 1462, - "Rank": 3, "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "CommandName": "Set-PnPDefaultPageLayout" + "CommandName": "Set-PnPDefaultPageLayout", + "Rank": 3 }, { "Id": 1463, - "Rank": 1, "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Rank": 1 }, { "Id": 1464, - "Rank": 2, "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Rank": 2 }, { "Id": 1465, - "Rank": 3, "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation" + "CommandName": "Set-PnPDisableSpacesActivation", + "Rank": 3 }, { "Id": 1466, - "Rank": 1, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "CommandName": "Set-PnPDocumentSetField" + "CommandName": "Set-PnPDocumentSetField", + "Rank": 1 }, { "Id": 1467, - "Rank": 2, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "CommandName": "Set-PnPDocumentSetField" + "CommandName": "Set-PnPDocumentSetField", + "Rank": 2 }, { "Id": 1468, - "Rank": 1, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Rank": 1 }, { "Id": 1469, - "Rank": 2, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Rank": 2 }, { "Id": 1470, - "Rank": 3, "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "CommandName": "Set-PnPField" + "CommandName": "Set-PnPField", + "Rank": 3 }, { "Id": 1471, - "Rank": 1, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Rank": 1 }, { "Id": 1472, - "Rank": 2, "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Rank": 2 }, { "Id": 1473, - "Rank": 3, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "CommandName": "Set-PnPFileCheckedIn" + "CommandName": "Set-PnPFileCheckedIn", + "Rank": 3 }, { "Id": 1474, - "Rank": 1, "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedOut" + "CommandName": "Set-PnPFileCheckedOut", + "Rank": 1 }, { "Id": 1475, - "Rank": 1, "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", - "CommandName": "Set-PnPFileRetentionLabel" + "CommandName": "Set-PnPFileRetentionLabel", + "Rank": 1 }, { "Id": 1476, - "Rank": 2, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", - "CommandName": "Set-PnPFileRetentionLabel" + "CommandName": "Set-PnPFileRetentionLabel", + "Rank": 2 }, { "Id": 1477, - "Rank": 3, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", - "CommandName": "Set-PnPFileRetentionLabel" + "CommandName": "Set-PnPFileRetentionLabel", + "Rank": 3 }, { "Id": 1478, - "Rank": 1, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Rank": 1 }, { "Id": 1479, - "Rank": 2, "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Rank": 2 }, { "Id": 1480, - "Rank": 3, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPFolderPermission" + "CommandName": "Set-PnPFolderPermission", + "Rank": 3 }, { "Id": 1481, - "Rank": 1, "Command": "Set-PnPFooter -Enabled:$true", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Rank": 1 }, { "Id": 1482, - "Rank": 2, "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Rank": 2 }, { "Id": 1483, - "Rank": 3, "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Rank": 3 }, { "Id": 1484, - "Rank": 4, "Command": "Set-PnPFooter -LogoUrl \"\"", - "CommandName": "Set-PnPFooter" + "CommandName": "Set-PnPFooter", + "Rank": 4 }, { "Id": 1485, - "Rank": 1, "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "CommandName": "Set-PnPGraphSubscription" + "CommandName": "Set-PnPGraphSubscription", + "Rank": 1 }, { "Id": 1486, - "Rank": 1, "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", - "CommandName": "Set-PnPGroup" + "CommandName": "Set-PnPGroup", + "Rank": 1 }, { "Id": 1487, - "Rank": 2, "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "CommandName": "Set-PnPGroup" + "CommandName": "Set-PnPGroup", + "Rank": 2 }, { "Id": 1488, - "Rank": 1, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Rank": 1 }, { "Id": 1489, - "Rank": 2, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Rank": 2 }, { "Id": 1490, - "Rank": 3, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Rank": 3 }, { "Id": 1491, - "Rank": 4, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Rank": 4 }, { "Id": 1492, - "Rank": 5, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "CommandName": "Set-PnPGroupPermissions" + "CommandName": "Set-PnPGroupPermissions", + "Rank": 5 }, { "Id": 1493, - "Rank": 1, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "CommandName": "Set-PnPHideDefaultThemes" + "CommandName": "Set-PnPHideDefaultThemes", + "Rank": 1 }, { "Id": 1494, - "Rank": 2, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "CommandName": "Set-PnPHideDefaultThemes" + "CommandName": "Set-PnPHideDefaultThemes", + "Rank": 2 }, { "Id": 1495, - "Rank": 1, "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "CommandName": "Set-PnPHomePage" + "CommandName": "Set-PnPHomePage", + "Rank": 1 }, { "Id": 1496, - "Rank": 2, "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "CommandName": "Set-PnPHomePage" + "CommandName": "Set-PnPHomePage", + "Rank": 2 }, { "Id": 1497, - "Rank": 1, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Rank": 1 }, { "Id": 1498, - "Rank": 2, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Rank": 2 }, { "Id": 1499, - "Rank": 3, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", - "CommandName": "Set-PnPHomeSite" + "CommandName": "Set-PnPHomeSite", + "Rank": 3 }, { "Id": 1500, - "Rank": 1, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Rank": 1 }, { "Id": 1501, - "Rank": 2, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Rank": 2 }, { "Id": 1502, - "Rank": 3, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Rank": 3 }, { "Id": 1503, - "Rank": 4, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Rank": 4 }, { "Id": 1504, - "Rank": 5, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Rank": 5 }, { "Id": 1505, - "Rank": 6, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "CommandName": "Set-PnPHubSite" + "CommandName": "Set-PnPHubSite", + "Rank": 6 }, { "Id": 1506, - "Rank": 1, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Set-PnPImageListItemColumn" + "CommandName": "Set-PnPImageListItemColumn", + "Rank": 1 }, { "Id": 1507, - "Rank": 2, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "CommandName": "Set-PnPImageListItemColumn" + "CommandName": "Set-PnPImageListItemColumn", + "Rank": 2 }, { "Id": 1508, - "Rank": 1, "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "CommandName": "Set-PnPIndexedProperties" + "CommandName": "Set-PnPIndexedProperties", + "Rank": 1 }, { "Id": 1509, - "Rank": 1, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "CommandName": "Set-PnPInPlaceRecordsManagement" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Rank": 1 }, { "Id": 1510, - "Rank": 2, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "CommandName": "Set-PnPInPlaceRecordsManagement" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Rank": 2 }, { "Id": 1511, - "Rank": 1, "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "CommandName": "Set-PnPKnowledgeHubSite" + "CommandName": "Set-PnPKnowledgeHubSite", + "Rank": 1 }, { "Id": 1512, - "Rank": 1, "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 1 }, { "Id": 1513, - "Rank": 2, "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 2 }, { "Id": 1514, - "Rank": 3, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 3 }, { "Id": 1515, - "Rank": 4, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 4 }, { "Id": 1516, - "Rank": 5, "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 5 }, { "Id": 1517, - "Rank": 6, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 6 }, { "Id": 1518, - "Rank": 7, "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 7 }, { "Id": 1519, - "Rank": 8, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 8 }, { "Id": 1520, - "Rank": 9, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 9 }, { "Id": 1521, - "Rank": 10, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 10 }, { "Id": 1522, - "Rank": 11, "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 11 }, { "Id": 1523, - "Rank": 12, "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", - "CommandName": "Set-PnPList" + "CommandName": "Set-PnPList", + "Rank": 12 }, { "Id": 1524, - "Rank": 1, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "CommandName": "Set-PnPListInformationRightsManagement" + "CommandName": "Set-PnPListInformationRightsManagement", + "Rank": 1 }, { "Id": 1525, - "Rank": 2, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "CommandName": "Set-PnPListInformationRightsManagement" + "CommandName": "Set-PnPListInformationRightsManagement", + "Rank": 2 }, { "Id": 1526, - "Rank": 1, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Rank": 1 }, { "Id": 1527, - "Rank": 2, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Rank": 2 }, { "Id": 1528, - "Rank": 3, "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Rank": 3 }, { "Id": 1529, - "Rank": 4, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Rank": 4 }, { "Id": 1530, - "Rank": 5, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "CommandName": "Set-PnPListItem" + "CommandName": "Set-PnPListItem", + "Rank": 5 }, { "Id": 1531, - "Rank": 1, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Set-PnPListItemAsRecord" + "CommandName": "Set-PnPListItemAsRecord", + "Rank": 1 }, { "Id": 1532, - "Rank": 2, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "CommandName": "Set-PnPListItemAsRecord" + "CommandName": "Set-PnPListItemAsRecord", + "Rank": 2 }, { "Id": 1533, - "Rank": 1, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Rank": 1 }, { "Id": 1534, - "Rank": 2, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Rank": 2 }, { "Id": 1535, - "Rank": 3, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Rank": 3 }, { "Id": 1536, - "Rank": 4, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Rank": 4 }, { "Id": 1537, - "Rank": 5, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "CommandName": "Set-PnPListItemPermission" + "CommandName": "Set-PnPListItemPermission", + "Rank": 5 }, { "Id": 1538, - "Rank": 1, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListPermission" + "CommandName": "Set-PnPListPermission", + "Rank": 1 }, { "Id": 1539, - "Rank": 2, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListPermission" + "CommandName": "Set-PnPListPermission", + "Rank": 2 }, { "Id": 1540, - "Rank": 1, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "CommandName": "Set-PnPListRecordDeclaration" + "CommandName": "Set-PnPListRecordDeclaration", + "Rank": 1 }, { "Id": 1541, - "Rank": 2, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "CommandName": "Set-PnPListRecordDeclaration" + "CommandName": "Set-PnPListRecordDeclaration", + "Rank": 2 }, { "Id": 1542, - "Rank": 1, "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", - "CommandName": "Set-PnPManagedAppId" + "CommandName": "Set-PnPManagedAppId", + "Rank": 1 }, { "Id": 1543, - "Rank": 1, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Rank": 1 }, { "Id": 1544, - "Rank": 2, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Rank": 2 }, { "Id": 1545, - "Rank": 3, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Rank": 3 }, { "Id": 1546, - "Rank": 4, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage" + "CommandName": "Set-PnPMasterPage", + "Rank": 4 }, { "Id": 1547, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 1 }, { "Id": 1548, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 2 }, { "Id": 1549, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 3 }, { "Id": 1550, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 1 }, { "Id": 1551, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 2 }, { "Id": 1552, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 3 }, { "Id": 1553, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 1 }, { "Id": 1554, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 2 }, { "Id": 1555, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 3 }, { "Id": 1556, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 1 }, { "Id": 1557, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 2 }, { "Id": 1558, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 3 }, { "Id": 1559, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 1 }, { "Id": 1560, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 2 }, { "Id": 1561, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 3 }, { "Id": 1562, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 1 }, { "Id": 1563, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 2 }, { "Id": 1564, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 3 }, { "Id": 1565, - "Rank": 1, "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 1 }, { "Id": 1566, - "Rank": 2, "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 2 }, { "Id": 1567, - "Rank": 3, "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 3 }, { "Id": 1568, - "Rank": 4, "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 4 }, { "Id": 1569, - "Rank": 5, "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 5 }, { "Id": 1570, - "Rank": 6, "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "Set-PnPMicrosoft365Group" + "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 6 }, { "Id": 1571, - "Rank": 1, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "CommandName": "Set-PnPMicrosoft365GroupSettings" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Rank": 1 }, { "Id": 1572, - "Rank": 2, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "CommandName": "Set-PnPMicrosoft365GroupSettings" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Rank": 2 }, { "Id": 1573, - "Rank": 1, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "CommandName": "Set-PnPOrgAssetsLibrary" + "CommandName": "Set-PnPOrgAssetsLibrary", + "Rank": 1 }, { "Id": 1574, - "Rank": 2, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", - "CommandName": "Set-PnPOrgAssetsLibrary" + "CommandName": "Set-PnPOrgAssetsLibrary", + "Rank": 2 }, { "Id": 1575, - "Rank": 1, "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 1 }, { "Id": 1576, - "Rank": 2, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 2 }, { "Id": 1577, - "Rank": 3, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 3 }, { "Id": 1578, - "Rank": 4, "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 4 }, { "Id": 1579, - "Rank": 5, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 5 }, { "Id": 1580, - "Rank": 6, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 6 }, { "Id": 1581, - "Rank": 7, "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 7 }, { "Id": 1582, - "Rank": 8, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 8 }, { "Id": 1583, - "Rank": 9, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 9 }, { "Id": 1584, - "Rank": 10, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 10 }, { "Id": 1585, - "Rank": 11, "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 11 }, { "Id": 1586, - "Rank": 12, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 12 }, { "Id": 1587, - "Rank": 13, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", - "CommandName": "Set-PnPPage" + "CommandName": "Set-PnPPage", + "Rank": 13 }, { "Id": 1588, - "Rank": 1, "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "CommandName": "Set-PnPPageTextPart" + "CommandName": "Set-PnPPageTextPart", + "Rank": 1 }, { "Id": 1589, - "Rank": 1, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", - "CommandName": "Set-PnPPageWebPart" + "CommandName": "Set-PnPPageWebPart", + "Rank": 1 }, { "Id": 1590, - "Rank": 2, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", - "CommandName": "Set-PnPPageWebPart" + "CommandName": "Set-PnPPageWebPart", + "Rank": 2 }, { "Id": 1591, - "Rank": 1, "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", - "CommandName": "Set-PnPPlannerBucket" + "CommandName": "Set-PnPPlannerBucket", + "Rank": 1 }, { "Id": 1592, - "Rank": 1, "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "CommandName": "Set-PnPPlannerConfiguration" + "CommandName": "Set-PnPPlannerConfiguration", + "Rank": 1 }, { "Id": 1593, - "Rank": 2, "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "CommandName": "Set-PnPPlannerConfiguration" + "CommandName": "Set-PnPPlannerConfiguration", + "Rank": 2 }, { "Id": 1594, - "Rank": 1, "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "CommandName": "Set-PnPPlannerPlan" + "CommandName": "Set-PnPPlannerPlan", + "Rank": 1 }, { "Id": 1595, - "Rank": 1, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Rank": 1 }, { "Id": 1596, - "Rank": 2, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Rank": 2 }, { "Id": 1597, - "Rank": 3, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Rank": 3 }, { "Id": 1598, - "Rank": 4, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", - "CommandName": "Set-PnPPlannerTask" + "CommandName": "Set-PnPPlannerTask", + "Rank": 4 }, { "Id": 1599, - "Rank": 1, "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPPlannerUserPolicy" + "CommandName": "Set-PnPPlannerUserPolicy", + "Rank": 1 }, { "Id": 1600, - "Rank": 1, "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", - "CommandName": "Set-PnPPowerAppByPassConsent" + "CommandName": "Set-PnPPowerAppByPassConsent", + "Rank": 1 }, { "Id": 1601, - "Rank": 2, "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", - "CommandName": "Set-PnPPowerAppByPassConsent" + "CommandName": "Set-PnPPowerAppByPassConsent", + "Rank": 2 }, { "Id": 1602, - "Rank": 1, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Rank": 1 }, { "Id": 1603, - "Rank": 2, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Rank": 2 }, { "Id": 1604, - "Rank": 3, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "CommandName": "Set-PnPPropertyBagValue" + "CommandName": "Set-PnPPropertyBagValue", + "Rank": 3 }, { "Id": 1605, - "Rank": 1, "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Rank": 1 }, { "Id": 1606, - "Rank": 2, "Command": "Set-PnPRequestAccessEmails -Disabled", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Rank": 2 }, { "Id": 1607, - "Rank": 3, "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "CommandName": "Set-PnPRequestAccessEmails" + "CommandName": "Set-PnPRequestAccessEmails", + "Rank": 3 }, { "Id": 1608, - "Rank": 1, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", - "CommandName": "Set-PnPRetentionLabel" + "CommandName": "Set-PnPRetentionLabel", + "Rank": 1 }, { "Id": 1609, - "Rank": 2, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "CommandName": "Set-PnPRetentionLabel" + "CommandName": "Set-PnPRetentionLabel", + "Rank": 2 }, { "Id": 1610, - "Rank": 3, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", - "CommandName": "Set-PnPRetentionLabel" + "CommandName": "Set-PnPRetentionLabel", + "Rank": 3 }, { "Id": 1611, - "Rank": 1, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Rank": 1 }, { "Id": 1612, - "Rank": 2, "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Rank": 2 }, { "Id": 1613, - "Rank": 3, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Rank": 3 }, { "Id": 1614, - "Rank": 4, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "CommandName": "Set-PnPRoleDefinition" + "CommandName": "Set-PnPRoleDefinition", + "Rank": 4 }, { "Id": 1615, - "Rank": 1, "Command": "Set-PnPSearchConfiguration -Configuration $config", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Rank": 1 }, { "Id": 1616, - "Rank": 2, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Rank": 2 }, { "Id": 1617, - "Rank": 3, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Rank": 3 }, { "Id": 1618, - "Rank": 4, "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration" + "CommandName": "Set-PnPSearchConfiguration", + "Rank": 4 }, { "Id": 1619, - "Rank": 1, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", - "CommandName": "Set-PnPSearchExternalConnection" + "CommandName": "Set-PnPSearchExternalConnection", + "Rank": 1 }, { "Id": 1620, - "Rank": 2, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", - "CommandName": "Set-PnPSearchExternalConnection" + "CommandName": "Set-PnPSearchExternalConnection", + "Rank": 2 }, { "Id": 1621, - "Rank": 3, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "CommandName": "Set-PnPSearchExternalConnection" + "CommandName": "Set-PnPSearchExternalConnection", + "Rank": 3 }, { "Id": 1622, - "Rank": 1, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", - "CommandName": "Set-PnPSearchExternalItem" + "CommandName": "Set-PnPSearchExternalItem", + "Rank": 1 }, { "Id": 1623, - "Rank": 2, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPSearchExternalItem" + "CommandName": "Set-PnPSearchExternalItem", + "Rank": 2 }, { "Id": 1624, - "Rank": 1, "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", - "CommandName": "Set-PnPSearchExternalSchema" + "CommandName": "Set-PnPSearchExternalSchema", + "Rank": 1 }, { "Id": 1625, - "Rank": 1, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Rank": 1 }, { "Id": 1626, - "Rank": 2, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Rank": 2 }, { "Id": 1627, - "Rank": 3, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Rank": 3 }, { "Id": 1628, - "Rank": 4, "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Rank": 4 }, { "Id": 1629, - "Rank": 5, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Rank": 5 }, { "Id": 1630, - "Rank": 6, "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Rank": 6 }, { "Id": 1631, - "Rank": 7, "Command": "Set-PnPSearchSettings -SearchScope Hub", - "CommandName": "Set-PnPSearchSettings" + "CommandName": "Set-PnPSearchSettings", + "Rank": 7 }, { "Id": 1632, - "Rank": 1, "Command": "Set-PnPSite -Classification \"HBI\"", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Rank": 1 }, { "Id": 1633, - "Rank": 2, "Command": "Set-PnPSite -Classification $null", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Rank": 2 }, { "Id": 1634, - "Rank": 3, "Command": "Set-PnPSite -DisableFlows", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Rank": 3 }, { "Id": 1635, - "Rank": 4, "Command": "Set-PnPSite -DisableFlows:$false", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Rank": 4 }, { "Id": 1636, - "Rank": 5, "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Rank": 5 }, { "Id": 1637, - "Rank": 6, "Command": "Set-PnPSite -NoScriptSite $false", - "CommandName": "Set-PnPSite" + "CommandName": "Set-PnPSite", + "Rank": 6 }, { "Id": 1638, - "Rank": 1, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", - "CommandName": "Set-PnPSiteArchiveState" + "CommandName": "Set-PnPSiteArchiveState", + "Rank": 1 }, { "Id": 1639, - "Rank": 2, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", - "CommandName": "Set-PnPSiteArchiveState" + "CommandName": "Set-PnPSiteArchiveState", + "Rank": 2 }, { "Id": 1640, - "Rank": 1, "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "CommandName": "Set-PnPSiteClassification" + "CommandName": "Set-PnPSiteClassification", + "Rank": 1 }, { "Id": 1641, - "Rank": 1, "Command": "Set-PnPSiteClosure -State Open", - "CommandName": "Set-PnPSiteClosure" + "CommandName": "Set-PnPSiteClosure", + "Rank": 1 }, { "Id": 1642, - "Rank": 2, "Command": "Set-PnPSiteClosure -State Closed", - "CommandName": "Set-PnPSiteClosure" + "CommandName": "Set-PnPSiteClosure", + "Rank": 2 }, { "Id": 1643, - "Rank": 1, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "CommandName": "Set-PnPSiteDesign" + "CommandName": "Set-PnPSiteDesign", + "Rank": 1 }, { "Id": 1644, - "Rank": 2, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "CommandName": "Set-PnPSiteDesign" + "CommandName": "Set-PnPSiteDesign", + "Rank": 2 }, { "Id": 1645, - "Rank": 1, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", - "CommandName": "Set-PnPSiteDocumentIdPrefix" + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Rank": 1 }, { "Id": 1646, - "Rank": 2, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", - "CommandName": "Set-PnPSiteDocumentIdPrefix" + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Rank": 2 }, { "Id": 1647, - "Rank": 1, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", - "CommandName": "Set-PnPSiteGroup" + "CommandName": "Set-PnPSiteGroup", + "Rank": 1 }, { "Id": 1648, - "Rank": 2, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "CommandName": "Set-PnPSiteGroup" + "CommandName": "Set-PnPSiteGroup", + "Rank": 2 }, { "Id": 1649, - "Rank": 1, "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Set-PnPSitePolicy" + "CommandName": "Set-PnPSitePolicy", + "Rank": 1 }, { "Id": 1650, - "Rank": 1, "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScript" + "CommandName": "Set-PnPSiteScript", + "Rank": 1 }, { "Id": 1651, - "Rank": 1, "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScriptPackage" + "CommandName": "Set-PnPSiteScriptPackage", + "Rank": 1 }, { "Id": 1652, - "Rank": 1, "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "CommandName": "Set-PnPSiteSensitivityLabel" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Rank": 1 }, { "Id": 1653, - "Rank": 2, "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "CommandName": "Set-PnPSiteSensitivityLabel" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Rank": 2 }, { "Id": 1654, - "Rank": 1, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 1 }, { "Id": 1655, - "Rank": 2, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 2 }, { "Id": 1656, - "Rank": 3, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 3 }, { "Id": 1657, - "Rank": 4, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 4 }, { "Id": 1658, - "Rank": 5, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 5 }, { "Id": 1659, - "Rank": 6, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 6 }, { "Id": 1660, - "Rank": 1, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 1 }, { "Id": 1661, - "Rank": 2, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 2 }, { "Id": 1662, - "Rank": 3, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 3 }, { "Id": 1663, - "Rank": 4, "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 4 }, { "Id": 1664, - "Rank": 5, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 5 }, { "Id": 1665, - "Rank": 6, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 6 }, { "Id": 1666, - "Rank": 7, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 7 }, { "Id": 1667, - "Rank": 8, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 8 }, { "Id": 1668, - "Rank": 9, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 9 }, { "Id": 1669, - "Rank": 10, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 10 }, { "Id": 1670, - "Rank": 11, "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy" + "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 11 }, { "Id": 1671, - "Rank": 1, "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity" + "CommandName": "Set-PnPStorageEntity", + "Rank": 1 }, { "Id": 1672, - "Rank": 2, "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity" + "CommandName": "Set-PnPStorageEntity", + "Rank": 2 }, { "Id": 1673, - "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Rank": 1 }, { "Id": 1674, - "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Rank": 2 }, { "Id": 1675, - "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Rank": 1 }, { "Id": 1676, - "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Rank": 2 }, { "Id": 1677, - "Rank": 1, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Rank": 1 }, { "Id": 1678, - "Rank": 2, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Rank": 2 }, { "Id": 1679, - "Rank": 3, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "CommandName": "Set-PnPTaxonomyFieldValue" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Rank": 3 }, { "Id": 1680, - "Rank": 1, "Command": "Set-PnPTeamifyPromptHidden", - "CommandName": "Set-PnPTeamifyPromptHidden" + "CommandName": "Set-PnPTeamifyPromptHidden", + "Rank": 1 }, { "Id": 1681, - "Rank": 1, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "CommandName": "Set-PnPTeamsChannel" + "CommandName": "Set-PnPTeamsChannel", + "Rank": 1 }, { "Id": 1682, - "Rank": 2, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "CommandName": "Set-PnPTeamsChannel" + "CommandName": "Set-PnPTeamsChannel", + "Rank": 2 }, { "Id": 1683, - "Rank": 1, "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", - "CommandName": "Set-PnpTeamsChannelUser" + "CommandName": "Set-PnpTeamsChannelUser", + "Rank": 1 }, { "Id": 1684, - "Rank": 2, "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "CommandName": "Set-PnpTeamsChannelUser" + "CommandName": "Set-PnpTeamsChannelUser", + "Rank": 2 }, { "Id": 1685, - "Rank": 1, "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", - "CommandName": "Set-PnPTeamsTab" + "CommandName": "Set-PnPTeamsTab", + "Rank": 1 }, { "Id": 1686, - "Rank": 1, "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", - "CommandName": "Set-PnPTeamsTag" + "CommandName": "Set-PnPTeamsTag", + "Rank": 1 }, { "Id": 1687, - "Rank": 1, "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Rank": 1 }, { "Id": 1688, - "Rank": 2, "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Rank": 2 }, { "Id": 1689, - "Rank": 3, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Rank": 3 }, { "Id": 1690, - "Rank": 4, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "CommandName": "Set-PnPTeamsTeam" + "CommandName": "Set-PnPTeamsTeam", + "Rank": 4 }, { "Id": 1691, - "Rank": 1, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Rank": 1 }, { "Id": 1692, - "Rank": 2, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Rank": 2 }, { "Id": 1693, - "Rank": 3, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "CommandName": "Set-PnPTeamsTeamArchivedState" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Rank": 3 }, { "Id": 1694, - "Rank": 1, "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPTeamsTeamPicture" + "CommandName": "Set-PnPTeamsTeamPicture", + "Rank": 1 }, { "Id": 1695, - "Rank": 1, "Command": "Set-PnPTemporarilyDisableAppBar $true", - "CommandName": "Set-PnPTemporarilyDisableAppBar" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Rank": 1 }, { "Id": 1696, - "Rank": 2, "Command": "Set-PnPTemporarilyDisableAppBar $false", - "CommandName": "Set-PnPTemporarilyDisableAppBar" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Rank": 2 }, { "Id": 1697, - "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Rank": 1 }, { "Id": 1698, - "Rank": 2, "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Rank": 2 }, { "Id": 1699, - "Rank": 3, "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Rank": 3 }, { "Id": 1700, - "Rank": 4, "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Rank": 4 }, { "Id": 1701, - "Rank": 5, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Rank": 5 }, { "Id": 1702, - "Rank": 6, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", - "CommandName": "Set-PnPTenant" + "CommandName": "Set-PnPTenant", + "Rank": 6 }, { "Id": 1703, - "Rank": 1, "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "CommandName": "Set-PnPTenantAppCatalogUrl" + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Rank": 1 }, { "Id": 1704, - "Rank": 1, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Rank": 1 }, { "Id": 1705, - "Rank": 2, "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Rank": 2 }, { "Id": 1706, - "Rank": 3, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "CommandName": "Set-PnPTenantCdnEnabled" + "CommandName": "Set-PnPTenantCdnEnabled", + "Rank": 3 }, { "Id": 1707, - "Rank": 1, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", - "CommandName": "Set-PnPTenantCdnPolicy" + "CommandName": "Set-PnPTenantCdnPolicy", + "Rank": 1 }, { "Id": 1708, - "Rank": 2, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "CommandName": "Set-PnPTenantCdnPolicy" + "CommandName": "Set-PnPTenantCdnPolicy", + "Rank": 2 }, { "Id": 1709, - "Rank": 1, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", - "CommandName": "Set-PnPTenantPronounsSetting" + "CommandName": "Set-PnPTenantPronounsSetting", + "Rank": 1 }, { "Id": 1710, - "Rank": 2, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", - "CommandName": "Set-PnPTenantPronounsSetting" + "CommandName": "Set-PnPTenantPronounsSetting", + "Rank": 2 }, { "Id": 1711, - "Rank": 1, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", - "CommandName": "Set-PnPTenantRestrictedSearchMode" + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Rank": 1 }, { "Id": 1712, - "Rank": 2, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", - "CommandName": "Set-PnPTenantRestrictedSearchMode" + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Rank": 2 }, { "Id": 1713, - "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Rank": 1 }, { "Id": 1714, - "Rank": 2, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Rank": 2 }, { "Id": 1715, - "Rank": 3, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Rank": 3 }, { "Id": 1716, - "Rank": 4, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Rank": 4 }, { "Id": 1717, - "Rank": 5, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "CommandName": "Set-PnPTenantSite" + "CommandName": "Set-PnPTenantSite", + "Rank": 5 }, { "Id": 1718, - "Rank": 1, "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "CommandName": "Set-PnPTenantSyncClientRestriction" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Rank": 1 }, { "Id": 1719, - "Rank": 2, "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "CommandName": "Set-PnPTenantSyncClientRestriction" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Rank": 2 }, { "Id": 1720, - "Rank": 1, "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Rank": 1 }, { "Id": 1721, - "Rank": 2, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Rank": 2 }, { "Id": 1722, - "Rank": 3, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Rank": 3 }, { "Id": 1723, - "Rank": 4, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", - "CommandName": "Set-PnPTerm" + "CommandName": "Set-PnPTerm", + "Rank": 4 }, { "Id": 1724, - "Rank": 1, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "CommandName": "Set-PnPTermGroup" + "CommandName": "Set-PnPTermGroup", + "Rank": 1 }, { "Id": 1725, - "Rank": 2, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "CommandName": "Set-PnPTermGroup" + "CommandName": "Set-PnPTermGroup", + "Rank": 2 }, { "Id": 1726, - "Rank": 1, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Rank": 1 }, { "Id": 1727, - "Rank": 2, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Rank": 2 }, { "Id": 1728, - "Rank": 3, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "CommandName": "Set-PnPTermSet" + "CommandName": "Set-PnPTermSet", + "Rank": 3 }, { "Id": 1729, - "Rank": 1, "Command": "Set-PnPTheme", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Rank": 1 }, { "Id": 1730, - "Rank": 2, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Rank": 2 }, { "Id": 1731, - "Rank": 3, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Rank": 3 }, { "Id": 1732, - "Rank": 4, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "CommandName": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Rank": 4 }, { "Id": 1733, - "Rank": 1, "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "CommandName": "Set-PnPUserOneDriveQuota" + "CommandName": "Set-PnPUserOneDriveQuota", + "Rank": 1 }, { "Id": 1734, - "Rank": 1, "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPUserProfilePhoto" + "CommandName": "Set-PnPUserProfilePhoto", + "Rank": 1 }, { "Id": 1735, - "Rank": 1, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "CommandName": "Set-PnPUserProfileProperty" + "CommandName": "Set-PnPUserProfileProperty", + "Rank": 1 }, { "Id": 1736, - "Rank": 2, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "CommandName": "Set-PnPUserProfileProperty" + "CommandName": "Set-PnPUserProfileProperty", + "Rank": 2 }, { "Id": 1737, - "Rank": 1, "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Rank": 1 }, { "Id": 1738, - "Rank": 2, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Rank": 2 }, { "Id": 1739, - "Rank": 3, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Rank": 3 }, { "Id": 1740, - "Rank": 4, "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", - "CommandName": "Set-PnPView" + "CommandName": "Set-PnPView", + "Rank": 4 }, { "Id": 1741, - "Rank": 1, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 1 }, { "Id": 1742, - "Rank": 2, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 2 }, { "Id": 1743, - "Rank": 3, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 3 }, { "Id": 1744, - "Rank": 4, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", - "CommandName": "Set-PnPVivaConnectionsDashboardACE" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 4 }, { "Id": 1745, - "Rank": 1, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", - "CommandName": "Set-PnPVivaEngageCommunity" + "CommandName": "Set-PnPVivaEngageCommunity", + "Rank": 1 }, { "Id": 1746, - "Rank": 2, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", - "CommandName": "Set-PnPVivaEngageCommunity" + "CommandName": "Set-PnPVivaEngageCommunity", + "Rank": 2 }, { "Id": 1747, - "Rank": 1, "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Rank": 1 }, { "Id": 1748, - "Rank": 2, "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Rank": 2 }, { "Id": 1749, - "Rank": 3, "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Rank": 3 }, { "Id": 1750, - "Rank": 4, "Command": "Set-PnPWeb -NoCrawl:$true", - "CommandName": "Set-PnPWeb" + "CommandName": "Set-PnPWeb", + "Rank": 4 }, { "Id": 1751, - "Rank": 1, "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Rank": 1 }, { "Id": 1752, - "Rank": 2, "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Rank": 2 }, { "Id": 1753, - "Rank": 3, "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "CommandName": "Set-PnPWebHeader" + "CommandName": "Set-PnPWebHeader", + "Rank": 3 }, { "Id": 1754, - "Rank": 1, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Set-PnPWebhookSubscription" + "CommandName": "Set-PnPWebhookSubscription", + "Rank": 1 }, { "Id": 1755, - "Rank": 2, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "CommandName": "Set-PnPWebhookSubscription" + "CommandName": "Set-PnPWebhookSubscription", + "Rank": 2 }, { "Id": 1756, - "Rank": 1, "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", - "CommandName": "Set-PnPWebPartProperty" + "CommandName": "Set-PnPWebPartProperty", + "Rank": 1 }, { "Id": 1757, - "Rank": 1, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Rank": 1 }, { "Id": 1758, - "Rank": 2, "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Rank": 2 }, { "Id": 1759, - "Rank": 3, "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Rank": 3 }, { "Id": 1760, - "Rank": 4, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", - "CommandName": "Set-PnPWebPermission" + "CommandName": "Set-PnPWebPermission", + "Rank": 4 }, { "Id": 1761, - "Rank": 1, "Command": "Set-PnPWebTheme -Theme MyTheme", - "CommandName": "Set-PnPWebTheme" + "CommandName": "Set-PnPWebTheme", + "Rank": 1 }, { "Id": 1762, - "Rank": 2, "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "CommandName": "Set-PnPWebTheme" + "CommandName": "Set-PnPWebTheme", + "Rank": 2 }, { "Id": 1763, - "Rank": 1, "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "CommandName": "Set-PnPWikiPageContent" + "CommandName": "Set-PnPWikiPageContent", + "Rank": 1 }, { "Id": 1764, - "Rank": 1, "Command": "Start-PnPEnterpriseAppInsightsReport", - "CommandName": "Start-PnPEnterpriseAppInsightsReport" + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Rank": 1 }, { "Id": 1765, - "Rank": 2, "Command": "Start-PnPEnterpriseAppInsightsReport 28", - "CommandName": "Start-PnPEnterpriseAppInsightsReport" + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Rank": 2 }, { "Id": 1766, - "Rank": 1, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Rank": 1 }, { "Id": 1767, - "Rank": 2, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Rank": 2 }, { "Id": 1768, - "Rank": 3, "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Rank": 3 }, { "Id": 1769, - "Rank": 4, "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", - "CommandName": "Start-PnPTraceLog" + "CommandName": "Start-PnPTraceLog", + "Rank": 4 }, { "Id": 1770, - "Rank": 1, "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Stop-PnPFlowRun" + "CommandName": "Stop-PnPFlowRun", + "Rank": 1 }, { "Id": 1771, - "Rank": 2, "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", - "CommandName": "Stop-PnPFlowRun" + "CommandName": "Stop-PnPFlowRun", + "Rank": 2 }, { "Id": 1772, - "Rank": 1, "Command": "Stop-PnPTraceLog", - "CommandName": "Stop-PnPTraceLog" + "CommandName": "Stop-PnPTraceLog", + "Rank": 1 }, { "Id": 1773, - "Rank": 2, "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", - "CommandName": "Stop-PnPTraceLog" + "CommandName": "Stop-PnPTraceLog", + "Rank": 2 }, { "Id": 1774, - "Rank": 1, "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Rank": 1 }, { "Id": 1775, - "Rank": 2, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Rank": 2 }, { "Id": 1776, - "Rank": 3, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Rank": 3 }, { "Id": 1777, - "Rank": 4, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Rank": 4 }, { "Id": 1778, - "Rank": 5, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Rank": 5 }, { "Id": 1779, - "Rank": 6, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", - "CommandName": "Submit-PnPSearchQuery" + "CommandName": "Submit-PnPSearchQuery", + "Rank": 6 }, { "Id": 1780, - "Rank": 1, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "CommandName": "Submit-PnPTeamsChannelMessage" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Rank": 1 }, { "Id": 1781, - "Rank": 2, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", - "CommandName": "Submit-PnPTeamsChannelMessage" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Rank": 2 }, { "Id": 1782, - "Rank": 1, "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Sync-PnPAppToTeams" + "CommandName": "Sync-PnPAppToTeams", + "Rank": 1 }, { "Id": 1783, - "Rank": 1, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Rank": 1 }, { "Id": 1784, - "Rank": 2, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Rank": 2 }, { "Id": 1785, - "Rank": 3, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Rank": 3 }, { "Id": 1786, - "Rank": 1, "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "CommandName": "Test-PnPListItemIsRecord" + "CommandName": "Test-PnPListItemIsRecord", + "Rank": 1 }, { "Id": 1787, - "Rank": 1, "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed" + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Rank": 1 }, { "Id": 1788, - "Rank": 1, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Test-PnPSite" + "CommandName": "Test-PnPSite", + "Rank": 1 }, { "Id": 1789, - "Rank": 2, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Test-PnPSite" + "CommandName": "Test-PnPSite", + "Rank": 2 }, { "Id": 1790, - "Rank": 1, "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "CommandName": "Test-PnPTenantTemplate" + "CommandName": "Test-PnPTenantTemplate", + "Rank": 1 }, { "Id": 1791, - "Rank": 1, "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "CommandName": "Undo-PnPFileCheckedOut" + "CommandName": "Undo-PnPFileCheckedOut", + "Rank": 1 }, { "Id": 1792, - "Rank": 1, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Uninstall-PnPApp" + "CommandName": "Uninstall-PnPApp", + "Rank": 1 }, { "Id": 1793, - "Rank": 2, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Uninstall-PnPApp" + "CommandName": "Uninstall-PnPApp", + "Rank": 2 }, { "Id": 1794, - "Rank": 1, "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile" + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", + "Rank": 1 }, { "Id": 1795, - "Rank": 1, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Unpublish-PnPApp" + "CommandName": "Unpublish-PnPApp", + "Rank": 1 }, { "Id": 1796, - "Rank": 2, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Unpublish-PnPApp" + "CommandName": "Unpublish-PnPApp", + "Rank": 2 }, { "Id": 1797, - "Rank": 1, "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "CommandName": "Unpublish-PnPContentType" + "CommandName": "Unpublish-PnPContentType", + "Rank": 1 }, { "Id": 1798, - "Rank": 1, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Unpublish-PnPSyntexModel" + "CommandName": "Unpublish-PnPSyntexModel", + "Rank": 1 }, { "Id": 1799, - "Rank": 2, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "CommandName": "Unpublish-PnPSyntexModel" + "CommandName": "Unpublish-PnPSyntexModel", + "Rank": 2 }, { "Id": 1800, - "Rank": 1, "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Unregister-PnPHubSite" + "CommandName": "Unregister-PnPHubSite", + "Rank": 1 }, { "Id": 1801, - "Rank": 1, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Update-PnPApp" + "CommandName": "Update-PnPApp", + "Rank": 1 }, { "Id": 1802, - "Rank": 2, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Update-PnPApp" + "CommandName": "Update-PnPApp", + "Rank": 2 }, { "Id": 1803, - "Rank": 1, "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Rank": 1 }, { "Id": 1804, - "Rank": 2, "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Rank": 2 }, { "Id": 1805, - "Rank": 3, "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Update-PnPAvailableSiteClassification" + "CommandName": "Update-PnPAvailableSiteClassification", + "Rank": 3 }, { "Id": 1806, - "Rank": 1, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Rank": 1 }, { "Id": 1807, - "Rank": 2, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Rank": 2 }, { "Id": 1808, - "Rank": 3, "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", - "CommandName": "Update-PnPSiteDesignFromWeb" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Rank": 3 }, { "Id": 1809, - "Rank": 1, "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", - "CommandName": "Update-PnPTeamsApp" + "CommandName": "Update-PnPTeamsApp", + "Rank": 1 }, { "Id": 1810, - "Rank": 1, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Rank": 1 }, { "Id": 1811, - "Rank": 2, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Rank": 2 }, { "Id": 1812, - "Rank": 3, "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", - "CommandName": "Update-PnPTeamsUser" + "CommandName": "Update-PnPTeamsUser", + "Rank": 3 }, { "Id": 1813, - "Rank": 1, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", - "CommandName": "Update-PnPTodoList" + "CommandName": "Update-PnPTodoList", + "Rank": 1 }, { "Id": 1814, - "Rank": 2, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", - "CommandName": "Update-PnPTodoList" + "CommandName": "Update-PnPTodoList", + "Rank": 2 }, { "Id": 1815, - "Rank": 1, "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "CommandName": "Update-PnPUserType" + "CommandName": "Update-PnPUserType", + "Rank": 1 }, { "Id": 1816, - "Rank": 1, "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "CommandName": "Use-PnPBrandCenterFontPackage" + "CommandName": "Use-PnPBrandCenterFontPackage", + "Rank": 1 }, { "Id": 1817, - "Rank": 2, "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", - "CommandName": "Use-PnPBrandCenterFontPackage" + "CommandName": "Use-PnPBrandCenterFontPackage", + "Rank": 2 }, { "Id": 1818, - "Rank": 1, "Command": "Write-PnPTraceLog \"Hello World\"", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Rank": 1 }, { "Id": 1819, - "Rank": 2, "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Rank": 2 }, { "Id": 1820, - "Rank": 3, "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Rank": 3 }, { "Id": 1821, - "Rank": 4, "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", - "CommandName": "Write-PnPTraceLog" + "CommandName": "Write-PnPTraceLog", + "Rank": 4 } ] diff --git a/version.json b/version.json index 676d0f719..077744179 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.108", + "Version": "3.1.109", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 3f04c27c4..2af1aca84 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.108 \ No newline at end of file +3.1.109 \ No newline at end of file From d160203a807a9a192a9668f10d54a5768e7be309 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Tue, 5 Aug 2025 03:13:28 +0000 Subject: [PATCH 10/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 4 +- version.txt | 2 +- 4 files changed, 5469 insertions(+), 5469 deletions(-) diff --git a/dependencies.json b/dependencies.json index e5ee1d05b..12a70116e 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250804-031344", + "Updated": "20250805-031154", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "f615985e29020517217ec857e504727bd7023881", - "PnPCore": "f042aedb4ea574b52b97a7c98e2ab89713435a51" + "PnPFramework": "2cfe3a9baab2b630e8d63087c4ecf7cca1c6d809", + "PnPCore": "824829d6404b6e96aaf30a7b37a726a7809b807e" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index ff19a3007..7157ec278 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Id": 1, - "Command": "Add-PnPAlert -List \"Demo List\"", "CommandName": "Add-PnPAlert", - "Rank": 1 + "Id": 1, + "Rank": 1, + "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "Id": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", "CommandName": "Add-PnPAlert", - "Rank": 2 + "Id": 2, + "Rank": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "Id": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAlert", - "Rank": 3 + "Id": 3, + "Rank": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", "CommandName": "Add-PnPAlert", - "Rank": 4 + "Id": 4, + "Rank": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "Id": 5, - "Command": "Add-PnPApp -Path ./myapp.sppkg", "CommandName": "Add-PnPApp", - "Rank": 1 + "Id": 5, + "Rank": 1, + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Id": 6, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", "CommandName": "Add-PnPApp", - "Rank": 2 + "Id": 6, + "Rank": 2, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Id": 7, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", "CommandName": "Add-PnPApp", - "Rank": 3 + "Id": 7, + "Rank": 3, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Id": 8, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", "CommandName": "Add-PnPApp", - "Rank": 4 + "Id": 8, + "Rank": 4, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "Id": 9, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", "CommandName": "Add-PnPApplicationCustomizer", - "Rank": 1 + "Id": 9, + "Rank": 1, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "Id": 10, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 10, + "Rank": 1, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Id": 11, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 11, + "Rank": 2, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Id": 12, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 1 + "Id": 12, + "Rank": 1, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 13, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 2 + "Id": 13, + "Rank": 2, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 14, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 3 + "Id": 14, + "Rank": 3, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Id": 15, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 15, + "Rank": 1, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 16, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 2 + "Id": 16, + "Rank": 2, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 17, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 3 + "Id": 17, + "Rank": 3, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Id": 18, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 1 + "Id": 18, + "Rank": 1, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "Id": 19, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 2 + "Id": 19, + "Rank": 2, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Id": 20, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", "CommandName": "Add-PnPBrandCenterFont", - "Rank": 1 + "Id": 20, + "Rank": 1, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "Id": 21, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", "CommandName": "Add-PnPBrandCenterFont", - "Rank": 2 + "Id": 21, + "Rank": 2, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "Id": 22, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", "CommandName": "Add-PnPBrandCenterFontPackage", - "Rank": 1 + "Id": 22, + "Rank": 1, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "Id": 23, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", "CommandName": "Add-PnPContentType", - "Rank": 1 + "Id": 23, + "Rank": 1, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "Id": 24, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", "CommandName": "Add-PnPContentType", - "Rank": 2 + "Id": 24, + "Rank": 2, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "Id": 25, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", "CommandName": "Add-PnPContentType", - "Rank": 3 + "Id": 25, + "Rank": 3, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "Id": 26, - "Command": "Add-PnPContentType -Name \"Project Item\"", "CommandName": "Add-PnPContentType", - "Rank": 4 + "Id": 26, + "Rank": 4, + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "Id": 27, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", "CommandName": "Add-PnPContentType", - "Rank": 5 + "Id": 27, + "Rank": 5, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "Id": 28, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 1 + "Id": 28, + "Rank": 1, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Id": 29, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 2 + "Id": 29, + "Rank": 2, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Id": 30, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 1 + "Id": 30, + "Rank": 1, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Id": 31, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 2 + "Id": 31, + "Rank": 2, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Id": 32, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", "CommandName": "Add-PnPContentTypeToList", - "Rank": 1 + "Id": 32, + "Rank": 1, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "Id": 33, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "CommandName": "Add-PnPCustomAction", - "Rank": 1 + "Id": 33, + "Rank": 1, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Id": 34, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 1 + "Id": 34, + "Rank": 1, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Id": 35, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 2 + "Id": 35, + "Rank": 2, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Id": 36, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", "CommandName": "Add-PnPDocumentSet", - "Rank": 1 + "Id": 36, + "Rank": 1, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Id": 37, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", "CommandName": "Add-PnPDocumentSet", - "Rank": 2 + "Id": 37, + "Rank": 2, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "Id": 38, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", "CommandName": "Add-PnPEventReceiver", - "Rank": 1 + "Id": 38, + "Rank": 1, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "Id": 39, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", "CommandName": "Add-PnPEventReceiver", - "Rank": 2 + "Id": 39, + "Rank": 2, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "Id": 40, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", "CommandName": "Add-PnPEventReceiver", - "Rank": 3 + "Id": 40, + "Rank": 3, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "Id": 41, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", "CommandName": "Add-PnPEventReceiver", - "Rank": 4 + "Id": 41, + "Rank": 4, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "Id": 42, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", "CommandName": "Add-PnPField", - "Rank": 1 + "Id": 42, + "Rank": 1, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "Id": 43, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", "CommandName": "Add-PnPField", - "Rank": 2 + "Id": 43, + "Rank": 2, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "Id": 44, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", "CommandName": "Add-PnPField", - "Rank": 3 + "Id": 44, + "Rank": 3, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "Id": 45, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", "CommandName": "Add-PnPField", - "Rank": 4 + "Id": 45, + "Rank": 4, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "Id": 46, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", "CommandName": "Add-PnPField", - "Rank": 5 + "Id": 46, + "Rank": 5, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "Id": 47, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", "CommandName": "Add-PnPField", - "Rank": 6 + "Id": 47, + "Rank": 6, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Id": 48, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "CommandName": "Add-PnPFieldToContentType", - "Rank": 1 + "Id": 48, + "Rank": 1, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Id": 49, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", "CommandName": "Add-PnPFile", - "Rank": 1 + "Id": 49, + "Rank": 1, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Id": 50, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", "CommandName": "Add-PnPFile", - "Rank": 2 + "Id": 50, + "Rank": 2, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Id": 51, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Rank": 3 + "Id": 51, + "Rank": 3, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 52, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Rank": 4 + "Id": 52, + "Rank": 4, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 53, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Rank": 5 + "Id": 53, + "Rank": 5, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "Id": 54, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", "CommandName": "Add-PnPFile", - "Rank": 6 + "Id": 54, + "Rank": 6, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "Id": 55, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", "CommandName": "Add-PnPFile", - "Rank": 7 + "Id": 55, + "Rank": 7, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Id": 56, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", "CommandName": "Add-PnPFile", - "Rank": 8 + "Id": 56, + "Rank": 8, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Id": 57, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 1 + "Id": 57, + "Rank": 1, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 58, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 2 + "Id": 58, + "Rank": 2, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "Id": 59, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 3 + "Id": 59, + "Rank": 3, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Id": 60, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 1 + "Id": 60, + "Rank": 1, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 61, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 2 + "Id": 61, + "Rank": 2, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "Id": 62, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 1 + "Id": 62, + "Rank": 1, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Id": 63, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 2 + "Id": 63, + "Rank": 2, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Id": 64, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "CommandName": "Add-PnPFileSharingInvite", - "Rank": 1 + "Id": 64, + "Rank": 1, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Id": 65, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "CommandName": "Add-PnPFileSharingInvite", - "Rank": 2 + "Id": 65, + "Rank": 2, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Id": 66, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "CommandName": "Add-PnPFileSharingInvite", - "Rank": 3 + "Id": 66, + "Rank": 3, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Id": 67, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 1 + "Id": 67, + "Rank": 1, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "Id": 68, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 2 + "Id": 68, + "Rank": 2, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "Id": 69, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 3 + "Id": 69, + "Rank": 3, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "Id": 70, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 4 + "Id": 70, + "Rank": 4, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Id": 71, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 5 + "Id": 71, + "Rank": 5, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Id": 72, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 1 + "Id": 72, + "Rank": 1, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 73, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 2 + "Id": 73, + "Rank": 2, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 74, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", "CommandName": "Add-PnPFlowOwner", - "Rank": 1 + "Id": 74, + "Rank": 1, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "Id": 75, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", "CommandName": "Add-PnPFlowOwner", - "Rank": 2 + "Id": 75, + "Rank": 2, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "Id": 76, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", "CommandName": "Add-PnPFlowOwner", - "Rank": 3 + "Id": 76, + "Rank": 3, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "Id": 77, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", "CommandName": "Add-PnPFlowOwner", - "Rank": 4 + "Id": 77, + "Rank": 4, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "Id": 78, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "CommandName": "Add-PnPFolder", - "Rank": 1 + "Id": 78, + "Rank": 1, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Id": 79, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", "CommandName": "Add-PnPFolder", - "Rank": 2 + "Id": 79, + "Rank": 2, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Id": 80, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", "CommandName": "Add-PnPFolder", - "Rank": 3 + "Id": 80, + "Rank": 3, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Id": 81, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 1 + "Id": 81, + "Rank": 1, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 82, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 2 + "Id": 82, + "Rank": 2, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "Id": 83, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 3 + "Id": 83, + "Rank": 3, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Id": 84, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 1 + "Id": 84, + "Rank": 1, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 85, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 2 + "Id": 85, + "Rank": 2, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "Id": 86, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 1 + "Id": 86, + "Rank": 1, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Id": 87, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 2 + "Id": 87, + "Rank": 2, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Id": 88, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 3 + "Id": 88, + "Rank": 3, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Id": 89, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 1 + "Id": 89, + "Rank": 1, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 90, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 2 + "Id": 90, + "Rank": 2, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 91, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "CommandName": "Add-PnPGroupMember", - "Rank": 1 + "Id": 91, + "Rank": 1, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Id": 92, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", "CommandName": "Add-PnPGroupMember", - "Rank": 2 + "Id": 92, + "Rank": 2, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Id": 93, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "CommandName": "Add-PnPHomeSite", - "Rank": 1 + "Id": 93, + "Rank": 1, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Id": 94, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Rank": 1 + "Id": 94, + "Rank": 1, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Id": 95, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", "CommandName": "Add-PnPHubSiteAssociation", - "Rank": 1 + "Id": 95, + "Rank": 1, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "Id": 96, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 1 + "Id": 96, + "Rank": 1, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "Id": 97, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 2 + "Id": 97, + "Rank": 2, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "Id": 98, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 3 + "Id": 98, + "Rank": 3, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "Id": 99, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 1 + "Id": 99, + "Rank": 1, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Id": 100, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 2 + "Id": 100, + "Rank": 2, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Id": 101, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", "CommandName": "Add-PnPJavaScriptLink", - "Rank": 1 + "Id": 101, + "Rank": 1, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "Id": 102, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", "CommandName": "Add-PnPJavaScriptLink", - "Rank": 2 + "Id": 102, + "Rank": 2, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "Id": 103, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", "CommandName": "Add-PnPListDesign", - "Rank": 1 + "Id": 103, + "Rank": 1, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "Id": 104, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", "CommandName": "Add-PnPListDesign", - "Rank": 2 + "Id": 104, + "Rank": 2, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "Id": 105, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 1 + "Id": 105, + "Rank": 1, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Id": 106, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 2 + "Id": 106, + "Rank": 2, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Id": 107, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 3 + "Id": 107, + "Rank": 3, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Id": 108, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Add-PnPListItem", - "Rank": 1 + "Id": 108, + "Rank": 1, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 109, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Add-PnPListItem", - "Rank": 2 + "Id": 109, + "Rank": 2, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 110, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", "CommandName": "Add-PnPListItem", - "Rank": 3 + "Id": 110, + "Rank": 3, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "Id": 111, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", "CommandName": "Add-PnPListItem", - "Rank": 4 + "Id": 111, + "Rank": 4, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "Id": 112, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", "CommandName": "Add-PnPListItem", - "Rank": 5 + "Id": 112, + "Rank": 5, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "Id": 113, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", "CommandName": "Add-PnPListItemAttachment", - "Rank": 1 + "Id": 113, + "Rank": 1, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "Id": 114, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", "CommandName": "Add-PnPListItemAttachment", - "Rank": 2 + "Id": 114, + "Rank": 2, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "Id": 115, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", "CommandName": "Add-PnPListItemAttachment", - "Rank": 3 + "Id": 115, + "Rank": 3, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Id": 116, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", "CommandName": "Add-PnPListItemComment", - "Rank": 1 + "Id": 116, + "Rank": 1, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "Id": 117, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", "CommandName": "Add-PnPMasterPage", - "Rank": 1 + "Id": 117, + "Rank": 1, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "Id": 118, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 118, + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 119, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 2 + "Id": 119, + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 120, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 120, + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 121, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 2 + "Id": 121, + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Id": 122, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 1 + "Id": 122, + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "Id": 123, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 2 + "Id": 123, + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Id": 124, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 3 + "Id": 124, + "Rank": 3, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "Id": 125, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", "CommandName": "Add-PnPNavigationNode", - "Rank": 1 + "Id": 125, + "Rank": 1, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "Id": 126, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", "CommandName": "Add-PnPNavigationNode", - "Rank": 2 + "Id": 126, + "Rank": 2, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "Id": 127, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", "CommandName": "Add-PnPNavigationNode", - "Rank": 3 + "Id": 127, + "Rank": 3, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "Id": 128, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", "CommandName": "Add-PnPNavigationNode", - "Rank": 4 + "Id": 128, + "Rank": 4, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "Id": 129, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", "CommandName": "Add-PnPNavigationNode", - "Rank": 5 + "Id": 129, + "Rank": 5, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Id": 130, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", "CommandName": "Add-PnPNavigationNode", - "Rank": 6 + "Id": 130, + "Rank": 6, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Id": 131, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", "CommandName": "Add-PnPNavigationNode", - "Rank": 7 + "Id": 131, + "Rank": 7, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "Id": 132, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", "CommandName": "Add-PnPNavigationNode", - "Rank": 8 + "Id": 132, + "Rank": 8, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "Id": 133, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 133, + "Rank": 1, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "Id": 134, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 134, + "Rank": 2, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Id": 135, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 3 + "Id": 135, + "Rank": 3, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Id": 136, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", "CommandName": "Add-PnPOrgNewsSite", - "Rank": 1 + "Id": 136, + "Rank": 1, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Id": 137, - "Command": "Add-PnPPage -Name \"NewPage\"", "CommandName": "Add-PnPPage", - "Rank": 1 + "Id": 137, + "Rank": 1, + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Id": 138, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", "CommandName": "Add-PnPPage", - "Rank": 2 + "Id": 138, + "Rank": 2, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Id": 139, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", "CommandName": "Add-PnPPage", - "Rank": 3 + "Id": 139, + "Rank": 3, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Id": 140, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", "CommandName": "Add-PnPPage", - "Rank": 4 + "Id": 140, + "Rank": 4, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Id": 141, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", "CommandName": "Add-PnPPage", - "Rank": 5 + "Id": 141, + "Rank": 5, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Id": 142, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", "CommandName": "Add-PnPPage", - "Rank": 6 + "Id": 142, + "Rank": 6, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Id": 143, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", "CommandName": "Add-PnPPage", - "Rank": 7 + "Id": 143, + "Rank": 7, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Id": 144, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", "CommandName": "Add-PnPPage", - "Rank": 8 + "Id": 144, + "Rank": 8, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Id": 145, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", "CommandName": "Add-PnPPage", - "Rank": 9 + "Id": 145, + "Rank": 9, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Id": 146, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", "CommandName": "Add-PnPPage", - "Rank": 10 + "Id": 146, + "Rank": 10, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Id": 147, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", "CommandName": "Add-PnPPageImageWebPart", - "Rank": 1 + "Id": 147, + "Rank": 1, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "Id": 148, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", "CommandName": "Add-PnPPageImageWebPart", - "Rank": 2 + "Id": 148, + "Rank": 2, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "Id": 149, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", "CommandName": "Add-PnPPageSection", - "Rank": 1 + "Id": 149, + "Rank": 1, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Id": 150, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", "CommandName": "Add-PnPPageSection", - "Rank": 2 + "Id": 150, + "Rank": 2, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Id": 151, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", "CommandName": "Add-PnPPageTextPart", - "Rank": 1 + "Id": 151, + "Rank": 1, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Id": 152, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", "CommandName": "Add-PnPPageTextPart", - "Rank": 2 + "Id": 152, + "Rank": 2, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "Id": 153, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", "CommandName": "Add-PnPPageTextPart", - "Rank": 3 + "Id": 153, + "Rank": 3, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "Id": 154, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", "CommandName": "Add-PnPPageWebPart", - "Rank": 1 + "Id": 154, + "Rank": 1, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Id": 155, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", "CommandName": "Add-PnPPageWebPart", - "Rank": 2 + "Id": 155, + "Rank": 2, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Id": 156, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", "CommandName": "Add-PnPPageWebPart", - "Rank": 3 + "Id": 156, + "Rank": 3, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Id": 157, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", "CommandName": "Add-PnPPlannerBucket", - "Rank": 1 + "Id": 157, + "Rank": 1, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Id": 158, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", "CommandName": "Add-PnPPlannerBucket", - "Rank": 2 + "Id": 158, + "Rank": 2, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Id": 159, - "Command": "Add-PnPPlannerRoster", "CommandName": "Add-PnPPlannerRoster", - "Rank": 1 + "Id": 159, + "Rank": 1, + "Command": "Add-PnPPlannerRoster" }, { - "Id": 160, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPPlannerRosterMember", - "Rank": 1 + "Id": 160, + "Rank": 1, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 161, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Rank": 1 + "Id": 161, + "Rank": 1, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 162, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Rank": 2 + "Id": 162, + "Rank": 2, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 163, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Rank": 3 + "Id": 163, + "Rank": 3, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Id": 164, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "CommandName": "Add-PnPPublishingImageRendition", - "Rank": 1 + "Id": 164, + "Rank": 1, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Id": 165, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", "CommandName": "Add-PnPPublishingPage", - "Rank": 1 + "Id": 165, + "Rank": 1, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "Id": 166, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", "CommandName": "Add-PnPPublishingPage", - "Rank": 2 + "Id": 166, + "Rank": 2, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "Id": 167, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "CommandName": "Add-PnPPublishingPageLayout", - "Rank": 1 + "Id": 167, + "Rank": 1, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Id": 168, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", "CommandName": "Add-PnPRoleDefinition", - "Rank": 1 + "Id": 168, + "Rank": 1, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Id": 169, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", "CommandName": "Add-PnPRoleDefinition", - "Rank": 2 + "Id": 169, + "Rank": 2, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Id": 170, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", "CommandName": "Add-PnPRoleDefinition", - "Rank": 3 + "Id": 170, + "Rank": 3, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Id": 171, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 171, + "Rank": 1, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 172, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 2 + "Id": 172, + "Rank": 2, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 173, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 3 + "Id": 173, + "Rank": 3, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "Id": 174, - "Command": "Add-PnPSiteCollectionAppCatalog", "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 174, + "Rank": 1, + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Id": 175, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 2 + "Id": 175, + "Rank": 2, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Id": 176, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", "CommandName": "Add-PnPSiteDesign", - "Rank": 1 + "Id": 176, + "Rank": 1, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "Id": 177, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", "CommandName": "Add-PnPSiteDesign", - "Rank": 2 + "Id": 177, + "Rank": 2, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "Id": 178, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "CommandName": "Add-PnPSiteDesign", - "Rank": 3 + "Id": 178, + "Rank": 3, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Id": 179, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 1 + "Id": 179, + "Rank": 1, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "Id": 180, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 2 + "Id": 180, + "Rank": 2, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Id": 181, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 3 + "Id": 181, + "Rank": 3, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "Id": 182, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", "CommandName": "Add-PnPSiteDesignTask", - "Rank": 1 + "Id": 182, + "Rank": 1, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Id": 183, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "CommandName": "Add-PnPSiteDesignTask", - "Rank": 2 + "Id": 183, + "Rank": 2, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Id": 184, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", "CommandName": "Add-PnPSiteScript", - "Rank": 1 + "Id": 184, + "Rank": 1, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "Id": 185, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", "CommandName": "Add-PnPSiteScriptPackage", - "Rank": 1 + "Id": 185, + "Rank": 1, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Id": 186, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", "CommandName": "Add-PnPSiteTemplate", - "Rank": 1 + "Id": 186, + "Rank": 1, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Id": 187, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", "CommandName": "Add-PnPStoredCredential", - "Rank": 1 + "Id": 187, + "Rank": 1, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "Id": 188, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "CommandName": "Add-PnPStoredCredential", - "Rank": 2 + "Id": 188, + "Rank": 2, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Id": 189, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", "CommandName": "Add-PnPStoredCredential", - "Rank": 3 + "Id": 189, + "Rank": 3, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "Id": 190, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", "CommandName": "Add-PnPTaxonomyField", - "Rank": 1 + "Id": 190, + "Rank": 1, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Id": 191, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", "CommandName": "Add-PnPTaxonomyField", - "Rank": 2 + "Id": 191, + "Rank": 2, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "Id": 192, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", "CommandName": "Add-PnPTeamsChannel", - "Rank": 1 + "Id": 192, + "Rank": 1, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Id": 193, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", "CommandName": "Add-PnPTeamsChannel", - "Rank": 2 + "Id": 193, + "Rank": 2, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "Id": 194, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", "CommandName": "Add-PnPTeamsChannel", - "Rank": 3 + "Id": 194, + "Rank": 3, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "Id": 195, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", "CommandName": "Add-PnPTeamsChannel", - "Rank": 4 + "Id": 195, + "Rank": 4, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "Id": 196, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 1 + "Id": 196, + "Rank": 1, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "Id": 197, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 2 + "Id": 197, + "Rank": 2, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "Id": 198, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", "CommandName": "Add-PnPTeamsTab", - "Rank": 1 + "Id": 198, + "Rank": 1, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "Id": 199, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", "CommandName": "Add-PnPTeamsTab", - "Rank": 2 + "Id": 199, + "Rank": 2, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "Id": 200, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", "CommandName": "Add-PnPTeamsTab", - "Rank": 3 + "Id": 200, + "Rank": 3, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "Id": 201, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", "CommandName": "Add-PnPTeamsTab", - "Rank": 4 + "Id": 201, + "Rank": 4, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "Id": 202, - "Command": "Add-PnPTeamsTeam", "CommandName": "Add-PnPTeamsTeam", - "Rank": 1 + "Id": 202, + "Rank": 1, + "Command": "Add-PnPTeamsTeam" }, { - "Id": 203, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Add-PnPTeamsUser", - "Rank": 1 + "Id": 203, + "Rank": 1, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 204, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "CommandName": "Add-PnPTeamsUser", - "Rank": 2 + "Id": 204, + "Rank": 2, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Id": 205, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", "CommandName": "Add-PnPTeamsUser", - "Rank": 3 + "Id": 205, + "Rank": 3, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "Id": 206, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", "CommandName": "Add-PnPTeamsUser", - "Rank": 4 + "Id": 206, + "Rank": 4, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Id": 207, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "CommandName": "Add-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 207, + "Rank": 1, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Id": 208, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Id": 208, + "Rank": 1, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Id": 209, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 2 + "Id": 209, + "Rank": 2, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Id": 210, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 3 + "Id": 210, + "Rank": 3, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Id": 211, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", "CommandName": "Add-PnPTenantSequence", - "Rank": 1 + "Id": 211, + "Rank": 1, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Id": 212, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", "CommandName": "Add-PnPTenantSequenceSite", - "Rank": 1 + "Id": 212, + "Rank": 1, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Id": 213, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", "CommandName": "Add-PnPTenantSequenceSubSite", - "Rank": 1 + "Id": 213, + "Rank": 1, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Id": 214, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", "CommandName": "Add-PnPTermToTerm", - "Rank": 1 + "Id": 214, + "Rank": 1, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Id": 215, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", "CommandName": "Add-PnPView", - "Rank": 1 + "Id": 215, + "Rank": 1, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "Id": 216, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", "CommandName": "Add-PnPView", - "Rank": 2 + "Id": 216, + "Rank": 2, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "Id": 217, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", "CommandName": "Add-PnPView", - "Rank": 3 + "Id": 217, + "Rank": 3, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "Id": 218, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 218, + "Rank": 1, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 219, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 219, + "Rank": 2, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 220, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 3 + "Id": 220, + "Rank": 3, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Id": 221, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", "CommandName": "Add-PnPWebhookSubscription", - "Rank": 1 + "Id": 221, + "Rank": 1, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Id": 222, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "CommandName": "Add-PnPWebhookSubscription", - "Rank": 2 + "Id": 222, + "Rank": 2, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Id": 223, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", "CommandName": "Add-PnPWebhookSubscription", - "Rank": 3 + "Id": 223, + "Rank": 3, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "Id": 224, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 1 + "Id": 224, + "Rank": 1, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "Id": 225, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 2 + "Id": 225, + "Rank": 2, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "Id": 226, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 1 + "Id": 226, + "Rank": 1, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "Id": 227, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 2 + "Id": 227, + "Rank": 2, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "Id": 228, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", "CommandName": "Add-PnPWikiPage", - "Rank": 1 + "Id": 228, + "Rank": 1, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Id": 229, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", "CommandName": "Clear-PnPAzureADGroupMember", - "Rank": 1 + "Id": 229, + "Rank": 1, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Id": 230, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", "CommandName": "Clear-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 230, + "Rank": 1, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Id": 231, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 1 + "Id": 231, + "Rank": 1, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Id": 232, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 2 + "Id": 232, + "Rank": 2, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Id": 233, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", "CommandName": "Clear-PnPListItemAsRecord", - "Rank": 1 + "Id": 233, + "Rank": 1, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Id": 234, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 234, + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Id": 235, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 235, + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Id": 236, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 1 + "Id": 236, + "Rank": 1, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Id": 237, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 2 + "Id": 237, + "Rank": 2, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Id": 238, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 3 + "Id": 238, + "Rank": 3, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Id": 239, - "Command": "Clear-PnPTenantAppCatalogUrl", "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 239, + "Rank": 1, + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Id": 240, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 1 + "Id": 240, + "Rank": 1, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 241, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 2 + "Id": 241, + "Rank": 2, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Id": 242, - "Command": "Clear-PnPTraceLog", "CommandName": "Clear-PnPTraceLog", - "Rank": 1 + "Id": 242, + "Rank": 1, + "Command": "Clear-PnPTraceLog" }, { - "Id": 243, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", "CommandName": "Connect-PnPOnline", - "Rank": 1 + "Id": 243, + "Rank": 1, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "Id": 244, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", "CommandName": "Convert-PnPFile", - "Rank": 1 + "Id": 244, + "Rank": 1, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "Id": 245, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", "CommandName": "Convert-PnPFile", - "Rank": 2 + "Id": 245, + "Rank": 2, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "Id": 246, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", "CommandName": "Convert-PnPFile", - "Rank": 3 + "Id": 246, + "Rank": 3, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "Id": 247, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", "CommandName": "Convert-PnPFile", - "Rank": 4 + "Id": 247, + "Rank": 4, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "Id": 248, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", "CommandName": "Convert-PnPFile", - "Rank": 5 + "Id": 248, + "Rank": 5, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Id": 249, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", "CommandName": "Convert-PnPFile", - "Rank": 6 + "Id": 249, + "Rank": 6, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Id": 250, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", "CommandName": "Convert-PnPFile", - "Rank": 7 + "Id": 250, + "Rank": 7, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "Id": 251, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 1 + "Id": 251, + "Rank": 1, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Id": 252, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 2 + "Id": 252, + "Rank": 2, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Id": 253, - "Command": "Convert-PnPSiteTemplate -Path template.xml", "CommandName": "Convert-PnPSiteTemplate", - "Rank": 1 + "Id": 253, + "Rank": 1, + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Id": 254, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", "CommandName": "Convert-PnPSiteTemplate", - "Rank": 2 + "Id": 254, + "Rank": 2, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Id": 255, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", "CommandName": "Convert-PnPSiteTemplate", - "Rank": 3 + "Id": 255, + "Rank": 3, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Id": 256, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 1 + "Id": 256, + "Rank": 1, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Id": 257, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 2 + "Id": 257, + "Rank": 2, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Id": 258, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Rank": 1 + "Id": 258, + "Rank": 1, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Id": 259, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", "CommandName": "ConvertTo-PnPPage", - "Rank": 2 + "Id": 259, + "Rank": 2, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Id": 260, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", "CommandName": "ConvertTo-PnPPage", - "Rank": 3 + "Id": 260, + "Rank": 3, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Id": 261, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", "CommandName": "ConvertTo-PnPPage", - "Rank": 4 + "Id": 261, + "Rank": 4, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Id": 262, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Rank": 5 + "Id": 262, + "Rank": 5, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 263, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", "CommandName": "ConvertTo-PnPPage", - "Rank": 6 + "Id": 263, + "Rank": 6, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Id": 264, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Rank": 7 + "Id": 264, + "Rank": 7, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Id": 265, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Rank": 8 + "Id": 265, + "Rank": 8, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Id": 266, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Rank": 9 + "Id": 266, + "Rank": 9, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 267, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Rank": 10 + "Id": 267, + "Rank": 10, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Id": 268, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", "CommandName": "ConvertTo-PnPPage", - "Rank": 11 + "Id": 268, + "Rank": 11, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "Id": 269, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Rank": 12 + "Id": 269, + "Rank": 12, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 270, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Rank": 13 + "Id": 270, + "Rank": 13, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Id": 271, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", "CommandName": "ConvertTo-PnPPage", - "Rank": 14 + "Id": 271, + "Rank": 14, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "Id": 272, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Rank": 1 + "Id": 272, + "Rank": 1, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 273, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "CommandName": "Copy-PnPFile", - "Rank": 2 + "Id": 273, + "Rank": 2, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Id": 274, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "CommandName": "Copy-PnPFile", - "Rank": 3 + "Id": 274, + "Rank": 3, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Id": 275, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Rank": 4 + "Id": 275, + "Rank": 4, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 276, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "CommandName": "Copy-PnPFile", - "Rank": 5 + "Id": 276, + "Rank": 5, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Id": 277, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "CommandName": "Copy-PnPFile", - "Rank": 6 + "Id": 277, + "Rank": 6, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Id": 278, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "CommandName": "Copy-PnPFile", - "Rank": 7 + "Id": 278, + "Rank": 7, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Id": 279, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Rank": 8 + "Id": 279, + "Rank": 8, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 280, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Rank": 9 + "Id": 280, + "Rank": 9, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Id": 281, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "CommandName": "Copy-PnPFile", - "Rank": 10 + "Id": 281, + "Rank": 10, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Id": 282, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Rank": 1 + "Id": 282, + "Rank": 1, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 283, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "CommandName": "Copy-PnPFolder", - "Rank": 2 + "Id": 283, + "Rank": 2, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Id": 284, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "CommandName": "Copy-PnPFolder", - "Rank": 3 + "Id": 284, + "Rank": 3, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Id": 285, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Rank": 4 + "Id": 285, + "Rank": 4, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 286, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "CommandName": "Copy-PnPFolder", - "Rank": 5 + "Id": 286, + "Rank": 5, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Id": 287, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "CommandName": "Copy-PnPFolder", - "Rank": 6 + "Id": 287, + "Rank": 6, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Id": 288, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "CommandName": "Copy-PnPFolder", - "Rank": 7 + "Id": 288, + "Rank": 7, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Id": 289, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Rank": 8 + "Id": 289, + "Rank": 8, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Id": 290, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Rank": 9 + "Id": 290, + "Rank": 9, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Id": 291, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "CommandName": "Copy-PnPFolder", - "Rank": 10 + "Id": 291, + "Rank": 10, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Id": 292, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", "CommandName": "Copy-PnPFolder", - "Rank": 11 + "Id": 292, + "Rank": 11, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "Id": 293, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", "CommandName": "Copy-PnPItemProxy", - "Rank": 1 + "Id": 293, + "Rank": 1, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Id": 294, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", "CommandName": "Copy-PnPList", - "Rank": 1 + "Id": 294, + "Rank": 1, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Id": 295, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", "CommandName": "Copy-PnPList", - "Rank": 2 + "Id": 295, + "Rank": 2, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "Id": 296, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", "CommandName": "Copy-PnPList", - "Rank": 3 + "Id": 296, + "Rank": 3, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "Id": 297, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", "CommandName": "Copy-PnPList", - "Rank": 4 + "Id": 297, + "Rank": 4, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "Id": 298, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "CommandName": "Copy-PnPPage", - "Rank": 1 + "Id": 298, + "Rank": 1, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Id": 299, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", "CommandName": "Copy-PnPTeamsTeam", - "Rank": 1 + "Id": 299, + "Rank": 1, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "Id": 300, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", "CommandName": "Copy-PnPTeamsTeam", - "Rank": 2 + "Id": 300, + "Rank": 2, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "Id": 301, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "CommandName": "Copy-PnPTeamsTeam", - "Rank": 3 + "Id": 301, + "Rank": 3, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Id": 302, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "CommandName": "Copy-PnPTeamsTeam", - "Rank": 4 + "Id": 302, + "Rank": 4, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Id": 303, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Disable-PnPFeature", - "Rank": 1 + "Id": 303, + "Rank": 1, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 304, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "CommandName": "Disable-PnPFeature", - "Rank": 2 + "Id": 304, + "Rank": 2, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Id": 305, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "CommandName": "Disable-PnPFeature", - "Rank": 3 + "Id": 305, + "Rank": 3, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Id": 306, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Disable-PnPFlow", - "Rank": 1 + "Id": 306, + "Rank": 1, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 307, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Disable-PnPFlow", - "Rank": 2 + "Id": 307, + "Rank": 2, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 308, - "Command": "Disable-PnPPageScheduling", "CommandName": "Disable-PnPPageScheduling", - "Rank": 1 + "Id": 308, + "Rank": 1, + "Command": "Disable-PnPPageScheduling" }, { - "Id": 309, - "Command": "Disable-PnPPowerShellTelemetry", "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 1 + "Id": 309, + "Rank": 1, + "Command": "Disable-PnPPowerShellTelemetry" }, { - "Id": 310, - "Command": "Disable-PnPPowerShellTelemetry -Force", "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 2 + "Id": 310, + "Rank": 2, + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Id": 311, - "Command": "Disable-PnPSharingForNonOwnersOfSite", "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Rank": 1 + "Id": 311, + "Rank": 1, + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Id": 312, - "Command": "Disable-PnPSiteClassification", "CommandName": "Disable-PnPSiteClassification", - "Rank": 1 + "Id": 312, + "Rank": 1, + "Command": "Disable-PnPSiteClassification" }, { - "Id": 313, - "Command": "Disconnect-PnPOnline", "CommandName": "Disconnect-PnPOnline", - "Rank": 1 + "Id": 313, + "Rank": 1, + "Command": "Disconnect-PnPOnline" }, { - "Id": 314, - "Command": "Enable-PnPCommSite", "CommandName": "Enable-PnPCommSite", - "Rank": 1 + "Id": 314, + "Rank": 1, + "Command": "Enable-PnPCommSite" }, { - "Id": 315, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", "CommandName": "Enable-PnPCommSite", - "Rank": 2 + "Id": 315, + "Rank": 2, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Id": 316, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Enable-PnPFeature", - "Rank": 1 + "Id": 316, + "Rank": 1, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 317, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "CommandName": "Enable-PnPFeature", - "Rank": 2 + "Id": 317, + "Rank": 2, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Id": 318, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "CommandName": "Enable-PnPFeature", - "Rank": 3 + "Id": 318, + "Rank": 3, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Id": 319, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Enable-PnPFlow", - "Rank": 1 + "Id": 319, + "Rank": 1, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 320, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Enable-PnPFlow", - "Rank": 2 + "Id": 320, + "Rank": 2, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 321, - "Command": "Enable-PnPPageScheduling", "CommandName": "Enable-PnPPageScheduling", - "Rank": 1 + "Id": 321, + "Rank": 1, + "Command": "Enable-PnPPageScheduling" }, { - "Id": 322, - "Command": "Enable-PnPPowerShellTelemetry", "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 1 + "Id": 322, + "Rank": 1, + "Command": "Enable-PnPPowerShellTelemetry" }, { - "Id": 323, - "Command": "Enable-PnPPowerShellTelemetry -Force", "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 2 + "Id": 323, + "Rank": 2, + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Id": 324, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 1 + "Id": 324, + "Rank": 1, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "Id": 325, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 2 + "Id": 325, + "Rank": 2, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "Id": 326, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 3 + "Id": 326, + "Rank": 3, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "Id": 327, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 4 + "Id": 327, + "Rank": 4, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "Id": 328, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", "CommandName": "Enable-PnPSiteClassification", - "Rank": 1 + "Id": 328, + "Rank": 1, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Id": 329, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", "CommandName": "Enable-PnPSiteClassification", - "Rank": 2 + "Id": 329, + "Rank": 2, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Id": 330, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Export-PnPFlow", - "Rank": 1 + "Id": 330, + "Rank": 1, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 331, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Export-PnPFlow", - "Rank": 2 + "Id": 331, + "Rank": 2, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 332, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 1 + "Id": 332, + "Rank": 1, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Id": 333, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 2 + "Id": 333, + "Rank": 2, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Id": 334, - "Command": "Export-PnPPage -Identity Home.aspx", "CommandName": "Export-PnPPage", - "Rank": 1 + "Id": 334, + "Rank": 1, + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Id": 335, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", "CommandName": "Export-PnPPage", - "Rank": 2 + "Id": 335, + "Rank": 2, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "Id": 336, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Rank": 1 + "Id": 336, + "Rank": 1, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "Id": 337, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Rank": 2 + "Id": 337, + "Rank": 2, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "Id": 338, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Rank": 3 + "Id": 338, + "Rank": 3, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "Id": 339, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", "CommandName": "Export-PnPPowerApp", - "Rank": 1 + "Id": 339, + "Rank": 1, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "Id": 340, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", "CommandName": "Export-PnPPowerApp", - "Rank": 2 + "Id": 340, + "Rank": 2, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "Id": 341, - "Command": "Export-PnPTaxonomy", "CommandName": "Export-PnPTaxonomy", - "Rank": 1 + "Id": 341, + "Rank": 1, + "Command": "Export-PnPTaxonomy" }, { - "Id": 342, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", "CommandName": "Export-PnPTaxonomy", - "Rank": 2 + "Id": 342, + "Rank": 2, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Id": 343, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", "CommandName": "Export-PnPTaxonomy", - "Rank": 3 + "Id": 343, + "Rank": 3, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "Id": 344, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", "CommandName": "Export-PnPTaxonomy", - "Rank": 4 + "Id": 344, + "Rank": 4, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Id": 345, - "Command": "Export-PnPTermGroupToXml", "CommandName": "Export-PnPTermGroupToXml", - "Rank": 1 + "Id": 345, + "Rank": 1, + "Command": "Export-PnPTermGroupToXml" }, { - "Id": 346, - "Command": "Export-PnPTermGroupToXml -Out output.xml", "CommandName": "Export-PnPTermGroupToXml", - "Rank": 2 + "Id": 346, + "Rank": 2, + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Id": 347, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", "CommandName": "Export-PnPTermGroupToXml", - "Rank": 3 + "Id": 347, + "Rank": 3, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Id": 348, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "CommandName": "Export-PnPUserInfo", - "Rank": 1 + "Id": 348, + "Rank": 1, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Id": 349, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", "CommandName": "Export-PnPUserInfo", - "Rank": 2 + "Id": 349, + "Rank": 2, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Id": 350, - "Command": "Export-PnPUserProfile -LoginName user@domain.com", "CommandName": "Export-PnPUserProfile", - "Rank": 1 + "Id": 350, + "Rank": 1, + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Id": 351, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", "CommandName": "Export-PnPUserProfile", - "Rank": 2 + "Id": 351, + "Rank": 2, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Id": 352, - "Command": "Find-PnPFile -Match *.master", "CommandName": "Find-PnPFile", - "Rank": 1 + "Id": 352, + "Rank": 1, + "Command": "Find-PnPFile -Match *.master" }, { - "Id": 353, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", "CommandName": "Find-PnPFile", - "Rank": 2 + "Id": 353, + "Rank": 2, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Id": 354, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", "CommandName": "Find-PnPFile", - "Rank": 3 + "Id": 354, + "Rank": 3, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Id": 355, - "Command": "Get-PnPAccessToken", "CommandName": "Get-PnPAccessToken", - "Rank": 1 + "Id": 355, + "Rank": 1, + "Command": "Get-PnPAccessToken" }, { - "Id": 356, - "Command": "Get-PnPAccessToken -Decoded", "CommandName": "Get-PnPAccessToken", - "Rank": 2 + "Id": 356, + "Rank": 2, + "Command": "Get-PnPAccessToken -Decoded" }, { - "Id": 357, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", "CommandName": "Get-PnPAccessToken", - "Rank": 3 + "Id": 357, + "Rank": 3, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Id": 358, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", "CommandName": "Get-PnPAccessToken", - "Rank": 4 + "Id": 358, + "Rank": 4, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Id": 359, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", "CommandName": "Get-PnPAccessToken", - "Rank": 5 + "Id": 359, + "Rank": 5, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Id": 360, - "Command": "Get-PnPAccessToken -ListPermissionScopes", "CommandName": "Get-PnPAccessToken", - "Rank": 6 + "Id": 360, + "Rank": 6, + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "Id": 361, - "Command": "Get-PnPAlert", "CommandName": "Get-PnPAlert", - "Rank": 1 + "Id": 361, + "Rank": 1, + "Command": "Get-PnPAlert" }, { - "Id": 362, - "Command": "Get-PnPAlert -List \"Demo List\"", "CommandName": "Get-PnPAlert", - "Rank": 2 + "Id": 362, + "Rank": 2, + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Id": 363, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPAlert", - "Rank": 3 + "Id": 363, + "Rank": 3, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 364, - "Command": "Get-PnPAlert -Title \"Demo Alert\"", "CommandName": "Get-PnPAlert", - "Rank": 4 + "Id": 364, + "Rank": 4, + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Id": 365, - "Command": "Get-PnPAlert -AllUsers", "CommandName": "Get-PnPAlert", - "Rank": 5 + "Id": 365, + "Rank": 5, + "Command": "Get-PnPAlert -AllUsers" }, { - "Id": 366, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", "CommandName": "Get-PnPAlert", - "Rank": 6 + "Id": 366, + "Rank": 6, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Id": 367, - "Command": "Get-PnPApp", "CommandName": "Get-PnPApp", - "Rank": 1 + "Id": 367, + "Rank": 1, + "Command": "Get-PnPApp" }, { - "Id": 368, - "Command": "Get-PnPApp -Scope Site", "CommandName": "Get-PnPApp", - "Rank": 2 + "Id": 368, + "Rank": 2, + "Command": "Get-PnPApp -Scope Site" }, { - "Id": 369, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Get-PnPApp", - "Rank": 3 + "Id": 369, + "Rank": 3, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 370, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", "CommandName": "Get-PnPAppErrors", - "Rank": 1 + "Id": 370, + "Rank": 1, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Id": 371, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", "CommandName": "Get-PnPAppErrors", - "Rank": 2 + "Id": 371, + "Rank": 2, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Id": 372, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", "CommandName": "Get-PnPAppInfo", - "Rank": 1 + "Id": 372, + "Rank": 1, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Id": 373, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Get-PnPAppInfo", - "Rank": 2 + "Id": 373, + "Rank": 2, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 374, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", "CommandName": "Get-PnPAppInfo", - "Rank": 3 + "Id": 374, + "Rank": 3, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Id": 375, - "Command": "Get-PnPApplicationCustomizer", "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 1 + "Id": 375, + "Rank": 1, + "Command": "Get-PnPApplicationCustomizer" }, { - "Id": 376, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 2 + "Id": 376, + "Rank": 2, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 377, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 3 + "Id": 377, + "Rank": 3, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Id": 378, - "Command": "Get-PnPAuditing", "CommandName": "Get-PnPAuditing", - "Rank": 1 + "Id": 378, + "Rank": 1, + "Command": "Get-PnPAuditing" }, { - "Id": 379, - "Command": "Get-PnPAuthenticationRealm", "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 1 + "Id": 379, + "Rank": 1, + "Command": "Get-PnPAuthenticationRealm" }, { - "Id": 380, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 2 + "Id": 380, + "Rank": 2, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Id": 381, - "Command": "Get-PnPAvailableLanguage", "CommandName": "Get-PnPAvailableLanguage", - "Rank": 1 + "Id": 381, + "Rank": 1, + "Command": "Get-PnPAvailableLanguage" }, { - "Id": 382, - "Command": "Get-PnPAvailableSensitivityLabel", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 1 + "Id": 382, + "Rank": 1, + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Id": 383, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 2 + "Id": 383, + "Rank": 2, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Id": 384, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 3 + "Id": 384, + "Rank": 3, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Id": 385, - "Command": "Get-PnPAvailableSiteClassification", "CommandName": "Get-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 385, + "Rank": 1, + "Command": "Get-PnPAvailableSiteClassification" }, { - "Id": 386, - "Command": "Get-PnPAzureACSPrincipal", "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 1 + "Id": 386, + "Rank": 1, + "Command": "Get-PnPAzureACSPrincipal" }, { - "Id": 387, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 2 + "Id": 387, + "Rank": 2, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Id": 388, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 3 + "Id": 388, + "Rank": 3, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Id": 389, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 4 + "Id": 389, + "Rank": 4, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Id": 390, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 1 + "Id": 390, + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Id": 391, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 2 + "Id": 391, + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "Id": 392, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 3 + "Id": 392, + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "Id": 393, - "Command": "Get-PnPAzureADActivityReportSignIn", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 1 + "Id": 393, + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Id": 394, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 2 + "Id": 394, + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "Id": 395, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 3 + "Id": 395, + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "Id": 396, - "Command": "Get-PnPAzureADApp", "CommandName": "Get-PnPAzureADApp", - "Rank": 1 + "Id": 396, + "Rank": 1, + "Command": "Get-PnPAzureADApp" }, { - "Id": 397, - "Command": "Get-PnPAzureADApp -Identity MyApp", "CommandName": "Get-PnPAzureADApp", - "Rank": 2 + "Id": 397, + "Rank": 2, + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Id": 398, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Get-PnPAzureADApp", - "Rank": 3 + "Id": 398, + "Rank": 3, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 399, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPAzureADApp", - "Rank": 4 + "Id": 399, + "Rank": 4, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 400, - "Command": "Get-PnPAzureADAppPermission", "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 1 + "Id": 400, + "Rank": 1, + "Command": "Get-PnPAzureADAppPermission" }, { - "Id": 401, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 2 + "Id": 401, + "Rank": 2, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Id": 402, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 3 + "Id": 402, + "Rank": 3, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 403, - "Command": "Get-PnPAzureADAppSitePermission", "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 403, + "Rank": 1, + "Command": "Get-PnPAzureADAppSitePermission" }, { - "Id": 404, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 404, + "Rank": 2, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Id": 405, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 3 + "Id": 405, + "Rank": 3, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Id": 406, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 4 + "Id": 406, + "Rank": 4, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Id": 407, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 5 + "Id": 407, + "Rank": 5, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Id": 408, - "Command": "Get-PnPAzureADGroup", "CommandName": "Get-PnPAzureADGroup", - "Rank": 1 + "Id": 408, + "Rank": 1, + "Command": "Get-PnPAzureADGroup" }, { - "Id": 409, - "Command": "Get-PnPAzureADGroup -Identity $groupId", "CommandName": "Get-PnPAzureADGroup", - "Rank": 2 + "Id": 409, + "Rank": 2, + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Id": 410, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", "CommandName": "Get-PnPAzureADGroup", - "Rank": 3 + "Id": 410, + "Rank": 3, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Id": 411, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", "CommandName": "Get-PnPAzureADGroup", - "Rank": 4 + "Id": 411, + "Rank": 4, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Id": 412, - "Command": "Get-PnPAzureADGroup -Identity $group", "CommandName": "Get-PnPAzureADGroup", - "Rank": 5 + "Id": 412, + "Rank": 5, + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Id": 413, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 1 + "Id": 413, + "Rank": 1, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Id": 414, - "Command": "Get-PnPAzureADGroupMember -Identity $group", "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 2 + "Id": 414, + "Rank": 2, + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Id": 415, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 3 + "Id": 415, + "Rank": 3, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "Id": 416, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 416, + "Rank": 1, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Id": 417, - "Command": "Get-PnPAzureADGroupOwner -Identity $group", "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 2 + "Id": 417, + "Rank": 2, + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Id": 418, - "Command": "Get-PnPAzureADServicePrincipal", "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 1 + "Id": 418, + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipal" }, { - "Id": 419, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 2 + "Id": 419, + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Id": 420, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 3 + "Id": 420, + "Rank": 3, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Id": 421, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 4 + "Id": 421, + "Rank": 4, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Id": 422, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 5 + "Id": 422, + "Rank": 5, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 423, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1 + "Id": 423, + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 424, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2 + "Id": 424, + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Id": 425, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 1 + "Id": 425, + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 426, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 2 + "Id": 426, + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Id": 427, - "Command": "Get-PnPAzureADUser", "CommandName": "Get-PnPAzureADUser", - "Rank": 1 + "Id": 427, + "Rank": 1, + "Command": "Get-PnPAzureADUser" }, { - "Id": 428, - "Command": "Get-PnPAzureADUser -EndIndex 50", "CommandName": "Get-PnPAzureADUser", - "Rank": 2 + "Id": 428, + "Rank": 2, + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Id": 429, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "CommandName": "Get-PnPAzureADUser", - "Rank": 3 + "Id": 429, + "Rank": 3, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Id": 430, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", "CommandName": "Get-PnPAzureADUser", - "Rank": 4 + "Id": 430, + "Rank": 4, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Id": 431, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", "CommandName": "Get-PnPAzureADUser", - "Rank": 5 + "Id": 431, + "Rank": 5, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Id": 432, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", "CommandName": "Get-PnPAzureADUser", - "Rank": 6 + "Id": 432, + "Rank": 6, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Id": 433, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", "CommandName": "Get-PnPAzureADUser", - "Rank": 7 + "Id": 433, + "Rank": 7, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Id": 434, - "Command": "Get-PnPAzureADUser -Delta", "CommandName": "Get-PnPAzureADUser", - "Rank": 8 + "Id": 434, + "Rank": 8, + "Command": "Get-PnPAzureADUser -Delta" }, { - "Id": 435, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", "CommandName": "Get-PnPAzureADUser", - "Rank": 9 + "Id": 435, + "Rank": 9, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Id": 436, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", "CommandName": "Get-PnPAzureADUser", - "Rank": 10 + "Id": 436, + "Rank": 10, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Id": 437, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", "CommandName": "Get-PnPAzureCertificate", - "Rank": 1 + "Id": 437, + "Rank": 1, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Id": 438, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "CommandName": "Get-PnPAzureCertificate", - "Rank": 2 + "Id": 438, + "Rank": 2, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Id": 439, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", "CommandName": "Get-PnPAzureCertificate", - "Rank": 3 + "Id": 439, + "Rank": 3, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Id": 440, - "Command": "Get-PnPBrandCenterConfig", "CommandName": "Get-PnPBrandCenterConfig", - "Rank": 1 + "Id": 440, + "Rank": 1, + "Command": "Get-PnPBrandCenterConfig" }, { - "Id": 441, - "Command": "Get-PnPBrandCenterFont", "CommandName": "Get-PnPBrandCenterFont", - "Rank": 1 + "Id": 441, + "Rank": 1, + "Command": "Get-PnPBrandCenterFont" }, { - "Id": 442, - "Command": "Get-PnPBrandCenterFontPackage", "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 1 + "Id": 442, + "Rank": 1, + "Command": "Get-PnPBrandCenterFontPackage" }, { - "Id": 443, - "Command": "Get-PnPBrandCenterFontPackage -Store Site", "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 2 + "Id": 443, + "Rank": 2, + "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "Id": 444, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 3 + "Id": 444, + "Rank": 3, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "Id": 445, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 4 + "Id": 445, + "Rank": 4, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Id": 446, - "Command": "Get-PnPBrowserIdleSignout", "CommandName": "Get-PnPBrowserIdleSignout", - "Rank": 1 + "Id": 446, + "Rank": 1, + "Command": "Get-PnPBrowserIdleSignout" }, { - "Id": 447, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 1 + "Id": 447, + "Rank": 1, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Id": 448, - "Command": "Get-PnPBuiltInDesignPackageVisibility", "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 2 + "Id": 448, + "Rank": 2, + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Id": 449, - "Command": "Get-PnPBuiltInSiteTemplateSettings", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 1 + "Id": 449, + "Rank": 1, + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Id": 450, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 2 + "Id": 450, + "Rank": 2, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Id": 451, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 3 + "Id": 451, + "Rank": 3, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Id": 452, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 4 + "Id": 452, + "Rank": 4, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 453, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 5 + "Id": 453, + "Rank": 5, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Id": 454, - "Command": "Get-PnPChangeLog", "CommandName": "Get-PnPChangeLog", - "Rank": 1 + "Id": 454, + "Rank": 1, + "Command": "Get-PnPChangeLog" }, { - "Id": 455, - "Command": "Get-PnPChangeLog -Nightly", "CommandName": "Get-PnPChangeLog", - "Rank": 2 + "Id": 455, + "Rank": 2, + "Command": "Get-PnPChangeLog -Nightly" }, { - "Id": 456, - "Command": "Get-PnPChangeLog -Version 2.12.0", "CommandName": "Get-PnPChangeLog", - "Rank": 3 + "Id": 456, + "Rank": 3, + "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "Id": 457, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 1 + "Id": 457, + "Rank": 1, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "Id": 458, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 2 + "Id": 458, + "Rank": 2, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Id": 459, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", "CommandName": "Get-PnPContainer", - "Rank": 1 + "Id": 459, + "Rank": 1, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Id": 460, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Get-PnPContainer", - "Rank": 2 + "Id": 460, + "Rank": 2, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 461, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "CommandName": "Get-PnPContainer", - "Rank": 3 + "Id": 461, + "Rank": 3, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Id": 462, - "Command": "Get-PnPContainerType", "CommandName": "Get-PnPContainerType", - "Rank": 1 + "Id": 462, + "Rank": 1, + "Command": "Get-PnPContainerType" }, { - "Id": 463, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", "CommandName": "Get-PnPContainerTypeConfiguration", - "Rank": 1 + "Id": 463, + "Rank": 1, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Id": 464, - "Command": "Get-PnPContentType", "CommandName": "Get-PnPContentType", - "Rank": 1 + "Id": 464, + "Rank": 1, + "Command": "Get-PnPContentType" }, { - "Id": 465, - "Command": "Get-PnPContentType -InSiteHierarchy", "CommandName": "Get-PnPContentType", - "Rank": 2 + "Id": 465, + "Rank": 2, + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Id": 466, - "Command": "Get-PnPContentType -Identity \"Project Document\"", "CommandName": "Get-PnPContentType", - "Rank": 3 + "Id": 466, + "Rank": 3, + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Id": 467, - "Command": "Get-PnPContentType -List \"Documents\"", "CommandName": "Get-PnPContentType", - "Rank": 4 + "Id": 467, + "Rank": 4, + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Id": 468, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", "CommandName": "Get-PnPContentType", - "Rank": 5 + "Id": 468, + "Rank": 5, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "Id": 469, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", "CommandName": "Get-PnPContentTypePublishingStatus", - "Rank": 1 + "Id": 469, + "Rank": 1, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Id": 470, - "Command": "Get-PnPCopilotAdminLimitedMode", "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Rank": 1 + "Id": 470, + "Rank": 1, + "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "Id": 471, - "Command": "Get-PnPCopilotAgent", "CommandName": "Get-PnPCopilotAgent", - "Rank": 1 + "Id": 471, + "Rank": 1, + "Command": "Get-PnPCopilotAgent" }, { - "Id": 472, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", "CommandName": "Get-PnPCopilotAgent", - "Rank": 2 + "Id": 472, + "Rank": 2, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "Id": 473, - "Command": "Get-PnPCustomAction", "CommandName": "Get-PnPCustomAction", - "Rank": 1 + "Id": 473, + "Rank": 1, + "Command": "Get-PnPCustomAction" }, { - "Id": 474, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Get-PnPCustomAction", - "Rank": 2 + "Id": 474, + "Rank": 2, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 475, - "Command": "Get-PnPCustomAction -Scope web", "CommandName": "Get-PnPCustomAction", - "Rank": 3 + "Id": 475, + "Rank": 3, + "Command": "Get-PnPCustomAction -Scope web" }, { - "Id": 476, - "Command": "Get-PnPDeletedContainer", "CommandName": "Get-PnPDeletedContainer", - "Rank": 1 + "Id": 476, + "Rank": 1, + "Command": "Get-PnPDeletedContainer" }, { - "Id": 477, - "Command": "Get-PnPDeletedFlow", "CommandName": "Get-PnPDeletedFlow", - "Rank": 1 + "Id": 477, + "Rank": 1, + "Command": "Get-PnPDeletedFlow" }, { - "Id": 478, - "Command": "Get-PnPDeletedMicrosoft365Group", "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Id": 478, + "Rank": 1, + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Id": 479, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 2 + "Id": 479, + "Rank": 2, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 480, - "Command": "Get-PnPDeletedTeam", "CommandName": "Get-PnPDeletedTeam", - "Rank": 1 + "Id": 480, + "Rank": 1, + "Command": "Get-PnPDeletedTeam" }, { - "Id": 481, - "Command": "Get-PnPDiagnostics", "CommandName": "Get-PnPDiagnostics", - "Rank": 1 + "Id": 481, + "Rank": 1, + "Command": "Get-PnPDiagnostics" }, { - "Id": 482, - "Command": "Get-PnPDisableSpacesActivation", "CommandName": "Get-PnPDisableSpacesActivation", - "Rank": 1 + "Id": 482, + "Rank": 1, + "Command": "Get-PnPDisableSpacesActivation" }, { - "Id": 483, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 1 + "Id": 483, + "Rank": 1, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Id": 484, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 2 + "Id": 484, + "Rank": 2, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Id": 485, - "Command": "Get-PnPEnterpriseAppInsightsReport", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 1 + "Id": 485, + "Rank": 1, + "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "Id": 486, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 2 + "Id": 486, + "Rank": 2, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "Id": 487, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 3 + "Id": 487, + "Rank": 3, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "Id": 488, - "Command": "Get-PnPEventReceiver", "CommandName": "Get-PnPEventReceiver", - "Rank": 1 + "Id": 488, + "Rank": 1, + "Command": "Get-PnPEventReceiver" }, { - "Id": 489, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPEventReceiver", - "Rank": 2 + "Id": 489, + "Rank": 2, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 490, - "Command": "Get-PnPEventReceiver -Identity MyReceiver", "CommandName": "Get-PnPEventReceiver", - "Rank": 3 + "Id": 490, + "Rank": 3, + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Id": 491, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", "CommandName": "Get-PnPEventReceiver", - "Rank": 4 + "Id": 491, + "Rank": 4, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Id": 492, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPEventReceiver", - "Rank": 5 + "Id": 492, + "Rank": 5, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 493, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", "CommandName": "Get-PnPEventReceiver", - "Rank": 6 + "Id": 493, + "Rank": 6, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Id": 494, - "Command": "Get-PnPEventReceiver -Scope Site", "CommandName": "Get-PnPEventReceiver", - "Rank": 7 + "Id": 494, + "Rank": 7, + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Id": 495, - "Command": "Get-PnPEventReceiver -Scope Web", "CommandName": "Get-PnPEventReceiver", - "Rank": 8 + "Id": 495, + "Rank": 8, + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Id": 496, - "Command": "Get-PnPEventReceiver -Scope All", "CommandName": "Get-PnPEventReceiver", - "Rank": 9 + "Id": 496, + "Rank": 9, + "Command": "Get-PnPEventReceiver -Scope All" }, { - "Id": 497, - "Command": "Get-PnPException", "CommandName": "Get-PnPException", - "Rank": 1 + "Id": 497, + "Rank": 1, + "Command": "Get-PnPException" }, { - "Id": 498, - "Command": "Get-PnPException -All", "CommandName": "Get-PnPException", - "Rank": 2 + "Id": 498, + "Rank": 2, + "Command": "Get-PnPException -All" }, { - "Id": 499, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", "CommandName": "Get-PnPExternalUser", - "Rank": 1 + "Id": 499, + "Rank": 1, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Id": 500, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", "CommandName": "Get-PnPExternalUser", - "Rank": 2 + "Id": 500, + "Rank": 2, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Id": 501, - "Command": "Get-PnPFeature", "CommandName": "Get-PnPFeature", - "Rank": 1 + "Id": 501, + "Rank": 1, + "Command": "Get-PnPFeature" }, { - "Id": 502, - "Command": "Get-PnPFeature -Scope Site", "CommandName": "Get-PnPFeature", - "Rank": 2 + "Id": 502, + "Rank": 2, + "Command": "Get-PnPFeature -Scope Site" }, { - "Id": 503, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPFeature", - "Rank": 3 + "Id": 503, + "Rank": 3, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 504, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", "CommandName": "Get-PnPFeature", - "Rank": 4 + "Id": 504, + "Rank": 4, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Id": 505, - "Command": "Get-PnPField", "CommandName": "Get-PnPField", - "Rank": 1 + "Id": 505, + "Rank": 1, + "Command": "Get-PnPField" }, { - "Id": 506, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", "CommandName": "Get-PnPField", - "Rank": 2 + "Id": 506, + "Rank": 2, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Id": 507, - "Command": "Get-PnPField -Group \"Custom Columns\"", "CommandName": "Get-PnPField", - "Rank": 3 + "Id": 507, + "Rank": 3, + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Id": 508, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFile", - "Rank": 1 + "Id": 508, + "Rank": 1, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 509, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFile", - "Rank": 2 + "Id": 509, + "Rank": 2, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 510, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", "CommandName": "Get-PnPFile", - "Rank": 3 + "Id": 510, + "Rank": 3, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "Id": 511, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", "CommandName": "Get-PnPFile", - "Rank": 4 + "Id": 511, + "Rank": 4, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Id": 512, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", "CommandName": "Get-PnPFile", - "Rank": 5 + "Id": 512, + "Rank": 5, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Id": 513, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", "CommandName": "Get-PnPFile", - "Rank": 6 + "Id": 513, + "Rank": 6, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "Id": 514, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", "CommandName": "Get-PnPFile", - "Rank": 7 + "Id": 514, + "Rank": 7, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "Id": 515, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", "CommandName": "Get-PnPFile", - "Rank": 8 + "Id": 515, + "Rank": 8, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Id": 516, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 1 + "Id": 516, + "Rank": 1, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Id": 517, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 2 + "Id": 517, + "Rank": 2, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "Id": 518, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 3 + "Id": 518, + "Rank": 3, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 519, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", "CommandName": "Get-PnPFileCheckedOut", - "Rank": 1 + "Id": 519, + "Rank": 1, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "Id": 520, - "Command": "Get-PnPFileInFolder", "CommandName": "Get-PnPFileInFolder", - "Rank": 1 + "Id": 520, + "Rank": 1, + "Command": "Get-PnPFileInFolder" }, { - "Id": 521, - "Command": "Get-PnPFileInFolder -Recurse", "CommandName": "Get-PnPFileInFolder", - "Rank": 2 + "Id": 521, + "Rank": 2, + "Command": "Get-PnPFileInFolder -Recurse" }, { - "Id": 522, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", "CommandName": "Get-PnPFileInFolder", - "Rank": 3 + "Id": 522, + "Rank": 3, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "Id": 523, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "CommandName": "Get-PnPFileInFolder", - "Rank": 4 + "Id": 523, + "Rank": 4, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Id": 524, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "CommandName": "Get-PnPFileInFolder", - "Rank": 5 + "Id": 524, + "Rank": 5, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Id": 525, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "CommandName": "Get-PnPFileRetentionLabel", - "Rank": 1 + "Id": 525, + "Rank": 1, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Id": 526, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "CommandName": "Get-PnPFileSensitivityLabel", - "Rank": 1 + "Id": 526, + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Id": 527, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Rank": 1 + "Id": 527, + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "Id": 528, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Get-PnPFileSharingLink", - "Rank": 1 + "Id": 528, + "Rank": 1, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 529, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", "CommandName": "Get-PnPFileSharingLink", - "Rank": 2 + "Id": 529, + "Rank": 2, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "Id": 530, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", "CommandName": "Get-PnPFileSharingLink", - "Rank": 3 + "Id": 530, + "Rank": 3, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "Id": 531, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", "CommandName": "Get-PnPFileVersion", - "Rank": 1 + "Id": 531, + "Rank": 1, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Id": 532, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", "CommandName": "Get-PnPFileVersion", - "Rank": 2 + "Id": 532, + "Rank": 2, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "Id": 533, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", "CommandName": "Get-PnPFileVersion", - "Rank": 3 + "Id": 533, + "Rank": 3, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "Id": 534, - "Command": "Get-PnPFlow -AsAdmin", "CommandName": "Get-PnPFlow", - "Rank": 1 + "Id": 534, + "Rank": 1, + "Command": "Get-PnPFlow -AsAdmin" }, { - "Id": 535, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", "CommandName": "Get-PnPFlow", - "Rank": 2 + "Id": 535, + "Rank": 2, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "Id": 536, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPFlow", - "Rank": 3 + "Id": 536, + "Rank": 3, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 537, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "CommandName": "Get-PnPFlowOwner", - "Rank": 1 + "Id": 537, + "Rank": 1, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Id": 538, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "CommandName": "Get-PnPFlowOwner", - "Rank": 2 + "Id": 538, + "Rank": 2, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Id": 539, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPFlowRun", - "Rank": 1 + "Id": 539, + "Rank": 1, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 540, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Get-PnPFlowRun", - "Rank": 2 + "Id": 540, + "Rank": 2, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 541, - "Command": "Get-PnPFolder", "CommandName": "Get-PnPFolder", - "Rank": 1 + "Id": 541, + "Rank": 1, + "Command": "Get-PnPFolder" }, { - "Id": 542, - "Command": "Get-PnPFolder -CurrentWebRootFolder", "CommandName": "Get-PnPFolder", - "Rank": 2 + "Id": 542, + "Rank": 2, + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "Id": 543, - "Command": "Get-PnPFolder -Url \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Rank": 3 + "Id": 543, + "Rank": 3, + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Id": 544, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", "CommandName": "Get-PnPFolder", - "Rank": 4 + "Id": 544, + "Rank": 4, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Id": 545, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Rank": 5 + "Id": 545, + "Rank": 5, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "Id": 546, - "Command": "Get-PnPFolder -List \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Rank": 6 + "Id": 546, + "Rank": 6, + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Id": 547, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", "CommandName": "Get-PnPFolder", - "Rank": 7 + "Id": 547, + "Rank": 7, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "Id": 548, - "Command": "Get-PnPFolderInFolder", "CommandName": "Get-PnPFolderInFolder", - "Rank": 1 + "Id": 548, + "Rank": 1, + "Command": "Get-PnPFolderInFolder" }, { - "Id": 549, - "Command": "Get-PnPFolderInFolder -Recurse", "CommandName": "Get-PnPFolderInFolder", - "Rank": 2 + "Id": 549, + "Rank": 2, + "Command": "Get-PnPFolderInFolder -Recurse" }, { - "Id": 550, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", "CommandName": "Get-PnPFolderInFolder", - "Rank": 3 + "Id": 550, + "Rank": 3, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "Id": 551, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", "CommandName": "Get-PnPFolderInFolder", - "Rank": 4 + "Id": 551, + "Rank": 4, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "Id": 552, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", "CommandName": "Get-PnPFolderInFolder", - "Rank": 5 + "Id": 552, + "Rank": 5, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "Id": 553, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "CommandName": "Get-PnPFolderInFolder", - "Rank": 6 + "Id": 553, + "Rank": 6, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Id": 554, - "Command": "Get-PnPFolderItem", "CommandName": "Get-PnPFolderItem", - "Rank": 1 + "Id": 554, + "Rank": 1, + "Command": "Get-PnPFolderItem" }, { - "Id": 555, - "Command": "Get-PnPFolderItem -Recurse", "CommandName": "Get-PnPFolderItem", - "Rank": 2 + "Id": 555, + "Rank": 2, + "Command": "Get-PnPFolderItem -Recurse" }, { - "Id": 556, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", "CommandName": "Get-PnPFolderItem", - "Rank": 3 + "Id": 556, + "Rank": 3, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "Id": 557, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "CommandName": "Get-PnPFolderItem", - "Rank": 4 + "Id": 557, + "Rank": 4, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Id": 558, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", "CommandName": "Get-PnPFolderItem", - "Rank": 5 + "Id": 558, + "Rank": 5, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Id": 559, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", "CommandName": "Get-PnPFolderItem", - "Rank": 6 + "Id": 559, + "Rank": 6, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Id": 560, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Get-PnPFolderSharingLink", - "Rank": 1 + "Id": 560, + "Rank": 1, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 561, - "Command": "Get-PnPFolderStorageMetric", "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 1 + "Id": 561, + "Rank": 1, + "Command": "Get-PnPFolderStorageMetric" }, { - "Id": 562, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 2 + "Id": 562, + "Rank": 2, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Id": 563, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 3 + "Id": 563, + "Rank": 3, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Id": 564, - "Command": "Get-PnPFooter", "CommandName": "Get-PnPFooter", - "Rank": 1 + "Id": 564, + "Rank": 1, + "Command": "Get-PnPFooter" }, { - "Id": 565, - "Command": "Get-PnPGraphSubscription", "CommandName": "Get-PnPGraphSubscription", - "Rank": 1 + "Id": 565, + "Rank": 1, + "Command": "Get-PnPGraphSubscription" }, { - "Id": 566, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "CommandName": "Get-PnPGraphSubscription", - "Rank": 2 + "Id": 566, + "Rank": 2, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Id": 567, - "Command": "Get-PnPGroup", "CommandName": "Get-PnPGroup", - "Rank": 1 + "Id": 567, + "Rank": 1, + "Command": "Get-PnPGroup" }, { - "Id": 568, - "Command": "Get-PnPGroup -Identity 'My Site Users'", "CommandName": "Get-PnPGroup", - "Rank": 2 + "Id": 568, + "Rank": 2, + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Id": 569, - "Command": "Get-PnPGroup -AssociatedMemberGroup", "CommandName": "Get-PnPGroup", - "Rank": 3 + "Id": 569, + "Rank": 3, + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Id": 570, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", "CommandName": "Get-PnPGroupMember", - "Rank": 1 + "Id": 570, + "Rank": 1, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Id": 571, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", "CommandName": "Get-PnPGroupMember", - "Rank": 2 + "Id": 571, + "Rank": 2, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Id": 572, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", "CommandName": "Get-PnPGroupPermissions", - "Rank": 1 + "Id": 572, + "Rank": 1, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Id": 573, - "Command": "Get-PnPHideDefaultThemes", "CommandName": "Get-PnPHideDefaultThemes", - "Rank": 1 + "Id": 573, + "Rank": 1, + "Command": "Get-PnPHideDefaultThemes" }, { - "Id": 574, - "Command": "Get-PnPHomePage", "CommandName": "Get-PnPHomePage", - "Rank": 1 + "Id": 574, + "Rank": 1, + "Command": "Get-PnPHomePage" }, { - "Id": 575, - "Command": "Get-PnPHomeSite", "CommandName": "Get-PnPHomeSite", - "Rank": 1 + "Id": 575, + "Rank": 1, + "Command": "Get-PnPHomeSite" }, { - "Id": 576, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", "CommandName": "Get-PnPHomeSite", - "Rank": 2 + "Id": 576, + "Rank": 2, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Id": 577, - "Command": "Get-PnPHomeSite -Detailed", "CommandName": "Get-PnPHomeSite", - "Rank": 3 + "Id": 577, + "Rank": 3, + "Command": "Get-PnPHomeSite -Detailed" }, { - "Id": 578, - "Command": "Get-PnPHubSite", "CommandName": "Get-PnPHubSite", - "Rank": 1 + "Id": 578, + "Rank": 1, + "Command": "Get-PnPHubSite" }, { - "Id": 579, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "CommandName": "Get-PnPHubSite", - "Rank": 2 + "Id": 579, + "Rank": 2, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Id": 580, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", "CommandName": "Get-PnPHubSite", - "Rank": 3 + "Id": 580, + "Rank": 3, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Id": 581, - "Command": "Get-PnPHubSiteChild", "CommandName": "Get-PnPHubSiteChild", - "Rank": 1 + "Id": 581, + "Rank": 1, + "Command": "Get-PnPHubSiteChild" }, { - "Id": 582, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "CommandName": "Get-PnPHubSiteChild", - "Rank": 2 + "Id": 582, + "Rank": 2, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Id": 583, - "Command": "Get-PnPInPlaceRecordsManagement", "CommandName": "Get-PnPInPlaceRecordsManagement", - "Rank": 1 + "Id": 583, + "Rank": 1, + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Id": 584, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", "CommandName": "Get-PnPIsSiteAliasAvailable", - "Rank": 1 + "Id": 584, + "Rank": 1, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Id": 585, - "Command": "Get-PnPJavaScriptLink", "CommandName": "Get-PnPJavaScriptLink", - "Rank": 1 + "Id": 585, + "Rank": 1, + "Command": "Get-PnPJavaScriptLink" }, { - "Id": 586, - "Command": "Get-PnPJavaScriptLink -Scope All", "CommandName": "Get-PnPJavaScriptLink", - "Rank": 2 + "Id": 586, + "Rank": 2, + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Id": 587, - "Command": "Get-PnPJavaScriptLink -Scope Web", "CommandName": "Get-PnPJavaScriptLink", - "Rank": 3 + "Id": 587, + "Rank": 3, + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Id": 588, - "Command": "Get-PnPJavaScriptLink -Scope Site", "CommandName": "Get-PnPJavaScriptLink", - "Rank": 4 + "Id": 588, + "Rank": 4, + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Id": 589, - "Command": "Get-PnPJavaScriptLink -Name Test", "CommandName": "Get-PnPJavaScriptLink", - "Rank": 5 + "Id": 589, + "Rank": 5, + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Id": 590, - "Command": "Get-PnPKnowledgeHubSite", "CommandName": "Get-PnPKnowledgeHubSite", - "Rank": 1 + "Id": 590, + "Rank": 1, + "Command": "Get-PnPKnowledgeHubSite" }, { - "Id": 591, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", "CommandName": "Get-PnPLargeListOperationStatus", - "Rank": 1 + "Id": 591, + "Rank": 1, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "Id": 592, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Rank": 1 + "Id": 592, + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "Id": 593, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Rank": 1 + "Id": 593, + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 594, - "Command": "Get-PnPList", "CommandName": "Get-PnPList", - "Rank": 1 + "Id": 594, + "Rank": 1, + "Command": "Get-PnPList" }, { - "Id": 595, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Get-PnPList", - "Rank": 2 + "Id": 595, + "Rank": 2, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 596, - "Command": "Get-PnPList -Identity Lists/Announcements", "CommandName": "Get-PnPList", - "Rank": 3 + "Id": 596, + "Rank": 3, + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Id": 597, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", "CommandName": "Get-PnPList", - "Rank": 4 + "Id": 597, + "Rank": 4, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Id": 598, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", "CommandName": "Get-PnPList", - "Rank": 5 + "Id": 598, + "Rank": 5, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Id": 599, - "Command": "Get-PnPListDesign", "CommandName": "Get-PnPListDesign", - "Rank": 1 + "Id": 599, + "Rank": 1, + "Command": "Get-PnPListDesign" }, { - "Id": 600, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPListDesign", - "Rank": 2 + "Id": 600, + "Rank": 2, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 601, - "Command": "Get-PnPListDesign -Identity ListEvent", "CommandName": "Get-PnPListDesign", - "Rank": 3 + "Id": 601, + "Rank": 3, + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Id": 602, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", "CommandName": "Get-PnPListInformationRightsManagement", - "Rank": 1 + "Id": 602, + "Rank": 1, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Id": 603, - "Command": "Get-PnPListItem -List Tasks", "CommandName": "Get-PnPListItem", - "Rank": 1 + "Id": 603, + "Rank": 1, + "Command": "Get-PnPListItem -List Tasks" }, { - "Id": 604, - "Command": "Get-PnPListItem -List Tasks -Id 1", "CommandName": "Get-PnPListItem", - "Rank": 2 + "Id": 604, + "Rank": 2, + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Id": 605, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", "CommandName": "Get-PnPListItem", - "Rank": 3 + "Id": 605, + "Rank": 3, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Id": 606, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", "CommandName": "Get-PnPListItem", - "Rank": 4 + "Id": 606, + "Rank": 4, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Id": 607, - "Command": "Get-PnPListItem -List Tasks -Query \"\"", "CommandName": "Get-PnPListItem", - "Rank": 5 + "Id": 607, + "Rank": 5, + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Id": 608, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", "CommandName": "Get-PnPListItem", - "Rank": 6 + "Id": 608, + "Rank": 6, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "Id": 609, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", "CommandName": "Get-PnPListItem", - "Rank": 7 + "Id": 609, + "Rank": 7, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "Id": 610, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", "CommandName": "Get-PnPListItem", - "Rank": 8 + "Id": 610, + "Rank": 8, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Id": 611, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", "CommandName": "Get-PnPListItem", - "Rank": 9 + "Id": 611, + "Rank": 9, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Id": 612, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", "CommandName": "Get-PnPListItemAttachment", - "Rank": 1 + "Id": 612, + "Rank": 1, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "Id": 613, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", "CommandName": "Get-PnPListItemAttachment", - "Rank": 2 + "Id": 613, + "Rank": 2, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "Id": 614, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", "CommandName": "Get-PnPListItemComment", - "Rank": 1 + "Id": 614, + "Rank": 1, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Id": 615, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", "CommandName": "Get-PnPListItemPermission", - "Rank": 1 + "Id": 615, + "Rank": 1, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Id": 616, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", "CommandName": "Get-PnPListItemVersion", - "Rank": 1 + "Id": 616, + "Rank": 1, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "Id": 617, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", "CommandName": "Get-PnPListPermissions", - "Rank": 1 + "Id": 617, + "Rank": 1, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Id": 618, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "CommandName": "Get-PnPListPermissions", - "Rank": 2 + "Id": 618, + "Rank": 2, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Id": 619, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", "CommandName": "Get-PnPListRecordDeclaration", - "Rank": 1 + "Id": 619, + "Rank": 1, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Id": 620, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", "CommandName": "Get-PnPManagedAppId", - "Rank": 1 + "Id": 620, + "Rank": 1, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "Id": 621, - "Command": "Get-PnPMasterPage", "CommandName": "Get-PnPMasterPage", - "Rank": 1 + "Id": 621, + "Rank": 1, + "Command": "Get-PnPMasterPage" }, { - "Id": 622, - "Command": "Get-PnPMessageCenterAnnouncement", "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 1 + "Id": 622, + "Rank": 1, + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Id": 623, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 2 + "Id": 623, + "Rank": 2, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Id": 624, - "Command": "Get-PnPMicrosoft365ExpiringGroup", "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 1 + "Id": 624, + "Rank": 1, + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Id": 625, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 2 + "Id": 625, + "Rank": 2, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Id": 626, - "Command": "Get-PnPMicrosoft365Group", "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 1 + "Id": 626, + "Rank": 1, + "Command": "Get-PnPMicrosoft365Group" }, { - "Id": 627, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 2 + "Id": 627, + "Rank": 2, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Id": 628, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 3 + "Id": 628, + "Rank": 3, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Id": 629, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 4 + "Id": 629, + "Rank": 4, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Id": 630, - "Command": "Get-PnPMicrosoft365Group -Identity $group", "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 5 + "Id": 630, + "Rank": 5, + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Id": 631, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 6 + "Id": 631, + "Rank": 6, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Id": 632, - "Command": "Get-PnPMicrosoft365GroupEndpoint", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 1 + "Id": 632, + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Id": 633, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 2 + "Id": 633, + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Id": 634, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 3 + "Id": 634, + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 635, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 635, + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Id": 636, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 2 + "Id": 636, + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Id": 637, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 3 + "Id": 637, + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Id": 638, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 638, + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Id": 639, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 2 + "Id": 639, + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Id": 640, - "Command": "Get-PnPMicrosoft365GroupSettings", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 640, + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Id": 641, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 641, + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Id": 642, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 3 + "Id": 642, + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "Id": 643, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 4 + "Id": 643, + "Rank": 4, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "Id": 644, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 1 + "Id": 644, + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Id": 645, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 2 + "Id": 645, + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Id": 646, - "Command": "Get-PnPMicrosoft365GroupTeam", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 1 + "Id": 646, + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Id": 647, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 2 + "Id": 647, + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Id": 648, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 3 + "Id": 648, + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 649, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 1 + "Id": 649, + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Id": 650, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 2 + "Id": 650, + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Id": 651, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 3 + "Id": 651, + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Id": 652, - "Command": "Get-PnPMicrosoft365Roadmap", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 1 + "Id": 652, + "Rank": 1, + "Command": "Get-PnPMicrosoft365Roadmap" }, { - "Id": 653, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 2 + "Id": 653, + "Rank": 2, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "Id": 654, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 3 + "Id": 654, + "Rank": 3, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "Id": 655, - "Command": "Get-PnPNavigationNode", "CommandName": "Get-PnPNavigationNode", - "Rank": 1 + "Id": 655, + "Rank": 1, + "Command": "Get-PnPNavigationNode" }, { - "Id": 656, - "Command": "Get-PnPNavigationNode -Location QuickLaunch", "CommandName": "Get-PnPNavigationNode", - "Rank": 2 + "Id": 656, + "Rank": 2, + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Id": 657, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", "CommandName": "Get-PnPNavigationNode", - "Rank": 3 + "Id": 657, + "Rank": 3, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Id": 658, - "Command": "Get-PnPOrgAssetsLibrary", "CommandName": "Get-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 658, + "Rank": 1, + "Command": "Get-PnPOrgAssetsLibrary" }, { - "Id": 659, - "Command": "Get-PnPOrgNewsSite", "CommandName": "Get-PnPOrgNewsSite", - "Rank": 1 + "Id": 659, + "Rank": 1, + "Command": "Get-PnPOrgNewsSite" }, { - "Id": 660, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", "CommandName": "Get-PnPPage", - "Rank": 1 + "Id": 660, + "Rank": 1, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Id": 661, - "Command": "Get-PnPPage \"MyPage\"", "CommandName": "Get-PnPPage", - "Rank": 2 + "Id": 661, + "Rank": 2, + "Command": "Get-PnPPage \"MyPage\"" }, { - "Id": 662, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", "CommandName": "Get-PnPPage", - "Rank": 3 + "Id": 662, + "Rank": 3, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Id": 663, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "CommandName": "Get-PnPPage", - "Rank": 4 + "Id": 663, + "Rank": 4, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Id": 664, - "Command": "Get-PnPPage", "CommandName": "Get-PnPPage", - "Rank": 5 + "Id": 664, + "Rank": 5, + "Command": "Get-PnPPage" }, { - "Id": 665, - "Command": "Get-PnPPageComponent -Page Home", "CommandName": "Get-PnPPageComponent", - "Rank": 1 + "Id": 665, + "Rank": 1, + "Command": "Get-PnPPageComponent -Page Home" }, { - "Id": 666, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPPageComponent", - "Rank": 2 + "Id": 666, + "Rank": 2, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 667, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", "CommandName": "Get-PnPPageComponent", - "Rank": 3 + "Id": 667, + "Rank": 3, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Id": 668, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", "CommandName": "Get-PnPPageCopyProgress", - "Rank": 1 + "Id": 668, + "Rank": 1, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "Id": 669, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 1 + "Id": 669, + "Rank": 1, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "Id": 670, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 2 + "Id": 670, + "Rank": 2, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "Id": 671, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 3 + "Id": 671, + "Rank": 3, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Id": 672, - "Command": "Get-PnPPageSchedulingEnabled", "CommandName": "Get-PnPPageSchedulingEnabled", - "Rank": 1 + "Id": 672, + "Rank": 1, + "Command": "Get-PnPPageSchedulingEnabled" }, { - "Id": 673, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", "CommandName": "Get-PnPPlannerBucket", - "Rank": 1 + "Id": 673, + "Rank": 1, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Id": 674, - "Command": "Get-PnPPlannerConfiguration", "CommandName": "Get-PnPPlannerConfiguration", - "Rank": 1 + "Id": 674, + "Rank": 1, + "Command": "Get-PnPPlannerConfiguration" }, { - "Id": 675, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", "CommandName": "Get-PnPPlannerPlan", - "Rank": 1 + "Id": 675, + "Rank": 1, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Id": 676, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", "CommandName": "Get-PnPPlannerPlan", - "Rank": 2 + "Id": 676, + "Rank": 2, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Id": 677, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", "CommandName": "Get-PnPPlannerPlan", - "Rank": 3 + "Id": 677, + "Rank": 3, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Id": 678, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "CommandName": "Get-PnPPlannerRosterMember", - "Rank": 1 + "Id": 678, + "Rank": 1, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Id": 679, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 1 + "Id": 679, + "Rank": 1, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Id": 680, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 2 + "Id": 680, + "Rank": 2, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 681, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", "CommandName": "Get-PnPPlannerTask", - "Rank": 1 + "Id": 681, + "Rank": 1, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Id": 682, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "CommandName": "Get-PnPPlannerTask", - "Rank": 2 + "Id": 682, + "Rank": 2, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Id": 683, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "CommandName": "Get-PnPPlannerTask", - "Rank": 3 + "Id": 683, + "Rank": 3, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Id": 684, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPPlannerUserPolicy", - "Rank": 1 + "Id": 684, + "Rank": 1, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 685, - "Command": "Get-PnPPowerApp", "CommandName": "Get-PnPPowerApp", - "Rank": 1 + "Id": 685, + "Rank": 1, + "Command": "Get-PnPPowerApp" }, { - "Id": 686, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPPowerApp", - "Rank": 2 + "Id": 686, + "Rank": 2, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 687, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Rank": 1 + "Id": 687, + "Rank": 1, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Id": 688, - "Command": "Get-PnPPowerPlatformEnvironment", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 1 + "Id": 688, + "Rank": 1, + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Id": 689, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 2 + "Id": 689, + "Rank": 2, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Id": 690, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 3 + "Id": 690, + "Rank": 3, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Id": 691, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 1 + "Id": 691, + "Rank": 1, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Id": 692, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 2 + "Id": 692, + "Rank": 2, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "Id": 693, - "Command": "Get-PnPPowerShellTelemetryEnabled", "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Rank": 1 + "Id": 693, + "Rank": 1, + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Id": 694, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 1 + "Id": 694, + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Id": 695, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 2 + "Id": 695, + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Id": 696, - "Command": "Get-PnPPriviledgedIdentityManagementRole", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 1 + "Id": 696, + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Id": 697, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 2 + "Id": 697, + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "Id": 698, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 3 + "Id": 698, + "Rank": 3, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Id": 699, - "Command": "Get-PnPProfileCardProperty", "CommandName": "Get-PnPProfileCardProperty", - "Rank": 1 + "Id": 699, + "Rank": 1, + "Command": "Get-PnPProfileCardProperty" }, { - "Id": 700, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", "CommandName": "Get-PnPProfileCardProperty", - "Rank": 2 + "Id": 700, + "Rank": 2, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "Id": 701, - "Command": "Get-PnPPropertyBag", "CommandName": "Get-PnPPropertyBag", - "Rank": 1 + "Id": 701, + "Rank": 1, + "Command": "Get-PnPPropertyBag" }, { - "Id": 702, - "Command": "Get-PnPPropertyBag -Key MyKey", "CommandName": "Get-PnPPropertyBag", - "Rank": 2 + "Id": 702, + "Rank": 2, + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Id": 703, - "Command": "Get-PnPPropertyBag -Folder /MyFolder", "CommandName": "Get-PnPPropertyBag", - "Rank": 3 + "Id": 703, + "Rank": 3, + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Id": 704, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", "CommandName": "Get-PnPPropertyBag", - "Rank": 4 + "Id": 704, + "Rank": 4, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Id": 705, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", "CommandName": "Get-PnPPropertyBag", - "Rank": 5 + "Id": 705, + "Rank": 5, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Id": 706, - "Command": "Get-PnPPublishingImageRendition", "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 1 + "Id": 706, + "Rank": 1, + "Command": "Get-PnPPublishingImageRendition" }, { - "Id": 707, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 2 + "Id": 707, + "Rank": 2, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Id": 708, - "Command": "Get-PnPPublishingImageRendition -Identity 2", "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 3 + "Id": 708, + "Rank": 3, + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Id": 709, - "Command": "Get-PnPRecycleBinItem", "CommandName": "Get-PnPRecycleBinItem", - "Rank": 1 + "Id": 709, + "Rank": 1, + "Command": "Get-PnPRecycleBinItem" }, { - "Id": 710, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", "CommandName": "Get-PnPRecycleBinItem", - "Rank": 2 + "Id": 710, + "Rank": 2, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Id": 711, - "Command": "Get-PnPRecycleBinItem -FirstStage", "CommandName": "Get-PnPRecycleBinItem", - "Rank": 3 + "Id": 711, + "Rank": 3, + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Id": 712, - "Command": "Get-PnPRecycleBinItem -SecondStage", "CommandName": "Get-PnPRecycleBinItem", - "Rank": 4 + "Id": 712, + "Rank": 4, + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Id": 713, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", "CommandName": "Get-PnPRecycleBinItem", - "Rank": 5 + "Id": 713, + "Rank": 5, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Id": 714, - "Command": "Get-PnPRequestAccessEmails", "CommandName": "Get-PnPRequestAccessEmails", - "Rank": 1 + "Id": 714, + "Rank": 1, + "Command": "Get-PnPRequestAccessEmails" }, { - "Id": 715, - "Command": "Get-PnPRetentionLabel", "CommandName": "Get-PnPRetentionLabel", - "Rank": 1 + "Id": 715, + "Rank": 1, + "Command": "Get-PnPRetentionLabel" }, { - "Id": 716, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", "CommandName": "Get-PnPRetentionLabel", - "Rank": 2 + "Id": 716, + "Rank": 2, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "Id": 717, - "Command": "Get-PnPRoleDefinition", "CommandName": "Get-PnPRoleDefinition", - "Rank": 1 + "Id": 717, + "Rank": 1, + "Command": "Get-PnPRoleDefinition" }, { - "Id": 718, - "Command": "Get-PnPRoleDefinition -Identity Read", "CommandName": "Get-PnPRoleDefinition", - "Rank": 2 + "Id": 718, + "Rank": 2, + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Id": 719, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", "CommandName": "Get-PnPRoleDefinition", - "Rank": 3 + "Id": 719, + "Rank": 3, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Id": 720, - "Command": "Get-PnPSearchConfiguration", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 1 + "Id": 720, + "Rank": 1, + "Command": "Get-PnPSearchConfiguration" }, { - "Id": 721, - "Command": "Get-PnPSearchConfiguration -Scope Site", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 2 + "Id": 721, + "Rank": 2, + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Id": 722, - "Command": "Get-PnPSearchConfiguration -Scope Subscription", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 3 + "Id": 722, + "Rank": 3, + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Id": 723, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 4 + "Id": 723, + "Rank": 4, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 724, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 5 + "Id": 724, + "Rank": 5, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Id": 725, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 6 + "Id": 725, + "Rank": 6, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Id": 726, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 7 + "Id": 726, + "Rank": 7, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Id": 727, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", "CommandName": "Get-PnPSearchConfiguration", - "Rank": 8 + "Id": 727, + "Rank": 8, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Id": 728, - "Command": "Get-PnPSearchCrawlLog", "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 1 + "Id": 728, + "Rank": 1, + "Command": "Get-PnPSearchCrawlLog" }, { - "Id": 729, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 2 + "Id": 729, + "Rank": 2, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Id": 730, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 3 + "Id": 730, + "Rank": 3, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Id": 731, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 4 + "Id": 731, + "Rank": 4, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Id": 732, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 5 + "Id": 732, + "Rank": 5, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Id": 733, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 6 + "Id": 733, + "Rank": 6, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Id": 734, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 7 + "Id": 734, + "Rank": 7, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Id": 735, - "Command": "Get-PnPSearchExternalConnection", "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 1 + "Id": 735, + "Rank": 1, + "Command": "Get-PnPSearchExternalConnection" }, { - "Id": 736, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 2 + "Id": 736, + "Rank": 2, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Id": 737, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "CommandName": "Get-PnPSearchExternalItem", - "Rank": 1 + "Id": 737, + "Rank": 1, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Id": 738, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalItem", - "Rank": 2 + "Id": 738, + "Rank": 2, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "Id": 739, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalSchema", - "Rank": 1 + "Id": 739, + "Rank": 1, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "Id": 740, - "Command": "Get-PnPSearchSettings", "CommandName": "Get-PnPSearchSettings", - "Rank": 1 + "Id": 740, + "Rank": 1, + "Command": "Get-PnPSearchSettings" }, { - "Id": 741, - "Command": "Get-PnPServiceCurrentHealth", "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 1 + "Id": 741, + "Rank": 1, + "Command": "Get-PnPServiceCurrentHealth" }, { - "Id": 742, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 2 + "Id": 742, + "Rank": 2, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Id": 743, - "Command": "Get-PnPServiceHealthIssue", "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 1 + "Id": 743, + "Rank": 1, + "Command": "Get-PnPServiceHealthIssue" }, { - "Id": 744, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 2 + "Id": 744, + "Rank": 2, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Id": 745, - "Command": "Get-PnPSharePointAddIn", "CommandName": "Get-PnPSharePointAddIn", - "Rank": 1 + "Id": 745, + "Rank": 1, + "Command": "Get-PnPSharePointAddIn" }, { - "Id": 746, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", "CommandName": "Get-PnPSharePointAddIn", - "Rank": 2 + "Id": 746, + "Rank": 2, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Id": 747, - "Command": "Get-PnPSharingForNonOwnersOfSite", "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Rank": 1 + "Id": 747, + "Rank": 1, + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Id": 748, - "Command": "Get-PnPSite", "CommandName": "Get-PnPSite", - "Rank": 1 + "Id": 748, + "Rank": 1, + "Command": "Get-PnPSite" }, { - "Id": 749, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", "CommandName": "Get-PnPSite", - "Rank": 2 + "Id": 749, + "Rank": 2, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Id": 750, - "Command": "Get-PnPSiteAnalyticsData -All", "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 1 + "Id": 750, + "Rank": 1, + "Command": "Get-PnPSiteAnalyticsData -All" }, { - "Id": 751, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 2 + "Id": 751, + "Rank": 2, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "Id": 752, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 3 + "Id": 752, + "Rank": 3, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 753, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 4 + "Id": 753, + "Rank": 4, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Id": 754, - "Command": "Get-PnPSiteClosure", "CommandName": "Get-PnPSiteClosure", - "Rank": 1 + "Id": 754, + "Rank": 1, + "Command": "Get-PnPSiteClosure" }, { - "Id": 755, - "Command": "Get-PnPSiteCollectionAdmin", "CommandName": "Get-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 755, + "Rank": 1, + "Command": "Get-PnPSiteCollectionAdmin" }, { - "Id": 756, - "Command": "Get-PnPSiteCollectionAppCatalog", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 756, + "Rank": 1, + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Id": 757, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 2 + "Id": 757, + "Rank": 2, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Id": 758, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 3 + "Id": 758, + "Rank": 3, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Id": 759, - "Command": "Get-PnPSiteCollectionTermStore", "CommandName": "Get-PnPSiteCollectionTermStore", - "Rank": 1 + "Id": 759, + "Rank": 1, + "Command": "Get-PnPSiteCollectionTermStore" }, { - "Id": 760, - "Command": "Get-PnPSiteDesign", "CommandName": "Get-PnPSiteDesign", - "Rank": 1 + "Id": 760, + "Rank": 1, + "Command": "Get-PnPSiteDesign" }, { - "Id": 761, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteDesign", - "Rank": 2 + "Id": 761, + "Rank": 2, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 762, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteDesignRights", - "Rank": 1 + "Id": 762, + "Rank": 1, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 763, - "Command": "Get-PnPSiteDesignRun", "CommandName": "Get-PnPSiteDesignRun", - "Rank": 1 + "Id": 763, + "Rank": 1, + "Command": "Get-PnPSiteDesignRun" }, { - "Id": 764, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", "CommandName": "Get-PnPSiteDesignRun", - "Rank": 2 + "Id": 764, + "Rank": 2, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Id": 765, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", "CommandName": "Get-PnPSiteDesignTask", - "Rank": 1 + "Id": 765, + "Rank": 1, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Id": 766, - "Command": "Get-PnPSiteDesignTask", "CommandName": "Get-PnPSiteDesignTask", - "Rank": 2 + "Id": 766, + "Rank": 2, + "Command": "Get-PnPSiteDesignTask" }, { - "Id": 767, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "CommandName": "Get-PnPSiteDesignTask", - "Rank": 3 + "Id": 767, + "Rank": 3, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Id": 768, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Rank": 1 + "Id": 768, + "Rank": 1, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Id": 769, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Rank": 1 + "Id": 769, + "Rank": 1, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 770, - "Command": "Get-PnPSiteGroup", "CommandName": "Get-PnPSiteGroup", - "Rank": 1 + "Id": 770, + "Rank": 1, + "Command": "Get-PnPSiteGroup" }, { - "Id": 771, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", "CommandName": "Get-PnPSiteGroup", - "Rank": 2 + "Id": 771, + "Rank": 2, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Id": 772, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", "CommandName": "Get-PnPSiteGroup", - "Rank": 3 + "Id": 772, + "Rank": 3, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Id": 773, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", "CommandName": "Get-PnPSiteGroup", - "Rank": 4 + "Id": 773, + "Rank": 4, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Id": 774, - "Command": "Get-PnPSitePolicy", "CommandName": "Get-PnPSitePolicy", - "Rank": 1 + "Id": 774, + "Rank": 1, + "Command": "Get-PnPSitePolicy" }, { - "Id": 775, - "Command": "Get-PnPSitePolicy -AllAvailable", "CommandName": "Get-PnPSitePolicy", - "Rank": 2 + "Id": 775, + "Rank": 2, + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Id": 776, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", "CommandName": "Get-PnPSitePolicy", - "Rank": 3 + "Id": 776, + "Rank": 3, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Id": 777, - "Command": "Get-PnPSiteScript", "CommandName": "Get-PnPSiteScript", - "Rank": 1 + "Id": 777, + "Rank": 1, + "Command": "Get-PnPSiteScript" }, { - "Id": 778, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteScript", - "Rank": 2 + "Id": 778, + "Rank": 2, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 779, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 1 + "Id": 779, + "Rank": 1, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Id": 780, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 2 + "Id": 780, + "Rank": 2, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "Id": 781, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 3 + "Id": 781, + "Rank": 3, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Id": 782, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 1 + "Id": 782, + "Rank": 1, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Id": 783, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 2 + "Id": 783, + "Rank": 2, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "Id": 784, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 3 + "Id": 784, + "Rank": 3, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "Id": 785, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 4 + "Id": 785, + "Rank": 4, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Id": 786, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 5 + "Id": 786, + "Rank": 5, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Id": 787, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 6 + "Id": 787, + "Rank": 6, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Id": 788, - "Command": "Get-PnPSiteSearchQueryResults", "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 1 + "Id": 788, + "Rank": 1, + "Command": "Get-PnPSiteSearchQueryResults" }, { - "Id": 789, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 2 + "Id": 789, + "Rank": 2, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Id": 790, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 3 + "Id": 790, + "Rank": 3, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Id": 791, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 4 + "Id": 791, + "Rank": 4, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Id": 792, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 5 + "Id": 792, + "Rank": 5, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Id": 793, - "Command": "Get-PnPSiteSearchQueryResults -All", "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 6 + "Id": 793, + "Rank": 6, + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Id": 794, - "Command": "Get-PnPSiteSensitivityLabel", "CommandName": "Get-PnPSiteSensitivityLabel", - "Rank": 1 + "Id": 794, + "Rank": 1, + "Command": "Get-PnPSiteSensitivityLabel" }, { - "Id": 795, - "Command": "Get-PnPSiteTemplate -Out template.pnp", "CommandName": "Get-PnPSiteTemplate", - "Rank": 1 + "Id": 795, + "Rank": 1, + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Id": 796, - "Command": "Get-PnPSiteTemplate -Out template.xml", "CommandName": "Get-PnPSiteTemplate", - "Rank": 2 + "Id": 796, + "Rank": 2, + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Id": 797, - "Command": "Get-PnPSiteTemplate -Out template.md", "CommandName": "Get-PnPSiteTemplate", - "Rank": 3 + "Id": 797, + "Rank": 3, + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Id": 798, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", "CommandName": "Get-PnPSiteTemplate", - "Rank": 4 + "Id": 798, + "Rank": 4, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Id": 799, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", "CommandName": "Get-PnPSiteTemplate", - "Rank": 5 + "Id": 799, + "Rank": 5, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Id": 800, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", "CommandName": "Get-PnPSiteTemplate", - "Rank": 6 + "Id": 800, + "Rank": 6, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Id": 801, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", "CommandName": "Get-PnPSiteTemplate", - "Rank": 7 + "Id": 801, + "Rank": 7, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Id": 802, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", "CommandName": "Get-PnPSiteTemplate", - "Rank": 8 + "Id": 802, + "Rank": 8, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Id": 803, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", "CommandName": "Get-PnPSiteTemplate", - "Rank": 9 + "Id": 803, + "Rank": 9, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Id": 804, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", "CommandName": "Get-PnPSiteTemplate", - "Rank": 10 + "Id": 804, + "Rank": 10, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Id": 805, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", "CommandName": "Get-PnPSiteTemplate", - "Rank": 11 + "Id": 805, + "Rank": 11, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Id": 806, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", "CommandName": "Get-PnPSiteTemplate", - "Rank": 12 + "Id": 806, + "Rank": 12, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "Id": 807, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", "CommandName": "Get-PnPSiteTemplate", - "Rank": 13 + "Id": 807, + "Rank": 13, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "Id": 808, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", "CommandName": "Get-PnPSiteTemplate", - "Rank": 14 + "Id": 808, + "Rank": 14, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "Id": 809, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "CommandName": "Get-PnPSiteUserInvitations", - "Rank": 1 + "Id": 809, + "Rank": 1, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Id": 810, - "Command": "Get-PnPSiteVersionPolicy", "CommandName": "Get-PnPSiteVersionPolicy", - "Rank": 1 + "Id": 810, + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicy" }, { - "Id": 811, - "Command": "Get-PnPSiteVersionPolicyStatus", "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Rank": 1 + "Id": 811, + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "Id": 812, - "Command": "Get-PnPStorageEntity", "CommandName": "Get-PnPStorageEntity", - "Rank": 1 + "Id": 812, + "Rank": 1, + "Command": "Get-PnPStorageEntity" }, { - "Id": 813, - "Command": "Get-PnPStorageEntity -Key MyKey", "CommandName": "Get-PnPStorageEntity", - "Rank": 2 + "Id": 813, + "Rank": 2, + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Id": 814, - "Command": "Get-PnPStorageEntity -Scope Site", "CommandName": "Get-PnPStorageEntity", - "Rank": 3 + "Id": 814, + "Rank": 3, + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Id": 815, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", "CommandName": "Get-PnPStorageEntity", - "Rank": 4 + "Id": 815, + "Rank": 4, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Id": 816, - "Command": "Get-PnPStoredCredential -Name O365", "CommandName": "Get-PnPStoredCredential", - "Rank": 1 + "Id": 816, + "Rank": 1, + "Command": "Get-PnPStoredCredential -Name O365" }, { - "Id": 817, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Rank": 1 + "Id": 817, + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 818, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Rank": 1 + "Id": 818, + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 819, - "Command": "Get-PnPSubWeb", "CommandName": "Get-PnPSubWeb", - "Rank": 1 + "Id": 819, + "Rank": 1, + "Command": "Get-PnPSubWeb" }, { - "Id": 820, - "Command": "Get-PnPSubWeb -Recurse", "CommandName": "Get-PnPSubWeb", - "Rank": 2 + "Id": 820, + "Rank": 2, + "Command": "Get-PnPSubWeb -Recurse" }, { - "Id": 821, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", "CommandName": "Get-PnPSubWeb", - "Rank": 3 + "Id": 821, + "Rank": 3, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Id": 822, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", "CommandName": "Get-PnPSubWeb", - "Rank": 4 + "Id": 822, + "Rank": 4, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Id": 823, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", "CommandName": "Get-PnPSubWeb", - "Rank": 5 + "Id": 823, + "Rank": 5, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Id": 824, - "Command": "Get-PnPSyntexModel", "CommandName": "Get-PnPSyntexModel", - "Rank": 1 + "Id": 824, + "Rank": 1, + "Command": "Get-PnPSyntexModel" }, { - "Id": 825, - "Command": "Get-PnPSyntexModel -Identity 1", "CommandName": "Get-PnPSyntexModel", - "Rank": 2 + "Id": 825, + "Rank": 2, + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Id": 826, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", "CommandName": "Get-PnPSyntexModel", - "Rank": 3 + "Id": 826, + "Rank": 3, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Id": 827, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", "CommandName": "Get-PnPSyntexModelPublication", - "Rank": 1 + "Id": 827, + "Rank": 1, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Id": 828, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", "CommandName": "Get-PnPTaxonomyItem", - "Rank": 1 + "Id": 828, + "Rank": 1, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Id": 829, - "Command": "Get-PnPTeamsApp", "CommandName": "Get-PnPTeamsApp", - "Rank": 1 + "Id": 829, + "Rank": 1, + "Command": "Get-PnPTeamsApp" }, { - "Id": 830, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", "CommandName": "Get-PnPTeamsApp", - "Rank": 2 + "Id": 830, + "Rank": 2, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Id": 831, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", "CommandName": "Get-PnPTeamsApp", - "Rank": 3 + "Id": 831, + "Rank": 3, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Id": 832, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", "CommandName": "Get-PnPTeamsChannel", - "Rank": 1 + "Id": 832, + "Rank": 1, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Id": 833, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", "CommandName": "Get-PnPTeamsChannel", - "Rank": 2 + "Id": 833, + "Rank": 2, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "Id": 834, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "CommandName": "Get-PnPTeamsChannel", - "Rank": 3 + "Id": 834, + "Rank": 3, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Id": 835, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", "CommandName": "Get-PnPTeamsChannel", - "Rank": 4 + "Id": 835, + "Rank": 4, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "Id": 836, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 1 + "Id": 836, + "Rank": 1, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Id": 837, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 2 + "Id": 837, + "Rank": 2, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Id": 838, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 1 + "Id": 838, + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Id": 839, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 2 + "Id": 839, + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Id": 840, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 1 + "Id": 840, + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Id": 841, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 2 + "Id": 841, + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Id": 842, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 1 + "Id": 842, + "Rank": 1, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Id": 843, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 2 + "Id": 843, + "Rank": 2, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "Id": 844, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 3 + "Id": 844, + "Rank": 3, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "Id": 845, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 4 + "Id": 845, + "Rank": 4, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 846, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 1 + "Id": 846, + "Rank": 1, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Id": 847, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 2 + "Id": 847, + "Rank": 2, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Id": 848, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", "CommandName": "Get-PnPTeamsTab", - "Rank": 1 + "Id": 848, + "Rank": 1, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "Id": 849, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", "CommandName": "Get-PnPTeamsTab", - "Rank": 2 + "Id": 849, + "Rank": 2, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "Id": 850, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", "CommandName": "Get-PnPTeamsTab", - "Rank": 3 + "Id": 850, + "Rank": 3, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "Id": 851, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsTab", - "Rank": 4 + "Id": 851, + "Rank": 4, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Id": 852, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", "CommandName": "Get-PnPTeamsTab", - "Rank": 5 + "Id": 852, + "Rank": 5, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Id": 853, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "CommandName": "Get-PnPTeamsTag", - "Rank": 1 + "Id": 853, + "Rank": 1, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Id": 854, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "CommandName": "Get-PnPTeamsTag", - "Rank": 2 + "Id": 854, + "Rank": 2, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Id": 855, - "Command": "Get-PnPTeamsTeam", "CommandName": "Get-PnPTeamsTeam", - "Rank": 1 + "Id": 855, + "Rank": 1, + "Command": "Get-PnPTeamsTeam" }, { - "Id": 856, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", "CommandName": "Get-PnPTeamsTeam", - "Rank": 2 + "Id": 856, + "Rank": 2, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Id": 857, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", "CommandName": "Get-PnPTeamsTeam", - "Rank": 3 + "Id": 857, + "Rank": 3, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Id": 858, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", "CommandName": "Get-PnPTeamsTeam", - "Rank": 4 + "Id": 858, + "Rank": 4, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Id": 859, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPTeamsTeam", - "Rank": 5 + "Id": 859, + "Rank": 5, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Id": 860, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", "CommandName": "Get-PnPTeamsTeam", - "Rank": 6 + "Id": 860, + "Rank": 6, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "Id": 861, - "Command": "Get-PnPTeamsUser -Team MyTeam", "CommandName": "Get-PnPTeamsUser", - "Rank": 1 + "Id": 861, + "Rank": 1, + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Id": 862, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", "CommandName": "Get-PnPTeamsUser", - "Rank": 2 + "Id": 862, + "Rank": 2, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Id": 863, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", "CommandName": "Get-PnPTeamsUser", - "Rank": 3 + "Id": 863, + "Rank": 3, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Id": 864, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", "CommandName": "Get-PnPTeamsUser", - "Rank": 4 + "Id": 864, + "Rank": 4, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Id": 865, - "Command": "Get-PnPTemporarilyDisableAppBar", "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Rank": 1 + "Id": 865, + "Rank": 1, + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Id": 866, - "Command": "Get-PnPTenant", "CommandName": "Get-PnPTenant", - "Rank": 1 + "Id": 866, + "Rank": 1, + "Command": "Get-PnPTenant" }, { - "Id": 867, - "Command": "Get-PnPTenantAppCatalogUrl", "CommandName": "Get-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 867, + "Rank": 1, + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Id": 868, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", "CommandName": "Get-PnPTenantCdnEnabled", - "Rank": 1 + "Id": 868, + "Rank": 1, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Id": 869, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", "CommandName": "Get-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 869, + "Rank": 1, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Id": 870, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", "CommandName": "Get-PnPTenantCdnPolicies", - "Rank": 1 + "Id": 870, + "Rank": 1, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Id": 871, - "Command": "Get-PnPTenantDeletedSite", "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 1 + "Id": 871, + "Rank": 1, + "Command": "Get-PnPTenantDeletedSite" }, { - "Id": 872, - "Command": "Get-PnPTenantDeletedSite -Detailed", "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 2 + "Id": 872, + "Rank": 2, + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "Id": 873, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 3 + "Id": 873, + "Rank": 3, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 874, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 4 + "Id": 874, + "Rank": 4, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Id": 875, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 5 + "Id": 875, + "Rank": 5, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Id": 876, - "Command": "Get-PnPTenantId", "CommandName": "Get-PnPTenantId", - "Rank": 1 + "Id": 876, + "Rank": 1, + "Command": "Get-PnPTenantId" }, { - "Id": 877, - "Command": "Get-PnPTenantId contoso", "CommandName": "Get-PnPTenantId", - "Rank": 2 + "Id": 877, + "Rank": 2, + "Command": "Get-PnPTenantId contoso" }, { - "Id": 878, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", "CommandName": "Get-PnPTenantId", - "Rank": 3 + "Id": 878, + "Rank": 3, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Id": 879, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", "CommandName": "Get-PnPTenantId", - "Rank": 4 + "Id": 879, + "Rank": 4, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Id": 880, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", "CommandName": "Get-PnPTenantInfo", - "Rank": 1 + "Id": 880, + "Rank": 1, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "Id": 881, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", "CommandName": "Get-PnPTenantInfo", - "Rank": 2 + "Id": 881, + "Rank": 2, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "Id": 882, - "Command": "Get-PnPTenantInfo", "CommandName": "Get-PnPTenantInfo", - "Rank": 3 + "Id": 882, + "Rank": 3, + "Command": "Get-PnPTenantInfo" }, { - "Id": 883, - "Command": "Get-PnPTenantInfo -CurrentTenant", "CommandName": "Get-PnPTenantInfo", - "Rank": 4 + "Id": 883, + "Rank": 4, + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "Id": 884, - "Command": "Get-PnPTenantInstance", "CommandName": "Get-PnPTenantInstance", - "Rank": 1 + "Id": 884, + "Rank": 1, + "Command": "Get-PnPTenantInstance" }, { - "Id": 885, - "Command": "Get-PnPTenantInternalSetting", "CommandName": "Get-PnPTenantInternalSetting", - "Rank": 1 + "Id": 885, + "Rank": 1, + "Command": "Get-PnPTenantInternalSetting" }, { - "Id": 886, - "Command": "Get-PnPTenantPronounsSetting", "CommandName": "Get-PnPTenantPronounsSetting", - "Rank": 1 + "Id": 886, + "Rank": 1, + "Command": "Get-PnPTenantPronounsSetting" }, { - "Id": 887, - "Command": "Get-PnPTenantRecycleBinItem", "CommandName": "Get-PnPTenantRecycleBinItem", - "Rank": 1 + "Id": 887, + "Rank": 1, + "Command": "Get-PnPTenantRecycleBinItem" }, { - "Id": 888, - "Command": "Get-PnPTenantRestrictedSearchAllowedList", "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Id": 888, + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Id": 889, - "Command": "Get-PnPTenantRestrictedSearchMode", "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Rank": 1 + "Id": 889, + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "Id": 890, - "Command": "Get-PnPTenantRetentionLabel", "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 1 + "Id": 890, + "Rank": 1, + "Command": "Get-PnPTenantRetentionLabel" }, { - "Id": 891, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 2 + "Id": 891, + "Rank": 2, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "Id": 892, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", "CommandName": "Get-PnPTenantSequence", - "Rank": 1 + "Id": 892, + "Rank": 1, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Id": 893, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", "CommandName": "Get-PnPTenantSequence", - "Rank": 2 + "Id": 893, + "Rank": 2, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Id": 894, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 1 + "Id": 894, + "Rank": 1, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Id": 895, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 2 + "Id": 895, + "Rank": 2, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Id": 896, - "Command": "Get-PnPTenantSite", "CommandName": "Get-PnPTenantSite", - "Rank": 1 + "Id": 896, + "Rank": 1, + "Command": "Get-PnPTenantSite" }, { - "Id": 897, - "Command": "Get-PnPTenantSite -Detailed", "CommandName": "Get-PnPTenantSite", - "Rank": 2 + "Id": 897, + "Rank": 2, + "Command": "Get-PnPTenantSite -Detailed" }, { - "Id": 898, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", "CommandName": "Get-PnPTenantSite", - "Rank": 3 + "Id": 898, + "Rank": 3, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Id": 899, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", "CommandName": "Get-PnPTenantSite", - "Rank": 4 + "Id": 899, + "Rank": 4, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Id": 900, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", "CommandName": "Get-PnPTenantSite", - "Rank": 5 + "Id": 900, + "Rank": 5, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Id": 901, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", "CommandName": "Get-PnPTenantSite", - "Rank": 6 + "Id": 901, + "Rank": 6, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Id": 902, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", "CommandName": "Get-PnPTenantSite", - "Rank": 7 + "Id": 902, + "Rank": 7, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Id": 903, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", "CommandName": "Get-PnPTenantSite", - "Rank": 8 + "Id": 903, + "Rank": 8, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Id": 904, - "Command": "Get-PnPTenantSite -GroupIdDefined $true", "CommandName": "Get-PnPTenantSite", - "Rank": 9 + "Id": 904, + "Rank": 9, + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Id": 905, - "Command": "Get-PnPTenantSyncClientRestriction", "CommandName": "Get-PnPTenantSyncClientRestriction", - "Rank": 1 + "Id": 905, + "Rank": 1, + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Id": 906, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", "CommandName": "Get-PnPTenantTemplate", - "Rank": 1 + "Id": 906, + "Rank": 1, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Id": 907, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", "CommandName": "Get-PnPTenantTemplate", - "Rank": 2 + "Id": 907, + "Rank": 2, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "Id": 908, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", "CommandName": "Get-PnPTenantTemplate", - "Rank": 3 + "Id": 908, + "Rank": 3, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Id": 909, - "Command": "Get-PnPTenantTheme", "CommandName": "Get-PnPTenantTheme", - "Rank": 1 + "Id": 909, + "Rank": 1, + "Command": "Get-PnPTenantTheme" }, { - "Id": 910, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", "CommandName": "Get-PnPTenantTheme", - "Rank": 2 + "Id": 910, + "Rank": 2, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Id": 911, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", "CommandName": "Get-PnPTenantTheme", - "Rank": 3 + "Id": 911, + "Rank": 3, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Id": 912, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Rank": 1 + "Id": 912, + "Rank": 1, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 913, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Rank": 2 + "Id": 913, + "Rank": 2, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 914, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Rank": 3 + "Id": 914, + "Rank": 3, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 915, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", "CommandName": "Get-PnPTerm", - "Rank": 4 + "Id": 915, + "Rank": 4, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "Id": 916, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", "CommandName": "Get-PnPTerm", - "Rank": 5 + "Id": 916, + "Rank": 5, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Id": 917, - "Command": "Get-PnPTermGroup", "CommandName": "Get-PnPTermGroup", - "Rank": 1 + "Id": 917, + "Rank": 1, + "Command": "Get-PnPTermGroup" }, { - "Id": 918, - "Command": "Get-PnPTermGroup -Identity \"Departments\"", "CommandName": "Get-PnPTermGroup", - "Rank": 2 + "Id": 918, + "Rank": 2, + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Id": 919, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", "CommandName": "Get-PnPTermGroup", - "Rank": 3 + "Id": 919, + "Rank": 3, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Id": 920, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", "CommandName": "Get-PnPTermLabel", - "Rank": 1 + "Id": 920, + "Rank": 1, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Id": 921, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", "CommandName": "Get-PnPTermLabel", - "Rank": 2 + "Id": 921, + "Rank": 2, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Id": 922, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermLabel", - "Rank": 3 + "Id": 922, + "Rank": 3, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 923, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermSet", - "Rank": 1 + "Id": 923, + "Rank": 1, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Id": 924, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermSet", - "Rank": 2 + "Id": 924, + "Rank": 2, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 925, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", "CommandName": "Get-PnPTermSet", - "Rank": 3 + "Id": 925, + "Rank": 3, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Id": 926, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", "CommandName": "Get-PnPTermSet", - "Rank": 4 + "Id": 926, + "Rank": 4, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "Id": 927, - "Command": "Get-PnPTheme", "CommandName": "Get-PnPTheme", - "Rank": 1 + "Id": 927, + "Rank": 1, + "Command": "Get-PnPTheme" }, { - "Id": 928, - "Command": "Get-PnPTheme -DetectCurrentComposedLook", "CommandName": "Get-PnPTheme", - "Rank": 2 + "Id": 928, + "Rank": 2, + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Id": 929, - "Command": "Get-PnPTimeZoneId", "CommandName": "Get-PnPTimeZoneId", - "Rank": 1 + "Id": 929, + "Rank": 1, + "Command": "Get-PnPTimeZoneId" }, { - "Id": 930, - "Command": "Get-PnPTimeZoneId -Match Stockholm", "CommandName": "Get-PnPTimeZoneId", - "Rank": 2 + "Id": 930, + "Rank": 2, + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Id": 931, - "Command": "Get-PnPTodoList", "CommandName": "Get-PnPTodoList", - "Rank": 1 + "Id": 931, + "Rank": 1, + "Command": "Get-PnPTodoList" }, { - "Id": 932, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "CommandName": "Get-PnPTodoList", - "Rank": 2 + "Id": 932, + "Rank": 2, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Id": 933, - "Command": "Get-PnPTodoList -User john@doe.com", "CommandName": "Get-PnPTodoList", - "Rank": 3 + "Id": 933, + "Rank": 3, + "Command": "Get-PnPTodoList -User john@doe.com" }, { - "Id": 934, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "CommandName": "Get-PnPTodoList", - "Rank": 4 + "Id": 934, + "Rank": 4, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Id": 935, - "Command": "Get-PnPTraceLog", "CommandName": "Get-PnPTraceLog", - "Rank": 1 + "Id": 935, + "Rank": 1, + "Command": "Get-PnPTraceLog" }, { - "Id": 936, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", "CommandName": "Get-PnPTraceLog", - "Rank": 2 + "Id": 936, + "Rank": 2, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "Id": 937, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", "CommandName": "Get-PnPTraceLog", - "Rank": 3 + "Id": 937, + "Rank": 3, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "Id": 938, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", "CommandName": "Get-PnPTraceLog", - "Rank": 4 + "Id": 938, + "Rank": 4, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "Id": 939, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", "CommandName": "Get-PnPTraceLog", - "Rank": 5 + "Id": 939, + "Rank": 5, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "Id": 940, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", "CommandName": "Get-PnPTraceLog", - "Rank": 6 + "Id": 940, + "Rank": 6, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "Id": 941, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", "CommandName": "Get-PnPUnfurlLink", - "Rank": 1 + "Id": 941, + "Rank": 1, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "Id": 942, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", "CommandName": "Get-PnPUnifiedAuditLog", - "Rank": 1 + "Id": 942, + "Rank": 1, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "Id": 943, - "Command": "Get-PnPUPABulkImportStatus", "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 1 + "Id": 943, + "Rank": 1, + "Command": "Get-PnPUPABulkImportStatus" }, { - "Id": 944, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 2 + "Id": 944, + "Rank": 2, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Id": 945, - "Command": "Get-PnPUPABulkImportStatus -JobId ", "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 3 + "Id": 945, + "Rank": 3, + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Id": 946, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 4 + "Id": 946, + "Rank": 4, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Id": 947, - "Command": "Get-PnPUser", "CommandName": "Get-PnPUser", - "Rank": 1 + "Id": 947, + "Rank": 1, + "Command": "Get-PnPUser" }, { - "Id": 948, - "Command": "Get-PnPUser -Identity 23", "CommandName": "Get-PnPUser", - "Rank": 2 + "Id": 948, + "Rank": 2, + "Command": "Get-PnPUser -Identity 23" }, { - "Id": 949, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", "CommandName": "Get-PnPUser", - "Rank": 3 + "Id": 949, + "Rank": 3, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Id": 950, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", "CommandName": "Get-PnPUser", - "Rank": 4 + "Id": 950, + "Rank": 4, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Id": 951, - "Command": "Get-PnPUser -WithRightsAssigned", "CommandName": "Get-PnPUser", - "Rank": 5 + "Id": 951, + "Rank": 5, + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Id": 952, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", "CommandName": "Get-PnPUser", - "Rank": 6 + "Id": 952, + "Rank": 6, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Id": 953, - "Command": "Get-PnPUser -WithRightsAssignedDetailed", "CommandName": "Get-PnPUser", - "Rank": 7 + "Id": 953, + "Rank": 7, + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Id": 954, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", "CommandName": "Get-PnPUserOneDriveQuota", - "Rank": 1 + "Id": 954, + "Rank": 1, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Id": 955, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 1 + "Id": 955, + "Rank": 1, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Id": 956, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 2 + "Id": 956, + "Rank": 2, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "Id": 957, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", "CommandName": "Get-PnPUserProfileProperty", - "Rank": 1 + "Id": 957, + "Rank": 1, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Id": 958, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", "CommandName": "Get-PnPUserProfileProperty", - "Rank": 2 + "Id": 958, + "Rank": 2, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Id": 959, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", "CommandName": "Get-PnPUserProfileProperty", - "Rank": 3 + "Id": 959, + "Rank": 3, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Id": 960, - "Command": "Get-PnPView -List \"Demo List\"", "CommandName": "Get-PnPView", - "Rank": 1 + "Id": 960, + "Rank": 1, + "Command": "Get-PnPView -List \"Demo List\"" }, { - "Id": 961, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", "CommandName": "Get-PnPView", - "Rank": 2 + "Id": 961, + "Rank": 2, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Id": 962, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", "CommandName": "Get-PnPView", - "Rank": 3 + "Id": 962, + "Rank": 3, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Id": 963, - "Command": "Get-PnPVivaConnectionsDashboardACE", "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 963, + "Rank": 1, + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Id": 964, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 964, + "Rank": 2, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Id": 965, - "Command": "Get-PnPVivaEngageCommunity", "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 965, + "Rank": 1, + "Command": "Get-PnPVivaEngageCommunity" }, { - "Id": 966, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 2 + "Id": 966, + "Rank": 2, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Id": 967, - "Command": "Get-PnPWeb", "CommandName": "Get-PnPWeb", - "Rank": 1 + "Id": 967, + "Rank": 1, + "Command": "Get-PnPWeb" }, { - "Id": 968, - "Command": "Get-PnPWebHeader", "CommandName": "Get-PnPWebHeader", - "Rank": 1 + "Id": 968, + "Rank": 1, + "Command": "Get-PnPWebHeader" }, { - "Id": 969, - "Command": "Get-PnPWebhookSubscription -List MyList", "CommandName": "Get-PnPWebhookSubscription", - "Rank": 1 + "Id": 969, + "Rank": 1, + "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "Id": 970, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", "CommandName": "Get-PnPWebPart", - "Rank": 1 + "Id": 970, + "Rank": 1, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Id": 971, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPWebPart", - "Rank": 2 + "Id": 971, + "Rank": 2, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 972, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", "CommandName": "Get-PnPWebPartProperty", - "Rank": 1 + "Id": 972, + "Rank": 1, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "Id": 973, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", "CommandName": "Get-PnPWebPartProperty", - "Rank": 2 + "Id": 973, + "Rank": 2, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "Id": 974, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPWebPartXml", - "Rank": 1 + "Id": 974, + "Rank": 1, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 975, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", "CommandName": "Get-PnPWebPermission", - "Rank": 1 + "Id": 975, + "Rank": 1, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "Id": 976, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "CommandName": "Get-PnPWebPermission", - "Rank": 2 + "Id": 976, + "Rank": 2, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Id": 977, - "Command": "Get-PnPWebTemplates", "CommandName": "Get-PnPWebTemplates", - "Rank": 1 + "Id": 977, + "Rank": 1, + "Command": "Get-PnPWebTemplates" }, { - "Id": 978, - "Command": "Get-PnPWebTemplates -LCID 1033", "CommandName": "Get-PnPWebTemplates", - "Rank": 2 + "Id": 978, + "Rank": 2, + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Id": 979, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", "CommandName": "Get-PnPWebTemplates", - "Rank": 3 + "Id": 979, + "Rank": 3, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Id": 980, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", "CommandName": "Get-PnPWikiPageContent", - "Rank": 1 + "Id": 980, + "Rank": 1, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Id": 981, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 981, + "Rank": 1, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "Id": 982, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 982, + "Rank": 2, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "Id": 983, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Grant-PnPHubSiteRights", - "Rank": 1 + "Id": 983, + "Rank": 1, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 984, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Grant-PnPSiteDesignRights", - "Rank": 1 + "Id": 984, + "Rank": 1, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 985, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Rank": 1 + "Id": 985, + "Rank": 1, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Id": 986, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", "CommandName": "Import-PnPTaxonomy", - "Rank": 1 + "Id": 986, + "Rank": 1, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Id": 987, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", "CommandName": "Import-PnPTaxonomy", - "Rank": 2 + "Id": 987, + "Rank": 2, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "Id": 988, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", "CommandName": "Import-PnPTaxonomy", - "Rank": 3 + "Id": 988, + "Rank": 3, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Id": 989, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", "CommandName": "Import-PnPTaxonomy", - "Rank": 4 + "Id": 989, + "Rank": 4, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Id": 990, - "Command": "Import-PnPTermGroupFromXml -Xml $xml", "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 1 + "Id": 990, + "Rank": 1, + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Id": 991, - "Command": "Import-PnPTermGroupFromXml -Path input.xml", "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 2 + "Id": 991, + "Rank": 2, + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Id": 992, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", "CommandName": "Import-PnPTermSet", - "Rank": 1 + "Id": 992, + "Rank": 1, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "Id": 993, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", "CommandName": "Import-PnPTermSet", - "Rank": 2 + "Id": 993, + "Rank": 2, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "Id": 994, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", "CommandName": "Import-PnPTermSet", - "Rank": 3 + "Id": 994, + "Rank": 3, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "Id": 995, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Install-PnPApp", - "Rank": 1 + "Id": 995, + "Rank": 1, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 996, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Install-PnPApp", - "Rank": 2 + "Id": 996, + "Rank": 2, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 997, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", "CommandName": "Invoke-PnPGraphMethod", - "Rank": 1 + "Id": 997, + "Rank": 1, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "Id": 998, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", "CommandName": "Invoke-PnPGraphMethod", - "Rank": 2 + "Id": 998, + "Rank": 2, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Id": 999, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", "CommandName": "Invoke-PnPGraphMethod", - "Rank": 3 + "Id": 999, + "Rank": 3, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Id": 1000, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", "CommandName": "Invoke-PnPGraphMethod", - "Rank": 4 + "Id": 1000, + "Rank": 4, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Id": 1001, - "Command": "Invoke-PnPGraphMethod -Url \"users\"", "CommandName": "Invoke-PnPGraphMethod", - "Rank": 5 + "Id": 1001, + "Rank": 5, + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "Id": 1002, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", "CommandName": "Invoke-PnPGraphMethod", - "Rank": 6 + "Id": 1002, + "Rank": 6, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "Id": 1003, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", "CommandName": "Invoke-PnPGraphMethod", - "Rank": 7 + "Id": 1003, + "Rank": 7, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "Id": 1004, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Invoke-PnPListDesign", - "Rank": 1 + "Id": 1004, + "Rank": 1, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1005, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "CommandName": "Invoke-PnPListDesign", - "Rank": 2 + "Id": 1005, + "Rank": 2, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Id": 1006, - "Command": "Invoke-PnPQuery -RetryCount 5", "CommandName": "Invoke-PnPQuery", - "Rank": 1 + "Id": 1006, + "Rank": 1, + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Id": 1007, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Invoke-PnPSiteDesign", - "Rank": 1 + "Id": 1007, + "Rank": 1, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1008, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "CommandName": "Invoke-PnPSiteDesign", - "Rank": 2 + "Id": 1008, + "Rank": 2, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Id": 1009, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", "CommandName": "Invoke-PnPSiteScript", - "Rank": 1 + "Id": 1009, + "Rank": 1, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "Id": 1010, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "CommandName": "Invoke-PnPSiteSwap", - "Rank": 1 + "Id": 1010, + "Rank": 1, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Id": 1011, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "CommandName": "Invoke-PnPSiteSwap", - "Rank": 2 + "Id": 1011, + "Rank": 2, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Id": 1012, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", "CommandName": "Invoke-PnPSiteSwap", - "Rank": 3 + "Id": 1012, + "Rank": 3, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "Id": 1013, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 1 + "Id": 1013, + "Rank": 1, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "Id": 1014, - "Command": "Invoke-PnPSiteTemplate -Path template.xml", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 2 + "Id": 1014, + "Rank": 2, + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Id": 1015, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 3 + "Id": 1015, + "Rank": 3, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Id": 1016, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 4 + "Id": 1016, + "Rank": 4, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Id": 1017, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 5 + "Id": 1017, + "Rank": 5, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Id": 1018, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 6 + "Id": 1018, + "Rank": 6, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Id": 1019, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 7 + "Id": 1019, + "Rank": 7, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Id": 1020, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 8 + "Id": 1020, + "Rank": 8, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "Id": 1021, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 9 + "Id": 1021, + "Rank": 9, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Id": 1022, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", "CommandName": "Invoke-PnPSPRestMethod", - "Rank": 1 + "Id": 1022, + "Rank": 1, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "Id": 1023, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 1 + "Id": 1023, + "Rank": 1, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Id": 1024, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 2 + "Id": 1024, + "Rank": 2, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Id": 1025, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 3 + "Id": 1025, + "Rank": 3, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Id": 1026, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", "CommandName": "Invoke-PnPWebAction", - "Rank": 1 + "Id": 1026, + "Rank": 1, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Id": 1027, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", "CommandName": "Invoke-PnPWebAction", - "Rank": 2 + "Id": 1027, + "Rank": 2, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Id": 1028, - "Command": "Measure-PnPList \"Documents\"", "CommandName": "Measure-PnPList", - "Rank": 1 + "Id": 1028, + "Rank": 1, + "Command": "Measure-PnPList \"Documents\"" }, { - "Id": 1029, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", "CommandName": "Measure-PnPList", - "Rank": 2 + "Id": 1029, + "Rank": 2, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Id": 1030, - "Command": "Measure-PnPWeb", "CommandName": "Measure-PnPWeb", - "Rank": 1 + "Id": 1030, + "Rank": 1, + "Command": "Measure-PnPWeb" }, { - "Id": 1031, - "Command": "Measure-PnPWeb $web -Recursive", "CommandName": "Measure-PnPWeb", - "Rank": 2 + "Id": 1031, + "Rank": 2, + "Command": "Measure-PnPWeb $web -Recursive" }, { - "Id": 1032, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", "CommandName": "Merge-PnPTerm", - "Rank": 1 + "Id": 1032, + "Rank": 1, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "Id": 1033, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", "CommandName": "Move-PnPFile", - "Rank": 1 + "Id": 1033, + "Rank": 1, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "Id": 1034, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", "CommandName": "Move-PnPFile", - "Rank": 2 + "Id": 1034, + "Rank": 2, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "Id": 1035, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "CommandName": "Move-PnPFile", - "Rank": 3 + "Id": 1035, + "Rank": 3, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Id": 1036, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "CommandName": "Move-PnPFile", - "Rank": 4 + "Id": 1036, + "Rank": 4, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Id": 1037, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", "CommandName": "Move-PnPFolder", - "Rank": 1 + "Id": 1037, + "Rank": 1, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Id": 1038, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", "CommandName": "Move-PnPFolder", - "Rank": 2 + "Id": 1038, + "Rank": 2, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Id": 1039, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", "CommandName": "Move-PnPListItemToRecycleBin", - "Rank": 1 + "Id": 1039, + "Rank": 1, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Id": 1040, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "CommandName": "Move-PnPPage", - "Rank": 1 + "Id": 1040, + "Rank": 1, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Id": 1041, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", "CommandName": "Move-PnPPageComponent", - "Rank": 1 + "Id": 1041, + "Rank": 1, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "Id": 1042, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", "CommandName": "Move-PnPPageComponent", - "Rank": 2 + "Id": 1042, + "Rank": 2, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "Id": 1043, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", "CommandName": "Move-PnPPageComponent", - "Rank": 3 + "Id": 1043, + "Rank": 3, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "Id": 1044, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", "CommandName": "Move-PnPPageComponent", - "Rank": 4 + "Id": 1044, + "Rank": 4, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Id": 1045, - "Command": "Move-PnPRecycleBinItem", "CommandName": "Move-PnpRecycleBinItem", - "Rank": 1 + "Id": 1045, + "Rank": 1, + "Command": "Move-PnPRecycleBinItem" }, { - "Id": 1046, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", "CommandName": "Move-PnpRecycleBinItem", - "Rank": 2 + "Id": 1046, + "Rank": 2, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Id": 1047, - "Command": "Move-PnPRecycleBinItem -Force", "CommandName": "Move-PnpRecycleBinItem", - "Rank": 3 + "Id": 1047, + "Rank": 3, + "Command": "Move-PnPRecycleBinItem -Force" }, { - "Id": 1048, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", "CommandName": "Move-PnPTerm", - "Rank": 1 + "Id": 1048, + "Rank": 1, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "Id": 1049, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", "CommandName": "Move-PnPTerm", - "Rank": 2 + "Id": 1049, + "Rank": 2, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "Id": 1050, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", "CommandName": "Move-PnPTerm", - "Rank": 3 + "Id": 1050, + "Rank": 3, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "Id": 1051, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", "CommandName": "Move-PnPTermSet", - "Rank": 1 + "Id": 1051, + "Rank": 1, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "Id": 1052, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", "CommandName": "Move-PnPTermSet", - "Rank": 2 + "Id": 1052, + "Rank": 2, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "Id": 1053, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", "CommandName": "New-PnPAzureADGroup", - "Rank": 1 + "Id": 1053, + "Rank": 1, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Id": 1054, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", "CommandName": "New-PnPAzureADGroup", - "Rank": 2 + "Id": 1054, + "Rank": 2, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "Id": 1055, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", "CommandName": "New-PnPAzureADGroup", - "Rank": 3 + "Id": 1055, + "Rank": 3, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Id": 1056, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 1 + "Id": 1056, + "Rank": 1, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Id": 1057, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 2 + "Id": 1057, + "Rank": 2, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "Id": 1058, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 3 + "Id": 1058, + "Rank": 3, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "Id": 1059, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", "CommandName": "New-PnPAzureCertificate", - "Rank": 1 + "Id": 1059, + "Rank": 1, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Id": 1060, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", "CommandName": "New-PnPAzureCertificate", - "Rank": 2 + "Id": 1060, + "Rank": 2, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "Id": 1061, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", "CommandName": "New-PnPAzureCertificate", - "Rank": 3 + "Id": 1061, + "Rank": 3, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "Id": 1062, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", "CommandName": "New-PnPAzureCertificate", - "Rank": 4 + "Id": 1062, + "Rank": 4, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "Id": 1063, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", "CommandName": "New-PnPContainerType", - "Rank": 1 + "Id": 1063, + "Rank": 1, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "Id": 1064, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", "CommandName": "New-PnPGraphSubscription", - "Rank": 1 + "Id": 1064, + "Rank": 1, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Id": 1065, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", "CommandName": "New-PnPGraphSubscription", - "Rank": 2 + "Id": 1065, + "Rank": 2, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Id": 1066, - "Command": "New-PnPGroup -Title \"My Site Users\"", "CommandName": "New-PnPGroup", - "Rank": 1 + "Id": 1066, + "Rank": 1, + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Id": 1067, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1067, + "Rank": 1, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "Id": 1068, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1068, + "Rank": 2, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Id": 1069, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 3 + "Id": 1069, + "Rank": 3, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "Id": 1070, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 4 + "Id": 1070, + "Rank": 4, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Id": 1071, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Rank": 1 + "Id": 1071, + "Rank": 1, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 1072, - "Command": "New-PnPList -Title Announcements -Template Announcements", "CommandName": "New-PnPList", - "Rank": 1 + "Id": 1072, + "Rank": 1, + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Id": 1073, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", "CommandName": "New-PnPList", - "Rank": 2 + "Id": 1073, + "Rank": 2, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Id": 1074, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", "CommandName": "New-PnPList", - "Rank": 3 + "Id": 1074, + "Rank": 3, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Id": 1075, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", "CommandName": "New-PnPMicrosoft365Group", - "Rank": 1 + "Id": 1075, + "Rank": 1, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Id": 1076, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", "CommandName": "New-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1076, + "Rank": 2, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "Id": 1077, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", "CommandName": "New-PnPMicrosoft365Group", - "Rank": 3 + "Id": 1077, + "Rank": 3, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Id": 1078, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", "CommandName": "New-PnPMicrosoft365Group", - "Rank": 4 + "Id": 1078, + "Rank": 4, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "Id": 1079, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "CommandName": "New-PnPMicrosoft365Group", - "Rank": 5 + "Id": 1079, + "Rank": 5, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Id": 1080, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "New-PnPMicrosoft365Group", - "Rank": 6 + "Id": 1080, + "Rank": 6, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1081, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", "CommandName": "New-PnPMicrosoft365Group", - "Rank": 7 + "Id": 1081, + "Rank": 7, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "Id": 1082, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 1082, + "Rank": 1, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "Id": 1083, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1083, + "Rank": 2, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "Id": 1084, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", "CommandName": "New-PnPPersonalSite", - "Rank": 1 + "Id": 1084, + "Rank": 1, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Id": 1085, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", "CommandName": "New-PnPPlannerPlan", - "Rank": 1 + "Id": 1085, + "Rank": 1, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Id": 1086, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", "CommandName": "New-PnpProfileCardProperty", - "Rank": 1 + "Id": 1086, + "Rank": 1, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "Id": 1087, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", "CommandName": "New-PnPSdnProvider", - "Rank": 1 + "Id": 1087, + "Rank": 1, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Id": 1088, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", "CommandName": "New-PnPSearchExternalConnection", - "Rank": 1 + "Id": 1088, + "Rank": 1, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "Id": 1089, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "CommandName": "New-PnPSearchExternalConnection", - "Rank": 2 + "Id": 1089, + "Rank": 2, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Id": 1090, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "CommandName": "New-PnPSite", - "Rank": 1 + "Id": 1090, + "Rank": 1, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Id": 1091, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", "CommandName": "New-PnPSite", - "Rank": 2 + "Id": 1091, + "Rank": 2, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "Id": 1092, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "CommandName": "New-PnPSite", - "Rank": 3 + "Id": 1092, + "Rank": 3, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Id": 1093, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "CommandName": "New-PnPSite", - "Rank": 4 + "Id": 1093, + "Rank": 4, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Id": 1094, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "CommandName": "New-PnPSite", - "Rank": 5 + "Id": 1094, + "Rank": 5, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Id": 1095, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Rank": 6 + "Id": 1095, + "Rank": 6, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Id": 1096, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", "CommandName": "New-PnPSite", - "Rank": 7 + "Id": 1096, + "Rank": 7, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Id": 1097, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", "CommandName": "New-PnPSite", - "Rank": 8 + "Id": 1097, + "Rank": 8, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Id": 1098, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Rank": 9 + "Id": 1098, + "Rank": 9, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "Id": 1099, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", "CommandName": "New-PnPSite", - "Rank": 10 + "Id": 1099, + "Rank": 10, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "Id": 1100, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "CommandName": "New-PnPSite", - "Rank": 11 + "Id": 1100, + "Rank": 11, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Id": 1101, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "CommandName": "New-PnPSite", - "Rank": 12 + "Id": 1101, + "Rank": 12, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Id": 1102, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "CommandName": "New-PnPSite", - "Rank": 13 + "Id": 1102, + "Rank": 13, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Id": 1103, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "CommandName": "New-PnPSite", - "Rank": 14 + "Id": 1103, + "Rank": 14, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Id": 1104, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Rank": 15 + "Id": 1104, + "Rank": 15, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Id": 1105, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", "CommandName": "New-PnPSite", - "Rank": 16 + "Id": 1105, + "Rank": 16, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Id": 1106, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", "CommandName": "New-PnPSite", - "Rank": 17 + "Id": 1106, + "Rank": 17, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "Id": 1107, - "Command": "New-PnPSiteCollectionTermStore", "CommandName": "New-PnPSiteCollectionTermStore", - "Rank": 1 + "Id": 1107, + "Rank": 1, + "Command": "New-PnPSiteCollectionTermStore" }, { - "Id": 1108, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1108, + "Rank": 1, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "Id": 1109, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1109, + "Rank": 2, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "Id": 1110, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 3 + "Id": 1110, + "Rank": 3, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "Id": 1111, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 4 + "Id": 1111, + "Rank": 4, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Id": 1112, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Rank": 1 + "Id": 1112, + "Rank": 1, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Id": 1113, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", "CommandName": "New-PnPSiteGroup", - "Rank": 1 + "Id": 1113, + "Rank": 1, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "Id": 1114, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", "CommandName": "New-PnPSiteGroup", - "Rank": 2 + "Id": 1114, + "Rank": 2, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Id": 1115, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 1 + "Id": 1115, + "Rank": 1, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Id": 1116, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 2 + "Id": 1116, + "Rank": 2, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Id": 1117, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 3 + "Id": 1117, + "Rank": 3, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "Id": 1118, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 4 + "Id": 1118, + "Rank": 4, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "Id": 1119, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 5 + "Id": 1119, + "Rank": 5, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "Id": 1120, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 6 + "Id": 1120, + "Rank": 6, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1121, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 7 + "Id": 1121, + "Rank": 7, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Id": 1122, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 8 + "Id": 1122, + "Rank": 8, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Id": 1123, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", "CommandName": "New-PnPTeamsApp", - "Rank": 1 + "Id": 1123, + "Rank": 1, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Id": 1124, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", "CommandName": "New-PnPTeamsTeam", - "Rank": 1 + "Id": 1124, + "Rank": 1, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Id": 1125, - "Command": "New-PnPTeamsTeam -GroupId $groupId", "CommandName": "New-PnPTeamsTeam", - "Rank": 2 + "Id": 1125, + "Rank": 2, + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Id": 1126, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", "CommandName": "New-PnPTeamsTeam", - "Rank": 3 + "Id": 1126, + "Rank": 3, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "Id": 1127, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "CommandName": "New-PnPTeamsTeam", - "Rank": 4 + "Id": 1127, + "Rank": 4, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Id": 1128, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", "CommandName": "New-PnPTeamsTeam", - "Rank": 5 + "Id": 1128, + "Rank": 5, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "Id": 1129, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "New-PnPTeamsTeam", - "Rank": 6 + "Id": 1129, + "Rank": 6, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1130, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", "CommandName": "New-PnPTenantSite", - "Rank": 1 + "Id": 1130, + "Rank": 1, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Id": 1131, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", "CommandName": "New-PnPTenantSite", - "Rank": 2 + "Id": 1131, + "Rank": 2, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Id": 1132, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", "CommandName": "New-PnPTerm", - "Rank": 1 + "Id": 1132, + "Rank": 1, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Id": 1133, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "New-PnPTerm", - "Rank": 2 + "Id": 1133, + "Rank": 2, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1134, - "Command": "New-PnPTermGroup -GroupName \"Countries\"", "CommandName": "New-PnPTermGroup", - "Rank": 1 + "Id": 1134, + "Rank": 1, + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Id": 1135, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "CommandName": "New-PnPTermGroup", - "Rank": 2 + "Id": 1135, + "Rank": 2, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Id": 1136, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", "CommandName": "New-PnPTermLabel", - "Rank": 1 + "Id": 1136, + "Rank": 1, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Id": 1137, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", "CommandName": "New-PnPTermSet", - "Rank": 1 + "Id": 1137, + "Rank": 1, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Id": 1138, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", "CommandName": "New-PnPTodoList", - "Rank": 1 + "Id": 1138, + "Rank": 1, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "Id": 1139, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", "CommandName": "New-PnPTodoList", - "Rank": 2 + "Id": 1139, + "Rank": 2, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Id": 1140, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", "CommandName": "New-PnPUPABulkImportJob", - "Rank": 1 + "Id": 1140, + "Rank": 1, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "Id": 1141, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", "CommandName": "New-PnPUPABulkImportJob", - "Rank": 2 + "Id": 1141, + "Rank": 2, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "Id": 1142, - "Command": "New-PnPUser -LoginName user@company.com", "CommandName": "New-PnPUser", - "Rank": 1 + "Id": 1142, + "Rank": 1, + "Command": "New-PnPUser -LoginName user@company.com" }, { - "Id": 1143, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", "CommandName": "New-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 1143, + "Rank": 1, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "Id": 1144, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", "CommandName": "New-PnPWeb", - "Rank": 1 + "Id": 1144, + "Rank": 1, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "Id": 1145, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Publish-PnPApp", - "Rank": 1 + "Id": 1145, + "Rank": 1, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Id": 1146, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", "CommandName": "Publish-PnPApp", - "Rank": 2 + "Id": 1146, + "Rank": 2, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Id": 1147, - "Command": "Publish-PnPContentType -ContentType 0x0101", "CommandName": "Publish-PnPContentType", - "Rank": 1 + "Id": 1147, + "Rank": 1, + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Id": 1148, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "CommandName": "Publish-PnPSyntexModel", - "Rank": 1 + "Id": 1148, + "Rank": 1, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Id": 1149, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "CommandName": "Publish-PnPSyntexModel", - "Rank": 2 + "Id": 1149, + "Rank": 2, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Id": 1150, - "Command": "Read-PnPSiteTemplate -Path template.pnp", "CommandName": "Read-PnPSiteTemplate", - "Rank": 1 + "Id": 1150, + "Rank": 1, + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Id": 1151, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", "CommandName": "Read-PnPSiteTemplate", - "Rank": 2 + "Id": 1151, + "Rank": 2, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Id": 1152, - "Command": "Read-PnPSiteTemplate -Xml $xml", "CommandName": "Read-PnPSiteTemplate", - "Rank": 3 + "Id": 1152, + "Rank": 3, + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Id": 1153, - "Command": "Read-PnPTenantTemplate -Path template.pnp", "CommandName": "Read-PnPTenantTemplate", - "Rank": 1 + "Id": 1153, + "Rank": 1, + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Id": 1154, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", "CommandName": "Register-PnPAppCatalogSite", - "Rank": 1 + "Id": 1154, + "Rank": 1, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Id": 1155, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", "CommandName": "Register-PnPAzureADApp", - "Rank": 1 + "Id": 1155, + "Rank": 1, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "Id": 1156, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Rank": 2 + "Id": 1156, + "Rank": 2, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1157, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", "CommandName": "Register-PnPAzureADApp", - "Rank": 3 + "Id": 1157, + "Rank": 3, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "Id": 1158, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Rank": 4 + "Id": 1158, + "Rank": 4, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1159, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Rank": 5 + "Id": 1159, + "Rank": 5, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1160, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Rank": 6 + "Id": 1160, + "Rank": 6, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Id": 1161, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", "CommandName": "Register-PnPAzureADApp", - "Rank": 7 + "Id": 1161, + "Rank": 7, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "Id": 1162, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", "CommandName": "Register-PnPAzureADApp", - "Rank": 8 + "Id": 1162, + "Rank": 8, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "Id": 1163, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 1 + "Id": 1163, + "Rank": 1, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "Id": 1164, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 2 + "Id": 1164, + "Rank": 2, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "Id": 1165, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "CommandName": "Register-PnPHubSite", - "Rank": 1 + "Id": 1165, + "Rank": 1, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Id": 1166, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", "CommandName": "Register-PnPHubSite", - "Rank": 2 + "Id": 1166, + "Rank": 2, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Id": 1167, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 1 + "Id": 1167, + "Rank": 1, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Id": 1168, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 2 + "Id": 1168, + "Rank": 2, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Id": 1169, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", "CommandName": "Remove-PnPAlert", - "Rank": 1 + "Id": 1169, + "Rank": 1, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "Id": 1170, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAlert", - "Rank": 2 + "Id": 1170, + "Rank": 2, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Id": 1171, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Remove-PnPApp", - "Rank": 1 + "Id": 1171, + "Rank": 1, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1172, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Remove-PnPApp", - "Rank": 2 + "Id": 1172, + "Rank": 2, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1173, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 1 + "Id": 1173, + "Rank": 1, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1174, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 2 + "Id": 1174, + "Rank": 2, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Id": 1175, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 1175, + "Rank": 1, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Id": 1176, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 1176, + "Rank": 2, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Id": 1177, - "Command": "Remove-PnPAzureADApp -Identity MyApp", "CommandName": "Remove-PnPAzureADApp", - "Rank": 1 + "Id": 1177, + "Rank": 1, + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Id": 1178, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Remove-PnPAzureADApp", - "Rank": 2 + "Id": 1178, + "Rank": 2, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Id": 1179, - "Command": "Remove-PnPAzureADGroup -Identity $groupId", "CommandName": "Remove-PnPAzureADGroup", - "Rank": 1 + "Id": 1179, + "Rank": 1, + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Id": 1180, - "Command": "Remove-PnPAzureADGroup -Identity $group", "CommandName": "Remove-PnPAzureADGroup", - "Rank": 2 + "Id": 1180, + "Rank": 2, + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Id": 1181, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAzureADGroupMember", - "Rank": 1 + "Id": 1181, + "Rank": 1, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1182, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 1182, + "Rank": 1, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1183, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1 + "Id": 1183, + "Rank": 1, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Id": 1184, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2 + "Id": 1184, + "Rank": 2, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Id": 1185, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 3 + "Id": 1185, + "Rank": 3, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Id": 1186, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 4 + "Id": 1186, + "Rank": 4, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Id": 1187, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", "CommandName": "Remove-PnPAzureADUser", - "Rank": 1 + "Id": 1187, + "Rank": 1, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "Id": 1188, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", "CommandName": "Remove-PnPAzureADUser", - "Rank": 2 + "Id": 1188, + "Rank": 2, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "Id": 1189, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Remove-PnPContainer", - "Rank": 1 + "Id": 1189, + "Rank": 1, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 1190, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "CommandName": "Remove-PnPContainer", - "Rank": 2 + "Id": 1190, + "Rank": 2, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Id": 1191, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", "CommandName": "Remove-PnPContainerType", - "Rank": 1 + "Id": 1191, + "Rank": 1, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "Id": 1192, - "Command": "Remove-PnPContentType -Identity \"Project Document\"", "CommandName": "Remove-PnPContentType", - "Rank": 1 + "Id": 1192, + "Rank": 1, + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Id": 1193, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", "CommandName": "Remove-PnPContentType", - "Rank": 2 + "Id": 1193, + "Rank": 2, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Id": 1194, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 1 + "Id": 1194, + "Rank": 1, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Id": 1195, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 2 + "Id": 1195, + "Rank": 2, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Id": 1196, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", "CommandName": "Remove-PnPContentTypeFromList", - "Rank": 1 + "Id": 1196, + "Rank": 1, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Id": 1197, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Remove-PnPCustomAction", - "Rank": 1 + "Id": 1197, + "Rank": 1, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1198, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "CommandName": "Remove-PnPCustomAction", - "Rank": 2 + "Id": 1198, + "Rank": 2, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Id": 1199, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", "CommandName": "Remove-PnPCustomAction", - "Rank": 3 + "Id": 1199, + "Rank": 3, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Id": 1200, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Id": 1200, + "Rank": 1, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 1201, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Remove-PnPEventReceiver", - "Rank": 1 + "Id": 1201, + "Rank": 1, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 1202, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Remove-PnPEventReceiver", - "Rank": 2 + "Id": 1202, + "Rank": 2, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Id": 1203, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", "CommandName": "Remove-PnPEventReceiver", - "Rank": 3 + "Id": 1203, + "Rank": 3, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Id": 1204, - "Command": "Remove-PnPEventReceiver -List ProjectList", "CommandName": "Remove-PnPEventReceiver", - "Rank": 4 + "Id": 1204, + "Rank": 4, + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Id": 1205, - "Command": "Remove-PnPEventReceiver", "CommandName": "Remove-PnPEventReceiver", - "Rank": 5 + "Id": 1205, + "Rank": 5, + "Command": "Remove-PnPEventReceiver" }, { - "Id": 1206, - "Command": "Remove-PnPEventReceiver -Scope Site", "CommandName": "Remove-PnPEventReceiver", - "Rank": 6 + "Id": 1206, + "Rank": 6, + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Id": 1207, - "Command": "Remove-PnPEventReceiver -Scope Web", "CommandName": "Remove-PnPEventReceiver", - "Rank": 7 + "Id": 1207, + "Rank": 7, + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Id": 1208, - "Command": "Remove-PnPEventReceiver -Scope All", "CommandName": "Remove-PnPEventReceiver", - "Rank": 8 + "Id": 1208, + "Rank": 8, + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Id": 1209, - "Command": "Remove-PnPField -Identity \"Speakers\"", "CommandName": "Remove-PnPField", - "Rank": 1 + "Id": 1209, + "Rank": 1, + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Id": 1210, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", "CommandName": "Remove-PnPField", - "Rank": 2 + "Id": 1210, + "Rank": 2, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Id": 1211, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 1 + "Id": 1211, + "Rank": 1, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Id": 1212, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 2 + "Id": 1212, + "Rank": 2, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Id": 1213, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", "CommandName": "Remove-PnPFile", - "Rank": 1 + "Id": 1213, + "Rank": 1, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Id": 1214, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", "CommandName": "Remove-PnPFile", - "Rank": 2 + "Id": 1214, + "Rank": 2, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Id": 1215, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", "CommandName": "Remove-PnPFile", - "Rank": 3 + "Id": 1215, + "Rank": 3, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Id": 1216, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", "CommandName": "Remove-PnPFileFromSiteTemplate", - "Rank": 1 + "Id": 1216, + "Rank": 1, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Id": 1217, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Remove-PnPFileSharingLink", - "Rank": 1 + "Id": 1217, + "Rank": 1, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Id": 1218, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", "CommandName": "Remove-PnPFileSharingLink", - "Rank": 2 + "Id": 1218, + "Rank": 2, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "Id": 1219, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "CommandName": "Remove-PnPFileVersion", - "Rank": 1 + "Id": 1219, + "Rank": 1, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Id": 1220, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "CommandName": "Remove-PnPFileVersion", - "Rank": 2 + "Id": 1220, + "Rank": 2, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Id": 1221, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", "CommandName": "Remove-PnPFileVersion", - "Rank": 3 + "Id": 1221, + "Rank": 3, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Id": 1222, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Remove-PnPFlow", - "Rank": 1 + "Id": 1222, + "Rank": 1, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1223, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", "CommandName": "Remove-PnPFlow", - "Rank": 2 + "Id": 1223, + "Rank": 2, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "Id": 1224, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", "CommandName": "Remove-PnPFlowOwner", - "Rank": 1 + "Id": 1224, + "Rank": 1, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "Id": 1225, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", "CommandName": "Remove-PnPFlowOwner", - "Rank": 2 + "Id": 1225, + "Rank": 2, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "Id": 1226, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", "CommandName": "Remove-PnPFlowOwner", - "Rank": 3 + "Id": 1226, + "Rank": 3, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "Id": 1227, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", "CommandName": "Remove-PnPFlowOwner", - "Rank": 4 + "Id": 1227, + "Rank": 4, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "Id": 1228, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "CommandName": "Remove-PnPFolder", - "Rank": 1 + "Id": 1228, + "Rank": 1, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Id": 1229, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", "CommandName": "Remove-PnPFolder", - "Rank": 2 + "Id": 1229, + "Rank": 2, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Id": 1230, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 1 + "Id": 1230, + "Rank": 1, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Id": 1231, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 2 + "Id": 1231, + "Rank": 2, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "Id": 1232, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", "CommandName": "Remove-PnPGraphSubscription", - "Rank": 1 + "Id": 1232, + "Rank": 1, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Id": 1233, - "Command": "Remove-PnPGroup -Identity \"My Users\"", "CommandName": "Remove-PnPGroup", - "Rank": 1 + "Id": 1233, + "Rank": 1, + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Id": 1234, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "CommandName": "Remove-PnPGroupMember", - "Rank": 1 + "Id": 1234, + "Rank": 1, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Id": 1235, - "Command": "Remove-PnPHomeSite", "CommandName": "Remove-PnPHomeSite", - "Rank": 1 + "Id": 1235, + "Rank": 1, + "Command": "Remove-PnPHomeSite" }, { - "Id": 1236, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", "CommandName": "Remove-PnPHubSiteAssociation", - "Rank": 1 + "Id": 1236, + "Rank": 1, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Id": 1237, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 1 + "Id": 1237, + "Rank": 1, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Id": 1238, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 2 + "Id": 1238, + "Rank": 2, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Id": 1239, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", "CommandName": "Remove-PnPIndexedProperty", - "Rank": 1 + "Id": 1239, + "Rank": 1, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Id": 1240, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 1 + "Id": 1240, + "Rank": 1, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Id": 1241, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 2 + "Id": 1241, + "Rank": 2, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Id": 1242, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 3 + "Id": 1242, + "Rank": 3, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Id": 1243, - "Command": "Remove-PnPJavaScriptLink -Scope Site", "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 4 + "Id": 1243, + "Rank": 4, + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Id": 1244, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 5 + "Id": 1244, + "Rank": 5, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Id": 1245, - "Command": "Remove-PnPKnowledgeHubSite", "CommandName": "Remove-PnPKnowledgeHubSite", - "Rank": 1 + "Id": 1245, + "Rank": 1, + "Command": "Remove-PnPKnowledgeHubSite" }, { - "Id": 1246, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1246, + "Rank": 1, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "Id": 1247, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1247, + "Rank": 2, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Id": 1248, - "Command": "Remove-PnPList -Identity Announcements", "CommandName": "Remove-PnPList", - "Rank": 1 + "Id": 1248, + "Rank": 1, + "Command": "Remove-PnPList -Identity Announcements" }, { - "Id": 1249, - "Command": "Remove-PnPList -Identity Announcements -Force", "CommandName": "Remove-PnPList", - "Rank": 2 + "Id": 1249, + "Rank": 2, + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Id": 1250, - "Command": "Remove-PnPList -Identity Announcements -Recycle", "CommandName": "Remove-PnPList", - "Rank": 3 + "Id": 1250, + "Rank": 3, + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Id": 1251, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", "CommandName": "Remove-PnPList", - "Rank": 4 + "Id": 1251, + "Rank": 4, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Id": 1252, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPListDesign", - "Rank": 1 + "Id": 1252, + "Rank": 1, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1253, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", "CommandName": "Remove-PnPListItem", - "Rank": 1 + "Id": 1253, + "Rank": 1, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Id": 1254, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", "CommandName": "Remove-PnPListItem", - "Rank": 2 + "Id": 1254, + "Rank": 2, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Id": 1255, - "Command": "Remove-PnPListItem -List \"Demo List\"", "CommandName": "Remove-PnPListItem", - "Rank": 3 + "Id": 1255, + "Rank": 3, + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Id": 1256, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", "CommandName": "Remove-PnPListItemAttachment", - "Rank": 1 + "Id": 1256, + "Rank": 1, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "Id": 1257, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", "CommandName": "Remove-PnPListItemAttachment", - "Rank": 2 + "Id": 1257, + "Rank": 2, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "Id": 1258, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", "CommandName": "Remove-PnPListItemAttachment", - "Rank": 3 + "Id": 1258, + "Rank": 3, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Id": 1259, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", "CommandName": "Remove-PnPListItemAttachment", - "Rank": 4 + "Id": 1259, + "Rank": 4, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Id": 1260, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", "CommandName": "Remove-PnPListItemAttachment", - "Rank": 5 + "Id": 1260, + "Rank": 5, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Id": 1261, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", "CommandName": "Remove-PnPListItemComment", - "Rank": 1 + "Id": 1261, + "Rank": 1, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "Id": 1262, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", "CommandName": "Remove-PnPListItemComment", - "Rank": 2 + "Id": 1262, + "Rank": 2, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "Id": 1263, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", "CommandName": "Remove-PnPListItemComment", - "Rank": 3 + "Id": 1263, + "Rank": 3, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "Id": 1264, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", "CommandName": "Remove-PnPListItemComment", - "Rank": 4 + "Id": 1264, + "Rank": 4, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "Id": 1265, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "CommandName": "Remove-PnPListItemVersion", - "Rank": 1 + "Id": 1265, + "Rank": 1, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Id": 1266, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "CommandName": "Remove-PnPListItemVersion", - "Rank": 2 + "Id": 1266, + "Rank": 2, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Id": 1267, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", "CommandName": "Remove-PnPManagedAppId", - "Rank": 1 + "Id": 1267, + "Rank": 1, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "Id": 1268, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 1 + "Id": 1268, + "Rank": 1, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Id": 1269, - "Command": "Remove-PnPMicrosoft365Group -Identity $group", "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1269, + "Rank": 2, + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Id": 1270, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 1270, + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1271, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 1271, + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Id": 1272, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Rank": 1 + "Id": 1272, + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "Id": 1273, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 1273, + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Id": 1274, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1274, + "Rank": 2, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Id": 1275, - "Command": "Remove-PnPNavigationNode -Identity 1032", "CommandName": "Remove-PnPNavigationNode", - "Rank": 1 + "Id": 1275, + "Rank": 1, + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Id": 1276, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", "CommandName": "Remove-PnPNavigationNode", - "Rank": 2 + "Id": 1276, + "Rank": 2, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Id": 1277, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", "CommandName": "Remove-PnPNavigationNode", - "Rank": 3 + "Id": 1277, + "Rank": 3, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Id": 1278, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 1278, + "Rank": 1, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Id": 1279, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 1279, + "Rank": 2, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Id": 1280, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 3 + "Id": 1280, + "Rank": 3, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Id": 1281, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", "CommandName": "Remove-PnPOrgNewsSite", - "Rank": 1 + "Id": 1281, + "Rank": 1, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Id": 1282, - "Command": "Remove-PnPPage -Identity \"MyPage\"", "CommandName": "Remove-PnPPage", - "Rank": 1 + "Id": 1282, + "Rank": 1, + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Id": 1283, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", "CommandName": "Remove-PnPPage", - "Rank": 2 + "Id": 1283, + "Rank": 2, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Id": 1284, - "Command": "Remove-PnPPage $page", "CommandName": "Remove-PnPPage", - "Rank": 3 + "Id": 1284, + "Rank": 3, + "Command": "Remove-PnPPage $page" }, { - "Id": 1285, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", "CommandName": "Remove-PnPPage", - "Rank": 4 + "Id": 1285, + "Rank": 4, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Id": 1286, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Remove-PnPPageComponent", - "Rank": 1 + "Id": 1286, + "Rank": 1, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 1287, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", "CommandName": "Remove-PnPPlannerBucket", - "Rank": 1 + "Id": 1287, + "Rank": 1, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Id": 1288, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", "CommandName": "Remove-PnPPlannerPlan", - "Rank": 1 + "Id": 1288, + "Rank": 1, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Id": 1289, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "CommandName": "Remove-PnPPlannerRoster", - "Rank": 1 + "Id": 1289, + "Rank": 1, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Id": 1290, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPPlannerRosterMember", - "Rank": 1 + "Id": 1290, + "Rank": 1, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 1291, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", "CommandName": "Remove-PnPPlannerTask", - "Rank": 1 + "Id": 1291, + "Rank": 1, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Id": 1292, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", "CommandName": "Remove-PnPProfileCardProperty", - "Rank": 1 + "Id": 1292, + "Rank": 1, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "Id": 1293, - "Command": "Remove-PnPPropertyBagValue -Key MyKey", "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 1 + "Id": 1293, + "Rank": 1, + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Id": 1294, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 2 + "Id": 1294, + "Rank": 2, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Id": 1295, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 3 + "Id": 1295, + "Rank": 3, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Id": 1296, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "CommandName": "Remove-PnPPublishingImageRendition", - "Rank": 1 + "Id": 1296, + "Rank": 1, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Id": 1297, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", "CommandName": "Remove-PnPRoleDefinition", - "Rank": 1 + "Id": 1297, + "Rank": 1, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Id": 1298, - "Command": "Remove-PnPSdnProvider -Confirm:false", "CommandName": "Remove-PnPSdnProvider", - "Rank": 1 + "Id": 1298, + "Rank": 1, + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Id": 1299, - "Command": "Remove-PnPSearchConfiguration -Configuration $config", "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 1 + "Id": 1299, + "Rank": 1, + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Id": 1300, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 2 + "Id": 1300, + "Rank": 2, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Id": 1301, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 3 + "Id": 1301, + "Rank": 3, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Id": 1302, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 4 + "Id": 1302, + "Rank": 4, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 1303, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", "CommandName": "Remove-PnPSearchExternalConnection", - "Rank": 1 + "Id": 1303, + "Rank": 1, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Id": 1304, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "CommandName": "Remove-PnPSearchExternalItem", - "Rank": 1 + "Id": 1304, + "Rank": 1, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Id": 1305, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 1305, + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1306, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 2 + "Id": 1306, + "Rank": 2, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 1307, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 1307, + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Id": 1308, - "Command": "Remove-PnPSiteCollectionTermStore", "CommandName": "Remove-PnPSiteCollectionTermStore", - "Rank": 1 + "Id": 1308, + "Rank": 1, + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Id": 1309, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteDesign", - "Rank": 1 + "Id": 1309, + "Rank": 1, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1310, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteDesignTask", - "Rank": 1 + "Id": 1310, + "Rank": 1, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1311, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1311, + "Rank": 1, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Id": 1312, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1312, + "Rank": 2, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "Id": 1313, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Remove-PnPSiteGroup", - "Rank": 1 + "Id": 1313, + "Rank": 1, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1314, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", "CommandName": "Remove-PnPSiteGroup", - "Rank": 2 + "Id": 1314, + "Rank": 2, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Id": 1315, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteScript", - "Rank": 1 + "Id": 1315, + "Rank": 1, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Id": 1316, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "CommandName": "Remove-PnPSiteUserInvitations", - "Rank": 1 + "Id": 1316, + "Rank": 1, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Id": 1317, - "Command": "Remove-PnPStorageEntity -Key MyKey", "CommandName": "Remove-PnPStorageEntity", - "Rank": 1 + "Id": 1317, + "Rank": 1, + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Id": 1318, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", "CommandName": "Remove-PnPStorageEntity", - "Rank": 2 + "Id": 1318, + "Rank": 2, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Id": 1319, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", "CommandName": "Remove-PnPStoredCredential", - "Rank": 1 + "Id": 1319, + "Rank": 1, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Id": 1320, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 1 + "Id": 1320, + "Rank": 1, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Id": 1321, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 2 + "Id": 1321, + "Rank": 2, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Id": 1322, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", "CommandName": "Remove-PnPTeamsApp", - "Rank": 1 + "Id": 1322, + "Rank": 1, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Id": 1323, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", "CommandName": "Remove-PnPTeamsApp", - "Rank": 2 + "Id": 1323, + "Rank": 2, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Id": 1324, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", "CommandName": "Remove-PnPTeamsChannel", - "Rank": 1 + "Id": 1324, + "Rank": 1, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "Id": 1325, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 1 + "Id": 1325, + "Rank": 1, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "Id": 1326, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 2 + "Id": 1326, + "Rank": 2, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Id": 1327, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 3 + "Id": 1327, + "Rank": 3, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "Id": 1328, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", "CommandName": "Remove-PnPTeamsTab", - "Rank": 1 + "Id": 1328, + "Rank": 1, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "Id": 1329, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", "CommandName": "Remove-PnPTeamsTab", - "Rank": 2 + "Id": 1329, + "Rank": 2, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "Id": 1330, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", "CommandName": "Remove-PnPTeamsTab", - "Rank": 3 + "Id": 1330, + "Rank": 3, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "Id": 1331, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "CommandName": "Remove-PnPTeamsTag", - "Rank": 1 + "Id": 1331, + "Rank": 1, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Id": 1332, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "CommandName": "Remove-PnPTeamsTeam", - "Rank": 1 + "Id": 1332, + "Rank": 1, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Id": 1333, - "Command": "Remove-PnPTeamsTeam -Identity testteam", "CommandName": "Remove-PnPTeamsTeam", - "Rank": 2 + "Id": 1333, + "Rank": 2, + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Id": 1334, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", "CommandName": "Remove-PnPTeamsUser", - "Rank": 1 + "Id": 1334, + "Rank": 1, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Id": 1335, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Remove-PnPTeamsUser", - "Rank": 2 + "Id": 1335, + "Rank": 2, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 1336, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", "CommandName": "Remove-PnPTeamsUser", - "Rank": 3 + "Id": 1336, + "Rank": 3, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "Id": 1337, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "CommandName": "Remove-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 1337, + "Rank": 1, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Id": 1338, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 1 + "Id": 1338, + "Rank": 1, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1339, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 2 + "Id": 1339, + "Rank": 2, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Id": 1340, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Id": 1340, + "Rank": 1, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Id": 1341, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 2 + "Id": 1341, + "Rank": 2, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Id": 1342, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 3 + "Id": 1342, + "Rank": 3, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Id": 1343, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Remove-PnPTenantSite", - "Rank": 1 + "Id": 1343, + "Rank": 1, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1344, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", "CommandName": "Remove-PnPTenantSite", - "Rank": 2 + "Id": 1344, + "Rank": 2, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "Id": 1345, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", "CommandName": "Remove-PnPTenantSite", - "Rank": 3 + "Id": 1345, + "Rank": 3, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Id": 1346, - "Command": "Remove-PnPTenantSyncClientRestriction", "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Rank": 1 + "Id": 1346, + "Rank": 1, + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Id": 1347, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", "CommandName": "Remove-PnPTenantTheme", - "Rank": 1 + "Id": 1347, + "Rank": 1, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Id": 1348, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "CommandName": "Remove-PnPTerm", - "Rank": 1 + "Id": 1348, + "Rank": 1, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Id": 1349, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Remove-PnPTerm", - "Rank": 2 + "Id": 1349, + "Rank": 2, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 1350, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "CommandName": "Remove-PnPTermGroup", - "Rank": 1 + "Id": 1350, + "Rank": 1, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Id": 1351, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", "CommandName": "Remove-PnPTermGroup", - "Rank": 2 + "Id": 1351, + "Rank": 2, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Id": 1352, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", "CommandName": "Remove-PnPTermGroup", - "Rank": 3 + "Id": 1352, + "Rank": 3, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Id": 1353, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", "CommandName": "Remove-PnPTermLabel", - "Rank": 1 + "Id": 1353, + "Rank": 1, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "Id": 1354, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Remove-PnPTermLabel", - "Rank": 2 + "Id": 1354, + "Rank": 2, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Id": 1355, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", "CommandName": "Remove-PnPTodoList", - "Rank": 1 + "Id": 1355, + "Rank": 1, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "Id": 1356, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", "CommandName": "Remove-PnPTodoList", - "Rank": 2 + "Id": 1356, + "Rank": 2, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "Id": 1357, - "Command": "Remove-PnPUser -Identity 23", "CommandName": "Remove-PnPUser", - "Rank": 1 + "Id": 1357, + "Rank": 1, + "Command": "Remove-PnPUser -Identity 23" }, { - "Id": 1358, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", "CommandName": "Remove-PnPUser", - "Rank": 2 + "Id": 1358, + "Rank": 2, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "Id": 1359, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", "CommandName": "Remove-PnPUser", - "Rank": 3 + "Id": 1359, + "Rank": 3, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "Id": 1360, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "CommandName": "Remove-PnPUserInfo", - "Rank": 1 + "Id": 1360, + "Rank": 1, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Id": 1361, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", "CommandName": "Remove-PnPUserProfile", - "Rank": 1 + "Id": 1361, + "Rank": 1, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Id": 1362, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPUserProfilePhoto", - "Rank": 1 + "Id": 1362, + "Rank": 1, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Id": 1363, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", "CommandName": "Remove-PnPView", - "Rank": 1 + "Id": 1363, + "Rank": 1, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Id": 1364, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 1364, + "Rank": 1, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Id": 1365, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "CommandName": "Remove-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 1365, + "Rank": 1, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Id": 1366, - "Command": "Remove-PnPWeb -Identity projectA", "CommandName": "Remove-PnPWeb", - "Rank": 1 + "Id": 1366, + "Rank": 1, + "Command": "Remove-PnPWeb -Identity projectA" }, { - "Id": 1367, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", "CommandName": "Remove-PnPWeb", - "Rank": 2 + "Id": 1367, + "Rank": 2, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Id": 1368, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", "CommandName": "Remove-PnPWebhookSubscription", - "Rank": 1 + "Id": 1368, + "Rank": 1, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "Id": 1369, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Remove-PnPWebPart", - "Rank": 1 + "Id": 1369, + "Rank": 1, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Id": 1370, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", "CommandName": "Remove-PnPWebPart", - "Rank": 2 + "Id": 1370, + "Rank": 2, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Id": 1371, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", "CommandName": "Remove-PnPWikiPage", - "Rank": 1 + "Id": 1371, + "Rank": 1, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Id": 1372, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", "CommandName": "Rename-PnPFile", - "Rank": 1 + "Id": 1372, + "Rank": 1, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Id": 1373, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", "CommandName": "Rename-PnPFile", - "Rank": 2 + "Id": 1373, + "Rank": 2, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Id": 1374, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", "CommandName": "Rename-PnPFile", - "Rank": 3 + "Id": 1374, + "Rank": 3, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Id": 1375, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", "CommandName": "Rename-PnPFolder", - "Rank": 1 + "Id": 1375, + "Rank": 1, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Id": 1376, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Repair-PnPSite", - "Rank": 1 + "Id": 1376, + "Rank": 1, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1377, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "CommandName": "Repair-PnPSite", - "Rank": 2 + "Id": 1377, + "Rank": 2, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Id": 1378, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", "CommandName": "Request-PnPPersonalSite", - "Rank": 1 + "Id": 1378, + "Rank": 1, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Id": 1379, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", "CommandName": "Request-PnPPersonalSite", - "Rank": 2 + "Id": 1379, + "Rank": 2, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Id": 1380, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", "CommandName": "Request-PnPReIndexList", - "Rank": 1 + "Id": 1380, + "Rank": 1, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Id": 1381, - "Command": "Request-PnPReIndexWeb", "CommandName": "Request-PnPReIndexWeb", - "Rank": 1 + "Id": 1381, + "Rank": 1, + "Command": "Request-PnPReIndexWeb" }, { - "Id": 1382, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 1 + "Id": 1382, + "Rank": 1, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Id": 1383, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 2 + "Id": 1383, + "Rank": 2, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Id": 1384, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 3 + "Id": 1384, + "Rank": 3, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Id": 1385, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", "CommandName": "Reset-PnPDocumentId", - "Rank": 1 + "Id": 1385, + "Rank": 1, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "Id": 1386, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", "CommandName": "Reset-PnPDocumentId", - "Rank": 2 + "Id": 1386, + "Rank": 2, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "Id": 1387, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", "CommandName": "Reset-PnPFileVersion", - "Rank": 1 + "Id": 1387, + "Rank": 1, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Id": 1388, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", "CommandName": "Reset-PnPFileVersion", - "Rank": 2 + "Id": 1388, + "Rank": 2, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Id": 1389, - "Command": "Reset-PnPMicrosoft365GroupExpiration", "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Rank": 1 + "Id": 1389, + "Rank": 1, + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Id": 1390, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", "CommandName": "Reset-PnPRetentionLabel", - "Rank": 1 + "Id": 1390, + "Rank": 1, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "Id": 1391, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", "CommandName": "Reset-PnPRetentionLabel", - "Rank": 2 + "Id": 1391, + "Rank": 2, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "Id": 1392, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Rank": 1 + "Id": 1392, + "Rank": 1, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Id": 1393, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", "CommandName": "Resolve-PnPFolder", - "Rank": 1 + "Id": 1393, + "Rank": 1, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Id": 1394, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Restart-PnPFlowRun", - "Rank": 1 + "Id": 1394, + "Rank": 1, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 1395, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Restore-PnPDeletedContainer", - "Rank": 1 + "Id": 1395, + "Rank": 1, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Id": 1396, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Id": 1396, + "Rank": 1, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Id": 1397, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "CommandName": "Restore-PnPFileVersion", - "Rank": 1 + "Id": 1397, + "Rank": 1, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Id": 1398, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", "CommandName": "Restore-PnPFileVersion", - "Rank": 2 + "Id": 1398, + "Rank": 2, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Id": 1399, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "CommandName": "Restore-PnPFileVersion", - "Rank": 3 + "Id": 1399, + "Rank": 3, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Id": 1400, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Restore-PnPFlow", - "Rank": 1 + "Id": 1400, + "Rank": 1, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1401, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Restore-PnPFlow", - "Rank": 2 + "Id": 1401, + "Rank": 2, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Id": 1402, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "CommandName": "Restore-PnPListItemVersion", - "Rank": 1 + "Id": 1402, + "Rank": 1, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Id": 1403, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "CommandName": "Restore-PnPListItemVersion", - "Rank": 2 + "Id": 1403, + "Rank": 2, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Id": 1404, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "CommandName": "Restore-PnPRecycleBinItem", - "Rank": 1 + "Id": 1404, + "Rank": 1, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Id": 1405, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 1 + "Id": 1405, + "Rank": 1, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1406, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 2 + "Id": 1406, + "Rank": 2, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Id": 1407, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Restore-PnPTenantSite", - "Rank": 1 + "Id": 1407, + "Rank": 1, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Id": 1408, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "CommandName": "Restore-PnPTenantSite", - "Rank": 2 + "Id": 1408, + "Rank": 2, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Id": 1409, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", "CommandName": "Restore-PnPTenantSite", - "Rank": 3 + "Id": 1409, + "Rank": 3, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Id": 1410, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 1410, + "Rank": 1, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Id": 1411, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Revoke-PnPHubSiteRights", - "Rank": 1 + "Id": 1411, + "Rank": 1, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 1412, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Revoke-PnPSiteDesignRights", - "Rank": 1 + "Id": 1412, + "Rank": 1, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Id": 1413, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Rank": 1 + "Id": 1413, + "Rank": 1, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Id": 1414, - "Command": "Revoke-PnPUserSession -User user1@contoso.com", "CommandName": "Revoke-PnPUserSession", - "Rank": 1 + "Id": 1414, + "Rank": 1, + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Id": 1415, - "Command": "Save-PnPPageConversionLog", "CommandName": "Save-PnPPageConversionLog", - "Rank": 1 + "Id": 1415, + "Rank": 1, + "Command": "Save-PnPPageConversionLog" }, { - "Id": 1416, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", "CommandName": "Save-PnPSiteTemplate", - "Rank": 1 + "Id": 1416, + "Rank": 1, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Id": 1417, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", "CommandName": "Save-PnPTenantTemplate", - "Rank": 1 + "Id": 1417, + "Rank": 1, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "Id": 1418, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", "CommandName": "Send-PnPMail", - "Rank": 1 + "Id": 1418, + "Rank": 1, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Id": 1419, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", "CommandName": "Send-PnPMail", - "Rank": 2 + "Id": 1419, + "Rank": 2, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "Id": 1420, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", "CommandName": "Send-PnPMail", - "Rank": 3 + "Id": 1420, + "Rank": 3, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Id": 1421, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", "CommandName": "Send-PnPMail", - "Rank": 4 + "Id": 1421, + "Rank": 4, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "Id": 1422, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", "CommandName": "Send-PnPMail", - "Rank": 5 + "Id": 1422, + "Rank": 5, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "Id": 1423, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", "CommandName": "Set-PnPAdaptiveScopeProperty", - "Rank": 1 + "Id": 1423, + "Rank": 1, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Id": 1424, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 1 + "Id": 1424, + "Rank": 1, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Id": 1425, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 2 + "Id": 1425, + "Rank": 2, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Id": 1426, - "Command": "Set-PnPAppSideLoading -On", "CommandName": "Set-PnPAppSideLoading", - "Rank": 1 + "Id": 1426, + "Rank": 1, + "Command": "Set-PnPAppSideLoading -On" }, { - "Id": 1427, - "Command": "Set-PnPAppSideLoading -Off", "CommandName": "Set-PnPAppSideLoading", - "Rank": 2 + "Id": 1427, + "Rank": 2, + "Command": "Set-PnPAppSideLoading -Off" }, { - "Id": 1428, - "Command": "Set-PnPAuditing -EnableAll", "CommandName": "Set-PnPAuditing", - "Rank": 1 + "Id": 1428, + "Rank": 1, + "Command": "Set-PnPAuditing -EnableAll" }, { - "Id": 1429, - "Command": "Set-PnPAuditing -DisableAll", "CommandName": "Set-PnPAuditing", - "Rank": 2 + "Id": 1429, + "Rank": 2, + "Command": "Set-PnPAuditing -DisableAll" }, { - "Id": 1430, - "Command": "Set-PnPAuditing -RetentionTime 7", "CommandName": "Set-PnPAuditing", - "Rank": 3 + "Id": 1430, + "Rank": 3, + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Id": 1431, - "Command": "Set-PnPAuditing -TrimAuditLog", "CommandName": "Set-PnPAuditing", - "Rank": 4 + "Id": 1431, + "Rank": 4, + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Id": 1432, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", "CommandName": "Set-PnPAuditing", - "Rank": 5 + "Id": 1432, + "Rank": 5, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Id": 1433, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", "CommandName": "Set-PnPAvailablePageLayouts", - "Rank": 1 + "Id": 1433, + "Rank": 1, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Id": 1434, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 1434, + "Rank": 1, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Id": 1435, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 1435, + "Rank": 2, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Id": 1436, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPAzureADGroup", - "Rank": 1 + "Id": 1436, + "Rank": 1, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Id": 1437, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPAzureADGroup", - "Rank": 2 + "Id": 1437, + "Rank": 2, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Id": 1438, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", "CommandName": "Set-PnPAzureADGroup", - "Rank": 3 + "Id": 1438, + "Rank": 3, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Id": 1439, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 1 + "Id": 1439, + "Rank": 1, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "Id": 1440, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 2 + "Id": 1440, + "Rank": 2, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Id": 1441, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 3 + "Id": 1441, + "Rank": 3, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Id": 1442, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 1 + "Id": 1442, + "Rank": 1, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Id": 1443, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 2 + "Id": 1443, + "Rank": 2, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Id": 1444, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 1 + "Id": 1444, + "Rank": 1, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Id": 1445, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 2 + "Id": 1445, + "Rank": 2, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Id": 1446, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 3 + "Id": 1446, + "Rank": 3, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Id": 1447, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 4 + "Id": 1447, + "Rank": 4, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Id": 1448, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", "CommandName": "Set-PnPContentType", - "Rank": 1 + "Id": 1448, + "Rank": 1, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Id": 1449, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", "CommandName": "Set-PnPContentType", - "Rank": 2 + "Id": 1449, + "Rank": 2, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "Id": 1450, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", "CommandName": "Set-PnPContentType", - "Rank": 3 + "Id": 1450, + "Rank": 3, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Id": 1451, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "CommandName": "Set-PnPContentType", - "Rank": 4 + "Id": 1451, + "Rank": 4, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Id": 1452, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "CommandName": "Set-PnPContentType", - "Rank": 5 + "Id": 1452, + "Rank": 5, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Id": 1453, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 1 + "Id": 1453, + "Rank": 1, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "Id": 1454, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 2 + "Id": 1454, + "Rank": 2, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "Id": 1455, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 1 + "Id": 1455, + "Rank": 1, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Id": 1456, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 2 + "Id": 1456, + "Rank": 2, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "Id": 1457, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 3 + "Id": 1457, + "Rank": 3, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Id": 1458, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 4 + "Id": 1458, + "Rank": 4, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Id": 1459, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", "CommandName": "Set-PnPDefaultContentTypeToList", - "Rank": 1 + "Id": 1459, + "Rank": 1, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Id": 1460, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 1 + "Id": 1460, + "Rank": 1, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Id": 1461, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 2 + "Id": 1461, + "Rank": 2, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Id": 1462, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 3 + "Id": 1462, + "Rank": 3, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Id": 1463, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 1 + "Id": 1463, + "Rank": 1, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Id": 1464, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 2 + "Id": 1464, + "Rank": 2, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Id": 1465, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 3 + "Id": 1465, + "Rank": 3, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Id": 1466, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", "CommandName": "Set-PnPDocumentSetField", - "Rank": 1 + "Id": 1466, + "Rank": 1, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "Id": 1467, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", "CommandName": "Set-PnPDocumentSetField", - "Rank": 2 + "Id": 1467, + "Rank": 2, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Id": 1468, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", "CommandName": "Set-PnPField", - "Rank": 1 + "Id": 1468, + "Rank": 1, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "Id": 1469, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", "CommandName": "Set-PnPField", - "Rank": 2 + "Id": 1469, + "Rank": 2, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Id": 1470, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", "CommandName": "Set-PnPField", - "Rank": 3 + "Id": 1470, + "Rank": 3, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Id": 1471, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", "CommandName": "Set-PnPFileCheckedIn", - "Rank": 1 + "Id": 1471, + "Rank": 1, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Id": 1472, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", "CommandName": "Set-PnPFileCheckedIn", - "Rank": 2 + "Id": 1472, + "Rank": 2, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "Id": 1473, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", "CommandName": "Set-PnPFileCheckedIn", - "Rank": 3 + "Id": 1473, + "Rank": 3, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Id": 1474, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", "CommandName": "Set-PnPFileCheckedOut", - "Rank": 1 + "Id": 1474, + "Rank": 1, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Id": 1475, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 1 + "Id": 1475, + "Rank": 1, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "Id": 1476, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 2 + "Id": 1476, + "Rank": 2, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "Id": 1477, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 3 + "Id": 1477, + "Rank": 3, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "Id": 1478, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPFolderPermission", - "Rank": 1 + "Id": 1478, + "Rank": 1, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1479, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPFolderPermission", - "Rank": 2 + "Id": 1479, + "Rank": 2, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1480, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "CommandName": "Set-PnPFolderPermission", - "Rank": 3 + "Id": 1480, + "Rank": 3, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Id": 1481, - "Command": "Set-PnPFooter -Enabled:$true", "CommandName": "Set-PnPFooter", - "Rank": 1 + "Id": 1481, + "Rank": 1, + "Command": "Set-PnPFooter -Enabled:$true" }, { - "Id": 1482, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", "CommandName": "Set-PnPFooter", - "Rank": 2 + "Id": 1482, + "Rank": 2, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Id": 1483, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", "CommandName": "Set-PnPFooter", - "Rank": 3 + "Id": 1483, + "Rank": 3, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Id": 1484, - "Command": "Set-PnPFooter -LogoUrl \"\"", "CommandName": "Set-PnPFooter", - "Rank": 4 + "Id": 1484, + "Rank": 4, + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Id": 1485, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", "CommandName": "Set-PnPGraphSubscription", - "Rank": 1 + "Id": 1485, + "Rank": 1, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "Id": 1486, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", "CommandName": "Set-PnPGroup", - "Rank": 1 + "Id": 1486, + "Rank": 1, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Id": 1487, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", "CommandName": "Set-PnPGroup", - "Rank": 2 + "Id": 1487, + "Rank": 2, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Id": 1488, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", "CommandName": "Set-PnPGroupPermissions", - "Rank": 1 + "Id": 1488, + "Rank": 1, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Id": 1489, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", "CommandName": "Set-PnPGroupPermissions", - "Rank": 2 + "Id": 1489, + "Rank": 2, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Id": 1490, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", "CommandName": "Set-PnPGroupPermissions", - "Rank": 3 + "Id": 1490, + "Rank": 3, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Id": 1491, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", "CommandName": "Set-PnPGroupPermissions", - "Rank": 4 + "Id": 1491, + "Rank": 4, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Id": 1492, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", "CommandName": "Set-PnPGroupPermissions", - "Rank": 5 + "Id": 1492, + "Rank": 5, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Id": 1493, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 1 + "Id": 1493, + "Rank": 1, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Id": 1494, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 2 + "Id": 1494, + "Rank": 2, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Id": 1495, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", "CommandName": "Set-PnPHomePage", - "Rank": 1 + "Id": 1495, + "Rank": 1, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Id": 1496, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", "CommandName": "Set-PnPHomePage", - "Rank": 2 + "Id": 1496, + "Rank": 2, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Id": 1497, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "CommandName": "Set-PnPHomeSite", - "Rank": 1 + "Id": 1497, + "Rank": 1, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Id": 1498, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", "CommandName": "Set-PnPHomeSite", - "Rank": 2 + "Id": 1498, + "Rank": 2, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "Id": 1499, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", "CommandName": "Set-PnPHomeSite", - "Rank": 3 + "Id": 1499, + "Rank": 3, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "Id": 1500, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", "CommandName": "Set-PnPHubSite", - "Rank": 1 + "Id": 1500, + "Rank": 1, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "Id": 1501, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", "CommandName": "Set-PnPHubSite", - "Rank": 2 + "Id": 1501, + "Rank": 2, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "Id": 1502, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", "CommandName": "Set-PnPHubSite", - "Rank": 3 + "Id": 1502, + "Rank": 3, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "Id": 1503, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", "CommandName": "Set-PnPHubSite", - "Rank": 4 + "Id": 1503, + "Rank": 4, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "Id": 1504, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", "CommandName": "Set-PnPHubSite", - "Rank": 5 + "Id": 1504, + "Rank": 5, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Id": 1505, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", "CommandName": "Set-PnPHubSite", - "Rank": 6 + "Id": 1505, + "Rank": 6, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "Id": 1506, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", "CommandName": "Set-PnPImageListItemColumn", - "Rank": 1 + "Id": 1506, + "Rank": 1, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "Id": 1507, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", "CommandName": "Set-PnPImageListItemColumn", - "Rank": 2 + "Id": 1507, + "Rank": 2, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Id": 1508, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", "CommandName": "Set-PnPIndexedProperties", - "Rank": 1 + "Id": 1508, + "Rank": 1, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Id": 1509, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 1 + "Id": 1509, + "Rank": 1, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Id": 1510, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 2 + "Id": 1510, + "Rank": 2, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Id": 1511, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", "CommandName": "Set-PnPKnowledgeHubSite", - "Rank": 1 + "Id": 1511, + "Rank": 1, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Id": 1512, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", "CommandName": "Set-PnPList", - "Rank": 1 + "Id": 1512, + "Rank": 1, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Id": 1513, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", "CommandName": "Set-PnPList", - "Rank": 2 + "Id": 1513, + "Rank": 2, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Id": 1514, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", "CommandName": "Set-PnPList", - "Rank": 3 + "Id": 1514, + "Rank": 3, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Id": 1515, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", "CommandName": "Set-PnPList", - "Rank": 4 + "Id": 1515, + "Rank": 4, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Id": 1516, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", "CommandName": "Set-PnPList", - "Rank": 5 + "Id": 1516, + "Rank": 5, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Id": 1517, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", "CommandName": "Set-PnPList", - "Rank": 6 + "Id": 1517, + "Rank": 6, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Id": 1518, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", "CommandName": "Set-PnPList", - "Rank": 7 + "Id": 1518, + "Rank": 7, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Id": 1519, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", "CommandName": "Set-PnPList", - "Rank": 8 + "Id": 1519, + "Rank": 8, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Id": 1520, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", "CommandName": "Set-PnPList", - "Rank": 9 + "Id": 1520, + "Rank": 9, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "Id": 1521, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", "CommandName": "Set-PnPList", - "Rank": 10 + "Id": 1521, + "Rank": 10, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "Id": 1522, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", "CommandName": "Set-PnPList", - "Rank": 11 + "Id": 1522, + "Rank": 11, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Id": 1523, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", "CommandName": "Set-PnPList", - "Rank": 12 + "Id": 1523, + "Rank": 12, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "Id": 1524, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 1 + "Id": 1524, + "Rank": 1, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Id": 1525, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 2 + "Id": 1525, + "Rank": 2, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "Id": 1526, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Rank": 1 + "Id": 1526, + "Rank": 1, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1527, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Rank": 2 + "Id": 1527, + "Rank": 2, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1528, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Rank": 3 + "Id": 1528, + "Rank": 3, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Id": 1529, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", "CommandName": "Set-PnPListItem", - "Rank": 4 + "Id": 1529, + "Rank": 4, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "Id": 1530, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", "CommandName": "Set-PnPListItem", - "Rank": 5 + "Id": 1530, + "Rank": 5, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Id": 1531, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", "CommandName": "Set-PnPListItemAsRecord", - "Rank": 1 + "Id": 1531, + "Rank": 1, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Id": 1532, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", "CommandName": "Set-PnPListItemAsRecord", - "Rank": 2 + "Id": 1532, + "Rank": 2, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Id": 1533, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPListItemPermission", - "Rank": 1 + "Id": 1533, + "Rank": 1, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1534, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPListItemPermission", - "Rank": 2 + "Id": 1534, + "Rank": 2, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1535, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "CommandName": "Set-PnPListItemPermission", - "Rank": 3 + "Id": 1535, + "Rank": 3, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Id": 1536, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", "CommandName": "Set-PnPListItemPermission", - "Rank": 4 + "Id": 1536, + "Rank": 4, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Id": 1537, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", "CommandName": "Set-PnPListItemPermission", - "Rank": 5 + "Id": 1537, + "Rank": 5, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "Id": 1538, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPListPermission", - "Rank": 1 + "Id": 1538, + "Rank": 1, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Id": 1539, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPListPermission", - "Rank": 2 + "Id": 1539, + "Rank": 2, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Id": 1540, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 1 + "Id": 1540, + "Rank": 1, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Id": 1541, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 2 + "Id": 1541, + "Rank": 2, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Id": 1542, - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", "CommandName": "Set-PnPManagedAppId", - "Rank": 1 + "Id": 1542, + "Rank": 1, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "Id": 1543, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Rank": 1 + "Id": 1543, + "Rank": 1, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Id": 1544, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Rank": 2 + "Id": 1544, + "Rank": 2, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Id": 1545, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Rank": 3 + "Id": 1545, + "Rank": 3, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Id": 1546, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Rank": 4 + "Id": 1546, + "Rank": 4, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Id": 1547, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 1 + "Id": 1547, + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Id": 1548, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 2 + "Id": 1548, + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1549, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 3 + "Id": 1549, + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Id": 1550, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 1 + "Id": 1550, + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Id": 1551, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 2 + "Id": 1551, + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1552, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 3 + "Id": 1552, + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Id": 1553, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 1 + "Id": 1553, + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Id": 1554, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 2 + "Id": 1554, + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1555, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 3 + "Id": 1555, + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Id": 1556, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 1 + "Id": 1556, + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Id": 1557, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 2 + "Id": 1557, + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1558, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 3 + "Id": 1558, + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Id": 1559, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 1 + "Id": 1559, + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Id": 1560, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 2 + "Id": 1560, + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1561, - "Command": "Set-PnPMessageCenterAnnouncementAsRead", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 3 + "Id": 1561, + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Id": 1562, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 1 + "Id": 1562, + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Id": 1563, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 2 + "Id": 1563, + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Id": 1564, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 3 + "Id": 1564, + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Id": 1565, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 1 + "Id": 1565, + "Rank": 1, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Id": 1566, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1566, + "Rank": 2, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Id": 1567, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 3 + "Id": 1567, + "Rank": 3, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Id": 1568, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 4 + "Id": 1568, + "Rank": 4, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Id": 1569, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 5 + "Id": 1569, + "Rank": 5, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Id": 1570, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 6 + "Id": 1570, + "Rank": 6, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Id": 1571, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 1571, + "Rank": 1, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Id": 1572, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1572, + "Rank": 2, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Id": 1573, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 1573, + "Rank": 1, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Id": 1574, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 1574, + "Rank": 2, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "Id": 1575, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", "CommandName": "Set-PnPPage", - "Rank": 1 + "Id": 1575, + "Rank": 1, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Id": 1576, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", "CommandName": "Set-PnPPage", - "Rank": 2 + "Id": 1576, + "Rank": 2, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Id": 1577, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", "CommandName": "Set-PnPPage", - "Rank": 3 + "Id": 1577, + "Rank": 3, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Id": 1578, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", "CommandName": "Set-PnPPage", - "Rank": 4 + "Id": 1578, + "Rank": 4, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Id": 1579, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", "CommandName": "Set-PnPPage", - "Rank": 5 + "Id": 1579, + "Rank": 5, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "Id": 1580, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", "CommandName": "Set-PnPPage", - "Rank": 6 + "Id": 1580, + "Rank": 6, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "Id": 1581, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", "CommandName": "Set-PnPPage", - "Rank": 7 + "Id": 1581, + "Rank": 7, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Id": 1582, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", "CommandName": "Set-PnPPage", - "Rank": 8 + "Id": 1582, + "Rank": 8, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "Id": 1583, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", "CommandName": "Set-PnPPage", - "Rank": 9 + "Id": 1583, + "Rank": 9, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Id": 1584, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", "CommandName": "Set-PnPPage", - "Rank": 10 + "Id": 1584, + "Rank": 10, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Id": 1585, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", "CommandName": "Set-PnPPage", - "Rank": 11 + "Id": 1585, + "Rank": 11, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "Id": 1586, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", "CommandName": "Set-PnPPage", - "Rank": 12 + "Id": 1586, + "Rank": 12, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "Id": 1587, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", "CommandName": "Set-PnPPage", - "Rank": 13 + "Id": 1587, + "Rank": 13, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "Id": 1588, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", "CommandName": "Set-PnPPageTextPart", - "Rank": 1 + "Id": 1588, + "Rank": 1, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "Id": 1589, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", "CommandName": "Set-PnPPageWebPart", - "Rank": 1 + "Id": 1589, + "Rank": 1, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "Id": 1590, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", "CommandName": "Set-PnPPageWebPart", - "Rank": 2 + "Id": 1590, + "Rank": 2, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "Id": 1591, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", "CommandName": "Set-PnPPlannerBucket", - "Rank": 1 + "Id": 1591, + "Rank": 1, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Id": 1592, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 1 + "Id": 1592, + "Rank": 1, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Id": 1593, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 2 + "Id": 1593, + "Rank": 2, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Id": 1594, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", "CommandName": "Set-PnPPlannerPlan", - "Rank": 1 + "Id": 1594, + "Rank": 1, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Id": 1595, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", "CommandName": "Set-PnPPlannerTask", - "Rank": 1 + "Id": 1595, + "Rank": 1, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "Id": 1596, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", "CommandName": "Set-PnPPlannerTask", - "Rank": 2 + "Id": 1596, + "Rank": 2, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "Id": 1597, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", "CommandName": "Set-PnPPlannerTask", - "Rank": 3 + "Id": 1597, + "Rank": 3, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Id": 1598, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", "CommandName": "Set-PnPPlannerTask", - "Rank": 4 + "Id": 1598, + "Rank": 4, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "Id": 1599, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPPlannerUserPolicy", - "Rank": 1 + "Id": 1599, + "Rank": 1, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Id": 1600, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 1 + "Id": 1600, + "Rank": 1, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "Id": 1601, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 2 + "Id": 1601, + "Rank": 2, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "Id": 1602, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", "CommandName": "Set-PnPPropertyBagValue", - "Rank": 1 + "Id": 1602, + "Rank": 1, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Id": 1603, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", "CommandName": "Set-PnPPropertyBagValue", - "Rank": 2 + "Id": 1603, + "Rank": 2, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Id": 1604, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", "CommandName": "Set-PnPPropertyBagValue", - "Rank": 3 + "Id": 1604, + "Rank": 3, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Id": 1605, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 1 + "Id": 1605, + "Rank": 1, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Id": 1606, - "Command": "Set-PnPRequestAccessEmails -Disabled", "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 2 + "Id": 1606, + "Rank": 2, + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Id": 1607, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 3 + "Id": 1607, + "Rank": 3, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Id": 1608, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", "CommandName": "Set-PnPRetentionLabel", - "Rank": 1 + "Id": 1608, + "Rank": 1, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Id": 1609, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", "CommandName": "Set-PnPRetentionLabel", - "Rank": 2 + "Id": 1609, + "Rank": 2, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Id": 1610, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", "CommandName": "Set-PnPRetentionLabel", - "Rank": 3 + "Id": 1610, + "Rank": 3, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "Id": 1611, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", "CommandName": "Set-PnPRoleDefinition", - "Rank": 1 + "Id": 1611, + "Rank": 1, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Id": 1612, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", "CommandName": "Set-PnPRoleDefinition", - "Rank": 2 + "Id": 1612, + "Rank": 2, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Id": 1613, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", "CommandName": "Set-PnPRoleDefinition", - "Rank": 3 + "Id": 1613, + "Rank": 3, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Id": 1614, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", "CommandName": "Set-PnPRoleDefinition", - "Rank": 4 + "Id": 1614, + "Rank": 4, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Id": 1615, - "Command": "Set-PnPSearchConfiguration -Configuration $config", "CommandName": "Set-PnPSearchConfiguration", - "Rank": 1 + "Id": 1615, + "Rank": 1, + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Id": 1616, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", "CommandName": "Set-PnPSearchConfiguration", - "Rank": 2 + "Id": 1616, + "Rank": 2, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Id": 1617, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", "CommandName": "Set-PnPSearchConfiguration", - "Rank": 3 + "Id": 1617, + "Rank": 3, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Id": 1618, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Set-PnPSearchConfiguration", - "Rank": 4 + "Id": 1618, + "Rank": 4, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Id": 1619, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 1 + "Id": 1619, + "Rank": 1, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "Id": 1620, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 2 + "Id": 1620, + "Rank": 2, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "Id": 1621, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 3 + "Id": 1621, + "Rank": 3, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Id": 1622, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", "CommandName": "Set-PnPSearchExternalItem", - "Rank": 1 + "Id": 1622, + "Rank": 1, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "Id": 1623, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPSearchExternalItem", - "Rank": 2 + "Id": 1623, + "Rank": 2, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1624, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", "CommandName": "Set-PnPSearchExternalSchema", - "Rank": 1 + "Id": 1624, + "Rank": 1, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "Id": 1625, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", "CommandName": "Set-PnPSearchSettings", - "Rank": 1 + "Id": 1625, + "Rank": 1, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Id": 1626, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", "CommandName": "Set-PnPSearchSettings", - "Rank": 2 + "Id": 1626, + "Rank": 2, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Id": 1627, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", "CommandName": "Set-PnPSearchSettings", - "Rank": 3 + "Id": 1627, + "Rank": 3, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Id": 1628, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", "CommandName": "Set-PnPSearchSettings", - "Rank": 4 + "Id": 1628, + "Rank": 4, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Id": 1629, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", "CommandName": "Set-PnPSearchSettings", - "Rank": 5 + "Id": 1629, + "Rank": 5, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Id": 1630, - "Command": "Set-PnPSearchSettings -SearchScope Tenant", "CommandName": "Set-PnPSearchSettings", - "Rank": 6 + "Id": 1630, + "Rank": 6, + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Id": 1631, - "Command": "Set-PnPSearchSettings -SearchScope Hub", "CommandName": "Set-PnPSearchSettings", - "Rank": 7 + "Id": 1631, + "Rank": 7, + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Id": 1632, - "Command": "Set-PnPSite -Classification \"HBI\"", "CommandName": "Set-PnPSite", - "Rank": 1 + "Id": 1632, + "Rank": 1, + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Id": 1633, - "Command": "Set-PnPSite -Classification $null", "CommandName": "Set-PnPSite", - "Rank": 2 + "Id": 1633, + "Rank": 2, + "Command": "Set-PnPSite -Classification $null" }, { - "Id": 1634, - "Command": "Set-PnPSite -DisableFlows", "CommandName": "Set-PnPSite", - "Rank": 3 + "Id": 1634, + "Rank": 3, + "Command": "Set-PnPSite -DisableFlows" }, { - "Id": 1635, - "Command": "Set-PnPSite -DisableFlows:$false", "CommandName": "Set-PnPSite", - "Rank": 4 + "Id": 1635, + "Rank": 4, + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Id": 1636, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", "CommandName": "Set-PnPSite", - "Rank": 5 + "Id": 1636, + "Rank": 5, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Id": 1637, - "Command": "Set-PnPSite -NoScriptSite $false", "CommandName": "Set-PnPSite", - "Rank": 6 + "Id": 1637, + "Rank": 6, + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Id": 1638, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", "CommandName": "Set-PnPSiteArchiveState", - "Rank": 1 + "Id": 1638, + "Rank": 1, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "Id": 1639, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", "CommandName": "Set-PnPSiteArchiveState", - "Rank": 2 + "Id": 1639, + "Rank": 2, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "Id": 1640, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", "CommandName": "Set-PnPSiteClassification", - "Rank": 1 + "Id": 1640, + "Rank": 1, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Id": 1641, - "Command": "Set-PnPSiteClosure -State Open", "CommandName": "Set-PnPSiteClosure", - "Rank": 1 + "Id": 1641, + "Rank": 1, + "Command": "Set-PnPSiteClosure -State Open" }, { - "Id": 1642, - "Command": "Set-PnPSiteClosure -State Closed", "CommandName": "Set-PnPSiteClosure", - "Rank": 2 + "Id": 1642, + "Rank": 2, + "Command": "Set-PnPSiteClosure -State Closed" }, { - "Id": 1643, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", "CommandName": "Set-PnPSiteDesign", - "Rank": 1 + "Id": 1643, + "Rank": 1, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "Id": 1644, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "CommandName": "Set-PnPSiteDesign", - "Rank": 2 + "Id": 1644, + "Rank": 2, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Id": 1645, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 1 + "Id": 1645, + "Rank": 1, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "Id": 1646, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 2 + "Id": 1646, + "Rank": 2, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "Id": 1647, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", "CommandName": "Set-PnPSiteGroup", - "Rank": 1 + "Id": 1647, + "Rank": 1, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "Id": 1648, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", "CommandName": "Set-PnPSiteGroup", - "Rank": 2 + "Id": 1648, + "Rank": 2, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Id": 1649, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", "CommandName": "Set-PnPSitePolicy", - "Rank": 1 + "Id": 1649, + "Rank": 1, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Id": 1650, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "CommandName": "Set-PnPSiteScript", - "Rank": 1 + "Id": 1650, + "Rank": 1, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Id": 1651, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "CommandName": "Set-PnPSiteScriptPackage", - "Rank": 1 + "Id": 1651, + "Rank": 1, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Id": 1652, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 1 + "Id": 1652, + "Rank": 1, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Id": 1653, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 2 + "Id": 1653, + "Rank": 2, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Id": 1654, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 1 + "Id": 1654, + "Rank": 1, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Id": 1655, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 2 + "Id": 1655, + "Rank": 2, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Id": 1656, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 3 + "Id": 1656, + "Rank": 3, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Id": 1657, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 4 + "Id": 1657, + "Rank": 4, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Id": 1658, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 5 + "Id": 1658, + "Rank": 5, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Id": 1659, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 6 + "Id": 1659, + "Rank": 6, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Id": 1660, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 1 + "Id": 1660, + "Rank": 1, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "Id": 1661, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 2 + "Id": 1661, + "Rank": 2, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "Id": 1662, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 3 + "Id": 1662, + "Rank": 3, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "Id": 1663, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 4 + "Id": 1663, + "Rank": 4, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "Id": 1664, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 5 + "Id": 1664, + "Rank": 5, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "Id": 1665, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 6 + "Id": 1665, + "Rank": 6, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "Id": 1666, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 7 + "Id": 1666, + "Rank": 7, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "Id": 1667, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 8 + "Id": 1667, + "Rank": 8, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "Id": 1668, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 9 + "Id": 1668, + "Rank": 9, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "Id": 1669, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 10 + "Id": 1669, + "Rank": 10, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "Id": 1670, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 11 + "Id": 1670, + "Rank": 11, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "Id": 1671, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "CommandName": "Set-PnPStorageEntity", - "Rank": 1 + "Id": 1671, + "Rank": 1, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Id": 1672, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "CommandName": "Set-PnPStorageEntity", - "Rank": 2 + "Id": 1672, + "Rank": 2, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Id": 1673, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 1 + "Id": 1673, + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 1674, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 2 + "Id": 1674, + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Id": 1675, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 1 + "Id": 1675, + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 1676, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 2 + "Id": 1676, + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Id": 1677, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 1 + "Id": 1677, + "Rank": 1, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Id": 1678, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 2 + "Id": 1678, + "Rank": 2, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Id": 1679, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 3 + "Id": 1679, + "Rank": 3, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Id": 1680, - "Command": "Set-PnPTeamifyPromptHidden", "CommandName": "Set-PnPTeamifyPromptHidden", - "Rank": 1 + "Id": 1680, + "Rank": 1, + "Command": "Set-PnPTeamifyPromptHidden" }, { - "Id": 1681, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", "CommandName": "Set-PnPTeamsChannel", - "Rank": 1 + "Id": 1681, + "Rank": 1, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Id": 1682, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", "CommandName": "Set-PnPTeamsChannel", - "Rank": 2 + "Id": 1682, + "Rank": 2, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "Id": 1683, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 1 + "Id": 1683, + "Rank": 1, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "Id": 1684, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 2 + "Id": 1684, + "Rank": 2, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "Id": 1685, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", "CommandName": "Set-PnPTeamsTab", - "Rank": 1 + "Id": 1685, + "Rank": 1, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "Id": 1686, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", "CommandName": "Set-PnPTeamsTag", - "Rank": 1 + "Id": 1686, + "Rank": 1, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Id": 1687, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", "CommandName": "Set-PnPTeamsTeam", - "Rank": 1 + "Id": 1687, + "Rank": 1, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Id": 1688, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", "CommandName": "Set-PnPTeamsTeam", - "Rank": 2 + "Id": 1688, + "Rank": 2, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Id": 1689, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", "CommandName": "Set-PnPTeamsTeam", - "Rank": 3 + "Id": 1689, + "Rank": 3, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Id": 1690, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", "CommandName": "Set-PnPTeamsTeam", - "Rank": 4 + "Id": 1690, + "Rank": 4, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Id": 1691, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 1 + "Id": 1691, + "Rank": 1, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Id": 1692, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 2 + "Id": 1692, + "Rank": 2, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Id": 1693, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 3 + "Id": 1693, + "Rank": 3, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Id": 1694, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", "CommandName": "Set-PnPTeamsTeamPicture", - "Rank": 1 + "Id": 1694, + "Rank": 1, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Id": 1695, - "Command": "Set-PnPTemporarilyDisableAppBar $true", "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 1 + "Id": 1695, + "Rank": 1, + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Id": 1696, - "Command": "Set-PnPTemporarilyDisableAppBar $false", "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 2 + "Id": 1696, + "Rank": 2, + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "Id": 1697, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", "CommandName": "Set-PnPTenant", - "Rank": 1 + "Id": 1697, + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "Id": 1698, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", "CommandName": "Set-PnPTenant", - "Rank": 2 + "Id": 1698, + "Rank": 2, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Id": 1699, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", "CommandName": "Set-PnPTenant", - "Rank": 3 + "Id": 1699, + "Rank": 3, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Id": 1700, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", "CommandName": "Set-PnPTenant", - "Rank": 4 + "Id": 1700, + "Rank": 4, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Id": 1701, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", "CommandName": "Set-PnPTenant", - "Rank": 5 + "Id": 1701, + "Rank": 5, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "Id": 1702, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", "CommandName": "Set-PnPTenant", - "Rank": 6 + "Id": 1702, + "Rank": 6, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "Id": 1703, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", "CommandName": "Set-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 1703, + "Rank": 1, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Id": 1704, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 1 + "Id": 1704, + "Rank": 1, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Id": 1705, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 2 + "Id": 1705, + "Rank": 2, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Id": 1706, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 3 + "Id": 1706, + "Rank": 3, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "Id": 1707, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 1 + "Id": 1707, + "Rank": 1, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "Id": 1708, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 2 + "Id": 1708, + "Rank": 2, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Id": 1709, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 1 + "Id": 1709, + "Rank": 1, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "Id": 1710, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 2 + "Id": 1710, + "Rank": 2, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "Id": 1711, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 1 + "Id": 1711, + "Rank": 1, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "Id": 1712, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 2 + "Id": 1712, + "Rank": 2, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "Id": 1713, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", "CommandName": "Set-PnPTenantSite", - "Rank": 1 + "Id": 1713, + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "Id": 1714, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", "CommandName": "Set-PnPTenantSite", - "Rank": 2 + "Id": 1714, + "Rank": 2, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "Id": 1715, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPTenantSite", - "Rank": 3 + "Id": 1715, + "Rank": 3, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Id": 1716, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Set-PnPTenantSite", - "Rank": 4 + "Id": 1716, + "Rank": 4, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Id": 1717, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", "CommandName": "Set-PnPTenantSite", - "Rank": 5 + "Id": 1717, + "Rank": 5, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Id": 1718, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 1 + "Id": 1718, + "Rank": 1, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Id": 1719, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 2 + "Id": 1719, + "Rank": 2, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Id": 1720, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", "CommandName": "Set-PnPTerm", - "Rank": 1 + "Id": 1720, + "Rank": 1, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "Id": 1721, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "Set-PnPTerm", - "Rank": 2 + "Id": 1721, + "Rank": 2, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1722, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "Set-PnPTerm", - "Rank": 3 + "Id": 1722, + "Rank": 3, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Id": 1723, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", "CommandName": "Set-PnPTerm", - "Rank": 4 + "Id": 1723, + "Rank": 4, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "Id": 1724, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", "CommandName": "Set-PnPTermGroup", - "Rank": 1 + "Id": 1724, + "Rank": 1, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Id": 1725, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "CommandName": "Set-PnPTermGroup", - "Rank": 2 + "Id": 1725, + "Rank": 2, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Id": 1726, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", "CommandName": "Set-PnPTermSet", - "Rank": 1 + "Id": 1726, + "Rank": 1, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Id": 1727, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", "CommandName": "Set-PnPTermSet", - "Rank": 2 + "Id": 1727, + "Rank": 2, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Id": 1728, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", "CommandName": "Set-PnPTermSet", - "Rank": 3 + "Id": 1728, + "Rank": 3, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Id": 1729, - "Command": "Set-PnPTheme", "CommandName": "Set-PnPTheme", - "Rank": 1 + "Id": 1729, + "Rank": 1, + "Command": "Set-PnPTheme" }, { - "Id": 1730, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", "CommandName": "Set-PnPTheme", - "Rank": 2 + "Id": 1730, + "Rank": 2, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Id": 1731, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", "CommandName": "Set-PnPTheme", - "Rank": 3 + "Id": 1731, + "Rank": 3, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "Id": 1732, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", "CommandName": "Set-PnPTheme", - "Rank": 4 + "Id": 1732, + "Rank": 4, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Id": 1733, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", "CommandName": "Set-PnPUserOneDriveQuota", - "Rank": 1 + "Id": 1733, + "Rank": 1, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Id": 1734, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", "CommandName": "Set-PnPUserProfilePhoto", - "Rank": 1 + "Id": 1734, + "Rank": 1, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "Id": 1735, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", "CommandName": "Set-PnPUserProfileProperty", - "Rank": 1 + "Id": 1735, + "Rank": 1, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Id": 1736, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", "CommandName": "Set-PnPUserProfileProperty", - "Rank": 2 + "Id": 1736, + "Rank": 2, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "Id": 1737, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", "CommandName": "Set-PnPView", - "Rank": 1 + "Id": 1737, + "Rank": 1, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "Id": 1738, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", "CommandName": "Set-PnPView", - "Rank": 2 + "Id": 1738, + "Rank": 2, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "Id": 1739, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", "CommandName": "Set-PnPView", - "Rank": 3 + "Id": 1739, + "Rank": 3, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "Id": 1740, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", "CommandName": "Set-PnPView", - "Rank": 4 + "Id": 1740, + "Rank": 4, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "Id": 1741, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 1741, + "Rank": 1, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "Id": 1742, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 1742, + "Rank": 2, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "Id": 1743, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 3 + "Id": 1743, + "Rank": 3, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "Id": 1744, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 4 + "Id": 1744, + "Rank": 4, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Id": 1745, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 1745, + "Rank": 1, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "Id": 1746, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 2 + "Id": 1746, + "Rank": 2, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "Id": 1747, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", "CommandName": "Set-PnPWeb", - "Rank": 1 + "Id": 1747, + "Rank": 1, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Id": 1748, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", "CommandName": "Set-PnPWeb", - "Rank": 2 + "Id": 1748, + "Rank": 2, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Id": 1749, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", "CommandName": "Set-PnPWeb", - "Rank": 3 + "Id": 1749, + "Rank": 3, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Id": 1750, - "Command": "Set-PnPWeb -NoCrawl:$true", "CommandName": "Set-PnPWeb", - "Rank": 4 + "Id": 1750, + "Rank": 4, + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Id": 1751, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", "CommandName": "Set-PnPWebHeader", - "Rank": 1 + "Id": 1751, + "Rank": 1, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Id": 1752, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", "CommandName": "Set-PnPWebHeader", - "Rank": 2 + "Id": 1752, + "Rank": 2, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Id": 1753, - "Command": "Set-PnPWebHeader -LogoAlignment Middle", "CommandName": "Set-PnPWebHeader", - "Rank": 3 + "Id": 1753, + "Rank": 3, + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Id": 1754, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", "CommandName": "Set-PnPWebhookSubscription", - "Rank": 1 + "Id": 1754, + "Rank": 1, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Id": 1755, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "CommandName": "Set-PnPWebhookSubscription", - "Rank": 2 + "Id": 1755, + "Rank": 2, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Id": 1756, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", "CommandName": "Set-PnPWebPartProperty", - "Rank": 1 + "Id": 1756, + "Rank": 1, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "Id": 1757, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Rank": 1 + "Id": 1757, + "Rank": 1, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Id": 1758, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Rank": 2 + "Id": 1758, + "Rank": 2, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Id": 1759, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Rank": 3 + "Id": 1759, + "Rank": 3, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Id": 1760, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", "CommandName": "Set-PnPWebPermission", - "Rank": 4 + "Id": 1760, + "Rank": 4, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Id": 1761, - "Command": "Set-PnPWebTheme -Theme MyTheme", "CommandName": "Set-PnPWebTheme", - "Rank": 1 + "Id": 1761, + "Rank": 1, + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Id": 1762, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", "CommandName": "Set-PnPWebTheme", - "Rank": 2 + "Id": 1762, + "Rank": 2, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Id": 1763, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", "CommandName": "Set-PnPWikiPageContent", - "Rank": 1 + "Id": 1763, + "Rank": 1, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Id": 1764, - "Command": "Start-PnPEnterpriseAppInsightsReport", "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 1 + "Id": 1764, + "Rank": 1, + "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "Id": 1765, - "Command": "Start-PnPEnterpriseAppInsightsReport 28", "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 2 + "Id": 1765, + "Rank": 2, + "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "Id": 1766, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", "CommandName": "Start-PnPTraceLog", - "Rank": 1 + "Id": 1766, + "Rank": 1, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "Id": 1767, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", "CommandName": "Start-PnPTraceLog", - "Rank": 2 + "Id": 1767, + "Rank": 2, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "Id": 1768, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", "CommandName": "Start-PnPTraceLog", - "Rank": 3 + "Id": 1768, + "Rank": 3, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "Id": 1769, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", "CommandName": "Start-PnPTraceLog", - "Rank": 4 + "Id": 1769, + "Rank": 4, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "Id": 1770, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Stop-PnPFlowRun", - "Rank": 1 + "Id": 1770, + "Rank": 1, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Id": 1771, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", "CommandName": "Stop-PnPFlowRun", - "Rank": 2 + "Id": 1771, + "Rank": 2, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "Id": 1772, - "Command": "Stop-PnPTraceLog", "CommandName": "Stop-PnPTraceLog", - "Rank": 1 + "Id": 1772, + "Rank": 1, + "Command": "Stop-PnPTraceLog" }, { - "Id": 1773, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", "CommandName": "Stop-PnPTraceLog", - "Rank": 2 + "Id": 1773, + "Rank": 2, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "Id": 1774, - "Command": "Submit-PnPSearchQuery -Query \"finance\"", "CommandName": "Submit-PnPSearchQuery", - "Rank": 1 + "Id": 1774, + "Rank": 1, + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Id": 1775, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", "CommandName": "Submit-PnPSearchQuery", - "Rank": 2 + "Id": 1775, + "Rank": 2, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Id": 1776, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", "CommandName": "Submit-PnPSearchQuery", - "Rank": 3 + "Id": 1776, + "Rank": 3, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Id": 1777, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", "CommandName": "Submit-PnPSearchQuery", - "Rank": 4 + "Id": 1777, + "Rank": 4, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Id": 1778, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", "CommandName": "Submit-PnPSearchQuery", - "Rank": 5 + "Id": 1778, + "Rank": 5, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Id": 1779, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", "CommandName": "Submit-PnPSearchQuery", - "Rank": 6 + "Id": 1779, + "Rank": 6, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "Id": 1780, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 1 + "Id": 1780, + "Rank": 1, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "Id": 1781, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 2 + "Id": 1781, + "Rank": 2, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Id": 1782, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Sync-PnPAppToTeams", - "Rank": 1 + "Id": 1782, + "Rank": 1, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1783, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 1 + "Id": 1783, + "Rank": 1, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Id": 1784, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 2 + "Id": 1784, + "Rank": 2, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "Id": 1785, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 3 + "Id": 1785, + "Rank": 3, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Id": 1786, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", "CommandName": "Test-PnPListItemIsRecord", - "Rank": 1 + "Id": 1786, + "Rank": 1, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Id": 1787, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Rank": 1 + "Id": 1787, + "Rank": 1, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Id": 1788, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Test-PnPSite", - "Rank": 1 + "Id": 1788, + "Rank": 1, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Id": 1789, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "CommandName": "Test-PnPSite", - "Rank": 2 + "Id": 1789, + "Rank": 2, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Id": 1790, - "Command": "Test-PnPTenantTemplate -Template $myTemplate", "CommandName": "Test-PnPTenantTemplate", - "Rank": 1 + "Id": 1790, + "Rank": 1, + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Id": 1791, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", "CommandName": "Undo-PnPFileCheckedOut", - "Rank": 1 + "Id": 1791, + "Rank": 1, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Id": 1792, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Uninstall-PnPApp", - "Rank": 1 + "Id": 1792, + "Rank": 1, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1793, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Uninstall-PnPApp", - "Rank": 2 + "Id": 1793, + "Rank": 2, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1794, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Rank": 1 + "Id": 1794, + "Rank": 1, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "Id": 1795, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Unpublish-PnPApp", - "Rank": 1 + "Id": 1795, + "Rank": 1, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1796, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Unpublish-PnPApp", - "Rank": 2 + "Id": 1796, + "Rank": 2, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1797, - "Command": "Unpublish-PnPContentType -ContentType 0x0101", "CommandName": "Unpublish-PnPContentType", - "Rank": 1 + "Id": 1797, + "Rank": 1, + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Id": 1798, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 1 + "Id": 1798, + "Rank": 1, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Id": 1799, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 2 + "Id": 1799, + "Rank": 2, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Id": 1800, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "CommandName": "Unregister-PnPHubSite", - "Rank": 1 + "Id": 1800, + "Rank": 1, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Id": 1801, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Update-PnPApp", - "Rank": 1 + "Id": 1801, + "Rank": 1, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Id": 1802, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Update-PnPApp", - "Rank": 2 + "Id": 1802, + "Rank": 2, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Id": 1803, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 1803, + "Rank": 1, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Id": 1804, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 1804, + "Rank": 2, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Id": 1805, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 3 + "Id": 1805, + "Rank": 3, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Id": 1806, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 1 + "Id": 1806, + "Rank": 1, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Id": 1807, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 2 + "Id": 1807, + "Rank": 2, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Id": 1808, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 3 + "Id": 1808, + "Rank": 3, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "Id": 1809, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", "CommandName": "Update-PnPTeamsApp", - "Rank": 1 + "Id": 1809, + "Rank": 1, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Id": 1810, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Update-PnPTeamsUser", - "Rank": 1 + "Id": 1810, + "Rank": 1, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Id": 1811, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "CommandName": "Update-PnPTeamsUser", - "Rank": 2 + "Id": 1811, + "Rank": 2, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Id": 1812, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", "CommandName": "Update-PnPTeamsUser", - "Rank": 3 + "Id": 1812, + "Rank": 3, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "Id": 1813, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", "CommandName": "Update-PnPTodoList", - "Rank": 1 + "Id": 1813, + "Rank": 1, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "Id": 1814, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", "CommandName": "Update-PnPTodoList", - "Rank": 2 + "Id": 1814, + "Rank": 2, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Id": 1815, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", "CommandName": "Update-PnPUserType", - "Rank": 1 + "Id": 1815, + "Rank": 1, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "Id": 1816, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 1 + "Id": 1816, + "Rank": 1, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Id": 1817, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 2 + "Id": 1817, + "Rank": 2, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "Id": 1818, - "Command": "Write-PnPTraceLog \"Hello World\"", "CommandName": "Write-PnPTraceLog", - "Rank": 1 + "Id": 1818, + "Rank": 1, + "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "Id": 1819, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", "CommandName": "Write-PnPTraceLog", - "Rank": 2 + "Id": 1819, + "Rank": 2, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "Id": 1820, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", "CommandName": "Write-PnPTraceLog", - "Rank": 3 + "Id": 1820, + "Rank": 3, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "Id": 1821, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", "CommandName": "Write-PnPTraceLog", - "Rank": 4 + "Id": 1821, + "Rank": 4, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 077744179..0fab416ba 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.109", - "Message": "" + "Message": "", + "Version": "3.1.110" } \ No newline at end of file diff --git a/version.txt b/version.txt index 2af1aca84..725168e1c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.109 \ No newline at end of file +3.1.110 \ No newline at end of file From b52d5f2cd47b3870e09770bb2732bf55400ef8fc Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Wed, 6 Aug 2025 03:12:07 +0000 Subject: [PATCH 11/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 3642 ++++++++--------- version.json | 2 +- version.txt | 2 +- 4 files changed, 1826 insertions(+), 1826 deletions(-) diff --git a/dependencies.json b/dependencies.json index 12a70116e..27802dd3c 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250805-031154", + "Updated": "20250806-031045", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "2cfe3a9baab2b630e8d63087c4ecf7cca1c6d809", - "PnPCore": "824829d6404b6e96aaf30a7b37a726a7809b807e" + "PnPFramework": "a83b38f43bbb4a5655ec1b558b9bf25d237e0a2e", + "PnPCore": "9dedd7865c073d12833dcefb2618258d968ec885" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 7157ec278..6bd76fa45 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { + "Rank": 1, "CommandName": "Add-PnPAlert", "Id": 1, - "Rank": 1, "Command": "Add-PnPAlert -List \"Demo List\"" }, { + "Rank": 2, "CommandName": "Add-PnPAlert", "Id": 2, - "Rank": 2, "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { + "Rank": 3, "CommandName": "Add-PnPAlert", "Id": 3, - "Rank": 3, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { + "Rank": 4, "CommandName": "Add-PnPAlert", "Id": 4, - "Rank": 4, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { + "Rank": 1, "CommandName": "Add-PnPApp", "Id": 5, - "Rank": 1, "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { + "Rank": 2, "CommandName": "Add-PnPApp", "Id": 6, - "Rank": 2, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { + "Rank": 3, "CommandName": "Add-PnPApp", "Id": 7, - "Rank": 3, "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { + "Rank": 4, "CommandName": "Add-PnPApp", "Id": 8, - "Rank": 4, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { + "Rank": 1, "CommandName": "Add-PnPApplicationCustomizer", "Id": 9, - "Rank": 1, "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { + "Rank": 1, "CommandName": "Add-PnPAvailableSiteClassification", "Id": 10, - "Rank": 1, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { + "Rank": 2, "CommandName": "Add-PnPAvailableSiteClassification", "Id": 11, - "Rank": 2, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { + "Rank": 1, "CommandName": "Add-PnPAzureADGroupMember", "Id": 12, - "Rank": 1, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Add-PnPAzureADGroupMember", "Id": 13, - "Rank": 2, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 3, "CommandName": "Add-PnPAzureADGroupMember", "Id": 14, - "Rank": 3, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { + "Rank": 1, "CommandName": "Add-PnPAzureADGroupOwner", "Id": 15, - "Rank": 1, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Add-PnPAzureADGroupOwner", "Id": 16, - "Rank": 2, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 3, "CommandName": "Add-PnPAzureADGroupOwner", "Id": 17, - "Rank": 3, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { + "Rank": 1, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 18, - "Rank": 1, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { + "Rank": 2, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 19, - "Rank": 2, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { + "Rank": 1, "CommandName": "Add-PnPBrandCenterFont", "Id": 20, - "Rank": 1, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { + "Rank": 2, "CommandName": "Add-PnPBrandCenterFont", "Id": 21, - "Rank": 2, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { + "Rank": 1, "CommandName": "Add-PnPBrandCenterFontPackage", "Id": 22, - "Rank": 1, "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { + "Rank": 1, "CommandName": "Add-PnPContentType", "Id": 23, - "Rank": 1, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { + "Rank": 2, "CommandName": "Add-PnPContentType", "Id": 24, - "Rank": 2, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { + "Rank": 3, "CommandName": "Add-PnPContentType", "Id": 25, - "Rank": 3, "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { + "Rank": 4, "CommandName": "Add-PnPContentType", "Id": 26, - "Rank": 4, "Command": "Add-PnPContentType -Name \"Project Item\"" }, { + "Rank": 5, "CommandName": "Add-PnPContentType", "Id": 27, - "Rank": 5, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { + "Rank": 1, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 28, - "Rank": 1, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { + "Rank": 2, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 29, - "Rank": 2, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { + "Rank": 1, "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 30, - "Rank": 1, "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { + "Rank": 2, "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 31, - "Rank": 2, "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { + "Rank": 1, "CommandName": "Add-PnPContentTypeToList", "Id": 32, - "Rank": 1, "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { + "Rank": 1, "CommandName": "Add-PnPCustomAction", "Id": 33, - "Rank": 1, "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { + "Rank": 1, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 34, - "Rank": 1, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { + "Rank": 2, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 35, - "Rank": 2, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { + "Rank": 1, "CommandName": "Add-PnPDocumentSet", "Id": 36, - "Rank": 1, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { + "Rank": 2, "CommandName": "Add-PnPDocumentSet", "Id": 37, - "Rank": 2, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { + "Rank": 1, "CommandName": "Add-PnPEventReceiver", "Id": 38, - "Rank": 1, "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { + "Rank": 2, "CommandName": "Add-PnPEventReceiver", "Id": 39, - "Rank": 2, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { + "Rank": 3, "CommandName": "Add-PnPEventReceiver", "Id": 40, - "Rank": 3, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { + "Rank": 4, "CommandName": "Add-PnPEventReceiver", "Id": 41, - "Rank": 4, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { + "Rank": 1, "CommandName": "Add-PnPField", "Id": 42, - "Rank": 1, "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { + "Rank": 2, "CommandName": "Add-PnPField", "Id": 43, - "Rank": 2, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { + "Rank": 3, "CommandName": "Add-PnPField", "Id": 44, - "Rank": 3, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { + "Rank": 4, "CommandName": "Add-PnPField", "Id": 45, - "Rank": 4, "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { + "Rank": 5, "CommandName": "Add-PnPField", "Id": 46, - "Rank": 5, "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { + "Rank": 6, "CommandName": "Add-PnPField", "Id": 47, - "Rank": 6, "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { + "Rank": 1, "CommandName": "Add-PnPFieldToContentType", "Id": 48, - "Rank": 1, "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { + "Rank": 1, "CommandName": "Add-PnPFile", "Id": 49, - "Rank": 1, "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { + "Rank": 2, "CommandName": "Add-PnPFile", "Id": 50, - "Rank": 2, "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { + "Rank": 3, "CommandName": "Add-PnPFile", "Id": 51, - "Rank": 3, "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { + "Rank": 4, "CommandName": "Add-PnPFile", "Id": 52, - "Rank": 4, "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { + "Rank": 5, "CommandName": "Add-PnPFile", "Id": 53, - "Rank": 5, "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { + "Rank": 6, "CommandName": "Add-PnPFile", "Id": 54, - "Rank": 6, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { + "Rank": 7, "CommandName": "Add-PnPFile", "Id": 55, - "Rank": 7, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { + "Rank": 8, "CommandName": "Add-PnPFile", "Id": 56, - "Rank": 8, "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { + "Rank": 1, "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 57, - "Rank": 1, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 58, - "Rank": 2, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { + "Rank": 3, "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 59, - "Rank": 3, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { + "Rank": 1, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Id": 60, - "Rank": 1, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Id": 61, - "Rank": 2, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { + "Rank": 1, "CommandName": "Add-PnPFileSensitivityLabel", "Id": 62, - "Rank": 1, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { + "Rank": 2, "CommandName": "Add-PnPFileSensitivityLabel", "Id": 63, - "Rank": 2, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { + "Rank": 1, "CommandName": "Add-PnPFileSharingInvite", "Id": 64, - "Rank": 1, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { + "Rank": 2, "CommandName": "Add-PnPFileSharingInvite", "Id": 65, - "Rank": 2, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { + "Rank": 3, "CommandName": "Add-PnPFileSharingInvite", "Id": 66, - "Rank": 3, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { + "Rank": 1, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 67, - "Rank": 1, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { + "Rank": 2, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 68, - "Rank": 2, "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { + "Rank": 3, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 69, - "Rank": 3, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { + "Rank": 4, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 70, - "Rank": 4, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { + "Rank": 5, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 71, - "Rank": 5, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { + "Rank": 1, "CommandName": "Add-PnPFileUserSharingLink", "Id": 72, - "Rank": 1, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Add-PnPFileUserSharingLink", "Id": 73, - "Rank": 2, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Add-PnPFlowOwner", "Id": 74, - "Rank": 1, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { + "Rank": 2, "CommandName": "Add-PnPFlowOwner", "Id": 75, - "Rank": 2, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { + "Rank": 3, "CommandName": "Add-PnPFlowOwner", "Id": 76, - "Rank": 3, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { + "Rank": 4, "CommandName": "Add-PnPFlowOwner", "Id": 77, - "Rank": 4, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { + "Rank": 1, "CommandName": "Add-PnPFolder", "Id": 78, - "Rank": 1, "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { + "Rank": 2, "CommandName": "Add-PnPFolder", "Id": 79, - "Rank": 2, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { + "Rank": 3, "CommandName": "Add-PnPFolder", "Id": 80, - "Rank": 3, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { + "Rank": 1, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 81, - "Rank": 1, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 2, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 82, - "Rank": 2, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { + "Rank": 3, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 83, - "Rank": 3, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { + "Rank": 1, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Id": 84, - "Rank": 1, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 2, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Id": 85, - "Rank": 2, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { + "Rank": 1, "CommandName": "Add-PnPFolderSharingInvite", "Id": 86, - "Rank": 1, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { + "Rank": 2, "CommandName": "Add-PnPFolderSharingInvite", "Id": 87, - "Rank": 2, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { + "Rank": 3, "CommandName": "Add-PnPFolderSharingInvite", "Id": 88, - "Rank": 3, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { + "Rank": 1, "CommandName": "Add-PnPFolderUserSharingLink", "Id": 89, - "Rank": 1, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Add-PnPFolderUserSharingLink", "Id": 90, - "Rank": 2, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Add-PnPGroupMember", "Id": 91, - "Rank": 1, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { + "Rank": 2, "CommandName": "Add-PnPGroupMember", "Id": 92, - "Rank": 2, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { + "Rank": 1, "CommandName": "Add-PnPHomeSite", "Id": 93, - "Rank": 1, "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { + "Rank": 1, "CommandName": "Add-PnPHtmlPublishingPageLayout", "Id": 94, - "Rank": 1, "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { + "Rank": 1, "CommandName": "Add-PnPHubSiteAssociation", "Id": 95, - "Rank": 1, "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { + "Rank": 1, "CommandName": "Add-PnPHubToHubAssociation", "Id": 96, - "Rank": 1, "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { + "Rank": 2, "CommandName": "Add-PnPHubToHubAssociation", "Id": 97, - "Rank": 2, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { + "Rank": 3, "CommandName": "Add-PnPHubToHubAssociation", "Id": 98, - "Rank": 3, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { + "Rank": 1, "CommandName": "Add-PnPJavaScriptBlock", "Id": 99, - "Rank": 1, "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { + "Rank": 2, "CommandName": "Add-PnPJavaScriptBlock", "Id": 100, - "Rank": 2, "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { + "Rank": 1, "CommandName": "Add-PnPJavaScriptLink", "Id": 101, - "Rank": 1, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { + "Rank": 2, "CommandName": "Add-PnPJavaScriptLink", "Id": 102, - "Rank": 2, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { + "Rank": 1, "CommandName": "Add-PnPListDesign", "Id": 103, - "Rank": 1, "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { + "Rank": 2, "CommandName": "Add-PnPListDesign", "Id": 104, - "Rank": 2, "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { + "Rank": 1, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 105, - "Rank": 1, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { + "Rank": 2, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 106, - "Rank": 2, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { + "Rank": 3, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 107, - "Rank": 3, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { + "Rank": 1, "CommandName": "Add-PnPListItem", "Id": 108, - "Rank": 1, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 2, "CommandName": "Add-PnPListItem", "Id": 109, - "Rank": 2, "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 3, "CommandName": "Add-PnPListItem", "Id": 110, - "Rank": 3, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { + "Rank": 4, "CommandName": "Add-PnPListItem", "Id": 111, - "Rank": 4, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { + "Rank": 5, "CommandName": "Add-PnPListItem", "Id": 112, - "Rank": 5, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { + "Rank": 1, "CommandName": "Add-PnPListItemAttachment", "Id": 113, - "Rank": 1, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { + "Rank": 2, "CommandName": "Add-PnPListItemAttachment", "Id": 114, - "Rank": 2, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { + "Rank": 3, "CommandName": "Add-PnPListItemAttachment", "Id": 115, - "Rank": 3, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { + "Rank": 1, "CommandName": "Add-PnPListItemComment", "Id": 116, - "Rank": 1, "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { + "Rank": 1, "CommandName": "Add-PnPMasterPage", "Id": 117, - "Rank": 1, "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 118, - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 119, - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 120, - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 121, - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 122, - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 123, - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { + "Rank": 3, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 124, - "Rank": 3, "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { + "Rank": 1, "CommandName": "Add-PnPNavigationNode", "Id": 125, - "Rank": 1, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { + "Rank": 2, "CommandName": "Add-PnPNavigationNode", "Id": 126, - "Rank": 2, "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { + "Rank": 3, "CommandName": "Add-PnPNavigationNode", "Id": 127, - "Rank": 3, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { + "Rank": 4, "CommandName": "Add-PnPNavigationNode", "Id": 128, - "Rank": 4, "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { + "Rank": 5, "CommandName": "Add-PnPNavigationNode", "Id": 129, - "Rank": 5, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { + "Rank": 6, "CommandName": "Add-PnPNavigationNode", "Id": 130, - "Rank": 6, "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { + "Rank": 7, "CommandName": "Add-PnPNavigationNode", "Id": 131, - "Rank": 7, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { + "Rank": 8, "CommandName": "Add-PnPNavigationNode", "Id": 132, - "Rank": 8, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { + "Rank": 1, "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 133, - "Rank": 1, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { + "Rank": 2, "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 134, - "Rank": 2, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { + "Rank": 3, "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 135, - "Rank": 3, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { + "Rank": 1, "CommandName": "Add-PnPOrgNewsSite", "Id": 136, - "Rank": 1, "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { + "Rank": 1, "CommandName": "Add-PnPPage", "Id": 137, - "Rank": 1, "Command": "Add-PnPPage -Name \"NewPage\"" }, { + "Rank": 2, "CommandName": "Add-PnPPage", "Id": 138, - "Rank": 2, "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { + "Rank": 3, "CommandName": "Add-PnPPage", "Id": 139, - "Rank": 3, "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { + "Rank": 4, "CommandName": "Add-PnPPage", "Id": 140, - "Rank": 4, "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { + "Rank": 5, "CommandName": "Add-PnPPage", "Id": 141, - "Rank": 5, "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { + "Rank": 6, "CommandName": "Add-PnPPage", "Id": 142, - "Rank": 6, "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { + "Rank": 7, "CommandName": "Add-PnPPage", "Id": 143, - "Rank": 7, "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { + "Rank": 8, "CommandName": "Add-PnPPage", "Id": 144, - "Rank": 8, "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { + "Rank": 9, "CommandName": "Add-PnPPage", "Id": 145, - "Rank": 9, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { + "Rank": 10, "CommandName": "Add-PnPPage", "Id": 146, - "Rank": 10, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { + "Rank": 1, "CommandName": "Add-PnPPageImageWebPart", "Id": 147, - "Rank": 1, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { + "Rank": 2, "CommandName": "Add-PnPPageImageWebPart", "Id": 148, - "Rank": 2, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { + "Rank": 1, "CommandName": "Add-PnPPageSection", "Id": 149, - "Rank": 1, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { + "Rank": 2, "CommandName": "Add-PnPPageSection", "Id": 150, - "Rank": 2, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { + "Rank": 1, "CommandName": "Add-PnPPageTextPart", "Id": 151, - "Rank": 1, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { + "Rank": 2, "CommandName": "Add-PnPPageTextPart", "Id": 152, - "Rank": 2, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { + "Rank": 3, "CommandName": "Add-PnPPageTextPart", "Id": 153, - "Rank": 3, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { + "Rank": 1, "CommandName": "Add-PnPPageWebPart", "Id": 154, - "Rank": 1, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { + "Rank": 2, "CommandName": "Add-PnPPageWebPart", "Id": 155, - "Rank": 2, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { + "Rank": 3, "CommandName": "Add-PnPPageWebPart", "Id": 156, - "Rank": 3, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { + "Rank": 1, "CommandName": "Add-PnPPlannerBucket", "Id": 157, - "Rank": 1, "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { + "Rank": 2, "CommandName": "Add-PnPPlannerBucket", "Id": 158, - "Rank": 2, "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { + "Rank": 1, "CommandName": "Add-PnPPlannerRoster", "Id": 159, - "Rank": 1, "Command": "Add-PnPPlannerRoster" }, { + "Rank": 1, "CommandName": "Add-PnPPlannerRosterMember", "Id": 160, - "Rank": 1, "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Add-PnPPlannerTask", "Id": 161, - "Rank": 1, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { + "Rank": 2, "CommandName": "Add-PnPPlannerTask", "Id": 162, - "Rank": 2, "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { + "Rank": 3, "CommandName": "Add-PnPPlannerTask", "Id": 163, - "Rank": 3, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { + "Rank": 1, "CommandName": "Add-PnPPublishingImageRendition", "Id": 164, - "Rank": 1, "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { + "Rank": 1, "CommandName": "Add-PnPPublishingPage", "Id": 165, - "Rank": 1, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { + "Rank": 2, "CommandName": "Add-PnPPublishingPage", "Id": 166, - "Rank": 2, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { + "Rank": 1, "CommandName": "Add-PnPPublishingPageLayout", "Id": 167, - "Rank": 1, "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { + "Rank": 1, "CommandName": "Add-PnPRoleDefinition", "Id": 168, - "Rank": 1, "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { + "Rank": 2, "CommandName": "Add-PnPRoleDefinition", "Id": 169, - "Rank": 2, "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { + "Rank": 3, "CommandName": "Add-PnPRoleDefinition", "Id": 170, - "Rank": 3, "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { + "Rank": 1, "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 171, - "Rank": 1, "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 172, - "Rank": 2, "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { + "Rank": 3, "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 173, - "Rank": 3, "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 174, - "Rank": 1, "Command": "Add-PnPSiteCollectionAppCatalog" }, { + "Rank": 2, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 175, - "Rank": 2, "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { + "Rank": 1, "CommandName": "Add-PnPSiteDesign", "Id": 176, - "Rank": 1, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { + "Rank": 2, "CommandName": "Add-PnPSiteDesign", "Id": 177, - "Rank": 2, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { + "Rank": 3, "CommandName": "Add-PnPSiteDesign", "Id": 178, - "Rank": 3, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { + "Rank": 1, "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 179, - "Rank": 1, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { + "Rank": 2, "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 180, - "Rank": 2, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { + "Rank": 3, "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 181, - "Rank": 3, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { + "Rank": 1, "CommandName": "Add-PnPSiteDesignTask", "Id": 182, - "Rank": 1, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { + "Rank": 2, "CommandName": "Add-PnPSiteDesignTask", "Id": 183, - "Rank": 2, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { + "Rank": 1, "CommandName": "Add-PnPSiteScript", "Id": 184, - "Rank": 1, "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { + "Rank": 1, "CommandName": "Add-PnPSiteScriptPackage", "Id": 185, - "Rank": 1, "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { + "Rank": 1, "CommandName": "Add-PnPSiteTemplate", "Id": 186, - "Rank": 1, "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { + "Rank": 1, "CommandName": "Add-PnPStoredCredential", "Id": 187, - "Rank": 1, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { + "Rank": 2, "CommandName": "Add-PnPStoredCredential", "Id": 188, - "Rank": 2, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { + "Rank": 3, "CommandName": "Add-PnPStoredCredential", "Id": 189, - "Rank": 3, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { + "Rank": 1, "CommandName": "Add-PnPTaxonomyField", "Id": 190, - "Rank": 1, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { + "Rank": 2, "CommandName": "Add-PnPTaxonomyField", "Id": 191, - "Rank": 2, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { + "Rank": 1, "CommandName": "Add-PnPTeamsChannel", "Id": 192, - "Rank": 1, "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { + "Rank": 2, "CommandName": "Add-PnPTeamsChannel", "Id": 193, - "Rank": 2, "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { + "Rank": 3, "CommandName": "Add-PnPTeamsChannel", "Id": 194, - "Rank": 3, "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { + "Rank": 4, "CommandName": "Add-PnPTeamsChannel", "Id": 195, - "Rank": 4, "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { + "Rank": 1, "CommandName": "Add-PnpTeamsChannelUser", "Id": 196, - "Rank": 1, "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { + "Rank": 2, "CommandName": "Add-PnpTeamsChannelUser", "Id": 197, - "Rank": 2, "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { + "Rank": 1, "CommandName": "Add-PnPTeamsTab", "Id": 198, - "Rank": 1, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { + "Rank": 2, "CommandName": "Add-PnPTeamsTab", "Id": 199, - "Rank": 2, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { + "Rank": 3, "CommandName": "Add-PnPTeamsTab", "Id": 200, - "Rank": 3, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { + "Rank": 4, "CommandName": "Add-PnPTeamsTab", "Id": 201, - "Rank": 4, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { + "Rank": 1, "CommandName": "Add-PnPTeamsTeam", "Id": 202, - "Rank": 1, "Command": "Add-PnPTeamsTeam" }, { + "Rank": 1, "CommandName": "Add-PnPTeamsUser", "Id": 203, - "Rank": 1, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { + "Rank": 2, "CommandName": "Add-PnPTeamsUser", "Id": 204, - "Rank": 2, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { + "Rank": 3, "CommandName": "Add-PnPTeamsUser", "Id": 205, - "Rank": 3, "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { + "Rank": 4, "CommandName": "Add-PnPTeamsUser", "Id": 206, - "Rank": 4, "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { + "Rank": 1, "CommandName": "Add-PnPTenantCdnOrigin", "Id": 207, - "Rank": 1, "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { + "Rank": 1, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 208, - "Rank": 1, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { + "Rank": 2, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 209, - "Rank": 2, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { + "Rank": 3, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 210, - "Rank": 3, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { + "Rank": 1, "CommandName": "Add-PnPTenantSequence", "Id": 211, - "Rank": 1, "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { + "Rank": 1, "CommandName": "Add-PnPTenantSequenceSite", "Id": 212, - "Rank": 1, "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { + "Rank": 1, "CommandName": "Add-PnPTenantSequenceSubSite", "Id": 213, - "Rank": 1, "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { + "Rank": 1, "CommandName": "Add-PnPTermToTerm", "Id": 214, - "Rank": 1, "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { + "Rank": 1, "CommandName": "Add-PnPView", "Id": 215, - "Rank": 1, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { + "Rank": 2, "CommandName": "Add-PnPView", "Id": 216, - "Rank": 2, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { + "Rank": 3, "CommandName": "Add-PnPView", "Id": 217, - "Rank": 3, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { + "Rank": 1, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 218, - "Rank": 1, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { + "Rank": 2, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 219, - "Rank": 2, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { + "Rank": 3, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 220, - "Rank": 3, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { + "Rank": 1, "CommandName": "Add-PnPWebhookSubscription", "Id": 221, - "Rank": 1, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { + "Rank": 2, "CommandName": "Add-PnPWebhookSubscription", "Id": 222, - "Rank": 2, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { + "Rank": 3, "CommandName": "Add-PnPWebhookSubscription", "Id": 223, - "Rank": 3, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { + "Rank": 1, "CommandName": "Add-PnPWebPartToWebPartPage", "Id": 224, - "Rank": 1, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { + "Rank": 2, "CommandName": "Add-PnPWebPartToWebPartPage", "Id": 225, - "Rank": 2, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { + "Rank": 1, "CommandName": "Add-PnPWebPartToWikiPage", "Id": 226, - "Rank": 1, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { + "Rank": 2, "CommandName": "Add-PnPWebPartToWikiPage", "Id": 227, - "Rank": 2, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { + "Rank": 1, "CommandName": "Add-PnPWikiPage", "Id": 228, - "Rank": 1, "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { + "Rank": 1, "CommandName": "Clear-PnPAzureADGroupMember", "Id": 229, - "Rank": 1, "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { + "Rank": 1, "CommandName": "Clear-PnPAzureADGroupOwner", "Id": 230, - "Rank": 1, "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { + "Rank": 1, "CommandName": "Clear-PnPDefaultColumnValues", "Id": 231, - "Rank": 1, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { + "Rank": 2, "CommandName": "Clear-PnPDefaultColumnValues", "Id": 232, - "Rank": 2, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { + "Rank": 1, "CommandName": "Clear-PnPListItemAsRecord", "Id": 233, - "Rank": 1, "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { + "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupMember", "Id": 234, - "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { + "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Id": 235, - "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { + "Rank": 1, "CommandName": "Clear-PnpRecycleBinItem", "Id": 236, - "Rank": 1, "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { + "Rank": 2, "CommandName": "Clear-PnpRecycleBinItem", "Id": 237, - "Rank": 2, "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { + "Rank": 3, "CommandName": "Clear-PnpRecycleBinItem", "Id": 238, - "Rank": 3, "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { + "Rank": 1, "CommandName": "Clear-PnPTenantAppCatalogUrl", "Id": 239, - "Rank": 1, "Command": "Clear-PnPTenantAppCatalogUrl" }, { + "Rank": 1, "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 240, - "Rank": 1, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 241, - "Rank": 2, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { + "Rank": 1, "CommandName": "Clear-PnPTraceLog", "Id": 242, - "Rank": 1, "Command": "Clear-PnPTraceLog" }, { + "Rank": 1, "CommandName": "Connect-PnPOnline", "Id": 243, - "Rank": 1, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { + "Rank": 1, "CommandName": "Convert-PnPFile", "Id": 244, - "Rank": 1, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { + "Rank": 2, "CommandName": "Convert-PnPFile", "Id": 245, - "Rank": 2, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { + "Rank": 3, "CommandName": "Convert-PnPFile", "Id": 246, - "Rank": 3, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { + "Rank": 4, "CommandName": "Convert-PnPFile", "Id": 247, - "Rank": 4, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { + "Rank": 5, "CommandName": "Convert-PnPFile", "Id": 248, - "Rank": 5, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { + "Rank": 6, "CommandName": "Convert-PnPFile", "Id": 249, - "Rank": 6, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { + "Rank": 7, "CommandName": "Convert-PnPFile", "Id": 250, - "Rank": 7, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { + "Rank": 1, "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 251, - "Rank": 1, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { + "Rank": 2, "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 252, - "Rank": 2, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { + "Rank": 1, "CommandName": "Convert-PnPSiteTemplate", "Id": 253, - "Rank": 1, "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { + "Rank": 2, "CommandName": "Convert-PnPSiteTemplate", "Id": 254, - "Rank": 2, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { + "Rank": 3, "CommandName": "Convert-PnPSiteTemplate", "Id": 255, - "Rank": 3, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { + "Rank": 1, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 256, - "Rank": 1, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { + "Rank": 2, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 257, - "Rank": 2, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { + "Rank": 1, "CommandName": "ConvertTo-PnPPage", "Id": 258, - "Rank": 1, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { + "Rank": 2, "CommandName": "ConvertTo-PnPPage", "Id": 259, - "Rank": 2, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { + "Rank": 3, "CommandName": "ConvertTo-PnPPage", "Id": 260, - "Rank": 3, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { + "Rank": 4, "CommandName": "ConvertTo-PnPPage", "Id": 261, - "Rank": 4, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { + "Rank": 5, "CommandName": "ConvertTo-PnPPage", "Id": 262, - "Rank": 5, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 6, "CommandName": "ConvertTo-PnPPage", "Id": 263, - "Rank": 6, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { + "Rank": 7, "CommandName": "ConvertTo-PnPPage", "Id": 264, - "Rank": 7, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { + "Rank": 8, "CommandName": "ConvertTo-PnPPage", "Id": 265, - "Rank": 8, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { + "Rank": 9, "CommandName": "ConvertTo-PnPPage", "Id": 266, - "Rank": 9, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 10, "CommandName": "ConvertTo-PnPPage", "Id": 267, - "Rank": 10, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { + "Rank": 11, "CommandName": "ConvertTo-PnPPage", "Id": 268, - "Rank": 11, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { + "Rank": 12, "CommandName": "ConvertTo-PnPPage", "Id": 269, - "Rank": 12, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 13, "CommandName": "ConvertTo-PnPPage", "Id": 270, - "Rank": 13, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 14, "CommandName": "ConvertTo-PnPPage", "Id": 271, - "Rank": 14, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { + "Rank": 1, "CommandName": "Copy-PnPFile", "Id": 272, - "Rank": 1, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 2, "CommandName": "Copy-PnPFile", "Id": 273, - "Rank": 2, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { + "Rank": 3, "CommandName": "Copy-PnPFile", "Id": 274, - "Rank": 3, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { + "Rank": 4, "CommandName": "Copy-PnPFile", "Id": 275, - "Rank": 4, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 5, "CommandName": "Copy-PnPFile", "Id": 276, - "Rank": 5, "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { + "Rank": 6, "CommandName": "Copy-PnPFile", "Id": 277, - "Rank": 6, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { + "Rank": 7, "CommandName": "Copy-PnPFile", "Id": 278, - "Rank": 7, "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { + "Rank": 8, "CommandName": "Copy-PnPFile", "Id": 279, - "Rank": 8, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 9, "CommandName": "Copy-PnPFile", "Id": 280, - "Rank": 9, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { + "Rank": 10, "CommandName": "Copy-PnPFile", "Id": 281, - "Rank": 10, "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { + "Rank": 1, "CommandName": "Copy-PnPFolder", "Id": 282, - "Rank": 1, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 2, "CommandName": "Copy-PnPFolder", "Id": 283, - "Rank": 2, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { + "Rank": 3, "CommandName": "Copy-PnPFolder", "Id": 284, - "Rank": 3, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { + "Rank": 4, "CommandName": "Copy-PnPFolder", "Id": 285, - "Rank": 4, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 5, "CommandName": "Copy-PnPFolder", "Id": 286, - "Rank": 5, "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { + "Rank": 6, "CommandName": "Copy-PnPFolder", "Id": 287, - "Rank": 6, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { + "Rank": 7, "CommandName": "Copy-PnPFolder", "Id": 288, - "Rank": 7, "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { + "Rank": 8, "CommandName": "Copy-PnPFolder", "Id": 289, - "Rank": 8, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 9, "CommandName": "Copy-PnPFolder", "Id": 290, - "Rank": 9, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { + "Rank": 10, "CommandName": "Copy-PnPFolder", "Id": 291, - "Rank": 10, "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { + "Rank": 11, "CommandName": "Copy-PnPFolder", "Id": 292, - "Rank": 11, "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { + "Rank": 1, "CommandName": "Copy-PnPItemProxy", "Id": 293, - "Rank": 1, "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { + "Rank": 1, "CommandName": "Copy-PnPList", "Id": 294, - "Rank": 1, "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { + "Rank": 2, "CommandName": "Copy-PnPList", "Id": 295, - "Rank": 2, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { + "Rank": 3, "CommandName": "Copy-PnPList", "Id": 296, - "Rank": 3, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { + "Rank": 4, "CommandName": "Copy-PnPList", "Id": 297, - "Rank": 4, "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { + "Rank": 1, "CommandName": "Copy-PnPPage", "Id": 298, - "Rank": 1, "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { + "Rank": 1, "CommandName": "Copy-PnPTeamsTeam", "Id": 299, - "Rank": 1, "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { + "Rank": 2, "CommandName": "Copy-PnPTeamsTeam", "Id": 300, - "Rank": 2, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { + "Rank": 3, "CommandName": "Copy-PnPTeamsTeam", "Id": 301, - "Rank": 3, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { + "Rank": 4, "CommandName": "Copy-PnPTeamsTeam", "Id": 302, - "Rank": 4, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { + "Rank": 1, "CommandName": "Disable-PnPFeature", "Id": 303, - "Rank": 1, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "CommandName": "Disable-PnPFeature", "Id": 304, - "Rank": 2, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { + "Rank": 3, "CommandName": "Disable-PnPFeature", "Id": 305, - "Rank": 3, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { + "Rank": 1, "CommandName": "Disable-PnPFlow", "Id": 306, - "Rank": 1, "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "CommandName": "Disable-PnPFlow", "Id": 307, - "Rank": 2, "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "CommandName": "Disable-PnPPageScheduling", "Id": 308, - "Rank": 1, "Command": "Disable-PnPPageScheduling" }, { + "Rank": 1, "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 309, - "Rank": 1, "Command": "Disable-PnPPowerShellTelemetry" }, { + "Rank": 2, "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 310, - "Rank": 2, "Command": "Disable-PnPPowerShellTelemetry -Force" }, { + "Rank": 1, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Id": 311, - "Rank": 1, "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { + "Rank": 1, "CommandName": "Disable-PnPSiteClassification", "Id": 312, - "Rank": 1, "Command": "Disable-PnPSiteClassification" }, { + "Rank": 1, "CommandName": "Disconnect-PnPOnline", "Id": 313, - "Rank": 1, "Command": "Disconnect-PnPOnline" }, { + "Rank": 1, "CommandName": "Enable-PnPCommSite", "Id": 314, - "Rank": 1, "Command": "Enable-PnPCommSite" }, { + "Rank": 2, "CommandName": "Enable-PnPCommSite", "Id": 315, - "Rank": 2, "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { + "Rank": 1, "CommandName": "Enable-PnPFeature", "Id": 316, - "Rank": 1, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "CommandName": "Enable-PnPFeature", "Id": 317, - "Rank": 2, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { + "Rank": 3, "CommandName": "Enable-PnPFeature", "Id": 318, - "Rank": 3, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { + "Rank": 1, "CommandName": "Enable-PnPFlow", "Id": 319, - "Rank": 1, "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "CommandName": "Enable-PnPFlow", "Id": 320, - "Rank": 2, "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "CommandName": "Enable-PnPPageScheduling", "Id": 321, - "Rank": 1, "Command": "Enable-PnPPageScheduling" }, { + "Rank": 1, "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 322, - "Rank": 1, "Command": "Enable-PnPPowerShellTelemetry" }, { + "Rank": 2, "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 323, - "Rank": 2, "Command": "Enable-PnPPowerShellTelemetry -Force" }, { + "Rank": 1, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 324, - "Rank": 1, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { + "Rank": 2, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 325, - "Rank": 2, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { + "Rank": 3, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 326, - "Rank": 3, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { + "Rank": 4, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 327, - "Rank": 4, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Enable-PnPSiteClassification", "Id": 328, - "Rank": 1, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { + "Rank": 2, "CommandName": "Enable-PnPSiteClassification", "Id": 329, - "Rank": 2, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { + "Rank": 1, "CommandName": "Export-PnPFlow", "Id": 330, - "Rank": 1, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "CommandName": "Export-PnPFlow", "Id": 331, - "Rank": 2, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "CommandName": "Export-PnPListToSiteTemplate", "Id": 332, - "Rank": 1, "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { + "Rank": 2, "CommandName": "Export-PnPListToSiteTemplate", "Id": 333, - "Rank": 2, "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { + "Rank": 1, "CommandName": "Export-PnPPage", "Id": 334, - "Rank": 1, "Command": "Export-PnPPage -Identity Home.aspx" }, { + "Rank": 2, "CommandName": "Export-PnPPage", "Id": 335, - "Rank": 2, "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { + "Rank": 1, "CommandName": "Export-PnPPageMapping", "Id": 336, - "Rank": 1, "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { + "Rank": 2, "CommandName": "Export-PnPPageMapping", "Id": 337, - "Rank": 2, "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { + "Rank": 3, "CommandName": "Export-PnPPageMapping", "Id": 338, - "Rank": 3, "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { + "Rank": 1, "CommandName": "Export-PnPPowerApp", "Id": 339, - "Rank": 1, "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { + "Rank": 2, "CommandName": "Export-PnPPowerApp", "Id": 340, - "Rank": 2, "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { + "Rank": 1, "CommandName": "Export-PnPTaxonomy", "Id": 341, - "Rank": 1, "Command": "Export-PnPTaxonomy" }, { + "Rank": 2, "CommandName": "Export-PnPTaxonomy", "Id": 342, - "Rank": 2, "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { + "Rank": 3, "CommandName": "Export-PnPTaxonomy", "Id": 343, - "Rank": 3, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { + "Rank": 4, "CommandName": "Export-PnPTaxonomy", "Id": 344, - "Rank": 4, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { + "Rank": 1, "CommandName": "Export-PnPTermGroupToXml", "Id": 345, - "Rank": 1, "Command": "Export-PnPTermGroupToXml" }, { + "Rank": 2, "CommandName": "Export-PnPTermGroupToXml", "Id": 346, - "Rank": 2, "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { + "Rank": 3, "CommandName": "Export-PnPTermGroupToXml", "Id": 347, - "Rank": 3, "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { + "Rank": 1, "CommandName": "Export-PnPUserInfo", "Id": 348, - "Rank": 1, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { + "Rank": 2, "CommandName": "Export-PnPUserInfo", "Id": 349, - "Rank": 2, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { + "Rank": 1, "CommandName": "Export-PnPUserProfile", "Id": 350, - "Rank": 1, "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { + "Rank": 2, "CommandName": "Export-PnPUserProfile", "Id": 351, - "Rank": 2, "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { + "Rank": 1, "CommandName": "Find-PnPFile", "Id": 352, - "Rank": 1, "Command": "Find-PnPFile -Match *.master" }, { + "Rank": 2, "CommandName": "Find-PnPFile", "Id": 353, - "Rank": 2, "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { + "Rank": 3, "CommandName": "Find-PnPFile", "Id": 354, - "Rank": 3, "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { + "Rank": 1, "CommandName": "Get-PnPAccessToken", "Id": 355, - "Rank": 1, "Command": "Get-PnPAccessToken" }, { + "Rank": 2, "CommandName": "Get-PnPAccessToken", "Id": 356, - "Rank": 2, "Command": "Get-PnPAccessToken -Decoded" }, { + "Rank": 3, "CommandName": "Get-PnPAccessToken", "Id": 357, - "Rank": 3, "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { + "Rank": 4, "CommandName": "Get-PnPAccessToken", "Id": 358, - "Rank": 4, "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { + "Rank": 5, "CommandName": "Get-PnPAccessToken", "Id": 359, - "Rank": 5, "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { + "Rank": 6, "CommandName": "Get-PnPAccessToken", "Id": 360, - "Rank": 6, "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { + "Rank": 1, "CommandName": "Get-PnPAlert", "Id": 361, - "Rank": 1, "Command": "Get-PnPAlert" }, { + "Rank": 2, "CommandName": "Get-PnPAlert", "Id": 362, - "Rank": 2, "Command": "Get-PnPAlert -List \"Demo List\"" }, { + "Rank": 3, "CommandName": "Get-PnPAlert", "Id": 363, - "Rank": 3, "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { + "Rank": 4, "CommandName": "Get-PnPAlert", "Id": 364, - "Rank": 4, "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { + "Rank": 5, "CommandName": "Get-PnPAlert", "Id": 365, - "Rank": 5, "Command": "Get-PnPAlert -AllUsers" }, { + "Rank": 6, "CommandName": "Get-PnPAlert", "Id": 366, - "Rank": 6, "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { + "Rank": 1, "CommandName": "Get-PnPApp", "Id": 367, - "Rank": 1, "Command": "Get-PnPApp" }, { + "Rank": 2, "CommandName": "Get-PnPApp", "Id": 368, - "Rank": 2, "Command": "Get-PnPApp -Scope Site" }, { + "Rank": 3, "CommandName": "Get-PnPApp", "Id": 369, - "Rank": 3, "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { + "Rank": 1, "CommandName": "Get-PnPAppErrors", "Id": 370, - "Rank": 1, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { + "Rank": 2, "CommandName": "Get-PnPAppErrors", "Id": 371, - "Rank": 2, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { + "Rank": 1, "CommandName": "Get-PnPAppInfo", "Id": 372, - "Rank": 1, "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { + "Rank": 2, "CommandName": "Get-PnPAppInfo", "Id": 373, - "Rank": 2, "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { + "Rank": 3, "CommandName": "Get-PnPAppInfo", "Id": 374, - "Rank": 3, "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { + "Rank": 1, "CommandName": "Get-PnPApplicationCustomizer", "Id": 375, - "Rank": 1, "Command": "Get-PnPApplicationCustomizer" }, { + "Rank": 2, "CommandName": "Get-PnPApplicationCustomizer", "Id": 376, - "Rank": 2, "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 3, "CommandName": "Get-PnPApplicationCustomizer", "Id": 377, - "Rank": 3, "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { + "Rank": 1, "CommandName": "Get-PnPAuditing", "Id": 378, - "Rank": 1, "Command": "Get-PnPAuditing" }, { + "Rank": 1, "CommandName": "Get-PnPAuthenticationRealm", "Id": 379, - "Rank": 1, "Command": "Get-PnPAuthenticationRealm" }, { + "Rank": 2, "CommandName": "Get-PnPAuthenticationRealm", "Id": 380, - "Rank": 2, "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { + "Rank": 1, "CommandName": "Get-PnPAvailableLanguage", "Id": 381, - "Rank": 1, "Command": "Get-PnPAvailableLanguage" }, { + "Rank": 1, "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 382, - "Rank": 1, "Command": "Get-PnPAvailableSensitivityLabel" }, { + "Rank": 2, "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 383, - "Rank": 2, "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { + "Rank": 3, "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 384, - "Rank": 3, "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { + "Rank": 1, "CommandName": "Get-PnPAvailableSiteClassification", "Id": 385, - "Rank": 1, "Command": "Get-PnPAvailableSiteClassification" }, { + "Rank": 1, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 386, - "Rank": 1, "Command": "Get-PnPAzureACSPrincipal" }, { + "Rank": 2, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 387, - "Rank": 2, "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { + "Rank": 3, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 388, - "Rank": 3, "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { + "Rank": 4, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 389, - "Rank": 4, "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 390, - "Rank": 1, "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 391, - "Rank": 2, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 392, - "Rank": 3, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 393, - "Rank": 1, "Command": "Get-PnPAzureADActivityReportSignIn" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 394, - "Rank": 2, "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 395, - "Rank": 3, "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADApp", "Id": 396, - "Rank": 1, "Command": "Get-PnPAzureADApp" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADApp", "Id": 397, - "Rank": 2, "Command": "Get-PnPAzureADApp -Identity MyApp" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADApp", "Id": 398, - "Rank": 3, "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { + "Rank": 4, "CommandName": "Get-PnPAzureADApp", "Id": 399, - "Rank": 4, "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADAppPermission", "Id": 400, - "Rank": 1, "Command": "Get-PnPAzureADAppPermission" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADAppPermission", "Id": 401, - "Rank": 2, "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADAppPermission", "Id": 402, - "Rank": 3, "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 403, - "Rank": 1, "Command": "Get-PnPAzureADAppSitePermission" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 404, - "Rank": 2, "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 405, - "Rank": 3, "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { + "Rank": 4, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 406, - "Rank": 4, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { + "Rank": 5, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 407, - "Rank": 5, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADGroup", "Id": 408, - "Rank": 1, "Command": "Get-PnPAzureADGroup" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADGroup", "Id": 409, - "Rank": 2, "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADGroup", "Id": 410, - "Rank": 3, "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { + "Rank": 4, "CommandName": "Get-PnPAzureADGroup", "Id": 411, - "Rank": 4, "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { + "Rank": 5, "CommandName": "Get-PnPAzureADGroup", "Id": 412, - "Rank": 5, "Command": "Get-PnPAzureADGroup -Identity $group" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADGroupMember", "Id": 413, - "Rank": 1, "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADGroupMember", "Id": 414, - "Rank": 2, "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADGroupMember", "Id": 415, - "Rank": 3, "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADGroupOwner", "Id": 416, - "Rank": 1, "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADGroupOwner", "Id": 417, - "Rank": 2, "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 418, - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipal" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 419, - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 420, - "Rank": 3, "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { + "Rank": 4, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 421, - "Rank": 4, "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { + "Rank": 5, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 422, - "Rank": 5, "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 423, - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 424, - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 425, - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 426, - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { + "Rank": 1, "CommandName": "Get-PnPAzureADUser", "Id": 427, - "Rank": 1, "Command": "Get-PnPAzureADUser" }, { + "Rank": 2, "CommandName": "Get-PnPAzureADUser", "Id": 428, - "Rank": 2, "Command": "Get-PnPAzureADUser -EndIndex 50" }, { + "Rank": 3, "CommandName": "Get-PnPAzureADUser", "Id": 429, - "Rank": 3, "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { + "Rank": 4, "CommandName": "Get-PnPAzureADUser", "Id": 430, - "Rank": 4, "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { + "Rank": 5, "CommandName": "Get-PnPAzureADUser", "Id": 431, - "Rank": 5, "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { + "Rank": 6, "CommandName": "Get-PnPAzureADUser", "Id": 432, - "Rank": 6, "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { + "Rank": 7, "CommandName": "Get-PnPAzureADUser", "Id": 433, - "Rank": 7, "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { + "Rank": 8, "CommandName": "Get-PnPAzureADUser", "Id": 434, - "Rank": 8, "Command": "Get-PnPAzureADUser -Delta" }, { + "Rank": 9, "CommandName": "Get-PnPAzureADUser", "Id": 435, - "Rank": 9, "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { + "Rank": 10, "CommandName": "Get-PnPAzureADUser", "Id": 436, - "Rank": 10, "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { + "Rank": 1, "CommandName": "Get-PnPAzureCertificate", "Id": 437, - "Rank": 1, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { + "Rank": 2, "CommandName": "Get-PnPAzureCertificate", "Id": 438, - "Rank": 2, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { + "Rank": 3, "CommandName": "Get-PnPAzureCertificate", "Id": 439, - "Rank": 3, "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { + "Rank": 1, "CommandName": "Get-PnPBrandCenterConfig", "Id": 440, - "Rank": 1, "Command": "Get-PnPBrandCenterConfig" }, { + "Rank": 1, "CommandName": "Get-PnPBrandCenterFont", "Id": 441, - "Rank": 1, "Command": "Get-PnPBrandCenterFont" }, { + "Rank": 1, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 442, - "Rank": 1, "Command": "Get-PnPBrandCenterFontPackage" }, { + "Rank": 2, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 443, - "Rank": 2, "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { + "Rank": 3, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 444, - "Rank": 3, "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { + "Rank": 4, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 445, - "Rank": 4, "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { + "Rank": 1, "CommandName": "Get-PnPBrowserIdleSignout", "Id": 446, - "Rank": 1, "Command": "Get-PnPBrowserIdleSignout" }, { + "Rank": 1, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 447, - "Rank": 1, "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { + "Rank": 2, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 448, - "Rank": 2, "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { + "Rank": 1, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 449, - "Rank": 1, "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { + "Rank": 2, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 450, - "Rank": 2, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { + "Rank": 3, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 451, - "Rank": 3, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { + "Rank": 4, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 452, - "Rank": 4, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { + "Rank": 5, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 453, - "Rank": 5, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { + "Rank": 1, "CommandName": "Get-PnPChangeLog", "Id": 454, - "Rank": 1, "Command": "Get-PnPChangeLog" }, { + "Rank": 2, "CommandName": "Get-PnPChangeLog", "Id": 455, - "Rank": 2, "Command": "Get-PnPChangeLog -Nightly" }, { + "Rank": 3, "CommandName": "Get-PnPChangeLog", "Id": 456, - "Rank": 3, "Command": "Get-PnPChangeLog -Version 2.12.0" }, { + "Rank": 1, "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 457, - "Rank": 1, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { + "Rank": 2, "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 458, - "Rank": 2, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { + "Rank": 1, "CommandName": "Get-PnPContainer", "Id": 459, - "Rank": 1, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { + "Rank": 2, "CommandName": "Get-PnPContainer", "Id": 460, - "Rank": 2, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { + "Rank": 3, "CommandName": "Get-PnPContainer", "Id": 461, - "Rank": 3, "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { + "Rank": 1, "CommandName": "Get-PnPContainerType", "Id": 462, - "Rank": 1, "Command": "Get-PnPContainerType" }, { + "Rank": 1, "CommandName": "Get-PnPContainerTypeConfiguration", "Id": 463, - "Rank": 1, "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { + "Rank": 1, "CommandName": "Get-PnPContentType", "Id": 464, - "Rank": 1, "Command": "Get-PnPContentType" }, { + "Rank": 2, "CommandName": "Get-PnPContentType", "Id": 465, - "Rank": 2, "Command": "Get-PnPContentType -InSiteHierarchy" }, { + "Rank": 3, "CommandName": "Get-PnPContentType", "Id": 466, - "Rank": 3, "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { + "Rank": 4, "CommandName": "Get-PnPContentType", "Id": 467, - "Rank": 4, "Command": "Get-PnPContentType -List \"Documents\"" }, { + "Rank": 5, "CommandName": "Get-PnPContentType", "Id": 468, - "Rank": 5, "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { + "Rank": 1, "CommandName": "Get-PnPContentTypePublishingStatus", "Id": 469, - "Rank": 1, "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { + "Rank": 1, "CommandName": "Get-PnPCopilotAdminLimitedMode", "Id": 470, - "Rank": 1, "Command": "Get-PnPCopilotAdminLimitedMode" }, { + "Rank": 1, "CommandName": "Get-PnPCopilotAgent", "Id": 471, - "Rank": 1, "Command": "Get-PnPCopilotAgent" }, { + "Rank": 2, "CommandName": "Get-PnPCopilotAgent", "Id": 472, - "Rank": 2, "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { + "Rank": 1, "CommandName": "Get-PnPCustomAction", "Id": 473, - "Rank": 1, "Command": "Get-PnPCustomAction" }, { + "Rank": 2, "CommandName": "Get-PnPCustomAction", "Id": 474, - "Rank": 2, "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 3, "CommandName": "Get-PnPCustomAction", "Id": 475, - "Rank": 3, "Command": "Get-PnPCustomAction -Scope web" }, { + "Rank": 1, "CommandName": "Get-PnPDeletedContainer", "Id": 476, - "Rank": 1, "Command": "Get-PnPDeletedContainer" }, { + "Rank": 1, "CommandName": "Get-PnPDeletedFlow", "Id": 477, - "Rank": 1, "Command": "Get-PnPDeletedFlow" }, { + "Rank": 1, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 478, - "Rank": 1, "Command": "Get-PnPDeletedMicrosoft365Group" }, { + "Rank": 2, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 479, - "Rank": 2, "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { + "Rank": 1, "CommandName": "Get-PnPDeletedTeam", "Id": 480, - "Rank": 1, "Command": "Get-PnPDeletedTeam" }, { + "Rank": 1, "CommandName": "Get-PnPDiagnostics", "Id": 481, - "Rank": 1, "Command": "Get-PnPDiagnostics" }, { + "Rank": 1, "CommandName": "Get-PnPDisableSpacesActivation", "Id": 482, - "Rank": 1, "Command": "Get-PnPDisableSpacesActivation" }, { + "Rank": 1, "CommandName": "Get-PnPDocumentSetTemplate", "Id": 483, - "Rank": 1, "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { + "Rank": 2, "CommandName": "Get-PnPDocumentSetTemplate", "Id": 484, - "Rank": 2, "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { + "Rank": 1, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 485, - "Rank": 1, "Command": "Get-PnPEnterpriseAppInsightsReport" }, { + "Rank": 2, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 486, - "Rank": 2, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { + "Rank": 3, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 487, - "Rank": 3, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { + "Rank": 1, "CommandName": "Get-PnPEventReceiver", "Id": 488, - "Rank": 1, "Command": "Get-PnPEventReceiver" }, { + "Rank": 2, "CommandName": "Get-PnPEventReceiver", "Id": 489, - "Rank": 2, "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 3, "CommandName": "Get-PnPEventReceiver", "Id": 490, - "Rank": 3, "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { + "Rank": 4, "CommandName": "Get-PnPEventReceiver", "Id": 491, - "Rank": 4, "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { + "Rank": 5, "CommandName": "Get-PnPEventReceiver", "Id": 492, - "Rank": 5, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 6, "CommandName": "Get-PnPEventReceiver", "Id": 493, - "Rank": 6, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { + "Rank": 7, "CommandName": "Get-PnPEventReceiver", "Id": 494, - "Rank": 7, "Command": "Get-PnPEventReceiver -Scope Site" }, { + "Rank": 8, "CommandName": "Get-PnPEventReceiver", "Id": 495, - "Rank": 8, "Command": "Get-PnPEventReceiver -Scope Web" }, { + "Rank": 9, "CommandName": "Get-PnPEventReceiver", "Id": 496, - "Rank": 9, "Command": "Get-PnPEventReceiver -Scope All" }, { + "Rank": 1, "CommandName": "Get-PnPException", "Id": 497, - "Rank": 1, "Command": "Get-PnPException" }, { + "Rank": 2, "CommandName": "Get-PnPException", "Id": 498, - "Rank": 2, "Command": "Get-PnPException -All" }, { + "Rank": 1, "CommandName": "Get-PnPExternalUser", "Id": 499, - "Rank": 1, "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { + "Rank": 2, "CommandName": "Get-PnPExternalUser", "Id": 500, - "Rank": 2, "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { + "Rank": 1, "CommandName": "Get-PnPFeature", "Id": 501, - "Rank": 1, "Command": "Get-PnPFeature" }, { + "Rank": 2, "CommandName": "Get-PnPFeature", "Id": 502, - "Rank": 2, "Command": "Get-PnPFeature -Scope Site" }, { + "Rank": 3, "CommandName": "Get-PnPFeature", "Id": 503, - "Rank": 3, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 4, "CommandName": "Get-PnPFeature", "Id": 504, - "Rank": 4, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { + "Rank": 1, "CommandName": "Get-PnPField", "Id": 505, - "Rank": 1, "Command": "Get-PnPField" }, { + "Rank": 2, "CommandName": "Get-PnPField", "Id": 506, - "Rank": 2, "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { + "Rank": 3, "CommandName": "Get-PnPField", "Id": 507, - "Rank": 3, "Command": "Get-PnPField -Group \"Custom Columns\"" }, { + "Rank": 1, "CommandName": "Get-PnPFile", "Id": 508, - "Rank": 1, "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { + "Rank": 2, "CommandName": "Get-PnPFile", "Id": 509, - "Rank": 2, "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { + "Rank": 3, "CommandName": "Get-PnPFile", "Id": 510, - "Rank": 3, "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { + "Rank": 4, "CommandName": "Get-PnPFile", "Id": 511, - "Rank": 4, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { + "Rank": 5, "CommandName": "Get-PnPFile", "Id": 512, - "Rank": 5, "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { + "Rank": 6, "CommandName": "Get-PnPFile", "Id": 513, - "Rank": 6, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { + "Rank": 7, "CommandName": "Get-PnPFile", "Id": 514, - "Rank": 7, "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { + "Rank": 8, "CommandName": "Get-PnPFile", "Id": 515, - "Rank": 8, "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { + "Rank": 1, "CommandName": "Get-PnPFileAnalyticsData", "Id": 516, - "Rank": 1, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { + "Rank": 2, "CommandName": "Get-PnPFileAnalyticsData", "Id": 517, - "Rank": 2, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { + "Rank": 3, "CommandName": "Get-PnPFileAnalyticsData", "Id": 518, - "Rank": 3, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { + "Rank": 1, "CommandName": "Get-PnPFileCheckedOut", "Id": 519, - "Rank": 1, "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { + "Rank": 1, "CommandName": "Get-PnPFileInFolder", "Id": 520, - "Rank": 1, "Command": "Get-PnPFileInFolder" }, { + "Rank": 2, "CommandName": "Get-PnPFileInFolder", "Id": 521, - "Rank": 2, "Command": "Get-PnPFileInFolder -Recurse" }, { + "Rank": 3, "CommandName": "Get-PnPFileInFolder", "Id": 522, - "Rank": 3, "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { + "Rank": 4, "CommandName": "Get-PnPFileInFolder", "Id": 523, - "Rank": 4, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { + "Rank": 5, "CommandName": "Get-PnPFileInFolder", "Id": 524, - "Rank": 5, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { + "Rank": 1, "CommandName": "Get-PnPFileRetentionLabel", "Id": 525, - "Rank": 1, "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { + "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabel", "Id": 526, - "Rank": 1, "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { + "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabelInfo", "Id": 527, - "Rank": 1, "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { + "Rank": 1, "CommandName": "Get-PnPFileSharingLink", "Id": 528, - "Rank": 1, "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "CommandName": "Get-PnPFileSharingLink", "Id": 529, - "Rank": 2, "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { + "Rank": 3, "CommandName": "Get-PnPFileSharingLink", "Id": 530, - "Rank": 3, "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { + "Rank": 1, "CommandName": "Get-PnPFileVersion", "Id": 531, - "Rank": 1, "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { + "Rank": 2, "CommandName": "Get-PnPFileVersion", "Id": 532, - "Rank": 2, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { + "Rank": 3, "CommandName": "Get-PnPFileVersion", "Id": 533, - "Rank": 3, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { + "Rank": 1, "CommandName": "Get-PnPFlow", "Id": 534, - "Rank": 1, "Command": "Get-PnPFlow -AsAdmin" }, { + "Rank": 2, "CommandName": "Get-PnPFlow", "Id": 535, - "Rank": 2, "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { + "Rank": 3, "CommandName": "Get-PnPFlow", "Id": 536, - "Rank": 3, "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "CommandName": "Get-PnPFlowOwner", "Id": 537, - "Rank": 1, "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { + "Rank": 2, "CommandName": "Get-PnPFlowOwner", "Id": 538, - "Rank": 2, "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { + "Rank": 1, "CommandName": "Get-PnPFlowRun", "Id": 539, - "Rank": 1, "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "CommandName": "Get-PnPFlowRun", "Id": 540, - "Rank": 2, "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { + "Rank": 1, "CommandName": "Get-PnPFolder", "Id": 541, - "Rank": 1, "Command": "Get-PnPFolder" }, { + "Rank": 2, "CommandName": "Get-PnPFolder", "Id": 542, - "Rank": 2, "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { + "Rank": 3, "CommandName": "Get-PnPFolder", "Id": 543, - "Rank": 3, "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { + "Rank": 4, "CommandName": "Get-PnPFolder", "Id": 544, - "Rank": 4, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { + "Rank": 5, "CommandName": "Get-PnPFolder", "Id": 545, - "Rank": 5, "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { + "Rank": 6, "CommandName": "Get-PnPFolder", "Id": 546, - "Rank": 6, "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { + "Rank": 7, "CommandName": "Get-PnPFolder", "Id": 547, - "Rank": 7, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { + "Rank": 1, "CommandName": "Get-PnPFolderInFolder", "Id": 548, - "Rank": 1, "Command": "Get-PnPFolderInFolder" }, { + "Rank": 2, "CommandName": "Get-PnPFolderInFolder", "Id": 549, - "Rank": 2, "Command": "Get-PnPFolderInFolder -Recurse" }, { + "Rank": 3, "CommandName": "Get-PnPFolderInFolder", "Id": 550, - "Rank": 3, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { + "Rank": 4, "CommandName": "Get-PnPFolderInFolder", "Id": 551, - "Rank": 4, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { + "Rank": 5, "CommandName": "Get-PnPFolderInFolder", "Id": 552, - "Rank": 5, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { + "Rank": 6, "CommandName": "Get-PnPFolderInFolder", "Id": 553, - "Rank": 6, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { + "Rank": 1, "CommandName": "Get-PnPFolderItem", "Id": 554, - "Rank": 1, "Command": "Get-PnPFolderItem" }, { + "Rank": 2, "CommandName": "Get-PnPFolderItem", "Id": 555, - "Rank": 2, "Command": "Get-PnPFolderItem -Recurse" }, { + "Rank": 3, "CommandName": "Get-PnPFolderItem", "Id": 556, - "Rank": 3, "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { + "Rank": 4, "CommandName": "Get-PnPFolderItem", "Id": 557, - "Rank": 4, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { + "Rank": 5, "CommandName": "Get-PnPFolderItem", "Id": 558, - "Rank": 5, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { + "Rank": 6, "CommandName": "Get-PnPFolderItem", "Id": 559, - "Rank": 6, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { + "Rank": 1, "CommandName": "Get-PnPFolderSharingLink", "Id": 560, - "Rank": 1, "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 1, "CommandName": "Get-PnPFolderStorageMetric", "Id": 561, - "Rank": 1, "Command": "Get-PnPFolderStorageMetric" }, { + "Rank": 2, "CommandName": "Get-PnPFolderStorageMetric", "Id": 562, - "Rank": 2, "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { + "Rank": 3, "CommandName": "Get-PnPFolderStorageMetric", "Id": 563, - "Rank": 3, "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { + "Rank": 1, "CommandName": "Get-PnPFooter", "Id": 564, - "Rank": 1, "Command": "Get-PnPFooter" }, { + "Rank": 1, "CommandName": "Get-PnPGraphSubscription", "Id": 565, - "Rank": 1, "Command": "Get-PnPGraphSubscription" }, { + "Rank": 2, "CommandName": "Get-PnPGraphSubscription", "Id": 566, - "Rank": 2, "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { + "Rank": 1, "CommandName": "Get-PnPGroup", "Id": 567, - "Rank": 1, "Command": "Get-PnPGroup" }, { + "Rank": 2, "CommandName": "Get-PnPGroup", "Id": 568, - "Rank": 2, "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { + "Rank": 3, "CommandName": "Get-PnPGroup", "Id": 569, - "Rank": 3, "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { + "Rank": 1, "CommandName": "Get-PnPGroupMember", "Id": 570, - "Rank": 1, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { + "Rank": 2, "CommandName": "Get-PnPGroupMember", "Id": 571, - "Rank": 2, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { + "Rank": 1, "CommandName": "Get-PnPGroupPermissions", "Id": 572, - "Rank": 1, "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { + "Rank": 1, "CommandName": "Get-PnPHideDefaultThemes", "Id": 573, - "Rank": 1, "Command": "Get-PnPHideDefaultThemes" }, { + "Rank": 1, "CommandName": "Get-PnPHomePage", "Id": 574, - "Rank": 1, "Command": "Get-PnPHomePage" }, { + "Rank": 1, "CommandName": "Get-PnPHomeSite", "Id": 575, - "Rank": 1, "Command": "Get-PnPHomeSite" }, { + "Rank": 2, "CommandName": "Get-PnPHomeSite", "Id": 576, - "Rank": 2, "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { + "Rank": 3, "CommandName": "Get-PnPHomeSite", "Id": 577, - "Rank": 3, "Command": "Get-PnPHomeSite -Detailed" }, { + "Rank": 1, "CommandName": "Get-PnPHubSite", "Id": 578, - "Rank": 1, "Command": "Get-PnPHubSite" }, { + "Rank": 2, "CommandName": "Get-PnPHubSite", "Id": 579, - "Rank": 2, "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 3, "CommandName": "Get-PnPHubSite", "Id": 580, - "Rank": 3, "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { + "Rank": 1, "CommandName": "Get-PnPHubSiteChild", "Id": 581, - "Rank": 1, "Command": "Get-PnPHubSiteChild" }, { + "Rank": 2, "CommandName": "Get-PnPHubSiteChild", "Id": 582, - "Rank": 2, "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 1, "CommandName": "Get-PnPInPlaceRecordsManagement", "Id": 583, - "Rank": 1, "Command": "Get-PnPInPlaceRecordsManagement" }, { + "Rank": 1, "CommandName": "Get-PnPIsSiteAliasAvailable", "Id": 584, - "Rank": 1, "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { + "Rank": 1, "CommandName": "Get-PnPJavaScriptLink", "Id": 585, - "Rank": 1, "Command": "Get-PnPJavaScriptLink" }, { + "Rank": 2, "CommandName": "Get-PnPJavaScriptLink", "Id": 586, - "Rank": 2, "Command": "Get-PnPJavaScriptLink -Scope All" }, { + "Rank": 3, "CommandName": "Get-PnPJavaScriptLink", "Id": 587, - "Rank": 3, "Command": "Get-PnPJavaScriptLink -Scope Web" }, { + "Rank": 4, "CommandName": "Get-PnPJavaScriptLink", "Id": 588, - "Rank": 4, "Command": "Get-PnPJavaScriptLink -Scope Site" }, { + "Rank": 5, "CommandName": "Get-PnPJavaScriptLink", "Id": 589, - "Rank": 5, "Command": "Get-PnPJavaScriptLink -Name Test" }, { + "Rank": 1, "CommandName": "Get-PnPKnowledgeHubSite", "Id": 590, - "Rank": 1, "Command": "Get-PnPKnowledgeHubSite" }, { + "Rank": 1, "CommandName": "Get-PnPLargeListOperationStatus", "Id": 591, - "Rank": 1, "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { + "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Id": 592, - "Rank": 1, "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { + "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Id": 593, - "Rank": 1, "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "CommandName": "Get-PnPList", "Id": 594, - "Rank": 1, "Command": "Get-PnPList" }, { + "Rank": 2, "CommandName": "Get-PnPList", "Id": 595, - "Rank": 2, "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 3, "CommandName": "Get-PnPList", "Id": 596, - "Rank": 3, "Command": "Get-PnPList -Identity Lists/Announcements" }, { + "Rank": 4, "CommandName": "Get-PnPList", "Id": 597, - "Rank": 4, "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { + "Rank": 5, "CommandName": "Get-PnPList", "Id": 598, - "Rank": 5, "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { + "Rank": 1, "CommandName": "Get-PnPListDesign", "Id": 599, - "Rank": 1, "Command": "Get-PnPListDesign" }, { + "Rank": 2, "CommandName": "Get-PnPListDesign", "Id": 600, - "Rank": 2, "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 3, "CommandName": "Get-PnPListDesign", "Id": 601, - "Rank": 3, "Command": "Get-PnPListDesign -Identity ListEvent" }, { + "Rank": 1, "CommandName": "Get-PnPListInformationRightsManagement", "Id": 602, - "Rank": 1, "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { + "Rank": 1, "CommandName": "Get-PnPListItem", "Id": 603, - "Rank": 1, "Command": "Get-PnPListItem -List Tasks" }, { + "Rank": 2, "CommandName": "Get-PnPListItem", "Id": 604, - "Rank": 2, "Command": "Get-PnPListItem -List Tasks -Id 1" }, { + "Rank": 3, "CommandName": "Get-PnPListItem", "Id": 605, - "Rank": 3, "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { + "Rank": 4, "CommandName": "Get-PnPListItem", "Id": 606, - "Rank": 4, "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { + "Rank": 5, "CommandName": "Get-PnPListItem", "Id": 607, - "Rank": 5, "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { + "Rank": 6, "CommandName": "Get-PnPListItem", "Id": 608, - "Rank": 6, "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { + "Rank": 7, "CommandName": "Get-PnPListItem", "Id": 609, - "Rank": 7, "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { + "Rank": 8, "CommandName": "Get-PnPListItem", "Id": 610, - "Rank": 8, "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { + "Rank": 9, "CommandName": "Get-PnPListItem", "Id": 611, - "Rank": 9, "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { + "Rank": 1, "CommandName": "Get-PnPListItemAttachment", "Id": 612, - "Rank": 1, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { + "Rank": 2, "CommandName": "Get-PnPListItemAttachment", "Id": 613, - "Rank": 2, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { + "Rank": 1, "CommandName": "Get-PnPListItemComment", "Id": 614, - "Rank": 1, "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { + "Rank": 1, "CommandName": "Get-PnPListItemPermission", "Id": 615, - "Rank": 1, "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { + "Rank": 1, "CommandName": "Get-PnPListItemVersion", "Id": 616, - "Rank": 1, "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { + "Rank": 1, "CommandName": "Get-PnPListPermissions", "Id": 617, - "Rank": 1, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { + "Rank": 2, "CommandName": "Get-PnPListPermissions", "Id": 618, - "Rank": 2, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { + "Rank": 1, "CommandName": "Get-PnPListRecordDeclaration", "Id": 619, - "Rank": 1, "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { + "Rank": 1, "CommandName": "Get-PnPManagedAppId", "Id": 620, - "Rank": 1, "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { + "Rank": 1, "CommandName": "Get-PnPMasterPage", "Id": 621, - "Rank": 1, "Command": "Get-PnPMasterPage" }, { + "Rank": 1, "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 622, - "Rank": 1, "Command": "Get-PnPMessageCenterAnnouncement" }, { + "Rank": 2, "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 623, - "Rank": 2, "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 624, - "Rank": 1, "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 625, - "Rank": 2, "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365Group", "Id": 626, - "Rank": 1, "Command": "Get-PnPMicrosoft365Group" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365Group", "Id": 627, - "Rank": 2, "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { + "Rank": 3, "CommandName": "Get-PnPMicrosoft365Group", "Id": 628, - "Rank": 3, "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { + "Rank": 4, "CommandName": "Get-PnPMicrosoft365Group", "Id": 629, - "Rank": 4, "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { + "Rank": 5, "CommandName": "Get-PnPMicrosoft365Group", "Id": 630, - "Rank": 5, "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { + "Rank": 6, "CommandName": "Get-PnPMicrosoft365Group", "Id": 631, - "Rank": 6, "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 632, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 633, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 634, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 635, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 636, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 637, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 638, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 639, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 640, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettings" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 641, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 642, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { + "Rank": 4, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 643, - "Rank": 4, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 644, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 645, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 646, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupTeam" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 647, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 648, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 649, - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 650, - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 651, - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { + "Rank": 1, "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 652, - "Rank": 1, "Command": "Get-PnPMicrosoft365Roadmap" }, { + "Rank": 2, "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 653, - "Rank": 2, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { + "Rank": 3, "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 654, - "Rank": 3, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { + "Rank": 1, "CommandName": "Get-PnPNavigationNode", "Id": 655, - "Rank": 1, "Command": "Get-PnPNavigationNode" }, { + "Rank": 2, "CommandName": "Get-PnPNavigationNode", "Id": 656, - "Rank": 2, "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { + "Rank": 3, "CommandName": "Get-PnPNavigationNode", "Id": 657, - "Rank": 3, "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { + "Rank": 1, "CommandName": "Get-PnPOrgAssetsLibrary", "Id": 658, - "Rank": 1, "Command": "Get-PnPOrgAssetsLibrary" }, { + "Rank": 1, "CommandName": "Get-PnPOrgNewsSite", "Id": 659, - "Rank": 1, "Command": "Get-PnPOrgNewsSite" }, { + "Rank": 1, "CommandName": "Get-PnPPage", "Id": 660, - "Rank": 1, "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { + "Rank": 2, "CommandName": "Get-PnPPage", "Id": 661, - "Rank": 2, "Command": "Get-PnPPage \"MyPage\"" }, { + "Rank": 3, "CommandName": "Get-PnPPage", "Id": 662, - "Rank": 3, "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { + "Rank": 4, "CommandName": "Get-PnPPage", "Id": 663, - "Rank": 4, "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { + "Rank": 5, "CommandName": "Get-PnPPage", "Id": 664, - "Rank": 5, "Command": "Get-PnPPage" }, { + "Rank": 1, "CommandName": "Get-PnPPageComponent", "Id": 665, - "Rank": 1, "Command": "Get-PnPPageComponent -Page Home" }, { + "Rank": 2, "CommandName": "Get-PnPPageComponent", "Id": 666, - "Rank": 2, "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 3, "CommandName": "Get-PnPPageComponent", "Id": 667, - "Rank": 3, "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { + "Rank": 1, "CommandName": "Get-PnPPageCopyProgress", "Id": 668, - "Rank": 1, "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { + "Rank": 1, "CommandName": "Get-PnPPageLikedByInformation", "Id": 669, - "Rank": 1, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { + "Rank": 2, "CommandName": "Get-PnPPageLikedByInformation", "Id": 670, - "Rank": 2, "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { + "Rank": 3, "CommandName": "Get-PnPPageLikedByInformation", "Id": 671, - "Rank": 3, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { + "Rank": 1, "CommandName": "Get-PnPPageSchedulingEnabled", "Id": 672, - "Rank": 1, "Command": "Get-PnPPageSchedulingEnabled" }, { + "Rank": 1, "CommandName": "Get-PnPPlannerBucket", "Id": 673, - "Rank": 1, "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { + "Rank": 1, "CommandName": "Get-PnPPlannerConfiguration", "Id": 674, - "Rank": 1, "Command": "Get-PnPPlannerConfiguration" }, { + "Rank": 1, "CommandName": "Get-PnPPlannerPlan", "Id": 675, - "Rank": 1, "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { + "Rank": 2, "CommandName": "Get-PnPPlannerPlan", "Id": 676, - "Rank": 2, "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { + "Rank": 3, "CommandName": "Get-PnPPlannerPlan", "Id": 677, - "Rank": 3, "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { + "Rank": 1, "CommandName": "Get-PnPPlannerRosterMember", "Id": 678, - "Rank": 1, "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { + "Rank": 1, "CommandName": "Get-PnPPlannerRosterPlan", "Id": 679, - "Rank": 1, "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { + "Rank": 2, "CommandName": "Get-PnPPlannerRosterPlan", "Id": 680, - "Rank": 2, "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Get-PnPPlannerTask", "Id": 681, - "Rank": 1, "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { + "Rank": 2, "CommandName": "Get-PnPPlannerTask", "Id": 682, - "Rank": 2, "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { + "Rank": 3, "CommandName": "Get-PnPPlannerTask", "Id": 683, - "Rank": 3, "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { + "Rank": 1, "CommandName": "Get-PnPPlannerUserPolicy", "Id": 684, - "Rank": 1, "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Get-PnPPowerApp", "Id": 685, - "Rank": 1, "Command": "Get-PnPPowerApp" }, { + "Rank": 2, "CommandName": "Get-PnPPowerApp", "Id": 686, - "Rank": 2, "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "CommandName": "Get-PnPPowerPlatformCustomConnector", "Id": 687, - "Rank": 1, "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { + "Rank": 1, "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 688, - "Rank": 1, "Command": "Get-PnPPowerPlatformEnvironment" }, { + "Rank": 2, "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 689, - "Rank": 2, "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { + "Rank": 3, "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 690, - "Rank": 3, "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { + "Rank": 1, "CommandName": "Get-PnPPowerPlatformSolution", "Id": 691, - "Rank": 1, "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { + "Rank": 2, "CommandName": "Get-PnPPowerPlatformSolution", "Id": 692, - "Rank": 2, "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { + "Rank": 1, "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Id": 693, - "Rank": 1, "Command": "Get-PnPPowerShellTelemetryEnabled" }, { + "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 694, - "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { + "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 695, - "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { + "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 696, - "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { + "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 697, - "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { + "Rank": 3, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 698, - "Rank": 3, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { + "Rank": 1, "CommandName": "Get-PnPProfileCardProperty", "Id": 699, - "Rank": 1, "Command": "Get-PnPProfileCardProperty" }, { + "Rank": 2, "CommandName": "Get-PnPProfileCardProperty", "Id": 700, - "Rank": 2, "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { + "Rank": 1, "CommandName": "Get-PnPPropertyBag", "Id": 701, - "Rank": 1, "Command": "Get-PnPPropertyBag" }, { + "Rank": 2, "CommandName": "Get-PnPPropertyBag", "Id": 702, - "Rank": 2, "Command": "Get-PnPPropertyBag -Key MyKey" }, { + "Rank": 3, "CommandName": "Get-PnPPropertyBag", "Id": 703, - "Rank": 3, "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { + "Rank": 4, "CommandName": "Get-PnPPropertyBag", "Id": 704, - "Rank": 4, "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { + "Rank": 5, "CommandName": "Get-PnPPropertyBag", "Id": 705, - "Rank": 5, "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { + "Rank": 1, "CommandName": "Get-PnPPublishingImageRendition", "Id": 706, - "Rank": 1, "Command": "Get-PnPPublishingImageRendition" }, { + "Rank": 2, "CommandName": "Get-PnPPublishingImageRendition", "Id": 707, - "Rank": 2, "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { + "Rank": 3, "CommandName": "Get-PnPPublishingImageRendition", "Id": 708, - "Rank": 3, "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { + "Rank": 1, "CommandName": "Get-PnPRecycleBinItem", "Id": 709, - "Rank": 1, "Command": "Get-PnPRecycleBinItem" }, { + "Rank": 2, "CommandName": "Get-PnPRecycleBinItem", "Id": 710, - "Rank": 2, "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { + "Rank": 3, "CommandName": "Get-PnPRecycleBinItem", "Id": 711, - "Rank": 3, "Command": "Get-PnPRecycleBinItem -FirstStage" }, { + "Rank": 4, "CommandName": "Get-PnPRecycleBinItem", "Id": 712, - "Rank": 4, "Command": "Get-PnPRecycleBinItem -SecondStage" }, { + "Rank": 5, "CommandName": "Get-PnPRecycleBinItem", "Id": 713, - "Rank": 5, "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { + "Rank": 1, "CommandName": "Get-PnPRequestAccessEmails", "Id": 714, - "Rank": 1, "Command": "Get-PnPRequestAccessEmails" }, { + "Rank": 1, "CommandName": "Get-PnPRetentionLabel", "Id": 715, - "Rank": 1, "Command": "Get-PnPRetentionLabel" }, { + "Rank": 2, "CommandName": "Get-PnPRetentionLabel", "Id": 716, - "Rank": 2, "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { + "Rank": 1, "CommandName": "Get-PnPRoleDefinition", "Id": 717, - "Rank": 1, "Command": "Get-PnPRoleDefinition" }, { + "Rank": 2, "CommandName": "Get-PnPRoleDefinition", "Id": 718, - "Rank": 2, "Command": "Get-PnPRoleDefinition -Identity Read" }, { + "Rank": 3, "CommandName": "Get-PnPRoleDefinition", "Id": 719, - "Rank": 3, "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { + "Rank": 1, "CommandName": "Get-PnPSearchConfiguration", "Id": 720, - "Rank": 1, "Command": "Get-PnPSearchConfiguration" }, { + "Rank": 2, "CommandName": "Get-PnPSearchConfiguration", "Id": 721, - "Rank": 2, "Command": "Get-PnPSearchConfiguration -Scope Site" }, { + "Rank": 3, "CommandName": "Get-PnPSearchConfiguration", "Id": 722, - "Rank": 3, "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { + "Rank": 4, "CommandName": "Get-PnPSearchConfiguration", "Id": 723, - "Rank": 4, "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { + "Rank": 5, "CommandName": "Get-PnPSearchConfiguration", "Id": 724, - "Rank": 5, "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { + "Rank": 6, "CommandName": "Get-PnPSearchConfiguration", "Id": 725, - "Rank": 6, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { + "Rank": 7, "CommandName": "Get-PnPSearchConfiguration", "Id": 726, - "Rank": 7, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { + "Rank": 8, "CommandName": "Get-PnPSearchConfiguration", "Id": 727, - "Rank": 8, "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { + "Rank": 1, "CommandName": "Get-PnPSearchCrawlLog", "Id": 728, - "Rank": 1, "Command": "Get-PnPSearchCrawlLog" }, { + "Rank": 2, "CommandName": "Get-PnPSearchCrawlLog", "Id": 729, - "Rank": 2, "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { + "Rank": 3, "CommandName": "Get-PnPSearchCrawlLog", "Id": 730, - "Rank": 3, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { + "Rank": 4, "CommandName": "Get-PnPSearchCrawlLog", "Id": 731, - "Rank": 4, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { + "Rank": 5, "CommandName": "Get-PnPSearchCrawlLog", "Id": 732, - "Rank": 5, "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { + "Rank": 6, "CommandName": "Get-PnPSearchCrawlLog", "Id": 733, - "Rank": 6, "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { + "Rank": 7, "CommandName": "Get-PnPSearchCrawlLog", "Id": 734, - "Rank": 7, "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { + "Rank": 1, "CommandName": "Get-PnPSearchExternalConnection", "Id": 735, - "Rank": 1, "Command": "Get-PnPSearchExternalConnection" }, { + "Rank": 2, "CommandName": "Get-PnPSearchExternalConnection", "Id": 736, - "Rank": 2, "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { + "Rank": 1, "CommandName": "Get-PnPSearchExternalItem", "Id": 737, - "Rank": 1, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { + "Rank": 2, "CommandName": "Get-PnPSearchExternalItem", "Id": 738, - "Rank": 2, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { + "Rank": 1, "CommandName": "Get-PnPSearchExternalSchema", "Id": 739, - "Rank": 1, "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { + "Rank": 1, "CommandName": "Get-PnPSearchSettings", "Id": 740, - "Rank": 1, "Command": "Get-PnPSearchSettings" }, { + "Rank": 1, "CommandName": "Get-PnPServiceCurrentHealth", "Id": 741, - "Rank": 1, "Command": "Get-PnPServiceCurrentHealth" }, { + "Rank": 2, "CommandName": "Get-PnPServiceCurrentHealth", "Id": 742, - "Rank": 2, "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { + "Rank": 1, "CommandName": "Get-PnPServiceHealthIssue", "Id": 743, - "Rank": 1, "Command": "Get-PnPServiceHealthIssue" }, { + "Rank": 2, "CommandName": "Get-PnPServiceHealthIssue", "Id": 744, - "Rank": 2, "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { + "Rank": 1, "CommandName": "Get-PnPSharePointAddIn", "Id": 745, - "Rank": 1, "Command": "Get-PnPSharePointAddIn" }, { + "Rank": 2, "CommandName": "Get-PnPSharePointAddIn", "Id": 746, - "Rank": 2, "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { + "Rank": 1, "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Id": 747, - "Rank": 1, "Command": "Get-PnPSharingForNonOwnersOfSite" }, { + "Rank": 1, "CommandName": "Get-PnPSite", "Id": 748, - "Rank": 1, "Command": "Get-PnPSite" }, { + "Rank": 2, "CommandName": "Get-PnPSite", "Id": 749, - "Rank": 2, "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { + "Rank": 1, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 750, - "Rank": 1, "Command": "Get-PnPSiteAnalyticsData -All" }, { + "Rank": 2, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 751, - "Rank": 2, "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { + "Rank": 3, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 752, - "Rank": 3, "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { + "Rank": 4, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 753, - "Rank": 4, "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { + "Rank": 1, "CommandName": "Get-PnPSiteClosure", "Id": 754, - "Rank": 1, "Command": "Get-PnPSiteClosure" }, { + "Rank": 1, "CommandName": "Get-PnPSiteCollectionAdmin", "Id": 755, - "Rank": 1, "Command": "Get-PnPSiteCollectionAdmin" }, { + "Rank": 1, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 756, - "Rank": 1, "Command": "Get-PnPSiteCollectionAppCatalog" }, { + "Rank": 2, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 757, - "Rank": 2, "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { + "Rank": 3, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 758, - "Rank": 3, "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { + "Rank": 1, "CommandName": "Get-PnPSiteCollectionTermStore", "Id": 759, - "Rank": 1, "Command": "Get-PnPSiteCollectionTermStore" }, { + "Rank": 1, "CommandName": "Get-PnPSiteDesign", "Id": 760, - "Rank": 1, "Command": "Get-PnPSiteDesign" }, { + "Rank": 2, "CommandName": "Get-PnPSiteDesign", "Id": 761, - "Rank": 2, "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "CommandName": "Get-PnPSiteDesignRights", "Id": 762, - "Rank": 1, "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "CommandName": "Get-PnPSiteDesignRun", "Id": 763, - "Rank": 1, "Command": "Get-PnPSiteDesignRun" }, { + "Rank": 2, "CommandName": "Get-PnPSiteDesignRun", "Id": 764, - "Rank": 2, "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { + "Rank": 1, "CommandName": "Get-PnPSiteDesignTask", "Id": 765, - "Rank": 1, "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { + "Rank": 2, "CommandName": "Get-PnPSiteDesignTask", "Id": 766, - "Rank": 2, "Command": "Get-PnPSiteDesignTask" }, { + "Rank": 3, "CommandName": "Get-PnPSiteDesignTask", "Id": 767, - "Rank": 3, "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { + "Rank": 1, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Id": 768, - "Rank": 1, "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { + "Rank": 1, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Id": 769, - "Rank": 1, "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "CommandName": "Get-PnPSiteGroup", "Id": 770, - "Rank": 1, "Command": "Get-PnPSiteGroup" }, { + "Rank": 2, "CommandName": "Get-PnPSiteGroup", "Id": 771, - "Rank": 2, "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { + "Rank": 3, "CommandName": "Get-PnPSiteGroup", "Id": 772, - "Rank": 3, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { + "Rank": 4, "CommandName": "Get-PnPSiteGroup", "Id": 773, - "Rank": 4, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { + "Rank": 1, "CommandName": "Get-PnPSitePolicy", "Id": 774, - "Rank": 1, "Command": "Get-PnPSitePolicy" }, { + "Rank": 2, "CommandName": "Get-PnPSitePolicy", "Id": 775, - "Rank": 2, "Command": "Get-PnPSitePolicy -AllAvailable" }, { + "Rank": 3, "CommandName": "Get-PnPSitePolicy", "Id": 776, - "Rank": 3, "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { + "Rank": 1, "CommandName": "Get-PnPSiteScript", "Id": 777, - "Rank": 1, "Command": "Get-PnPSiteScript" }, { + "Rank": 2, "CommandName": "Get-PnPSiteScript", "Id": 778, - "Rank": 2, "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "CommandName": "Get-PnPSiteScriptFromList", "Id": 779, - "Rank": 1, "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { + "Rank": 2, "CommandName": "Get-PnPSiteScriptFromList", "Id": 780, - "Rank": 2, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { + "Rank": 3, "CommandName": "Get-PnPSiteScriptFromList", "Id": 781, - "Rank": 3, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { + "Rank": 1, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 782, - "Rank": 1, "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { + "Rank": 2, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 783, - "Rank": 2, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { + "Rank": 3, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 784, - "Rank": 3, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { + "Rank": 4, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 785, - "Rank": 4, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { + "Rank": 5, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 786, - "Rank": 5, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { + "Rank": 6, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 787, - "Rank": 6, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { + "Rank": 1, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 788, - "Rank": 1, "Command": "Get-PnPSiteSearchQueryResults" }, { + "Rank": 2, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 789, - "Rank": 2, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { + "Rank": 3, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 790, - "Rank": 3, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { + "Rank": 4, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 791, - "Rank": 4, "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { + "Rank": 5, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 792, - "Rank": 5, "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { + "Rank": 6, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 793, - "Rank": 6, "Command": "Get-PnPSiteSearchQueryResults -All" }, { + "Rank": 1, "CommandName": "Get-PnPSiteSensitivityLabel", "Id": 794, - "Rank": 1, "Command": "Get-PnPSiteSensitivityLabel" }, { + "Rank": 1, "CommandName": "Get-PnPSiteTemplate", "Id": 795, - "Rank": 1, "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { + "Rank": 2, "CommandName": "Get-PnPSiteTemplate", "Id": 796, - "Rank": 2, "Command": "Get-PnPSiteTemplate -Out template.xml" }, { + "Rank": 3, "CommandName": "Get-PnPSiteTemplate", "Id": 797, - "Rank": 3, "Command": "Get-PnPSiteTemplate -Out template.md" }, { + "Rank": 4, "CommandName": "Get-PnPSiteTemplate", "Id": 798, - "Rank": 4, "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { + "Rank": 5, "CommandName": "Get-PnPSiteTemplate", "Id": 799, - "Rank": 5, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { + "Rank": 6, "CommandName": "Get-PnPSiteTemplate", "Id": 800, - "Rank": 6, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { + "Rank": 7, "CommandName": "Get-PnPSiteTemplate", "Id": 801, - "Rank": 7, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { + "Rank": 8, "CommandName": "Get-PnPSiteTemplate", "Id": 802, - "Rank": 8, "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { + "Rank": 9, "CommandName": "Get-PnPSiteTemplate", "Id": 803, - "Rank": 9, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { + "Rank": 10, "CommandName": "Get-PnPSiteTemplate", "Id": 804, - "Rank": 10, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { + "Rank": 11, "CommandName": "Get-PnPSiteTemplate", "Id": 805, - "Rank": 11, "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { + "Rank": 12, "CommandName": "Get-PnPSiteTemplate", "Id": 806, - "Rank": 12, "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { + "Rank": 13, "CommandName": "Get-PnPSiteTemplate", "Id": 807, - "Rank": 13, "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { + "Rank": 14, "CommandName": "Get-PnPSiteTemplate", "Id": 808, - "Rank": 14, "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { + "Rank": 1, "CommandName": "Get-PnPSiteUserInvitations", "Id": 809, - "Rank": 1, "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { + "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicy", "Id": 810, - "Rank": 1, "Command": "Get-PnPSiteVersionPolicy" }, { + "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicyStatus", "Id": 811, - "Rank": 1, "Command": "Get-PnPSiteVersionPolicyStatus" }, { + "Rank": 1, "CommandName": "Get-PnPStorageEntity", "Id": 812, - "Rank": 1, "Command": "Get-PnPStorageEntity" }, { + "Rank": 2, "CommandName": "Get-PnPStorageEntity", "Id": 813, - "Rank": 2, "Command": "Get-PnPStorageEntity -Key MyKey" }, { + "Rank": 3, "CommandName": "Get-PnPStorageEntity", "Id": 814, - "Rank": 3, "Command": "Get-PnPStorageEntity -Scope Site" }, { + "Rank": 4, "CommandName": "Get-PnPStorageEntity", "Id": 815, - "Rank": 4, "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { + "Rank": 1, "CommandName": "Get-PnPStoredCredential", "Id": 816, - "Rank": 1, "Command": "Get-PnPStoredCredential -Name O365" }, { + "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Id": 817, - "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { + "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Id": 818, - "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { + "Rank": 1, "CommandName": "Get-PnPSubWeb", "Id": 819, - "Rank": 1, "Command": "Get-PnPSubWeb" }, { + "Rank": 2, "CommandName": "Get-PnPSubWeb", "Id": 820, - "Rank": 2, "Command": "Get-PnPSubWeb -Recurse" }, { + "Rank": 3, "CommandName": "Get-PnPSubWeb", "Id": 821, - "Rank": 3, "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { + "Rank": 4, "CommandName": "Get-PnPSubWeb", "Id": 822, - "Rank": 4, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { + "Rank": 5, "CommandName": "Get-PnPSubWeb", "Id": 823, - "Rank": 5, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { + "Rank": 1, "CommandName": "Get-PnPSyntexModel", "Id": 824, - "Rank": 1, "Command": "Get-PnPSyntexModel" }, { + "Rank": 2, "CommandName": "Get-PnPSyntexModel", "Id": 825, - "Rank": 2, "Command": "Get-PnPSyntexModel -Identity 1" }, { + "Rank": 3, "CommandName": "Get-PnPSyntexModel", "Id": 826, - "Rank": 3, "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { + "Rank": 1, "CommandName": "Get-PnPSyntexModelPublication", "Id": 827, - "Rank": 1, "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { + "Rank": 1, "CommandName": "Get-PnPTaxonomyItem", "Id": 828, - "Rank": 1, "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsApp", "Id": 829, - "Rank": 1, "Command": "Get-PnPTeamsApp" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsApp", "Id": 830, - "Rank": 2, "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { + "Rank": 3, "CommandName": "Get-PnPTeamsApp", "Id": 831, - "Rank": 3, "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsChannel", "Id": 832, - "Rank": 1, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsChannel", "Id": 833, - "Rank": 2, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { + "Rank": 3, "CommandName": "Get-PnPTeamsChannel", "Id": 834, - "Rank": 3, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { + "Rank": 4, "CommandName": "Get-PnPTeamsChannel", "Id": 835, - "Rank": 4, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 836, - "Rank": 1, "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 837, - "Rank": 2, "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessage", "Id": 838, - "Rank": 1, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessage", "Id": 839, - "Rank": 2, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 840, - "Rank": 1, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 841, - "Rank": 2, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsChannelUser", "Id": 842, - "Rank": 1, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsChannelUser", "Id": 843, - "Rank": 2, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { + "Rank": 3, "CommandName": "Get-PnPTeamsChannelUser", "Id": 844, - "Rank": 3, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { + "Rank": 4, "CommandName": "Get-PnPTeamsChannelUser", "Id": 845, - "Rank": 4, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 846, - "Rank": 1, "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 847, - "Rank": 2, "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsTab", "Id": 848, - "Rank": 1, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsTab", "Id": 849, - "Rank": 2, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { + "Rank": 3, "CommandName": "Get-PnPTeamsTab", "Id": 850, - "Rank": 3, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { + "Rank": 4, "CommandName": "Get-PnPTeamsTab", "Id": 851, - "Rank": 4, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { + "Rank": 5, "CommandName": "Get-PnPTeamsTab", "Id": 852, - "Rank": 5, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsTag", "Id": 853, - "Rank": 1, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsTag", "Id": 854, - "Rank": 2, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsTeam", "Id": 855, - "Rank": 1, "Command": "Get-PnPTeamsTeam" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsTeam", "Id": 856, - "Rank": 2, "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { + "Rank": 3, "CommandName": "Get-PnPTeamsTeam", "Id": 857, - "Rank": 3, "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { + "Rank": 4, "CommandName": "Get-PnPTeamsTeam", "Id": 858, - "Rank": 4, "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { + "Rank": 5, "CommandName": "Get-PnPTeamsTeam", "Id": 859, - "Rank": 5, "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { + "Rank": 6, "CommandName": "Get-PnPTeamsTeam", "Id": 860, - "Rank": 6, "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { + "Rank": 1, "CommandName": "Get-PnPTeamsUser", "Id": 861, - "Rank": 1, "Command": "Get-PnPTeamsUser -Team MyTeam" }, { + "Rank": 2, "CommandName": "Get-PnPTeamsUser", "Id": 862, - "Rank": 2, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { + "Rank": 3, "CommandName": "Get-PnPTeamsUser", "Id": 863, - "Rank": 3, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { + "Rank": 4, "CommandName": "Get-PnPTeamsUser", "Id": 864, - "Rank": 4, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { + "Rank": 1, "CommandName": "Get-PnPTemporarilyDisableAppBar", "Id": 865, - "Rank": 1, "Command": "Get-PnPTemporarilyDisableAppBar" }, { + "Rank": 1, "CommandName": "Get-PnPTenant", "Id": 866, - "Rank": 1, "Command": "Get-PnPTenant" }, { + "Rank": 1, "CommandName": "Get-PnPTenantAppCatalogUrl", "Id": 867, - "Rank": 1, "Command": "Get-PnPTenantAppCatalogUrl" }, { + "Rank": 1, "CommandName": "Get-PnPTenantCdnEnabled", "Id": 868, - "Rank": 1, "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { + "Rank": 1, "CommandName": "Get-PnPTenantCdnOrigin", "Id": 869, - "Rank": 1, "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { + "Rank": 1, "CommandName": "Get-PnPTenantCdnPolicies", "Id": 870, - "Rank": 1, "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { + "Rank": 1, "CommandName": "Get-PnPTenantDeletedSite", "Id": 871, - "Rank": 1, "Command": "Get-PnPTenantDeletedSite" }, { + "Rank": 2, "CommandName": "Get-PnPTenantDeletedSite", "Id": 872, - "Rank": 2, "Command": "Get-PnPTenantDeletedSite -Detailed" }, { + "Rank": 3, "CommandName": "Get-PnPTenantDeletedSite", "Id": 873, - "Rank": 3, "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 4, "CommandName": "Get-PnPTenantDeletedSite", "Id": 874, - "Rank": 4, "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { + "Rank": 5, "CommandName": "Get-PnPTenantDeletedSite", "Id": 875, - "Rank": 5, "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { + "Rank": 1, "CommandName": "Get-PnPTenantId", "Id": 876, - "Rank": 1, "Command": "Get-PnPTenantId" }, { + "Rank": 2, "CommandName": "Get-PnPTenantId", "Id": 877, - "Rank": 2, "Command": "Get-PnPTenantId contoso" }, { + "Rank": 3, "CommandName": "Get-PnPTenantId", "Id": 878, - "Rank": 3, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { + "Rank": 4, "CommandName": "Get-PnPTenantId", "Id": 879, - "Rank": 4, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { + "Rank": 1, "CommandName": "Get-PnPTenantInfo", "Id": 880, - "Rank": 1, "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { + "Rank": 2, "CommandName": "Get-PnPTenantInfo", "Id": 881, - "Rank": 2, "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { + "Rank": 3, "CommandName": "Get-PnPTenantInfo", "Id": 882, - "Rank": 3, "Command": "Get-PnPTenantInfo" }, { + "Rank": 4, "CommandName": "Get-PnPTenantInfo", "Id": 883, - "Rank": 4, "Command": "Get-PnPTenantInfo -CurrentTenant" }, { + "Rank": 1, "CommandName": "Get-PnPTenantInstance", "Id": 884, - "Rank": 1, "Command": "Get-PnPTenantInstance" }, { + "Rank": 1, "CommandName": "Get-PnPTenantInternalSetting", "Id": 885, - "Rank": 1, "Command": "Get-PnPTenantInternalSetting" }, { + "Rank": 1, "CommandName": "Get-PnPTenantPronounsSetting", "Id": 886, - "Rank": 1, "Command": "Get-PnPTenantPronounsSetting" }, { + "Rank": 1, "CommandName": "Get-PnPTenantRecycleBinItem", "Id": 887, - "Rank": 1, "Command": "Get-PnPTenantRecycleBinItem" }, { + "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Id": 888, - "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { + "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchMode", "Id": 889, - "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchMode" }, { + "Rank": 1, "CommandName": "Get-PnPTenantRetentionLabel", "Id": 890, - "Rank": 1, "Command": "Get-PnPTenantRetentionLabel" }, { + "Rank": 2, "CommandName": "Get-PnPTenantRetentionLabel", "Id": 891, - "Rank": 2, "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { + "Rank": 1, "CommandName": "Get-PnPTenantSequence", "Id": 892, - "Rank": 1, "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { + "Rank": 2, "CommandName": "Get-PnPTenantSequence", "Id": 893, - "Rank": 2, "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { + "Rank": 1, "CommandName": "Get-PnPTenantSequenceSite", "Id": 894, - "Rank": 1, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { + "Rank": 2, "CommandName": "Get-PnPTenantSequenceSite", "Id": 895, - "Rank": 2, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { + "Rank": 1, "CommandName": "Get-PnPTenantSite", "Id": 896, - "Rank": 1, "Command": "Get-PnPTenantSite" }, { + "Rank": 2, "CommandName": "Get-PnPTenantSite", "Id": 897, - "Rank": 2, "Command": "Get-PnPTenantSite -Detailed" }, { + "Rank": 3, "CommandName": "Get-PnPTenantSite", "Id": 898, - "Rank": 3, "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { + "Rank": 4, "CommandName": "Get-PnPTenantSite", "Id": 899, - "Rank": 4, "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { + "Rank": 5, "CommandName": "Get-PnPTenantSite", "Id": 900, - "Rank": 5, "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { + "Rank": 6, "CommandName": "Get-PnPTenantSite", "Id": 901, - "Rank": 6, "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { + "Rank": 7, "CommandName": "Get-PnPTenantSite", "Id": 902, - "Rank": 7, "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { + "Rank": 8, "CommandName": "Get-PnPTenantSite", "Id": 903, - "Rank": 8, "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { + "Rank": 9, "CommandName": "Get-PnPTenantSite", "Id": 904, - "Rank": 9, "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { + "Rank": 1, "CommandName": "Get-PnPTenantSyncClientRestriction", "Id": 905, - "Rank": 1, "Command": "Get-PnPTenantSyncClientRestriction" }, { + "Rank": 1, "CommandName": "Get-PnPTenantTemplate", "Id": 906, - "Rank": 1, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { + "Rank": 2, "CommandName": "Get-PnPTenantTemplate", "Id": 907, - "Rank": 2, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { + "Rank": 3, "CommandName": "Get-PnPTenantTemplate", "Id": 908, - "Rank": 3, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { + "Rank": 1, "CommandName": "Get-PnPTenantTheme", "Id": 909, - "Rank": 1, "Command": "Get-PnPTenantTheme" }, { + "Rank": 2, "CommandName": "Get-PnPTenantTheme", "Id": 910, - "Rank": 2, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { + "Rank": 3, "CommandName": "Get-PnPTenantTheme", "Id": 911, - "Rank": 3, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { + "Rank": 1, "CommandName": "Get-PnPTerm", "Id": 912, - "Rank": 1, "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 2, "CommandName": "Get-PnPTerm", "Id": 913, - "Rank": 2, "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 3, "CommandName": "Get-PnPTerm", "Id": 914, - "Rank": 3, "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 4, "CommandName": "Get-PnPTerm", "Id": 915, - "Rank": 4, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { + "Rank": 5, "CommandName": "Get-PnPTerm", "Id": 916, - "Rank": 5, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { + "Rank": 1, "CommandName": "Get-PnPTermGroup", "Id": 917, - "Rank": 1, "Command": "Get-PnPTermGroup" }, { + "Rank": 2, "CommandName": "Get-PnPTermGroup", "Id": 918, - "Rank": 2, "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { + "Rank": 3, "CommandName": "Get-PnPTermGroup", "Id": 919, - "Rank": 3, "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { + "Rank": 1, "CommandName": "Get-PnPTermLabel", "Id": 920, - "Rank": 1, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { + "Rank": 2, "CommandName": "Get-PnPTermLabel", "Id": 921, - "Rank": 2, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { + "Rank": 3, "CommandName": "Get-PnPTermLabel", "Id": 922, - "Rank": 3, "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "CommandName": "Get-PnPTermSet", "Id": 923, - "Rank": 1, "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { + "Rank": 2, "CommandName": "Get-PnPTermSet", "Id": 924, - "Rank": 2, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 3, "CommandName": "Get-PnPTermSet", "Id": 925, - "Rank": 3, "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { + "Rank": 4, "CommandName": "Get-PnPTermSet", "Id": 926, - "Rank": 4, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { + "Rank": 1, "CommandName": "Get-PnPTheme", "Id": 927, - "Rank": 1, "Command": "Get-PnPTheme" }, { + "Rank": 2, "CommandName": "Get-PnPTheme", "Id": 928, - "Rank": 2, "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { + "Rank": 1, "CommandName": "Get-PnPTimeZoneId", "Id": 929, - "Rank": 1, "Command": "Get-PnPTimeZoneId" }, { + "Rank": 2, "CommandName": "Get-PnPTimeZoneId", "Id": 930, - "Rank": 2, "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { + "Rank": 1, "CommandName": "Get-PnPTodoList", "Id": 931, - "Rank": 1, "Command": "Get-PnPTodoList" }, { + "Rank": 2, "CommandName": "Get-PnPTodoList", "Id": 932, - "Rank": 2, "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { + "Rank": 3, "CommandName": "Get-PnPTodoList", "Id": 933, - "Rank": 3, "Command": "Get-PnPTodoList -User john@doe.com" }, { + "Rank": 4, "CommandName": "Get-PnPTodoList", "Id": 934, - "Rank": 4, "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { + "Rank": 1, "CommandName": "Get-PnPTraceLog", "Id": 935, - "Rank": 1, "Command": "Get-PnPTraceLog" }, { + "Rank": 2, "CommandName": "Get-PnPTraceLog", "Id": 936, - "Rank": 2, "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { + "Rank": 3, "CommandName": "Get-PnPTraceLog", "Id": 937, - "Rank": 3, "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { + "Rank": 4, "CommandName": "Get-PnPTraceLog", "Id": 938, - "Rank": 4, "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { + "Rank": 5, "CommandName": "Get-PnPTraceLog", "Id": 939, - "Rank": 5, "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { + "Rank": 6, "CommandName": "Get-PnPTraceLog", "Id": 940, - "Rank": 6, "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { + "Rank": 1, "CommandName": "Get-PnPUnfurlLink", "Id": 941, - "Rank": 1, "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { + "Rank": 1, "CommandName": "Get-PnPUnifiedAuditLog", "Id": 942, - "Rank": 1, "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { + "Rank": 1, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 943, - "Rank": 1, "Command": "Get-PnPUPABulkImportStatus" }, { + "Rank": 2, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 944, - "Rank": 2, "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { + "Rank": 3, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 945, - "Rank": 3, "Command": "Get-PnPUPABulkImportStatus -JobId " }, { + "Rank": 4, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 946, - "Rank": 4, "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { + "Rank": 1, "CommandName": "Get-PnPUser", "Id": 947, - "Rank": 1, "Command": "Get-PnPUser" }, { + "Rank": 2, "CommandName": "Get-PnPUser", "Id": 948, - "Rank": 2, "Command": "Get-PnPUser -Identity 23" }, { + "Rank": 3, "CommandName": "Get-PnPUser", "Id": 949, - "Rank": 3, "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { + "Rank": 4, "CommandName": "Get-PnPUser", "Id": 950, - "Rank": 4, "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { + "Rank": 5, "CommandName": "Get-PnPUser", "Id": 951, - "Rank": 5, "Command": "Get-PnPUser -WithRightsAssigned" }, { + "Rank": 6, "CommandName": "Get-PnPUser", "Id": 952, - "Rank": 6, "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { + "Rank": 7, "CommandName": "Get-PnPUser", "Id": 953, - "Rank": 7, "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { + "Rank": 1, "CommandName": "Get-PnPUserOneDriveQuota", "Id": 954, - "Rank": 1, "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { + "Rank": 1, "CommandName": "Get-PnPUserProfilePhoto", "Id": 955, - "Rank": 1, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Get-PnPUserProfilePhoto", "Id": 956, - "Rank": 2, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { + "Rank": 1, "CommandName": "Get-PnPUserProfileProperty", "Id": 957, - "Rank": 1, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { + "Rank": 2, "CommandName": "Get-PnPUserProfileProperty", "Id": 958, - "Rank": 2, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { + "Rank": 3, "CommandName": "Get-PnPUserProfileProperty", "Id": 959, - "Rank": 3, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { + "Rank": 1, "CommandName": "Get-PnPView", "Id": 960, - "Rank": 1, "Command": "Get-PnPView -List \"Demo List\"" }, { + "Rank": 2, "CommandName": "Get-PnPView", "Id": 961, - "Rank": 2, "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { + "Rank": 3, "CommandName": "Get-PnPView", "Id": 962, - "Rank": 3, "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { + "Rank": 1, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 963, - "Rank": 1, "Command": "Get-PnPVivaConnectionsDashboardACE" }, { + "Rank": 2, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 964, - "Rank": 2, "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { + "Rank": 1, "CommandName": "Get-PnPVivaEngageCommunity", "Id": 965, - "Rank": 1, "Command": "Get-PnPVivaEngageCommunity" }, { + "Rank": 2, "CommandName": "Get-PnPVivaEngageCommunity", "Id": 966, - "Rank": 2, "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { + "Rank": 1, "CommandName": "Get-PnPWeb", "Id": 967, - "Rank": 1, "Command": "Get-PnPWeb" }, { + "Rank": 1, "CommandName": "Get-PnPWebHeader", "Id": 968, - "Rank": 1, "Command": "Get-PnPWebHeader" }, { + "Rank": 1, "CommandName": "Get-PnPWebhookSubscription", "Id": 969, - "Rank": 1, "Command": "Get-PnPWebhookSubscription -List MyList" }, { + "Rank": 1, "CommandName": "Get-PnPWebPart", "Id": 970, - "Rank": 1, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { + "Rank": 2, "CommandName": "Get-PnPWebPart", "Id": 971, - "Rank": 2, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 1, "CommandName": "Get-PnPWebPartProperty", "Id": 972, - "Rank": 1, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { + "Rank": 2, "CommandName": "Get-PnPWebPartProperty", "Id": 973, - "Rank": 2, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { + "Rank": 1, "CommandName": "Get-PnPWebPartXml", "Id": 974, - "Rank": 1, "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 1, "CommandName": "Get-PnPWebPermission", "Id": 975, - "Rank": 1, "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { + "Rank": 2, "CommandName": "Get-PnPWebPermission", "Id": 976, - "Rank": 2, "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { + "Rank": 1, "CommandName": "Get-PnPWebTemplates", "Id": 977, - "Rank": 1, "Command": "Get-PnPWebTemplates" }, { + "Rank": 2, "CommandName": "Get-PnPWebTemplates", "Id": 978, - "Rank": 2, "Command": "Get-PnPWebTemplates -LCID 1033" }, { + "Rank": 3, "CommandName": "Get-PnPWebTemplates", "Id": 979, - "Rank": 3, "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { + "Rank": 1, "CommandName": "Get-PnPWikiPageContent", "Id": 980, - "Rank": 1, "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { + "Rank": 1, "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 981, - "Rank": 1, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { + "Rank": 2, "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 982, - "Rank": 2, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { + "Rank": 1, "CommandName": "Grant-PnPHubSiteRights", "Id": 983, - "Rank": 1, "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "CommandName": "Grant-PnPSiteDesignRights", "Id": 984, - "Rank": 1, "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Id": 985, - "Rank": 1, "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { + "Rank": 1, "CommandName": "Import-PnPTaxonomy", "Id": 986, - "Rank": 1, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { + "Rank": 2, "CommandName": "Import-PnPTaxonomy", "Id": 987, - "Rank": 2, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { + "Rank": 3, "CommandName": "Import-PnPTaxonomy", "Id": 988, - "Rank": 3, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { + "Rank": 4, "CommandName": "Import-PnPTaxonomy", "Id": 989, - "Rank": 4, "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { + "Rank": 1, "CommandName": "Import-PnPTermGroupFromXml", "Id": 990, - "Rank": 1, "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { + "Rank": 2, "CommandName": "Import-PnPTermGroupFromXml", "Id": 991, - "Rank": 2, "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { + "Rank": 1, "CommandName": "Import-PnPTermSet", "Id": 992, - "Rank": 1, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { + "Rank": 2, "CommandName": "Import-PnPTermSet", "Id": 993, - "Rank": 2, "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { + "Rank": 3, "CommandName": "Import-PnPTermSet", "Id": 994, - "Rank": 3, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { + "Rank": 1, "CommandName": "Install-PnPApp", "Id": 995, - "Rank": 1, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "CommandName": "Install-PnPApp", "Id": 996, - "Rank": 2, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "CommandName": "Invoke-PnPGraphMethod", "Id": 997, - "Rank": 1, "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { + "Rank": 2, "CommandName": "Invoke-PnPGraphMethod", "Id": 998, - "Rank": 2, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { + "Rank": 3, "CommandName": "Invoke-PnPGraphMethod", "Id": 999, - "Rank": 3, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { + "Rank": 4, "CommandName": "Invoke-PnPGraphMethod", "Id": 1000, - "Rank": 4, "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { + "Rank": 5, "CommandName": "Invoke-PnPGraphMethod", "Id": 1001, - "Rank": 5, "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { + "Rank": 6, "CommandName": "Invoke-PnPGraphMethod", "Id": 1002, - "Rank": 6, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { + "Rank": 7, "CommandName": "Invoke-PnPGraphMethod", "Id": 1003, - "Rank": 7, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { + "Rank": 1, "CommandName": "Invoke-PnPListDesign", "Id": 1004, - "Rank": 1, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 2, "CommandName": "Invoke-PnPListDesign", "Id": 1005, - "Rank": 2, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { + "Rank": 1, "CommandName": "Invoke-PnPQuery", "Id": 1006, - "Rank": 1, "Command": "Invoke-PnPQuery -RetryCount 5" }, { + "Rank": 1, "CommandName": "Invoke-PnPSiteDesign", "Id": 1007, - "Rank": 1, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 2, "CommandName": "Invoke-PnPSiteDesign", "Id": 1008, - "Rank": 2, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { + "Rank": 1, "CommandName": "Invoke-PnPSiteScript", "Id": 1009, - "Rank": 1, "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { + "Rank": 1, "CommandName": "Invoke-PnPSiteSwap", "Id": 1010, - "Rank": 1, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { + "Rank": 2, "CommandName": "Invoke-PnPSiteSwap", "Id": 1011, - "Rank": 2, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { + "Rank": 3, "CommandName": "Invoke-PnPSiteSwap", "Id": 1012, - "Rank": 3, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { + "Rank": 1, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1013, - "Rank": 1, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { + "Rank": 2, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1014, - "Rank": 2, "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { + "Rank": 3, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1015, - "Rank": 3, "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { + "Rank": 4, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1016, - "Rank": 4, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { + "Rank": 5, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1017, - "Rank": 5, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { + "Rank": 6, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1018, - "Rank": 6, "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { + "Rank": 7, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1019, - "Rank": 7, "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { + "Rank": 8, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1020, - "Rank": 8, "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { + "Rank": 9, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1021, - "Rank": 9, "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { + "Rank": 1, "CommandName": "Invoke-PnPSPRestMethod", "Id": 1022, - "Rank": 1, "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { + "Rank": 1, "CommandName": "Invoke-PnPTenantTemplate", "Id": 1023, - "Rank": 1, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { + "Rank": 2, "CommandName": "Invoke-PnPTenantTemplate", "Id": 1024, - "Rank": 2, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { + "Rank": 3, "CommandName": "Invoke-PnPTenantTemplate", "Id": 1025, - "Rank": 3, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { + "Rank": 1, "CommandName": "Invoke-PnPWebAction", "Id": 1026, - "Rank": 1, "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { + "Rank": 2, "CommandName": "Invoke-PnPWebAction", "Id": 1027, - "Rank": 2, "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { + "Rank": 1, "CommandName": "Measure-PnPList", "Id": 1028, - "Rank": 1, "Command": "Measure-PnPList \"Documents\"" }, { + "Rank": 2, "CommandName": "Measure-PnPList", "Id": 1029, - "Rank": 2, "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { + "Rank": 1, "CommandName": "Measure-PnPWeb", "Id": 1030, - "Rank": 1, "Command": "Measure-PnPWeb" }, { + "Rank": 2, "CommandName": "Measure-PnPWeb", "Id": 1031, - "Rank": 2, "Command": "Measure-PnPWeb $web -Recursive" }, { + "Rank": 1, "CommandName": "Merge-PnPTerm", "Id": 1032, - "Rank": 1, "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { + "Rank": 1, "CommandName": "Move-PnPFile", "Id": 1033, - "Rank": 1, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { + "Rank": 2, "CommandName": "Move-PnPFile", "Id": 1034, - "Rank": 2, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { + "Rank": 3, "CommandName": "Move-PnPFile", "Id": 1035, - "Rank": 3, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { + "Rank": 4, "CommandName": "Move-PnPFile", "Id": 1036, - "Rank": 4, "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { + "Rank": 1, "CommandName": "Move-PnPFolder", "Id": 1037, - "Rank": 1, "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { + "Rank": 2, "CommandName": "Move-PnPFolder", "Id": 1038, - "Rank": 2, "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { + "Rank": 1, "CommandName": "Move-PnPListItemToRecycleBin", "Id": 1039, - "Rank": 1, "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { + "Rank": 1, "CommandName": "Move-PnPPage", "Id": 1040, - "Rank": 1, "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { + "Rank": 1, "CommandName": "Move-PnPPageComponent", "Id": 1041, - "Rank": 1, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { + "Rank": 2, "CommandName": "Move-PnPPageComponent", "Id": 1042, - "Rank": 2, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { + "Rank": 3, "CommandName": "Move-PnPPageComponent", "Id": 1043, - "Rank": 3, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { + "Rank": 4, "CommandName": "Move-PnPPageComponent", "Id": 1044, - "Rank": 4, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { + "Rank": 1, "CommandName": "Move-PnpRecycleBinItem", "Id": 1045, - "Rank": 1, "Command": "Move-PnPRecycleBinItem" }, { + "Rank": 2, "CommandName": "Move-PnpRecycleBinItem", "Id": 1046, - "Rank": 2, "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { + "Rank": 3, "CommandName": "Move-PnpRecycleBinItem", "Id": 1047, - "Rank": 3, "Command": "Move-PnPRecycleBinItem -Force" }, { + "Rank": 1, "CommandName": "Move-PnPTerm", "Id": 1048, - "Rank": 1, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { + "Rank": 2, "CommandName": "Move-PnPTerm", "Id": 1049, - "Rank": 2, "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { + "Rank": 3, "CommandName": "Move-PnPTerm", "Id": 1050, - "Rank": 3, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { + "Rank": 1, "CommandName": "Move-PnPTermSet", "Id": 1051, - "Rank": 1, "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { + "Rank": 2, "CommandName": "Move-PnPTermSet", "Id": 1052, - "Rank": 2, "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { + "Rank": 1, "CommandName": "New-PnPAzureADGroup", "Id": 1053, - "Rank": 1, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { + "Rank": 2, "CommandName": "New-PnPAzureADGroup", "Id": 1054, - "Rank": 2, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { + "Rank": 3, "CommandName": "New-PnPAzureADGroup", "Id": 1055, - "Rank": 3, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { + "Rank": 1, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1056, - "Rank": 1, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { + "Rank": 2, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1057, - "Rank": 2, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { + "Rank": 3, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1058, - "Rank": 3, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { + "Rank": 1, "CommandName": "New-PnPAzureCertificate", "Id": 1059, - "Rank": 1, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { + "Rank": 2, "CommandName": "New-PnPAzureCertificate", "Id": 1060, - "Rank": 2, "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { + "Rank": 3, "CommandName": "New-PnPAzureCertificate", "Id": 1061, - "Rank": 3, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { + "Rank": 4, "CommandName": "New-PnPAzureCertificate", "Id": 1062, - "Rank": 4, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { + "Rank": 1, "CommandName": "New-PnPContainerType", "Id": 1063, - "Rank": 1, "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { + "Rank": 1, "CommandName": "New-PnPGraphSubscription", "Id": 1064, - "Rank": 1, "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { + "Rank": 2, "CommandName": "New-PnPGraphSubscription", "Id": 1065, - "Rank": 2, "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { + "Rank": 1, "CommandName": "New-PnPGroup", "Id": 1066, - "Rank": 1, "Command": "New-PnPGroup -Title \"My Site Users\"" }, { + "Rank": 1, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1067, - "Rank": 1, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { + "Rank": 2, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1068, - "Rank": 2, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { + "Rank": 3, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1069, - "Rank": 3, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { + "Rank": 4, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1070, - "Rank": 4, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { + "Rank": 1, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Id": 1071, - "Rank": 1, "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "CommandName": "New-PnPList", "Id": 1072, - "Rank": 1, "Command": "New-PnPList -Title Announcements -Template Announcements" }, { + "Rank": 2, "CommandName": "New-PnPList", "Id": 1073, - "Rank": 2, "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { + "Rank": 3, "CommandName": "New-PnPList", "Id": 1074, - "Rank": 3, "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { + "Rank": 1, "CommandName": "New-PnPMicrosoft365Group", "Id": 1075, - "Rank": 1, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { + "Rank": 2, "CommandName": "New-PnPMicrosoft365Group", "Id": 1076, - "Rank": 2, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { + "Rank": 3, "CommandName": "New-PnPMicrosoft365Group", "Id": 1077, - "Rank": 3, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { + "Rank": 4, "CommandName": "New-PnPMicrosoft365Group", "Id": 1078, - "Rank": 4, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { + "Rank": 5, "CommandName": "New-PnPMicrosoft365Group", "Id": 1079, - "Rank": 5, "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { + "Rank": 6, "CommandName": "New-PnPMicrosoft365Group", "Id": 1080, - "Rank": 6, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { + "Rank": 7, "CommandName": "New-PnPMicrosoft365Group", "Id": 1081, - "Rank": 7, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { + "Rank": 1, "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 1082, - "Rank": 1, "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { + "Rank": 2, "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 1083, - "Rank": 2, "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { + "Rank": 1, "CommandName": "New-PnPPersonalSite", "Id": 1084, - "Rank": 1, "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { + "Rank": 1, "CommandName": "New-PnPPlannerPlan", "Id": 1085, - "Rank": 1, "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { + "Rank": 1, "CommandName": "New-PnpProfileCardProperty", "Id": 1086, - "Rank": 1, "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { + "Rank": 1, "CommandName": "New-PnPSdnProvider", "Id": 1087, - "Rank": 1, "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { + "Rank": 1, "CommandName": "New-PnPSearchExternalConnection", "Id": 1088, - "Rank": 1, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { + "Rank": 2, "CommandName": "New-PnPSearchExternalConnection", "Id": 1089, - "Rank": 2, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { + "Rank": 1, "CommandName": "New-PnPSite", "Id": 1090, - "Rank": 1, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { + "Rank": 2, "CommandName": "New-PnPSite", "Id": 1091, - "Rank": 2, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { + "Rank": 3, "CommandName": "New-PnPSite", "Id": 1092, - "Rank": 3, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { + "Rank": 4, "CommandName": "New-PnPSite", "Id": 1093, - "Rank": 4, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { + "Rank": 5, "CommandName": "New-PnPSite", "Id": 1094, - "Rank": 5, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { + "Rank": 6, "CommandName": "New-PnPSite", "Id": 1095, - "Rank": 6, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { + "Rank": 7, "CommandName": "New-PnPSite", "Id": 1096, - "Rank": 7, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { + "Rank": 8, "CommandName": "New-PnPSite", "Id": 1097, - "Rank": 8, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { + "Rank": 9, "CommandName": "New-PnPSite", "Id": 1098, - "Rank": 9, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { + "Rank": 10, "CommandName": "New-PnPSite", "Id": 1099, - "Rank": 10, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { + "Rank": 11, "CommandName": "New-PnPSite", "Id": 1100, - "Rank": 11, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { + "Rank": 12, "CommandName": "New-PnPSite", "Id": 1101, - "Rank": 12, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { + "Rank": 13, "CommandName": "New-PnPSite", "Id": 1102, - "Rank": 13, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { + "Rank": 14, "CommandName": "New-PnPSite", "Id": 1103, - "Rank": 14, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { + "Rank": 15, "CommandName": "New-PnPSite", "Id": 1104, - "Rank": 15, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { + "Rank": 16, "CommandName": "New-PnPSite", "Id": 1105, - "Rank": 16, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { + "Rank": 17, "CommandName": "New-PnPSite", "Id": 1106, - "Rank": 17, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { + "Rank": 1, "CommandName": "New-PnPSiteCollectionTermStore", "Id": 1107, - "Rank": 1, "Command": "New-PnPSiteCollectionTermStore" }, { + "Rank": 1, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1108, - "Rank": 1, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { + "Rank": 2, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1109, - "Rank": 2, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { + "Rank": 3, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1110, - "Rank": 3, "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { + "Rank": 4, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1111, - "Rank": 4, "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { + "Rank": 1, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Id": 1112, - "Rank": 1, "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "CommandName": "New-PnPSiteGroup", "Id": 1113, - "Rank": 1, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { + "Rank": 2, "CommandName": "New-PnPSiteGroup", "Id": 1114, - "Rank": 2, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { + "Rank": 1, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1115, - "Rank": 1, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { + "Rank": 2, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1116, - "Rank": 2, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { + "Rank": 3, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1117, - "Rank": 3, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { + "Rank": 4, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1118, - "Rank": 4, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { + "Rank": 5, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1119, - "Rank": 5, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { + "Rank": 6, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1120, - "Rank": 6, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 7, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1121, - "Rank": 7, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { + "Rank": 8, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1122, - "Rank": 8, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { + "Rank": 1, "CommandName": "New-PnPTeamsApp", "Id": 1123, - "Rank": 1, "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { + "Rank": 1, "CommandName": "New-PnPTeamsTeam", "Id": 1124, - "Rank": 1, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { + "Rank": 2, "CommandName": "New-PnPTeamsTeam", "Id": 1125, - "Rank": 2, "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { + "Rank": 3, "CommandName": "New-PnPTeamsTeam", "Id": 1126, - "Rank": 3, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { + "Rank": 4, "CommandName": "New-PnPTeamsTeam", "Id": 1127, - "Rank": 4, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { + "Rank": 5, "CommandName": "New-PnPTeamsTeam", "Id": 1128, - "Rank": 5, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { + "Rank": 6, "CommandName": "New-PnPTeamsTeam", "Id": 1129, - "Rank": 6, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { + "Rank": 1, "CommandName": "New-PnPTenantSite", "Id": 1130, - "Rank": 1, "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { + "Rank": 2, "CommandName": "New-PnPTenantSite", "Id": 1131, - "Rank": 2, "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { + "Rank": 1, "CommandName": "New-PnPTerm", "Id": 1132, - "Rank": 1, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { + "Rank": 2, "CommandName": "New-PnPTerm", "Id": 1133, - "Rank": 2, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { + "Rank": 1, "CommandName": "New-PnPTermGroup", "Id": 1134, - "Rank": 1, "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { + "Rank": 2, "CommandName": "New-PnPTermGroup", "Id": 1135, - "Rank": 2, "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { + "Rank": 1, "CommandName": "New-PnPTermLabel", "Id": 1136, - "Rank": 1, "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { + "Rank": 1, "CommandName": "New-PnPTermSet", "Id": 1137, - "Rank": 1, "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "CommandName": "New-PnPTodoList", "Id": 1138, - "Rank": 1, "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { + "Rank": 2, "CommandName": "New-PnPTodoList", "Id": 1139, - "Rank": 2, "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { + "Rank": 1, "CommandName": "New-PnPUPABulkImportJob", "Id": 1140, - "Rank": 1, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { + "Rank": 2, "CommandName": "New-PnPUPABulkImportJob", "Id": 1141, - "Rank": 2, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { + "Rank": 1, "CommandName": "New-PnPUser", "Id": 1142, - "Rank": 1, "Command": "New-PnPUser -LoginName user@company.com" }, { + "Rank": 1, "CommandName": "New-PnPVivaEngageCommunity", "Id": 1143, - "Rank": 1, "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { + "Rank": 1, "CommandName": "New-PnPWeb", "Id": 1144, - "Rank": 1, "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { + "Rank": 1, "CommandName": "Publish-PnPApp", "Id": 1145, - "Rank": 1, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { + "Rank": 2, "CommandName": "Publish-PnPApp", "Id": 1146, - "Rank": 2, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { + "Rank": 1, "CommandName": "Publish-PnPContentType", "Id": 1147, - "Rank": 1, "Command": "Publish-PnPContentType -ContentType 0x0101" }, { + "Rank": 1, "CommandName": "Publish-PnPSyntexModel", "Id": 1148, - "Rank": 1, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { + "Rank": 2, "CommandName": "Publish-PnPSyntexModel", "Id": 1149, - "Rank": 2, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { + "Rank": 1, "CommandName": "Read-PnPSiteTemplate", "Id": 1150, - "Rank": 1, "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { + "Rank": 2, "CommandName": "Read-PnPSiteTemplate", "Id": 1151, - "Rank": 2, "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { + "Rank": 3, "CommandName": "Read-PnPSiteTemplate", "Id": 1152, - "Rank": 3, "Command": "Read-PnPSiteTemplate -Xml $xml" }, { + "Rank": 1, "CommandName": "Read-PnPTenantTemplate", "Id": 1153, - "Rank": 1, "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { + "Rank": 1, "CommandName": "Register-PnPAppCatalogSite", "Id": 1154, - "Rank": 1, "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { + "Rank": 1, "CommandName": "Register-PnPAzureADApp", "Id": 1155, - "Rank": 1, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { + "Rank": 2, "CommandName": "Register-PnPAzureADApp", "Id": 1156, - "Rank": 2, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 3, "CommandName": "Register-PnPAzureADApp", "Id": 1157, - "Rank": 3, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { + "Rank": 4, "CommandName": "Register-PnPAzureADApp", "Id": 1158, - "Rank": 4, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 5, "CommandName": "Register-PnPAzureADApp", "Id": 1159, - "Rank": 5, "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 6, "CommandName": "Register-PnPAzureADApp", "Id": 1160, - "Rank": 6, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 7, "CommandName": "Register-PnPAzureADApp", "Id": 1161, - "Rank": 7, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { + "Rank": 8, "CommandName": "Register-PnPAzureADApp", "Id": 1162, - "Rank": 8, "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { + "Rank": 1, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Id": 1163, - "Rank": 1, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { + "Rank": 2, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Id": 1164, - "Rank": 2, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { + "Rank": 1, "CommandName": "Register-PnPHubSite", "Id": 1165, - "Rank": 1, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 2, "CommandName": "Register-PnPHubSite", "Id": 1166, - "Rank": 2, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 1167, - "Rank": 1, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { + "Rank": 2, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 1168, - "Rank": 2, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPAlert", "Id": 1169, - "Rank": 1, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { + "Rank": 2, "CommandName": "Remove-PnPAlert", "Id": 1170, - "Rank": 2, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPApp", "Id": 1171, - "Rank": 1, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "CommandName": "Remove-PnPApp", "Id": 1172, - "Rank": 2, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "CommandName": "Remove-PnPApplicationCustomizer", "Id": 1173, - "Rank": 1, "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 2, "CommandName": "Remove-PnPApplicationCustomizer", "Id": 1174, - "Rank": 2, "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { + "Rank": 1, "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 1175, - "Rank": 1, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { + "Rank": 2, "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 1176, - "Rank": 2, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { + "Rank": 1, "CommandName": "Remove-PnPAzureADApp", "Id": 1177, - "Rank": 1, "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { + "Rank": 2, "CommandName": "Remove-PnPAzureADApp", "Id": 1178, - "Rank": 2, "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { + "Rank": 1, "CommandName": "Remove-PnPAzureADGroup", "Id": 1179, - "Rank": 1, "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { + "Rank": 2, "CommandName": "Remove-PnPAzureADGroup", "Id": 1180, - "Rank": 2, "Command": "Remove-PnPAzureADGroup -Identity $group" }, { + "Rank": 1, "CommandName": "Remove-PnPAzureADGroupMember", "Id": 1181, - "Rank": 1, "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPAzureADGroupOwner", "Id": 1182, - "Rank": 1, "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1183, - "Rank": 1, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { + "Rank": 2, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1184, - "Rank": 2, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { + "Rank": 3, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1185, - "Rank": 3, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { + "Rank": 4, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1186, - "Rank": 4, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { + "Rank": 1, "CommandName": "Remove-PnPAzureADUser", "Id": 1187, - "Rank": 1, "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { + "Rank": 2, "CommandName": "Remove-PnPAzureADUser", "Id": 1188, - "Rank": 2, "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { + "Rank": 1, "CommandName": "Remove-PnPContainer", "Id": 1189, - "Rank": 1, "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { + "Rank": 2, "CommandName": "Remove-PnPContainer", "Id": 1190, - "Rank": 2, "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { + "Rank": 1, "CommandName": "Remove-PnPContainerType", "Id": 1191, - "Rank": 1, "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { + "Rank": 1, "CommandName": "Remove-PnPContentType", "Id": 1192, - "Rank": 1, "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { + "Rank": 2, "CommandName": "Remove-PnPContentType", "Id": 1193, - "Rank": 2, "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 1194, - "Rank": 1, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { + "Rank": 2, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 1195, - "Rank": 2, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { + "Rank": 1, "CommandName": "Remove-PnPContentTypeFromList", "Id": 1196, - "Rank": 1, "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { + "Rank": 1, "CommandName": "Remove-PnPCustomAction", "Id": 1197, - "Rank": 1, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 2, "CommandName": "Remove-PnPCustomAction", "Id": 1198, - "Rank": 2, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { + "Rank": 3, "CommandName": "Remove-PnPCustomAction", "Id": 1199, - "Rank": 3, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Id": 1200, - "Rank": 1, "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { + "Rank": 1, "CommandName": "Remove-PnPEventReceiver", "Id": 1201, - "Rank": 1, "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 2, "CommandName": "Remove-PnPEventReceiver", "Id": 1202, - "Rank": 2, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 3, "CommandName": "Remove-PnPEventReceiver", "Id": 1203, - "Rank": 3, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { + "Rank": 4, "CommandName": "Remove-PnPEventReceiver", "Id": 1204, - "Rank": 4, "Command": "Remove-PnPEventReceiver -List ProjectList" }, { + "Rank": 5, "CommandName": "Remove-PnPEventReceiver", "Id": 1205, - "Rank": 5, "Command": "Remove-PnPEventReceiver" }, { + "Rank": 6, "CommandName": "Remove-PnPEventReceiver", "Id": 1206, - "Rank": 6, "Command": "Remove-PnPEventReceiver -Scope Site" }, { + "Rank": 7, "CommandName": "Remove-PnPEventReceiver", "Id": 1207, - "Rank": 7, "Command": "Remove-PnPEventReceiver -Scope Web" }, { + "Rank": 8, "CommandName": "Remove-PnPEventReceiver", "Id": 1208, - "Rank": 8, "Command": "Remove-PnPEventReceiver -Scope All" }, { + "Rank": 1, "CommandName": "Remove-PnPField", "Id": 1209, - "Rank": 1, "Command": "Remove-PnPField -Identity \"Speakers\"" }, { + "Rank": 2, "CommandName": "Remove-PnPField", "Id": 1210, - "Rank": 2, "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { + "Rank": 1, "CommandName": "Remove-PnPFieldFromContentType", "Id": 1211, - "Rank": 1, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { + "Rank": 2, "CommandName": "Remove-PnPFieldFromContentType", "Id": 1212, - "Rank": 2, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { + "Rank": 1, "CommandName": "Remove-PnPFile", "Id": 1213, - "Rank": 1, "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { + "Rank": 2, "CommandName": "Remove-PnPFile", "Id": 1214, - "Rank": 2, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { + "Rank": 3, "CommandName": "Remove-PnPFile", "Id": 1215, - "Rank": 3, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { + "Rank": 1, "CommandName": "Remove-PnPFileFromSiteTemplate", "Id": 1216, - "Rank": 1, "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { + "Rank": 1, "CommandName": "Remove-PnPFileSharingLink", "Id": 1217, - "Rank": 1, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "CommandName": "Remove-PnPFileSharingLink", "Id": 1218, - "Rank": 2, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPFileVersion", "Id": 1219, - "Rank": 1, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { + "Rank": 2, "CommandName": "Remove-PnPFileVersion", "Id": 1220, - "Rank": 2, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { + "Rank": 3, "CommandName": "Remove-PnPFileVersion", "Id": 1221, - "Rank": 3, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { + "Rank": 1, "CommandName": "Remove-PnPFlow", "Id": 1222, - "Rank": 1, "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "CommandName": "Remove-PnPFlow", "Id": 1223, - "Rank": 2, "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { + "Rank": 1, "CommandName": "Remove-PnPFlowOwner", "Id": 1224, - "Rank": 1, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { + "Rank": 2, "CommandName": "Remove-PnPFlowOwner", "Id": 1225, - "Rank": 2, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { + "Rank": 3, "CommandName": "Remove-PnPFlowOwner", "Id": 1226, - "Rank": 3, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { + "Rank": 4, "CommandName": "Remove-PnPFlowOwner", "Id": 1227, - "Rank": 4, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPFolder", "Id": 1228, - "Rank": 1, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { + "Rank": 2, "CommandName": "Remove-PnPFolder", "Id": 1229, - "Rank": 2, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { + "Rank": 1, "CommandName": "Remove-PnPFolderSharingLink", "Id": 1230, - "Rank": 1, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 2, "CommandName": "Remove-PnPFolderSharingLink", "Id": 1231, - "Rank": 2, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPGraphSubscription", "Id": 1232, - "Rank": 1, "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { + "Rank": 1, "CommandName": "Remove-PnPGroup", "Id": 1233, - "Rank": 1, "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { + "Rank": 1, "CommandName": "Remove-PnPGroupMember", "Id": 1234, - "Rank": 1, "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { + "Rank": 1, "CommandName": "Remove-PnPHomeSite", "Id": 1235, - "Rank": 1, "Command": "Remove-PnPHomeSite" }, { + "Rank": 1, "CommandName": "Remove-PnPHubSiteAssociation", "Id": 1236, - "Rank": 1, "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { + "Rank": 1, "CommandName": "Remove-PnPHubToHubAssociation", "Id": 1237, - "Rank": 1, "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { + "Rank": 2, "CommandName": "Remove-PnPHubToHubAssociation", "Id": 1238, - "Rank": 2, "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { + "Rank": 1, "CommandName": "Remove-PnPIndexedProperty", "Id": 1239, - "Rank": 1, "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { + "Rank": 1, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1240, - "Rank": 1, "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { + "Rank": 2, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1241, - "Rank": 2, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { + "Rank": 3, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1242, - "Rank": 3, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { + "Rank": 4, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1243, - "Rank": 4, "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { + "Rank": 5, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1244, - "Rank": 5, "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { + "Rank": 1, "CommandName": "Remove-PnPKnowledgeHubSite", "Id": 1245, - "Rank": 1, "Command": "Remove-PnPKnowledgeHubSite" }, { + "Rank": 1, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Id": 1246, - "Rank": 1, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { + "Rank": 2, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Id": 1247, - "Rank": 2, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPList", "Id": 1248, - "Rank": 1, "Command": "Remove-PnPList -Identity Announcements" }, { + "Rank": 2, "CommandName": "Remove-PnPList", "Id": 1249, - "Rank": 2, "Command": "Remove-PnPList -Identity Announcements -Force" }, { + "Rank": 3, "CommandName": "Remove-PnPList", "Id": 1250, - "Rank": 3, "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { + "Rank": 4, "CommandName": "Remove-PnPList", "Id": 1251, - "Rank": 4, "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { + "Rank": 1, "CommandName": "Remove-PnPListDesign", "Id": 1252, - "Rank": 1, "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "CommandName": "Remove-PnPListItem", "Id": 1253, - "Rank": 1, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { + "Rank": 2, "CommandName": "Remove-PnPListItem", "Id": 1254, - "Rank": 2, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { + "Rank": 3, "CommandName": "Remove-PnPListItem", "Id": 1255, - "Rank": 3, "Command": "Remove-PnPListItem -List \"Demo List\"" }, { + "Rank": 1, "CommandName": "Remove-PnPListItemAttachment", "Id": 1256, - "Rank": 1, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { + "Rank": 2, "CommandName": "Remove-PnPListItemAttachment", "Id": 1257, - "Rank": 2, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { + "Rank": 3, "CommandName": "Remove-PnPListItemAttachment", "Id": 1258, - "Rank": 3, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { + "Rank": 4, "CommandName": "Remove-PnPListItemAttachment", "Id": 1259, - "Rank": 4, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { + "Rank": 5, "CommandName": "Remove-PnPListItemAttachment", "Id": 1260, - "Rank": 5, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { + "Rank": 1, "CommandName": "Remove-PnPListItemComment", "Id": 1261, - "Rank": 1, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { + "Rank": 2, "CommandName": "Remove-PnPListItemComment", "Id": 1262, - "Rank": 2, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { + "Rank": 3, "CommandName": "Remove-PnPListItemComment", "Id": 1263, - "Rank": 3, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { + "Rank": 4, "CommandName": "Remove-PnPListItemComment", "Id": 1264, - "Rank": 4, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { + "Rank": 1, "CommandName": "Remove-PnPListItemVersion", "Id": 1265, - "Rank": 1, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { + "Rank": 2, "CommandName": "Remove-PnPListItemVersion", "Id": 1266, - "Rank": 2, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { + "Rank": 1, "CommandName": "Remove-PnPManagedAppId", "Id": 1267, - "Rank": 1, "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1268, - "Rank": 1, "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { + "Rank": 2, "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1269, - "Rank": 2, "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupMember", "Id": 1270, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Id": 1271, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Id": 1272, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1273, - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { + "Rank": 2, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1274, - "Rank": 2, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { + "Rank": 1, "CommandName": "Remove-PnPNavigationNode", "Id": 1275, - "Rank": 1, "Command": "Remove-PnPNavigationNode -Identity 1032" }, { + "Rank": 2, "CommandName": "Remove-PnPNavigationNode", "Id": 1276, - "Rank": 2, "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { + "Rank": 3, "CommandName": "Remove-PnPNavigationNode", "Id": 1277, - "Rank": 3, "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1278, - "Rank": 1, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { + "Rank": 2, "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1279, - "Rank": 2, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { + "Rank": 3, "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1280, - "Rank": 3, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { + "Rank": 1, "CommandName": "Remove-PnPOrgNewsSite", "Id": 1281, - "Rank": 1, "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { + "Rank": 1, "CommandName": "Remove-PnPPage", "Id": 1282, - "Rank": 1, "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { + "Rank": 2, "CommandName": "Remove-PnPPage", "Id": 1283, - "Rank": 2, "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { + "Rank": 3, "CommandName": "Remove-PnPPage", "Id": 1284, - "Rank": 3, "Command": "Remove-PnPPage $page" }, { + "Rank": 4, "CommandName": "Remove-PnPPage", "Id": 1285, - "Rank": 4, "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { + "Rank": 1, "CommandName": "Remove-PnPPageComponent", "Id": 1286, - "Rank": 1, "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 1, "CommandName": "Remove-PnPPlannerBucket", "Id": 1287, - "Rank": 1, "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { + "Rank": 1, "CommandName": "Remove-PnPPlannerPlan", "Id": 1288, - "Rank": 1, "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { + "Rank": 1, "CommandName": "Remove-PnPPlannerRoster", "Id": 1289, - "Rank": 1, "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { + "Rank": 1, "CommandName": "Remove-PnPPlannerRosterMember", "Id": 1290, - "Rank": 1, "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPPlannerTask", "Id": 1291, - "Rank": 1, "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { + "Rank": 1, "CommandName": "Remove-PnPProfileCardProperty", "Id": 1292, - "Rank": 1, "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { + "Rank": 1, "CommandName": "Remove-PnPPropertyBagValue", "Id": 1293, - "Rank": 1, "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { + "Rank": 2, "CommandName": "Remove-PnPPropertyBagValue", "Id": 1294, - "Rank": 2, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { + "Rank": 3, "CommandName": "Remove-PnPPropertyBagValue", "Id": 1295, - "Rank": 3, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { + "Rank": 1, "CommandName": "Remove-PnPPublishingImageRendition", "Id": 1296, - "Rank": 1, "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { + "Rank": 1, "CommandName": "Remove-PnPRoleDefinition", "Id": 1297, - "Rank": 1, "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { + "Rank": 1, "CommandName": "Remove-PnPSdnProvider", "Id": 1298, - "Rank": 1, "Command": "Remove-PnPSdnProvider -Confirm:false" }, { + "Rank": 1, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1299, - "Rank": 1, "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { + "Rank": 2, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1300, - "Rank": 2, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { + "Rank": 3, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1301, - "Rank": 3, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { + "Rank": 4, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1302, - "Rank": 4, "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { + "Rank": 1, "CommandName": "Remove-PnPSearchExternalConnection", "Id": 1303, - "Rank": 1, "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { + "Rank": 1, "CommandName": "Remove-PnPSearchExternalItem", "Id": 1304, - "Rank": 1, "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1305, - "Rank": 1, "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1306, - "Rank": 2, "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Id": 1307, - "Rank": 1, "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteCollectionTermStore", "Id": 1308, - "Rank": 1, "Command": "Remove-PnPSiteCollectionTermStore" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteDesign", "Id": 1309, - "Rank": 1, "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteDesignTask", "Id": 1310, - "Rank": 1, "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1311, - "Rank": 1, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { + "Rank": 2, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1312, - "Rank": 2, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteGroup", "Id": 1313, - "Rank": 1, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { + "Rank": 2, "CommandName": "Remove-PnPSiteGroup", "Id": 1314, - "Rank": 2, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteScript", "Id": 1315, - "Rank": 1, "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "CommandName": "Remove-PnPSiteUserInvitations", "Id": 1316, - "Rank": 1, "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { + "Rank": 1, "CommandName": "Remove-PnPStorageEntity", "Id": 1317, - "Rank": 1, "Command": "Remove-PnPStorageEntity -Key MyKey" }, { + "Rank": 2, "CommandName": "Remove-PnPStorageEntity", "Id": 1318, - "Rank": 2, "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { + "Rank": 1, "CommandName": "Remove-PnPStoredCredential", "Id": 1319, - "Rank": 1, "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTaxonomyItem", "Id": 1320, - "Rank": 1, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { + "Rank": 2, "CommandName": "Remove-PnPTaxonomyItem", "Id": 1321, - "Rank": 2, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPTeamsApp", "Id": 1322, - "Rank": 1, "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { + "Rank": 2, "CommandName": "Remove-PnPTeamsApp", "Id": 1323, - "Rank": 2, "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTeamsChannel", "Id": 1324, - "Rank": 1, "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1325, - "Rank": 1, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { + "Rank": 2, "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1326, - "Rank": 2, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { + "Rank": 3, "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1327, - "Rank": 3, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPTeamsTab", "Id": 1328, - "Rank": 1, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { + "Rank": 2, "CommandName": "Remove-PnPTeamsTab", "Id": 1329, - "Rank": 2, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { + "Rank": 3, "CommandName": "Remove-PnPTeamsTab", "Id": 1330, - "Rank": 3, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { + "Rank": 1, "CommandName": "Remove-PnPTeamsTag", "Id": 1331, - "Rank": 1, "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTeamsTeam", "Id": 1332, - "Rank": 1, "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { + "Rank": 2, "CommandName": "Remove-PnPTeamsTeam", "Id": 1333, - "Rank": 2, "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { + "Rank": 1, "CommandName": "Remove-PnPTeamsUser", "Id": 1334, - "Rank": 1, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { + "Rank": 2, "CommandName": "Remove-PnPTeamsUser", "Id": 1335, - "Rank": 2, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { + "Rank": 3, "CommandName": "Remove-PnPTeamsUser", "Id": 1336, - "Rank": 3, "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTenantCdnOrigin", "Id": 1337, - "Rank": 1, "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { + "Rank": 1, "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1338, - "Rank": 1, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1339, - "Rank": 2, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1340, - "Rank": 1, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { + "Rank": 2, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1341, - "Rank": 2, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { + "Rank": 3, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1342, - "Rank": 3, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { + "Rank": 1, "CommandName": "Remove-PnPTenantSite", "Id": 1343, - "Rank": 1, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "CommandName": "Remove-PnPTenantSite", "Id": 1344, - "Rank": 2, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { + "Rank": 3, "CommandName": "Remove-PnPTenantSite", "Id": 1345, - "Rank": 3, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { + "Rank": 1, "CommandName": "Remove-PnPTenantSyncClientRestriction", "Id": 1346, - "Rank": 1, "Command": "Remove-PnPTenantSyncClientRestriction" }, { + "Rank": 1, "CommandName": "Remove-PnPTenantTheme", "Id": 1347, - "Rank": 1, "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTerm", "Id": 1348, - "Rank": 1, "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { + "Rank": 2, "CommandName": "Remove-PnPTerm", "Id": 1349, - "Rank": 2, "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTermGroup", "Id": 1350, - "Rank": 1, "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { + "Rank": 2, "CommandName": "Remove-PnPTermGroup", "Id": 1351, - "Rank": 2, "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { + "Rank": 3, "CommandName": "Remove-PnPTermGroup", "Id": 1352, - "Rank": 3, "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { + "Rank": 1, "CommandName": "Remove-PnPTermLabel", "Id": 1353, - "Rank": 1, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { + "Rank": 2, "CommandName": "Remove-PnPTermLabel", "Id": 1354, - "Rank": 2, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "CommandName": "Remove-PnPTodoList", "Id": 1355, - "Rank": 1, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { + "Rank": 2, "CommandName": "Remove-PnPTodoList", "Id": 1356, - "Rank": 2, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { + "Rank": 1, "CommandName": "Remove-PnPUser", "Id": 1357, - "Rank": 1, "Command": "Remove-PnPUser -Identity 23" }, { + "Rank": 2, "CommandName": "Remove-PnPUser", "Id": 1358, - "Rank": 2, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { + "Rank": 3, "CommandName": "Remove-PnPUser", "Id": 1359, - "Rank": 3, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { + "Rank": 1, "CommandName": "Remove-PnPUserInfo", "Id": 1360, - "Rank": 1, "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { + "Rank": 1, "CommandName": "Remove-PnPUserProfile", "Id": 1361, - "Rank": 1, "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { + "Rank": 1, "CommandName": "Remove-PnPUserProfilePhoto", "Id": 1362, - "Rank": 1, "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Remove-PnPView", "Id": 1363, - "Rank": 1, "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { + "Rank": 1, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Id": 1364, - "Rank": 1, "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { + "Rank": 1, "CommandName": "Remove-PnPVivaEngageCommunity", "Id": 1365, - "Rank": 1, "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { + "Rank": 1, "CommandName": "Remove-PnPWeb", "Id": 1366, - "Rank": 1, "Command": "Remove-PnPWeb -Identity projectA" }, { + "Rank": 2, "CommandName": "Remove-PnPWeb", "Id": 1367, - "Rank": 2, "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { + "Rank": 1, "CommandName": "Remove-PnPWebhookSubscription", "Id": 1368, - "Rank": 1, "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { + "Rank": 1, "CommandName": "Remove-PnPWebPart", "Id": 1369, - "Rank": 1, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 2, "CommandName": "Remove-PnPWebPart", "Id": 1370, - "Rank": 2, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { + "Rank": 1, "CommandName": "Remove-PnPWikiPage", "Id": 1371, - "Rank": 1, "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { + "Rank": 1, "CommandName": "Rename-PnPFile", "Id": 1372, - "Rank": 1, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { + "Rank": 2, "CommandName": "Rename-PnPFile", "Id": 1373, - "Rank": 2, "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { + "Rank": 3, "CommandName": "Rename-PnPFile", "Id": 1374, - "Rank": 3, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { + "Rank": 1, "CommandName": "Rename-PnPFolder", "Id": 1375, - "Rank": 1, "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { + "Rank": 1, "CommandName": "Repair-PnPSite", "Id": 1376, - "Rank": 1, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { + "Rank": 2, "CommandName": "Repair-PnPSite", "Id": 1377, - "Rank": 2, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { + "Rank": 1, "CommandName": "Request-PnPPersonalSite", "Id": 1378, - "Rank": 1, "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { + "Rank": 2, "CommandName": "Request-PnPPersonalSite", "Id": 1379, - "Rank": 2, "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { + "Rank": 1, "CommandName": "Request-PnPReIndexList", "Id": 1380, - "Rank": 1, "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { + "Rank": 1, "CommandName": "Request-PnPReIndexWeb", "Id": 1381, - "Rank": 1, "Command": "Request-PnPReIndexWeb" }, { + "Rank": 1, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1382, - "Rank": 1, "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { + "Rank": 2, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1383, - "Rank": 2, "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { + "Rank": 3, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1384, - "Rank": 3, "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { + "Rank": 1, "CommandName": "Reset-PnPDocumentId", "Id": 1385, - "Rank": 1, "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { + "Rank": 2, "CommandName": "Reset-PnPDocumentId", "Id": 1386, - "Rank": 2, "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { + "Rank": 1, "CommandName": "Reset-PnPFileVersion", "Id": 1387, - "Rank": 1, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { + "Rank": 2, "CommandName": "Reset-PnPFileVersion", "Id": 1388, - "Rank": 2, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { + "Rank": 1, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Id": 1389, - "Rank": 1, "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { + "Rank": 1, "CommandName": "Reset-PnPRetentionLabel", "Id": 1390, - "Rank": 1, "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { + "Rank": 2, "CommandName": "Reset-PnPRetentionLabel", "Id": 1391, - "Rank": 2, "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { + "Rank": 1, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Id": 1392, - "Rank": 1, "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { + "Rank": 1, "CommandName": "Resolve-PnPFolder", "Id": 1393, - "Rank": 1, "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { + "Rank": 1, "CommandName": "Restart-PnPFlowRun", "Id": 1394, - "Rank": 1, "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { + "Rank": 1, "CommandName": "Restore-PnPDeletedContainer", "Id": 1395, - "Rank": 1, "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { + "Rank": 1, "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Id": 1396, - "Rank": 1, "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { + "Rank": 1, "CommandName": "Restore-PnPFileVersion", "Id": 1397, - "Rank": 1, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { + "Rank": 2, "CommandName": "Restore-PnPFileVersion", "Id": 1398, - "Rank": 2, "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { + "Rank": 3, "CommandName": "Restore-PnPFileVersion", "Id": 1399, - "Rank": 3, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { + "Rank": 1, "CommandName": "Restore-PnPFlow", "Id": 1400, - "Rank": 1, "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "CommandName": "Restore-PnPFlow", "Id": 1401, - "Rank": 2, "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "CommandName": "Restore-PnPListItemVersion", "Id": 1402, - "Rank": 1, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { + "Rank": 2, "CommandName": "Restore-PnPListItemVersion", "Id": 1403, - "Rank": 2, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { + "Rank": 1, "CommandName": "Restore-PnPRecycleBinItem", "Id": 1404, - "Rank": 1, "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { + "Rank": 1, "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1405, - "Rank": 1, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1406, - "Rank": 2, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { + "Rank": 1, "CommandName": "Restore-PnPTenantSite", "Id": 1407, - "Rank": 1, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "CommandName": "Restore-PnPTenantSite", "Id": 1408, - "Rank": 2, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { + "Rank": 3, "CommandName": "Restore-PnPTenantSite", "Id": 1409, - "Rank": 3, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { + "Rank": 1, "CommandName": "Revoke-PnPAzureADAppSitePermission", "Id": 1410, - "Rank": 1, "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { + "Rank": 1, "CommandName": "Revoke-PnPHubSiteRights", "Id": 1411, - "Rank": 1, "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "CommandName": "Revoke-PnPSiteDesignRights", "Id": 1412, - "Rank": 1, "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Id": 1413, - "Rank": 1, "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { + "Rank": 1, "CommandName": "Revoke-PnPUserSession", "Id": 1414, - "Rank": 1, "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { + "Rank": 1, "CommandName": "Save-PnPPageConversionLog", "Id": 1415, - "Rank": 1, "Command": "Save-PnPPageConversionLog" }, { + "Rank": 1, "CommandName": "Save-PnPSiteTemplate", "Id": 1416, - "Rank": 1, "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { + "Rank": 1, "CommandName": "Save-PnPTenantTemplate", "Id": 1417, - "Rank": 1, "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { + "Rank": 1, "CommandName": "Send-PnPMail", "Id": 1418, - "Rank": 1, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { + "Rank": 2, "CommandName": "Send-PnPMail", "Id": 1419, - "Rank": 2, "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { + "Rank": 3, "CommandName": "Send-PnPMail", "Id": 1420, - "Rank": 3, "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { + "Rank": 4, "CommandName": "Send-PnPMail", "Id": 1421, - "Rank": 4, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { + "Rank": 5, "CommandName": "Send-PnPMail", "Id": 1422, - "Rank": 5, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { + "Rank": 1, "CommandName": "Set-PnPAdaptiveScopeProperty", "Id": 1423, - "Rank": 1, "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { + "Rank": 1, "CommandName": "Set-PnPApplicationCustomizer", "Id": 1424, - "Rank": 1, "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 2, "CommandName": "Set-PnPApplicationCustomizer", "Id": 1425, - "Rank": 2, "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { + "Rank": 1, "CommandName": "Set-PnPAppSideLoading", "Id": 1426, - "Rank": 1, "Command": "Set-PnPAppSideLoading -On" }, { + "Rank": 2, "CommandName": "Set-PnPAppSideLoading", "Id": 1427, - "Rank": 2, "Command": "Set-PnPAppSideLoading -Off" }, { + "Rank": 1, "CommandName": "Set-PnPAuditing", "Id": 1428, - "Rank": 1, "Command": "Set-PnPAuditing -EnableAll" }, { + "Rank": 2, "CommandName": "Set-PnPAuditing", "Id": 1429, - "Rank": 2, "Command": "Set-PnPAuditing -DisableAll" }, { + "Rank": 3, "CommandName": "Set-PnPAuditing", "Id": 1430, - "Rank": 3, "Command": "Set-PnPAuditing -RetentionTime 7" }, { + "Rank": 4, "CommandName": "Set-PnPAuditing", "Id": 1431, - "Rank": 4, "Command": "Set-PnPAuditing -TrimAuditLog" }, { + "Rank": 5, "CommandName": "Set-PnPAuditing", "Id": 1432, - "Rank": 5, "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { + "Rank": 1, "CommandName": "Set-PnPAvailablePageLayouts", "Id": 1433, - "Rank": 1, "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { + "Rank": 1, "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1434, - "Rank": 1, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { + "Rank": 2, "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1435, - "Rank": 2, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { + "Rank": 1, "CommandName": "Set-PnPAzureADGroup", "Id": 1436, - "Rank": 1, "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { + "Rank": 2, "CommandName": "Set-PnPAzureADGroup", "Id": 1437, - "Rank": 2, "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { + "Rank": 3, "CommandName": "Set-PnPAzureADGroup", "Id": 1438, - "Rank": 3, "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { + "Rank": 1, "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1439, - "Rank": 1, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { + "Rank": 2, "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1440, - "Rank": 2, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { + "Rank": 3, "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1441, - "Rank": 3, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { + "Rank": 1, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1442, - "Rank": 1, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { + "Rank": 2, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1443, - "Rank": 2, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { + "Rank": 1, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1444, - "Rank": 1, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { + "Rank": 2, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1445, - "Rank": 2, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { + "Rank": 3, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1446, - "Rank": 3, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { + "Rank": 4, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1447, - "Rank": 4, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { + "Rank": 1, "CommandName": "Set-PnPContentType", "Id": 1448, - "Rank": 1, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { + "Rank": 2, "CommandName": "Set-PnPContentType", "Id": 1449, - "Rank": 2, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { + "Rank": 3, "CommandName": "Set-PnPContentType", "Id": 1450, - "Rank": 3, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { + "Rank": 4, "CommandName": "Set-PnPContentType", "Id": 1451, - "Rank": 4, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { + "Rank": 5, "CommandName": "Set-PnPContentType", "Id": 1452, - "Rank": 5, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { + "Rank": 1, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Id": 1453, - "Rank": 1, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { + "Rank": 2, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Id": 1454, - "Rank": 2, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { + "Rank": 1, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1455, - "Rank": 1, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { + "Rank": 2, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1456, - "Rank": 2, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { + "Rank": 3, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1457, - "Rank": 3, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { + "Rank": 4, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1458, - "Rank": 4, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { + "Rank": 1, "CommandName": "Set-PnPDefaultContentTypeToList", "Id": 1459, - "Rank": 1, "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { + "Rank": 1, "CommandName": "Set-PnPDefaultPageLayout", "Id": 1460, - "Rank": 1, "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { + "Rank": 2, "CommandName": "Set-PnPDefaultPageLayout", "Id": 1461, - "Rank": 2, "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { + "Rank": 3, "CommandName": "Set-PnPDefaultPageLayout", "Id": 1462, - "Rank": 3, "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { + "Rank": 1, "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1463, - "Rank": 1, "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { + "Rank": 2, "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1464, - "Rank": 2, "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { + "Rank": 3, "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1465, - "Rank": 3, "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { + "Rank": 1, "CommandName": "Set-PnPDocumentSetField", "Id": 1466, - "Rank": 1, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { + "Rank": 2, "CommandName": "Set-PnPDocumentSetField", "Id": 1467, - "Rank": 2, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { + "Rank": 1, "CommandName": "Set-PnPField", "Id": 1468, - "Rank": 1, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { + "Rank": 2, "CommandName": "Set-PnPField", "Id": 1469, - "Rank": 2, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { + "Rank": 3, "CommandName": "Set-PnPField", "Id": 1470, - "Rank": 3, "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { + "Rank": 1, "CommandName": "Set-PnPFileCheckedIn", "Id": 1471, - "Rank": 1, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { + "Rank": 2, "CommandName": "Set-PnPFileCheckedIn", "Id": 1472, - "Rank": 2, "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { + "Rank": 3, "CommandName": "Set-PnPFileCheckedIn", "Id": 1473, - "Rank": 3, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { + "Rank": 1, "CommandName": "Set-PnPFileCheckedOut", "Id": 1474, - "Rank": 1, "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { + "Rank": 1, "CommandName": "Set-PnPFileRetentionLabel", "Id": 1475, - "Rank": 1, "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { + "Rank": 2, "CommandName": "Set-PnPFileRetentionLabel", "Id": 1476, - "Rank": 2, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { + "Rank": 3, "CommandName": "Set-PnPFileRetentionLabel", "Id": 1477, - "Rank": 3, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { + "Rank": 1, "CommandName": "Set-PnPFolderPermission", "Id": 1478, - "Rank": 1, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { + "Rank": 2, "CommandName": "Set-PnPFolderPermission", "Id": 1479, - "Rank": 2, "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { + "Rank": 3, "CommandName": "Set-PnPFolderPermission", "Id": 1480, - "Rank": 3, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { + "Rank": 1, "CommandName": "Set-PnPFooter", "Id": 1481, - "Rank": 1, "Command": "Set-PnPFooter -Enabled:$true" }, { + "Rank": 2, "CommandName": "Set-PnPFooter", "Id": 1482, - "Rank": 2, "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { + "Rank": 3, "CommandName": "Set-PnPFooter", "Id": 1483, - "Rank": 3, "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { + "Rank": 4, "CommandName": "Set-PnPFooter", "Id": 1484, - "Rank": 4, "Command": "Set-PnPFooter -LogoUrl \"\"" }, { + "Rank": 1, "CommandName": "Set-PnPGraphSubscription", "Id": 1485, - "Rank": 1, "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { + "Rank": 1, "CommandName": "Set-PnPGroup", "Id": 1486, - "Rank": 1, "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { + "Rank": 2, "CommandName": "Set-PnPGroup", "Id": 1487, - "Rank": 2, "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { + "Rank": 1, "CommandName": "Set-PnPGroupPermissions", "Id": 1488, - "Rank": 1, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { + "Rank": 2, "CommandName": "Set-PnPGroupPermissions", "Id": 1489, - "Rank": 2, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { + "Rank": 3, "CommandName": "Set-PnPGroupPermissions", "Id": 1490, - "Rank": 3, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { + "Rank": 4, "CommandName": "Set-PnPGroupPermissions", "Id": 1491, - "Rank": 4, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { + "Rank": 5, "CommandName": "Set-PnPGroupPermissions", "Id": 1492, - "Rank": 5, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { + "Rank": 1, "CommandName": "Set-PnPHideDefaultThemes", "Id": 1493, - "Rank": 1, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { + "Rank": 2, "CommandName": "Set-PnPHideDefaultThemes", "Id": 1494, - "Rank": 2, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { + "Rank": 1, "CommandName": "Set-PnPHomePage", "Id": 1495, - "Rank": 1, "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { + "Rank": 2, "CommandName": "Set-PnPHomePage", "Id": 1496, - "Rank": 2, "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { + "Rank": 1, "CommandName": "Set-PnPHomeSite", "Id": 1497, - "Rank": 1, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { + "Rank": 2, "CommandName": "Set-PnPHomeSite", "Id": 1498, - "Rank": 2, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { + "Rank": 3, "CommandName": "Set-PnPHomeSite", "Id": 1499, - "Rank": 3, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { + "Rank": 1, "CommandName": "Set-PnPHubSite", "Id": 1500, - "Rank": 1, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { + "Rank": 2, "CommandName": "Set-PnPHubSite", "Id": 1501, - "Rank": 2, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { + "Rank": 3, "CommandName": "Set-PnPHubSite", "Id": 1502, - "Rank": 3, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { + "Rank": 4, "CommandName": "Set-PnPHubSite", "Id": 1503, - "Rank": 4, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { + "Rank": 5, "CommandName": "Set-PnPHubSite", "Id": 1504, - "Rank": 5, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { + "Rank": 6, "CommandName": "Set-PnPHubSite", "Id": 1505, - "Rank": 6, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { + "Rank": 1, "CommandName": "Set-PnPImageListItemColumn", "Id": 1506, - "Rank": 1, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { + "Rank": 2, "CommandName": "Set-PnPImageListItemColumn", "Id": 1507, - "Rank": 2, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { + "Rank": 1, "CommandName": "Set-PnPIndexedProperties", "Id": 1508, - "Rank": 1, "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { + "Rank": 1, "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1509, - "Rank": 1, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { + "Rank": 2, "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1510, - "Rank": 2, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { + "Rank": 1, "CommandName": "Set-PnPKnowledgeHubSite", "Id": 1511, - "Rank": 1, "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { + "Rank": 1, "CommandName": "Set-PnPList", "Id": 1512, - "Rank": 1, "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { + "Rank": 2, "CommandName": "Set-PnPList", "Id": 1513, - "Rank": 2, "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { + "Rank": 3, "CommandName": "Set-PnPList", "Id": 1514, - "Rank": 3, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { + "Rank": 4, "CommandName": "Set-PnPList", "Id": 1515, - "Rank": 4, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { + "Rank": 5, "CommandName": "Set-PnPList", "Id": 1516, - "Rank": 5, "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { + "Rank": 6, "CommandName": "Set-PnPList", "Id": 1517, - "Rank": 6, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { + "Rank": 7, "CommandName": "Set-PnPList", "Id": 1518, - "Rank": 7, "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { + "Rank": 8, "CommandName": "Set-PnPList", "Id": 1519, - "Rank": 8, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { + "Rank": 9, "CommandName": "Set-PnPList", "Id": 1520, - "Rank": 9, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { + "Rank": 10, "CommandName": "Set-PnPList", "Id": 1521, - "Rank": 10, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { + "Rank": 11, "CommandName": "Set-PnPList", "Id": 1522, - "Rank": 11, "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { + "Rank": 12, "CommandName": "Set-PnPList", "Id": 1523, - "Rank": 12, "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { + "Rank": 1, "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1524, - "Rank": 1, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { + "Rank": 2, "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1525, - "Rank": 2, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { + "Rank": 1, "CommandName": "Set-PnPListItem", "Id": 1526, - "Rank": 1, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 2, "CommandName": "Set-PnPListItem", "Id": 1527, - "Rank": 2, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 3, "CommandName": "Set-PnPListItem", "Id": 1528, - "Rank": 3, "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 4, "CommandName": "Set-PnPListItem", "Id": 1529, - "Rank": 4, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { + "Rank": 5, "CommandName": "Set-PnPListItem", "Id": 1530, - "Rank": 5, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { + "Rank": 1, "CommandName": "Set-PnPListItemAsRecord", "Id": 1531, - "Rank": 1, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { + "Rank": 2, "CommandName": "Set-PnPListItemAsRecord", "Id": 1532, - "Rank": 2, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { + "Rank": 1, "CommandName": "Set-PnPListItemPermission", "Id": 1533, - "Rank": 1, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { + "Rank": 2, "CommandName": "Set-PnPListItemPermission", "Id": 1534, - "Rank": 2, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { + "Rank": 3, "CommandName": "Set-PnPListItemPermission", "Id": 1535, - "Rank": 3, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { + "Rank": 4, "CommandName": "Set-PnPListItemPermission", "Id": 1536, - "Rank": 4, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { + "Rank": 5, "CommandName": "Set-PnPListItemPermission", "Id": 1537, - "Rank": 5, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { + "Rank": 1, "CommandName": "Set-PnPListPermission", "Id": 1538, - "Rank": 1, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { + "Rank": 2, "CommandName": "Set-PnPListPermission", "Id": 1539, - "Rank": 2, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { + "Rank": 1, "CommandName": "Set-PnPListRecordDeclaration", "Id": 1540, - "Rank": 1, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { + "Rank": 2, "CommandName": "Set-PnPListRecordDeclaration", "Id": 1541, - "Rank": 2, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { + "Rank": 1, "CommandName": "Set-PnPManagedAppId", "Id": 1542, - "Rank": 1, "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { + "Rank": 1, "CommandName": "Set-PnPMasterPage", "Id": 1543, - "Rank": 1, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { + "Rank": 2, "CommandName": "Set-PnPMasterPage", "Id": 1544, - "Rank": 2, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { + "Rank": 3, "CommandName": "Set-PnPMasterPage", "Id": 1545, - "Rank": 3, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { + "Rank": 4, "CommandName": "Set-PnPMasterPage", "Id": 1546, - "Rank": 4, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1547, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1548, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1549, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1550, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1551, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1552, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1553, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1554, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1555, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1556, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1557, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1558, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1559, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1560, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1561, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1562, - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1563, - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1564, - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { + "Rank": 1, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1565, - "Rank": 1, "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { + "Rank": 2, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1566, - "Rank": 2, "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { + "Rank": 3, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1567, - "Rank": 3, "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { + "Rank": 4, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1568, - "Rank": 4, "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { + "Rank": 5, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1569, - "Rank": 5, "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { + "Rank": 6, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1570, - "Rank": 6, "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { + "Rank": 1, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1571, - "Rank": 1, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { + "Rank": 2, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1572, - "Rank": 2, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { + "Rank": 1, "CommandName": "Set-PnPOrgAssetsLibrary", "Id": 1573, - "Rank": 1, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { + "Rank": 2, "CommandName": "Set-PnPOrgAssetsLibrary", "Id": 1574, - "Rank": 2, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { + "Rank": 1, "CommandName": "Set-PnPPage", "Id": 1575, - "Rank": 1, "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { + "Rank": 2, "CommandName": "Set-PnPPage", "Id": 1576, - "Rank": 2, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { + "Rank": 3, "CommandName": "Set-PnPPage", "Id": 1577, - "Rank": 3, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { + "Rank": 4, "CommandName": "Set-PnPPage", "Id": 1578, - "Rank": 4, "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { + "Rank": 5, "CommandName": "Set-PnPPage", "Id": 1579, - "Rank": 5, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { + "Rank": 6, "CommandName": "Set-PnPPage", "Id": 1580, - "Rank": 6, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { + "Rank": 7, "CommandName": "Set-PnPPage", "Id": 1581, - "Rank": 7, "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { + "Rank": 8, "CommandName": "Set-PnPPage", "Id": 1582, - "Rank": 8, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { + "Rank": 9, "CommandName": "Set-PnPPage", "Id": 1583, - "Rank": 9, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { + "Rank": 10, "CommandName": "Set-PnPPage", "Id": 1584, - "Rank": 10, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { + "Rank": 11, "CommandName": "Set-PnPPage", "Id": 1585, - "Rank": 11, "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { + "Rank": 12, "CommandName": "Set-PnPPage", "Id": 1586, - "Rank": 12, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { + "Rank": 13, "CommandName": "Set-PnPPage", "Id": 1587, - "Rank": 13, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { + "Rank": 1, "CommandName": "Set-PnPPageTextPart", "Id": 1588, - "Rank": 1, "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { + "Rank": 1, "CommandName": "Set-PnPPageWebPart", "Id": 1589, - "Rank": 1, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { + "Rank": 2, "CommandName": "Set-PnPPageWebPart", "Id": 1590, - "Rank": 2, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { + "Rank": 1, "CommandName": "Set-PnPPlannerBucket", "Id": 1591, - "Rank": 1, "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { + "Rank": 1, "CommandName": "Set-PnPPlannerConfiguration", "Id": 1592, - "Rank": 1, "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { + "Rank": 2, "CommandName": "Set-PnPPlannerConfiguration", "Id": 1593, - "Rank": 2, "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { + "Rank": 1, "CommandName": "Set-PnPPlannerPlan", "Id": 1594, - "Rank": 1, "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { + "Rank": 1, "CommandName": "Set-PnPPlannerTask", "Id": 1595, - "Rank": 1, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { + "Rank": 2, "CommandName": "Set-PnPPlannerTask", "Id": 1596, - "Rank": 2, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { + "Rank": 3, "CommandName": "Set-PnPPlannerTask", "Id": 1597, - "Rank": 3, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { + "Rank": 4, "CommandName": "Set-PnPPlannerTask", "Id": 1598, - "Rank": 4, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { + "Rank": 1, "CommandName": "Set-PnPPlannerUserPolicy", "Id": 1599, - "Rank": 1, "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Set-PnPPowerAppByPassConsent", "Id": 1600, - "Rank": 1, "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { + "Rank": 2, "CommandName": "Set-PnPPowerAppByPassConsent", "Id": 1601, - "Rank": 2, "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { + "Rank": 1, "CommandName": "Set-PnPPropertyBagValue", "Id": 1602, - "Rank": 1, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { + "Rank": 2, "CommandName": "Set-PnPPropertyBagValue", "Id": 1603, - "Rank": 2, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { + "Rank": 3, "CommandName": "Set-PnPPropertyBagValue", "Id": 1604, - "Rank": 3, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { + "Rank": 1, "CommandName": "Set-PnPRequestAccessEmails", "Id": 1605, - "Rank": 1, "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { + "Rank": 2, "CommandName": "Set-PnPRequestAccessEmails", "Id": 1606, - "Rank": 2, "Command": "Set-PnPRequestAccessEmails -Disabled" }, { + "Rank": 3, "CommandName": "Set-PnPRequestAccessEmails", "Id": 1607, - "Rank": 3, "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { + "Rank": 1, "CommandName": "Set-PnPRetentionLabel", "Id": 1608, - "Rank": 1, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { + "Rank": 2, "CommandName": "Set-PnPRetentionLabel", "Id": 1609, - "Rank": 2, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { + "Rank": 3, "CommandName": "Set-PnPRetentionLabel", "Id": 1610, - "Rank": 3, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { + "Rank": 1, "CommandName": "Set-PnPRoleDefinition", "Id": 1611, - "Rank": 1, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { + "Rank": 2, "CommandName": "Set-PnPRoleDefinition", "Id": 1612, - "Rank": 2, "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { + "Rank": 3, "CommandName": "Set-PnPRoleDefinition", "Id": 1613, - "Rank": 3, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { + "Rank": 4, "CommandName": "Set-PnPRoleDefinition", "Id": 1614, - "Rank": 4, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { + "Rank": 1, "CommandName": "Set-PnPSearchConfiguration", "Id": 1615, - "Rank": 1, "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { + "Rank": 2, "CommandName": "Set-PnPSearchConfiguration", "Id": 1616, - "Rank": 2, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { + "Rank": 3, "CommandName": "Set-PnPSearchConfiguration", "Id": 1617, - "Rank": 3, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { + "Rank": 4, "CommandName": "Set-PnPSearchConfiguration", "Id": 1618, - "Rank": 4, "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { + "Rank": 1, "CommandName": "Set-PnPSearchExternalConnection", "Id": 1619, - "Rank": 1, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { + "Rank": 2, "CommandName": "Set-PnPSearchExternalConnection", "Id": 1620, - "Rank": 2, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { + "Rank": 3, "CommandName": "Set-PnPSearchExternalConnection", "Id": 1621, - "Rank": 3, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { + "Rank": 1, "CommandName": "Set-PnPSearchExternalItem", "Id": 1622, - "Rank": 1, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { + "Rank": 2, "CommandName": "Set-PnPSearchExternalItem", "Id": 1623, - "Rank": 2, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "CommandName": "Set-PnPSearchExternalSchema", "Id": 1624, - "Rank": 1, "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { + "Rank": 1, "CommandName": "Set-PnPSearchSettings", "Id": 1625, - "Rank": 1, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { + "Rank": 2, "CommandName": "Set-PnPSearchSettings", "Id": 1626, - "Rank": 2, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { + "Rank": 3, "CommandName": "Set-PnPSearchSettings", "Id": 1627, - "Rank": 3, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { + "Rank": 4, "CommandName": "Set-PnPSearchSettings", "Id": 1628, - "Rank": 4, "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { + "Rank": 5, "CommandName": "Set-PnPSearchSettings", "Id": 1629, - "Rank": 5, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { + "Rank": 6, "CommandName": "Set-PnPSearchSettings", "Id": 1630, - "Rank": 6, "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { + "Rank": 7, "CommandName": "Set-PnPSearchSettings", "Id": 1631, - "Rank": 7, "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { + "Rank": 1, "CommandName": "Set-PnPSite", "Id": 1632, - "Rank": 1, "Command": "Set-PnPSite -Classification \"HBI\"" }, { + "Rank": 2, "CommandName": "Set-PnPSite", "Id": 1633, - "Rank": 2, "Command": "Set-PnPSite -Classification $null" }, { + "Rank": 3, "CommandName": "Set-PnPSite", "Id": 1634, - "Rank": 3, "Command": "Set-PnPSite -DisableFlows" }, { + "Rank": 4, "CommandName": "Set-PnPSite", "Id": 1635, - "Rank": 4, "Command": "Set-PnPSite -DisableFlows:$false" }, { + "Rank": 5, "CommandName": "Set-PnPSite", "Id": 1636, - "Rank": 5, "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { + "Rank": 6, "CommandName": "Set-PnPSite", "Id": 1637, - "Rank": 6, "Command": "Set-PnPSite -NoScriptSite $false" }, { + "Rank": 1, "CommandName": "Set-PnPSiteArchiveState", "Id": 1638, - "Rank": 1, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { + "Rank": 2, "CommandName": "Set-PnPSiteArchiveState", "Id": 1639, - "Rank": 2, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { + "Rank": 1, "CommandName": "Set-PnPSiteClassification", "Id": 1640, - "Rank": 1, "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { + "Rank": 1, "CommandName": "Set-PnPSiteClosure", "Id": 1641, - "Rank": 1, "Command": "Set-PnPSiteClosure -State Open" }, { + "Rank": 2, "CommandName": "Set-PnPSiteClosure", "Id": 1642, - "Rank": 2, "Command": "Set-PnPSiteClosure -State Closed" }, { + "Rank": 1, "CommandName": "Set-PnPSiteDesign", "Id": 1643, - "Rank": 1, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { + "Rank": 2, "CommandName": "Set-PnPSiteDesign", "Id": 1644, - "Rank": 2, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { + "Rank": 1, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Id": 1645, - "Rank": 1, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { + "Rank": 2, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Id": 1646, - "Rank": 2, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { + "Rank": 1, "CommandName": "Set-PnPSiteGroup", "Id": 1647, - "Rank": 1, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { + "Rank": 2, "CommandName": "Set-PnPSiteGroup", "Id": 1648, - "Rank": 2, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { + "Rank": 1, "CommandName": "Set-PnPSitePolicy", "Id": 1649, - "Rank": 1, "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { + "Rank": 1, "CommandName": "Set-PnPSiteScript", "Id": 1650, - "Rank": 1, "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { + "Rank": 1, "CommandName": "Set-PnPSiteScriptPackage", "Id": 1651, - "Rank": 1, "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { + "Rank": 1, "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1652, - "Rank": 1, "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { + "Rank": 2, "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1653, - "Rank": 2, "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { + "Rank": 1, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1654, - "Rank": 1, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { + "Rank": 2, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1655, - "Rank": 2, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { + "Rank": 3, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1656, - "Rank": 3, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { + "Rank": 4, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1657, - "Rank": 4, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { + "Rank": 5, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1658, - "Rank": 5, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { + "Rank": 6, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1659, - "Rank": 6, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { + "Rank": 1, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1660, - "Rank": 1, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { + "Rank": 2, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1661, - "Rank": 2, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { + "Rank": 3, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1662, - "Rank": 3, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { + "Rank": 4, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1663, - "Rank": 4, "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { + "Rank": 5, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1664, - "Rank": 5, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { + "Rank": 6, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1665, - "Rank": 6, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { + "Rank": 7, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1666, - "Rank": 7, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { + "Rank": 8, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1667, - "Rank": 8, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { + "Rank": 9, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1668, - "Rank": 9, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { + "Rank": 10, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1669, - "Rank": 10, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { + "Rank": 11, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1670, - "Rank": 11, "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { + "Rank": 1, "CommandName": "Set-PnPStorageEntity", "Id": 1671, - "Rank": 1, "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { + "Rank": 2, "CommandName": "Set-PnPStorageEntity", "Id": 1672, - "Rank": 2, "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { + "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1673, - "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { + "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1674, - "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { + "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1675, - "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { + "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1676, - "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { + "Rank": 1, "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1677, - "Rank": 1, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { + "Rank": 2, "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1678, - "Rank": 2, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { + "Rank": 3, "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1679, - "Rank": 3, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { + "Rank": 1, "CommandName": "Set-PnPTeamifyPromptHidden", "Id": 1680, - "Rank": 1, "Command": "Set-PnPTeamifyPromptHidden" }, { + "Rank": 1, "CommandName": "Set-PnPTeamsChannel", "Id": 1681, - "Rank": 1, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { + "Rank": 2, "CommandName": "Set-PnPTeamsChannel", "Id": 1682, - "Rank": 2, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { + "Rank": 1, "CommandName": "Set-PnpTeamsChannelUser", "Id": 1683, - "Rank": 1, "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { + "Rank": 2, "CommandName": "Set-PnpTeamsChannelUser", "Id": 1684, - "Rank": 2, "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { + "Rank": 1, "CommandName": "Set-PnPTeamsTab", "Id": 1685, - "Rank": 1, "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { + "Rank": 1, "CommandName": "Set-PnPTeamsTag", "Id": 1686, - "Rank": 1, "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { + "Rank": 1, "CommandName": "Set-PnPTeamsTeam", "Id": 1687, - "Rank": 1, "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { + "Rank": 2, "CommandName": "Set-PnPTeamsTeam", "Id": 1688, - "Rank": 2, "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { + "Rank": 3, "CommandName": "Set-PnPTeamsTeam", "Id": 1689, - "Rank": 3, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { + "Rank": 4, "CommandName": "Set-PnPTeamsTeam", "Id": 1690, - "Rank": 4, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { + "Rank": 1, "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1691, - "Rank": 1, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { + "Rank": 2, "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1692, - "Rank": 2, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { + "Rank": 3, "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1693, - "Rank": 3, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { + "Rank": 1, "CommandName": "Set-PnPTeamsTeamPicture", "Id": 1694, - "Rank": 1, "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { + "Rank": 1, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1695, - "Rank": 1, "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { + "Rank": 2, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1696, - "Rank": 2, "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { + "Rank": 1, "CommandName": "Set-PnPTenant", "Id": 1697, - "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { + "Rank": 2, "CommandName": "Set-PnPTenant", "Id": 1698, - "Rank": 2, "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { + "Rank": 3, "CommandName": "Set-PnPTenant", "Id": 1699, - "Rank": 3, "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { + "Rank": 4, "CommandName": "Set-PnPTenant", "Id": 1700, - "Rank": 4, "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { + "Rank": 5, "CommandName": "Set-PnPTenant", "Id": 1701, - "Rank": 5, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { + "Rank": 6, "CommandName": "Set-PnPTenant", "Id": 1702, - "Rank": 6, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { + "Rank": 1, "CommandName": "Set-PnPTenantAppCatalogUrl", "Id": 1703, - "Rank": 1, "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { + "Rank": 1, "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1704, - "Rank": 1, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { + "Rank": 2, "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1705, - "Rank": 2, "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { + "Rank": 3, "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1706, - "Rank": 3, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { + "Rank": 1, "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1707, - "Rank": 1, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { + "Rank": 2, "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1708, - "Rank": 2, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { + "Rank": 1, "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1709, - "Rank": 1, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { + "Rank": 2, "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1710, - "Rank": 2, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { + "Rank": 1, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1711, - "Rank": 1, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { + "Rank": 2, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1712, - "Rank": 2, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { + "Rank": 1, "CommandName": "Set-PnPTenantSite", "Id": 1713, - "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { + "Rank": 2, "CommandName": "Set-PnPTenantSite", "Id": 1714, - "Rank": 2, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { + "Rank": 3, "CommandName": "Set-PnPTenantSite", "Id": 1715, - "Rank": 3, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 4, "CommandName": "Set-PnPTenantSite", "Id": 1716, - "Rank": 4, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { + "Rank": 5, "CommandName": "Set-PnPTenantSite", "Id": 1717, - "Rank": 5, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { + "Rank": 1, "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1718, - "Rank": 1, "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { + "Rank": 2, "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1719, - "Rank": 2, "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { + "Rank": 1, "CommandName": "Set-PnPTerm", "Id": 1720, - "Rank": 1, "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { + "Rank": 2, "CommandName": "Set-PnPTerm", "Id": 1721, - "Rank": 2, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { + "Rank": 3, "CommandName": "Set-PnPTerm", "Id": 1722, - "Rank": 3, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { + "Rank": 4, "CommandName": "Set-PnPTerm", "Id": 1723, - "Rank": 4, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { + "Rank": 1, "CommandName": "Set-PnPTermGroup", "Id": 1724, - "Rank": 1, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { + "Rank": 2, "CommandName": "Set-PnPTermGroup", "Id": 1725, - "Rank": 2, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { + "Rank": 1, "CommandName": "Set-PnPTermSet", "Id": 1726, - "Rank": 1, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { + "Rank": 2, "CommandName": "Set-PnPTermSet", "Id": 1727, - "Rank": 2, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { + "Rank": 3, "CommandName": "Set-PnPTermSet", "Id": 1728, - "Rank": 3, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { + "Rank": 1, "CommandName": "Set-PnPTheme", "Id": 1729, - "Rank": 1, "Command": "Set-PnPTheme" }, { + "Rank": 2, "CommandName": "Set-PnPTheme", "Id": 1730, - "Rank": 2, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { + "Rank": 3, "CommandName": "Set-PnPTheme", "Id": 1731, - "Rank": 3, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { + "Rank": 4, "CommandName": "Set-PnPTheme", "Id": 1732, - "Rank": 4, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { + "Rank": 1, "CommandName": "Set-PnPUserOneDriveQuota", "Id": 1733, - "Rank": 1, "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { + "Rank": 1, "CommandName": "Set-PnPUserProfilePhoto", "Id": 1734, - "Rank": 1, "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { + "Rank": 1, "CommandName": "Set-PnPUserProfileProperty", "Id": 1735, - "Rank": 1, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { + "Rank": 2, "CommandName": "Set-PnPUserProfileProperty", "Id": 1736, - "Rank": 2, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { + "Rank": 1, "CommandName": "Set-PnPView", "Id": 1737, - "Rank": 1, "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { + "Rank": 2, "CommandName": "Set-PnPView", "Id": 1738, - "Rank": 2, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { + "Rank": 3, "CommandName": "Set-PnPView", "Id": 1739, - "Rank": 3, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { + "Rank": 4, "CommandName": "Set-PnPView", "Id": 1740, - "Rank": 4, "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { + "Rank": 1, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1741, - "Rank": 1, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { + "Rank": 2, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1742, - "Rank": 2, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { + "Rank": 3, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1743, - "Rank": 3, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { + "Rank": 4, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1744, - "Rank": 4, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { + "Rank": 1, "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1745, - "Rank": 1, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { + "Rank": 2, "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1746, - "Rank": 2, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { + "Rank": 1, "CommandName": "Set-PnPWeb", "Id": 1747, - "Rank": 1, "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { + "Rank": 2, "CommandName": "Set-PnPWeb", "Id": 1748, - "Rank": 2, "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { + "Rank": 3, "CommandName": "Set-PnPWeb", "Id": 1749, - "Rank": 3, "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { + "Rank": 4, "CommandName": "Set-PnPWeb", "Id": 1750, - "Rank": 4, "Command": "Set-PnPWeb -NoCrawl:$true" }, { + "Rank": 1, "CommandName": "Set-PnPWebHeader", "Id": 1751, - "Rank": 1, "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { + "Rank": 2, "CommandName": "Set-PnPWebHeader", "Id": 1752, - "Rank": 2, "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { + "Rank": 3, "CommandName": "Set-PnPWebHeader", "Id": 1753, - "Rank": 3, "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { + "Rank": 1, "CommandName": "Set-PnPWebhookSubscription", "Id": 1754, - "Rank": 1, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { + "Rank": 2, "CommandName": "Set-PnPWebhookSubscription", "Id": 1755, - "Rank": 2, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { + "Rank": 1, "CommandName": "Set-PnPWebPartProperty", "Id": 1756, - "Rank": 1, "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { + "Rank": 1, "CommandName": "Set-PnPWebPermission", "Id": 1757, - "Rank": 1, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { + "Rank": 2, "CommandName": "Set-PnPWebPermission", "Id": 1758, - "Rank": 2, "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { + "Rank": 3, "CommandName": "Set-PnPWebPermission", "Id": 1759, - "Rank": 3, "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { + "Rank": 4, "CommandName": "Set-PnPWebPermission", "Id": 1760, - "Rank": 4, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { + "Rank": 1, "CommandName": "Set-PnPWebTheme", "Id": 1761, - "Rank": 1, "Command": "Set-PnPWebTheme -Theme MyTheme" }, { + "Rank": 2, "CommandName": "Set-PnPWebTheme", "Id": 1762, - "Rank": 2, "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { + "Rank": 1, "CommandName": "Set-PnPWikiPageContent", "Id": 1763, - "Rank": 1, "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { + "Rank": 1, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Id": 1764, - "Rank": 1, "Command": "Start-PnPEnterpriseAppInsightsReport" }, { + "Rank": 2, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Id": 1765, - "Rank": 2, "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { + "Rank": 1, "CommandName": "Start-PnPTraceLog", "Id": 1766, - "Rank": 1, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { + "Rank": 2, "CommandName": "Start-PnPTraceLog", "Id": 1767, - "Rank": 2, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { + "Rank": 3, "CommandName": "Start-PnPTraceLog", "Id": 1768, - "Rank": 3, "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { + "Rank": 4, "CommandName": "Start-PnPTraceLog", "Id": 1769, - "Rank": 4, "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { + "Rank": 1, "CommandName": "Stop-PnPFlowRun", "Id": 1770, - "Rank": 1, "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { + "Rank": 2, "CommandName": "Stop-PnPFlowRun", "Id": 1771, - "Rank": 2, "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { + "Rank": 1, "CommandName": "Stop-PnPTraceLog", "Id": 1772, - "Rank": 1, "Command": "Stop-PnPTraceLog" }, { + "Rank": 2, "CommandName": "Stop-PnPTraceLog", "Id": 1773, - "Rank": 2, "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { + "Rank": 1, "CommandName": "Submit-PnPSearchQuery", "Id": 1774, - "Rank": 1, "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { + "Rank": 2, "CommandName": "Submit-PnPSearchQuery", "Id": 1775, - "Rank": 2, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { + "Rank": 3, "CommandName": "Submit-PnPSearchQuery", "Id": 1776, - "Rank": 3, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { + "Rank": 4, "CommandName": "Submit-PnPSearchQuery", "Id": 1777, - "Rank": 4, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { + "Rank": 5, "CommandName": "Submit-PnPSearchQuery", "Id": 1778, - "Rank": 5, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { + "Rank": 6, "CommandName": "Submit-PnPSearchQuery", "Id": 1779, - "Rank": 6, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { + "Rank": 1, "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1780, - "Rank": 1, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { + "Rank": 2, "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1781, - "Rank": 2, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { + "Rank": 1, "CommandName": "Sync-PnPAppToTeams", "Id": 1782, - "Rank": 1, "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 1, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1783, - "Rank": 1, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { + "Rank": 2, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1784, - "Rank": 2, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { + "Rank": 3, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1785, - "Rank": 3, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { + "Rank": 1, "CommandName": "Test-PnPListItemIsRecord", "Id": 1786, - "Rank": 1, "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { + "Rank": 1, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Id": 1787, - "Rank": 1, "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { + "Rank": 1, "CommandName": "Test-PnPSite", "Id": 1788, - "Rank": 1, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { + "Rank": 2, "CommandName": "Test-PnPSite", "Id": 1789, - "Rank": 2, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { + "Rank": 1, "CommandName": "Test-PnPTenantTemplate", "Id": 1790, - "Rank": 1, "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { + "Rank": 1, "CommandName": "Undo-PnPFileCheckedOut", "Id": 1791, - "Rank": 1, "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { + "Rank": 1, "CommandName": "Uninstall-PnPApp", "Id": 1792, - "Rank": 1, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "CommandName": "Uninstall-PnPApp", "Id": 1793, - "Rank": 2, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Id": 1794, - "Rank": 1, "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { + "Rank": 1, "CommandName": "Unpublish-PnPApp", "Id": 1795, - "Rank": 1, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "CommandName": "Unpublish-PnPApp", "Id": 1796, - "Rank": 2, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "CommandName": "Unpublish-PnPContentType", "Id": 1797, - "Rank": 1, "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { + "Rank": 1, "CommandName": "Unpublish-PnPSyntexModel", "Id": 1798, - "Rank": 1, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { + "Rank": 2, "CommandName": "Unpublish-PnPSyntexModel", "Id": 1799, - "Rank": 2, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { + "Rank": 1, "CommandName": "Unregister-PnPHubSite", "Id": 1800, - "Rank": 1, "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 1, "CommandName": "Update-PnPApp", "Id": 1801, - "Rank": 1, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "CommandName": "Update-PnPApp", "Id": 1802, - "Rank": 2, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1803, - "Rank": 1, "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { + "Rank": 2, "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1804, - "Rank": 2, "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { + "Rank": 3, "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1805, - "Rank": 3, "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { + "Rank": 1, "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1806, - "Rank": 1, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { + "Rank": 2, "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1807, - "Rank": 2, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { + "Rank": 3, "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1808, - "Rank": 3, "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { + "Rank": 1, "CommandName": "Update-PnPTeamsApp", "Id": 1809, - "Rank": 1, "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { + "Rank": 1, "CommandName": "Update-PnPTeamsUser", "Id": 1810, - "Rank": 1, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { + "Rank": 2, "CommandName": "Update-PnPTeamsUser", "Id": 1811, - "Rank": 2, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { + "Rank": 3, "CommandName": "Update-PnPTeamsUser", "Id": 1812, - "Rank": 3, "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { + "Rank": 1, "CommandName": "Update-PnPTodoList", "Id": 1813, - "Rank": 1, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { + "Rank": 2, "CommandName": "Update-PnPTodoList", "Id": 1814, - "Rank": 2, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { + "Rank": 1, "CommandName": "Update-PnPUserType", "Id": 1815, - "Rank": 1, "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { + "Rank": 1, "CommandName": "Use-PnPBrandCenterFontPackage", "Id": 1816, - "Rank": 1, "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { + "Rank": 2, "CommandName": "Use-PnPBrandCenterFontPackage", "Id": 1817, - "Rank": 2, "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { + "Rank": 1, "CommandName": "Write-PnPTraceLog", "Id": 1818, - "Rank": 1, "Command": "Write-PnPTraceLog \"Hello World\"" }, { + "Rank": 2, "CommandName": "Write-PnPTraceLog", "Id": 1819, - "Rank": 2, "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { + "Rank": 3, "CommandName": "Write-PnPTraceLog", "Id": 1820, - "Rank": 3, "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { + "Rank": 4, "CommandName": "Write-PnPTraceLog", "Id": 1821, - "Rank": 4, "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 0fab416ba..9396cbfe1 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "Message": "", - "Version": "3.1.110" + "Version": "3.1.111" } \ No newline at end of file diff --git a/version.txt b/version.txt index 725168e1c..8a1de01a6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.110 \ No newline at end of file +3.1.111 \ No newline at end of file From 1629ffbe8138dfec0054c28e37867c3e7ea17446 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Thu, 7 Aug 2025 03:12:35 +0000 Subject: [PATCH 12/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 3642 ++++++++--------- version.json | 4 +- version.txt | 2 +- 4 files changed, 1827 insertions(+), 1827 deletions(-) diff --git a/dependencies.json b/dependencies.json index 27802dd3c..8508a877c 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250806-031045", + "Updated": "20250807-031104", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "a83b38f43bbb4a5655ec1b558b9bf25d237e0a2e", - "PnPCore": "9dedd7865c073d12833dcefb2618258d968ec885" + "PnPFramework": "c00c690692e8720d8d237f843d9dc0aea2ca760e", + "PnPCore": "aa3f2c9f5a4f2824bb18b0da706120e730e2137b" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 6bd76fa45..7157ec278 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Rank": 1, "CommandName": "Add-PnPAlert", "Id": 1, + "Rank": 1, "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "Rank": 2, "CommandName": "Add-PnPAlert", "Id": 2, + "Rank": 2, "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "Rank": 3, "CommandName": "Add-PnPAlert", "Id": 3, + "Rank": 3, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Rank": 4, "CommandName": "Add-PnPAlert", "Id": 4, + "Rank": 4, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "Rank": 1, "CommandName": "Add-PnPApp", "Id": 5, + "Rank": 1, "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Rank": 2, "CommandName": "Add-PnPApp", "Id": 6, + "Rank": 2, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Rank": 3, "CommandName": "Add-PnPApp", "Id": 7, + "Rank": 3, "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Rank": 4, "CommandName": "Add-PnPApp", "Id": 8, + "Rank": 4, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "Rank": 1, "CommandName": "Add-PnPApplicationCustomizer", "Id": 9, + "Rank": 1, "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "Rank": 1, "CommandName": "Add-PnPAvailableSiteClassification", "Id": 10, + "Rank": 1, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Rank": 2, "CommandName": "Add-PnPAvailableSiteClassification", "Id": 11, + "Rank": 2, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Rank": 1, "CommandName": "Add-PnPAzureADGroupMember", "Id": 12, + "Rank": 1, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Add-PnPAzureADGroupMember", "Id": 13, + "Rank": 2, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 3, "CommandName": "Add-PnPAzureADGroupMember", "Id": 14, + "Rank": 3, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Rank": 1, "CommandName": "Add-PnPAzureADGroupOwner", "Id": 15, + "Rank": 1, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Add-PnPAzureADGroupOwner", "Id": 16, + "Rank": 2, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 3, "CommandName": "Add-PnPAzureADGroupOwner", "Id": 17, + "Rank": 3, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Rank": 1, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 18, + "Rank": 1, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "Rank": 2, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Id": 19, + "Rank": 2, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Rank": 1, "CommandName": "Add-PnPBrandCenterFont", "Id": 20, + "Rank": 1, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "Rank": 2, "CommandName": "Add-PnPBrandCenterFont", "Id": 21, + "Rank": 2, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "Rank": 1, "CommandName": "Add-PnPBrandCenterFontPackage", "Id": 22, + "Rank": 1, "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "Rank": 1, "CommandName": "Add-PnPContentType", "Id": 23, + "Rank": 1, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "Rank": 2, "CommandName": "Add-PnPContentType", "Id": 24, + "Rank": 2, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "Rank": 3, "CommandName": "Add-PnPContentType", "Id": 25, + "Rank": 3, "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "Rank": 4, "CommandName": "Add-PnPContentType", "Id": 26, + "Rank": 4, "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "Rank": 5, "CommandName": "Add-PnPContentType", "Id": 27, + "Rank": 5, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "Rank": 1, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 28, + "Rank": 1, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Rank": 2, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Id": 29, + "Rank": 2, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Rank": 1, "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 30, + "Rank": 1, "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Rank": 2, "CommandName": "Add-PnPContentTypeToDocumentSet", "Id": 31, + "Rank": 2, "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Rank": 1, "CommandName": "Add-PnPContentTypeToList", "Id": 32, + "Rank": 1, "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "Rank": 1, "CommandName": "Add-PnPCustomAction", "Id": 33, + "Rank": 1, "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Rank": 1, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 34, + "Rank": 1, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Rank": 2, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Id": 35, + "Rank": 2, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Rank": 1, "CommandName": "Add-PnPDocumentSet", "Id": 36, + "Rank": 1, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Rank": 2, "CommandName": "Add-PnPDocumentSet", "Id": 37, + "Rank": 2, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "Rank": 1, "CommandName": "Add-PnPEventReceiver", "Id": 38, + "Rank": 1, "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "Rank": 2, "CommandName": "Add-PnPEventReceiver", "Id": 39, + "Rank": 2, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "Rank": 3, "CommandName": "Add-PnPEventReceiver", "Id": 40, + "Rank": 3, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "Rank": 4, "CommandName": "Add-PnPEventReceiver", "Id": 41, + "Rank": 4, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "Rank": 1, "CommandName": "Add-PnPField", "Id": 42, + "Rank": 1, "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "Rank": 2, "CommandName": "Add-PnPField", "Id": 43, + "Rank": 2, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "Rank": 3, "CommandName": "Add-PnPField", "Id": 44, + "Rank": 3, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "Rank": 4, "CommandName": "Add-PnPField", "Id": 45, + "Rank": 4, "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "Rank": 5, "CommandName": "Add-PnPField", "Id": 46, + "Rank": 5, "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "Rank": 6, "CommandName": "Add-PnPField", "Id": 47, + "Rank": 6, "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Rank": 1, "CommandName": "Add-PnPFieldToContentType", "Id": 48, + "Rank": 1, "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Rank": 1, "CommandName": "Add-PnPFile", "Id": 49, + "Rank": 1, "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Rank": 2, "CommandName": "Add-PnPFile", "Id": 50, + "Rank": 2, "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Rank": 3, "CommandName": "Add-PnPFile", "Id": 51, + "Rank": 3, "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "Rank": 4, "CommandName": "Add-PnPFile", "Id": 52, + "Rank": 4, "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "Rank": 5, "CommandName": "Add-PnPFile", "Id": 53, + "Rank": 5, "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "Rank": 6, "CommandName": "Add-PnPFile", "Id": 54, + "Rank": 6, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "Rank": 7, "CommandName": "Add-PnPFile", "Id": 55, + "Rank": 7, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Rank": 8, "CommandName": "Add-PnPFile", "Id": 56, + "Rank": 8, "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Rank": 1, "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 57, + "Rank": 1, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 58, + "Rank": 2, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "Rank": 3, "CommandName": "Add-PnPFileAnonymousSharingLink", "Id": 59, + "Rank": 3, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Rank": 1, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Id": 60, + "Rank": 1, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Id": 61, + "Rank": 2, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "Rank": 1, "CommandName": "Add-PnPFileSensitivityLabel", "Id": 62, + "Rank": 1, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Rank": 2, "CommandName": "Add-PnPFileSensitivityLabel", "Id": 63, + "Rank": 2, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Rank": 1, "CommandName": "Add-PnPFileSharingInvite", "Id": 64, + "Rank": 1, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Rank": 2, "CommandName": "Add-PnPFileSharingInvite", "Id": 65, + "Rank": 2, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Rank": 3, "CommandName": "Add-PnPFileSharingInvite", "Id": 66, + "Rank": 3, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Rank": 1, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 67, + "Rank": 1, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "Rank": 2, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 68, + "Rank": 2, "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "Rank": 3, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 69, + "Rank": 3, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "Rank": 4, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 70, + "Rank": 4, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Rank": 5, "CommandName": "Add-PnPFileToSiteTemplate", "Id": 71, + "Rank": 5, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Rank": 1, "CommandName": "Add-PnPFileUserSharingLink", "Id": 72, + "Rank": 1, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Add-PnPFileUserSharingLink", "Id": 73, + "Rank": 2, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Add-PnPFlowOwner", "Id": 74, + "Rank": 1, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "Rank": 2, "CommandName": "Add-PnPFlowOwner", "Id": 75, + "Rank": 2, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "Rank": 3, "CommandName": "Add-PnPFlowOwner", "Id": 76, + "Rank": 3, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "Rank": 4, "CommandName": "Add-PnPFlowOwner", "Id": 77, + "Rank": 4, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "Rank": 1, "CommandName": "Add-PnPFolder", "Id": 78, + "Rank": 1, "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Rank": 2, "CommandName": "Add-PnPFolder", "Id": 79, + "Rank": 2, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Rank": 3, "CommandName": "Add-PnPFolder", "Id": 80, + "Rank": 3, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Rank": 1, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 81, + "Rank": 1, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 2, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 82, + "Rank": 2, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "Rank": 3, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Id": 83, + "Rank": 3, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Rank": 1, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Id": 84, + "Rank": 1, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 2, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Id": 85, + "Rank": 2, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "Rank": 1, "CommandName": "Add-PnPFolderSharingInvite", "Id": 86, + "Rank": 1, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Rank": 2, "CommandName": "Add-PnPFolderSharingInvite", "Id": 87, + "Rank": 2, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Rank": 3, "CommandName": "Add-PnPFolderSharingInvite", "Id": 88, + "Rank": 3, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Rank": 1, "CommandName": "Add-PnPFolderUserSharingLink", "Id": 89, + "Rank": 1, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Add-PnPFolderUserSharingLink", "Id": 90, + "Rank": 2, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Add-PnPGroupMember", "Id": 91, + "Rank": 1, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Rank": 2, "CommandName": "Add-PnPGroupMember", "Id": 92, + "Rank": 2, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Rank": 1, "CommandName": "Add-PnPHomeSite", "Id": 93, + "Rank": 1, "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Rank": 1, "CommandName": "Add-PnPHtmlPublishingPageLayout", "Id": 94, + "Rank": 1, "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Rank": 1, "CommandName": "Add-PnPHubSiteAssociation", "Id": 95, + "Rank": 1, "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "Rank": 1, "CommandName": "Add-PnPHubToHubAssociation", "Id": 96, + "Rank": 1, "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "Rank": 2, "CommandName": "Add-PnPHubToHubAssociation", "Id": 97, + "Rank": 2, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "Rank": 3, "CommandName": "Add-PnPHubToHubAssociation", "Id": 98, + "Rank": 3, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "Rank": 1, "CommandName": "Add-PnPJavaScriptBlock", "Id": 99, + "Rank": 1, "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Rank": 2, "CommandName": "Add-PnPJavaScriptBlock", "Id": 100, + "Rank": 2, "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Rank": 1, "CommandName": "Add-PnPJavaScriptLink", "Id": 101, + "Rank": 1, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "Rank": 2, "CommandName": "Add-PnPJavaScriptLink", "Id": 102, + "Rank": 2, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "Rank": 1, "CommandName": "Add-PnPListDesign", "Id": 103, + "Rank": 1, "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "Rank": 2, "CommandName": "Add-PnPListDesign", "Id": 104, + "Rank": 2, "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "Rank": 1, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 105, + "Rank": 1, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Rank": 2, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 106, + "Rank": 2, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Rank": 3, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Id": 107, + "Rank": 3, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Rank": 1, "CommandName": "Add-PnPListItem", "Id": 108, + "Rank": 1, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 2, "CommandName": "Add-PnPListItem", "Id": 109, + "Rank": 2, "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 3, "CommandName": "Add-PnPListItem", "Id": 110, + "Rank": 3, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "Rank": 4, "CommandName": "Add-PnPListItem", "Id": 111, + "Rank": 4, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "Rank": 5, "CommandName": "Add-PnPListItem", "Id": 112, + "Rank": 5, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "Rank": 1, "CommandName": "Add-PnPListItemAttachment", "Id": 113, + "Rank": 1, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "Rank": 2, "CommandName": "Add-PnPListItemAttachment", "Id": 114, + "Rank": 2, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "Rank": 3, "CommandName": "Add-PnPListItemAttachment", "Id": 115, + "Rank": 3, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Rank": 1, "CommandName": "Add-PnPListItemComment", "Id": 116, + "Rank": 1, "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "Rank": 1, "CommandName": "Add-PnPMasterPage", "Id": 117, + "Rank": 1, "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 118, + "Rank": 1, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupMember", "Id": 119, + "Rank": 2, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 120, + "Rank": 1, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Id": 121, + "Rank": 2, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 122, + "Rank": 1, "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 123, + "Rank": 2, "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Rank": 3, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Id": 124, + "Rank": 3, "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "Rank": 1, "CommandName": "Add-PnPNavigationNode", "Id": 125, + "Rank": 1, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "Rank": 2, "CommandName": "Add-PnPNavigationNode", "Id": 126, + "Rank": 2, "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "Rank": 3, "CommandName": "Add-PnPNavigationNode", "Id": 127, + "Rank": 3, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "Rank": 4, "CommandName": "Add-PnPNavigationNode", "Id": 128, + "Rank": 4, "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "Rank": 5, "CommandName": "Add-PnPNavigationNode", "Id": 129, + "Rank": 5, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Rank": 6, "CommandName": "Add-PnPNavigationNode", "Id": 130, + "Rank": 6, "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Rank": 7, "CommandName": "Add-PnPNavigationNode", "Id": 131, + "Rank": 7, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "Rank": 8, "CommandName": "Add-PnPNavigationNode", "Id": 132, + "Rank": 8, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "Rank": 1, "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 133, + "Rank": 1, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "Rank": 2, "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 134, + "Rank": 2, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Rank": 3, "CommandName": "Add-PnPOrgAssetsLibrary", "Id": 135, + "Rank": 3, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Rank": 1, "CommandName": "Add-PnPOrgNewsSite", "Id": 136, + "Rank": 1, "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Rank": 1, "CommandName": "Add-PnPPage", "Id": 137, + "Rank": 1, "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Rank": 2, "CommandName": "Add-PnPPage", "Id": 138, + "Rank": 2, "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Rank": 3, "CommandName": "Add-PnPPage", "Id": 139, + "Rank": 3, "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Rank": 4, "CommandName": "Add-PnPPage", "Id": 140, + "Rank": 4, "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Rank": 5, "CommandName": "Add-PnPPage", "Id": 141, + "Rank": 5, "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Rank": 6, "CommandName": "Add-PnPPage", "Id": 142, + "Rank": 6, "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Rank": 7, "CommandName": "Add-PnPPage", "Id": 143, + "Rank": 7, "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Rank": 8, "CommandName": "Add-PnPPage", "Id": 144, + "Rank": 8, "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Rank": 9, "CommandName": "Add-PnPPage", "Id": 145, + "Rank": 9, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Rank": 10, "CommandName": "Add-PnPPage", "Id": 146, + "Rank": 10, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Rank": 1, "CommandName": "Add-PnPPageImageWebPart", "Id": 147, + "Rank": 1, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "Rank": 2, "CommandName": "Add-PnPPageImageWebPart", "Id": 148, + "Rank": 2, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "Rank": 1, "CommandName": "Add-PnPPageSection", "Id": 149, + "Rank": 1, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Rank": 2, "CommandName": "Add-PnPPageSection", "Id": 150, + "Rank": 2, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Rank": 1, "CommandName": "Add-PnPPageTextPart", "Id": 151, + "Rank": 1, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Rank": 2, "CommandName": "Add-PnPPageTextPart", "Id": 152, + "Rank": 2, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "Rank": 3, "CommandName": "Add-PnPPageTextPart", "Id": 153, + "Rank": 3, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "Rank": 1, "CommandName": "Add-PnPPageWebPart", "Id": 154, + "Rank": 1, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Rank": 2, "CommandName": "Add-PnPPageWebPart", "Id": 155, + "Rank": 2, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Rank": 3, "CommandName": "Add-PnPPageWebPart", "Id": 156, + "Rank": 3, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Rank": 1, "CommandName": "Add-PnPPlannerBucket", "Id": 157, + "Rank": 1, "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Rank": 2, "CommandName": "Add-PnPPlannerBucket", "Id": 158, + "Rank": 2, "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Rank": 1, "CommandName": "Add-PnPPlannerRoster", "Id": 159, + "Rank": 1, "Command": "Add-PnPPlannerRoster" }, { - "Rank": 1, "CommandName": "Add-PnPPlannerRosterMember", "Id": 160, + "Rank": 1, "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Add-PnPPlannerTask", "Id": 161, + "Rank": 1, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Rank": 2, "CommandName": "Add-PnPPlannerTask", "Id": 162, + "Rank": 2, "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Rank": 3, "CommandName": "Add-PnPPlannerTask", "Id": 163, + "Rank": 3, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Rank": 1, "CommandName": "Add-PnPPublishingImageRendition", "Id": 164, + "Rank": 1, "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Rank": 1, "CommandName": "Add-PnPPublishingPage", "Id": 165, + "Rank": 1, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "Rank": 2, "CommandName": "Add-PnPPublishingPage", "Id": 166, + "Rank": 2, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "Rank": 1, "CommandName": "Add-PnPPublishingPageLayout", "Id": 167, + "Rank": 1, "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Rank": 1, "CommandName": "Add-PnPRoleDefinition", "Id": 168, + "Rank": 1, "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Rank": 2, "CommandName": "Add-PnPRoleDefinition", "Id": 169, + "Rank": 2, "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Rank": 3, "CommandName": "Add-PnPRoleDefinition", "Id": 170, + "Rank": 3, "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Rank": 1, "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 171, + "Rank": 1, "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 172, + "Rank": 2, "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Rank": 3, "CommandName": "Add-PnPSiteCollectionAdmin", "Id": 173, + "Rank": 3, "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 174, + "Rank": 1, "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Id": 175, + "Rank": 2, "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Rank": 1, "CommandName": "Add-PnPSiteDesign", "Id": 176, + "Rank": 1, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "Rank": 2, "CommandName": "Add-PnPSiteDesign", "Id": 177, + "Rank": 2, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "Rank": 3, "CommandName": "Add-PnPSiteDesign", "Id": 178, + "Rank": 3, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Rank": 1, "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 179, + "Rank": 1, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "Rank": 2, "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 180, + "Rank": 2, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Rank": 3, "CommandName": "Add-PnPSiteDesignFromWeb", "Id": 181, + "Rank": 3, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "Rank": 1, "CommandName": "Add-PnPSiteDesignTask", "Id": 182, + "Rank": 1, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Rank": 2, "CommandName": "Add-PnPSiteDesignTask", "Id": 183, + "Rank": 2, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Rank": 1, "CommandName": "Add-PnPSiteScript", "Id": 184, + "Rank": 1, "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "Rank": 1, "CommandName": "Add-PnPSiteScriptPackage", "Id": 185, + "Rank": 1, "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Rank": 1, "CommandName": "Add-PnPSiteTemplate", "Id": 186, + "Rank": 1, "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Rank": 1, "CommandName": "Add-PnPStoredCredential", "Id": 187, + "Rank": 1, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "Rank": 2, "CommandName": "Add-PnPStoredCredential", "Id": 188, + "Rank": 2, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Rank": 3, "CommandName": "Add-PnPStoredCredential", "Id": 189, + "Rank": 3, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "Rank": 1, "CommandName": "Add-PnPTaxonomyField", "Id": 190, + "Rank": 1, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Rank": 2, "CommandName": "Add-PnPTaxonomyField", "Id": 191, + "Rank": 2, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "Rank": 1, "CommandName": "Add-PnPTeamsChannel", "Id": 192, + "Rank": 1, "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Rank": 2, "CommandName": "Add-PnPTeamsChannel", "Id": 193, + "Rank": 2, "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "Rank": 3, "CommandName": "Add-PnPTeamsChannel", "Id": 194, + "Rank": 3, "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "Rank": 4, "CommandName": "Add-PnPTeamsChannel", "Id": 195, + "Rank": 4, "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "Rank": 1, "CommandName": "Add-PnpTeamsChannelUser", "Id": 196, + "Rank": 1, "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "Rank": 2, "CommandName": "Add-PnpTeamsChannelUser", "Id": 197, + "Rank": 2, "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "Rank": 1, "CommandName": "Add-PnPTeamsTab", "Id": 198, + "Rank": 1, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "Rank": 2, "CommandName": "Add-PnPTeamsTab", "Id": 199, + "Rank": 2, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "Rank": 3, "CommandName": "Add-PnPTeamsTab", "Id": 200, + "Rank": 3, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "Rank": 4, "CommandName": "Add-PnPTeamsTab", "Id": 201, + "Rank": 4, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "Rank": 1, "CommandName": "Add-PnPTeamsTeam", "Id": 202, + "Rank": 1, "Command": "Add-PnPTeamsTeam" }, { - "Rank": 1, "CommandName": "Add-PnPTeamsUser", "Id": 203, + "Rank": 1, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Rank": 2, "CommandName": "Add-PnPTeamsUser", "Id": 204, + "Rank": 2, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Rank": 3, "CommandName": "Add-PnPTeamsUser", "Id": 205, + "Rank": 3, "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "Rank": 4, "CommandName": "Add-PnPTeamsUser", "Id": 206, + "Rank": 4, "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Rank": 1, "CommandName": "Add-PnPTenantCdnOrigin", "Id": 207, + "Rank": 1, "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Rank": 1, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 208, + "Rank": 1, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Rank": 2, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 209, + "Rank": 2, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Rank": 3, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Id": 210, + "Rank": 3, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Rank": 1, "CommandName": "Add-PnPTenantSequence", "Id": 211, + "Rank": 1, "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Rank": 1, "CommandName": "Add-PnPTenantSequenceSite", "Id": 212, + "Rank": 1, "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Rank": 1, "CommandName": "Add-PnPTenantSequenceSubSite", "Id": 213, + "Rank": 1, "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Rank": 1, "CommandName": "Add-PnPTermToTerm", "Id": 214, + "Rank": 1, "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Rank": 1, "CommandName": "Add-PnPView", "Id": 215, + "Rank": 1, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "Rank": 2, "CommandName": "Add-PnPView", "Id": 216, + "Rank": 2, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "Rank": 3, "CommandName": "Add-PnPView", "Id": 217, + "Rank": 3, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "Rank": 1, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 218, + "Rank": 1, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Rank": 2, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 219, + "Rank": 2, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Rank": 3, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Id": 220, + "Rank": 3, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Rank": 1, "CommandName": "Add-PnPWebhookSubscription", "Id": 221, + "Rank": 1, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Rank": 2, "CommandName": "Add-PnPWebhookSubscription", "Id": 222, + "Rank": 2, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Rank": 3, "CommandName": "Add-PnPWebhookSubscription", "Id": 223, + "Rank": 3, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "Rank": 1, "CommandName": "Add-PnPWebPartToWebPartPage", "Id": 224, + "Rank": 1, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "Rank": 2, "CommandName": "Add-PnPWebPartToWebPartPage", "Id": 225, + "Rank": 2, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "Rank": 1, "CommandName": "Add-PnPWebPartToWikiPage", "Id": 226, + "Rank": 1, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "Rank": 2, "CommandName": "Add-PnPWebPartToWikiPage", "Id": 227, + "Rank": 2, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "Rank": 1, "CommandName": "Add-PnPWikiPage", "Id": 228, + "Rank": 1, "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Rank": 1, "CommandName": "Clear-PnPAzureADGroupMember", "Id": 229, + "Rank": 1, "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Rank": 1, "CommandName": "Clear-PnPAzureADGroupOwner", "Id": 230, + "Rank": 1, "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Rank": 1, "CommandName": "Clear-PnPDefaultColumnValues", "Id": 231, + "Rank": 1, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Rank": 2, "CommandName": "Clear-PnPDefaultColumnValues", "Id": 232, + "Rank": 2, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Rank": 1, "CommandName": "Clear-PnPListItemAsRecord", "Id": 233, + "Rank": 1, "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupMember", "Id": 234, + "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Id": 235, + "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Rank": 1, "CommandName": "Clear-PnpRecycleBinItem", "Id": 236, + "Rank": 1, "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Rank": 2, "CommandName": "Clear-PnpRecycleBinItem", "Id": 237, + "Rank": 2, "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Rank": 3, "CommandName": "Clear-PnpRecycleBinItem", "Id": 238, + "Rank": 3, "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Rank": 1, "CommandName": "Clear-PnPTenantAppCatalogUrl", "Id": 239, + "Rank": 1, "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Rank": 1, "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 240, + "Rank": 1, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, "CommandName": "Clear-PnPTenantRecycleBinItem", "Id": 241, + "Rank": 2, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Rank": 1, "CommandName": "Clear-PnPTraceLog", "Id": 242, + "Rank": 1, "Command": "Clear-PnPTraceLog" }, { - "Rank": 1, "CommandName": "Connect-PnPOnline", "Id": 243, + "Rank": 1, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "Rank": 1, "CommandName": "Convert-PnPFile", "Id": 244, + "Rank": 1, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "Rank": 2, "CommandName": "Convert-PnPFile", "Id": 245, + "Rank": 2, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "Rank": 3, "CommandName": "Convert-PnPFile", "Id": 246, + "Rank": 3, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "Rank": 4, "CommandName": "Convert-PnPFile", "Id": 247, + "Rank": 4, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "Rank": 5, "CommandName": "Convert-PnPFile", "Id": 248, + "Rank": 5, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Rank": 6, "CommandName": "Convert-PnPFile", "Id": 249, + "Rank": 6, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Rank": 7, "CommandName": "Convert-PnPFile", "Id": 250, + "Rank": 7, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "Rank": 1, "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 251, + "Rank": 1, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Rank": 2, "CommandName": "Convert-PnPFolderToSiteTemplate", "Id": 252, + "Rank": 2, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Rank": 1, "CommandName": "Convert-PnPSiteTemplate", "Id": 253, + "Rank": 1, "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Rank": 2, "CommandName": "Convert-PnPSiteTemplate", "Id": 254, + "Rank": 2, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Rank": 3, "CommandName": "Convert-PnPSiteTemplate", "Id": 255, + "Rank": 3, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Rank": 1, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 256, + "Rank": 1, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Rank": 2, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Id": 257, + "Rank": 2, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Rank": 1, "CommandName": "ConvertTo-PnPPage", "Id": 258, + "Rank": 1, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Rank": 2, "CommandName": "ConvertTo-PnPPage", "Id": 259, + "Rank": 2, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Rank": 3, "CommandName": "ConvertTo-PnPPage", "Id": 260, + "Rank": 3, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Rank": 4, "CommandName": "ConvertTo-PnPPage", "Id": 261, + "Rank": 4, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Rank": 5, "CommandName": "ConvertTo-PnPPage", "Id": 262, + "Rank": 5, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 6, "CommandName": "ConvertTo-PnPPage", "Id": 263, + "Rank": 6, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Rank": 7, "CommandName": "ConvertTo-PnPPage", "Id": 264, + "Rank": 7, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Rank": 8, "CommandName": "ConvertTo-PnPPage", "Id": 265, + "Rank": 8, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Rank": 9, "CommandName": "ConvertTo-PnPPage", "Id": 266, + "Rank": 9, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 10, "CommandName": "ConvertTo-PnPPage", "Id": 267, + "Rank": 10, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Rank": 11, "CommandName": "ConvertTo-PnPPage", "Id": 268, + "Rank": 11, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "Rank": 12, "CommandName": "ConvertTo-PnPPage", "Id": 269, + "Rank": 12, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 13, "CommandName": "ConvertTo-PnPPage", "Id": 270, + "Rank": 13, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 14, "CommandName": "ConvertTo-PnPPage", "Id": 271, + "Rank": 14, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "Rank": 1, "CommandName": "Copy-PnPFile", "Id": 272, + "Rank": 1, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 2, "CommandName": "Copy-PnPFile", "Id": 273, + "Rank": 2, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Rank": 3, "CommandName": "Copy-PnPFile", "Id": 274, + "Rank": 3, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Rank": 4, "CommandName": "Copy-PnPFile", "Id": 275, + "Rank": 4, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 5, "CommandName": "Copy-PnPFile", "Id": 276, + "Rank": 5, "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Rank": 6, "CommandName": "Copy-PnPFile", "Id": 277, + "Rank": 6, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Rank": 7, "CommandName": "Copy-PnPFile", "Id": 278, + "Rank": 7, "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Rank": 8, "CommandName": "Copy-PnPFile", "Id": 279, + "Rank": 8, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 9, "CommandName": "Copy-PnPFile", "Id": 280, + "Rank": 9, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Rank": 10, "CommandName": "Copy-PnPFile", "Id": 281, + "Rank": 10, "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Rank": 1, "CommandName": "Copy-PnPFolder", "Id": 282, + "Rank": 1, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 2, "CommandName": "Copy-PnPFolder", "Id": 283, + "Rank": 2, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Rank": 3, "CommandName": "Copy-PnPFolder", "Id": 284, + "Rank": 3, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Rank": 4, "CommandName": "Copy-PnPFolder", "Id": 285, + "Rank": 4, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 5, "CommandName": "Copy-PnPFolder", "Id": 286, + "Rank": 5, "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Rank": 6, "CommandName": "Copy-PnPFolder", "Id": 287, + "Rank": 6, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Rank": 7, "CommandName": "Copy-PnPFolder", "Id": 288, + "Rank": 7, "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Rank": 8, "CommandName": "Copy-PnPFolder", "Id": 289, + "Rank": 8, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 9, "CommandName": "Copy-PnPFolder", "Id": 290, + "Rank": 9, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Rank": 10, "CommandName": "Copy-PnPFolder", "Id": 291, + "Rank": 10, "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Rank": 11, "CommandName": "Copy-PnPFolder", "Id": 292, + "Rank": 11, "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "Rank": 1, "CommandName": "Copy-PnPItemProxy", "Id": 293, + "Rank": 1, "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Rank": 1, "CommandName": "Copy-PnPList", "Id": 294, + "Rank": 1, "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Rank": 2, "CommandName": "Copy-PnPList", "Id": 295, + "Rank": 2, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "Rank": 3, "CommandName": "Copy-PnPList", "Id": 296, + "Rank": 3, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "Rank": 4, "CommandName": "Copy-PnPList", "Id": 297, + "Rank": 4, "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "Rank": 1, "CommandName": "Copy-PnPPage", "Id": 298, + "Rank": 1, "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Rank": 1, "CommandName": "Copy-PnPTeamsTeam", "Id": 299, + "Rank": 1, "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "Rank": 2, "CommandName": "Copy-PnPTeamsTeam", "Id": 300, + "Rank": 2, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "Rank": 3, "CommandName": "Copy-PnPTeamsTeam", "Id": 301, + "Rank": 3, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Rank": 4, "CommandName": "Copy-PnPTeamsTeam", "Id": 302, + "Rank": 4, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Rank": 1, "CommandName": "Disable-PnPFeature", "Id": 303, + "Rank": 1, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, "CommandName": "Disable-PnPFeature", "Id": 304, + "Rank": 2, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Rank": 3, "CommandName": "Disable-PnPFeature", "Id": 305, + "Rank": 3, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Rank": 1, "CommandName": "Disable-PnPFlow", "Id": 306, + "Rank": 1, "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, "CommandName": "Disable-PnPFlow", "Id": 307, + "Rank": 2, "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, "CommandName": "Disable-PnPPageScheduling", "Id": 308, + "Rank": 1, "Command": "Disable-PnPPageScheduling" }, { - "Rank": 1, "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 309, + "Rank": 1, "Command": "Disable-PnPPowerShellTelemetry" }, { - "Rank": 2, "CommandName": "Disable-PnPPowerShellTelemetry", "Id": 310, + "Rank": 2, "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Rank": 1, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Id": 311, + "Rank": 1, "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, "CommandName": "Disable-PnPSiteClassification", "Id": 312, + "Rank": 1, "Command": "Disable-PnPSiteClassification" }, { - "Rank": 1, "CommandName": "Disconnect-PnPOnline", "Id": 313, + "Rank": 1, "Command": "Disconnect-PnPOnline" }, { - "Rank": 1, "CommandName": "Enable-PnPCommSite", "Id": 314, + "Rank": 1, "Command": "Enable-PnPCommSite" }, { - "Rank": 2, "CommandName": "Enable-PnPCommSite", "Id": 315, + "Rank": 2, "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Rank": 1, "CommandName": "Enable-PnPFeature", "Id": 316, + "Rank": 1, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, "CommandName": "Enable-PnPFeature", "Id": 317, + "Rank": 2, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Rank": 3, "CommandName": "Enable-PnPFeature", "Id": 318, + "Rank": 3, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Rank": 1, "CommandName": "Enable-PnPFlow", "Id": 319, + "Rank": 1, "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, "CommandName": "Enable-PnPFlow", "Id": 320, + "Rank": 2, "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, "CommandName": "Enable-PnPPageScheduling", "Id": 321, + "Rank": 1, "Command": "Enable-PnPPageScheduling" }, { - "Rank": 1, "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 322, + "Rank": 1, "Command": "Enable-PnPPowerShellTelemetry" }, { - "Rank": 2, "CommandName": "Enable-PnPPowerShellTelemetry", "Id": 323, + "Rank": 2, "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Rank": 1, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 324, + "Rank": 1, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "Rank": 2, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 325, + "Rank": 2, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "Rank": 3, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 326, + "Rank": 3, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "Rank": 4, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Id": 327, + "Rank": 4, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Enable-PnPSiteClassification", "Id": 328, + "Rank": 1, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Rank": 2, "CommandName": "Enable-PnPSiteClassification", "Id": 329, + "Rank": 2, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Rank": 1, "CommandName": "Export-PnPFlow", "Id": 330, + "Rank": 1, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, "CommandName": "Export-PnPFlow", "Id": 331, + "Rank": 2, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, "CommandName": "Export-PnPListToSiteTemplate", "Id": 332, + "Rank": 1, "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Rank": 2, "CommandName": "Export-PnPListToSiteTemplate", "Id": 333, + "Rank": 2, "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Rank": 1, "CommandName": "Export-PnPPage", "Id": 334, + "Rank": 1, "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Rank": 2, "CommandName": "Export-PnPPage", "Id": 335, + "Rank": 2, "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "Rank": 1, "CommandName": "Export-PnPPageMapping", "Id": 336, + "Rank": 1, "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "Rank": 2, "CommandName": "Export-PnPPageMapping", "Id": 337, + "Rank": 2, "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "Rank": 3, "CommandName": "Export-PnPPageMapping", "Id": 338, + "Rank": 3, "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "Rank": 1, "CommandName": "Export-PnPPowerApp", "Id": 339, + "Rank": 1, "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "Rank": 2, "CommandName": "Export-PnPPowerApp", "Id": 340, + "Rank": 2, "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "Rank": 1, "CommandName": "Export-PnPTaxonomy", "Id": 341, + "Rank": 1, "Command": "Export-PnPTaxonomy" }, { - "Rank": 2, "CommandName": "Export-PnPTaxonomy", "Id": 342, + "Rank": 2, "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Rank": 3, "CommandName": "Export-PnPTaxonomy", "Id": 343, + "Rank": 3, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "Rank": 4, "CommandName": "Export-PnPTaxonomy", "Id": 344, + "Rank": 4, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Rank": 1, "CommandName": "Export-PnPTermGroupToXml", "Id": 345, + "Rank": 1, "Command": "Export-PnPTermGroupToXml" }, { - "Rank": 2, "CommandName": "Export-PnPTermGroupToXml", "Id": 346, + "Rank": 2, "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Rank": 3, "CommandName": "Export-PnPTermGroupToXml", "Id": 347, + "Rank": 3, "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Rank": 1, "CommandName": "Export-PnPUserInfo", "Id": 348, + "Rank": 1, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Rank": 2, "CommandName": "Export-PnPUserInfo", "Id": 349, + "Rank": 2, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Rank": 1, "CommandName": "Export-PnPUserProfile", "Id": 350, + "Rank": 1, "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Rank": 2, "CommandName": "Export-PnPUserProfile", "Id": 351, + "Rank": 2, "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Rank": 1, "CommandName": "Find-PnPFile", "Id": 352, + "Rank": 1, "Command": "Find-PnPFile -Match *.master" }, { - "Rank": 2, "CommandName": "Find-PnPFile", "Id": 353, + "Rank": 2, "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Rank": 3, "CommandName": "Find-PnPFile", "Id": 354, + "Rank": 3, "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Rank": 1, "CommandName": "Get-PnPAccessToken", "Id": 355, + "Rank": 1, "Command": "Get-PnPAccessToken" }, { - "Rank": 2, "CommandName": "Get-PnPAccessToken", "Id": 356, + "Rank": 2, "Command": "Get-PnPAccessToken -Decoded" }, { - "Rank": 3, "CommandName": "Get-PnPAccessToken", "Id": 357, + "Rank": 3, "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Rank": 4, "CommandName": "Get-PnPAccessToken", "Id": 358, + "Rank": 4, "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Rank": 5, "CommandName": "Get-PnPAccessToken", "Id": 359, + "Rank": 5, "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Rank": 6, "CommandName": "Get-PnPAccessToken", "Id": 360, + "Rank": 6, "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "Rank": 1, "CommandName": "Get-PnPAlert", "Id": 361, + "Rank": 1, "Command": "Get-PnPAlert" }, { - "Rank": 2, "CommandName": "Get-PnPAlert", "Id": 362, + "Rank": 2, "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Rank": 3, "CommandName": "Get-PnPAlert", "Id": 363, + "Rank": 3, "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Rank": 4, "CommandName": "Get-PnPAlert", "Id": 364, + "Rank": 4, "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Rank": 5, "CommandName": "Get-PnPAlert", "Id": 365, + "Rank": 5, "Command": "Get-PnPAlert -AllUsers" }, { - "Rank": 6, "CommandName": "Get-PnPAlert", "Id": 366, + "Rank": 6, "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Rank": 1, "CommandName": "Get-PnPApp", "Id": 367, + "Rank": 1, "Command": "Get-PnPApp" }, { - "Rank": 2, "CommandName": "Get-PnPApp", "Id": 368, + "Rank": 2, "Command": "Get-PnPApp -Scope Site" }, { - "Rank": 3, "CommandName": "Get-PnPApp", "Id": 369, + "Rank": 3, "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Rank": 1, "CommandName": "Get-PnPAppErrors", "Id": 370, + "Rank": 1, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Rank": 2, "CommandName": "Get-PnPAppErrors", "Id": 371, + "Rank": 2, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Rank": 1, "CommandName": "Get-PnPAppInfo", "Id": 372, + "Rank": 1, "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Rank": 2, "CommandName": "Get-PnPAppInfo", "Id": 373, + "Rank": 2, "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Rank": 3, "CommandName": "Get-PnPAppInfo", "Id": 374, + "Rank": 3, "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Rank": 1, "CommandName": "Get-PnPApplicationCustomizer", "Id": 375, + "Rank": 1, "Command": "Get-PnPApplicationCustomizer" }, { - "Rank": 2, "CommandName": "Get-PnPApplicationCustomizer", "Id": 376, + "Rank": 2, "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 3, "CommandName": "Get-PnPApplicationCustomizer", "Id": 377, + "Rank": 3, "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Rank": 1, "CommandName": "Get-PnPAuditing", "Id": 378, + "Rank": 1, "Command": "Get-PnPAuditing" }, { - "Rank": 1, "CommandName": "Get-PnPAuthenticationRealm", "Id": 379, + "Rank": 1, "Command": "Get-PnPAuthenticationRealm" }, { - "Rank": 2, "CommandName": "Get-PnPAuthenticationRealm", "Id": 380, + "Rank": 2, "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Rank": 1, "CommandName": "Get-PnPAvailableLanguage", "Id": 381, + "Rank": 1, "Command": "Get-PnPAvailableLanguage" }, { - "Rank": 1, "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 382, + "Rank": 1, "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Rank": 2, "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 383, + "Rank": 2, "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Rank": 3, "CommandName": "Get-PnPAvailableSensitivityLabel", "Id": 384, + "Rank": 3, "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Rank": 1, "CommandName": "Get-PnPAvailableSiteClassification", "Id": 385, + "Rank": 1, "Command": "Get-PnPAvailableSiteClassification" }, { - "Rank": 1, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 386, + "Rank": 1, "Command": "Get-PnPAzureACSPrincipal" }, { - "Rank": 2, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 387, + "Rank": 2, "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Rank": 3, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 388, + "Rank": 3, "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Rank": 4, "CommandName": "Get-PnPAzureACSPrincipal", "Id": 389, + "Rank": 4, "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 390, + "Rank": 1, "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 391, + "Rank": 2, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 392, + "Rank": 3, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 393, + "Rank": 1, "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 394, + "Rank": 2, "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Id": 395, + "Rank": 3, "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADApp", "Id": 396, + "Rank": 1, "Command": "Get-PnPAzureADApp" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADApp", "Id": 397, + "Rank": 2, "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADApp", "Id": 398, + "Rank": 3, "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Rank": 4, "CommandName": "Get-PnPAzureADApp", "Id": 399, + "Rank": 4, "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADAppPermission", "Id": 400, + "Rank": 1, "Command": "Get-PnPAzureADAppPermission" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADAppPermission", "Id": 401, + "Rank": 2, "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADAppPermission", "Id": 402, + "Rank": 3, "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 403, + "Rank": 1, "Command": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 404, + "Rank": 2, "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 405, + "Rank": 3, "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Rank": 4, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 406, + "Rank": 4, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Rank": 5, "CommandName": "Get-PnPAzureADAppSitePermission", "Id": 407, + "Rank": 5, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADGroup", "Id": 408, + "Rank": 1, "Command": "Get-PnPAzureADGroup" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADGroup", "Id": 409, + "Rank": 2, "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADGroup", "Id": 410, + "Rank": 3, "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Rank": 4, "CommandName": "Get-PnPAzureADGroup", "Id": 411, + "Rank": 4, "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Rank": 5, "CommandName": "Get-PnPAzureADGroup", "Id": 412, + "Rank": 5, "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADGroupMember", "Id": 413, + "Rank": 1, "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADGroupMember", "Id": 414, + "Rank": 2, "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADGroupMember", "Id": 415, + "Rank": 3, "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADGroupOwner", "Id": 416, + "Rank": 1, "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADGroupOwner", "Id": 417, + "Rank": 2, "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 418, + "Rank": 1, "Command": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 419, + "Rank": 2, "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 420, + "Rank": 3, "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Rank": 4, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 421, + "Rank": 4, "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Rank": 5, "CommandName": "Get-PnPAzureADServicePrincipal", "Id": 422, + "Rank": 5, "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 423, + "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Id": 424, + "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 425, + "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Id": 426, + "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Rank": 1, "CommandName": "Get-PnPAzureADUser", "Id": 427, + "Rank": 1, "Command": "Get-PnPAzureADUser" }, { - "Rank": 2, "CommandName": "Get-PnPAzureADUser", "Id": 428, + "Rank": 2, "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Rank": 3, "CommandName": "Get-PnPAzureADUser", "Id": 429, + "Rank": 3, "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Rank": 4, "CommandName": "Get-PnPAzureADUser", "Id": 430, + "Rank": 4, "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Rank": 5, "CommandName": "Get-PnPAzureADUser", "Id": 431, + "Rank": 5, "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Rank": 6, "CommandName": "Get-PnPAzureADUser", "Id": 432, + "Rank": 6, "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Rank": 7, "CommandName": "Get-PnPAzureADUser", "Id": 433, + "Rank": 7, "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Rank": 8, "CommandName": "Get-PnPAzureADUser", "Id": 434, + "Rank": 8, "Command": "Get-PnPAzureADUser -Delta" }, { - "Rank": 9, "CommandName": "Get-PnPAzureADUser", "Id": 435, + "Rank": 9, "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Rank": 10, "CommandName": "Get-PnPAzureADUser", "Id": 436, + "Rank": 10, "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Rank": 1, "CommandName": "Get-PnPAzureCertificate", "Id": 437, + "Rank": 1, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Rank": 2, "CommandName": "Get-PnPAzureCertificate", "Id": 438, + "Rank": 2, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Rank": 3, "CommandName": "Get-PnPAzureCertificate", "Id": 439, + "Rank": 3, "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Rank": 1, "CommandName": "Get-PnPBrandCenterConfig", "Id": 440, + "Rank": 1, "Command": "Get-PnPBrandCenterConfig" }, { - "Rank": 1, "CommandName": "Get-PnPBrandCenterFont", "Id": 441, + "Rank": 1, "Command": "Get-PnPBrandCenterFont" }, { - "Rank": 1, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 442, + "Rank": 1, "Command": "Get-PnPBrandCenterFontPackage" }, { - "Rank": 2, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 443, + "Rank": 2, "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "Rank": 3, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 444, + "Rank": 3, "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "Rank": 4, "CommandName": "Get-PnPBrandCenterFontPackage", "Id": 445, + "Rank": 4, "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Rank": 1, "CommandName": "Get-PnPBrowserIdleSignout", "Id": 446, + "Rank": 1, "Command": "Get-PnPBrowserIdleSignout" }, { - "Rank": 1, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 447, + "Rank": 1, "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Rank": 2, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Id": 448, + "Rank": 2, "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 1, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 449, + "Rank": 1, "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 2, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 450, + "Rank": 2, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Rank": 3, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 451, + "Rank": 3, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Rank": 4, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 452, + "Rank": 4, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Rank": 5, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Id": 453, + "Rank": 5, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Rank": 1, "CommandName": "Get-PnPChangeLog", "Id": 454, + "Rank": 1, "Command": "Get-PnPChangeLog" }, { - "Rank": 2, "CommandName": "Get-PnPChangeLog", "Id": 455, + "Rank": 2, "Command": "Get-PnPChangeLog -Nightly" }, { - "Rank": 3, "CommandName": "Get-PnPChangeLog", "Id": 456, + "Rank": 3, "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "Rank": 1, "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 457, + "Rank": 1, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "Rank": 2, "CommandName": "Get-PnPCompatibleHubContentTypes", "Id": 458, + "Rank": 2, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Rank": 1, "CommandName": "Get-PnPContainer", "Id": 459, + "Rank": 1, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Rank": 2, "CommandName": "Get-PnPContainer", "Id": 460, + "Rank": 2, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Rank": 3, "CommandName": "Get-PnPContainer", "Id": 461, + "Rank": 3, "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Rank": 1, "CommandName": "Get-PnPContainerType", "Id": 462, + "Rank": 1, "Command": "Get-PnPContainerType" }, { - "Rank": 1, "CommandName": "Get-PnPContainerTypeConfiguration", "Id": 463, + "Rank": 1, "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Rank": 1, "CommandName": "Get-PnPContentType", "Id": 464, + "Rank": 1, "Command": "Get-PnPContentType" }, { - "Rank": 2, "CommandName": "Get-PnPContentType", "Id": 465, + "Rank": 2, "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Rank": 3, "CommandName": "Get-PnPContentType", "Id": 466, + "Rank": 3, "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Rank": 4, "CommandName": "Get-PnPContentType", "Id": 467, + "Rank": 4, "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Rank": 5, "CommandName": "Get-PnPContentType", "Id": 468, + "Rank": 5, "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "Rank": 1, "CommandName": "Get-PnPContentTypePublishingStatus", "Id": 469, + "Rank": 1, "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Rank": 1, "CommandName": "Get-PnPCopilotAdminLimitedMode", "Id": 470, + "Rank": 1, "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "Rank": 1, "CommandName": "Get-PnPCopilotAgent", "Id": 471, + "Rank": 1, "Command": "Get-PnPCopilotAgent" }, { - "Rank": 2, "CommandName": "Get-PnPCopilotAgent", "Id": 472, + "Rank": 2, "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "Rank": 1, "CommandName": "Get-PnPCustomAction", "Id": 473, + "Rank": 1, "Command": "Get-PnPCustomAction" }, { - "Rank": 2, "CommandName": "Get-PnPCustomAction", "Id": 474, + "Rank": 2, "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 3, "CommandName": "Get-PnPCustomAction", "Id": 475, + "Rank": 3, "Command": "Get-PnPCustomAction -Scope web" }, { - "Rank": 1, "CommandName": "Get-PnPDeletedContainer", "Id": 476, + "Rank": 1, "Command": "Get-PnPDeletedContainer" }, { - "Rank": 1, "CommandName": "Get-PnPDeletedFlow", "Id": 477, + "Rank": 1, "Command": "Get-PnPDeletedFlow" }, { - "Rank": 1, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 478, + "Rank": 1, "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Rank": 2, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Id": 479, + "Rank": 2, "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Rank": 1, "CommandName": "Get-PnPDeletedTeam", "Id": 480, + "Rank": 1, "Command": "Get-PnPDeletedTeam" }, { - "Rank": 1, "CommandName": "Get-PnPDiagnostics", "Id": 481, + "Rank": 1, "Command": "Get-PnPDiagnostics" }, { - "Rank": 1, "CommandName": "Get-PnPDisableSpacesActivation", "Id": 482, + "Rank": 1, "Command": "Get-PnPDisableSpacesActivation" }, { - "Rank": 1, "CommandName": "Get-PnPDocumentSetTemplate", "Id": 483, + "Rank": 1, "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Rank": 2, "CommandName": "Get-PnPDocumentSetTemplate", "Id": 484, + "Rank": 2, "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Rank": 1, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 485, + "Rank": 1, "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "Rank": 2, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 486, + "Rank": 2, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "Rank": 3, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Id": 487, + "Rank": 3, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "Rank": 1, "CommandName": "Get-PnPEventReceiver", "Id": 488, + "Rank": 1, "Command": "Get-PnPEventReceiver" }, { - "Rank": 2, "CommandName": "Get-PnPEventReceiver", "Id": 489, + "Rank": 2, "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 3, "CommandName": "Get-PnPEventReceiver", "Id": 490, + "Rank": 3, "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Rank": 4, "CommandName": "Get-PnPEventReceiver", "Id": 491, + "Rank": 4, "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Rank": 5, "CommandName": "Get-PnPEventReceiver", "Id": 492, + "Rank": 5, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 6, "CommandName": "Get-PnPEventReceiver", "Id": 493, + "Rank": 6, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Rank": 7, "CommandName": "Get-PnPEventReceiver", "Id": 494, + "Rank": 7, "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Rank": 8, "CommandName": "Get-PnPEventReceiver", "Id": 495, + "Rank": 8, "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Rank": 9, "CommandName": "Get-PnPEventReceiver", "Id": 496, + "Rank": 9, "Command": "Get-PnPEventReceiver -Scope All" }, { - "Rank": 1, "CommandName": "Get-PnPException", "Id": 497, + "Rank": 1, "Command": "Get-PnPException" }, { - "Rank": 2, "CommandName": "Get-PnPException", "Id": 498, + "Rank": 2, "Command": "Get-PnPException -All" }, { - "Rank": 1, "CommandName": "Get-PnPExternalUser", "Id": 499, + "Rank": 1, "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Rank": 2, "CommandName": "Get-PnPExternalUser", "Id": 500, + "Rank": 2, "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Rank": 1, "CommandName": "Get-PnPFeature", "Id": 501, + "Rank": 1, "Command": "Get-PnPFeature" }, { - "Rank": 2, "CommandName": "Get-PnPFeature", "Id": 502, + "Rank": 2, "Command": "Get-PnPFeature -Scope Site" }, { - "Rank": 3, "CommandName": "Get-PnPFeature", "Id": 503, + "Rank": 3, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 4, "CommandName": "Get-PnPFeature", "Id": 504, + "Rank": 4, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Rank": 1, "CommandName": "Get-PnPField", "Id": 505, + "Rank": 1, "Command": "Get-PnPField" }, { - "Rank": 2, "CommandName": "Get-PnPField", "Id": 506, + "Rank": 2, "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Rank": 3, "CommandName": "Get-PnPField", "Id": 507, + "Rank": 3, "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Rank": 1, "CommandName": "Get-PnPFile", "Id": 508, + "Rank": 1, "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Rank": 2, "CommandName": "Get-PnPFile", "Id": 509, + "Rank": 2, "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "Rank": 3, "CommandName": "Get-PnPFile", "Id": 510, + "Rank": 3, "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "Rank": 4, "CommandName": "Get-PnPFile", "Id": 511, + "Rank": 4, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Rank": 5, "CommandName": "Get-PnPFile", "Id": 512, + "Rank": 5, "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Rank": 6, "CommandName": "Get-PnPFile", "Id": 513, + "Rank": 6, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "Rank": 7, "CommandName": "Get-PnPFile", "Id": 514, + "Rank": 7, "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "Rank": 8, "CommandName": "Get-PnPFile", "Id": 515, + "Rank": 8, "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Rank": 1, "CommandName": "Get-PnPFileAnalyticsData", "Id": 516, + "Rank": 1, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Rank": 2, "CommandName": "Get-PnPFileAnalyticsData", "Id": 517, + "Rank": 2, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "Rank": 3, "CommandName": "Get-PnPFileAnalyticsData", "Id": 518, + "Rank": 3, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Rank": 1, "CommandName": "Get-PnPFileCheckedOut", "Id": 519, + "Rank": 1, "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "Rank": 1, "CommandName": "Get-PnPFileInFolder", "Id": 520, + "Rank": 1, "Command": "Get-PnPFileInFolder" }, { - "Rank": 2, "CommandName": "Get-PnPFileInFolder", "Id": 521, + "Rank": 2, "Command": "Get-PnPFileInFolder -Recurse" }, { - "Rank": 3, "CommandName": "Get-PnPFileInFolder", "Id": 522, + "Rank": 3, "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "Rank": 4, "CommandName": "Get-PnPFileInFolder", "Id": 523, + "Rank": 4, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Rank": 5, "CommandName": "Get-PnPFileInFolder", "Id": 524, + "Rank": 5, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Rank": 1, "CommandName": "Get-PnPFileRetentionLabel", "Id": 525, + "Rank": 1, "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabel", "Id": 526, + "Rank": 1, "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabelInfo", "Id": 527, + "Rank": 1, "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "Rank": 1, "CommandName": "Get-PnPFileSharingLink", "Id": 528, + "Rank": 1, "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, "CommandName": "Get-PnPFileSharingLink", "Id": 529, + "Rank": 2, "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "Rank": 3, "CommandName": "Get-PnPFileSharingLink", "Id": 530, + "Rank": 3, "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "Rank": 1, "CommandName": "Get-PnPFileVersion", "Id": 531, + "Rank": 1, "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Rank": 2, "CommandName": "Get-PnPFileVersion", "Id": 532, + "Rank": 2, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "Rank": 3, "CommandName": "Get-PnPFileVersion", "Id": 533, + "Rank": 3, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "Rank": 1, "CommandName": "Get-PnPFlow", "Id": 534, + "Rank": 1, "Command": "Get-PnPFlow -AsAdmin" }, { - "Rank": 2, "CommandName": "Get-PnPFlow", "Id": 535, + "Rank": 2, "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "Rank": 3, "CommandName": "Get-PnPFlow", "Id": 536, + "Rank": 3, "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, "CommandName": "Get-PnPFlowOwner", "Id": 537, + "Rank": 1, "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Rank": 2, "CommandName": "Get-PnPFlowOwner", "Id": 538, + "Rank": 2, "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Rank": 1, "CommandName": "Get-PnPFlowRun", "Id": 539, + "Rank": 1, "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, "CommandName": "Get-PnPFlowRun", "Id": 540, + "Rank": 2, "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Rank": 1, "CommandName": "Get-PnPFolder", "Id": 541, + "Rank": 1, "Command": "Get-PnPFolder" }, { - "Rank": 2, "CommandName": "Get-PnPFolder", "Id": 542, + "Rank": 2, "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "Rank": 3, "CommandName": "Get-PnPFolder", "Id": 543, + "Rank": 3, "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Rank": 4, "CommandName": "Get-PnPFolder", "Id": 544, + "Rank": 4, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Rank": 5, "CommandName": "Get-PnPFolder", "Id": 545, + "Rank": 5, "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "Rank": 6, "CommandName": "Get-PnPFolder", "Id": 546, + "Rank": 6, "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Rank": 7, "CommandName": "Get-PnPFolder", "Id": 547, + "Rank": 7, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "Rank": 1, "CommandName": "Get-PnPFolderInFolder", "Id": 548, + "Rank": 1, "Command": "Get-PnPFolderInFolder" }, { - "Rank": 2, "CommandName": "Get-PnPFolderInFolder", "Id": 549, + "Rank": 2, "Command": "Get-PnPFolderInFolder -Recurse" }, { - "Rank": 3, "CommandName": "Get-PnPFolderInFolder", "Id": 550, + "Rank": 3, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "Rank": 4, "CommandName": "Get-PnPFolderInFolder", "Id": 551, + "Rank": 4, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "Rank": 5, "CommandName": "Get-PnPFolderInFolder", "Id": 552, + "Rank": 5, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "Rank": 6, "CommandName": "Get-PnPFolderInFolder", "Id": 553, + "Rank": 6, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Rank": 1, "CommandName": "Get-PnPFolderItem", "Id": 554, + "Rank": 1, "Command": "Get-PnPFolderItem" }, { - "Rank": 2, "CommandName": "Get-PnPFolderItem", "Id": 555, + "Rank": 2, "Command": "Get-PnPFolderItem -Recurse" }, { - "Rank": 3, "CommandName": "Get-PnPFolderItem", "Id": 556, + "Rank": 3, "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "Rank": 4, "CommandName": "Get-PnPFolderItem", "Id": 557, + "Rank": 4, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Rank": 5, "CommandName": "Get-PnPFolderItem", "Id": 558, + "Rank": 5, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Rank": 6, "CommandName": "Get-PnPFolderItem", "Id": 559, + "Rank": 6, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Rank": 1, "CommandName": "Get-PnPFolderSharingLink", "Id": 560, + "Rank": 1, "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 1, "CommandName": "Get-PnPFolderStorageMetric", "Id": 561, + "Rank": 1, "Command": "Get-PnPFolderStorageMetric" }, { - "Rank": 2, "CommandName": "Get-PnPFolderStorageMetric", "Id": 562, + "Rank": 2, "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Rank": 3, "CommandName": "Get-PnPFolderStorageMetric", "Id": 563, + "Rank": 3, "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Rank": 1, "CommandName": "Get-PnPFooter", "Id": 564, + "Rank": 1, "Command": "Get-PnPFooter" }, { - "Rank": 1, "CommandName": "Get-PnPGraphSubscription", "Id": 565, + "Rank": 1, "Command": "Get-PnPGraphSubscription" }, { - "Rank": 2, "CommandName": "Get-PnPGraphSubscription", "Id": 566, + "Rank": 2, "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Rank": 1, "CommandName": "Get-PnPGroup", "Id": 567, + "Rank": 1, "Command": "Get-PnPGroup" }, { - "Rank": 2, "CommandName": "Get-PnPGroup", "Id": 568, + "Rank": 2, "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Rank": 3, "CommandName": "Get-PnPGroup", "Id": 569, + "Rank": 3, "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Rank": 1, "CommandName": "Get-PnPGroupMember", "Id": 570, + "Rank": 1, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Rank": 2, "CommandName": "Get-PnPGroupMember", "Id": 571, + "Rank": 2, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Rank": 1, "CommandName": "Get-PnPGroupPermissions", "Id": 572, + "Rank": 1, "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Rank": 1, "CommandName": "Get-PnPHideDefaultThemes", "Id": 573, + "Rank": 1, "Command": "Get-PnPHideDefaultThemes" }, { - "Rank": 1, "CommandName": "Get-PnPHomePage", "Id": 574, + "Rank": 1, "Command": "Get-PnPHomePage" }, { - "Rank": 1, "CommandName": "Get-PnPHomeSite", "Id": 575, + "Rank": 1, "Command": "Get-PnPHomeSite" }, { - "Rank": 2, "CommandName": "Get-PnPHomeSite", "Id": 576, + "Rank": 2, "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Rank": 3, "CommandName": "Get-PnPHomeSite", "Id": 577, + "Rank": 3, "Command": "Get-PnPHomeSite -Detailed" }, { - "Rank": 1, "CommandName": "Get-PnPHubSite", "Id": 578, + "Rank": 1, "Command": "Get-PnPHubSite" }, { - "Rank": 2, "CommandName": "Get-PnPHubSite", "Id": 579, + "Rank": 2, "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 3, "CommandName": "Get-PnPHubSite", "Id": 580, + "Rank": 3, "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Rank": 1, "CommandName": "Get-PnPHubSiteChild", "Id": 581, + "Rank": 1, "Command": "Get-PnPHubSiteChild" }, { - "Rank": 2, "CommandName": "Get-PnPHubSiteChild", "Id": 582, + "Rank": 2, "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 1, "CommandName": "Get-PnPInPlaceRecordsManagement", "Id": 583, + "Rank": 1, "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Rank": 1, "CommandName": "Get-PnPIsSiteAliasAvailable", "Id": 584, + "Rank": 1, "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Rank": 1, "CommandName": "Get-PnPJavaScriptLink", "Id": 585, + "Rank": 1, "Command": "Get-PnPJavaScriptLink" }, { - "Rank": 2, "CommandName": "Get-PnPJavaScriptLink", "Id": 586, + "Rank": 2, "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Rank": 3, "CommandName": "Get-PnPJavaScriptLink", "Id": 587, + "Rank": 3, "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Rank": 4, "CommandName": "Get-PnPJavaScriptLink", "Id": 588, + "Rank": 4, "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Rank": 5, "CommandName": "Get-PnPJavaScriptLink", "Id": 589, + "Rank": 5, "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Rank": 1, "CommandName": "Get-PnPKnowledgeHubSite", "Id": 590, + "Rank": 1, "Command": "Get-PnPKnowledgeHubSite" }, { - "Rank": 1, "CommandName": "Get-PnPLargeListOperationStatus", "Id": 591, + "Rank": 1, "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Id": 592, + "Rank": 1, "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Id": 593, + "Rank": 1, "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, "CommandName": "Get-PnPList", "Id": 594, + "Rank": 1, "Command": "Get-PnPList" }, { - "Rank": 2, "CommandName": "Get-PnPList", "Id": 595, + "Rank": 2, "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 3, "CommandName": "Get-PnPList", "Id": 596, + "Rank": 3, "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Rank": 4, "CommandName": "Get-PnPList", "Id": 597, + "Rank": 4, "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Rank": 5, "CommandName": "Get-PnPList", "Id": 598, + "Rank": 5, "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Rank": 1, "CommandName": "Get-PnPListDesign", "Id": 599, + "Rank": 1, "Command": "Get-PnPListDesign" }, { - "Rank": 2, "CommandName": "Get-PnPListDesign", "Id": 600, + "Rank": 2, "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 3, "CommandName": "Get-PnPListDesign", "Id": 601, + "Rank": 3, "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Rank": 1, "CommandName": "Get-PnPListInformationRightsManagement", "Id": 602, + "Rank": 1, "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Rank": 1, "CommandName": "Get-PnPListItem", "Id": 603, + "Rank": 1, "Command": "Get-PnPListItem -List Tasks" }, { - "Rank": 2, "CommandName": "Get-PnPListItem", "Id": 604, + "Rank": 2, "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Rank": 3, "CommandName": "Get-PnPListItem", "Id": 605, + "Rank": 3, "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Rank": 4, "CommandName": "Get-PnPListItem", "Id": 606, + "Rank": 4, "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Rank": 5, "CommandName": "Get-PnPListItem", "Id": 607, + "Rank": 5, "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Rank": 6, "CommandName": "Get-PnPListItem", "Id": 608, + "Rank": 6, "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "Rank": 7, "CommandName": "Get-PnPListItem", "Id": 609, + "Rank": 7, "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "Rank": 8, "CommandName": "Get-PnPListItem", "Id": 610, + "Rank": 8, "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Rank": 9, "CommandName": "Get-PnPListItem", "Id": 611, + "Rank": 9, "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Rank": 1, "CommandName": "Get-PnPListItemAttachment", "Id": 612, + "Rank": 1, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "Rank": 2, "CommandName": "Get-PnPListItemAttachment", "Id": 613, + "Rank": 2, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "Rank": 1, "CommandName": "Get-PnPListItemComment", "Id": 614, + "Rank": 1, "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Rank": 1, "CommandName": "Get-PnPListItemPermission", "Id": 615, + "Rank": 1, "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Rank": 1, "CommandName": "Get-PnPListItemVersion", "Id": 616, + "Rank": 1, "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "Rank": 1, "CommandName": "Get-PnPListPermissions", "Id": 617, + "Rank": 1, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Rank": 2, "CommandName": "Get-PnPListPermissions", "Id": 618, + "Rank": 2, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Rank": 1, "CommandName": "Get-PnPListRecordDeclaration", "Id": 619, + "Rank": 1, "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Rank": 1, "CommandName": "Get-PnPManagedAppId", "Id": 620, + "Rank": 1, "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "Rank": 1, "CommandName": "Get-PnPMasterPage", "Id": 621, + "Rank": 1, "Command": "Get-PnPMasterPage" }, { - "Rank": 1, "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 622, + "Rank": 1, "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Rank": 2, "CommandName": "Get-PnPMessageCenterAnnouncement", "Id": 623, + "Rank": 2, "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 624, + "Rank": 1, "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Id": 625, + "Rank": 2, "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365Group", "Id": 626, + "Rank": 1, "Command": "Get-PnPMicrosoft365Group" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365Group", "Id": 627, + "Rank": 2, "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365Group", "Id": 628, + "Rank": 3, "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Rank": 4, "CommandName": "Get-PnPMicrosoft365Group", "Id": 629, + "Rank": 4, "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Rank": 5, "CommandName": "Get-PnPMicrosoft365Group", "Id": 630, + "Rank": 5, "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Rank": 6, "CommandName": "Get-PnPMicrosoft365Group", "Id": 631, + "Rank": 6, "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 632, + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 633, + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Id": 634, + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 635, + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 636, + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupMember", "Id": 637, + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 638, + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Id": 639, + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 640, + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 641, + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 642, + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "Rank": 4, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Id": 643, + "Rank": 4, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 644, + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 645, + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 646, + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 647, + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Id": 648, + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 649, + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 650, + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 651, + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Rank": 1, "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 652, + "Rank": 1, "Command": "Get-PnPMicrosoft365Roadmap" }, { - "Rank": 2, "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 653, + "Rank": 2, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "Rank": 3, "CommandName": "Get-PnPMicrosoft365Roadmap", "Id": 654, + "Rank": 3, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "Rank": 1, "CommandName": "Get-PnPNavigationNode", "Id": 655, + "Rank": 1, "Command": "Get-PnPNavigationNode" }, { - "Rank": 2, "CommandName": "Get-PnPNavigationNode", "Id": 656, + "Rank": 2, "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Rank": 3, "CommandName": "Get-PnPNavigationNode", "Id": 657, + "Rank": 3, "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Rank": 1, "CommandName": "Get-PnPOrgAssetsLibrary", "Id": 658, + "Rank": 1, "Command": "Get-PnPOrgAssetsLibrary" }, { - "Rank": 1, "CommandName": "Get-PnPOrgNewsSite", "Id": 659, + "Rank": 1, "Command": "Get-PnPOrgNewsSite" }, { - "Rank": 1, "CommandName": "Get-PnPPage", "Id": 660, + "Rank": 1, "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Rank": 2, "CommandName": "Get-PnPPage", "Id": 661, + "Rank": 2, "Command": "Get-PnPPage \"MyPage\"" }, { - "Rank": 3, "CommandName": "Get-PnPPage", "Id": 662, + "Rank": 3, "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Rank": 4, "CommandName": "Get-PnPPage", "Id": 663, + "Rank": 4, "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Rank": 5, "CommandName": "Get-PnPPage", "Id": 664, + "Rank": 5, "Command": "Get-PnPPage" }, { - "Rank": 1, "CommandName": "Get-PnPPageComponent", "Id": 665, + "Rank": 1, "Command": "Get-PnPPageComponent -Page Home" }, { - "Rank": 2, "CommandName": "Get-PnPPageComponent", "Id": 666, + "Rank": 2, "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 3, "CommandName": "Get-PnPPageComponent", "Id": 667, + "Rank": 3, "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Rank": 1, "CommandName": "Get-PnPPageCopyProgress", "Id": 668, + "Rank": 1, "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "Rank": 1, "CommandName": "Get-PnPPageLikedByInformation", "Id": 669, + "Rank": 1, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "Rank": 2, "CommandName": "Get-PnPPageLikedByInformation", "Id": 670, + "Rank": 2, "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "Rank": 3, "CommandName": "Get-PnPPageLikedByInformation", "Id": 671, + "Rank": 3, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Rank": 1, "CommandName": "Get-PnPPageSchedulingEnabled", "Id": 672, + "Rank": 1, "Command": "Get-PnPPageSchedulingEnabled" }, { - "Rank": 1, "CommandName": "Get-PnPPlannerBucket", "Id": 673, + "Rank": 1, "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Rank": 1, "CommandName": "Get-PnPPlannerConfiguration", "Id": 674, + "Rank": 1, "Command": "Get-PnPPlannerConfiguration" }, { - "Rank": 1, "CommandName": "Get-PnPPlannerPlan", "Id": 675, + "Rank": 1, "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Rank": 2, "CommandName": "Get-PnPPlannerPlan", "Id": 676, + "Rank": 2, "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Rank": 3, "CommandName": "Get-PnPPlannerPlan", "Id": 677, + "Rank": 3, "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Rank": 1, "CommandName": "Get-PnPPlannerRosterMember", "Id": 678, + "Rank": 1, "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Rank": 1, "CommandName": "Get-PnPPlannerRosterPlan", "Id": 679, + "Rank": 1, "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Rank": 2, "CommandName": "Get-PnPPlannerRosterPlan", "Id": 680, + "Rank": 2, "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Get-PnPPlannerTask", "Id": 681, + "Rank": 1, "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Rank": 2, "CommandName": "Get-PnPPlannerTask", "Id": 682, + "Rank": 2, "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Rank": 3, "CommandName": "Get-PnPPlannerTask", "Id": 683, + "Rank": 3, "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Rank": 1, "CommandName": "Get-PnPPlannerUserPolicy", "Id": 684, + "Rank": 1, "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Get-PnPPowerApp", "Id": 685, + "Rank": 1, "Command": "Get-PnPPowerApp" }, { - "Rank": 2, "CommandName": "Get-PnPPowerApp", "Id": 686, + "Rank": 2, "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, "CommandName": "Get-PnPPowerPlatformCustomConnector", "Id": 687, + "Rank": 1, "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Rank": 1, "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 688, + "Rank": 1, "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 2, "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 689, + "Rank": 2, "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Rank": 3, "CommandName": "Get-PnPPowerPlatformEnvironment", "Id": 690, + "Rank": 3, "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Rank": 1, "CommandName": "Get-PnPPowerPlatformSolution", "Id": 691, + "Rank": 1, "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Rank": 2, "CommandName": "Get-PnPPowerPlatformSolution", "Id": 692, + "Rank": 2, "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "Rank": 1, "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Id": 693, + "Rank": 1, "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 694, + "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 695, + "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 696, + "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 697, + "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "Rank": 3, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Id": 698, + "Rank": 3, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Rank": 1, "CommandName": "Get-PnPProfileCardProperty", "Id": 699, + "Rank": 1, "Command": "Get-PnPProfileCardProperty" }, { - "Rank": 2, "CommandName": "Get-PnPProfileCardProperty", "Id": 700, + "Rank": 2, "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "Rank": 1, "CommandName": "Get-PnPPropertyBag", "Id": 701, + "Rank": 1, "Command": "Get-PnPPropertyBag" }, { - "Rank": 2, "CommandName": "Get-PnPPropertyBag", "Id": 702, + "Rank": 2, "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Rank": 3, "CommandName": "Get-PnPPropertyBag", "Id": 703, + "Rank": 3, "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Rank": 4, "CommandName": "Get-PnPPropertyBag", "Id": 704, + "Rank": 4, "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Rank": 5, "CommandName": "Get-PnPPropertyBag", "Id": 705, + "Rank": 5, "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Rank": 1, "CommandName": "Get-PnPPublishingImageRendition", "Id": 706, + "Rank": 1, "Command": "Get-PnPPublishingImageRendition" }, { - "Rank": 2, "CommandName": "Get-PnPPublishingImageRendition", "Id": 707, + "Rank": 2, "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Rank": 3, "CommandName": "Get-PnPPublishingImageRendition", "Id": 708, + "Rank": 3, "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Rank": 1, "CommandName": "Get-PnPRecycleBinItem", "Id": 709, + "Rank": 1, "Command": "Get-PnPRecycleBinItem" }, { - "Rank": 2, "CommandName": "Get-PnPRecycleBinItem", "Id": 710, + "Rank": 2, "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Rank": 3, "CommandName": "Get-PnPRecycleBinItem", "Id": 711, + "Rank": 3, "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Rank": 4, "CommandName": "Get-PnPRecycleBinItem", "Id": 712, + "Rank": 4, "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Rank": 5, "CommandName": "Get-PnPRecycleBinItem", "Id": 713, + "Rank": 5, "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Rank": 1, "CommandName": "Get-PnPRequestAccessEmails", "Id": 714, + "Rank": 1, "Command": "Get-PnPRequestAccessEmails" }, { - "Rank": 1, "CommandName": "Get-PnPRetentionLabel", "Id": 715, + "Rank": 1, "Command": "Get-PnPRetentionLabel" }, { - "Rank": 2, "CommandName": "Get-PnPRetentionLabel", "Id": 716, + "Rank": 2, "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "Rank": 1, "CommandName": "Get-PnPRoleDefinition", "Id": 717, + "Rank": 1, "Command": "Get-PnPRoleDefinition" }, { - "Rank": 2, "CommandName": "Get-PnPRoleDefinition", "Id": 718, + "Rank": 2, "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Rank": 3, "CommandName": "Get-PnPRoleDefinition", "Id": 719, + "Rank": 3, "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Rank": 1, "CommandName": "Get-PnPSearchConfiguration", "Id": 720, + "Rank": 1, "Command": "Get-PnPSearchConfiguration" }, { - "Rank": 2, "CommandName": "Get-PnPSearchConfiguration", "Id": 721, + "Rank": 2, "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Rank": 3, "CommandName": "Get-PnPSearchConfiguration", "Id": 722, + "Rank": 3, "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Rank": 4, "CommandName": "Get-PnPSearchConfiguration", "Id": 723, + "Rank": 4, "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Rank": 5, "CommandName": "Get-PnPSearchConfiguration", "Id": 724, + "Rank": 5, "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Rank": 6, "CommandName": "Get-PnPSearchConfiguration", "Id": 725, + "Rank": 6, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Rank": 7, "CommandName": "Get-PnPSearchConfiguration", "Id": 726, + "Rank": 7, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Rank": 8, "CommandName": "Get-PnPSearchConfiguration", "Id": 727, + "Rank": 8, "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Rank": 1, "CommandName": "Get-PnPSearchCrawlLog", "Id": 728, + "Rank": 1, "Command": "Get-PnPSearchCrawlLog" }, { - "Rank": 2, "CommandName": "Get-PnPSearchCrawlLog", "Id": 729, + "Rank": 2, "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Rank": 3, "CommandName": "Get-PnPSearchCrawlLog", "Id": 730, + "Rank": 3, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Rank": 4, "CommandName": "Get-PnPSearchCrawlLog", "Id": 731, + "Rank": 4, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Rank": 5, "CommandName": "Get-PnPSearchCrawlLog", "Id": 732, + "Rank": 5, "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Rank": 6, "CommandName": "Get-PnPSearchCrawlLog", "Id": 733, + "Rank": 6, "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Rank": 7, "CommandName": "Get-PnPSearchCrawlLog", "Id": 734, + "Rank": 7, "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Rank": 1, "CommandName": "Get-PnPSearchExternalConnection", "Id": 735, + "Rank": 1, "Command": "Get-PnPSearchExternalConnection" }, { - "Rank": 2, "CommandName": "Get-PnPSearchExternalConnection", "Id": 736, + "Rank": 2, "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Rank": 1, "CommandName": "Get-PnPSearchExternalItem", "Id": 737, + "Rank": 1, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Rank": 2, "CommandName": "Get-PnPSearchExternalItem", "Id": 738, + "Rank": 2, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "Rank": 1, "CommandName": "Get-PnPSearchExternalSchema", "Id": 739, + "Rank": 1, "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "Rank": 1, "CommandName": "Get-PnPSearchSettings", "Id": 740, + "Rank": 1, "Command": "Get-PnPSearchSettings" }, { - "Rank": 1, "CommandName": "Get-PnPServiceCurrentHealth", "Id": 741, + "Rank": 1, "Command": "Get-PnPServiceCurrentHealth" }, { - "Rank": 2, "CommandName": "Get-PnPServiceCurrentHealth", "Id": 742, + "Rank": 2, "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Rank": 1, "CommandName": "Get-PnPServiceHealthIssue", "Id": 743, + "Rank": 1, "Command": "Get-PnPServiceHealthIssue" }, { - "Rank": 2, "CommandName": "Get-PnPServiceHealthIssue", "Id": 744, + "Rank": 2, "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Rank": 1, "CommandName": "Get-PnPSharePointAddIn", "Id": 745, + "Rank": 1, "Command": "Get-PnPSharePointAddIn" }, { - "Rank": 2, "CommandName": "Get-PnPSharePointAddIn", "Id": 746, + "Rank": 2, "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Rank": 1, "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Id": 747, + "Rank": 1, "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, "CommandName": "Get-PnPSite", "Id": 748, + "Rank": 1, "Command": "Get-PnPSite" }, { - "Rank": 2, "CommandName": "Get-PnPSite", "Id": 749, + "Rank": 2, "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Rank": 1, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 750, + "Rank": 1, "Command": "Get-PnPSiteAnalyticsData -All" }, { - "Rank": 2, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 751, + "Rank": 2, "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "Rank": 3, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 752, + "Rank": 3, "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Rank": 4, "CommandName": "Get-PnPSiteAnalyticsData", "Id": 753, + "Rank": 4, "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Rank": 1, "CommandName": "Get-PnPSiteClosure", "Id": 754, + "Rank": 1, "Command": "Get-PnPSiteClosure" }, { - "Rank": 1, "CommandName": "Get-PnPSiteCollectionAdmin", "Id": 755, + "Rank": 1, "Command": "Get-PnPSiteCollectionAdmin" }, { - "Rank": 1, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 756, + "Rank": 1, "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 757, + "Rank": 2, "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Rank": 3, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Id": 758, + "Rank": 3, "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Rank": 1, "CommandName": "Get-PnPSiteCollectionTermStore", "Id": 759, + "Rank": 1, "Command": "Get-PnPSiteCollectionTermStore" }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesign", "Id": 760, + "Rank": 1, "Command": "Get-PnPSiteDesign" }, { - "Rank": 2, "CommandName": "Get-PnPSiteDesign", "Id": 761, + "Rank": 2, "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesignRights", "Id": 762, + "Rank": 1, "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesignRun", "Id": 763, + "Rank": 1, "Command": "Get-PnPSiteDesignRun" }, { - "Rank": 2, "CommandName": "Get-PnPSiteDesignRun", "Id": 764, + "Rank": 2, "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Rank": 1, "CommandName": "Get-PnPSiteDesignTask", "Id": 765, + "Rank": 1, "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Rank": 2, "CommandName": "Get-PnPSiteDesignTask", "Id": 766, + "Rank": 2, "Command": "Get-PnPSiteDesignTask" }, { - "Rank": 3, "CommandName": "Get-PnPSiteDesignTask", "Id": 767, + "Rank": 3, "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Rank": 1, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Id": 768, + "Rank": 1, "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Rank": 1, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Id": 769, + "Rank": 1, "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, "CommandName": "Get-PnPSiteGroup", "Id": 770, + "Rank": 1, "Command": "Get-PnPSiteGroup" }, { - "Rank": 2, "CommandName": "Get-PnPSiteGroup", "Id": 771, + "Rank": 2, "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Rank": 3, "CommandName": "Get-PnPSiteGroup", "Id": 772, + "Rank": 3, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Rank": 4, "CommandName": "Get-PnPSiteGroup", "Id": 773, + "Rank": 4, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Rank": 1, "CommandName": "Get-PnPSitePolicy", "Id": 774, + "Rank": 1, "Command": "Get-PnPSitePolicy" }, { - "Rank": 2, "CommandName": "Get-PnPSitePolicy", "Id": 775, + "Rank": 2, "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Rank": 3, "CommandName": "Get-PnPSitePolicy", "Id": 776, + "Rank": 3, "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Rank": 1, "CommandName": "Get-PnPSiteScript", "Id": 777, + "Rank": 1, "Command": "Get-PnPSiteScript" }, { - "Rank": 2, "CommandName": "Get-PnPSiteScript", "Id": 778, + "Rank": 2, "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, "CommandName": "Get-PnPSiteScriptFromList", "Id": 779, + "Rank": 1, "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Rank": 2, "CommandName": "Get-PnPSiteScriptFromList", "Id": 780, + "Rank": 2, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "Rank": 3, "CommandName": "Get-PnPSiteScriptFromList", "Id": 781, + "Rank": 3, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Rank": 1, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 782, + "Rank": 1, "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Rank": 2, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 783, + "Rank": 2, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "Rank": 3, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 784, + "Rank": 3, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "Rank": 4, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 785, + "Rank": 4, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Rank": 5, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 786, + "Rank": 5, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Rank": 6, "CommandName": "Get-PnPSiteScriptFromWeb", "Id": 787, + "Rank": 6, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Rank": 1, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 788, + "Rank": 1, "Command": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 2, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 789, + "Rank": 2, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Rank": 3, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 790, + "Rank": 3, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Rank": 4, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 791, + "Rank": 4, "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Rank": 5, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 792, + "Rank": 5, "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Rank": 6, "CommandName": "Get-PnPSiteSearchQueryResults", "Id": 793, + "Rank": 6, "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Rank": 1, "CommandName": "Get-PnPSiteSensitivityLabel", "Id": 794, + "Rank": 1, "Command": "Get-PnPSiteSensitivityLabel" }, { - "Rank": 1, "CommandName": "Get-PnPSiteTemplate", "Id": 795, + "Rank": 1, "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Rank": 2, "CommandName": "Get-PnPSiteTemplate", "Id": 796, + "Rank": 2, "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Rank": 3, "CommandName": "Get-PnPSiteTemplate", "Id": 797, + "Rank": 3, "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Rank": 4, "CommandName": "Get-PnPSiteTemplate", "Id": 798, + "Rank": 4, "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Rank": 5, "CommandName": "Get-PnPSiteTemplate", "Id": 799, + "Rank": 5, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Rank": 6, "CommandName": "Get-PnPSiteTemplate", "Id": 800, + "Rank": 6, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Rank": 7, "CommandName": "Get-PnPSiteTemplate", "Id": 801, + "Rank": 7, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Rank": 8, "CommandName": "Get-PnPSiteTemplate", "Id": 802, + "Rank": 8, "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Rank": 9, "CommandName": "Get-PnPSiteTemplate", "Id": 803, + "Rank": 9, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Rank": 10, "CommandName": "Get-PnPSiteTemplate", "Id": 804, + "Rank": 10, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Rank": 11, "CommandName": "Get-PnPSiteTemplate", "Id": 805, + "Rank": 11, "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Rank": 12, "CommandName": "Get-PnPSiteTemplate", "Id": 806, + "Rank": 12, "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "Rank": 13, "CommandName": "Get-PnPSiteTemplate", "Id": 807, + "Rank": 13, "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "Rank": 14, "CommandName": "Get-PnPSiteTemplate", "Id": 808, + "Rank": 14, "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "Rank": 1, "CommandName": "Get-PnPSiteUserInvitations", "Id": 809, + "Rank": 1, "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicy", "Id": 810, + "Rank": 1, "Command": "Get-PnPSiteVersionPolicy" }, { - "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicyStatus", "Id": 811, + "Rank": 1, "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "Rank": 1, "CommandName": "Get-PnPStorageEntity", "Id": 812, + "Rank": 1, "Command": "Get-PnPStorageEntity" }, { - "Rank": 2, "CommandName": "Get-PnPStorageEntity", "Id": 813, + "Rank": 2, "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Rank": 3, "CommandName": "Get-PnPStorageEntity", "Id": 814, + "Rank": 3, "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Rank": 4, "CommandName": "Get-PnPStorageEntity", "Id": 815, + "Rank": 4, "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Rank": 1, "CommandName": "Get-PnPStoredCredential", "Id": 816, + "Rank": 1, "Command": "Get-PnPStoredCredential -Name O365" }, { - "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Id": 817, + "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Id": 818, + "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Rank": 1, "CommandName": "Get-PnPSubWeb", "Id": 819, + "Rank": 1, "Command": "Get-PnPSubWeb" }, { - "Rank": 2, "CommandName": "Get-PnPSubWeb", "Id": 820, + "Rank": 2, "Command": "Get-PnPSubWeb -Recurse" }, { - "Rank": 3, "CommandName": "Get-PnPSubWeb", "Id": 821, + "Rank": 3, "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Rank": 4, "CommandName": "Get-PnPSubWeb", "Id": 822, + "Rank": 4, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Rank": 5, "CommandName": "Get-PnPSubWeb", "Id": 823, + "Rank": 5, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Rank": 1, "CommandName": "Get-PnPSyntexModel", "Id": 824, + "Rank": 1, "Command": "Get-PnPSyntexModel" }, { - "Rank": 2, "CommandName": "Get-PnPSyntexModel", "Id": 825, + "Rank": 2, "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Rank": 3, "CommandName": "Get-PnPSyntexModel", "Id": 826, + "Rank": 3, "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Rank": 1, "CommandName": "Get-PnPSyntexModelPublication", "Id": 827, + "Rank": 1, "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Rank": 1, "CommandName": "Get-PnPTaxonomyItem", "Id": 828, + "Rank": 1, "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsApp", "Id": 829, + "Rank": 1, "Command": "Get-PnPTeamsApp" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsApp", "Id": 830, + "Rank": 2, "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Rank": 3, "CommandName": "Get-PnPTeamsApp", "Id": 831, + "Rank": 3, "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannel", "Id": 832, + "Rank": 1, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannel", "Id": 833, + "Rank": 2, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "Rank": 3, "CommandName": "Get-PnPTeamsChannel", "Id": 834, + "Rank": 3, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Rank": 4, "CommandName": "Get-PnPTeamsChannel", "Id": 835, + "Rank": 4, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 836, + "Rank": 1, "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Id": 837, + "Rank": 2, "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessage", "Id": 838, + "Rank": 1, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessage", "Id": 839, + "Rank": 2, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 840, + "Rank": 1, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessageReply", "Id": 841, + "Rank": 2, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsChannelUser", "Id": 842, + "Rank": 1, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsChannelUser", "Id": 843, + "Rank": 2, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "Rank": 3, "CommandName": "Get-PnPTeamsChannelUser", "Id": 844, + "Rank": 3, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "Rank": 4, "CommandName": "Get-PnPTeamsChannelUser", "Id": 845, + "Rank": 4, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 846, + "Rank": 1, "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsPrimaryChannel", "Id": 847, + "Rank": 2, "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsTab", "Id": 848, + "Rank": 1, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsTab", "Id": 849, + "Rank": 2, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "Rank": 3, "CommandName": "Get-PnPTeamsTab", "Id": 850, + "Rank": 3, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "Rank": 4, "CommandName": "Get-PnPTeamsTab", "Id": 851, + "Rank": 4, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Rank": 5, "CommandName": "Get-PnPTeamsTab", "Id": 852, + "Rank": 5, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsTag", "Id": 853, + "Rank": 1, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsTag", "Id": 854, + "Rank": 2, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsTeam", "Id": 855, + "Rank": 1, "Command": "Get-PnPTeamsTeam" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsTeam", "Id": 856, + "Rank": 2, "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Rank": 3, "CommandName": "Get-PnPTeamsTeam", "Id": 857, + "Rank": 3, "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Rank": 4, "CommandName": "Get-PnPTeamsTeam", "Id": 858, + "Rank": 4, "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Rank": 5, "CommandName": "Get-PnPTeamsTeam", "Id": 859, + "Rank": 5, "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Rank": 6, "CommandName": "Get-PnPTeamsTeam", "Id": 860, + "Rank": 6, "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "Rank": 1, "CommandName": "Get-PnPTeamsUser", "Id": 861, + "Rank": 1, "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Rank": 2, "CommandName": "Get-PnPTeamsUser", "Id": 862, + "Rank": 2, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Rank": 3, "CommandName": "Get-PnPTeamsUser", "Id": 863, + "Rank": 3, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Rank": 4, "CommandName": "Get-PnPTeamsUser", "Id": 864, + "Rank": 4, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Rank": 1, "CommandName": "Get-PnPTemporarilyDisableAppBar", "Id": 865, + "Rank": 1, "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Rank": 1, "CommandName": "Get-PnPTenant", "Id": 866, + "Rank": 1, "Command": "Get-PnPTenant" }, { - "Rank": 1, "CommandName": "Get-PnPTenantAppCatalogUrl", "Id": 867, + "Rank": 1, "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Rank": 1, "CommandName": "Get-PnPTenantCdnEnabled", "Id": 868, + "Rank": 1, "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Rank": 1, "CommandName": "Get-PnPTenantCdnOrigin", "Id": 869, + "Rank": 1, "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Rank": 1, "CommandName": "Get-PnPTenantCdnPolicies", "Id": 870, + "Rank": 1, "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Rank": 1, "CommandName": "Get-PnPTenantDeletedSite", "Id": 871, + "Rank": 1, "Command": "Get-PnPTenantDeletedSite" }, { - "Rank": 2, "CommandName": "Get-PnPTenantDeletedSite", "Id": 872, + "Rank": 2, "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "Rank": 3, "CommandName": "Get-PnPTenantDeletedSite", "Id": 873, + "Rank": 3, "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 4, "CommandName": "Get-PnPTenantDeletedSite", "Id": 874, + "Rank": 4, "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Rank": 5, "CommandName": "Get-PnPTenantDeletedSite", "Id": 875, + "Rank": 5, "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Rank": 1, "CommandName": "Get-PnPTenantId", "Id": 876, + "Rank": 1, "Command": "Get-PnPTenantId" }, { - "Rank": 2, "CommandName": "Get-PnPTenantId", "Id": 877, + "Rank": 2, "Command": "Get-PnPTenantId contoso" }, { - "Rank": 3, "CommandName": "Get-PnPTenantId", "Id": 878, + "Rank": 3, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Rank": 4, "CommandName": "Get-PnPTenantId", "Id": 879, + "Rank": 4, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Rank": 1, "CommandName": "Get-PnPTenantInfo", "Id": 880, + "Rank": 1, "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "Rank": 2, "CommandName": "Get-PnPTenantInfo", "Id": 881, + "Rank": 2, "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "Rank": 3, "CommandName": "Get-PnPTenantInfo", "Id": 882, + "Rank": 3, "Command": "Get-PnPTenantInfo" }, { - "Rank": 4, "CommandName": "Get-PnPTenantInfo", "Id": 883, + "Rank": 4, "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "Rank": 1, "CommandName": "Get-PnPTenantInstance", "Id": 884, + "Rank": 1, "Command": "Get-PnPTenantInstance" }, { - "Rank": 1, "CommandName": "Get-PnPTenantInternalSetting", "Id": 885, + "Rank": 1, "Command": "Get-PnPTenantInternalSetting" }, { - "Rank": 1, "CommandName": "Get-PnPTenantPronounsSetting", "Id": 886, + "Rank": 1, "Command": "Get-PnPTenantPronounsSetting" }, { - "Rank": 1, "CommandName": "Get-PnPTenantRecycleBinItem", "Id": 887, + "Rank": 1, "Command": "Get-PnPTenantRecycleBinItem" }, { - "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Id": 888, + "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchMode", "Id": 889, + "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "Rank": 1, "CommandName": "Get-PnPTenantRetentionLabel", "Id": 890, + "Rank": 1, "Command": "Get-PnPTenantRetentionLabel" }, { - "Rank": 2, "CommandName": "Get-PnPTenantRetentionLabel", "Id": 891, + "Rank": 2, "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "Rank": 1, "CommandName": "Get-PnPTenantSequence", "Id": 892, + "Rank": 1, "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Rank": 2, "CommandName": "Get-PnPTenantSequence", "Id": 893, + "Rank": 2, "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Rank": 1, "CommandName": "Get-PnPTenantSequenceSite", "Id": 894, + "Rank": 1, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Rank": 2, "CommandName": "Get-PnPTenantSequenceSite", "Id": 895, + "Rank": 2, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Rank": 1, "CommandName": "Get-PnPTenantSite", "Id": 896, + "Rank": 1, "Command": "Get-PnPTenantSite" }, { - "Rank": 2, "CommandName": "Get-PnPTenantSite", "Id": 897, + "Rank": 2, "Command": "Get-PnPTenantSite -Detailed" }, { - "Rank": 3, "CommandName": "Get-PnPTenantSite", "Id": 898, + "Rank": 3, "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Rank": 4, "CommandName": "Get-PnPTenantSite", "Id": 899, + "Rank": 4, "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Rank": 5, "CommandName": "Get-PnPTenantSite", "Id": 900, + "Rank": 5, "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Rank": 6, "CommandName": "Get-PnPTenantSite", "Id": 901, + "Rank": 6, "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Rank": 7, "CommandName": "Get-PnPTenantSite", "Id": 902, + "Rank": 7, "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Rank": 8, "CommandName": "Get-PnPTenantSite", "Id": 903, + "Rank": 8, "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Rank": 9, "CommandName": "Get-PnPTenantSite", "Id": 904, + "Rank": 9, "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Rank": 1, "CommandName": "Get-PnPTenantSyncClientRestriction", "Id": 905, + "Rank": 1, "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Rank": 1, "CommandName": "Get-PnPTenantTemplate", "Id": 906, + "Rank": 1, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Rank": 2, "CommandName": "Get-PnPTenantTemplate", "Id": 907, + "Rank": 2, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "Rank": 3, "CommandName": "Get-PnPTenantTemplate", "Id": 908, + "Rank": 3, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Rank": 1, "CommandName": "Get-PnPTenantTheme", "Id": 909, + "Rank": 1, "Command": "Get-PnPTenantTheme" }, { - "Rank": 2, "CommandName": "Get-PnPTenantTheme", "Id": 910, + "Rank": 2, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Rank": 3, "CommandName": "Get-PnPTenantTheme", "Id": 911, + "Rank": 3, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Rank": 1, "CommandName": "Get-PnPTerm", "Id": 912, + "Rank": 1, "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 2, "CommandName": "Get-PnPTerm", "Id": 913, + "Rank": 2, "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 3, "CommandName": "Get-PnPTerm", "Id": 914, + "Rank": 3, "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 4, "CommandName": "Get-PnPTerm", "Id": 915, + "Rank": 4, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "Rank": 5, "CommandName": "Get-PnPTerm", "Id": 916, + "Rank": 5, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Rank": 1, "CommandName": "Get-PnPTermGroup", "Id": 917, + "Rank": 1, "Command": "Get-PnPTermGroup" }, { - "Rank": 2, "CommandName": "Get-PnPTermGroup", "Id": 918, + "Rank": 2, "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Rank": 3, "CommandName": "Get-PnPTermGroup", "Id": 919, + "Rank": 3, "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Rank": 1, "CommandName": "Get-PnPTermLabel", "Id": 920, + "Rank": 1, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Rank": 2, "CommandName": "Get-PnPTermLabel", "Id": 921, + "Rank": 2, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Rank": 3, "CommandName": "Get-PnPTermLabel", "Id": 922, + "Rank": 3, "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 1, "CommandName": "Get-PnPTermSet", "Id": 923, + "Rank": 1, "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Rank": 2, "CommandName": "Get-PnPTermSet", "Id": 924, + "Rank": 2, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 3, "CommandName": "Get-PnPTermSet", "Id": 925, + "Rank": 3, "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Rank": 4, "CommandName": "Get-PnPTermSet", "Id": 926, + "Rank": 4, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "Rank": 1, "CommandName": "Get-PnPTheme", "Id": 927, + "Rank": 1, "Command": "Get-PnPTheme" }, { - "Rank": 2, "CommandName": "Get-PnPTheme", "Id": 928, + "Rank": 2, "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Rank": 1, "CommandName": "Get-PnPTimeZoneId", "Id": 929, + "Rank": 1, "Command": "Get-PnPTimeZoneId" }, { - "Rank": 2, "CommandName": "Get-PnPTimeZoneId", "Id": 930, + "Rank": 2, "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Rank": 1, "CommandName": "Get-PnPTodoList", "Id": 931, + "Rank": 1, "Command": "Get-PnPTodoList" }, { - "Rank": 2, "CommandName": "Get-PnPTodoList", "Id": 932, + "Rank": 2, "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Rank": 3, "CommandName": "Get-PnPTodoList", "Id": 933, + "Rank": 3, "Command": "Get-PnPTodoList -User john@doe.com" }, { - "Rank": 4, "CommandName": "Get-PnPTodoList", "Id": 934, + "Rank": 4, "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Rank": 1, "CommandName": "Get-PnPTraceLog", "Id": 935, + "Rank": 1, "Command": "Get-PnPTraceLog" }, { - "Rank": 2, "CommandName": "Get-PnPTraceLog", "Id": 936, + "Rank": 2, "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "Rank": 3, "CommandName": "Get-PnPTraceLog", "Id": 937, + "Rank": 3, "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "Rank": 4, "CommandName": "Get-PnPTraceLog", "Id": 938, + "Rank": 4, "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "Rank": 5, "CommandName": "Get-PnPTraceLog", "Id": 939, + "Rank": 5, "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "Rank": 6, "CommandName": "Get-PnPTraceLog", "Id": 940, + "Rank": 6, "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "Rank": 1, "CommandName": "Get-PnPUnfurlLink", "Id": 941, + "Rank": 1, "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "Rank": 1, "CommandName": "Get-PnPUnifiedAuditLog", "Id": 942, + "Rank": 1, "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "Rank": 1, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 943, + "Rank": 1, "Command": "Get-PnPUPABulkImportStatus" }, { - "Rank": 2, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 944, + "Rank": 2, "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Rank": 3, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 945, + "Rank": 3, "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Rank": 4, "CommandName": "Get-PnPUPABulkImportStatus", "Id": 946, + "Rank": 4, "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Rank": 1, "CommandName": "Get-PnPUser", "Id": 947, + "Rank": 1, "Command": "Get-PnPUser" }, { - "Rank": 2, "CommandName": "Get-PnPUser", "Id": 948, + "Rank": 2, "Command": "Get-PnPUser -Identity 23" }, { - "Rank": 3, "CommandName": "Get-PnPUser", "Id": 949, + "Rank": 3, "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Rank": 4, "CommandName": "Get-PnPUser", "Id": 950, + "Rank": 4, "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Rank": 5, "CommandName": "Get-PnPUser", "Id": 951, + "Rank": 5, "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Rank": 6, "CommandName": "Get-PnPUser", "Id": 952, + "Rank": 6, "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Rank": 7, "CommandName": "Get-PnPUser", "Id": 953, + "Rank": 7, "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Rank": 1, "CommandName": "Get-PnPUserOneDriveQuota", "Id": 954, + "Rank": 1, "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Rank": 1, "CommandName": "Get-PnPUserProfilePhoto", "Id": 955, + "Rank": 1, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Get-PnPUserProfilePhoto", "Id": 956, + "Rank": 2, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "Rank": 1, "CommandName": "Get-PnPUserProfileProperty", "Id": 957, + "Rank": 1, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Rank": 2, "CommandName": "Get-PnPUserProfileProperty", "Id": 958, + "Rank": 2, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Rank": 3, "CommandName": "Get-PnPUserProfileProperty", "Id": 959, + "Rank": 3, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Rank": 1, "CommandName": "Get-PnPView", "Id": 960, + "Rank": 1, "Command": "Get-PnPView -List \"Demo List\"" }, { - "Rank": 2, "CommandName": "Get-PnPView", "Id": 961, + "Rank": 2, "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Rank": 3, "CommandName": "Get-PnPView", "Id": 962, + "Rank": 3, "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Rank": 1, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 963, + "Rank": 1, "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Rank": 2, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Id": 964, + "Rank": 2, "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Rank": 1, "CommandName": "Get-PnPVivaEngageCommunity", "Id": 965, + "Rank": 1, "Command": "Get-PnPVivaEngageCommunity" }, { - "Rank": 2, "CommandName": "Get-PnPVivaEngageCommunity", "Id": 966, + "Rank": 2, "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Rank": 1, "CommandName": "Get-PnPWeb", "Id": 967, + "Rank": 1, "Command": "Get-PnPWeb" }, { - "Rank": 1, "CommandName": "Get-PnPWebHeader", "Id": 968, + "Rank": 1, "Command": "Get-PnPWebHeader" }, { - "Rank": 1, "CommandName": "Get-PnPWebhookSubscription", "Id": 969, + "Rank": 1, "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "Rank": 1, "CommandName": "Get-PnPWebPart", "Id": 970, + "Rank": 1, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Rank": 2, "CommandName": "Get-PnPWebPart", "Id": 971, + "Rank": 2, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 1, "CommandName": "Get-PnPWebPartProperty", "Id": 972, + "Rank": 1, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "Rank": 2, "CommandName": "Get-PnPWebPartProperty", "Id": 973, + "Rank": 2, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "Rank": 1, "CommandName": "Get-PnPWebPartXml", "Id": 974, + "Rank": 1, "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 1, "CommandName": "Get-PnPWebPermission", "Id": 975, + "Rank": 1, "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "Rank": 2, "CommandName": "Get-PnPWebPermission", "Id": 976, + "Rank": 2, "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Rank": 1, "CommandName": "Get-PnPWebTemplates", "Id": 977, + "Rank": 1, "Command": "Get-PnPWebTemplates" }, { - "Rank": 2, "CommandName": "Get-PnPWebTemplates", "Id": 978, + "Rank": 2, "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Rank": 3, "CommandName": "Get-PnPWebTemplates", "Id": 979, + "Rank": 3, "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Rank": 1, "CommandName": "Get-PnPWikiPageContent", "Id": 980, + "Rank": 1, "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Rank": 1, "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 981, + "Rank": 1, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "Rank": 2, "CommandName": "Grant-PnPAzureADAppSitePermission", "Id": 982, + "Rank": 2, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "Rank": 1, "CommandName": "Grant-PnPHubSiteRights", "Id": 983, + "Rank": 1, "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, "CommandName": "Grant-PnPSiteDesignRights", "Id": 984, + "Rank": 1, "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Id": 985, + "Rank": 1, "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Rank": 1, "CommandName": "Import-PnPTaxonomy", "Id": 986, + "Rank": 1, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Rank": 2, "CommandName": "Import-PnPTaxonomy", "Id": 987, + "Rank": 2, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "Rank": 3, "CommandName": "Import-PnPTaxonomy", "Id": 988, + "Rank": 3, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Rank": 4, "CommandName": "Import-PnPTaxonomy", "Id": 989, + "Rank": 4, "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Rank": 1, "CommandName": "Import-PnPTermGroupFromXml", "Id": 990, + "Rank": 1, "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Rank": 2, "CommandName": "Import-PnPTermGroupFromXml", "Id": 991, + "Rank": 2, "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Rank": 1, "CommandName": "Import-PnPTermSet", "Id": 992, + "Rank": 1, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "Rank": 2, "CommandName": "Import-PnPTermSet", "Id": 993, + "Rank": 2, "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "Rank": 3, "CommandName": "Import-PnPTermSet", "Id": 994, + "Rank": 3, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "Rank": 1, "CommandName": "Install-PnPApp", "Id": 995, + "Rank": 1, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, "CommandName": "Install-PnPApp", "Id": 996, + "Rank": 2, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, "CommandName": "Invoke-PnPGraphMethod", "Id": 997, + "Rank": 1, "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "Rank": 2, "CommandName": "Invoke-PnPGraphMethod", "Id": 998, + "Rank": 2, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Rank": 3, "CommandName": "Invoke-PnPGraphMethod", "Id": 999, + "Rank": 3, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Rank": 4, "CommandName": "Invoke-PnPGraphMethod", "Id": 1000, + "Rank": 4, "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Rank": 5, "CommandName": "Invoke-PnPGraphMethod", "Id": 1001, + "Rank": 5, "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "Rank": 6, "CommandName": "Invoke-PnPGraphMethod", "Id": 1002, + "Rank": 6, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "Rank": 7, "CommandName": "Invoke-PnPGraphMethod", "Id": 1003, + "Rank": 7, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "Rank": 1, "CommandName": "Invoke-PnPListDesign", "Id": 1004, + "Rank": 1, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 2, "CommandName": "Invoke-PnPListDesign", "Id": 1005, + "Rank": 2, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Rank": 1, "CommandName": "Invoke-PnPQuery", "Id": 1006, + "Rank": 1, "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteDesign", "Id": 1007, + "Rank": 1, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 2, "CommandName": "Invoke-PnPSiteDesign", "Id": 1008, + "Rank": 2, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteScript", "Id": 1009, + "Rank": 1, "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteSwap", "Id": 1010, + "Rank": 1, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Rank": 2, "CommandName": "Invoke-PnPSiteSwap", "Id": 1011, + "Rank": 2, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Rank": 3, "CommandName": "Invoke-PnPSiteSwap", "Id": 1012, + "Rank": 3, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "Rank": 1, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1013, + "Rank": 1, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "Rank": 2, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1014, + "Rank": 2, "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Rank": 3, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1015, + "Rank": 3, "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Rank": 4, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1016, + "Rank": 4, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Rank": 5, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1017, + "Rank": 5, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Rank": 6, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1018, + "Rank": 6, "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Rank": 7, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1019, + "Rank": 7, "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Rank": 8, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1020, + "Rank": 8, "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "Rank": 9, "CommandName": "Invoke-PnPSiteTemplate", "Id": 1021, + "Rank": 9, "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Rank": 1, "CommandName": "Invoke-PnPSPRestMethod", "Id": 1022, + "Rank": 1, "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "Rank": 1, "CommandName": "Invoke-PnPTenantTemplate", "Id": 1023, + "Rank": 1, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Rank": 2, "CommandName": "Invoke-PnPTenantTemplate", "Id": 1024, + "Rank": 2, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Rank": 3, "CommandName": "Invoke-PnPTenantTemplate", "Id": 1025, + "Rank": 3, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Rank": 1, "CommandName": "Invoke-PnPWebAction", "Id": 1026, + "Rank": 1, "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Rank": 2, "CommandName": "Invoke-PnPWebAction", "Id": 1027, + "Rank": 2, "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Rank": 1, "CommandName": "Measure-PnPList", "Id": 1028, + "Rank": 1, "Command": "Measure-PnPList \"Documents\"" }, { - "Rank": 2, "CommandName": "Measure-PnPList", "Id": 1029, + "Rank": 2, "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Rank": 1, "CommandName": "Measure-PnPWeb", "Id": 1030, + "Rank": 1, "Command": "Measure-PnPWeb" }, { - "Rank": 2, "CommandName": "Measure-PnPWeb", "Id": 1031, + "Rank": 2, "Command": "Measure-PnPWeb $web -Recursive" }, { - "Rank": 1, "CommandName": "Merge-PnPTerm", "Id": 1032, + "Rank": 1, "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "Rank": 1, "CommandName": "Move-PnPFile", "Id": 1033, + "Rank": 1, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "Rank": 2, "CommandName": "Move-PnPFile", "Id": 1034, + "Rank": 2, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "Rank": 3, "CommandName": "Move-PnPFile", "Id": 1035, + "Rank": 3, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Rank": 4, "CommandName": "Move-PnPFile", "Id": 1036, + "Rank": 4, "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Rank": 1, "CommandName": "Move-PnPFolder", "Id": 1037, + "Rank": 1, "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Rank": 2, "CommandName": "Move-PnPFolder", "Id": 1038, + "Rank": 2, "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Rank": 1, "CommandName": "Move-PnPListItemToRecycleBin", "Id": 1039, + "Rank": 1, "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Rank": 1, "CommandName": "Move-PnPPage", "Id": 1040, + "Rank": 1, "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Rank": 1, "CommandName": "Move-PnPPageComponent", "Id": 1041, + "Rank": 1, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "Rank": 2, "CommandName": "Move-PnPPageComponent", "Id": 1042, + "Rank": 2, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "Rank": 3, "CommandName": "Move-PnPPageComponent", "Id": 1043, + "Rank": 3, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "Rank": 4, "CommandName": "Move-PnPPageComponent", "Id": 1044, + "Rank": 4, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Rank": 1, "CommandName": "Move-PnpRecycleBinItem", "Id": 1045, + "Rank": 1, "Command": "Move-PnPRecycleBinItem" }, { - "Rank": 2, "CommandName": "Move-PnpRecycleBinItem", "Id": 1046, + "Rank": 2, "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Rank": 3, "CommandName": "Move-PnpRecycleBinItem", "Id": 1047, + "Rank": 3, "Command": "Move-PnPRecycleBinItem -Force" }, { - "Rank": 1, "CommandName": "Move-PnPTerm", "Id": 1048, + "Rank": 1, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "Rank": 2, "CommandName": "Move-PnPTerm", "Id": 1049, + "Rank": 2, "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "Rank": 3, "CommandName": "Move-PnPTerm", "Id": 1050, + "Rank": 3, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "Rank": 1, "CommandName": "Move-PnPTermSet", "Id": 1051, + "Rank": 1, "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "Rank": 2, "CommandName": "Move-PnPTermSet", "Id": 1052, + "Rank": 2, "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "Rank": 1, "CommandName": "New-PnPAzureADGroup", "Id": 1053, + "Rank": 1, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Rank": 2, "CommandName": "New-PnPAzureADGroup", "Id": 1054, + "Rank": 2, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "Rank": 3, "CommandName": "New-PnPAzureADGroup", "Id": 1055, + "Rank": 3, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Rank": 1, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1056, + "Rank": 1, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Rank": 2, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1057, + "Rank": 2, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "Rank": 3, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Id": 1058, + "Rank": 3, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "Rank": 1, "CommandName": "New-PnPAzureCertificate", "Id": 1059, + "Rank": 1, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Rank": 2, "CommandName": "New-PnPAzureCertificate", "Id": 1060, + "Rank": 2, "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "Rank": 3, "CommandName": "New-PnPAzureCertificate", "Id": 1061, + "Rank": 3, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "Rank": 4, "CommandName": "New-PnPAzureCertificate", "Id": 1062, + "Rank": 4, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "Rank": 1, "CommandName": "New-PnPContainerType", "Id": 1063, + "Rank": 1, "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "Rank": 1, "CommandName": "New-PnPGraphSubscription", "Id": 1064, + "Rank": 1, "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Rank": 2, "CommandName": "New-PnPGraphSubscription", "Id": 1065, + "Rank": 2, "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Rank": 1, "CommandName": "New-PnPGroup", "Id": 1066, + "Rank": 1, "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Rank": 1, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1067, + "Rank": 1, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "Rank": 2, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1068, + "Rank": 2, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Rank": 3, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1069, + "Rank": 3, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "Rank": 4, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Id": 1070, + "Rank": 4, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Rank": 1, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Id": 1071, + "Rank": 1, "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, "CommandName": "New-PnPList", "Id": 1072, + "Rank": 1, "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Rank": 2, "CommandName": "New-PnPList", "Id": 1073, + "Rank": 2, "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Rank": 3, "CommandName": "New-PnPList", "Id": 1074, + "Rank": 3, "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Rank": 1, "CommandName": "New-PnPMicrosoft365Group", "Id": 1075, + "Rank": 1, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Rank": 2, "CommandName": "New-PnPMicrosoft365Group", "Id": 1076, + "Rank": 2, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "Rank": 3, "CommandName": "New-PnPMicrosoft365Group", "Id": 1077, + "Rank": 3, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Rank": 4, "CommandName": "New-PnPMicrosoft365Group", "Id": 1078, + "Rank": 4, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "Rank": 5, "CommandName": "New-PnPMicrosoft365Group", "Id": 1079, + "Rank": 5, "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Rank": 6, "CommandName": "New-PnPMicrosoft365Group", "Id": 1080, + "Rank": 6, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Rank": 7, "CommandName": "New-PnPMicrosoft365Group", "Id": 1081, + "Rank": 7, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "Rank": 1, "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 1082, + "Rank": 1, "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "Rank": 2, "CommandName": "New-PnPMicrosoft365GroupSettings", "Id": 1083, + "Rank": 2, "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "Rank": 1, "CommandName": "New-PnPPersonalSite", "Id": 1084, + "Rank": 1, "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Rank": 1, "CommandName": "New-PnPPlannerPlan", "Id": 1085, + "Rank": 1, "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Rank": 1, "CommandName": "New-PnpProfileCardProperty", "Id": 1086, + "Rank": 1, "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "Rank": 1, "CommandName": "New-PnPSdnProvider", "Id": 1087, + "Rank": 1, "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Rank": 1, "CommandName": "New-PnPSearchExternalConnection", "Id": 1088, + "Rank": 1, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "Rank": 2, "CommandName": "New-PnPSearchExternalConnection", "Id": 1089, + "Rank": 2, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Rank": 1, "CommandName": "New-PnPSite", "Id": 1090, + "Rank": 1, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Rank": 2, "CommandName": "New-PnPSite", "Id": 1091, + "Rank": 2, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "Rank": 3, "CommandName": "New-PnPSite", "Id": 1092, + "Rank": 3, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Rank": 4, "CommandName": "New-PnPSite", "Id": 1093, + "Rank": 4, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Rank": 5, "CommandName": "New-PnPSite", "Id": 1094, + "Rank": 5, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Rank": 6, "CommandName": "New-PnPSite", "Id": 1095, + "Rank": 6, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Rank": 7, "CommandName": "New-PnPSite", "Id": 1096, + "Rank": 7, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Rank": 8, "CommandName": "New-PnPSite", "Id": 1097, + "Rank": 8, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Rank": 9, "CommandName": "New-PnPSite", "Id": 1098, + "Rank": 9, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "Rank": 10, "CommandName": "New-PnPSite", "Id": 1099, + "Rank": 10, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "Rank": 11, "CommandName": "New-PnPSite", "Id": 1100, + "Rank": 11, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Rank": 12, "CommandName": "New-PnPSite", "Id": 1101, + "Rank": 12, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Rank": 13, "CommandName": "New-PnPSite", "Id": 1102, + "Rank": 13, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Rank": 14, "CommandName": "New-PnPSite", "Id": 1103, + "Rank": 14, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Rank": 15, "CommandName": "New-PnPSite", "Id": 1104, + "Rank": 15, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Rank": 16, "CommandName": "New-PnPSite", "Id": 1105, + "Rank": 16, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Rank": 17, "CommandName": "New-PnPSite", "Id": 1106, + "Rank": 17, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "Rank": 1, "CommandName": "New-PnPSiteCollectionTermStore", "Id": 1107, + "Rank": 1, "Command": "New-PnPSiteCollectionTermStore" }, { - "Rank": 1, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1108, + "Rank": 1, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "Rank": 2, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1109, + "Rank": 2, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "Rank": 3, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1110, + "Rank": 3, "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "Rank": 4, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Id": 1111, + "Rank": 4, "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Rank": 1, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Id": 1112, + "Rank": 1, "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, "CommandName": "New-PnPSiteGroup", "Id": 1113, + "Rank": 1, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "Rank": 2, "CommandName": "New-PnPSiteGroup", "Id": 1114, + "Rank": 2, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Rank": 1, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1115, + "Rank": 1, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Rank": 2, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1116, + "Rank": 2, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Rank": 3, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1117, + "Rank": 3, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "Rank": 4, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1118, + "Rank": 4, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "Rank": 5, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1119, + "Rank": 5, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "Rank": 6, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1120, + "Rank": 6, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 7, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1121, + "Rank": 7, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Rank": 8, "CommandName": "New-PnPSiteTemplateFromFolder", "Id": 1122, + "Rank": 8, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Rank": 1, "CommandName": "New-PnPTeamsApp", "Id": 1123, + "Rank": 1, "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Rank": 1, "CommandName": "New-PnPTeamsTeam", "Id": 1124, + "Rank": 1, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Rank": 2, "CommandName": "New-PnPTeamsTeam", "Id": 1125, + "Rank": 2, "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Rank": 3, "CommandName": "New-PnPTeamsTeam", "Id": 1126, + "Rank": 3, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "Rank": 4, "CommandName": "New-PnPTeamsTeam", "Id": 1127, + "Rank": 4, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Rank": 5, "CommandName": "New-PnPTeamsTeam", "Id": 1128, + "Rank": 5, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "Rank": 6, "CommandName": "New-PnPTeamsTeam", "Id": 1129, + "Rank": 6, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Rank": 1, "CommandName": "New-PnPTenantSite", "Id": 1130, + "Rank": 1, "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Rank": 2, "CommandName": "New-PnPTenantSite", "Id": 1131, + "Rank": 2, "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Rank": 1, "CommandName": "New-PnPTerm", "Id": 1132, + "Rank": 1, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Rank": 2, "CommandName": "New-PnPTerm", "Id": 1133, + "Rank": 2, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Rank": 1, "CommandName": "New-PnPTermGroup", "Id": 1134, + "Rank": 1, "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Rank": 2, "CommandName": "New-PnPTermGroup", "Id": 1135, + "Rank": 2, "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Rank": 1, "CommandName": "New-PnPTermLabel", "Id": 1136, + "Rank": 1, "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Rank": 1, "CommandName": "New-PnPTermSet", "Id": 1137, + "Rank": 1, "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Rank": 1, "CommandName": "New-PnPTodoList", "Id": 1138, + "Rank": 1, "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "Rank": 2, "CommandName": "New-PnPTodoList", "Id": 1139, + "Rank": 2, "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Rank": 1, "CommandName": "New-PnPUPABulkImportJob", "Id": 1140, + "Rank": 1, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "Rank": 2, "CommandName": "New-PnPUPABulkImportJob", "Id": 1141, + "Rank": 2, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "Rank": 1, "CommandName": "New-PnPUser", "Id": 1142, + "Rank": 1, "Command": "New-PnPUser -LoginName user@company.com" }, { - "Rank": 1, "CommandName": "New-PnPVivaEngageCommunity", "Id": 1143, + "Rank": 1, "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "Rank": 1, "CommandName": "New-PnPWeb", "Id": 1144, + "Rank": 1, "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "Rank": 1, "CommandName": "Publish-PnPApp", "Id": 1145, + "Rank": 1, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Rank": 2, "CommandName": "Publish-PnPApp", "Id": 1146, + "Rank": 2, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Rank": 1, "CommandName": "Publish-PnPContentType", "Id": 1147, + "Rank": 1, "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Rank": 1, "CommandName": "Publish-PnPSyntexModel", "Id": 1148, + "Rank": 1, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Rank": 2, "CommandName": "Publish-PnPSyntexModel", "Id": 1149, + "Rank": 2, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Rank": 1, "CommandName": "Read-PnPSiteTemplate", "Id": 1150, + "Rank": 1, "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Rank": 2, "CommandName": "Read-PnPSiteTemplate", "Id": 1151, + "Rank": 2, "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Rank": 3, "CommandName": "Read-PnPSiteTemplate", "Id": 1152, + "Rank": 3, "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Rank": 1, "CommandName": "Read-PnPTenantTemplate", "Id": 1153, + "Rank": 1, "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Rank": 1, "CommandName": "Register-PnPAppCatalogSite", "Id": 1154, + "Rank": 1, "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Rank": 1, "CommandName": "Register-PnPAzureADApp", "Id": 1155, + "Rank": 1, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "Rank": 2, "CommandName": "Register-PnPAzureADApp", "Id": 1156, + "Rank": 2, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 3, "CommandName": "Register-PnPAzureADApp", "Id": 1157, + "Rank": 3, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "Rank": 4, "CommandName": "Register-PnPAzureADApp", "Id": 1158, + "Rank": 4, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 5, "CommandName": "Register-PnPAzureADApp", "Id": 1159, + "Rank": 5, "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 6, "CommandName": "Register-PnPAzureADApp", "Id": 1160, + "Rank": 6, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 7, "CommandName": "Register-PnPAzureADApp", "Id": 1161, + "Rank": 7, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "Rank": 8, "CommandName": "Register-PnPAzureADApp", "Id": 1162, + "Rank": 8, "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "Rank": 1, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Id": 1163, + "Rank": 1, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "Rank": 2, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Id": 1164, + "Rank": 2, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "Rank": 1, "CommandName": "Register-PnPHubSite", "Id": 1165, + "Rank": 1, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 2, "CommandName": "Register-PnPHubSite", "Id": 1166, + "Rank": 2, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 1167, + "Rank": 1, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Rank": 2, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Id": 1168, + "Rank": 2, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPAlert", "Id": 1169, + "Rank": 1, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "Rank": 2, "CommandName": "Remove-PnPAlert", "Id": 1170, + "Rank": 2, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPApp", "Id": 1171, + "Rank": 1, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, "CommandName": "Remove-PnPApp", "Id": 1172, + "Rank": 2, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, "CommandName": "Remove-PnPApplicationCustomizer", "Id": 1173, + "Rank": 1, "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 2, "CommandName": "Remove-PnPApplicationCustomizer", "Id": 1174, + "Rank": 2, "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Rank": 1, "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 1175, + "Rank": 1, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Rank": 2, "CommandName": "Remove-PnPAvailableSiteClassification", "Id": 1176, + "Rank": 2, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADApp", "Id": 1177, + "Rank": 1, "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADApp", "Id": 1178, + "Rank": 2, "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADGroup", "Id": 1179, + "Rank": 1, "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADGroup", "Id": 1180, + "Rank": 2, "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADGroupMember", "Id": 1181, + "Rank": 1, "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADGroupOwner", "Id": 1182, + "Rank": 1, "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1183, + "Rank": 1, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1184, + "Rank": 2, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Rank": 3, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1185, + "Rank": 3, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Rank": 4, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Id": 1186, + "Rank": 4, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Rank": 1, "CommandName": "Remove-PnPAzureADUser", "Id": 1187, + "Rank": 1, "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "Rank": 2, "CommandName": "Remove-PnPAzureADUser", "Id": 1188, + "Rank": 2, "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "Rank": 1, "CommandName": "Remove-PnPContainer", "Id": 1189, + "Rank": 1, "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Rank": 2, "CommandName": "Remove-PnPContainer", "Id": 1190, + "Rank": 2, "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Rank": 1, "CommandName": "Remove-PnPContainerType", "Id": 1191, + "Rank": 1, "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "Rank": 1, "CommandName": "Remove-PnPContentType", "Id": 1192, + "Rank": 1, "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Rank": 2, "CommandName": "Remove-PnPContentType", "Id": 1193, + "Rank": 2, "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 1194, + "Rank": 1, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Rank": 2, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Id": 1195, + "Rank": 2, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Rank": 1, "CommandName": "Remove-PnPContentTypeFromList", "Id": 1196, + "Rank": 1, "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Rank": 1, "CommandName": "Remove-PnPCustomAction", "Id": 1197, + "Rank": 1, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 2, "CommandName": "Remove-PnPCustomAction", "Id": 1198, + "Rank": 2, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Rank": 3, "CommandName": "Remove-PnPCustomAction", "Id": 1199, + "Rank": 3, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Id": 1200, + "Rank": 1, "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Rank": 1, "CommandName": "Remove-PnPEventReceiver", "Id": 1201, + "Rank": 1, "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 2, "CommandName": "Remove-PnPEventReceiver", "Id": 1202, + "Rank": 2, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 3, "CommandName": "Remove-PnPEventReceiver", "Id": 1203, + "Rank": 3, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Rank": 4, "CommandName": "Remove-PnPEventReceiver", "Id": 1204, + "Rank": 4, "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Rank": 5, "CommandName": "Remove-PnPEventReceiver", "Id": 1205, + "Rank": 5, "Command": "Remove-PnPEventReceiver" }, { - "Rank": 6, "CommandName": "Remove-PnPEventReceiver", "Id": 1206, + "Rank": 6, "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Rank": 7, "CommandName": "Remove-PnPEventReceiver", "Id": 1207, + "Rank": 7, "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Rank": 8, "CommandName": "Remove-PnPEventReceiver", "Id": 1208, + "Rank": 8, "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Rank": 1, "CommandName": "Remove-PnPField", "Id": 1209, + "Rank": 1, "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Rank": 2, "CommandName": "Remove-PnPField", "Id": 1210, + "Rank": 2, "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Rank": 1, "CommandName": "Remove-PnPFieldFromContentType", "Id": 1211, + "Rank": 1, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Rank": 2, "CommandName": "Remove-PnPFieldFromContentType", "Id": 1212, + "Rank": 2, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Rank": 1, "CommandName": "Remove-PnPFile", "Id": 1213, + "Rank": 1, "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Rank": 2, "CommandName": "Remove-PnPFile", "Id": 1214, + "Rank": 2, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Rank": 3, "CommandName": "Remove-PnPFile", "Id": 1215, + "Rank": 3, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Rank": 1, "CommandName": "Remove-PnPFileFromSiteTemplate", "Id": 1216, + "Rank": 1, "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Rank": 1, "CommandName": "Remove-PnPFileSharingLink", "Id": 1217, + "Rank": 1, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, "CommandName": "Remove-PnPFileSharingLink", "Id": 1218, + "Rank": 2, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPFileVersion", "Id": 1219, + "Rank": 1, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Rank": 2, "CommandName": "Remove-PnPFileVersion", "Id": 1220, + "Rank": 2, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Rank": 3, "CommandName": "Remove-PnPFileVersion", "Id": 1221, + "Rank": 3, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Rank": 1, "CommandName": "Remove-PnPFlow", "Id": 1222, + "Rank": 1, "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, "CommandName": "Remove-PnPFlow", "Id": 1223, + "Rank": 2, "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "Rank": 1, "CommandName": "Remove-PnPFlowOwner", "Id": 1224, + "Rank": 1, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "Rank": 2, "CommandName": "Remove-PnPFlowOwner", "Id": 1225, + "Rank": 2, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "Rank": 3, "CommandName": "Remove-PnPFlowOwner", "Id": 1226, + "Rank": 3, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "Rank": 4, "CommandName": "Remove-PnPFlowOwner", "Id": 1227, + "Rank": 4, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPFolder", "Id": 1228, + "Rank": 1, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Rank": 2, "CommandName": "Remove-PnPFolder", "Id": 1229, + "Rank": 2, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Rank": 1, "CommandName": "Remove-PnPFolderSharingLink", "Id": 1230, + "Rank": 1, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 2, "CommandName": "Remove-PnPFolderSharingLink", "Id": 1231, + "Rank": 2, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPGraphSubscription", "Id": 1232, + "Rank": 1, "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Rank": 1, "CommandName": "Remove-PnPGroup", "Id": 1233, + "Rank": 1, "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Rank": 1, "CommandName": "Remove-PnPGroupMember", "Id": 1234, + "Rank": 1, "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Rank": 1, "CommandName": "Remove-PnPHomeSite", "Id": 1235, + "Rank": 1, "Command": "Remove-PnPHomeSite" }, { - "Rank": 1, "CommandName": "Remove-PnPHubSiteAssociation", "Id": 1236, + "Rank": 1, "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Rank": 1, "CommandName": "Remove-PnPHubToHubAssociation", "Id": 1237, + "Rank": 1, "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Rank": 2, "CommandName": "Remove-PnPHubToHubAssociation", "Id": 1238, + "Rank": 2, "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Rank": 1, "CommandName": "Remove-PnPIndexedProperty", "Id": 1239, + "Rank": 1, "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Rank": 1, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1240, + "Rank": 1, "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Rank": 2, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1241, + "Rank": 2, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Rank": 3, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1242, + "Rank": 3, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Rank": 4, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1243, + "Rank": 4, "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Rank": 5, "CommandName": "Remove-PnPJavaScriptLink", "Id": 1244, + "Rank": 5, "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Rank": 1, "CommandName": "Remove-PnPKnowledgeHubSite", "Id": 1245, + "Rank": 1, "Command": "Remove-PnPKnowledgeHubSite" }, { - "Rank": 1, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Id": 1246, + "Rank": 1, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "Rank": 2, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Id": 1247, + "Rank": 2, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPList", "Id": 1248, + "Rank": 1, "Command": "Remove-PnPList -Identity Announcements" }, { - "Rank": 2, "CommandName": "Remove-PnPList", "Id": 1249, + "Rank": 2, "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Rank": 3, "CommandName": "Remove-PnPList", "Id": 1250, + "Rank": 3, "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Rank": 4, "CommandName": "Remove-PnPList", "Id": 1251, + "Rank": 4, "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Rank": 1, "CommandName": "Remove-PnPListDesign", "Id": 1252, + "Rank": 1, "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, "CommandName": "Remove-PnPListItem", "Id": 1253, + "Rank": 1, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Rank": 2, "CommandName": "Remove-PnPListItem", "Id": 1254, + "Rank": 2, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Rank": 3, "CommandName": "Remove-PnPListItem", "Id": 1255, + "Rank": 3, "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Rank": 1, "CommandName": "Remove-PnPListItemAttachment", "Id": 1256, + "Rank": 1, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "Rank": 2, "CommandName": "Remove-PnPListItemAttachment", "Id": 1257, + "Rank": 2, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "Rank": 3, "CommandName": "Remove-PnPListItemAttachment", "Id": 1258, + "Rank": 3, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Rank": 4, "CommandName": "Remove-PnPListItemAttachment", "Id": 1259, + "Rank": 4, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Rank": 5, "CommandName": "Remove-PnPListItemAttachment", "Id": 1260, + "Rank": 5, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Rank": 1, "CommandName": "Remove-PnPListItemComment", "Id": 1261, + "Rank": 1, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "Rank": 2, "CommandName": "Remove-PnPListItemComment", "Id": 1262, + "Rank": 2, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "Rank": 3, "CommandName": "Remove-PnPListItemComment", "Id": 1263, + "Rank": 3, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "Rank": 4, "CommandName": "Remove-PnPListItemComment", "Id": 1264, + "Rank": 4, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "Rank": 1, "CommandName": "Remove-PnPListItemVersion", "Id": 1265, + "Rank": 1, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Rank": 2, "CommandName": "Remove-PnPListItemVersion", "Id": 1266, + "Rank": 2, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Rank": 1, "CommandName": "Remove-PnPManagedAppId", "Id": 1267, + "Rank": 1, "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1268, + "Rank": 1, "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Rank": 2, "CommandName": "Remove-PnPMicrosoft365Group", "Id": 1269, + "Rank": 2, "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupMember", "Id": 1270, + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Id": 1271, + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Id": 1272, + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1273, + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Rank": 2, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Id": 1274, + "Rank": 2, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Rank": 1, "CommandName": "Remove-PnPNavigationNode", "Id": 1275, + "Rank": 1, "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Rank": 2, "CommandName": "Remove-PnPNavigationNode", "Id": 1276, + "Rank": 2, "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Rank": 3, "CommandName": "Remove-PnPNavigationNode", "Id": 1277, + "Rank": 3, "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1278, + "Rank": 1, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Rank": 2, "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1279, + "Rank": 2, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Rank": 3, "CommandName": "Remove-PnPOrgAssetsLibrary", "Id": 1280, + "Rank": 3, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Rank": 1, "CommandName": "Remove-PnPOrgNewsSite", "Id": 1281, + "Rank": 1, "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Rank": 1, "CommandName": "Remove-PnPPage", "Id": 1282, + "Rank": 1, "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Rank": 2, "CommandName": "Remove-PnPPage", "Id": 1283, + "Rank": 2, "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Rank": 3, "CommandName": "Remove-PnPPage", "Id": 1284, + "Rank": 3, "Command": "Remove-PnPPage $page" }, { - "Rank": 4, "CommandName": "Remove-PnPPage", "Id": 1285, + "Rank": 4, "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Rank": 1, "CommandName": "Remove-PnPPageComponent", "Id": 1286, + "Rank": 1, "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerBucket", "Id": 1287, + "Rank": 1, "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerPlan", "Id": 1288, + "Rank": 1, "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerRoster", "Id": 1289, + "Rank": 1, "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerRosterMember", "Id": 1290, + "Rank": 1, "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPPlannerTask", "Id": 1291, + "Rank": 1, "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Rank": 1, "CommandName": "Remove-PnPProfileCardProperty", "Id": 1292, + "Rank": 1, "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "Rank": 1, "CommandName": "Remove-PnPPropertyBagValue", "Id": 1293, + "Rank": 1, "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Rank": 2, "CommandName": "Remove-PnPPropertyBagValue", "Id": 1294, + "Rank": 2, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Rank": 3, "CommandName": "Remove-PnPPropertyBagValue", "Id": 1295, + "Rank": 3, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Rank": 1, "CommandName": "Remove-PnPPublishingImageRendition", "Id": 1296, + "Rank": 1, "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Rank": 1, "CommandName": "Remove-PnPRoleDefinition", "Id": 1297, + "Rank": 1, "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Rank": 1, "CommandName": "Remove-PnPSdnProvider", "Id": 1298, + "Rank": 1, "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Rank": 1, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1299, + "Rank": 1, "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Rank": 2, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1300, + "Rank": 2, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Rank": 3, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1301, + "Rank": 3, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Rank": 4, "CommandName": "Remove-PnPSearchConfiguration", "Id": 1302, + "Rank": 4, "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Rank": 1, "CommandName": "Remove-PnPSearchExternalConnection", "Id": 1303, + "Rank": 1, "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Rank": 1, "CommandName": "Remove-PnPSearchExternalItem", "Id": 1304, + "Rank": 1, "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1305, + "Rank": 1, "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 2, "CommandName": "Remove-PnPSiteCollectionAdmin", "Id": 1306, + "Rank": 2, "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Id": 1307, + "Rank": 1, "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionTermStore", "Id": 1308, + "Rank": 1, "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteDesign", "Id": 1309, + "Rank": 1, "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteDesignTask", "Id": 1310, + "Rank": 1, "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1311, + "Rank": 1, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 2, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1312, + "Rank": 2, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteGroup", "Id": 1313, + "Rank": 1, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Rank": 2, "CommandName": "Remove-PnPSiteGroup", "Id": 1314, + "Rank": 2, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteScript", "Id": 1315, + "Rank": 1, "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, "CommandName": "Remove-PnPSiteUserInvitations", "Id": 1316, + "Rank": 1, "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Rank": 1, "CommandName": "Remove-PnPStorageEntity", "Id": 1317, + "Rank": 1, "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Rank": 2, "CommandName": "Remove-PnPStorageEntity", "Id": 1318, + "Rank": 2, "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Rank": 1, "CommandName": "Remove-PnPStoredCredential", "Id": 1319, + "Rank": 1, "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTaxonomyItem", "Id": 1320, + "Rank": 1, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Rank": 2, "CommandName": "Remove-PnPTaxonomyItem", "Id": 1321, + "Rank": 2, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsApp", "Id": 1322, + "Rank": 1, "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsApp", "Id": 1323, + "Rank": 2, "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsChannel", "Id": 1324, + "Rank": 1, "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1325, + "Rank": 1, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1326, + "Rank": 2, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Rank": 3, "CommandName": "Remove-PnPTeamsChannelUser", "Id": 1327, + "Rank": 3, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsTab", "Id": 1328, + "Rank": 1, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsTab", "Id": 1329, + "Rank": 2, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "Rank": 3, "CommandName": "Remove-PnPTeamsTab", "Id": 1330, + "Rank": 3, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsTag", "Id": 1331, + "Rank": 1, "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsTeam", "Id": 1332, + "Rank": 1, "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsTeam", "Id": 1333, + "Rank": 2, "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Rank": 1, "CommandName": "Remove-PnPTeamsUser", "Id": 1334, + "Rank": 1, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Rank": 2, "CommandName": "Remove-PnPTeamsUser", "Id": 1335, + "Rank": 2, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Rank": 3, "CommandName": "Remove-PnPTeamsUser", "Id": 1336, + "Rank": 3, "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTenantCdnOrigin", "Id": 1337, + "Rank": 1, "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Rank": 1, "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1338, + "Rank": 1, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, "CommandName": "Remove-PnPTenantDeletedSite", "Id": 1339, + "Rank": 2, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1340, + "Rank": 1, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Rank": 2, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1341, + "Rank": 2, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Rank": 3, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Id": 1342, + "Rank": 3, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Rank": 1, "CommandName": "Remove-PnPTenantSite", "Id": 1343, + "Rank": 1, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, "CommandName": "Remove-PnPTenantSite", "Id": 1344, + "Rank": 2, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "Rank": 3, "CommandName": "Remove-PnPTenantSite", "Id": 1345, + "Rank": 3, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Rank": 1, "CommandName": "Remove-PnPTenantSyncClientRestriction", "Id": 1346, + "Rank": 1, "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Rank": 1, "CommandName": "Remove-PnPTenantTheme", "Id": 1347, + "Rank": 1, "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTerm", "Id": 1348, + "Rank": 1, "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Rank": 2, "CommandName": "Remove-PnPTerm", "Id": 1349, + "Rank": 2, "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTermGroup", "Id": 1350, + "Rank": 1, "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Rank": 2, "CommandName": "Remove-PnPTermGroup", "Id": 1351, + "Rank": 2, "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Rank": 3, "CommandName": "Remove-PnPTermGroup", "Id": 1352, + "Rank": 3, "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Rank": 1, "CommandName": "Remove-PnPTermLabel", "Id": 1353, + "Rank": 1, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "Rank": 2, "CommandName": "Remove-PnPTermLabel", "Id": 1354, + "Rank": 2, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 1, "CommandName": "Remove-PnPTodoList", "Id": 1355, + "Rank": 1, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "Rank": 2, "CommandName": "Remove-PnPTodoList", "Id": 1356, + "Rank": 2, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "Rank": 1, "CommandName": "Remove-PnPUser", "Id": 1357, + "Rank": 1, "Command": "Remove-PnPUser -Identity 23" }, { - "Rank": 2, "CommandName": "Remove-PnPUser", "Id": 1358, + "Rank": 2, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "Rank": 3, "CommandName": "Remove-PnPUser", "Id": 1359, + "Rank": 3, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "Rank": 1, "CommandName": "Remove-PnPUserInfo", "Id": 1360, + "Rank": 1, "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Rank": 1, "CommandName": "Remove-PnPUserProfile", "Id": 1361, + "Rank": 1, "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Rank": 1, "CommandName": "Remove-PnPUserProfilePhoto", "Id": 1362, + "Rank": 1, "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Remove-PnPView", "Id": 1363, + "Rank": 1, "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Rank": 1, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Id": 1364, + "Rank": 1, "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Rank": 1, "CommandName": "Remove-PnPVivaEngageCommunity", "Id": 1365, + "Rank": 1, "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Rank": 1, "CommandName": "Remove-PnPWeb", "Id": 1366, + "Rank": 1, "Command": "Remove-PnPWeb -Identity projectA" }, { - "Rank": 2, "CommandName": "Remove-PnPWeb", "Id": 1367, + "Rank": 2, "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Rank": 1, "CommandName": "Remove-PnPWebhookSubscription", "Id": 1368, + "Rank": 1, "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "Rank": 1, "CommandName": "Remove-PnPWebPart", "Id": 1369, + "Rank": 1, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 2, "CommandName": "Remove-PnPWebPart", "Id": 1370, + "Rank": 2, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Rank": 1, "CommandName": "Remove-PnPWikiPage", "Id": 1371, + "Rank": 1, "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Rank": 1, "CommandName": "Rename-PnPFile", "Id": 1372, + "Rank": 1, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Rank": 2, "CommandName": "Rename-PnPFile", "Id": 1373, + "Rank": 2, "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Rank": 3, "CommandName": "Rename-PnPFile", "Id": 1374, + "Rank": 3, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Rank": 1, "CommandName": "Rename-PnPFolder", "Id": 1375, + "Rank": 1, "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Rank": 1, "CommandName": "Repair-PnPSite", "Id": 1376, + "Rank": 1, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Rank": 2, "CommandName": "Repair-PnPSite", "Id": 1377, + "Rank": 2, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Rank": 1, "CommandName": "Request-PnPPersonalSite", "Id": 1378, + "Rank": 1, "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Rank": 2, "CommandName": "Request-PnPPersonalSite", "Id": 1379, + "Rank": 2, "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Rank": 1, "CommandName": "Request-PnPReIndexList", "Id": 1380, + "Rank": 1, "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Rank": 1, "CommandName": "Request-PnPReIndexWeb", "Id": 1381, + "Rank": 1, "Command": "Request-PnPReIndexWeb" }, { - "Rank": 1, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1382, + "Rank": 1, "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Rank": 2, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1383, + "Rank": 2, "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Rank": 3, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Id": 1384, + "Rank": 3, "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Rank": 1, "CommandName": "Reset-PnPDocumentId", "Id": 1385, + "Rank": 1, "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "Rank": 2, "CommandName": "Reset-PnPDocumentId", "Id": 1386, + "Rank": 2, "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "Rank": 1, "CommandName": "Reset-PnPFileVersion", "Id": 1387, + "Rank": 1, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Rank": 2, "CommandName": "Reset-PnPFileVersion", "Id": 1388, + "Rank": 2, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Rank": 1, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Id": 1389, + "Rank": 1, "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Rank": 1, "CommandName": "Reset-PnPRetentionLabel", "Id": 1390, + "Rank": 1, "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "Rank": 2, "CommandName": "Reset-PnPRetentionLabel", "Id": 1391, + "Rank": 2, "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "Rank": 1, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Id": 1392, + "Rank": 1, "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Rank": 1, "CommandName": "Resolve-PnPFolder", "Id": 1393, + "Rank": 1, "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Rank": 1, "CommandName": "Restart-PnPFlowRun", "Id": 1394, + "Rank": 1, "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Rank": 1, "CommandName": "Restore-PnPDeletedContainer", "Id": 1395, + "Rank": 1, "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Rank": 1, "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Id": 1396, + "Rank": 1, "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Rank": 1, "CommandName": "Restore-PnPFileVersion", "Id": 1397, + "Rank": 1, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Rank": 2, "CommandName": "Restore-PnPFileVersion", "Id": 1398, + "Rank": 2, "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Rank": 3, "CommandName": "Restore-PnPFileVersion", "Id": 1399, + "Rank": 3, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Rank": 1, "CommandName": "Restore-PnPFlow", "Id": 1400, + "Rank": 1, "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, "CommandName": "Restore-PnPFlow", "Id": 1401, + "Rank": 2, "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, "CommandName": "Restore-PnPListItemVersion", "Id": 1402, + "Rank": 1, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Rank": 2, "CommandName": "Restore-PnPListItemVersion", "Id": 1403, + "Rank": 2, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Rank": 1, "CommandName": "Restore-PnPRecycleBinItem", "Id": 1404, + "Rank": 1, "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Rank": 1, "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1405, + "Rank": 1, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, "CommandName": "Restore-PnPTenantRecycleBinItem", "Id": 1406, + "Rank": 2, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Rank": 1, "CommandName": "Restore-PnPTenantSite", "Id": 1407, + "Rank": 1, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, "CommandName": "Restore-PnPTenantSite", "Id": 1408, + "Rank": 2, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Rank": 3, "CommandName": "Restore-PnPTenantSite", "Id": 1409, + "Rank": 3, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Rank": 1, "CommandName": "Revoke-PnPAzureADAppSitePermission", "Id": 1410, + "Rank": 1, "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Rank": 1, "CommandName": "Revoke-PnPHubSiteRights", "Id": 1411, + "Rank": 1, "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, "CommandName": "Revoke-PnPSiteDesignRights", "Id": 1412, + "Rank": 1, "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Id": 1413, + "Rank": 1, "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Rank": 1, "CommandName": "Revoke-PnPUserSession", "Id": 1414, + "Rank": 1, "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Rank": 1, "CommandName": "Save-PnPPageConversionLog", "Id": 1415, + "Rank": 1, "Command": "Save-PnPPageConversionLog" }, { - "Rank": 1, "CommandName": "Save-PnPSiteTemplate", "Id": 1416, + "Rank": 1, "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Rank": 1, "CommandName": "Save-PnPTenantTemplate", "Id": 1417, + "Rank": 1, "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "Rank": 1, "CommandName": "Send-PnPMail", "Id": 1418, + "Rank": 1, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Rank": 2, "CommandName": "Send-PnPMail", "Id": 1419, + "Rank": 2, "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "Rank": 3, "CommandName": "Send-PnPMail", "Id": 1420, + "Rank": 3, "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Rank": 4, "CommandName": "Send-PnPMail", "Id": 1421, + "Rank": 4, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "Rank": 5, "CommandName": "Send-PnPMail", "Id": 1422, + "Rank": 5, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "Rank": 1, "CommandName": "Set-PnPAdaptiveScopeProperty", "Id": 1423, + "Rank": 1, "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Rank": 1, "CommandName": "Set-PnPApplicationCustomizer", "Id": 1424, + "Rank": 1, "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 2, "CommandName": "Set-PnPApplicationCustomizer", "Id": 1425, + "Rank": 2, "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Rank": 1, "CommandName": "Set-PnPAppSideLoading", "Id": 1426, + "Rank": 1, "Command": "Set-PnPAppSideLoading -On" }, { - "Rank": 2, "CommandName": "Set-PnPAppSideLoading", "Id": 1427, + "Rank": 2, "Command": "Set-PnPAppSideLoading -Off" }, { - "Rank": 1, "CommandName": "Set-PnPAuditing", "Id": 1428, + "Rank": 1, "Command": "Set-PnPAuditing -EnableAll" }, { - "Rank": 2, "CommandName": "Set-PnPAuditing", "Id": 1429, + "Rank": 2, "Command": "Set-PnPAuditing -DisableAll" }, { - "Rank": 3, "CommandName": "Set-PnPAuditing", "Id": 1430, + "Rank": 3, "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Rank": 4, "CommandName": "Set-PnPAuditing", "Id": 1431, + "Rank": 4, "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Rank": 5, "CommandName": "Set-PnPAuditing", "Id": 1432, + "Rank": 5, "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Rank": 1, "CommandName": "Set-PnPAvailablePageLayouts", "Id": 1433, + "Rank": 1, "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Rank": 1, "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1434, + "Rank": 1, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Rank": 2, "CommandName": "Set-PnPAzureADAppSitePermission", "Id": 1435, + "Rank": 2, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Rank": 1, "CommandName": "Set-PnPAzureADGroup", "Id": 1436, + "Rank": 1, "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Rank": 2, "CommandName": "Set-PnPAzureADGroup", "Id": 1437, + "Rank": 2, "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Rank": 3, "CommandName": "Set-PnPAzureADGroup", "Id": 1438, + "Rank": 3, "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Rank": 1, "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1439, + "Rank": 1, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "Rank": 2, "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1440, + "Rank": 2, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Rank": 3, "CommandName": "Set-PnPBrowserIdleSignout", "Id": 1441, + "Rank": 3, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Rank": 1, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1442, + "Rank": 1, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Rank": 2, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Id": 1443, + "Rank": 2, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Rank": 1, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1444, + "Rank": 1, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Rank": 2, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1445, + "Rank": 2, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Rank": 3, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1446, + "Rank": 3, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Rank": 4, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Id": 1447, + "Rank": 4, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Rank": 1, "CommandName": "Set-PnPContentType", "Id": 1448, + "Rank": 1, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Rank": 2, "CommandName": "Set-PnPContentType", "Id": 1449, + "Rank": 2, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "Rank": 3, "CommandName": "Set-PnPContentType", "Id": 1450, + "Rank": 3, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Rank": 4, "CommandName": "Set-PnPContentType", "Id": 1451, + "Rank": 4, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Rank": 5, "CommandName": "Set-PnPContentType", "Id": 1452, + "Rank": 5, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Rank": 1, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Id": 1453, + "Rank": 1, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "Rank": 2, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Id": 1454, + "Rank": 2, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "Rank": 1, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1455, + "Rank": 1, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Rank": 2, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1456, + "Rank": 2, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "Rank": 3, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1457, + "Rank": 3, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Rank": 4, "CommandName": "Set-PnPDefaultColumnValues", "Id": 1458, + "Rank": 4, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Rank": 1, "CommandName": "Set-PnPDefaultContentTypeToList", "Id": 1459, + "Rank": 1, "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Rank": 1, "CommandName": "Set-PnPDefaultPageLayout", "Id": 1460, + "Rank": 1, "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Rank": 2, "CommandName": "Set-PnPDefaultPageLayout", "Id": 1461, + "Rank": 2, "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Rank": 3, "CommandName": "Set-PnPDefaultPageLayout", "Id": 1462, + "Rank": 3, "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Rank": 1, "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1463, + "Rank": 1, "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Rank": 2, "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1464, + "Rank": 2, "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Rank": 3, "CommandName": "Set-PnPDisableSpacesActivation", "Id": 1465, + "Rank": 3, "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Rank": 1, "CommandName": "Set-PnPDocumentSetField", "Id": 1466, + "Rank": 1, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "Rank": 2, "CommandName": "Set-PnPDocumentSetField", "Id": 1467, + "Rank": 2, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Rank": 1, "CommandName": "Set-PnPField", "Id": 1468, + "Rank": 1, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "Rank": 2, "CommandName": "Set-PnPField", "Id": 1469, + "Rank": 2, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Rank": 3, "CommandName": "Set-PnPField", "Id": 1470, + "Rank": 3, "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Rank": 1, "CommandName": "Set-PnPFileCheckedIn", "Id": 1471, + "Rank": 1, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Rank": 2, "CommandName": "Set-PnPFileCheckedIn", "Id": 1472, + "Rank": 2, "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "Rank": 3, "CommandName": "Set-PnPFileCheckedIn", "Id": 1473, + "Rank": 3, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Rank": 1, "CommandName": "Set-PnPFileCheckedOut", "Id": 1474, + "Rank": 1, "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Rank": 1, "CommandName": "Set-PnPFileRetentionLabel", "Id": 1475, + "Rank": 1, "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "Rank": 2, "CommandName": "Set-PnPFileRetentionLabel", "Id": 1476, + "Rank": 2, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "Rank": 3, "CommandName": "Set-PnPFileRetentionLabel", "Id": 1477, + "Rank": 3, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "Rank": 1, "CommandName": "Set-PnPFolderPermission", "Id": 1478, + "Rank": 1, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Rank": 2, "CommandName": "Set-PnPFolderPermission", "Id": 1479, + "Rank": 2, "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Rank": 3, "CommandName": "Set-PnPFolderPermission", "Id": 1480, + "Rank": 3, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Rank": 1, "CommandName": "Set-PnPFooter", "Id": 1481, + "Rank": 1, "Command": "Set-PnPFooter -Enabled:$true" }, { - "Rank": 2, "CommandName": "Set-PnPFooter", "Id": 1482, + "Rank": 2, "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Rank": 3, "CommandName": "Set-PnPFooter", "Id": 1483, + "Rank": 3, "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Rank": 4, "CommandName": "Set-PnPFooter", "Id": 1484, + "Rank": 4, "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Rank": 1, "CommandName": "Set-PnPGraphSubscription", "Id": 1485, + "Rank": 1, "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "Rank": 1, "CommandName": "Set-PnPGroup", "Id": 1486, + "Rank": 1, "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Rank": 2, "CommandName": "Set-PnPGroup", "Id": 1487, + "Rank": 2, "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Rank": 1, "CommandName": "Set-PnPGroupPermissions", "Id": 1488, + "Rank": 1, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Rank": 2, "CommandName": "Set-PnPGroupPermissions", "Id": 1489, + "Rank": 2, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Rank": 3, "CommandName": "Set-PnPGroupPermissions", "Id": 1490, + "Rank": 3, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Rank": 4, "CommandName": "Set-PnPGroupPermissions", "Id": 1491, + "Rank": 4, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Rank": 5, "CommandName": "Set-PnPGroupPermissions", "Id": 1492, + "Rank": 5, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Rank": 1, "CommandName": "Set-PnPHideDefaultThemes", "Id": 1493, + "Rank": 1, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Rank": 2, "CommandName": "Set-PnPHideDefaultThemes", "Id": 1494, + "Rank": 2, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Rank": 1, "CommandName": "Set-PnPHomePage", "Id": 1495, + "Rank": 1, "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Rank": 2, "CommandName": "Set-PnPHomePage", "Id": 1496, + "Rank": 2, "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Rank": 1, "CommandName": "Set-PnPHomeSite", "Id": 1497, + "Rank": 1, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Rank": 2, "CommandName": "Set-PnPHomeSite", "Id": 1498, + "Rank": 2, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "Rank": 3, "CommandName": "Set-PnPHomeSite", "Id": 1499, + "Rank": 3, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "Rank": 1, "CommandName": "Set-PnPHubSite", "Id": 1500, + "Rank": 1, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "Rank": 2, "CommandName": "Set-PnPHubSite", "Id": 1501, + "Rank": 2, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "Rank": 3, "CommandName": "Set-PnPHubSite", "Id": 1502, + "Rank": 3, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "Rank": 4, "CommandName": "Set-PnPHubSite", "Id": 1503, + "Rank": 4, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "Rank": 5, "CommandName": "Set-PnPHubSite", "Id": 1504, + "Rank": 5, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Rank": 6, "CommandName": "Set-PnPHubSite", "Id": 1505, + "Rank": 6, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "Rank": 1, "CommandName": "Set-PnPImageListItemColumn", "Id": 1506, + "Rank": 1, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "Rank": 2, "CommandName": "Set-PnPImageListItemColumn", "Id": 1507, + "Rank": 2, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Rank": 1, "CommandName": "Set-PnPIndexedProperties", "Id": 1508, + "Rank": 1, "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Rank": 1, "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1509, + "Rank": 1, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Rank": 2, "CommandName": "Set-PnPInPlaceRecordsManagement", "Id": 1510, + "Rank": 2, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Rank": 1, "CommandName": "Set-PnPKnowledgeHubSite", "Id": 1511, + "Rank": 1, "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Rank": 1, "CommandName": "Set-PnPList", "Id": 1512, + "Rank": 1, "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Rank": 2, "CommandName": "Set-PnPList", "Id": 1513, + "Rank": 2, "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Rank": 3, "CommandName": "Set-PnPList", "Id": 1514, + "Rank": 3, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Rank": 4, "CommandName": "Set-PnPList", "Id": 1515, + "Rank": 4, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Rank": 5, "CommandName": "Set-PnPList", "Id": 1516, + "Rank": 5, "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Rank": 6, "CommandName": "Set-PnPList", "Id": 1517, + "Rank": 6, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Rank": 7, "CommandName": "Set-PnPList", "Id": 1518, + "Rank": 7, "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Rank": 8, "CommandName": "Set-PnPList", "Id": 1519, + "Rank": 8, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Rank": 9, "CommandName": "Set-PnPList", "Id": 1520, + "Rank": 9, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "Rank": 10, "CommandName": "Set-PnPList", "Id": 1521, + "Rank": 10, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "Rank": 11, "CommandName": "Set-PnPList", "Id": 1522, + "Rank": 11, "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Rank": 12, "CommandName": "Set-PnPList", "Id": 1523, + "Rank": 12, "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "Rank": 1, "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1524, + "Rank": 1, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Rank": 2, "CommandName": "Set-PnPListInformationRightsManagement", "Id": 1525, + "Rank": 2, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "Rank": 1, "CommandName": "Set-PnPListItem", "Id": 1526, + "Rank": 1, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 2, "CommandName": "Set-PnPListItem", "Id": 1527, + "Rank": 2, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 3, "CommandName": "Set-PnPListItem", "Id": 1528, + "Rank": 3, "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 4, "CommandName": "Set-PnPListItem", "Id": 1529, + "Rank": 4, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "Rank": 5, "CommandName": "Set-PnPListItem", "Id": 1530, + "Rank": 5, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Rank": 1, "CommandName": "Set-PnPListItemAsRecord", "Id": 1531, + "Rank": 1, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Rank": 2, "CommandName": "Set-PnPListItemAsRecord", "Id": 1532, + "Rank": 2, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Rank": 1, "CommandName": "Set-PnPListItemPermission", "Id": 1533, + "Rank": 1, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Rank": 2, "CommandName": "Set-PnPListItemPermission", "Id": 1534, + "Rank": 2, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Rank": 3, "CommandName": "Set-PnPListItemPermission", "Id": 1535, + "Rank": 3, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Rank": 4, "CommandName": "Set-PnPListItemPermission", "Id": 1536, + "Rank": 4, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Rank": 5, "CommandName": "Set-PnPListItemPermission", "Id": 1537, + "Rank": 5, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "Rank": 1, "CommandName": "Set-PnPListPermission", "Id": 1538, + "Rank": 1, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Rank": 2, "CommandName": "Set-PnPListPermission", "Id": 1539, + "Rank": 2, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Rank": 1, "CommandName": "Set-PnPListRecordDeclaration", "Id": 1540, + "Rank": 1, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Rank": 2, "CommandName": "Set-PnPListRecordDeclaration", "Id": 1541, + "Rank": 2, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Rank": 1, "CommandName": "Set-PnPManagedAppId", "Id": 1542, + "Rank": 1, "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "Rank": 1, "CommandName": "Set-PnPMasterPage", "Id": 1543, + "Rank": 1, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Rank": 2, "CommandName": "Set-PnPMasterPage", "Id": 1544, + "Rank": 2, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Rank": 3, "CommandName": "Set-PnPMasterPage", "Id": 1545, + "Rank": 3, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Rank": 4, "CommandName": "Set-PnPMasterPage", "Id": 1546, + "Rank": 4, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1547, + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1548, + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1549, + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1550, + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1551, + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1552, + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1553, + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1554, + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1555, + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1556, + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1557, + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1558, + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1559, + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1560, + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1561, + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1562, + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1563, + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1564, + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 1, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1565, + "Rank": 1, "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Rank": 2, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1566, + "Rank": 2, "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Rank": 3, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1567, + "Rank": 3, "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Rank": 4, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1568, + "Rank": 4, "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Rank": 5, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1569, + "Rank": 5, "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Rank": 6, "CommandName": "Set-PnPMicrosoft365Group", "Id": 1570, + "Rank": 6, "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Rank": 1, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1571, + "Rank": 1, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Rank": 2, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Id": 1572, + "Rank": 2, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Rank": 1, "CommandName": "Set-PnPOrgAssetsLibrary", "Id": 1573, + "Rank": 1, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Rank": 2, "CommandName": "Set-PnPOrgAssetsLibrary", "Id": 1574, + "Rank": 2, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "Rank": 1, "CommandName": "Set-PnPPage", "Id": 1575, + "Rank": 1, "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Rank": 2, "CommandName": "Set-PnPPage", "Id": 1576, + "Rank": 2, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Rank": 3, "CommandName": "Set-PnPPage", "Id": 1577, + "Rank": 3, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Rank": 4, "CommandName": "Set-PnPPage", "Id": 1578, + "Rank": 4, "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Rank": 5, "CommandName": "Set-PnPPage", "Id": 1579, + "Rank": 5, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "Rank": 6, "CommandName": "Set-PnPPage", "Id": 1580, + "Rank": 6, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "Rank": 7, "CommandName": "Set-PnPPage", "Id": 1581, + "Rank": 7, "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Rank": 8, "CommandName": "Set-PnPPage", "Id": 1582, + "Rank": 8, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "Rank": 9, "CommandName": "Set-PnPPage", "Id": 1583, + "Rank": 9, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Rank": 10, "CommandName": "Set-PnPPage", "Id": 1584, + "Rank": 10, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Rank": 11, "CommandName": "Set-PnPPage", "Id": 1585, + "Rank": 11, "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "Rank": 12, "CommandName": "Set-PnPPage", "Id": 1586, + "Rank": 12, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "Rank": 13, "CommandName": "Set-PnPPage", "Id": 1587, + "Rank": 13, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "Rank": 1, "CommandName": "Set-PnPPageTextPart", "Id": 1588, + "Rank": 1, "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "Rank": 1, "CommandName": "Set-PnPPageWebPart", "Id": 1589, + "Rank": 1, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "Rank": 2, "CommandName": "Set-PnPPageWebPart", "Id": 1590, + "Rank": 2, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "Rank": 1, "CommandName": "Set-PnPPlannerBucket", "Id": 1591, + "Rank": 1, "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Rank": 1, "CommandName": "Set-PnPPlannerConfiguration", "Id": 1592, + "Rank": 1, "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Rank": 2, "CommandName": "Set-PnPPlannerConfiguration", "Id": 1593, + "Rank": 2, "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Rank": 1, "CommandName": "Set-PnPPlannerPlan", "Id": 1594, + "Rank": 1, "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Rank": 1, "CommandName": "Set-PnPPlannerTask", "Id": 1595, + "Rank": 1, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "Rank": 2, "CommandName": "Set-PnPPlannerTask", "Id": 1596, + "Rank": 2, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "Rank": 3, "CommandName": "Set-PnPPlannerTask", "Id": 1597, + "Rank": 3, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Rank": 4, "CommandName": "Set-PnPPlannerTask", "Id": 1598, + "Rank": 4, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "Rank": 1, "CommandName": "Set-PnPPlannerUserPolicy", "Id": 1599, + "Rank": 1, "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Set-PnPPowerAppByPassConsent", "Id": 1600, + "Rank": 1, "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "Rank": 2, "CommandName": "Set-PnPPowerAppByPassConsent", "Id": 1601, + "Rank": 2, "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "Rank": 1, "CommandName": "Set-PnPPropertyBagValue", "Id": 1602, + "Rank": 1, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Rank": 2, "CommandName": "Set-PnPPropertyBagValue", "Id": 1603, + "Rank": 2, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Rank": 3, "CommandName": "Set-PnPPropertyBagValue", "Id": 1604, + "Rank": 3, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Rank": 1, "CommandName": "Set-PnPRequestAccessEmails", "Id": 1605, + "Rank": 1, "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Rank": 2, "CommandName": "Set-PnPRequestAccessEmails", "Id": 1606, + "Rank": 2, "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Rank": 3, "CommandName": "Set-PnPRequestAccessEmails", "Id": 1607, + "Rank": 3, "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Rank": 1, "CommandName": "Set-PnPRetentionLabel", "Id": 1608, + "Rank": 1, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Rank": 2, "CommandName": "Set-PnPRetentionLabel", "Id": 1609, + "Rank": 2, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Rank": 3, "CommandName": "Set-PnPRetentionLabel", "Id": 1610, + "Rank": 3, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "Rank": 1, "CommandName": "Set-PnPRoleDefinition", "Id": 1611, + "Rank": 1, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Rank": 2, "CommandName": "Set-PnPRoleDefinition", "Id": 1612, + "Rank": 2, "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Rank": 3, "CommandName": "Set-PnPRoleDefinition", "Id": 1613, + "Rank": 3, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Rank": 4, "CommandName": "Set-PnPRoleDefinition", "Id": 1614, + "Rank": 4, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Rank": 1, "CommandName": "Set-PnPSearchConfiguration", "Id": 1615, + "Rank": 1, "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Rank": 2, "CommandName": "Set-PnPSearchConfiguration", "Id": 1616, + "Rank": 2, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Rank": 3, "CommandName": "Set-PnPSearchConfiguration", "Id": 1617, + "Rank": 3, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Rank": 4, "CommandName": "Set-PnPSearchConfiguration", "Id": 1618, + "Rank": 4, "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Rank": 1, "CommandName": "Set-PnPSearchExternalConnection", "Id": 1619, + "Rank": 1, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "Rank": 2, "CommandName": "Set-PnPSearchExternalConnection", "Id": 1620, + "Rank": 2, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "Rank": 3, "CommandName": "Set-PnPSearchExternalConnection", "Id": 1621, + "Rank": 3, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Rank": 1, "CommandName": "Set-PnPSearchExternalItem", "Id": 1622, + "Rank": 1, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "Rank": 2, "CommandName": "Set-PnPSearchExternalItem", "Id": 1623, + "Rank": 2, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 1, "CommandName": "Set-PnPSearchExternalSchema", "Id": 1624, + "Rank": 1, "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "Rank": 1, "CommandName": "Set-PnPSearchSettings", "Id": 1625, + "Rank": 1, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Rank": 2, "CommandName": "Set-PnPSearchSettings", "Id": 1626, + "Rank": 2, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Rank": 3, "CommandName": "Set-PnPSearchSettings", "Id": 1627, + "Rank": 3, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Rank": 4, "CommandName": "Set-PnPSearchSettings", "Id": 1628, + "Rank": 4, "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Rank": 5, "CommandName": "Set-PnPSearchSettings", "Id": 1629, + "Rank": 5, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Rank": 6, "CommandName": "Set-PnPSearchSettings", "Id": 1630, + "Rank": 6, "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Rank": 7, "CommandName": "Set-PnPSearchSettings", "Id": 1631, + "Rank": 7, "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Rank": 1, "CommandName": "Set-PnPSite", "Id": 1632, + "Rank": 1, "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Rank": 2, "CommandName": "Set-PnPSite", "Id": 1633, + "Rank": 2, "Command": "Set-PnPSite -Classification $null" }, { - "Rank": 3, "CommandName": "Set-PnPSite", "Id": 1634, + "Rank": 3, "Command": "Set-PnPSite -DisableFlows" }, { - "Rank": 4, "CommandName": "Set-PnPSite", "Id": 1635, + "Rank": 4, "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Rank": 5, "CommandName": "Set-PnPSite", "Id": 1636, + "Rank": 5, "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Rank": 6, "CommandName": "Set-PnPSite", "Id": 1637, + "Rank": 6, "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Rank": 1, "CommandName": "Set-PnPSiteArchiveState", "Id": 1638, + "Rank": 1, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "Rank": 2, "CommandName": "Set-PnPSiteArchiveState", "Id": 1639, + "Rank": 2, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "Rank": 1, "CommandName": "Set-PnPSiteClassification", "Id": 1640, + "Rank": 1, "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Rank": 1, "CommandName": "Set-PnPSiteClosure", "Id": 1641, + "Rank": 1, "Command": "Set-PnPSiteClosure -State Open" }, { - "Rank": 2, "CommandName": "Set-PnPSiteClosure", "Id": 1642, + "Rank": 2, "Command": "Set-PnPSiteClosure -State Closed" }, { - "Rank": 1, "CommandName": "Set-PnPSiteDesign", "Id": 1643, + "Rank": 1, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "Rank": 2, "CommandName": "Set-PnPSiteDesign", "Id": 1644, + "Rank": 2, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Rank": 1, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Id": 1645, + "Rank": 1, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "Rank": 2, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Id": 1646, + "Rank": 2, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "Rank": 1, "CommandName": "Set-PnPSiteGroup", "Id": 1647, + "Rank": 1, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "Rank": 2, "CommandName": "Set-PnPSiteGroup", "Id": 1648, + "Rank": 2, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Rank": 1, "CommandName": "Set-PnPSitePolicy", "Id": 1649, + "Rank": 1, "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Rank": 1, "CommandName": "Set-PnPSiteScript", "Id": 1650, + "Rank": 1, "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Rank": 1, "CommandName": "Set-PnPSiteScriptPackage", "Id": 1651, + "Rank": 1, "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Rank": 1, "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1652, + "Rank": 1, "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Rank": 2, "CommandName": "Set-PnPSiteSensitivityLabel", "Id": 1653, + "Rank": 2, "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Rank": 1, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1654, + "Rank": 1, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Rank": 2, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1655, + "Rank": 2, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Rank": 3, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1656, + "Rank": 3, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Rank": 4, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1657, + "Rank": 4, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Rank": 5, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1658, + "Rank": 5, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Rank": 6, "CommandName": "Set-PnPSiteTemplateMetadata", "Id": 1659, + "Rank": 6, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Rank": 1, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1660, + "Rank": 1, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "Rank": 2, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1661, + "Rank": 2, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "Rank": 3, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1662, + "Rank": 3, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "Rank": 4, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1663, + "Rank": 4, "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "Rank": 5, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1664, + "Rank": 5, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "Rank": 6, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1665, + "Rank": 6, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "Rank": 7, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1666, + "Rank": 7, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "Rank": 8, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1667, + "Rank": 8, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "Rank": 9, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1668, + "Rank": 9, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "Rank": 10, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1669, + "Rank": 10, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "Rank": 11, "CommandName": "Set-PnPSiteVersionPolicy", "Id": 1670, + "Rank": 11, "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "Rank": 1, "CommandName": "Set-PnPStorageEntity", "Id": 1671, + "Rank": 1, "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Rank": 2, "CommandName": "Set-PnPStorageEntity", "Id": 1672, + "Rank": 2, "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1673, + "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Id": 1674, + "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1675, + "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Id": 1676, + "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Rank": 1, "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1677, + "Rank": 1, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Rank": 2, "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1678, + "Rank": 2, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Rank": 3, "CommandName": "Set-PnPTaxonomyFieldValue", "Id": 1679, + "Rank": 3, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Rank": 1, "CommandName": "Set-PnPTeamifyPromptHidden", "Id": 1680, + "Rank": 1, "Command": "Set-PnPTeamifyPromptHidden" }, { - "Rank": 1, "CommandName": "Set-PnPTeamsChannel", "Id": 1681, + "Rank": 1, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Rank": 2, "CommandName": "Set-PnPTeamsChannel", "Id": 1682, + "Rank": 2, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "Rank": 1, "CommandName": "Set-PnpTeamsChannelUser", "Id": 1683, + "Rank": 1, "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "Rank": 2, "CommandName": "Set-PnpTeamsChannelUser", "Id": 1684, + "Rank": 2, "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTab", "Id": 1685, + "Rank": 1, "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTag", "Id": 1686, + "Rank": 1, "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTeam", "Id": 1687, + "Rank": 1, "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Rank": 2, "CommandName": "Set-PnPTeamsTeam", "Id": 1688, + "Rank": 2, "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Rank": 3, "CommandName": "Set-PnPTeamsTeam", "Id": 1689, + "Rank": 3, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Rank": 4, "CommandName": "Set-PnPTeamsTeam", "Id": 1690, + "Rank": 4, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1691, + "Rank": 1, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Rank": 2, "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1692, + "Rank": 2, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Rank": 3, "CommandName": "Set-PnPTeamsTeamArchivedState", "Id": 1693, + "Rank": 3, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Rank": 1, "CommandName": "Set-PnPTeamsTeamPicture", "Id": 1694, + "Rank": 1, "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Rank": 1, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1695, + "Rank": 1, "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Rank": 2, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Id": 1696, + "Rank": 2, "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "Rank": 1, "CommandName": "Set-PnPTenant", "Id": 1697, + "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "Rank": 2, "CommandName": "Set-PnPTenant", "Id": 1698, + "Rank": 2, "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Rank": 3, "CommandName": "Set-PnPTenant", "Id": 1699, + "Rank": 3, "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Rank": 4, "CommandName": "Set-PnPTenant", "Id": 1700, + "Rank": 4, "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Rank": 5, "CommandName": "Set-PnPTenant", "Id": 1701, + "Rank": 5, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "Rank": 6, "CommandName": "Set-PnPTenant", "Id": 1702, + "Rank": 6, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "Rank": 1, "CommandName": "Set-PnPTenantAppCatalogUrl", "Id": 1703, + "Rank": 1, "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Rank": 1, "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1704, + "Rank": 1, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Rank": 2, "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1705, + "Rank": 2, "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Rank": 3, "CommandName": "Set-PnPTenantCdnEnabled", "Id": 1706, + "Rank": 3, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "Rank": 1, "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1707, + "Rank": 1, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "Rank": 2, "CommandName": "Set-PnPTenantCdnPolicy", "Id": 1708, + "Rank": 2, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Rank": 1, "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1709, + "Rank": 1, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "Rank": 2, "CommandName": "Set-PnPTenantPronounsSetting", "Id": 1710, + "Rank": 2, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "Rank": 1, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1711, + "Rank": 1, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "Rank": 2, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Id": 1712, + "Rank": 2, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "Rank": 1, "CommandName": "Set-PnPTenantSite", "Id": 1713, + "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "Rank": 2, "CommandName": "Set-PnPTenantSite", "Id": 1714, + "Rank": 2, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "Rank": 3, "CommandName": "Set-PnPTenantSite", "Id": 1715, + "Rank": 3, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 4, "CommandName": "Set-PnPTenantSite", "Id": 1716, + "Rank": 4, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Rank": 5, "CommandName": "Set-PnPTenantSite", "Id": 1717, + "Rank": 5, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Rank": 1, "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1718, + "Rank": 1, "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Rank": 2, "CommandName": "Set-PnPTenantSyncClientRestriction", "Id": 1719, + "Rank": 2, "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Rank": 1, "CommandName": "Set-PnPTerm", "Id": 1720, + "Rank": 1, "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "Rank": 2, "CommandName": "Set-PnPTerm", "Id": 1721, + "Rank": 2, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Rank": 3, "CommandName": "Set-PnPTerm", "Id": 1722, + "Rank": 3, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Rank": 4, "CommandName": "Set-PnPTerm", "Id": 1723, + "Rank": 4, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "Rank": 1, "CommandName": "Set-PnPTermGroup", "Id": 1724, + "Rank": 1, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Rank": 2, "CommandName": "Set-PnPTermGroup", "Id": 1725, + "Rank": 2, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Rank": 1, "CommandName": "Set-PnPTermSet", "Id": 1726, + "Rank": 1, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Rank": 2, "CommandName": "Set-PnPTermSet", "Id": 1727, + "Rank": 2, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Rank": 3, "CommandName": "Set-PnPTermSet", "Id": 1728, + "Rank": 3, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Rank": 1, "CommandName": "Set-PnPTheme", "Id": 1729, + "Rank": 1, "Command": "Set-PnPTheme" }, { - "Rank": 2, "CommandName": "Set-PnPTheme", "Id": 1730, + "Rank": 2, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Rank": 3, "CommandName": "Set-PnPTheme", "Id": 1731, + "Rank": 3, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "Rank": 4, "CommandName": "Set-PnPTheme", "Id": 1732, + "Rank": 4, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Rank": 1, "CommandName": "Set-PnPUserOneDriveQuota", "Id": 1733, + "Rank": 1, "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Rank": 1, "CommandName": "Set-PnPUserProfilePhoto", "Id": 1734, + "Rank": 1, "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "Rank": 1, "CommandName": "Set-PnPUserProfileProperty", "Id": 1735, + "Rank": 1, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Rank": 2, "CommandName": "Set-PnPUserProfileProperty", "Id": 1736, + "Rank": 2, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "Rank": 1, "CommandName": "Set-PnPView", "Id": 1737, + "Rank": 1, "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "Rank": 2, "CommandName": "Set-PnPView", "Id": 1738, + "Rank": 2, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "Rank": 3, "CommandName": "Set-PnPView", "Id": 1739, + "Rank": 3, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "Rank": 4, "CommandName": "Set-PnPView", "Id": 1740, + "Rank": 4, "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "Rank": 1, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1741, + "Rank": 1, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "Rank": 2, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1742, + "Rank": 2, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "Rank": 3, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1743, + "Rank": 3, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "Rank": 4, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Id": 1744, + "Rank": 4, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Rank": 1, "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1745, + "Rank": 1, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "Rank": 2, "CommandName": "Set-PnPVivaEngageCommunity", "Id": 1746, + "Rank": 2, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "Rank": 1, "CommandName": "Set-PnPWeb", "Id": 1747, + "Rank": 1, "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Rank": 2, "CommandName": "Set-PnPWeb", "Id": 1748, + "Rank": 2, "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Rank": 3, "CommandName": "Set-PnPWeb", "Id": 1749, + "Rank": 3, "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Rank": 4, "CommandName": "Set-PnPWeb", "Id": 1750, + "Rank": 4, "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Rank": 1, "CommandName": "Set-PnPWebHeader", "Id": 1751, + "Rank": 1, "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Rank": 2, "CommandName": "Set-PnPWebHeader", "Id": 1752, + "Rank": 2, "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Rank": 3, "CommandName": "Set-PnPWebHeader", "Id": 1753, + "Rank": 3, "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Rank": 1, "CommandName": "Set-PnPWebhookSubscription", "Id": 1754, + "Rank": 1, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Rank": 2, "CommandName": "Set-PnPWebhookSubscription", "Id": 1755, + "Rank": 2, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Rank": 1, "CommandName": "Set-PnPWebPartProperty", "Id": 1756, + "Rank": 1, "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "Rank": 1, "CommandName": "Set-PnPWebPermission", "Id": 1757, + "Rank": 1, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Rank": 2, "CommandName": "Set-PnPWebPermission", "Id": 1758, + "Rank": 2, "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Rank": 3, "CommandName": "Set-PnPWebPermission", "Id": 1759, + "Rank": 3, "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Rank": 4, "CommandName": "Set-PnPWebPermission", "Id": 1760, + "Rank": 4, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Rank": 1, "CommandName": "Set-PnPWebTheme", "Id": 1761, + "Rank": 1, "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Rank": 2, "CommandName": "Set-PnPWebTheme", "Id": 1762, + "Rank": 2, "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Rank": 1, "CommandName": "Set-PnPWikiPageContent", "Id": 1763, + "Rank": 1, "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Rank": 1, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Id": 1764, + "Rank": 1, "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "Rank": 2, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Id": 1765, + "Rank": 2, "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "Rank": 1, "CommandName": "Start-PnPTraceLog", "Id": 1766, + "Rank": 1, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "Rank": 2, "CommandName": "Start-PnPTraceLog", "Id": 1767, + "Rank": 2, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "Rank": 3, "CommandName": "Start-PnPTraceLog", "Id": 1768, + "Rank": 3, "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "Rank": 4, "CommandName": "Start-PnPTraceLog", "Id": 1769, + "Rank": 4, "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "Rank": 1, "CommandName": "Stop-PnPFlowRun", "Id": 1770, + "Rank": 1, "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Rank": 2, "CommandName": "Stop-PnPFlowRun", "Id": 1771, + "Rank": 2, "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "Rank": 1, "CommandName": "Stop-PnPTraceLog", "Id": 1772, + "Rank": 1, "Command": "Stop-PnPTraceLog" }, { - "Rank": 2, "CommandName": "Stop-PnPTraceLog", "Id": 1773, + "Rank": 2, "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "Rank": 1, "CommandName": "Submit-PnPSearchQuery", "Id": 1774, + "Rank": 1, "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Rank": 2, "CommandName": "Submit-PnPSearchQuery", "Id": 1775, + "Rank": 2, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Rank": 3, "CommandName": "Submit-PnPSearchQuery", "Id": 1776, + "Rank": 3, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Rank": 4, "CommandName": "Submit-PnPSearchQuery", "Id": 1777, + "Rank": 4, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Rank": 5, "CommandName": "Submit-PnPSearchQuery", "Id": 1778, + "Rank": 5, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Rank": 6, "CommandName": "Submit-PnPSearchQuery", "Id": 1779, + "Rank": 6, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "Rank": 1, "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1780, + "Rank": 1, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "Rank": 2, "CommandName": "Submit-PnPTeamsChannelMessage", "Id": 1781, + "Rank": 2, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Rank": 1, "CommandName": "Sync-PnPAppToTeams", "Id": 1782, + "Rank": 1, "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 1, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1783, + "Rank": 1, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Rank": 2, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1784, + "Rank": 2, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "Rank": 3, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Id": 1785, + "Rank": 3, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Rank": 1, "CommandName": "Test-PnPListItemIsRecord", "Id": 1786, + "Rank": 1, "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Rank": 1, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Id": 1787, + "Rank": 1, "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Rank": 1, "CommandName": "Test-PnPSite", "Id": 1788, + "Rank": 1, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Rank": 2, "CommandName": "Test-PnPSite", "Id": 1789, + "Rank": 2, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Rank": 1, "CommandName": "Test-PnPTenantTemplate", "Id": 1790, + "Rank": 1, "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Rank": 1, "CommandName": "Undo-PnPFileCheckedOut", "Id": 1791, + "Rank": 1, "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Rank": 1, "CommandName": "Uninstall-PnPApp", "Id": 1792, + "Rank": 1, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, "CommandName": "Uninstall-PnPApp", "Id": 1793, + "Rank": 2, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Id": 1794, + "Rank": 1, "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "Rank": 1, "CommandName": "Unpublish-PnPApp", "Id": 1795, + "Rank": 1, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, "CommandName": "Unpublish-PnPApp", "Id": 1796, + "Rank": 2, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, "CommandName": "Unpublish-PnPContentType", "Id": 1797, + "Rank": 1, "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Rank": 1, "CommandName": "Unpublish-PnPSyntexModel", "Id": 1798, + "Rank": 1, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Rank": 2, "CommandName": "Unpublish-PnPSyntexModel", "Id": 1799, + "Rank": 2, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Rank": 1, "CommandName": "Unregister-PnPHubSite", "Id": 1800, + "Rank": 1, "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 1, "CommandName": "Update-PnPApp", "Id": 1801, + "Rank": 1, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, "CommandName": "Update-PnPApp", "Id": 1802, + "Rank": 2, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1803, + "Rank": 1, "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Rank": 2, "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1804, + "Rank": 2, "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Rank": 3, "CommandName": "Update-PnPAvailableSiteClassification", "Id": 1805, + "Rank": 3, "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Rank": 1, "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1806, + "Rank": 1, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Rank": 2, "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1807, + "Rank": 2, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Rank": 3, "CommandName": "Update-PnPSiteDesignFromWeb", "Id": 1808, + "Rank": 3, "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "Rank": 1, "CommandName": "Update-PnPTeamsApp", "Id": 1809, + "Rank": 1, "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Rank": 1, "CommandName": "Update-PnPTeamsUser", "Id": 1810, + "Rank": 1, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Rank": 2, "CommandName": "Update-PnPTeamsUser", "Id": 1811, + "Rank": 2, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Rank": 3, "CommandName": "Update-PnPTeamsUser", "Id": 1812, + "Rank": 3, "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "Rank": 1, "CommandName": "Update-PnPTodoList", "Id": 1813, + "Rank": 1, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "Rank": 2, "CommandName": "Update-PnPTodoList", "Id": 1814, + "Rank": 2, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Rank": 1, "CommandName": "Update-PnPUserType", "Id": 1815, + "Rank": 1, "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "Rank": 1, "CommandName": "Use-PnPBrandCenterFontPackage", "Id": 1816, + "Rank": 1, "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Rank": 2, "CommandName": "Use-PnPBrandCenterFontPackage", "Id": 1817, + "Rank": 2, "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "Rank": 1, "CommandName": "Write-PnPTraceLog", "Id": 1818, + "Rank": 1, "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "Rank": 2, "CommandName": "Write-PnPTraceLog", "Id": 1819, + "Rank": 2, "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "Rank": 3, "CommandName": "Write-PnPTraceLog", "Id": 1820, + "Rank": 3, "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "Rank": 4, "CommandName": "Write-PnPTraceLog", "Id": 1821, + "Rank": 4, "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 9396cbfe1..741bd4cba 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Message": "", - "Version": "3.1.111" + "Version": "3.1.112", + "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 8a1de01a6..4e91f0173 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.111 \ No newline at end of file +3.1.112 \ No newline at end of file From cc205c6fedbe3182f26b826570751ba34e26b09b Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Fri, 8 Aug 2025 03:12:19 +0000 Subject: [PATCH 13/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 4 +- version.txt | 2 +- 4 files changed, 5469 insertions(+), 5469 deletions(-) diff --git a/dependencies.json b/dependencies.json index 8508a877c..7ce989b20 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250807-031104", + "Updated": "20250808-031054", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "c00c690692e8720d8d237f843d9dc0aea2ca760e", - "PnPCore": "aa3f2c9f5a4f2824bb18b0da706120e730e2137b" + "PnPFramework": "06cbf7fb53a3b0fc1cc0744b7af2b78875a75a2e", + "PnPCore": "7feeb39b86719f5ea5f3a30c2eee9a110e25a8d9" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 7157ec278..67e5e41c8 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "CommandName": "Add-PnPAlert", - "Id": 1, + "Command": "Add-PnPAlert -List \"Demo List\"", "Rank": 1, - "Command": "Add-PnPAlert -List \"Demo List\"" + "CommandName": "Add-PnPAlert", + "Id": 1 }, { - "CommandName": "Add-PnPAlert", - "Id": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", "Rank": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" + "CommandName": "Add-PnPAlert", + "Id": 2 }, { - "CommandName": "Add-PnPAlert", - "Id": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Rank": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPAlert", + "Id": 3 }, { - "CommandName": "Add-PnPAlert", - "Id": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", "Rank": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" + "CommandName": "Add-PnPAlert", + "Id": 4 }, { - "CommandName": "Add-PnPApp", - "Id": 5, + "Command": "Add-PnPApp -Path ./myapp.sppkg", "Rank": 1, - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "CommandName": "Add-PnPApp", + "Id": 5 }, { - "CommandName": "Add-PnPApp", - "Id": 6, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", "Rank": 2, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "CommandName": "Add-PnPApp", + "Id": 6 }, { - "CommandName": "Add-PnPApp", - "Id": 7, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", "Rank": 3, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" + "CommandName": "Add-PnPApp", + "Id": 7 }, { - "CommandName": "Add-PnPApp", - "Id": 8, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", "Rank": 4, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "CommandName": "Add-PnPApp", + "Id": 8 }, { - "CommandName": "Add-PnPApplicationCustomizer", - "Id": 9, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", "Rank": 1, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" + "CommandName": "Add-PnPApplicationCustomizer", + "Id": 9 }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 10, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", "Rank": 1, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 10 }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 11, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", "Rank": 2, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "CommandName": "Add-PnPAvailableSiteClassification", + "Id": 11 }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Id": 12, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 12 }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Id": 13, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 13 }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Id": 14, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Rank": 3, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "CommandName": "Add-PnPAzureADGroupMember", + "Id": 14 }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 15, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 15 }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 16, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 16 }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 17, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Rank": 3, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "CommandName": "Add-PnPAzureADGroupOwner", + "Id": 17 }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 18, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", "Rank": 1, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 18 }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 19, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", "Rank": 2, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Id": 19 }, { - "CommandName": "Add-PnPBrandCenterFont", - "Id": 20, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", "Rank": 1, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" + "CommandName": "Add-PnPBrandCenterFont", + "Id": 20 }, { - "CommandName": "Add-PnPBrandCenterFont", - "Id": 21, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", "Rank": 2, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" + "CommandName": "Add-PnPBrandCenterFont", + "Id": 21 }, { - "CommandName": "Add-PnPBrandCenterFontPackage", - "Id": 22, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", "Rank": 1, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" + "CommandName": "Add-PnPBrandCenterFontPackage", + "Id": 22 }, { - "CommandName": "Add-PnPContentType", - "Id": 23, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", "Rank": 1, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" + "CommandName": "Add-PnPContentType", + "Id": 23 }, { - "CommandName": "Add-PnPContentType", - "Id": 24, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", "Rank": 2, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" + "CommandName": "Add-PnPContentType", + "Id": 24 }, { - "CommandName": "Add-PnPContentType", - "Id": 25, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", "Rank": 3, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" + "CommandName": "Add-PnPContentType", + "Id": 25 }, { - "CommandName": "Add-PnPContentType", - "Id": 26, + "Command": "Add-PnPContentType -Name \"Project Item\"", "Rank": 4, - "Command": "Add-PnPContentType -Name \"Project Item\"" + "CommandName": "Add-PnPContentType", + "Id": 26 }, { - "CommandName": "Add-PnPContentType", - "Id": 27, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", "Rank": 5, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" + "CommandName": "Add-PnPContentType", + "Id": 27 }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 28, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", "Rank": 1, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 28 }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 29, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", "Rank": 2, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Id": 29 }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 30, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Rank": 1, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 30 }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 31, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Rank": 2, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Id": 31 }, { - "CommandName": "Add-PnPContentTypeToList", - "Id": 32, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", "Rank": 1, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" + "CommandName": "Add-PnPContentTypeToList", + "Id": 32 }, { - "CommandName": "Add-PnPCustomAction", - "Id": 33, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Rank": 1, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "CommandName": "Add-PnPCustomAction", + "Id": 33 }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 34, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", "Rank": 1, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 34 }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 35, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", "Rank": 2, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Id": 35 }, { - "CommandName": "Add-PnPDocumentSet", - "Id": 36, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", "Rank": 1, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" + "CommandName": "Add-PnPDocumentSet", + "Id": 36 }, { - "CommandName": "Add-PnPDocumentSet", - "Id": 37, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", "Rank": 2, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" + "CommandName": "Add-PnPDocumentSet", + "Id": 37 }, { - "CommandName": "Add-PnPEventReceiver", - "Id": 38, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", "Rank": 1, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" + "CommandName": "Add-PnPEventReceiver", + "Id": 38 }, { - "CommandName": "Add-PnPEventReceiver", - "Id": 39, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", "Rank": 2, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" + "CommandName": "Add-PnPEventReceiver", + "Id": 39 }, { - "CommandName": "Add-PnPEventReceiver", - "Id": 40, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", "Rank": 3, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" + "CommandName": "Add-PnPEventReceiver", + "Id": 40 }, { - "CommandName": "Add-PnPEventReceiver", - "Id": 41, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", "Rank": 4, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" + "CommandName": "Add-PnPEventReceiver", + "Id": 41 }, { - "CommandName": "Add-PnPField", - "Id": 42, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", "Rank": 1, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" + "CommandName": "Add-PnPField", + "Id": 42 }, { - "CommandName": "Add-PnPField", - "Id": 43, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", "Rank": 2, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" + "CommandName": "Add-PnPField", + "Id": 43 }, { - "CommandName": "Add-PnPField", - "Id": 44, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", "Rank": 3, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" + "CommandName": "Add-PnPField", + "Id": 44 }, { - "CommandName": "Add-PnPField", - "Id": 45, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", "Rank": 4, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "CommandName": "Add-PnPField", + "Id": 45 }, { - "CommandName": "Add-PnPField", - "Id": 46, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", "Rank": 5, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" + "CommandName": "Add-PnPField", + "Id": 46 }, { - "CommandName": "Add-PnPField", - "Id": 47, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", "Rank": 6, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" + "CommandName": "Add-PnPField", + "Id": 47 }, { - "CommandName": "Add-PnPFieldToContentType", - "Id": 48, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Rank": 1, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "CommandName": "Add-PnPFieldToContentType", + "Id": 48 }, { - "CommandName": "Add-PnPFile", - "Id": 49, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", "Rank": 1, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" + "CommandName": "Add-PnPFile", + "Id": 49 }, { - "CommandName": "Add-PnPFile", - "Id": 50, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", "Rank": 2, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" + "CommandName": "Add-PnPFile", + "Id": 50 }, { - "CommandName": "Add-PnPFile", - "Id": 51, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", "Rank": 3, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" + "CommandName": "Add-PnPFile", + "Id": 51 }, { - "CommandName": "Add-PnPFile", - "Id": 52, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", "Rank": 4, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" + "CommandName": "Add-PnPFile", + "Id": 52 }, { - "CommandName": "Add-PnPFile", - "Id": 53, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", "Rank": 5, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" + "CommandName": "Add-PnPFile", + "Id": 53 }, { - "CommandName": "Add-PnPFile", - "Id": 54, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", "Rank": 6, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" + "CommandName": "Add-PnPFile", + "Id": 54 }, { - "CommandName": "Add-PnPFile", - "Id": 55, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", "Rank": 7, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" + "CommandName": "Add-PnPFile", + "Id": 55 }, { - "CommandName": "Add-PnPFile", - "Id": 56, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", "Rank": 8, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" + "CommandName": "Add-PnPFile", + "Id": 56 }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 57, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 57 }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 58, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", "Rank": 2, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 58 }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 59, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", "Rank": 3, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Id": 59 }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 60, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Id": 60 }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 61, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", "Rank": 2, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Id": 61 }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 62, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Rank": 1, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "CommandName": "Add-PnPFileSensitivityLabel", + "Id": 62 }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 63, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Rank": 2, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "CommandName": "Add-PnPFileSensitivityLabel", + "Id": 63 }, { - "CommandName": "Add-PnPFileSharingInvite", - "Id": 64, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Rank": 1, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "CommandName": "Add-PnPFileSharingInvite", + "Id": 64 }, { - "CommandName": "Add-PnPFileSharingInvite", - "Id": 65, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Rank": 2, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "CommandName": "Add-PnPFileSharingInvite", + "Id": 65 }, { - "CommandName": "Add-PnPFileSharingInvite", - "Id": 66, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Rank": 3, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "CommandName": "Add-PnPFileSharingInvite", + "Id": 66 }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 67, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", "Rank": 1, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 67 }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 68, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", "Rank": 2, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 68 }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 69, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", "Rank": 3, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 69 }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 70, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", "Rank": 4, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 70 }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 71, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", "Rank": 5, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" + "CommandName": "Add-PnPFileToSiteTemplate", + "Id": 71 }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Id": 72, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPFileUserSharingLink", + "Id": 72 }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Id": 73, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 2, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPFileUserSharingLink", + "Id": 73 }, { - "CommandName": "Add-PnPFlowOwner", - "Id": 74, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", "Rank": 1, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" + "CommandName": "Add-PnPFlowOwner", + "Id": 74 }, { - "CommandName": "Add-PnPFlowOwner", - "Id": 75, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", "Rank": 2, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" + "CommandName": "Add-PnPFlowOwner", + "Id": 75 }, { - "CommandName": "Add-PnPFlowOwner", - "Id": 76, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", "Rank": 3, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" + "CommandName": "Add-PnPFlowOwner", + "Id": 76 }, { - "CommandName": "Add-PnPFlowOwner", - "Id": 77, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", "Rank": 4, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" + "CommandName": "Add-PnPFlowOwner", + "Id": 77 }, { - "CommandName": "Add-PnPFolder", - "Id": 78, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Rank": 1, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "CommandName": "Add-PnPFolder", + "Id": 78 }, { - "CommandName": "Add-PnPFolder", - "Id": 79, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", "Rank": 2, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "CommandName": "Add-PnPFolder", + "Id": 79 }, { - "CommandName": "Add-PnPFolder", - "Id": 80, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", "Rank": 3, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" + "CommandName": "Add-PnPFolder", + "Id": 80 }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 81, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 81 }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 82, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", "Rank": 2, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 82 }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 83, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", "Rank": 3, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Id": 83 }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 84, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Id": 84 }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 85, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", "Rank": 2, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Id": 85 }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Id": 86, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Rank": 1, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 86 }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Id": 87, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Rank": 2, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 87 }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Id": 88, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Rank": 3, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "CommandName": "Add-PnPFolderSharingInvite", + "Id": 88 }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 89, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPFolderUserSharingLink", + "Id": 89 }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 90, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 2, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPFolderUserSharingLink", + "Id": 90 }, { - "CommandName": "Add-PnPGroupMember", - "Id": 91, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Rank": 1, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "CommandName": "Add-PnPGroupMember", + "Id": 91 }, { - "CommandName": "Add-PnPGroupMember", - "Id": 92, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", "Rank": 2, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" + "CommandName": "Add-PnPGroupMember", + "Id": 92 }, { - "CommandName": "Add-PnPHomeSite", - "Id": 93, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Rank": 1, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "CommandName": "Add-PnPHomeSite", + "Id": 93 }, { - "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Id": 94, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Rank": 1, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Id": 94 }, { - "CommandName": "Add-PnPHubSiteAssociation", - "Id": 95, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", "Rank": 1, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" + "CommandName": "Add-PnPHubSiteAssociation", + "Id": 95 }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Id": 96, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", "Rank": 1, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 96 }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Id": 97, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", "Rank": 2, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 97 }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Id": 98, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", "Rank": 3, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" + "CommandName": "Add-PnPHubToHubAssociation", + "Id": 98 }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Id": 99, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", "Rank": 1, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" + "CommandName": "Add-PnPJavaScriptBlock", + "Id": 99 }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Id": 100, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", "Rank": 2, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "CommandName": "Add-PnPJavaScriptBlock", + "Id": 100 }, { - "CommandName": "Add-PnPJavaScriptLink", - "Id": 101, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", "Rank": 1, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" + "CommandName": "Add-PnPJavaScriptLink", + "Id": 101 }, { - "CommandName": "Add-PnPJavaScriptLink", - "Id": 102, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", "Rank": 2, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" + "CommandName": "Add-PnPJavaScriptLink", + "Id": 102 }, { - "CommandName": "Add-PnPListDesign", - "Id": 103, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", "Rank": 1, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" + "CommandName": "Add-PnPListDesign", + "Id": 103 }, { - "CommandName": "Add-PnPListDesign", - "Id": 104, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", "Rank": 2, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" + "CommandName": "Add-PnPListDesign", + "Id": 104 }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 105, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", "Rank": 1, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 105 }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 106, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", "Rank": 2, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 106 }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 107, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", "Rank": 3, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Id": 107 }, { - "CommandName": "Add-PnPListItem", - "Id": 108, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 1, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "CommandName": "Add-PnPListItem", + "Id": 108 }, { - "CommandName": "Add-PnPListItem", - "Id": 109, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 2, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "CommandName": "Add-PnPListItem", + "Id": 109 }, { - "CommandName": "Add-PnPListItem", - "Id": 110, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", "Rank": 3, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" + "CommandName": "Add-PnPListItem", + "Id": 110 }, { - "CommandName": "Add-PnPListItem", - "Id": 111, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", "Rank": 4, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" + "CommandName": "Add-PnPListItem", + "Id": 111 }, { - "CommandName": "Add-PnPListItem", - "Id": 112, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", "Rank": 5, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" + "CommandName": "Add-PnPListItem", + "Id": 112 }, { - "CommandName": "Add-PnPListItemAttachment", - "Id": 113, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", "Rank": 1, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" + "CommandName": "Add-PnPListItemAttachment", + "Id": 113 }, { - "CommandName": "Add-PnPListItemAttachment", - "Id": 114, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", "Rank": 2, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" + "CommandName": "Add-PnPListItemAttachment", + "Id": 114 }, { - "CommandName": "Add-PnPListItemAttachment", - "Id": 115, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", "Rank": 3, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" + "CommandName": "Add-PnPListItemAttachment", + "Id": 115 }, { - "CommandName": "Add-PnPListItemComment", - "Id": 116, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", "Rank": 1, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" + "CommandName": "Add-PnPListItemComment", + "Id": 116 }, { - "CommandName": "Add-PnPMasterPage", - "Id": 117, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", "Rank": 1, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" + "CommandName": "Add-PnPMasterPage", + "Id": 117 }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 118, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 118 }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 119, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Id": 119 }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 120, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 120 }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 121, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Id": 121 }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 122, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 122 }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 123, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 123 }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 124, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", "Rank": 3, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Id": 124 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 125, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", "Rank": 1, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" + "CommandName": "Add-PnPNavigationNode", + "Id": 125 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 126, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", "Rank": 2, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" + "CommandName": "Add-PnPNavigationNode", + "Id": 126 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 127, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", "Rank": 3, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" + "CommandName": "Add-PnPNavigationNode", + "Id": 127 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 128, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", "Rank": 4, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" + "CommandName": "Add-PnPNavigationNode", + "Id": 128 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 129, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", "Rank": 5, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" + "CommandName": "Add-PnPNavigationNode", + "Id": 129 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 130, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", "Rank": 6, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" + "CommandName": "Add-PnPNavigationNode", + "Id": 130 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 131, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", "Rank": 7, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" + "CommandName": "Add-PnPNavigationNode", + "Id": 131 }, { - "CommandName": "Add-PnPNavigationNode", - "Id": 132, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", "Rank": 8, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" + "CommandName": "Add-PnPNavigationNode", + "Id": 132 }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 133, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", "Rank": 1, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 133 }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 134, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Rank": 2, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 134 }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 135, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", "Rank": 3, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" + "CommandName": "Add-PnPOrgAssetsLibrary", + "Id": 135 }, { - "CommandName": "Add-PnPOrgNewsSite", - "Id": 136, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", "Rank": 1, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" + "CommandName": "Add-PnPOrgNewsSite", + "Id": 136 }, { - "CommandName": "Add-PnPPage", - "Id": 137, + "Command": "Add-PnPPage -Name \"NewPage\"", "Rank": 1, - "Command": "Add-PnPPage -Name \"NewPage\"" + "CommandName": "Add-PnPPage", + "Id": 137 }, { - "CommandName": "Add-PnPPage", - "Id": 138, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", "Rank": 2, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" + "CommandName": "Add-PnPPage", + "Id": 138 }, { - "CommandName": "Add-PnPPage", - "Id": 139, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", "Rank": 3, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "CommandName": "Add-PnPPage", + "Id": 139 }, { - "CommandName": "Add-PnPPage", - "Id": 140, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", "Rank": 4, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "CommandName": "Add-PnPPage", + "Id": 140 }, { - "CommandName": "Add-PnPPage", - "Id": 141, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", "Rank": 5, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "CommandName": "Add-PnPPage", + "Id": 141 }, { - "CommandName": "Add-PnPPage", - "Id": 142, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", "Rank": 6, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "CommandName": "Add-PnPPage", + "Id": 142 }, { - "CommandName": "Add-PnPPage", - "Id": 143, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", "Rank": 7, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" + "CommandName": "Add-PnPPage", + "Id": 143 }, { - "CommandName": "Add-PnPPage", - "Id": 144, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", "Rank": 8, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "CommandName": "Add-PnPPage", + "Id": 144 }, { - "CommandName": "Add-PnPPage", - "Id": 145, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", "Rank": 9, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "CommandName": "Add-PnPPage", + "Id": 145 }, { - "CommandName": "Add-PnPPage", - "Id": 146, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", "Rank": 10, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "CommandName": "Add-PnPPage", + "Id": 146 }, { - "CommandName": "Add-PnPPageImageWebPart", - "Id": 147, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", "Rank": 1, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" + "CommandName": "Add-PnPPageImageWebPart", + "Id": 147 }, { - "CommandName": "Add-PnPPageImageWebPart", - "Id": 148, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", "Rank": 2, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" + "CommandName": "Add-PnPPageImageWebPart", + "Id": 148 }, { - "CommandName": "Add-PnPPageSection", - "Id": 149, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", "Rank": 1, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "CommandName": "Add-PnPPageSection", + "Id": 149 }, { - "CommandName": "Add-PnPPageSection", - "Id": 150, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", "Rank": 2, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" + "CommandName": "Add-PnPPageSection", + "Id": 150 }, { - "CommandName": "Add-PnPPageTextPart", - "Id": 151, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", "Rank": 1, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "CommandName": "Add-PnPPageTextPart", + "Id": 151 }, { - "CommandName": "Add-PnPPageTextPart", - "Id": 152, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", "Rank": 2, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" + "CommandName": "Add-PnPPageTextPart", + "Id": 152 }, { - "CommandName": "Add-PnPPageTextPart", - "Id": 153, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", "Rank": 3, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" + "CommandName": "Add-PnPPageTextPart", + "Id": 153 }, { - "CommandName": "Add-PnPPageWebPart", - "Id": 154, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", "Rank": 1, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "CommandName": "Add-PnPPageWebPart", + "Id": 154 }, { - "CommandName": "Add-PnPPageWebPart", - "Id": 155, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", "Rank": 2, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "CommandName": "Add-PnPPageWebPart", + "Id": 155 }, { - "CommandName": "Add-PnPPageWebPart", - "Id": 156, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", "Rank": 3, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" + "CommandName": "Add-PnPPageWebPart", + "Id": 156 }, { - "CommandName": "Add-PnPPlannerBucket", - "Id": 157, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", "Rank": 1, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" + "CommandName": "Add-PnPPlannerBucket", + "Id": 157 }, { - "CommandName": "Add-PnPPlannerBucket", - "Id": 158, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", "Rank": 2, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" + "CommandName": "Add-PnPPlannerBucket", + "Id": 158 }, { - "CommandName": "Add-PnPPlannerRoster", - "Id": 159, + "Command": "Add-PnPPlannerRoster", "Rank": 1, - "Command": "Add-PnPPlannerRoster" + "CommandName": "Add-PnPPlannerRoster", + "Id": 159 }, { - "CommandName": "Add-PnPPlannerRosterMember", - "Id": 160, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPPlannerRosterMember", + "Id": 160 }, { - "CommandName": "Add-PnPPlannerTask", - "Id": 161, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Rank": 1, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "CommandName": "Add-PnPPlannerTask", + "Id": 161 }, { - "CommandName": "Add-PnPPlannerTask", - "Id": 162, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Rank": 2, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "CommandName": "Add-PnPPlannerTask", + "Id": 162 }, { - "CommandName": "Add-PnPPlannerTask", - "Id": 163, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Rank": 3, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "CommandName": "Add-PnPPlannerTask", + "Id": 163 }, { - "CommandName": "Add-PnPPublishingImageRendition", - "Id": 164, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Rank": 1, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "CommandName": "Add-PnPPublishingImageRendition", + "Id": 164 }, { - "CommandName": "Add-PnPPublishingPage", - "Id": 165, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", "Rank": 1, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" + "CommandName": "Add-PnPPublishingPage", + "Id": 165 }, { - "CommandName": "Add-PnPPublishingPage", - "Id": 166, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", "Rank": 2, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" + "CommandName": "Add-PnPPublishingPage", + "Id": 166 }, { - "CommandName": "Add-PnPPublishingPageLayout", - "Id": 167, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Rank": 1, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "CommandName": "Add-PnPPublishingPageLayout", + "Id": 167 }, { - "CommandName": "Add-PnPRoleDefinition", - "Id": 168, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", "Rank": 1, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "CommandName": "Add-PnPRoleDefinition", + "Id": 168 }, { - "CommandName": "Add-PnPRoleDefinition", - "Id": 169, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", "Rank": 2, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" + "CommandName": "Add-PnPRoleDefinition", + "Id": 169 }, { - "CommandName": "Add-PnPRoleDefinition", - "Id": 170, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", "Rank": 3, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" + "CommandName": "Add-PnPRoleDefinition", + "Id": 170 }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 171, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 171 }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 172, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Rank": 2, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 172 }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 173, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", "Rank": 3, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" + "CommandName": "Add-PnPSiteCollectionAdmin", + "Id": 173 }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 174, + "Command": "Add-PnPSiteCollectionAppCatalog", "Rank": 1, - "Command": "Add-PnPSiteCollectionAppCatalog" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 174 }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 175, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Rank": 2, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Id": 175 }, { - "CommandName": "Add-PnPSiteDesign", - "Id": 176, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", "Rank": 1, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" + "CommandName": "Add-PnPSiteDesign", + "Id": 176 }, { - "CommandName": "Add-PnPSiteDesign", - "Id": 177, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", "Rank": 2, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" + "CommandName": "Add-PnPSiteDesign", + "Id": 177 }, { - "CommandName": "Add-PnPSiteDesign", - "Id": 178, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Rank": 3, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "CommandName": "Add-PnPSiteDesign", + "Id": 178 }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 179, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", "Rank": 1, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 179 }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 180, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Rank": 2, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 180 }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 181, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", "Rank": 3, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" + "CommandName": "Add-PnPSiteDesignFromWeb", + "Id": 181 }, { - "CommandName": "Add-PnPSiteDesignTask", - "Id": 182, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", "Rank": 1, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" + "CommandName": "Add-PnPSiteDesignTask", + "Id": 182 }, { - "CommandName": "Add-PnPSiteDesignTask", - "Id": 183, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Rank": 2, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "CommandName": "Add-PnPSiteDesignTask", + "Id": 183 }, { - "CommandName": "Add-PnPSiteScript", - "Id": 184, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", "Rank": 1, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" + "CommandName": "Add-PnPSiteScript", + "Id": 184 }, { - "CommandName": "Add-PnPSiteScriptPackage", - "Id": 185, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", "Rank": 1, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" + "CommandName": "Add-PnPSiteScriptPackage", + "Id": 185 }, { - "CommandName": "Add-PnPSiteTemplate", - "Id": 186, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", "Rank": 1, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "CommandName": "Add-PnPSiteTemplate", + "Id": 186 }, { - "CommandName": "Add-PnPStoredCredential", - "Id": 187, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", "Rank": 1, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" + "CommandName": "Add-PnPStoredCredential", + "Id": 187 }, { - "CommandName": "Add-PnPStoredCredential", - "Id": 188, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Rank": 2, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "CommandName": "Add-PnPStoredCredential", + "Id": 188 }, { - "CommandName": "Add-PnPStoredCredential", - "Id": 189, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", "Rank": 3, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" + "CommandName": "Add-PnPStoredCredential", + "Id": 189 }, { - "CommandName": "Add-PnPTaxonomyField", - "Id": 190, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", "Rank": 1, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" + "CommandName": "Add-PnPTaxonomyField", + "Id": 190 }, { - "CommandName": "Add-PnPTaxonomyField", - "Id": 191, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", "Rank": 2, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" + "CommandName": "Add-PnPTaxonomyField", + "Id": 191 }, { - "CommandName": "Add-PnPTeamsChannel", - "Id": 192, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", "Rank": 1, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" + "CommandName": "Add-PnPTeamsChannel", + "Id": 192 }, { - "CommandName": "Add-PnPTeamsChannel", - "Id": 193, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", "Rank": 2, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" + "CommandName": "Add-PnPTeamsChannel", + "Id": 193 }, { - "CommandName": "Add-PnPTeamsChannel", - "Id": 194, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", "Rank": 3, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" + "CommandName": "Add-PnPTeamsChannel", + "Id": 194 }, { - "CommandName": "Add-PnPTeamsChannel", - "Id": 195, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", "Rank": 4, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" + "CommandName": "Add-PnPTeamsChannel", + "Id": 195 }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Id": 196, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", "Rank": 1, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" + "CommandName": "Add-PnpTeamsChannelUser", + "Id": 196 }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Id": 197, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", "Rank": 2, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" + "CommandName": "Add-PnpTeamsChannelUser", + "Id": 197 }, { - "CommandName": "Add-PnPTeamsTab", - "Id": 198, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", "Rank": 1, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" + "CommandName": "Add-PnPTeamsTab", + "Id": 198 }, { - "CommandName": "Add-PnPTeamsTab", - "Id": 199, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", "Rank": 2, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" + "CommandName": "Add-PnPTeamsTab", + "Id": 199 }, { - "CommandName": "Add-PnPTeamsTab", - "Id": 200, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", "Rank": 3, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" + "CommandName": "Add-PnPTeamsTab", + "Id": 200 }, { - "CommandName": "Add-PnPTeamsTab", - "Id": 201, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", "Rank": 4, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" + "CommandName": "Add-PnPTeamsTab", + "Id": 201 }, { - "CommandName": "Add-PnPTeamsTeam", - "Id": 202, + "Command": "Add-PnPTeamsTeam", "Rank": 1, - "Command": "Add-PnPTeamsTeam" + "CommandName": "Add-PnPTeamsTeam", + "Id": 202 }, { - "CommandName": "Add-PnPTeamsUser", - "Id": 203, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Rank": 1, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "CommandName": "Add-PnPTeamsUser", + "Id": 203 }, { - "CommandName": "Add-PnPTeamsUser", - "Id": 204, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Rank": 2, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "CommandName": "Add-PnPTeamsUser", + "Id": 204 }, { - "CommandName": "Add-PnPTeamsUser", - "Id": 205, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", "Rank": 3, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" + "CommandName": "Add-PnPTeamsUser", + "Id": 205 }, { - "CommandName": "Add-PnPTeamsUser", - "Id": 206, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", "Rank": 4, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" + "CommandName": "Add-PnPTeamsUser", + "Id": 206 }, { - "CommandName": "Add-PnPTenantCdnOrigin", - "Id": 207, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Rank": 1, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "CommandName": "Add-PnPTenantCdnOrigin", + "Id": 207 }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 208, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Rank": 1, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 208 }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 209, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Rank": 2, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 209 }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 210, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Rank": 3, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Id": 210 }, { - "CommandName": "Add-PnPTenantSequence", - "Id": 211, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", "Rank": 1, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "CommandName": "Add-PnPTenantSequence", + "Id": 211 }, { - "CommandName": "Add-PnPTenantSequenceSite", - "Id": 212, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", "Rank": 1, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "CommandName": "Add-PnPTenantSequenceSite", + "Id": 212 }, { - "CommandName": "Add-PnPTenantSequenceSubSite", - "Id": 213, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", "Rank": 1, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "CommandName": "Add-PnPTenantSequenceSubSite", + "Id": 213 }, { - "CommandName": "Add-PnPTermToTerm", - "Id": 214, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", "Rank": 1, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "CommandName": "Add-PnPTermToTerm", + "Id": 214 }, { - "CommandName": "Add-PnPView", - "Id": 215, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", "Rank": 1, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" + "CommandName": "Add-PnPView", + "Id": 215 }, { - "CommandName": "Add-PnPView", - "Id": 216, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", "Rank": 2, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" + "CommandName": "Add-PnPView", + "Id": 216 }, { - "CommandName": "Add-PnPView", - "Id": 217, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", "Rank": 3, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" + "CommandName": "Add-PnPView", + "Id": 217 }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 218, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Rank": 1, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 218 }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 219, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Rank": 2, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 219 }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 220, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Rank": 3, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Id": 220 }, { - "CommandName": "Add-PnPWebhookSubscription", - "Id": 221, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", "Rank": 1, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" + "CommandName": "Add-PnPWebhookSubscription", + "Id": 221 }, { - "CommandName": "Add-PnPWebhookSubscription", - "Id": 222, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Rank": 2, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "CommandName": "Add-PnPWebhookSubscription", + "Id": 222 }, { - "CommandName": "Add-PnPWebhookSubscription", - "Id": 223, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", "Rank": 3, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" + "CommandName": "Add-PnPWebhookSubscription", + "Id": 223 }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 224, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", "Rank": 1, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" + "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 224 }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 225, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", "Rank": 2, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" + "CommandName": "Add-PnPWebPartToWebPartPage", + "Id": 225 }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 226, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", "Rank": 1, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" + "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 226 }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 227, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", "Rank": 2, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" + "CommandName": "Add-PnPWebPartToWikiPage", + "Id": 227 }, { - "CommandName": "Add-PnPWikiPage", - "Id": 228, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", "Rank": 1, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" + "CommandName": "Add-PnPWikiPage", + "Id": 228 }, { - "CommandName": "Clear-PnPAzureADGroupMember", - "Id": 229, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", "Rank": 1, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "CommandName": "Clear-PnPAzureADGroupMember", + "Id": 229 }, { - "CommandName": "Clear-PnPAzureADGroupOwner", - "Id": 230, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", "Rank": 1, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "CommandName": "Clear-PnPAzureADGroupOwner", + "Id": 230 }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 231, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", "Rank": 1, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 231 }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 232, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", "Rank": 2, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" + "CommandName": "Clear-PnPDefaultColumnValues", + "Id": 232 }, { - "CommandName": "Clear-PnPListItemAsRecord", - "Id": 233, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Rank": 1, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "CommandName": "Clear-PnPListItemAsRecord", + "Id": 233 }, { - "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Id": 234, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Id": 234 }, { - "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Id": 235, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Id": 235 }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Id": 236, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Rank": 1, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 236 }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Id": 237, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", "Rank": 2, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 237 }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Id": 238, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", "Rank": 3, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "CommandName": "Clear-PnpRecycleBinItem", + "Id": 238 }, { - "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Id": 239, + "Command": "Clear-PnPTenantAppCatalogUrl", "Rank": 1, - "Command": "Clear-PnPTenantAppCatalogUrl" + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Id": 239 }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 240, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 240 }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 241, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Rank": 2, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Id": 241 }, { - "CommandName": "Clear-PnPTraceLog", - "Id": 242, + "Command": "Clear-PnPTraceLog", "Rank": 1, - "Command": "Clear-PnPTraceLog" + "CommandName": "Clear-PnPTraceLog", + "Id": 242 }, { - "CommandName": "Connect-PnPOnline", - "Id": 243, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", "Rank": 1, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" + "CommandName": "Connect-PnPOnline", + "Id": 243 }, { - "CommandName": "Convert-PnPFile", - "Id": 244, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", "Rank": 1, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" + "CommandName": "Convert-PnPFile", + "Id": 244 }, { - "CommandName": "Convert-PnPFile", - "Id": 245, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", "Rank": 2, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" + "CommandName": "Convert-PnPFile", + "Id": 245 }, { - "CommandName": "Convert-PnPFile", - "Id": 246, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", "Rank": 3, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" + "CommandName": "Convert-PnPFile", + "Id": 246 }, { - "CommandName": "Convert-PnPFile", - "Id": 247, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", "Rank": 4, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" + "CommandName": "Convert-PnPFile", + "Id": 247 }, { - "CommandName": "Convert-PnPFile", - "Id": 248, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", "Rank": 5, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" + "CommandName": "Convert-PnPFile", + "Id": 248 }, { - "CommandName": "Convert-PnPFile", - "Id": 249, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", "Rank": 6, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" + "CommandName": "Convert-PnPFile", + "Id": 249 }, { - "CommandName": "Convert-PnPFile", - "Id": 250, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", "Rank": 7, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" + "CommandName": "Convert-PnPFile", + "Id": 250 }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 251, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", "Rank": 1, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 251 }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 252, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", "Rank": 2, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Id": 252 }, { - "CommandName": "Convert-PnPSiteTemplate", - "Id": 253, + "Command": "Convert-PnPSiteTemplate -Path template.xml", "Rank": 1, - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "CommandName": "Convert-PnPSiteTemplate", + "Id": 253 }, { - "CommandName": "Convert-PnPSiteTemplate", - "Id": 254, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", "Rank": 2, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" + "CommandName": "Convert-PnPSiteTemplate", + "Id": 254 }, { - "CommandName": "Convert-PnPSiteTemplate", - "Id": 255, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", "Rank": 3, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" + "CommandName": "Convert-PnPSiteTemplate", + "Id": 255 }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 256, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", "Rank": 1, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 256 }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 257, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", "Rank": 2, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Id": 257 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 258, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", "Rank": 1, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "CommandName": "ConvertTo-PnPPage", + "Id": 258 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 259, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", "Rank": 2, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" + "CommandName": "ConvertTo-PnPPage", + "Id": 259 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 260, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", "Rank": 3, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "CommandName": "ConvertTo-PnPPage", + "Id": 260 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 261, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", "Rank": 4, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "CommandName": "ConvertTo-PnPPage", + "Id": 261 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 262, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 5, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "CommandName": "ConvertTo-PnPPage", + "Id": 262 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 263, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", "Rank": 6, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" + "CommandName": "ConvertTo-PnPPage", + "Id": 263 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 264, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", "Rank": 7, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" + "CommandName": "ConvertTo-PnPPage", + "Id": 264 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 265, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", "Rank": 8, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "CommandName": "ConvertTo-PnPPage", + "Id": 265 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 266, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 9, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "CommandName": "ConvertTo-PnPPage", + "Id": 266 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 267, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", "Rank": 10, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" + "CommandName": "ConvertTo-PnPPage", + "Id": 267 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 268, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", "Rank": 11, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" + "CommandName": "ConvertTo-PnPPage", + "Id": 268 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 269, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 12, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "CommandName": "ConvertTo-PnPPage", + "Id": 269 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 270, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Rank": 13, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "CommandName": "ConvertTo-PnPPage", + "Id": 270 }, { - "CommandName": "ConvertTo-PnPPage", - "Id": 271, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", "Rank": 14, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" + "CommandName": "ConvertTo-PnPPage", + "Id": 271 }, { - "CommandName": "Copy-PnPFile", - "Id": 272, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 1, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "CommandName": "Copy-PnPFile", + "Id": 272 }, { - "CommandName": "Copy-PnPFile", - "Id": 273, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Rank": 2, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "CommandName": "Copy-PnPFile", + "Id": 273 }, { - "CommandName": "Copy-PnPFile", - "Id": 274, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Rank": 3, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "CommandName": "Copy-PnPFile", + "Id": 274 }, { - "CommandName": "Copy-PnPFile", - "Id": 275, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 4, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "CommandName": "Copy-PnPFile", + "Id": 275 }, { - "CommandName": "Copy-PnPFile", - "Id": 276, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Rank": 5, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "CommandName": "Copy-PnPFile", + "Id": 276 }, { - "CommandName": "Copy-PnPFile", - "Id": 277, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Rank": 6, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "CommandName": "Copy-PnPFile", + "Id": 277 }, { - "CommandName": "Copy-PnPFile", - "Id": 278, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Rank": 7, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "CommandName": "Copy-PnPFile", + "Id": 278 }, { - "CommandName": "Copy-PnPFile", - "Id": 279, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 8, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "CommandName": "Copy-PnPFile", + "Id": 279 }, { - "CommandName": "Copy-PnPFile", - "Id": 280, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Rank": 9, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "CommandName": "Copy-PnPFile", + "Id": 280 }, { - "CommandName": "Copy-PnPFile", - "Id": 281, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Rank": 10, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "CommandName": "Copy-PnPFile", + "Id": 281 }, { - "CommandName": "Copy-PnPFolder", - "Id": 282, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 1, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "CommandName": "Copy-PnPFolder", + "Id": 282 }, { - "CommandName": "Copy-PnPFolder", - "Id": 283, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Rank": 2, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "CommandName": "Copy-PnPFolder", + "Id": 283 }, { - "CommandName": "Copy-PnPFolder", - "Id": 284, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Rank": 3, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "CommandName": "Copy-PnPFolder", + "Id": 284 }, { - "CommandName": "Copy-PnPFolder", - "Id": 285, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 4, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "CommandName": "Copy-PnPFolder", + "Id": 285 }, { - "CommandName": "Copy-PnPFolder", - "Id": 286, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Rank": 5, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "CommandName": "Copy-PnPFolder", + "Id": 286 }, { - "CommandName": "Copy-PnPFolder", - "Id": 287, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Rank": 6, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "CommandName": "Copy-PnPFolder", + "Id": 287 }, { - "CommandName": "Copy-PnPFolder", - "Id": 288, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Rank": 7, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "CommandName": "Copy-PnPFolder", + "Id": 288 }, { - "CommandName": "Copy-PnPFolder", - "Id": 289, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Rank": 8, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "CommandName": "Copy-PnPFolder", + "Id": 289 }, { - "CommandName": "Copy-PnPFolder", - "Id": 290, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Rank": 9, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "CommandName": "Copy-PnPFolder", + "Id": 290 }, { - "CommandName": "Copy-PnPFolder", - "Id": 291, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Rank": 10, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "CommandName": "Copy-PnPFolder", + "Id": 291 }, { - "CommandName": "Copy-PnPFolder", - "Id": 292, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", "Rank": 11, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" + "CommandName": "Copy-PnPFolder", + "Id": 292 }, { - "CommandName": "Copy-PnPItemProxy", - "Id": 293, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", "Rank": 1, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" + "CommandName": "Copy-PnPItemProxy", + "Id": 293 }, { - "CommandName": "Copy-PnPList", - "Id": 294, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", "Rank": 1, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" + "CommandName": "Copy-PnPList", + "Id": 294 }, { - "CommandName": "Copy-PnPList", - "Id": 295, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", "Rank": 2, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" + "CommandName": "Copy-PnPList", + "Id": 295 }, { - "CommandName": "Copy-PnPList", - "Id": 296, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", "Rank": 3, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" + "CommandName": "Copy-PnPList", + "Id": 296 }, { - "CommandName": "Copy-PnPList", - "Id": 297, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", "Rank": 4, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" + "CommandName": "Copy-PnPList", + "Id": 297 }, { - "CommandName": "Copy-PnPPage", - "Id": 298, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Rank": 1, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "CommandName": "Copy-PnPPage", + "Id": 298 }, { - "CommandName": "Copy-PnPTeamsTeam", - "Id": 299, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", "Rank": 1, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 299 }, { - "CommandName": "Copy-PnPTeamsTeam", - "Id": 300, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", "Rank": 2, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 300 }, { - "CommandName": "Copy-PnPTeamsTeam", - "Id": 301, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Rank": 3, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 301 }, { - "CommandName": "Copy-PnPTeamsTeam", - "Id": 302, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Rank": 4, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "CommandName": "Copy-PnPTeamsTeam", + "Id": 302 }, { - "CommandName": "Disable-PnPFeature", - "Id": 303, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Disable-PnPFeature", + "Id": 303 }, { - "CommandName": "Disable-PnPFeature", - "Id": 304, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Rank": 2, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "CommandName": "Disable-PnPFeature", + "Id": 304 }, { - "CommandName": "Disable-PnPFeature", - "Id": 305, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Rank": 3, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "CommandName": "Disable-PnPFeature", + "Id": 305 }, { - "CommandName": "Disable-PnPFlow", - "Id": 306, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Disable-PnPFlow", + "Id": 306 }, { - "CommandName": "Disable-PnPFlow", - "Id": 307, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Disable-PnPFlow", + "Id": 307 }, { - "CommandName": "Disable-PnPPageScheduling", - "Id": 308, + "Command": "Disable-PnPPageScheduling", "Rank": 1, - "Command": "Disable-PnPPageScheduling" + "CommandName": "Disable-PnPPageScheduling", + "Id": 308 }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 309, + "Command": "Disable-PnPPowerShellTelemetry", "Rank": 1, - "Command": "Disable-PnPPowerShellTelemetry" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 309 }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 310, + "Command": "Disable-PnPPowerShellTelemetry -Force", "Rank": 2, - "Command": "Disable-PnPPowerShellTelemetry -Force" + "CommandName": "Disable-PnPPowerShellTelemetry", + "Id": 310 }, { - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 311, + "Command": "Disable-PnPSharingForNonOwnersOfSite", "Rank": 1, - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Id": 311 }, { - "CommandName": "Disable-PnPSiteClassification", - "Id": 312, + "Command": "Disable-PnPSiteClassification", "Rank": 1, - "Command": "Disable-PnPSiteClassification" + "CommandName": "Disable-PnPSiteClassification", + "Id": 312 }, { - "CommandName": "Disconnect-PnPOnline", - "Id": 313, + "Command": "Disconnect-PnPOnline", "Rank": 1, - "Command": "Disconnect-PnPOnline" + "CommandName": "Disconnect-PnPOnline", + "Id": 313 }, { - "CommandName": "Enable-PnPCommSite", - "Id": 314, + "Command": "Enable-PnPCommSite", "Rank": 1, - "Command": "Enable-PnPCommSite" + "CommandName": "Enable-PnPCommSite", + "Id": 314 }, { - "CommandName": "Enable-PnPCommSite", - "Id": 315, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", "Rank": 2, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" + "CommandName": "Enable-PnPCommSite", + "Id": 315 }, { - "CommandName": "Enable-PnPFeature", - "Id": 316, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Enable-PnPFeature", + "Id": 316 }, { - "CommandName": "Enable-PnPFeature", - "Id": 317, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Rank": 2, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "CommandName": "Enable-PnPFeature", + "Id": 317 }, { - "CommandName": "Enable-PnPFeature", - "Id": 318, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Rank": 3, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "CommandName": "Enable-PnPFeature", + "Id": 318 }, { - "CommandName": "Enable-PnPFlow", - "Id": 319, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Enable-PnPFlow", + "Id": 319 }, { - "CommandName": "Enable-PnPFlow", - "Id": 320, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Enable-PnPFlow", + "Id": 320 }, { - "CommandName": "Enable-PnPPageScheduling", - "Id": 321, + "Command": "Enable-PnPPageScheduling", "Rank": 1, - "Command": "Enable-PnPPageScheduling" + "CommandName": "Enable-PnPPageScheduling", + "Id": 321 }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 322, + "Command": "Enable-PnPPowerShellTelemetry", "Rank": 1, - "Command": "Enable-PnPPowerShellTelemetry" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 322 }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 323, + "Command": "Enable-PnPPowerShellTelemetry -Force", "Rank": 2, - "Command": "Enable-PnPPowerShellTelemetry -Force" + "CommandName": "Enable-PnPPowerShellTelemetry", + "Id": 323 }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 324, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", "Rank": 1, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 324 }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 325, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", "Rank": 2, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 325 }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 326, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", "Rank": 3, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 326 }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 327, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", "Rank": 4, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Id": 327 }, { - "CommandName": "Enable-PnPSiteClassification", - "Id": 328, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", "Rank": 1, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" + "CommandName": "Enable-PnPSiteClassification", + "Id": 328 }, { - "CommandName": "Enable-PnPSiteClassification", - "Id": 329, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", "Rank": 2, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" + "CommandName": "Enable-PnPSiteClassification", + "Id": 329 }, { - "CommandName": "Export-PnPFlow", - "Id": 330, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Export-PnPFlow", + "Id": 330 }, { - "CommandName": "Export-PnPFlow", - "Id": 331, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Export-PnPFlow", + "Id": 331 }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Id": 332, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", "Rank": 1, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "CommandName": "Export-PnPListToSiteTemplate", + "Id": 332 }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Id": 333, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", "Rank": 2, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" + "CommandName": "Export-PnPListToSiteTemplate", + "Id": 333 }, { - "CommandName": "Export-PnPPage", - "Id": 334, + "Command": "Export-PnPPage -Identity Home.aspx", "Rank": 1, - "Command": "Export-PnPPage -Identity Home.aspx" + "CommandName": "Export-PnPPage", + "Id": 334 }, { - "CommandName": "Export-PnPPage", - "Id": 335, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", "Rank": 2, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" + "CommandName": "Export-PnPPage", + "Id": 335 }, { - "CommandName": "Export-PnPPageMapping", - "Id": 336, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", "Rank": 1, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" + "CommandName": "Export-PnPPageMapping", + "Id": 336 }, { - "CommandName": "Export-PnPPageMapping", - "Id": 337, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", "Rank": 2, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" + "CommandName": "Export-PnPPageMapping", + "Id": 337 }, { - "CommandName": "Export-PnPPageMapping", - "Id": 338, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", "Rank": 3, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" + "CommandName": "Export-PnPPageMapping", + "Id": 338 }, { - "CommandName": "Export-PnPPowerApp", - "Id": 339, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", "Rank": 1, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" + "CommandName": "Export-PnPPowerApp", + "Id": 339 }, { - "CommandName": "Export-PnPPowerApp", - "Id": 340, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", "Rank": 2, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" + "CommandName": "Export-PnPPowerApp", + "Id": 340 }, { - "CommandName": "Export-PnPTaxonomy", - "Id": 341, + "Command": "Export-PnPTaxonomy", "Rank": 1, - "Command": "Export-PnPTaxonomy" + "CommandName": "Export-PnPTaxonomy", + "Id": 341 }, { - "CommandName": "Export-PnPTaxonomy", - "Id": 342, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", "Rank": 2, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "CommandName": "Export-PnPTaxonomy", + "Id": 342 }, { - "CommandName": "Export-PnPTaxonomy", - "Id": 343, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", "Rank": 3, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" + "CommandName": "Export-PnPTaxonomy", + "Id": 343 }, { - "CommandName": "Export-PnPTaxonomy", - "Id": 344, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", "Rank": 4, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" + "CommandName": "Export-PnPTaxonomy", + "Id": 344 }, { - "CommandName": "Export-PnPTermGroupToXml", - "Id": 345, + "Command": "Export-PnPTermGroupToXml", "Rank": 1, - "Command": "Export-PnPTermGroupToXml" + "CommandName": "Export-PnPTermGroupToXml", + "Id": 345 }, { - "CommandName": "Export-PnPTermGroupToXml", - "Id": 346, + "Command": "Export-PnPTermGroupToXml -Out output.xml", "Rank": 2, - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "CommandName": "Export-PnPTermGroupToXml", + "Id": 346 }, { - "CommandName": "Export-PnPTermGroupToXml", - "Id": 347, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", "Rank": 3, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" + "CommandName": "Export-PnPTermGroupToXml", + "Id": 347 }, { - "CommandName": "Export-PnPUserInfo", - "Id": 348, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Rank": 1, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "CommandName": "Export-PnPUserInfo", + "Id": 348 }, { - "CommandName": "Export-PnPUserInfo", - "Id": 349, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", "Rank": 2, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" + "CommandName": "Export-PnPUserInfo", + "Id": 349 }, { - "CommandName": "Export-PnPUserProfile", - "Id": 350, + "Command": "Export-PnPUserProfile -LoginName user@domain.com", "Rank": 1, - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "CommandName": "Export-PnPUserProfile", + "Id": 350 }, { - "CommandName": "Export-PnPUserProfile", - "Id": 351, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", "Rank": 2, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" + "CommandName": "Export-PnPUserProfile", + "Id": 351 }, { - "CommandName": "Find-PnPFile", - "Id": 352, + "Command": "Find-PnPFile -Match *.master", "Rank": 1, - "Command": "Find-PnPFile -Match *.master" + "CommandName": "Find-PnPFile", + "Id": 352 }, { - "CommandName": "Find-PnPFile", - "Id": 353, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", "Rank": 2, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "CommandName": "Find-PnPFile", + "Id": 353 }, { - "CommandName": "Find-PnPFile", - "Id": 354, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", "Rank": 3, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" + "CommandName": "Find-PnPFile", + "Id": 354 }, { - "CommandName": "Get-PnPAccessToken", - "Id": 355, + "Command": "Get-PnPAccessToken", "Rank": 1, - "Command": "Get-PnPAccessToken" + "CommandName": "Get-PnPAccessToken", + "Id": 355 }, { - "CommandName": "Get-PnPAccessToken", - "Id": 356, + "Command": "Get-PnPAccessToken -Decoded", "Rank": 2, - "Command": "Get-PnPAccessToken -Decoded" + "CommandName": "Get-PnPAccessToken", + "Id": 356 }, { - "CommandName": "Get-PnPAccessToken", - "Id": 357, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", "Rank": 3, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "CommandName": "Get-PnPAccessToken", + "Id": 357 }, { - "CommandName": "Get-PnPAccessToken", - "Id": 358, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", "Rank": 4, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "CommandName": "Get-PnPAccessToken", + "Id": 358 }, { - "CommandName": "Get-PnPAccessToken", - "Id": 359, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", "Rank": 5, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "CommandName": "Get-PnPAccessToken", + "Id": 359 }, { - "CommandName": "Get-PnPAccessToken", - "Id": 360, + "Command": "Get-PnPAccessToken -ListPermissionScopes", "Rank": 6, - "Command": "Get-PnPAccessToken -ListPermissionScopes" + "CommandName": "Get-PnPAccessToken", + "Id": 360 }, { - "CommandName": "Get-PnPAlert", - "Id": 361, + "Command": "Get-PnPAlert", "Rank": 1, - "Command": "Get-PnPAlert" + "CommandName": "Get-PnPAlert", + "Id": 361 }, { - "CommandName": "Get-PnPAlert", - "Id": 362, + "Command": "Get-PnPAlert -List \"Demo List\"", "Rank": 2, - "Command": "Get-PnPAlert -List \"Demo List\"" + "CommandName": "Get-PnPAlert", + "Id": 362 }, { - "CommandName": "Get-PnPAlert", - "Id": 363, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Rank": 3, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "CommandName": "Get-PnPAlert", + "Id": 363 }, { - "CommandName": "Get-PnPAlert", - "Id": 364, + "Command": "Get-PnPAlert -Title \"Demo Alert\"", "Rank": 4, - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "CommandName": "Get-PnPAlert", + "Id": 364 }, { - "CommandName": "Get-PnPAlert", - "Id": 365, + "Command": "Get-PnPAlert -AllUsers", "Rank": 5, - "Command": "Get-PnPAlert -AllUsers" + "CommandName": "Get-PnPAlert", + "Id": 365 }, { - "CommandName": "Get-PnPAlert", - "Id": 366, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", "Rank": 6, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "CommandName": "Get-PnPAlert", + "Id": 366 }, { - "CommandName": "Get-PnPApp", - "Id": 367, + "Command": "Get-PnPApp", "Rank": 1, - "Command": "Get-PnPApp" + "CommandName": "Get-PnPApp", + "Id": 367 }, { - "CommandName": "Get-PnPApp", - "Id": 368, + "Command": "Get-PnPApp -Scope Site", "Rank": 2, - "Command": "Get-PnPApp -Scope Site" + "CommandName": "Get-PnPApp", + "Id": 368 }, { - "CommandName": "Get-PnPApp", - "Id": 369, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Rank": 3, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "CommandName": "Get-PnPApp", + "Id": 369 }, { - "CommandName": "Get-PnPAppErrors", - "Id": 370, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", "Rank": 1, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" + "CommandName": "Get-PnPAppErrors", + "Id": 370 }, { - "CommandName": "Get-PnPAppErrors", - "Id": 371, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", "Rank": 2, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" + "CommandName": "Get-PnPAppErrors", + "Id": 371 }, { - "CommandName": "Get-PnPAppInfo", - "Id": 372, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", "Rank": 1, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "CommandName": "Get-PnPAppInfo", + "Id": 372 }, { - "CommandName": "Get-PnPAppInfo", - "Id": 373, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Rank": 2, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "CommandName": "Get-PnPAppInfo", + "Id": 373 }, { - "CommandName": "Get-PnPAppInfo", - "Id": 374, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", "Rank": 3, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "CommandName": "Get-PnPAppInfo", + "Id": 374 }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Id": 375, + "Command": "Get-PnPApplicationCustomizer", "Rank": 1, - "Command": "Get-PnPApplicationCustomizer" + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 375 }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Id": 376, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 2, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 376 }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Id": 377, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", "Rank": 3, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" + "CommandName": "Get-PnPApplicationCustomizer", + "Id": 377 }, { - "CommandName": "Get-PnPAuditing", - "Id": 378, + "Command": "Get-PnPAuditing", "Rank": 1, - "Command": "Get-PnPAuditing" + "CommandName": "Get-PnPAuditing", + "Id": 378 }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Id": 379, + "Command": "Get-PnPAuthenticationRealm", "Rank": 1, - "Command": "Get-PnPAuthenticationRealm" + "CommandName": "Get-PnPAuthenticationRealm", + "Id": 379 }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Id": 380, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", "Rank": 2, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "CommandName": "Get-PnPAuthenticationRealm", + "Id": 380 }, { - "CommandName": "Get-PnPAvailableLanguage", - "Id": 381, + "Command": "Get-PnPAvailableLanguage", "Rank": 1, - "Command": "Get-PnPAvailableLanguage" + "CommandName": "Get-PnPAvailableLanguage", + "Id": 381 }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 382, + "Command": "Get-PnPAvailableSensitivityLabel", "Rank": 1, - "Command": "Get-PnPAvailableSensitivityLabel" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 382 }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 383, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", "Rank": 2, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 383 }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 384, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", "Rank": 3, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Id": 384 }, { - "CommandName": "Get-PnPAvailableSiteClassification", - "Id": 385, + "Command": "Get-PnPAvailableSiteClassification", "Rank": 1, - "Command": "Get-PnPAvailableSiteClassification" + "CommandName": "Get-PnPAvailableSiteClassification", + "Id": 385 }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 386, + "Command": "Get-PnPAzureACSPrincipal", "Rank": 1, - "Command": "Get-PnPAzureACSPrincipal" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 386 }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 387, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", "Rank": 2, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 387 }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 388, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", "Rank": 3, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 388 }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 389, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", "Rank": 4, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "CommandName": "Get-PnPAzureACSPrincipal", + "Id": 389 }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 390, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 1, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 390 }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 391, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", "Rank": 2, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 391 }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 392, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", "Rank": 3, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 392 }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 393, + "Command": "Get-PnPAzureADActivityReportSignIn", "Rank": 1, - "Command": "Get-PnPAzureADActivityReportSignIn" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 393 }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 394, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", "Rank": 2, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 394 }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 395, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", "Rank": 3, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Id": 395 }, { - "CommandName": "Get-PnPAzureADApp", - "Id": 396, + "Command": "Get-PnPAzureADApp", "Rank": 1, - "Command": "Get-PnPAzureADApp" + "CommandName": "Get-PnPAzureADApp", + "Id": 396 }, { - "CommandName": "Get-PnPAzureADApp", - "Id": 397, + "Command": "Get-PnPAzureADApp -Identity MyApp", "Rank": 2, - "Command": "Get-PnPAzureADApp -Identity MyApp" + "CommandName": "Get-PnPAzureADApp", + "Id": 397 }, { - "CommandName": "Get-PnPAzureADApp", - "Id": 398, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Rank": 3, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "CommandName": "Get-PnPAzureADApp", + "Id": 398 }, { - "CommandName": "Get-PnPAzureADApp", - "Id": 399, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", "Rank": 4, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "CommandName": "Get-PnPAzureADApp", + "Id": 399 }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Id": 400, + "Command": "Get-PnPAzureADAppPermission", "Rank": 1, - "Command": "Get-PnPAzureADAppPermission" + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 400 }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Id": 401, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", "Rank": 2, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 401 }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Id": 402, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Rank": 3, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "CommandName": "Get-PnPAzureADAppPermission", + "Id": 402 }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 403, + "Command": "Get-PnPAzureADAppSitePermission", "Rank": 1, - "Command": "Get-PnPAzureADAppSitePermission" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 403 }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 404, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", "Rank": 2, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 404 }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 405, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", "Rank": 3, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 405 }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 406, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", "Rank": 4, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 406 }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 407, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", "Rank": 5, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" + "CommandName": "Get-PnPAzureADAppSitePermission", + "Id": 407 }, { - "CommandName": "Get-PnPAzureADGroup", - "Id": 408, + "Command": "Get-PnPAzureADGroup", "Rank": 1, - "Command": "Get-PnPAzureADGroup" + "CommandName": "Get-PnPAzureADGroup", + "Id": 408 }, { - "CommandName": "Get-PnPAzureADGroup", - "Id": 409, + "Command": "Get-PnPAzureADGroup -Identity $groupId", "Rank": 2, - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "CommandName": "Get-PnPAzureADGroup", + "Id": 409 }, { - "CommandName": "Get-PnPAzureADGroup", - "Id": 410, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", "Rank": 3, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "CommandName": "Get-PnPAzureADGroup", + "Id": 410 }, { - "CommandName": "Get-PnPAzureADGroup", - "Id": 411, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", "Rank": 4, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "CommandName": "Get-PnPAzureADGroup", + "Id": 411 }, { - "CommandName": "Get-PnPAzureADGroup", - "Id": 412, + "Command": "Get-PnPAzureADGroup -Identity $group", "Rank": 5, - "Command": "Get-PnPAzureADGroup -Identity $group" + "CommandName": "Get-PnPAzureADGroup", + "Id": 412 }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Id": 413, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", "Rank": 1, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 413 }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Id": 414, + "Command": "Get-PnPAzureADGroupMember -Identity $group", "Rank": 2, - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 414 }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Id": 415, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", "Rank": 3, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" + "CommandName": "Get-PnPAzureADGroupMember", + "Id": 415 }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 416, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", "Rank": 1, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 416 }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 417, + "Command": "Get-PnPAzureADGroupOwner -Identity $group", "Rank": 2, - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "CommandName": "Get-PnPAzureADGroupOwner", + "Id": 417 }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 418, + "Command": "Get-PnPAzureADServicePrincipal", "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipal" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 418 }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 419, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 419 }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 420, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", "Rank": 3, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 420 }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 421, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", "Rank": 4, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 421 }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 422, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", "Rank": 5, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "CommandName": "Get-PnPAzureADServicePrincipal", + "Id": 422 }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 423, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 423 }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 424, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 424 }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 425, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 425 }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 426, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Id": 426 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 427, + "Command": "Get-PnPAzureADUser", "Rank": 1, - "Command": "Get-PnPAzureADUser" + "CommandName": "Get-PnPAzureADUser", + "Id": 427 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 428, + "Command": "Get-PnPAzureADUser -EndIndex 50", "Rank": 2, - "Command": "Get-PnPAzureADUser -EndIndex 50" + "CommandName": "Get-PnPAzureADUser", + "Id": 428 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 429, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Rank": 3, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "CommandName": "Get-PnPAzureADUser", + "Id": 429 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 430, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", "Rank": 4, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "CommandName": "Get-PnPAzureADUser", + "Id": 430 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 431, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", "Rank": 5, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" + "CommandName": "Get-PnPAzureADUser", + "Id": 431 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 432, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", "Rank": 6, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "CommandName": "Get-PnPAzureADUser", + "Id": 432 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 433, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", "Rank": 7, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" + "CommandName": "Get-PnPAzureADUser", + "Id": 433 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 434, + "Command": "Get-PnPAzureADUser -Delta", "Rank": 8, - "Command": "Get-PnPAzureADUser -Delta" + "CommandName": "Get-PnPAzureADUser", + "Id": 434 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 435, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", "Rank": 9, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "CommandName": "Get-PnPAzureADUser", + "Id": 435 }, { - "CommandName": "Get-PnPAzureADUser", - "Id": 436, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", "Rank": 10, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "CommandName": "Get-PnPAzureADUser", + "Id": 436 }, { - "CommandName": "Get-PnPAzureCertificate", - "Id": 437, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", "Rank": 1, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "CommandName": "Get-PnPAzureCertificate", + "Id": 437 }, { - "CommandName": "Get-PnPAzureCertificate", - "Id": 438, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Rank": 2, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "CommandName": "Get-PnPAzureCertificate", + "Id": 438 }, { - "CommandName": "Get-PnPAzureCertificate", - "Id": 439, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", "Rank": 3, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "CommandName": "Get-PnPAzureCertificate", + "Id": 439 }, { - "CommandName": "Get-PnPBrandCenterConfig", - "Id": 440, + "Command": "Get-PnPBrandCenterConfig", "Rank": 1, - "Command": "Get-PnPBrandCenterConfig" + "CommandName": "Get-PnPBrandCenterConfig", + "Id": 440 }, { - "CommandName": "Get-PnPBrandCenterFont", - "Id": 441, + "Command": "Get-PnPBrandCenterFont", "Rank": 1, - "Command": "Get-PnPBrandCenterFont" + "CommandName": "Get-PnPBrandCenterFont", + "Id": 441 }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 442, + "Command": "Get-PnPBrandCenterFontPackage", "Rank": 1, - "Command": "Get-PnPBrandCenterFontPackage" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 442 }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 443, + "Command": "Get-PnPBrandCenterFontPackage -Store Site", "Rank": 2, - "Command": "Get-PnPBrandCenterFontPackage -Store Site" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 443 }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 444, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", "Rank": 3, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 444 }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 445, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Rank": 4, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "CommandName": "Get-PnPBrandCenterFontPackage", + "Id": 445 }, { - "CommandName": "Get-PnPBrowserIdleSignout", - "Id": 446, + "Command": "Get-PnPBrowserIdleSignout", "Rank": 1, - "Command": "Get-PnPBrowserIdleSignout" + "CommandName": "Get-PnPBrowserIdleSignout", + "Id": 446 }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 447, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", "Rank": 1, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 447 }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 448, + "Command": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 2, - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 448 }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 449, + "Command": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 1, - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 449 }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 450, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", "Rank": 2, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 450 }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 451, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", "Rank": 3, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 451 }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 452, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", "Rank": 4, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 452 }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 453, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", "Rank": 5, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 453 }, { - "CommandName": "Get-PnPChangeLog", - "Id": 454, + "Command": "Get-PnPChangeLog", "Rank": 1, - "Command": "Get-PnPChangeLog" + "CommandName": "Get-PnPChangeLog", + "Id": 454 }, { - "CommandName": "Get-PnPChangeLog", - "Id": 455, + "Command": "Get-PnPChangeLog -Nightly", "Rank": 2, - "Command": "Get-PnPChangeLog -Nightly" + "CommandName": "Get-PnPChangeLog", + "Id": 455 }, { - "CommandName": "Get-PnPChangeLog", - "Id": 456, + "Command": "Get-PnPChangeLog -Version 2.12.0", "Rank": 3, - "Command": "Get-PnPChangeLog -Version 2.12.0" + "CommandName": "Get-PnPChangeLog", + "Id": 456 }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 457, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", "Rank": 1, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 457 }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 458, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", "Rank": 2, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Id": 458 }, { - "CommandName": "Get-PnPContainer", - "Id": 459, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", "Rank": 1, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" + "CommandName": "Get-PnPContainer", + "Id": 459 }, { - "CommandName": "Get-PnPContainer", - "Id": 460, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Rank": 2, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "CommandName": "Get-PnPContainer", + "Id": 460 }, { - "CommandName": "Get-PnPContainer", - "Id": 461, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Rank": 3, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "CommandName": "Get-PnPContainer", + "Id": 461 }, { - "CommandName": "Get-PnPContainerType", - "Id": 462, + "Command": "Get-PnPContainerType", "Rank": 1, - "Command": "Get-PnPContainerType" + "CommandName": "Get-PnPContainerType", + "Id": 462 }, { - "CommandName": "Get-PnPContainerTypeConfiguration", - "Id": 463, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", "Rank": 1, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" + "CommandName": "Get-PnPContainerTypeConfiguration", + "Id": 463 }, { - "CommandName": "Get-PnPContentType", - "Id": 464, + "Command": "Get-PnPContentType", "Rank": 1, - "Command": "Get-PnPContentType" + "CommandName": "Get-PnPContentType", + "Id": 464 }, { - "CommandName": "Get-PnPContentType", - "Id": 465, + "Command": "Get-PnPContentType -InSiteHierarchy", "Rank": 2, - "Command": "Get-PnPContentType -InSiteHierarchy" + "CommandName": "Get-PnPContentType", + "Id": 465 }, { - "CommandName": "Get-PnPContentType", - "Id": 466, + "Command": "Get-PnPContentType -Identity \"Project Document\"", "Rank": 3, - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "CommandName": "Get-PnPContentType", + "Id": 466 }, { - "CommandName": "Get-PnPContentType", - "Id": 467, + "Command": "Get-PnPContentType -List \"Documents\"", "Rank": 4, - "Command": "Get-PnPContentType -List \"Documents\"" + "CommandName": "Get-PnPContentType", + "Id": 467 }, { - "CommandName": "Get-PnPContentType", - "Id": 468, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", "Rank": 5, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"" + "CommandName": "Get-PnPContentType", + "Id": 468 }, { - "CommandName": "Get-PnPContentTypePublishingStatus", - "Id": 469, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", "Rank": 1, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "CommandName": "Get-PnPContentTypePublishingStatus", + "Id": 469 }, { - "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Id": 470, + "Command": "Get-PnPCopilotAdminLimitedMode", "Rank": 1, - "Command": "Get-PnPCopilotAdminLimitedMode" + "CommandName": "Get-PnPCopilotAdminLimitedMode", + "Id": 470 }, { - "CommandName": "Get-PnPCopilotAgent", - "Id": 471, + "Command": "Get-PnPCopilotAgent", "Rank": 1, - "Command": "Get-PnPCopilotAgent" + "CommandName": "Get-PnPCopilotAgent", + "Id": 471 }, { - "CommandName": "Get-PnPCopilotAgent", - "Id": 472, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", "Rank": 2, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" + "CommandName": "Get-PnPCopilotAgent", + "Id": 472 }, { - "CommandName": "Get-PnPCustomAction", - "Id": 473, + "Command": "Get-PnPCustomAction", "Rank": 1, - "Command": "Get-PnPCustomAction" + "CommandName": "Get-PnPCustomAction", + "Id": 473 }, { - "CommandName": "Get-PnPCustomAction", - "Id": 474, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 2, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "CommandName": "Get-PnPCustomAction", + "Id": 474 }, { - "CommandName": "Get-PnPCustomAction", - "Id": 475, + "Command": "Get-PnPCustomAction -Scope web", "Rank": 3, - "Command": "Get-PnPCustomAction -Scope web" + "CommandName": "Get-PnPCustomAction", + "Id": 475 }, { - "CommandName": "Get-PnPDeletedContainer", - "Id": 476, + "Command": "Get-PnPDeletedContainer", "Rank": 1, - "Command": "Get-PnPDeletedContainer" + "CommandName": "Get-PnPDeletedContainer", + "Id": 476 }, { - "CommandName": "Get-PnPDeletedFlow", - "Id": 477, + "Command": "Get-PnPDeletedFlow", "Rank": 1, - "Command": "Get-PnPDeletedFlow" + "CommandName": "Get-PnPDeletedFlow", + "Id": 477 }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 478, + "Command": "Get-PnPDeletedMicrosoft365Group", "Rank": 1, - "Command": "Get-PnPDeletedMicrosoft365Group" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 478 }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 479, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Rank": 2, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Id": 479 }, { - "CommandName": "Get-PnPDeletedTeam", - "Id": 480, + "Command": "Get-PnPDeletedTeam", "Rank": 1, - "Command": "Get-PnPDeletedTeam" + "CommandName": "Get-PnPDeletedTeam", + "Id": 480 }, { - "CommandName": "Get-PnPDiagnostics", - "Id": 481, + "Command": "Get-PnPDiagnostics", "Rank": 1, - "Command": "Get-PnPDiagnostics" + "CommandName": "Get-PnPDiagnostics", + "Id": 481 }, { - "CommandName": "Get-PnPDisableSpacesActivation", - "Id": 482, + "Command": "Get-PnPDisableSpacesActivation", "Rank": 1, - "Command": "Get-PnPDisableSpacesActivation" + "CommandName": "Get-PnPDisableSpacesActivation", + "Id": 482 }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 483, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", "Rank": 1, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 483 }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 484, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", "Rank": 2, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "CommandName": "Get-PnPDocumentSetTemplate", + "Id": 484 }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 485, + "Command": "Get-PnPEnterpriseAppInsightsReport", "Rank": 1, - "Command": "Get-PnPEnterpriseAppInsightsReport" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 485 }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 486, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", "Rank": 2, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 486 }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 487, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", "Rank": 3, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Id": 487 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 488, + "Command": "Get-PnPEventReceiver", "Rank": 1, - "Command": "Get-PnPEventReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 488 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 489, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 2, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "CommandName": "Get-PnPEventReceiver", + "Id": 489 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 490, + "Command": "Get-PnPEventReceiver -Identity MyReceiver", "Rank": 3, - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 490 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 491, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", "Rank": 4, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "CommandName": "Get-PnPEventReceiver", + "Id": 491 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 492, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 5, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "CommandName": "Get-PnPEventReceiver", + "Id": 492 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 493, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", "Rank": 6, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "CommandName": "Get-PnPEventReceiver", + "Id": 493 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 494, + "Command": "Get-PnPEventReceiver -Scope Site", "Rank": 7, - "Command": "Get-PnPEventReceiver -Scope Site" + "CommandName": "Get-PnPEventReceiver", + "Id": 494 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 495, + "Command": "Get-PnPEventReceiver -Scope Web", "Rank": 8, - "Command": "Get-PnPEventReceiver -Scope Web" + "CommandName": "Get-PnPEventReceiver", + "Id": 495 }, { - "CommandName": "Get-PnPEventReceiver", - "Id": 496, + "Command": "Get-PnPEventReceiver -Scope All", "Rank": 9, - "Command": "Get-PnPEventReceiver -Scope All" + "CommandName": "Get-PnPEventReceiver", + "Id": 496 }, { - "CommandName": "Get-PnPException", - "Id": 497, + "Command": "Get-PnPException", "Rank": 1, - "Command": "Get-PnPException" + "CommandName": "Get-PnPException", + "Id": 497 }, { - "CommandName": "Get-PnPException", - "Id": 498, + "Command": "Get-PnPException -All", "Rank": 2, - "Command": "Get-PnPException -All" + "CommandName": "Get-PnPException", + "Id": 498 }, { - "CommandName": "Get-PnPExternalUser", - "Id": 499, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", "Rank": 1, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "CommandName": "Get-PnPExternalUser", + "Id": 499 }, { - "CommandName": "Get-PnPExternalUser", - "Id": 500, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", "Rank": 2, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "CommandName": "Get-PnPExternalUser", + "Id": 500 }, { - "CommandName": "Get-PnPFeature", - "Id": 501, + "Command": "Get-PnPFeature", "Rank": 1, - "Command": "Get-PnPFeature" + "CommandName": "Get-PnPFeature", + "Id": 501 }, { - "CommandName": "Get-PnPFeature", - "Id": 502, + "Command": "Get-PnPFeature -Scope Site", "Rank": 2, - "Command": "Get-PnPFeature -Scope Site" + "CommandName": "Get-PnPFeature", + "Id": 502 }, { - "CommandName": "Get-PnPFeature", - "Id": 503, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 3, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "CommandName": "Get-PnPFeature", + "Id": 503 }, { - "CommandName": "Get-PnPFeature", - "Id": 504, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", "Rank": 4, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" + "CommandName": "Get-PnPFeature", + "Id": 504 }, { - "CommandName": "Get-PnPField", - "Id": 505, + "Command": "Get-PnPField", "Rank": 1, - "Command": "Get-PnPField" + "CommandName": "Get-PnPField", + "Id": 505 }, { - "CommandName": "Get-PnPField", - "Id": 506, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Rank": 2, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "CommandName": "Get-PnPField", + "Id": 506 }, { - "CommandName": "Get-PnPField", - "Id": 507, + "Command": "Get-PnPField -Group \"Custom Columns\"", "Rank": 3, - "Command": "Get-PnPField -Group \"Custom Columns\"" + "CommandName": "Get-PnPField", + "Id": 507 }, { - "CommandName": "Get-PnPFile", - "Id": 508, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", "Rank": 1, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" + "CommandName": "Get-PnPFile", + "Id": 508 }, { - "CommandName": "Get-PnPFile", - "Id": 509, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", "Rank": 2, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" + "CommandName": "Get-PnPFile", + "Id": 509 }, { - "CommandName": "Get-PnPFile", - "Id": 510, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", "Rank": 3, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "CommandName": "Get-PnPFile", + "Id": 510 }, { - "CommandName": "Get-PnPFile", - "Id": 511, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", "Rank": 4, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "CommandName": "Get-PnPFile", + "Id": 511 }, { - "CommandName": "Get-PnPFile", - "Id": 512, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", "Rank": 5, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "CommandName": "Get-PnPFile", + "Id": 512 }, { - "CommandName": "Get-PnPFile", - "Id": 513, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", "Rank": 6, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "CommandName": "Get-PnPFile", + "Id": 513 }, { - "CommandName": "Get-PnPFile", - "Id": 514, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", "Rank": 7, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "CommandName": "Get-PnPFile", + "Id": 514 }, { - "CommandName": "Get-PnPFile", - "Id": 515, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", "Rank": 8, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "CommandName": "Get-PnPFile", + "Id": 515 }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Id": 516, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", "Rank": 1, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 516 }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Id": 517, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", "Rank": 2, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 517 }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Id": 518, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Rank": 3, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "CommandName": "Get-PnPFileAnalyticsData", + "Id": 518 }, { - "CommandName": "Get-PnPFileCheckedOut", - "Id": 519, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", "Rank": 1, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"" + "CommandName": "Get-PnPFileCheckedOut", + "Id": 519 }, { - "CommandName": "Get-PnPFileInFolder", - "Id": 520, + "Command": "Get-PnPFileInFolder", "Rank": 1, - "Command": "Get-PnPFileInFolder" + "CommandName": "Get-PnPFileInFolder", + "Id": 520 }, { - "CommandName": "Get-PnPFileInFolder", - "Id": 521, + "Command": "Get-PnPFileInFolder -Recurse", "Rank": 2, - "Command": "Get-PnPFileInFolder -Recurse" + "CommandName": "Get-PnPFileInFolder", + "Id": 521 }, { - "CommandName": "Get-PnPFileInFolder", - "Id": 522, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", "Rank": 3, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" + "CommandName": "Get-PnPFileInFolder", + "Id": 522 }, { - "CommandName": "Get-PnPFileInFolder", - "Id": 523, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Rank": 4, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "CommandName": "Get-PnPFileInFolder", + "Id": 523 }, { - "CommandName": "Get-PnPFileInFolder", - "Id": 524, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Rank": 5, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "CommandName": "Get-PnPFileInFolder", + "Id": 524 }, { - "CommandName": "Get-PnPFileRetentionLabel", - "Id": 525, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Rank": 1, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "CommandName": "Get-PnPFileRetentionLabel", + "Id": 525 }, { - "CommandName": "Get-PnPFileSensitivityLabel", - "Id": 526, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Rank": 1, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "CommandName": "Get-PnPFileSensitivityLabel", + "Id": 526 }, { - "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Id": 527, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", "Rank": 1, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" + "CommandName": "Get-PnPFileSensitivityLabelInfo", + "Id": 527 }, { - "CommandName": "Get-PnPFileSharingLink", - "Id": 528, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" + "CommandName": "Get-PnPFileSharingLink", + "Id": 528 }, { - "CommandName": "Get-PnPFileSharingLink", - "Id": 529, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", "Rank": 2, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" + "CommandName": "Get-PnPFileSharingLink", + "Id": 529 }, { - "CommandName": "Get-PnPFileSharingLink", - "Id": 530, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", "Rank": 3, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" + "CommandName": "Get-PnPFileSharingLink", + "Id": 530 }, { - "CommandName": "Get-PnPFileVersion", - "Id": 531, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", "Rank": 1, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "CommandName": "Get-PnPFileVersion", + "Id": 531 }, { - "CommandName": "Get-PnPFileVersion", - "Id": 532, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", "Rank": 2, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" + "CommandName": "Get-PnPFileVersion", + "Id": 532 }, { - "CommandName": "Get-PnPFileVersion", - "Id": 533, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", "Rank": 3, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" + "CommandName": "Get-PnPFileVersion", + "Id": 533 }, { - "CommandName": "Get-PnPFlow", - "Id": 534, + "Command": "Get-PnPFlow -AsAdmin", "Rank": 1, - "Command": "Get-PnPFlow -AsAdmin" + "CommandName": "Get-PnPFlow", + "Id": 534 }, { - "CommandName": "Get-PnPFlow", - "Id": 535, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", "Rank": 2, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe" + "CommandName": "Get-PnPFlow", + "Id": 535 }, { - "CommandName": "Get-PnPFlow", - "Id": 536, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 3, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Get-PnPFlow", + "Id": 536 }, { - "CommandName": "Get-PnPFlowOwner", - "Id": 537, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Rank": 1, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "CommandName": "Get-PnPFlowOwner", + "Id": 537 }, { - "CommandName": "Get-PnPFlowOwner", - "Id": 538, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Rank": 2, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "CommandName": "Get-PnPFlowOwner", + "Id": 538 }, { - "CommandName": "Get-PnPFlowRun", - "Id": 539, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Get-PnPFlowRun", + "Id": 539 }, { - "CommandName": "Get-PnPFlowRun", - "Id": 540, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Rank": 2, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "CommandName": "Get-PnPFlowRun", + "Id": 540 }, { - "CommandName": "Get-PnPFolder", - "Id": 541, + "Command": "Get-PnPFolder", "Rank": 1, - "Command": "Get-PnPFolder" + "CommandName": "Get-PnPFolder", + "Id": 541 }, { - "CommandName": "Get-PnPFolder", - "Id": 542, + "Command": "Get-PnPFolder -CurrentWebRootFolder", "Rank": 2, - "Command": "Get-PnPFolder -CurrentWebRootFolder" + "CommandName": "Get-PnPFolder", + "Id": 542 }, { - "CommandName": "Get-PnPFolder", - "Id": 543, + "Command": "Get-PnPFolder -Url \"Shared Documents\"", "Rank": 3, - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "CommandName": "Get-PnPFolder", + "Id": 543 }, { - "CommandName": "Get-PnPFolder", - "Id": 544, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", "Rank": 4, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "CommandName": "Get-PnPFolder", + "Id": 544 }, { - "CommandName": "Get-PnPFolder", - "Id": 545, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", "Rank": 5, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" + "CommandName": "Get-PnPFolder", + "Id": 545 }, { - "CommandName": "Get-PnPFolder", - "Id": 546, + "Command": "Get-PnPFolder -List \"Shared Documents\"", "Rank": 6, - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "CommandName": "Get-PnPFolder", + "Id": 546 }, { - "CommandName": "Get-PnPFolder", - "Id": 547, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", "Rank": 7, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" + "CommandName": "Get-PnPFolder", + "Id": 547 }, { - "CommandName": "Get-PnPFolderInFolder", - "Id": 548, + "Command": "Get-PnPFolderInFolder", "Rank": 1, - "Command": "Get-PnPFolderInFolder" + "CommandName": "Get-PnPFolderInFolder", + "Id": 548 }, { - "CommandName": "Get-PnPFolderInFolder", - "Id": 549, + "Command": "Get-PnPFolderInFolder -Recurse", "Rank": 2, - "Command": "Get-PnPFolderInFolder -Recurse" + "CommandName": "Get-PnPFolderInFolder", + "Id": 549 }, { - "CommandName": "Get-PnPFolderInFolder", - "Id": 550, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", "Rank": 3, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" + "CommandName": "Get-PnPFolderInFolder", + "Id": 550 }, { - "CommandName": "Get-PnPFolderInFolder", - "Id": 551, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", "Rank": 4, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" + "CommandName": "Get-PnPFolderInFolder", + "Id": 551 }, { - "CommandName": "Get-PnPFolderInFolder", - "Id": 552, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", "Rank": 5, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" + "CommandName": "Get-PnPFolderInFolder", + "Id": 552 }, { - "CommandName": "Get-PnPFolderInFolder", - "Id": 553, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Rank": 6, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "CommandName": "Get-PnPFolderInFolder", + "Id": 553 }, { - "CommandName": "Get-PnPFolderItem", - "Id": 554, + "Command": "Get-PnPFolderItem", "Rank": 1, - "Command": "Get-PnPFolderItem" + "CommandName": "Get-PnPFolderItem", + "Id": 554 }, { - "CommandName": "Get-PnPFolderItem", - "Id": 555, + "Command": "Get-PnPFolderItem -Recurse", "Rank": 2, - "Command": "Get-PnPFolderItem -Recurse" + "CommandName": "Get-PnPFolderItem", + "Id": 555 }, { - "CommandName": "Get-PnPFolderItem", - "Id": 556, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", "Rank": 3, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" + "CommandName": "Get-PnPFolderItem", + "Id": 556 }, { - "CommandName": "Get-PnPFolderItem", - "Id": 557, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Rank": 4, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "CommandName": "Get-PnPFolderItem", + "Id": 557 }, { - "CommandName": "Get-PnPFolderItem", - "Id": 558, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", "Rank": 5, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "CommandName": "Get-PnPFolderItem", + "Id": 558 }, { - "CommandName": "Get-PnPFolderItem", - "Id": 559, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", "Rank": 6, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "CommandName": "Get-PnPFolderItem", + "Id": 559 }, { - "CommandName": "Get-PnPFolderSharingLink", - "Id": 560, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "CommandName": "Get-PnPFolderSharingLink", + "Id": 560 }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Id": 561, + "Command": "Get-PnPFolderStorageMetric", "Rank": 1, - "Command": "Get-PnPFolderStorageMetric" + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 561 }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Id": 562, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", "Rank": 2, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 562 }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Id": 563, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", "Rank": 3, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "CommandName": "Get-PnPFolderStorageMetric", + "Id": 563 }, { - "CommandName": "Get-PnPFooter", - "Id": 564, + "Command": "Get-PnPFooter", "Rank": 1, - "Command": "Get-PnPFooter" + "CommandName": "Get-PnPFooter", + "Id": 564 }, { - "CommandName": "Get-PnPGraphSubscription", - "Id": 565, + "Command": "Get-PnPGraphSubscription", "Rank": 1, - "Command": "Get-PnPGraphSubscription" + "CommandName": "Get-PnPGraphSubscription", + "Id": 565 }, { - "CommandName": "Get-PnPGraphSubscription", - "Id": 566, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Rank": 2, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "CommandName": "Get-PnPGraphSubscription", + "Id": 566 }, { - "CommandName": "Get-PnPGroup", - "Id": 567, + "Command": "Get-PnPGroup", "Rank": 1, - "Command": "Get-PnPGroup" + "CommandName": "Get-PnPGroup", + "Id": 567 }, { - "CommandName": "Get-PnPGroup", - "Id": 568, + "Command": "Get-PnPGroup -Identity 'My Site Users'", "Rank": 2, - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "CommandName": "Get-PnPGroup", + "Id": 568 }, { - "CommandName": "Get-PnPGroup", - "Id": 569, + "Command": "Get-PnPGroup -AssociatedMemberGroup", "Rank": 3, - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "CommandName": "Get-PnPGroup", + "Id": 569 }, { - "CommandName": "Get-PnPGroupMember", - "Id": 570, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", "Rank": 1, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "CommandName": "Get-PnPGroupMember", + "Id": 570 }, { - "CommandName": "Get-PnPGroupMember", - "Id": 571, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", "Rank": 2, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" + "CommandName": "Get-PnPGroupMember", + "Id": 571 }, { - "CommandName": "Get-PnPGroupPermissions", - "Id": 572, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", "Rank": 1, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "CommandName": "Get-PnPGroupPermissions", + "Id": 572 }, { - "CommandName": "Get-PnPHideDefaultThemes", - "Id": 573, + "Command": "Get-PnPHideDefaultThemes", "Rank": 1, - "Command": "Get-PnPHideDefaultThemes" + "CommandName": "Get-PnPHideDefaultThemes", + "Id": 573 }, { - "CommandName": "Get-PnPHomePage", - "Id": 574, + "Command": "Get-PnPHomePage", "Rank": 1, - "Command": "Get-PnPHomePage" + "CommandName": "Get-PnPHomePage", + "Id": 574 }, { - "CommandName": "Get-PnPHomeSite", - "Id": 575, + "Command": "Get-PnPHomeSite", "Rank": 1, - "Command": "Get-PnPHomeSite" + "CommandName": "Get-PnPHomeSite", + "Id": 575 }, { - "CommandName": "Get-PnPHomeSite", - "Id": 576, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", "Rank": 2, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "CommandName": "Get-PnPHomeSite", + "Id": 576 }, { - "CommandName": "Get-PnPHomeSite", - "Id": 577, + "Command": "Get-PnPHomeSite -Detailed", "Rank": 3, - "Command": "Get-PnPHomeSite -Detailed" + "CommandName": "Get-PnPHomeSite", + "Id": 577 }, { - "CommandName": "Get-PnPHubSite", - "Id": 578, + "Command": "Get-PnPHubSite", "Rank": 1, - "Command": "Get-PnPHubSite" + "CommandName": "Get-PnPHubSite", + "Id": 578 }, { - "CommandName": "Get-PnPHubSite", - "Id": 579, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Rank": 2, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "CommandName": "Get-PnPHubSite", + "Id": 579 }, { - "CommandName": "Get-PnPHubSite", - "Id": 580, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", "Rank": 3, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" + "CommandName": "Get-PnPHubSite", + "Id": 580 }, { - "CommandName": "Get-PnPHubSiteChild", - "Id": 581, + "Command": "Get-PnPHubSiteChild", "Rank": 1, - "Command": "Get-PnPHubSiteChild" + "CommandName": "Get-PnPHubSiteChild", + "Id": 581 }, { - "CommandName": "Get-PnPHubSiteChild", - "Id": 582, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Rank": 2, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "CommandName": "Get-PnPHubSiteChild", + "Id": 582 }, { - "CommandName": "Get-PnPInPlaceRecordsManagement", - "Id": 583, + "Command": "Get-PnPInPlaceRecordsManagement", "Rank": 1, - "Command": "Get-PnPInPlaceRecordsManagement" + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Id": 583 }, { - "CommandName": "Get-PnPIsSiteAliasAvailable", - "Id": 584, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", "Rank": 1, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Id": 584 }, { - "CommandName": "Get-PnPJavaScriptLink", - "Id": 585, + "Command": "Get-PnPJavaScriptLink", "Rank": 1, - "Command": "Get-PnPJavaScriptLink" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 585 }, { - "CommandName": "Get-PnPJavaScriptLink", - "Id": 586, + "Command": "Get-PnPJavaScriptLink -Scope All", "Rank": 2, - "Command": "Get-PnPJavaScriptLink -Scope All" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 586 }, { - "CommandName": "Get-PnPJavaScriptLink", - "Id": 587, + "Command": "Get-PnPJavaScriptLink -Scope Web", "Rank": 3, - "Command": "Get-PnPJavaScriptLink -Scope Web" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 587 }, { - "CommandName": "Get-PnPJavaScriptLink", - "Id": 588, + "Command": "Get-PnPJavaScriptLink -Scope Site", "Rank": 4, - "Command": "Get-PnPJavaScriptLink -Scope Site" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 588 }, { - "CommandName": "Get-PnPJavaScriptLink", - "Id": 589, + "Command": "Get-PnPJavaScriptLink -Name Test", "Rank": 5, - "Command": "Get-PnPJavaScriptLink -Name Test" + "CommandName": "Get-PnPJavaScriptLink", + "Id": 589 }, { - "CommandName": "Get-PnPKnowledgeHubSite", - "Id": 590, + "Command": "Get-PnPKnowledgeHubSite", "Rank": 1, - "Command": "Get-PnPKnowledgeHubSite" + "CommandName": "Get-PnPKnowledgeHubSite", + "Id": 590 }, { - "CommandName": "Get-PnPLargeListOperationStatus", - "Id": 591, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", "Rank": 1, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" + "CommandName": "Get-PnPLargeListOperationStatus", + "Id": 591 }, { - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Id": 592, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", "Rank": 1, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", + "Id": 592 }, { - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Id": 593, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", + "Id": 593 }, { - "CommandName": "Get-PnPList", - "Id": 594, + "Command": "Get-PnPList", "Rank": 1, - "Command": "Get-PnPList" + "CommandName": "Get-PnPList", + "Id": 594 }, { - "CommandName": "Get-PnPList", - "Id": 595, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 2, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Get-PnPList", + "Id": 595 }, { - "CommandName": "Get-PnPList", - "Id": 596, + "Command": "Get-PnPList -Identity Lists/Announcements", "Rank": 3, - "Command": "Get-PnPList -Identity Lists/Announcements" + "CommandName": "Get-PnPList", + "Id": 596 }, { - "CommandName": "Get-PnPList", - "Id": 597, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", "Rank": 4, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" + "CommandName": "Get-PnPList", + "Id": 597 }, { - "CommandName": "Get-PnPList", - "Id": 598, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", "Rank": 5, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "CommandName": "Get-PnPList", + "Id": 598 }, { - "CommandName": "Get-PnPListDesign", - "Id": 599, + "Command": "Get-PnPListDesign", "Rank": 1, - "Command": "Get-PnPListDesign" + "CommandName": "Get-PnPListDesign", + "Id": 599 }, { - "CommandName": "Get-PnPListDesign", - "Id": 600, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 2, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Get-PnPListDesign", + "Id": 600 }, { - "CommandName": "Get-PnPListDesign", - "Id": 601, + "Command": "Get-PnPListDesign -Identity ListEvent", "Rank": 3, - "Command": "Get-PnPListDesign -Identity ListEvent" + "CommandName": "Get-PnPListDesign", + "Id": 601 }, { - "CommandName": "Get-PnPListInformationRightsManagement", - "Id": 602, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", "Rank": 1, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "CommandName": "Get-PnPListInformationRightsManagement", + "Id": 602 }, { - "CommandName": "Get-PnPListItem", - "Id": 603, + "Command": "Get-PnPListItem -List Tasks", "Rank": 1, - "Command": "Get-PnPListItem -List Tasks" + "CommandName": "Get-PnPListItem", + "Id": 603 }, { - "CommandName": "Get-PnPListItem", - "Id": 604, + "Command": "Get-PnPListItem -List Tasks -Id 1", "Rank": 2, - "Command": "Get-PnPListItem -List Tasks -Id 1" + "CommandName": "Get-PnPListItem", + "Id": 604 }, { - "CommandName": "Get-PnPListItem", - "Id": 605, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", "Rank": 3, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" + "CommandName": "Get-PnPListItem", + "Id": 605 }, { - "CommandName": "Get-PnPListItem", - "Id": 606, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", "Rank": 4, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" + "CommandName": "Get-PnPListItem", + "Id": 606 }, { - "CommandName": "Get-PnPListItem", - "Id": 607, + "Command": "Get-PnPListItem -List Tasks -Query \"\"", "Rank": 5, - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "CommandName": "Get-PnPListItem", + "Id": 607 }, { - "CommandName": "Get-PnPListItem", - "Id": 608, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", "Rank": 6, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "CommandName": "Get-PnPListItem", + "Id": 608 }, { - "CommandName": "Get-PnPListItem", - "Id": 609, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", "Rank": 7, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" + "CommandName": "Get-PnPListItem", + "Id": 609 }, { - "CommandName": "Get-PnPListItem", - "Id": 610, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", "Rank": 8, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" + "CommandName": "Get-PnPListItem", + "Id": 610 }, { - "CommandName": "Get-PnPListItem", - "Id": 611, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", "Rank": 9, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "CommandName": "Get-PnPListItem", + "Id": 611 }, { - "CommandName": "Get-PnPListItemAttachment", - "Id": 612, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", "Rank": 1, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" + "CommandName": "Get-PnPListItemAttachment", + "Id": 612 }, { - "CommandName": "Get-PnPListItemAttachment", - "Id": 613, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", "Rank": 2, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" + "CommandName": "Get-PnPListItemAttachment", + "Id": 613 }, { - "CommandName": "Get-PnPListItemComment", - "Id": 614, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", "Rank": 1, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "CommandName": "Get-PnPListItemComment", + "Id": 614 }, { - "CommandName": "Get-PnPListItemPermission", - "Id": 615, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", "Rank": 1, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "CommandName": "Get-PnPListItemPermission", + "Id": 615 }, { - "CommandName": "Get-PnPListItemVersion", - "Id": 616, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", "Rank": 1, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" + "CommandName": "Get-PnPListItemVersion", + "Id": 616 }, { - "CommandName": "Get-PnPListPermissions", - "Id": 617, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", "Rank": 1, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "CommandName": "Get-PnPListPermissions", + "Id": 617 }, { - "CommandName": "Get-PnPListPermissions", - "Id": 618, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Rank": 2, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "CommandName": "Get-PnPListPermissions", + "Id": 618 }, { - "CommandName": "Get-PnPListRecordDeclaration", - "Id": 619, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", "Rank": 1, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "CommandName": "Get-PnPListRecordDeclaration", + "Id": 619 }, { - "CommandName": "Get-PnPManagedAppId", - "Id": 620, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", "Rank": 1, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" + "CommandName": "Get-PnPManagedAppId", + "Id": 620 }, { - "CommandName": "Get-PnPMasterPage", - "Id": 621, + "Command": "Get-PnPMasterPage", "Rank": 1, - "Command": "Get-PnPMasterPage" + "CommandName": "Get-PnPMasterPage", + "Id": 621 }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 622, + "Command": "Get-PnPMessageCenterAnnouncement", "Rank": 1, - "Command": "Get-PnPMessageCenterAnnouncement" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 622 }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 623, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", "Rank": 2, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Id": 623 }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 624, + "Command": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 1, - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 624 }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 625, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", "Rank": 2, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 625 }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Id": 626, + "Command": "Get-PnPMicrosoft365Group", "Rank": 1, - "Command": "Get-PnPMicrosoft365Group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 626 }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Id": 627, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", "Rank": 2, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 627 }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Id": 628, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", "Rank": 3, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 628 }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Id": 629, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", "Rank": 4, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 629 }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Id": 630, + "Command": "Get-PnPMicrosoft365Group -Identity $group", "Rank": 5, - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 630 }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Id": 631, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", "Rank": 6, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "CommandName": "Get-PnPMicrosoft365Group", + "Id": 631 }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 632, + "Command": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 632 }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 633, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 633 }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 634, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 634 }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 635, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 635 }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 636, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 636 }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 637, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Id": 637 }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 638, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 638 }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 639, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Id": 639 }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 640, + "Command": "Get-PnPMicrosoft365GroupSettings", "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettings" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 640 }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 641, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 641 }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 642, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 642 }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 643, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", "Rank": 4, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Id": 643 }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 644, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 644 }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 645, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 645 }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 646, + "Command": "Get-PnPMicrosoft365GroupTeam", "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupTeam" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 646 }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 647, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 647 }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 648, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Id": 648 }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 649, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 649 }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 650, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 650 }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 651, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 651 }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 652, + "Command": "Get-PnPMicrosoft365Roadmap", "Rank": 1, - "Command": "Get-PnPMicrosoft365Roadmap" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 652 }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 653, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", "Rank": 2, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 653 }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 654, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", "Rank": 3, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Id": 654 }, { - "CommandName": "Get-PnPNavigationNode", - "Id": 655, + "Command": "Get-PnPNavigationNode", "Rank": 1, - "Command": "Get-PnPNavigationNode" + "CommandName": "Get-PnPNavigationNode", + "Id": 655 }, { - "CommandName": "Get-PnPNavigationNode", - "Id": 656, + "Command": "Get-PnPNavigationNode -Location QuickLaunch", "Rank": 2, - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "CommandName": "Get-PnPNavigationNode", + "Id": 656 }, { - "CommandName": "Get-PnPNavigationNode", - "Id": 657, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", "Rank": 3, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "CommandName": "Get-PnPNavigationNode", + "Id": 657 }, { - "CommandName": "Get-PnPOrgAssetsLibrary", - "Id": 658, + "Command": "Get-PnPOrgAssetsLibrary", "Rank": 1, - "Command": "Get-PnPOrgAssetsLibrary" + "CommandName": "Get-PnPOrgAssetsLibrary", + "Id": 658 }, { - "CommandName": "Get-PnPOrgNewsSite", - "Id": 659, + "Command": "Get-PnPOrgNewsSite", "Rank": 1, - "Command": "Get-PnPOrgNewsSite" + "CommandName": "Get-PnPOrgNewsSite", + "Id": 659 }, { - "CommandName": "Get-PnPPage", - "Id": 660, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", "Rank": 1, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "CommandName": "Get-PnPPage", + "Id": 660 }, { - "CommandName": "Get-PnPPage", - "Id": 661, + "Command": "Get-PnPPage \"MyPage\"", "Rank": 2, - "Command": "Get-PnPPage \"MyPage\"" + "CommandName": "Get-PnPPage", + "Id": 661 }, { - "CommandName": "Get-PnPPage", - "Id": 662, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", "Rank": 3, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "CommandName": "Get-PnPPage", + "Id": 662 }, { - "CommandName": "Get-PnPPage", - "Id": 663, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Rank": 4, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "CommandName": "Get-PnPPage", + "Id": 663 }, { - "CommandName": "Get-PnPPage", - "Id": 664, + "Command": "Get-PnPPage", "Rank": 5, - "Command": "Get-PnPPage" + "CommandName": "Get-PnPPage", + "Id": 664 }, { - "CommandName": "Get-PnPPageComponent", - "Id": 665, + "Command": "Get-PnPPageComponent -Page Home", "Rank": 1, - "Command": "Get-PnPPageComponent -Page Home" + "CommandName": "Get-PnPPageComponent", + "Id": 665 }, { - "CommandName": "Get-PnPPageComponent", - "Id": 666, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 2, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "CommandName": "Get-PnPPageComponent", + "Id": 666 }, { - "CommandName": "Get-PnPPageComponent", - "Id": 667, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", "Rank": 3, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "CommandName": "Get-PnPPageComponent", + "Id": 667 }, { - "CommandName": "Get-PnPPageCopyProgress", - "Id": 668, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", "Rank": 1, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" + "CommandName": "Get-PnPPageCopyProgress", + "Id": 668 }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Id": 669, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", "Rank": 1, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 669 }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Id": 670, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", "Rank": 2, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"" + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 670 }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Id": 671, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Rank": 3, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "CommandName": "Get-PnPPageLikedByInformation", + "Id": 671 }, { - "CommandName": "Get-PnPPageSchedulingEnabled", - "Id": 672, + "Command": "Get-PnPPageSchedulingEnabled", "Rank": 1, - "Command": "Get-PnPPageSchedulingEnabled" + "CommandName": "Get-PnPPageSchedulingEnabled", + "Id": 672 }, { - "CommandName": "Get-PnPPlannerBucket", - "Id": 673, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", "Rank": 1, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "CommandName": "Get-PnPPlannerBucket", + "Id": 673 }, { - "CommandName": "Get-PnPPlannerConfiguration", - "Id": 674, + "Command": "Get-PnPPlannerConfiguration", "Rank": 1, - "Command": "Get-PnPPlannerConfiguration" + "CommandName": "Get-PnPPlannerConfiguration", + "Id": 674 }, { - "CommandName": "Get-PnPPlannerPlan", - "Id": 675, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", "Rank": 1, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "CommandName": "Get-PnPPlannerPlan", + "Id": 675 }, { - "CommandName": "Get-PnPPlannerPlan", - "Id": 676, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", "Rank": 2, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "CommandName": "Get-PnPPlannerPlan", + "Id": 676 }, { - "CommandName": "Get-PnPPlannerPlan", - "Id": 677, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", "Rank": 3, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "CommandName": "Get-PnPPlannerPlan", + "Id": 677 }, { - "CommandName": "Get-PnPPlannerRosterMember", - "Id": 678, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Rank": 1, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "CommandName": "Get-PnPPlannerRosterMember", + "Id": 678 }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 679, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", "Rank": 1, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 679 }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 680, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", "Rank": 2, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "CommandName": "Get-PnPPlannerRosterPlan", + "Id": 680 }, { - "CommandName": "Get-PnPPlannerTask", - "Id": 681, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", "Rank": 1, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "CommandName": "Get-PnPPlannerTask", + "Id": 681 }, { - "CommandName": "Get-PnPPlannerTask", - "Id": 682, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Rank": 2, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "CommandName": "Get-PnPPlannerTask", + "Id": 682 }, { - "CommandName": "Get-PnPPlannerTask", - "Id": 683, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Rank": 3, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "CommandName": "Get-PnPPlannerTask", + "Id": 683 }, { - "CommandName": "Get-PnPPlannerUserPolicy", - "Id": 684, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "CommandName": "Get-PnPPlannerUserPolicy", + "Id": 684 }, { - "CommandName": "Get-PnPPowerApp", - "Id": 685, + "Command": "Get-PnPPowerApp", "Rank": 1, - "Command": "Get-PnPPowerApp" + "CommandName": "Get-PnPPowerApp", + "Id": 685 }, { - "CommandName": "Get-PnPPowerApp", - "Id": 686, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Get-PnPPowerApp", + "Id": 686 }, { - "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Id": 687, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Rank": 1, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "CommandName": "Get-PnPPowerPlatformCustomConnector", + "Id": 687 }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 688, + "Command": "Get-PnPPowerPlatformEnvironment", "Rank": 1, - "Command": "Get-PnPPowerPlatformEnvironment" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 688 }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 689, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", "Rank": 2, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 689 }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 690, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", "Rank": 3, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Id": 690 }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 691, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Rank": 1, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "CommandName": "Get-PnPPowerPlatformSolution", + "Id": 691 }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 692, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", "Rank": 2, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" + "CommandName": "Get-PnPPowerPlatformSolution", + "Id": 692 }, { - "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Id": 693, + "Command": "Get-PnPPowerShellTelemetryEnabled", "Rank": 1, - "Command": "Get-PnPPowerShellTelemetryEnabled" + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Id": 693 }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 694, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 1, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 694 }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 695, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", "Rank": 2, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 695 }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 696, + "Command": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 1, - "Command": "Get-PnPPriviledgedIdentityManagementRole" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 696 }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 697, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", "Rank": 2, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 697 }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 698, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", "Rank": 3, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 698 }, { - "CommandName": "Get-PnPProfileCardProperty", - "Id": 699, + "Command": "Get-PnPProfileCardProperty", "Rank": 1, - "Command": "Get-PnPProfileCardProperty" + "CommandName": "Get-PnPProfileCardProperty", + "Id": 699 }, { - "CommandName": "Get-PnPProfileCardProperty", - "Id": 700, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", "Rank": 2, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" + "CommandName": "Get-PnPProfileCardProperty", + "Id": 700 }, { - "CommandName": "Get-PnPPropertyBag", - "Id": 701, + "Command": "Get-PnPPropertyBag", "Rank": 1, - "Command": "Get-PnPPropertyBag" + "CommandName": "Get-PnPPropertyBag", + "Id": 701 }, { - "CommandName": "Get-PnPPropertyBag", - "Id": 702, + "Command": "Get-PnPPropertyBag -Key MyKey", "Rank": 2, - "Command": "Get-PnPPropertyBag -Key MyKey" + "CommandName": "Get-PnPPropertyBag", + "Id": 702 }, { - "CommandName": "Get-PnPPropertyBag", - "Id": 703, + "Command": "Get-PnPPropertyBag -Folder /MyFolder", "Rank": 3, - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "CommandName": "Get-PnPPropertyBag", + "Id": 703 }, { - "CommandName": "Get-PnPPropertyBag", - "Id": 704, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", "Rank": 4, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "CommandName": "Get-PnPPropertyBag", + "Id": 704 }, { - "CommandName": "Get-PnPPropertyBag", - "Id": 705, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", "Rank": 5, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "CommandName": "Get-PnPPropertyBag", + "Id": 705 }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Id": 706, + "Command": "Get-PnPPublishingImageRendition", "Rank": 1, - "Command": "Get-PnPPublishingImageRendition" + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 706 }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Id": 707, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", "Rank": 2, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 707 }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Id": 708, + "Command": "Get-PnPPublishingImageRendition -Identity 2", "Rank": 3, - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "CommandName": "Get-PnPPublishingImageRendition", + "Id": 708 }, { - "CommandName": "Get-PnPRecycleBinItem", - "Id": 709, + "Command": "Get-PnPRecycleBinItem", "Rank": 1, - "Command": "Get-PnPRecycleBinItem" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 709 }, { - "CommandName": "Get-PnPRecycleBinItem", - "Id": 710, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", "Rank": 2, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 710 }, { - "CommandName": "Get-PnPRecycleBinItem", - "Id": 711, + "Command": "Get-PnPRecycleBinItem -FirstStage", "Rank": 3, - "Command": "Get-PnPRecycleBinItem -FirstStage" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 711 }, { - "CommandName": "Get-PnPRecycleBinItem", - "Id": 712, + "Command": "Get-PnPRecycleBinItem -SecondStage", "Rank": 4, - "Command": "Get-PnPRecycleBinItem -SecondStage" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 712 }, { - "CommandName": "Get-PnPRecycleBinItem", - "Id": 713, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", "Rank": 5, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "CommandName": "Get-PnPRecycleBinItem", + "Id": 713 }, { - "CommandName": "Get-PnPRequestAccessEmails", - "Id": 714, + "Command": "Get-PnPRequestAccessEmails", "Rank": 1, - "Command": "Get-PnPRequestAccessEmails" + "CommandName": "Get-PnPRequestAccessEmails", + "Id": 714 }, { - "CommandName": "Get-PnPRetentionLabel", - "Id": 715, + "Command": "Get-PnPRetentionLabel", "Rank": 1, - "Command": "Get-PnPRetentionLabel" + "CommandName": "Get-PnPRetentionLabel", + "Id": 715 }, { - "CommandName": "Get-PnPRetentionLabel", - "Id": 716, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", "Rank": 2, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" + "CommandName": "Get-PnPRetentionLabel", + "Id": 716 }, { - "CommandName": "Get-PnPRoleDefinition", - "Id": 717, + "Command": "Get-PnPRoleDefinition", "Rank": 1, - "Command": "Get-PnPRoleDefinition" + "CommandName": "Get-PnPRoleDefinition", + "Id": 717 }, { - "CommandName": "Get-PnPRoleDefinition", - "Id": 718, + "Command": "Get-PnPRoleDefinition -Identity Read", "Rank": 2, - "Command": "Get-PnPRoleDefinition -Identity Read" + "CommandName": "Get-PnPRoleDefinition", + "Id": 718 }, { - "CommandName": "Get-PnPRoleDefinition", - "Id": 719, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", "Rank": 3, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "CommandName": "Get-PnPRoleDefinition", + "Id": 719 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 720, + "Command": "Get-PnPSearchConfiguration", "Rank": 1, - "Command": "Get-PnPSearchConfiguration" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 720 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 721, + "Command": "Get-PnPSearchConfiguration -Scope Site", "Rank": 2, - "Command": "Get-PnPSearchConfiguration -Scope Site" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 721 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 722, + "Command": "Get-PnPSearchConfiguration -Scope Subscription", "Rank": 3, - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 722 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 723, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Rank": 4, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 723 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 724, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", "Rank": 5, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 724 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 725, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", "Rank": 6, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 725 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 726, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", "Rank": 7, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 726 }, { - "CommandName": "Get-PnPSearchConfiguration", - "Id": 727, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", "Rank": 8, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "CommandName": "Get-PnPSearchConfiguration", + "Id": 727 }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Id": 728, + "Command": "Get-PnPSearchCrawlLog", "Rank": 1, - "Command": "Get-PnPSearchCrawlLog" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 728 }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Id": 729, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", "Rank": 2, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 729 }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Id": 730, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", "Rank": 3, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 730 }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Id": 731, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", "Rank": 4, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 731 }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Id": 732, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", "Rank": 5, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 732 }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Id": 733, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", "Rank": 6, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 733 }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Id": 734, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", "Rank": 7, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "CommandName": "Get-PnPSearchCrawlLog", + "Id": 734 }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Id": 735, + "Command": "Get-PnPSearchExternalConnection", "Rank": 1, - "Command": "Get-PnPSearchExternalConnection" + "CommandName": "Get-PnPSearchExternalConnection", + "Id": 735 }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Id": 736, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Rank": 2, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "CommandName": "Get-PnPSearchExternalConnection", + "Id": 736 }, { - "CommandName": "Get-PnPSearchExternalItem", - "Id": 737, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Rank": 1, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "CommandName": "Get-PnPSearchExternalItem", + "Id": 737 }, { - "CommandName": "Get-PnPSearchExternalItem", - "Id": 738, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", "Rank": 2, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" + "CommandName": "Get-PnPSearchExternalItem", + "Id": 738 }, { - "CommandName": "Get-PnPSearchExternalSchema", - "Id": 739, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", "Rank": 1, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" + "CommandName": "Get-PnPSearchExternalSchema", + "Id": 739 }, { - "CommandName": "Get-PnPSearchSettings", - "Id": 740, + "Command": "Get-PnPSearchSettings", "Rank": 1, - "Command": "Get-PnPSearchSettings" + "CommandName": "Get-PnPSearchSettings", + "Id": 740 }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 741, + "Command": "Get-PnPServiceCurrentHealth", "Rank": 1, - "Command": "Get-PnPServiceCurrentHealth" + "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 741 }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 742, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", "Rank": 2, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "CommandName": "Get-PnPServiceCurrentHealth", + "Id": 742 }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Id": 743, + "Command": "Get-PnPServiceHealthIssue", "Rank": 1, - "Command": "Get-PnPServiceHealthIssue" + "CommandName": "Get-PnPServiceHealthIssue", + "Id": 743 }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Id": 744, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", "Rank": 2, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "CommandName": "Get-PnPServiceHealthIssue", + "Id": 744 }, { - "CommandName": "Get-PnPSharePointAddIn", - "Id": 745, + "Command": "Get-PnPSharePointAddIn", "Rank": 1, - "Command": "Get-PnPSharePointAddIn" + "CommandName": "Get-PnPSharePointAddIn", + "Id": 745 }, { - "CommandName": "Get-PnPSharePointAddIn", - "Id": 746, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", "Rank": 2, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "CommandName": "Get-PnPSharePointAddIn", + "Id": 746 }, { - "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Id": 747, + "Command": "Get-PnPSharingForNonOwnersOfSite", "Rank": 1, - "Command": "Get-PnPSharingForNonOwnersOfSite" + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Id": 747 }, { - "CommandName": "Get-PnPSite", - "Id": 748, + "Command": "Get-PnPSite", "Rank": 1, - "Command": "Get-PnPSite" + "CommandName": "Get-PnPSite", + "Id": 748 }, { - "CommandName": "Get-PnPSite", - "Id": 749, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", "Rank": 2, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "CommandName": "Get-PnPSite", + "Id": 749 }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 750, + "Command": "Get-PnPSiteAnalyticsData -All", "Rank": 1, - "Command": "Get-PnPSiteAnalyticsData -All" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 750 }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 751, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", "Rank": 2, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 751 }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 752, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Rank": 3, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 752 }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 753, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Rank": 4, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "CommandName": "Get-PnPSiteAnalyticsData", + "Id": 753 }, { - "CommandName": "Get-PnPSiteClosure", - "Id": 754, + "Command": "Get-PnPSiteClosure", "Rank": 1, - "Command": "Get-PnPSiteClosure" + "CommandName": "Get-PnPSiteClosure", + "Id": 754 }, { - "CommandName": "Get-PnPSiteCollectionAdmin", - "Id": 755, + "Command": "Get-PnPSiteCollectionAdmin", "Rank": 1, - "Command": "Get-PnPSiteCollectionAdmin" + "CommandName": "Get-PnPSiteCollectionAdmin", + "Id": 755 }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 756, + "Command": "Get-PnPSiteCollectionAppCatalog", "Rank": 1, - "Command": "Get-PnPSiteCollectionAppCatalog" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 756 }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 757, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", "Rank": 2, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 757 }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 758, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", "Rank": 3, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Id": 758 }, { - "CommandName": "Get-PnPSiteCollectionTermStore", - "Id": 759, + "Command": "Get-PnPSiteCollectionTermStore", "Rank": 1, - "Command": "Get-PnPSiteCollectionTermStore" + "CommandName": "Get-PnPSiteCollectionTermStore", + "Id": 759 }, { - "CommandName": "Get-PnPSiteDesign", - "Id": 760, + "Command": "Get-PnPSiteDesign", "Rank": 1, - "Command": "Get-PnPSiteDesign" + "CommandName": "Get-PnPSiteDesign", + "Id": 760 }, { - "CommandName": "Get-PnPSiteDesign", - "Id": 761, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 2, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Get-PnPSiteDesign", + "Id": 761 }, { - "CommandName": "Get-PnPSiteDesignRights", - "Id": 762, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Get-PnPSiteDesignRights", + "Id": 762 }, { - "CommandName": "Get-PnPSiteDesignRun", - "Id": 763, + "Command": "Get-PnPSiteDesignRun", "Rank": 1, - "Command": "Get-PnPSiteDesignRun" + "CommandName": "Get-PnPSiteDesignRun", + "Id": 763 }, { - "CommandName": "Get-PnPSiteDesignRun", - "Id": 764, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", "Rank": 2, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" + "CommandName": "Get-PnPSiteDesignRun", + "Id": 764 }, { - "CommandName": "Get-PnPSiteDesignTask", - "Id": 765, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", "Rank": 1, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" + "CommandName": "Get-PnPSiteDesignTask", + "Id": 765 }, { - "CommandName": "Get-PnPSiteDesignTask", - "Id": 766, + "Command": "Get-PnPSiteDesignTask", "Rank": 2, - "Command": "Get-PnPSiteDesignTask" + "CommandName": "Get-PnPSiteDesignTask", + "Id": 766 }, { - "CommandName": "Get-PnPSiteDesignTask", - "Id": 767, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Rank": 3, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "CommandName": "Get-PnPSiteDesignTask", + "Id": 767 }, { - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 768, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Rank": 1, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Id": 768 }, { - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Id": 769, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", + "Id": 769 }, { - "CommandName": "Get-PnPSiteGroup", - "Id": 770, + "Command": "Get-PnPSiteGroup", "Rank": 1, - "Command": "Get-PnPSiteGroup" + "CommandName": "Get-PnPSiteGroup", + "Id": 770 }, { - "CommandName": "Get-PnPSiteGroup", - "Id": 771, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Rank": 2, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "CommandName": "Get-PnPSiteGroup", + "Id": 771 }, { - "CommandName": "Get-PnPSiteGroup", - "Id": 772, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", "Rank": 3, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "CommandName": "Get-PnPSiteGroup", + "Id": 772 }, { - "CommandName": "Get-PnPSiteGroup", - "Id": 773, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Rank": 4, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "CommandName": "Get-PnPSiteGroup", + "Id": 773 }, { - "CommandName": "Get-PnPSitePolicy", - "Id": 774, + "Command": "Get-PnPSitePolicy", "Rank": 1, - "Command": "Get-PnPSitePolicy" + "CommandName": "Get-PnPSitePolicy", + "Id": 774 }, { - "CommandName": "Get-PnPSitePolicy", - "Id": 775, + "Command": "Get-PnPSitePolicy -AllAvailable", "Rank": 2, - "Command": "Get-PnPSitePolicy -AllAvailable" + "CommandName": "Get-PnPSitePolicy", + "Id": 775 }, { - "CommandName": "Get-PnPSitePolicy", - "Id": 776, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", "Rank": 3, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "CommandName": "Get-PnPSitePolicy", + "Id": 776 }, { - "CommandName": "Get-PnPSiteScript", - "Id": 777, + "Command": "Get-PnPSiteScript", "Rank": 1, - "Command": "Get-PnPSiteScript" + "CommandName": "Get-PnPSiteScript", + "Id": 777 }, { - "CommandName": "Get-PnPSiteScript", - "Id": 778, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 2, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Get-PnPSiteScript", + "Id": 778 }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Id": 779, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", "Rank": 1, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 779 }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Id": 780, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", "Rank": 2, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 780 }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Id": 781, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", "Rank": 3, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" + "CommandName": "Get-PnPSiteScriptFromList", + "Id": 781 }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 782, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", "Rank": 1, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 782 }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 783, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", "Rank": 2, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 783 }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 784, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", "Rank": 3, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 784 }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 785, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", "Rank": 4, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 785 }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 786, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", "Rank": 5, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 786 }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 787, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", "Rank": 6, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" + "CommandName": "Get-PnPSiteScriptFromWeb", + "Id": 787 }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 788, + "Command": "Get-PnPSiteSearchQueryResults", "Rank": 1, - "Command": "Get-PnPSiteSearchQueryResults" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 788 }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 789, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", "Rank": 2, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 789 }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 790, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", "Rank": 3, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 790 }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 791, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", "Rank": 4, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 791 }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 792, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", "Rank": 5, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 792 }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 793, + "Command": "Get-PnPSiteSearchQueryResults -All", "Rank": 6, - "Command": "Get-PnPSiteSearchQueryResults -All" + "CommandName": "Get-PnPSiteSearchQueryResults", + "Id": 793 }, { - "CommandName": "Get-PnPSiteSensitivityLabel", - "Id": 794, + "Command": "Get-PnPSiteSensitivityLabel", "Rank": 1, - "Command": "Get-PnPSiteSensitivityLabel" + "CommandName": "Get-PnPSiteSensitivityLabel", + "Id": 794 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 795, + "Command": "Get-PnPSiteTemplate -Out template.pnp", "Rank": 1, - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "CommandName": "Get-PnPSiteTemplate", + "Id": 795 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 796, + "Command": "Get-PnPSiteTemplate -Out template.xml", "Rank": 2, - "Command": "Get-PnPSiteTemplate -Out template.xml" + "CommandName": "Get-PnPSiteTemplate", + "Id": 796 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 797, + "Command": "Get-PnPSiteTemplate -Out template.md", "Rank": 3, - "Command": "Get-PnPSiteTemplate -Out template.md" + "CommandName": "Get-PnPSiteTemplate", + "Id": 797 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 798, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", "Rank": 4, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "CommandName": "Get-PnPSiteTemplate", + "Id": 798 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 799, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", "Rank": 5, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "CommandName": "Get-PnPSiteTemplate", + "Id": 799 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 800, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", "Rank": 6, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "CommandName": "Get-PnPSiteTemplate", + "Id": 800 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 801, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", "Rank": 7, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "CommandName": "Get-PnPSiteTemplate", + "Id": 801 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 802, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", "Rank": 8, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" + "CommandName": "Get-PnPSiteTemplate", + "Id": 802 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 803, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", "Rank": 9, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "CommandName": "Get-PnPSiteTemplate", + "Id": 803 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 804, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", "Rank": 10, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" + "CommandName": "Get-PnPSiteTemplate", + "Id": 804 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 805, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", "Rank": 11, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" + "CommandName": "Get-PnPSiteTemplate", + "Id": 805 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 806, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", "Rank": 12, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "CommandName": "Get-PnPSiteTemplate", + "Id": 806 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 807, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", "Rank": 13, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" + "CommandName": "Get-PnPSiteTemplate", + "Id": 807 }, { - "CommandName": "Get-PnPSiteTemplate", - "Id": 808, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", "Rank": 14, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" + "CommandName": "Get-PnPSiteTemplate", + "Id": 808 }, { - "CommandName": "Get-PnPSiteUserInvitations", - "Id": 809, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Rank": 1, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "CommandName": "Get-PnPSiteUserInvitations", + "Id": 809 }, { - "CommandName": "Get-PnPSiteVersionPolicy", - "Id": 810, + "Command": "Get-PnPSiteVersionPolicy", "Rank": 1, - "Command": "Get-PnPSiteVersionPolicy" + "CommandName": "Get-PnPSiteVersionPolicy", + "Id": 810 }, { - "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Id": 811, + "Command": "Get-PnPSiteVersionPolicyStatus", "Rank": 1, - "Command": "Get-PnPSiteVersionPolicyStatus" + "CommandName": "Get-PnPSiteVersionPolicyStatus", + "Id": 811 }, { - "CommandName": "Get-PnPStorageEntity", - "Id": 812, + "Command": "Get-PnPStorageEntity", "Rank": 1, - "Command": "Get-PnPStorageEntity" + "CommandName": "Get-PnPStorageEntity", + "Id": 812 }, { - "CommandName": "Get-PnPStorageEntity", - "Id": 813, + "Command": "Get-PnPStorageEntity -Key MyKey", "Rank": 2, - "Command": "Get-PnPStorageEntity -Key MyKey" + "CommandName": "Get-PnPStorageEntity", + "Id": 813 }, { - "CommandName": "Get-PnPStorageEntity", - "Id": 814, + "Command": "Get-PnPStorageEntity -Scope Site", "Rank": 3, - "Command": "Get-PnPStorageEntity -Scope Site" + "CommandName": "Get-PnPStorageEntity", + "Id": 814 }, { - "CommandName": "Get-PnPStorageEntity", - "Id": 815, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", "Rank": 4, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "CommandName": "Get-PnPStorageEntity", + "Id": 815 }, { - "CommandName": "Get-PnPStoredCredential", - "Id": 816, + "Command": "Get-PnPStoredCredential -Name O365", "Rank": 1, - "Command": "Get-PnPStoredCredential -Name O365" + "CommandName": "Get-PnPStoredCredential", + "Id": 816 }, { - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Id": 817, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Id": 817 }, { - "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Id": 818, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Id": 818 }, { - "CommandName": "Get-PnPSubWeb", - "Id": 819, + "Command": "Get-PnPSubWeb", "Rank": 1, - "Command": "Get-PnPSubWeb" + "CommandName": "Get-PnPSubWeb", + "Id": 819 }, { - "CommandName": "Get-PnPSubWeb", - "Id": 820, + "Command": "Get-PnPSubWeb -Recurse", "Rank": 2, - "Command": "Get-PnPSubWeb -Recurse" + "CommandName": "Get-PnPSubWeb", + "Id": 820 }, { - "CommandName": "Get-PnPSubWeb", - "Id": 821, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", "Rank": 3, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" + "CommandName": "Get-PnPSubWeb", + "Id": 821 }, { - "CommandName": "Get-PnPSubWeb", - "Id": 822, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", "Rank": 4, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "CommandName": "Get-PnPSubWeb", + "Id": 822 }, { - "CommandName": "Get-PnPSubWeb", - "Id": 823, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", "Rank": 5, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "CommandName": "Get-PnPSubWeb", + "Id": 823 }, { - "CommandName": "Get-PnPSyntexModel", - "Id": 824, + "Command": "Get-PnPSyntexModel", "Rank": 1, - "Command": "Get-PnPSyntexModel" + "CommandName": "Get-PnPSyntexModel", + "Id": 824 }, { - "CommandName": "Get-PnPSyntexModel", - "Id": 825, + "Command": "Get-PnPSyntexModel -Identity 1", "Rank": 2, - "Command": "Get-PnPSyntexModel -Identity 1" + "CommandName": "Get-PnPSyntexModel", + "Id": 825 }, { - "CommandName": "Get-PnPSyntexModel", - "Id": 826, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", "Rank": 3, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "CommandName": "Get-PnPSyntexModel", + "Id": 826 }, { - "CommandName": "Get-PnPSyntexModelPublication", - "Id": 827, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", "Rank": 1, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "CommandName": "Get-PnPSyntexModelPublication", + "Id": 827 }, { - "CommandName": "Get-PnPTaxonomyItem", - "Id": 828, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", "Rank": 1, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" + "CommandName": "Get-PnPTaxonomyItem", + "Id": 828 }, { - "CommandName": "Get-PnPTeamsApp", - "Id": 829, + "Command": "Get-PnPTeamsApp", "Rank": 1, - "Command": "Get-PnPTeamsApp" + "CommandName": "Get-PnPTeamsApp", + "Id": 829 }, { - "CommandName": "Get-PnPTeamsApp", - "Id": 830, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", "Rank": 2, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" + "CommandName": "Get-PnPTeamsApp", + "Id": 830 }, { - "CommandName": "Get-PnPTeamsApp", - "Id": 831, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", "Rank": 3, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "CommandName": "Get-PnPTeamsApp", + "Id": 831 }, { - "CommandName": "Get-PnPTeamsChannel", - "Id": 832, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", "Rank": 1, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" + "CommandName": "Get-PnPTeamsChannel", + "Id": 832 }, { - "CommandName": "Get-PnPTeamsChannel", - "Id": 833, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", "Rank": 2, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" + "CommandName": "Get-PnPTeamsChannel", + "Id": 833 }, { - "CommandName": "Get-PnPTeamsChannel", - "Id": 834, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Rank": 3, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "CommandName": "Get-PnPTeamsChannel", + "Id": 834 }, { - "CommandName": "Get-PnPTeamsChannel", - "Id": 835, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", "Rank": 4, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" + "CommandName": "Get-PnPTeamsChannel", + "Id": 835 }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 836, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", "Rank": 1, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 836 }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 837, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Rank": 2, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Id": 837 }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 838, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", "Rank": 1, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 838 }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 839, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", "Rank": 2, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" + "CommandName": "Get-PnPTeamsChannelMessage", + "Id": 839 }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 840, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", "Rank": 1, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 840 }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 841, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", "Rank": 2, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Id": 841 }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Id": 842, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", "Rank": 1, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 842 }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Id": 843, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", "Rank": 2, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 843 }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Id": 844, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", "Rank": 3, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 844 }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Id": 845, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Rank": 4, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "CommandName": "Get-PnPTeamsChannelUser", + "Id": 845 }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 846, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", "Rank": 1, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 846 }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 847, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", "Rank": 2, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Id": 847 }, { - "CommandName": "Get-PnPTeamsTab", - "Id": 848, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", "Rank": 1, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" + "CommandName": "Get-PnPTeamsTab", + "Id": 848 }, { - "CommandName": "Get-PnPTeamsTab", - "Id": 849, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", "Rank": 2, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" + "CommandName": "Get-PnPTeamsTab", + "Id": 849 }, { - "CommandName": "Get-PnPTeamsTab", - "Id": 850, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", "Rank": 3, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" + "CommandName": "Get-PnPTeamsTab", + "Id": 850 }, { - "CommandName": "Get-PnPTeamsTab", - "Id": 851, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", "Rank": 4, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" + "CommandName": "Get-PnPTeamsTab", + "Id": 851 }, { - "CommandName": "Get-PnPTeamsTab", - "Id": 852, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", "Rank": 5, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" + "CommandName": "Get-PnPTeamsTab", + "Id": 852 }, { - "CommandName": "Get-PnPTeamsTag", - "Id": 853, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Rank": 1, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "CommandName": "Get-PnPTeamsTag", + "Id": 853 }, { - "CommandName": "Get-PnPTeamsTag", - "Id": 854, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Rank": 2, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "CommandName": "Get-PnPTeamsTag", + "Id": 854 }, { - "CommandName": "Get-PnPTeamsTeam", - "Id": 855, + "Command": "Get-PnPTeamsTeam", "Rank": 1, - "Command": "Get-PnPTeamsTeam" + "CommandName": "Get-PnPTeamsTeam", + "Id": 855 }, { - "CommandName": "Get-PnPTeamsTeam", - "Id": 856, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", "Rank": 2, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "CommandName": "Get-PnPTeamsTeam", + "Id": 856 }, { - "CommandName": "Get-PnPTeamsTeam", - "Id": 857, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", "Rank": 3, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" + "CommandName": "Get-PnPTeamsTeam", + "Id": 857 }, { - "CommandName": "Get-PnPTeamsTeam", - "Id": 858, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", "Rank": 4, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "CommandName": "Get-PnPTeamsTeam", + "Id": 858 }, { - "CommandName": "Get-PnPTeamsTeam", - "Id": 859, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", "Rank": 5, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "CommandName": "Get-PnPTeamsTeam", + "Id": 859 }, { - "CommandName": "Get-PnPTeamsTeam", - "Id": 860, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", "Rank": 6, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" + "CommandName": "Get-PnPTeamsTeam", + "Id": 860 }, { - "CommandName": "Get-PnPTeamsUser", - "Id": 861, + "Command": "Get-PnPTeamsUser -Team MyTeam", "Rank": 1, - "Command": "Get-PnPTeamsUser -Team MyTeam" + "CommandName": "Get-PnPTeamsUser", + "Id": 861 }, { - "CommandName": "Get-PnPTeamsUser", - "Id": 862, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", "Rank": 2, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "CommandName": "Get-PnPTeamsUser", + "Id": 862 }, { - "CommandName": "Get-PnPTeamsUser", - "Id": 863, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", "Rank": 3, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "CommandName": "Get-PnPTeamsUser", + "Id": 863 }, { - "CommandName": "Get-PnPTeamsUser", - "Id": 864, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", "Rank": 4, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "CommandName": "Get-PnPTeamsUser", + "Id": 864 }, { - "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Id": 865, + "Command": "Get-PnPTemporarilyDisableAppBar", "Rank": 1, - "Command": "Get-PnPTemporarilyDisableAppBar" + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Id": 865 }, { - "CommandName": "Get-PnPTenant", - "Id": 866, + "Command": "Get-PnPTenant", "Rank": 1, - "Command": "Get-PnPTenant" + "CommandName": "Get-PnPTenant", + "Id": 866 }, { - "CommandName": "Get-PnPTenantAppCatalogUrl", - "Id": 867, + "Command": "Get-PnPTenantAppCatalogUrl", "Rank": 1, - "Command": "Get-PnPTenantAppCatalogUrl" + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Id": 867 }, { - "CommandName": "Get-PnPTenantCdnEnabled", - "Id": 868, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", "Rank": 1, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "CommandName": "Get-PnPTenantCdnEnabled", + "Id": 868 }, { - "CommandName": "Get-PnPTenantCdnOrigin", - "Id": 869, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", "Rank": 1, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "CommandName": "Get-PnPTenantCdnOrigin", + "Id": 869 }, { - "CommandName": "Get-PnPTenantCdnPolicies", - "Id": 870, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", "Rank": 1, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "CommandName": "Get-PnPTenantCdnPolicies", + "Id": 870 }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Id": 871, + "Command": "Get-PnPTenantDeletedSite", "Rank": 1, - "Command": "Get-PnPTenantDeletedSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 871 }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Id": 872, + "Command": "Get-PnPTenantDeletedSite -Detailed", "Rank": 2, - "Command": "Get-PnPTenantDeletedSite -Detailed" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 872 }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Id": 873, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 3, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 873 }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Id": 874, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", "Rank": 4, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 874 }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Id": 875, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", "Rank": 5, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "CommandName": "Get-PnPTenantDeletedSite", + "Id": 875 }, { - "CommandName": "Get-PnPTenantId", - "Id": 876, + "Command": "Get-PnPTenantId", "Rank": 1, - "Command": "Get-PnPTenantId" + "CommandName": "Get-PnPTenantId", + "Id": 876 }, { - "CommandName": "Get-PnPTenantId", - "Id": 877, + "Command": "Get-PnPTenantId contoso", "Rank": 2, - "Command": "Get-PnPTenantId contoso" + "CommandName": "Get-PnPTenantId", + "Id": 877 }, { - "CommandName": "Get-PnPTenantId", - "Id": 878, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", "Rank": 3, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "CommandName": "Get-PnPTenantId", + "Id": 878 }, { - "CommandName": "Get-PnPTenantId", - "Id": 879, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", "Rank": 4, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" + "CommandName": "Get-PnPTenantId", + "Id": 879 }, { - "CommandName": "Get-PnPTenantInfo", - "Id": 880, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", "Rank": 1, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" + "CommandName": "Get-PnPTenantInfo", + "Id": 880 }, { - "CommandName": "Get-PnPTenantInfo", - "Id": 881, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", "Rank": 2, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" + "CommandName": "Get-PnPTenantInfo", + "Id": 881 }, { - "CommandName": "Get-PnPTenantInfo", - "Id": 882, + "Command": "Get-PnPTenantInfo", "Rank": 3, - "Command": "Get-PnPTenantInfo" + "CommandName": "Get-PnPTenantInfo", + "Id": 882 }, { - "CommandName": "Get-PnPTenantInfo", - "Id": 883, + "Command": "Get-PnPTenantInfo -CurrentTenant", "Rank": 4, - "Command": "Get-PnPTenantInfo -CurrentTenant" + "CommandName": "Get-PnPTenantInfo", + "Id": 883 }, { - "CommandName": "Get-PnPTenantInstance", - "Id": 884, + "Command": "Get-PnPTenantInstance", "Rank": 1, - "Command": "Get-PnPTenantInstance" + "CommandName": "Get-PnPTenantInstance", + "Id": 884 }, { - "CommandName": "Get-PnPTenantInternalSetting", - "Id": 885, + "Command": "Get-PnPTenantInternalSetting", "Rank": 1, - "Command": "Get-PnPTenantInternalSetting" + "CommandName": "Get-PnPTenantInternalSetting", + "Id": 885 }, { - "CommandName": "Get-PnPTenantPronounsSetting", - "Id": 886, + "Command": "Get-PnPTenantPronounsSetting", "Rank": 1, - "Command": "Get-PnPTenantPronounsSetting" + "CommandName": "Get-PnPTenantPronounsSetting", + "Id": 886 }, { - "CommandName": "Get-PnPTenantRecycleBinItem", - "Id": 887, + "Command": "Get-PnPTenantRecycleBinItem", "Rank": 1, - "Command": "Get-PnPTenantRecycleBinItem" + "CommandName": "Get-PnPTenantRecycleBinItem", + "Id": 887 }, { - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Id": 888, + "Command": "Get-PnPTenantRestrictedSearchAllowedList", "Rank": 1, - "Command": "Get-PnPTenantRestrictedSearchAllowedList" + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", + "Id": 888 }, { - "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Id": 889, + "Command": "Get-PnPTenantRestrictedSearchMode", "Rank": 1, - "Command": "Get-PnPTenantRestrictedSearchMode" + "CommandName": "Get-PnPTenantRestrictedSearchMode", + "Id": 889 }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 890, + "Command": "Get-PnPTenantRetentionLabel", "Rank": 1, - "Command": "Get-PnPTenantRetentionLabel" + "CommandName": "Get-PnPTenantRetentionLabel", + "Id": 890 }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 891, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", "Rank": 2, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" + "CommandName": "Get-PnPTenantRetentionLabel", + "Id": 891 }, { - "CommandName": "Get-PnPTenantSequence", - "Id": 892, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", "Rank": 1, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "CommandName": "Get-PnPTenantSequence", + "Id": 892 }, { - "CommandName": "Get-PnPTenantSequence", - "Id": 893, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", "Rank": 2, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "CommandName": "Get-PnPTenantSequence", + "Id": 893 }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Id": 894, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", "Rank": 1, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "CommandName": "Get-PnPTenantSequenceSite", + "Id": 894 }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Id": 895, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", "Rank": 2, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" + "CommandName": "Get-PnPTenantSequenceSite", + "Id": 895 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 896, + "Command": "Get-PnPTenantSite", "Rank": 1, - "Command": "Get-PnPTenantSite" + "CommandName": "Get-PnPTenantSite", + "Id": 896 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 897, + "Command": "Get-PnPTenantSite -Detailed", "Rank": 2, - "Command": "Get-PnPTenantSite -Detailed" + "CommandName": "Get-PnPTenantSite", + "Id": 897 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 898, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", "Rank": 3, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "CommandName": "Get-PnPTenantSite", + "Id": 898 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 899, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", "Rank": 4, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" + "CommandName": "Get-PnPTenantSite", + "Id": 899 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 900, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", "Rank": 5, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" + "CommandName": "Get-PnPTenantSite", + "Id": 900 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 901, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", "Rank": 6, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" + "CommandName": "Get-PnPTenantSite", + "Id": 901 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 902, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", "Rank": 7, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "CommandName": "Get-PnPTenantSite", + "Id": 902 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 903, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", "Rank": 8, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "CommandName": "Get-PnPTenantSite", + "Id": 903 }, { - "CommandName": "Get-PnPTenantSite", - "Id": 904, + "Command": "Get-PnPTenantSite -GroupIdDefined $true", "Rank": 9, - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "CommandName": "Get-PnPTenantSite", + "Id": 904 }, { - "CommandName": "Get-PnPTenantSyncClientRestriction", - "Id": 905, + "Command": "Get-PnPTenantSyncClientRestriction", "Rank": 1, - "Command": "Get-PnPTenantSyncClientRestriction" + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Id": 905 }, { - "CommandName": "Get-PnPTenantTemplate", - "Id": 906, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", "Rank": 1, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "CommandName": "Get-PnPTenantTemplate", + "Id": 906 }, { - "CommandName": "Get-PnPTenantTemplate", - "Id": 907, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", "Rank": 2, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" + "CommandName": "Get-PnPTenantTemplate", + "Id": 907 }, { - "CommandName": "Get-PnPTenantTemplate", - "Id": 908, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", "Rank": 3, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" + "CommandName": "Get-PnPTenantTemplate", + "Id": 908 }, { - "CommandName": "Get-PnPTenantTheme", - "Id": 909, + "Command": "Get-PnPTenantTheme", "Rank": 1, - "Command": "Get-PnPTenantTheme" + "CommandName": "Get-PnPTenantTheme", + "Id": 909 }, { - "CommandName": "Get-PnPTenantTheme", - "Id": 910, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", "Rank": 2, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "CommandName": "Get-PnPTenantTheme", + "Id": 910 }, { - "CommandName": "Get-PnPTenantTheme", - "Id": 911, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", "Rank": 3, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "CommandName": "Get-PnPTenantTheme", + "Id": 911 }, { - "CommandName": "Get-PnPTerm", - "Id": 912, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 1, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "CommandName": "Get-PnPTerm", + "Id": 912 }, { - "CommandName": "Get-PnPTerm", - "Id": 913, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "CommandName": "Get-PnPTerm", + "Id": 913 }, { - "CommandName": "Get-PnPTerm", - "Id": 914, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 3, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" + "CommandName": "Get-PnPTerm", + "Id": 914 }, { - "CommandName": "Get-PnPTerm", - "Id": 915, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", "Rank": 4, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" + "CommandName": "Get-PnPTerm", + "Id": 915 }, { - "CommandName": "Get-PnPTerm", - "Id": 916, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", "Rank": 5, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" + "CommandName": "Get-PnPTerm", + "Id": 916 }, { - "CommandName": "Get-PnPTermGroup", - "Id": 917, + "Command": "Get-PnPTermGroup", "Rank": 1, - "Command": "Get-PnPTermGroup" + "CommandName": "Get-PnPTermGroup", + "Id": 917 }, { - "CommandName": "Get-PnPTermGroup", - "Id": 918, + "Command": "Get-PnPTermGroup -Identity \"Departments\"", "Rank": 2, - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "CommandName": "Get-PnPTermGroup", + "Id": 918 }, { - "CommandName": "Get-PnPTermGroup", - "Id": 919, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", "Rank": 3, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" + "CommandName": "Get-PnPTermGroup", + "Id": 919 }, { - "CommandName": "Get-PnPTermLabel", - "Id": 920, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", "Rank": 1, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" + "CommandName": "Get-PnPTermLabel", + "Id": 920 }, { - "CommandName": "Get-PnPTermLabel", - "Id": 921, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", "Rank": 2, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" + "CommandName": "Get-PnPTermLabel", + "Id": 921 }, { - "CommandName": "Get-PnPTermLabel", - "Id": 922, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 3, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "CommandName": "Get-PnPTermLabel", + "Id": 922 }, { - "CommandName": "Get-PnPTermSet", - "Id": 923, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", "Rank": 1, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "CommandName": "Get-PnPTermSet", + "Id": 923 }, { - "CommandName": "Get-PnPTermSet", - "Id": 924, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "CommandName": "Get-PnPTermSet", + "Id": 924 }, { - "CommandName": "Get-PnPTermSet", - "Id": 925, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", "Rank": 3, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" + "CommandName": "Get-PnPTermSet", + "Id": 925 }, { - "CommandName": "Get-PnPTermSet", - "Id": 926, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", "Rank": 4, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" + "CommandName": "Get-PnPTermSet", + "Id": 926 }, { - "CommandName": "Get-PnPTheme", - "Id": 927, + "Command": "Get-PnPTheme", "Rank": 1, - "Command": "Get-PnPTheme" + "CommandName": "Get-PnPTheme", + "Id": 927 }, { - "CommandName": "Get-PnPTheme", - "Id": 928, + "Command": "Get-PnPTheme -DetectCurrentComposedLook", "Rank": 2, - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "CommandName": "Get-PnPTheme", + "Id": 928 }, { - "CommandName": "Get-PnPTimeZoneId", - "Id": 929, + "Command": "Get-PnPTimeZoneId", "Rank": 1, - "Command": "Get-PnPTimeZoneId" + "CommandName": "Get-PnPTimeZoneId", + "Id": 929 }, { - "CommandName": "Get-PnPTimeZoneId", - "Id": 930, + "Command": "Get-PnPTimeZoneId -Match Stockholm", "Rank": 2, - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "CommandName": "Get-PnPTimeZoneId", + "Id": 930 }, { - "CommandName": "Get-PnPTodoList", - "Id": 931, + "Command": "Get-PnPTodoList", "Rank": 1, - "Command": "Get-PnPTodoList" + "CommandName": "Get-PnPTodoList", + "Id": 931 }, { - "CommandName": "Get-PnPTodoList", - "Id": 932, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Rank": 2, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "CommandName": "Get-PnPTodoList", + "Id": 932 }, { - "CommandName": "Get-PnPTodoList", - "Id": 933, + "Command": "Get-PnPTodoList -User john@doe.com", "Rank": 3, - "Command": "Get-PnPTodoList -User john@doe.com" + "CommandName": "Get-PnPTodoList", + "Id": 933 }, { - "CommandName": "Get-PnPTodoList", - "Id": 934, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Rank": 4, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "CommandName": "Get-PnPTodoList", + "Id": 934 }, { - "CommandName": "Get-PnPTraceLog", - "Id": 935, + "Command": "Get-PnPTraceLog", "Rank": 1, - "Command": "Get-PnPTraceLog" + "CommandName": "Get-PnPTraceLog", + "Id": 935 }, { - "CommandName": "Get-PnPTraceLog", - "Id": 936, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", "Rank": 2, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" + "CommandName": "Get-PnPTraceLog", + "Id": 936 }, { - "CommandName": "Get-PnPTraceLog", - "Id": 937, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", "Rank": 3, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" + "CommandName": "Get-PnPTraceLog", + "Id": 937 }, { - "CommandName": "Get-PnPTraceLog", - "Id": 938, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", "Rank": 4, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" + "CommandName": "Get-PnPTraceLog", + "Id": 938 }, { - "CommandName": "Get-PnPTraceLog", - "Id": 939, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", "Rank": 5, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" + "CommandName": "Get-PnPTraceLog", + "Id": 939 }, { - "CommandName": "Get-PnPTraceLog", - "Id": 940, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", "Rank": 6, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" + "CommandName": "Get-PnPTraceLog", + "Id": 940 }, { - "CommandName": "Get-PnPUnfurlLink", - "Id": 941, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", "Rank": 1, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" + "CommandName": "Get-PnPUnfurlLink", + "Id": 941 }, { - "CommandName": "Get-PnPUnifiedAuditLog", - "Id": 942, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", "Rank": 1, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" + "CommandName": "Get-PnPUnifiedAuditLog", + "Id": 942 }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 943, + "Command": "Get-PnPUPABulkImportStatus", "Rank": 1, - "Command": "Get-PnPUPABulkImportStatus" + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 943 }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 944, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", "Rank": 2, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 944 }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 945, + "Command": "Get-PnPUPABulkImportStatus -JobId ", "Rank": 3, - "Command": "Get-PnPUPABulkImportStatus -JobId " + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 945 }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 946, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", "Rank": 4, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "CommandName": "Get-PnPUPABulkImportStatus", + "Id": 946 }, { - "CommandName": "Get-PnPUser", - "Id": 947, + "Command": "Get-PnPUser", "Rank": 1, - "Command": "Get-PnPUser" + "CommandName": "Get-PnPUser", + "Id": 947 }, { - "CommandName": "Get-PnPUser", - "Id": 948, + "Command": "Get-PnPUser -Identity 23", "Rank": 2, - "Command": "Get-PnPUser -Identity 23" + "CommandName": "Get-PnPUser", + "Id": 948 }, { - "CommandName": "Get-PnPUser", - "Id": 949, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", "Rank": 3, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" + "CommandName": "Get-PnPUser", + "Id": 949 }, { - "CommandName": "Get-PnPUser", - "Id": 950, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", "Rank": 4, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" + "CommandName": "Get-PnPUser", + "Id": 950 }, { - "CommandName": "Get-PnPUser", - "Id": 951, + "Command": "Get-PnPUser -WithRightsAssigned", "Rank": 5, - "Command": "Get-PnPUser -WithRightsAssigned" + "CommandName": "Get-PnPUser", + "Id": 951 }, { - "CommandName": "Get-PnPUser", - "Id": 952, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", "Rank": 6, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "CommandName": "Get-PnPUser", + "Id": 952 }, { - "CommandName": "Get-PnPUser", - "Id": 953, + "Command": "Get-PnPUser -WithRightsAssignedDetailed", "Rank": 7, - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "CommandName": "Get-PnPUser", + "Id": 953 }, { - "CommandName": "Get-PnPUserOneDriveQuota", - "Id": 954, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", "Rank": 1, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "CommandName": "Get-PnPUserOneDriveQuota", + "Id": 954 }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Id": 955, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "CommandName": "Get-PnPUserProfilePhoto", + "Id": 955 }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Id": 956, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", "Rank": 2, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" + "CommandName": "Get-PnPUserProfilePhoto", + "Id": 956 }, { - "CommandName": "Get-PnPUserProfileProperty", - "Id": 957, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", "Rank": 1, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "CommandName": "Get-PnPUserProfileProperty", + "Id": 957 }, { - "CommandName": "Get-PnPUserProfileProperty", - "Id": 958, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", "Rank": 2, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" + "CommandName": "Get-PnPUserProfileProperty", + "Id": 958 }, { - "CommandName": "Get-PnPUserProfileProperty", - "Id": 959, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", "Rank": 3, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" + "CommandName": "Get-PnPUserProfileProperty", + "Id": 959 }, { - "CommandName": "Get-PnPView", - "Id": 960, + "Command": "Get-PnPView -List \"Demo List\"", "Rank": 1, - "Command": "Get-PnPView -List \"Demo List\"" + "CommandName": "Get-PnPView", + "Id": 960 }, { - "CommandName": "Get-PnPView", - "Id": 961, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", "Rank": 2, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" + "CommandName": "Get-PnPView", + "Id": 961 }, { - "CommandName": "Get-PnPView", - "Id": 962, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", "Rank": 3, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" + "CommandName": "Get-PnPView", + "Id": 962 }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 963, + "Command": "Get-PnPVivaConnectionsDashboardACE", "Rank": 1, - "Command": "Get-PnPVivaConnectionsDashboardACE" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 963 }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 964, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Rank": 2, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Id": 964 }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 965, + "Command": "Get-PnPVivaEngageCommunity", "Rank": 1, - "Command": "Get-PnPVivaEngageCommunity" + "CommandName": "Get-PnPVivaEngageCommunity", + "Id": 965 }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 966, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Rank": 2, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "CommandName": "Get-PnPVivaEngageCommunity", + "Id": 966 }, { - "CommandName": "Get-PnPWeb", - "Id": 967, + "Command": "Get-PnPWeb", "Rank": 1, - "Command": "Get-PnPWeb" + "CommandName": "Get-PnPWeb", + "Id": 967 }, { - "CommandName": "Get-PnPWebHeader", - "Id": 968, + "Command": "Get-PnPWebHeader", "Rank": 1, - "Command": "Get-PnPWebHeader" + "CommandName": "Get-PnPWebHeader", + "Id": 968 }, { - "CommandName": "Get-PnPWebhookSubscription", - "Id": 969, + "Command": "Get-PnPWebhookSubscription -List MyList", "Rank": 1, - "Command": "Get-PnPWebhookSubscription -List MyList" + "CommandName": "Get-PnPWebhookSubscription", + "Id": 969 }, { - "CommandName": "Get-PnPWebPart", - "Id": 970, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", "Rank": 1, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" + "CommandName": "Get-PnPWebPart", + "Id": 970 }, { - "CommandName": "Get-PnPWebPart", - "Id": 971, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 2, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "CommandName": "Get-PnPWebPart", + "Id": 971 }, { - "CommandName": "Get-PnPWebPartProperty", - "Id": 972, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", "Rank": 1, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" + "CommandName": "Get-PnPWebPartProperty", + "Id": 972 }, { - "CommandName": "Get-PnPWebPartProperty", - "Id": 973, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", "Rank": 2, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" + "CommandName": "Get-PnPWebPartProperty", + "Id": 973 }, { - "CommandName": "Get-PnPWebPartXml", - "Id": 974, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 1, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "CommandName": "Get-PnPWebPartXml", + "Id": 974 }, { - "CommandName": "Get-PnPWebPermission", - "Id": 975, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", "Rank": 1, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" + "CommandName": "Get-PnPWebPermission", + "Id": 975 }, { - "CommandName": "Get-PnPWebPermission", - "Id": 976, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Rank": 2, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "CommandName": "Get-PnPWebPermission", + "Id": 976 }, { - "CommandName": "Get-PnPWebTemplates", - "Id": 977, + "Command": "Get-PnPWebTemplates", "Rank": 1, - "Command": "Get-PnPWebTemplates" + "CommandName": "Get-PnPWebTemplates", + "Id": 977 }, { - "CommandName": "Get-PnPWebTemplates", - "Id": 978, + "Command": "Get-PnPWebTemplates -LCID 1033", "Rank": 2, - "Command": "Get-PnPWebTemplates -LCID 1033" + "CommandName": "Get-PnPWebTemplates", + "Id": 978 }, { - "CommandName": "Get-PnPWebTemplates", - "Id": 979, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", "Rank": 3, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "CommandName": "Get-PnPWebTemplates", + "Id": 979 }, { - "CommandName": "Get-PnPWikiPageContent", - "Id": 980, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", "Rank": 1, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" + "CommandName": "Get-PnPWikiPageContent", + "Id": 980 }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 981, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", "Rank": 1, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 981 }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 982, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", "Rank": 2, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Id": 982 }, { - "CommandName": "Grant-PnPHubSiteRights", - "Id": 983, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "CommandName": "Grant-PnPHubSiteRights", + "Id": 983 }, { - "CommandName": "Grant-PnPSiteDesignRights", - "Id": 984, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "CommandName": "Grant-PnPSiteDesignRights", + "Id": 984 }, { - "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Id": 985, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Rank": 1, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Id": 985 }, { - "CommandName": "Import-PnPTaxonomy", - "Id": 986, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", "Rank": 1, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "CommandName": "Import-PnPTaxonomy", + "Id": 986 }, { - "CommandName": "Import-PnPTaxonomy", - "Id": 987, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", "Rank": 2, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" + "CommandName": "Import-PnPTaxonomy", + "Id": 987 }, { - "CommandName": "Import-PnPTaxonomy", - "Id": 988, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", "Rank": 3, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "CommandName": "Import-PnPTaxonomy", + "Id": 988 }, { - "CommandName": "Import-PnPTaxonomy", - "Id": 989, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", "Rank": 4, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "CommandName": "Import-PnPTaxonomy", + "Id": 989 }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Id": 990, + "Command": "Import-PnPTermGroupFromXml -Xml $xml", "Rank": 1, - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "CommandName": "Import-PnPTermGroupFromXml", + "Id": 990 }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Id": 991, + "Command": "Import-PnPTermGroupFromXml -Path input.xml", "Rank": 2, - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "CommandName": "Import-PnPTermGroupFromXml", + "Id": 991 }, { - "CommandName": "Import-PnPTermSet", - "Id": 992, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", "Rank": 1, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" + "CommandName": "Import-PnPTermSet", + "Id": 992 }, { - "CommandName": "Import-PnPTermSet", - "Id": 993, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", "Rank": 2, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" + "CommandName": "Import-PnPTermSet", + "Id": 993 }, { - "CommandName": "Import-PnPTermSet", - "Id": 994, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", "Rank": 3, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" + "CommandName": "Import-PnPTermSet", + "Id": 994 }, { - "CommandName": "Install-PnPApp", - "Id": 995, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Install-PnPApp", + "Id": 995 }, { - "CommandName": "Install-PnPApp", - "Id": 996, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "CommandName": "Install-PnPApp", + "Id": 996 }, { - "CommandName": "Invoke-PnPGraphMethod", - "Id": 997, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", "Rank": 1, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 997 }, { - "CommandName": "Invoke-PnPGraphMethod", - "Id": 998, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", "Rank": 2, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 998 }, { - "CommandName": "Invoke-PnPGraphMethod", - "Id": 999, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", "Rank": 3, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 999 }, { - "CommandName": "Invoke-PnPGraphMethod", - "Id": 1000, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", "Rank": 4, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1000 }, { - "CommandName": "Invoke-PnPGraphMethod", - "Id": 1001, + "Command": "Invoke-PnPGraphMethod -Url \"users\"", "Rank": 5, - "Command": "Invoke-PnPGraphMethod -Url \"users\"" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1001 }, { - "CommandName": "Invoke-PnPGraphMethod", - "Id": 1002, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", "Rank": 6, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1002 }, { - "CommandName": "Invoke-PnPGraphMethod", - "Id": 1003, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", "Rank": 7, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" + "CommandName": "Invoke-PnPGraphMethod", + "Id": 1003 }, { - "CommandName": "Invoke-PnPListDesign", - "Id": 1004, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Invoke-PnPListDesign", + "Id": 1004 }, { - "CommandName": "Invoke-PnPListDesign", - "Id": 1005, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Rank": 2, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "CommandName": "Invoke-PnPListDesign", + "Id": 1005 }, { - "CommandName": "Invoke-PnPQuery", - "Id": 1006, + "Command": "Invoke-PnPQuery -RetryCount 5", "Rank": 1, - "Command": "Invoke-PnPQuery -RetryCount 5" + "CommandName": "Invoke-PnPQuery", + "Id": 1006 }, { - "CommandName": "Invoke-PnPSiteDesign", - "Id": 1007, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Invoke-PnPSiteDesign", + "Id": 1007 }, { - "CommandName": "Invoke-PnPSiteDesign", - "Id": 1008, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Rank": 2, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "CommandName": "Invoke-PnPSiteDesign", + "Id": 1008 }, { - "CommandName": "Invoke-PnPSiteScript", - "Id": 1009, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", "Rank": 1, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" + "CommandName": "Invoke-PnPSiteScript", + "Id": 1009 }, { - "CommandName": "Invoke-PnPSiteSwap", - "Id": 1010, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Rank": 1, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1010 }, { - "CommandName": "Invoke-PnPSiteSwap", - "Id": 1011, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Rank": 2, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1011 }, { - "CommandName": "Invoke-PnPSiteSwap", - "Id": 1012, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", "Rank": 3, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" + "CommandName": "Invoke-PnPSiteSwap", + "Id": 1012 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1013, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", "Rank": 1, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1013 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1014, + "Command": "Invoke-PnPSiteTemplate -Path template.xml", "Rank": 2, - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1014 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1015, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", "Rank": 3, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1015 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1016, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Rank": 4, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1016 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1017, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", "Rank": 5, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1017 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1018, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", "Rank": 6, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1018 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1019, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", "Rank": 7, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1019 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1020, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", "Rank": 8, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1020 }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1021, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", "Rank": 9, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "CommandName": "Invoke-PnPSiteTemplate", + "Id": 1021 }, { - "CommandName": "Invoke-PnPSPRestMethod", - "Id": 1022, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", "Rank": 1, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web" + "CommandName": "Invoke-PnPSPRestMethod", + "Id": 1022 }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1023, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", "Rank": 1, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1023 }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1024, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", "Rank": 2, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1024 }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1025, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Rank": 3, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "CommandName": "Invoke-PnPTenantTemplate", + "Id": 1025 }, { - "CommandName": "Invoke-PnPWebAction", - "Id": 1026, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", "Rank": 1, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "CommandName": "Invoke-PnPWebAction", + "Id": 1026 }, { - "CommandName": "Invoke-PnPWebAction", - "Id": 1027, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", "Rank": 2, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" + "CommandName": "Invoke-PnPWebAction", + "Id": 1027 }, { - "CommandName": "Measure-PnPList", - "Id": 1028, + "Command": "Measure-PnPList \"Documents\"", "Rank": 1, - "Command": "Measure-PnPList \"Documents\"" + "CommandName": "Measure-PnPList", + "Id": 1028 }, { - "CommandName": "Measure-PnPList", - "Id": 1029, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", "Rank": 2, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "CommandName": "Measure-PnPList", + "Id": 1029 }, { - "CommandName": "Measure-PnPWeb", - "Id": 1030, + "Command": "Measure-PnPWeb", "Rank": 1, - "Command": "Measure-PnPWeb" + "CommandName": "Measure-PnPWeb", + "Id": 1030 }, { - "CommandName": "Measure-PnPWeb", - "Id": 1031, + "Command": "Measure-PnPWeb $web -Recursive", "Rank": 2, - "Command": "Measure-PnPWeb $web -Recursive" + "CommandName": "Measure-PnPWeb", + "Id": 1031 }, { - "CommandName": "Merge-PnPTerm", - "Id": 1032, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", "Rank": 1, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" + "CommandName": "Merge-PnPTerm", + "Id": 1032 }, { - "CommandName": "Move-PnPFile", - "Id": 1033, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", "Rank": 1, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" + "CommandName": "Move-PnPFile", + "Id": 1033 }, { - "CommandName": "Move-PnPFile", - "Id": 1034, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", "Rank": 2, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" + "CommandName": "Move-PnPFile", + "Id": 1034 }, { - "CommandName": "Move-PnPFile", - "Id": 1035, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Rank": 3, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "CommandName": "Move-PnPFile", + "Id": 1035 }, { - "CommandName": "Move-PnPFile", - "Id": 1036, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Rank": 4, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "CommandName": "Move-PnPFile", + "Id": 1036 }, { - "CommandName": "Move-PnPFolder", - "Id": 1037, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", "Rank": 1, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" + "CommandName": "Move-PnPFolder", + "Id": 1037 }, { - "CommandName": "Move-PnPFolder", - "Id": 1038, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", "Rank": 2, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" + "CommandName": "Move-PnPFolder", + "Id": 1038 }, { - "CommandName": "Move-PnPListItemToRecycleBin", - "Id": 1039, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", "Rank": 1, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" + "CommandName": "Move-PnPListItemToRecycleBin", + "Id": 1039 }, { - "CommandName": "Move-PnPPage", - "Id": 1040, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Rank": 1, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "CommandName": "Move-PnPPage", + "Id": 1040 }, { - "CommandName": "Move-PnPPageComponent", - "Id": 1041, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", "Rank": 1, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" + "CommandName": "Move-PnPPageComponent", + "Id": 1041 }, { - "CommandName": "Move-PnPPageComponent", - "Id": 1042, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", "Rank": 2, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" + "CommandName": "Move-PnPPageComponent", + "Id": 1042 }, { - "CommandName": "Move-PnPPageComponent", - "Id": 1043, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", "Rank": 3, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" + "CommandName": "Move-PnPPageComponent", + "Id": 1043 }, { - "CommandName": "Move-PnPPageComponent", - "Id": 1044, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", "Rank": 4, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" + "CommandName": "Move-PnPPageComponent", + "Id": 1044 }, { - "CommandName": "Move-PnpRecycleBinItem", - "Id": 1045, + "Command": "Move-PnPRecycleBinItem", "Rank": 1, - "Command": "Move-PnPRecycleBinItem" + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1045 }, { - "CommandName": "Move-PnpRecycleBinItem", - "Id": 1046, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", "Rank": 2, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1046 }, { - "CommandName": "Move-PnpRecycleBinItem", - "Id": 1047, + "Command": "Move-PnPRecycleBinItem -Force", "Rank": 3, - "Command": "Move-PnPRecycleBinItem -Force" + "CommandName": "Move-PnpRecycleBinItem", + "Id": 1047 }, { - "CommandName": "Move-PnPTerm", - "Id": 1048, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", "Rank": 1, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" + "CommandName": "Move-PnPTerm", + "Id": 1048 }, { - "CommandName": "Move-PnPTerm", - "Id": 1049, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", "Rank": 2, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" + "CommandName": "Move-PnPTerm", + "Id": 1049 }, { - "CommandName": "Move-PnPTerm", - "Id": 1050, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", "Rank": 3, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" + "CommandName": "Move-PnPTerm", + "Id": 1050 }, { - "CommandName": "Move-PnPTermSet", - "Id": 1051, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", "Rank": 1, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" + "CommandName": "Move-PnPTermSet", + "Id": 1051 }, { - "CommandName": "Move-PnPTermSet", - "Id": 1052, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", "Rank": 2, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" + "CommandName": "Move-PnPTermSet", + "Id": 1052 }, { - "CommandName": "New-PnPAzureADGroup", - "Id": 1053, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", "Rank": 1, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" + "CommandName": "New-PnPAzureADGroup", + "Id": 1053 }, { - "CommandName": "New-PnPAzureADGroup", - "Id": 1054, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", "Rank": 2, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" + "CommandName": "New-PnPAzureADGroup", + "Id": 1054 }, { - "CommandName": "New-PnPAzureADGroup", - "Id": 1055, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", "Rank": 3, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" + "CommandName": "New-PnPAzureADGroup", + "Id": 1055 }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1056, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", "Rank": 1, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1056 }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1057, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", "Rank": 2, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1057 }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1058, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", "Rank": 3, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Id": 1058 }, { - "CommandName": "New-PnPAzureCertificate", - "Id": 1059, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", "Rank": 1, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" + "CommandName": "New-PnPAzureCertificate", + "Id": 1059 }, { - "CommandName": "New-PnPAzureCertificate", - "Id": 1060, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", "Rank": 2, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "CommandName": "New-PnPAzureCertificate", + "Id": 1060 }, { - "CommandName": "New-PnPAzureCertificate", - "Id": 1061, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", "Rank": 3, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" + "CommandName": "New-PnPAzureCertificate", + "Id": 1061 }, { - "CommandName": "New-PnPAzureCertificate", - "Id": 1062, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", "Rank": 4, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" + "CommandName": "New-PnPAzureCertificate", + "Id": 1062 }, { - "CommandName": "New-PnPContainerType", - "Id": 1063, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", "Rank": 1, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" + "CommandName": "New-PnPContainerType", + "Id": 1063 }, { - "CommandName": "New-PnPGraphSubscription", - "Id": 1064, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", "Rank": 1, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" + "CommandName": "New-PnPGraphSubscription", + "Id": 1064 }, { - "CommandName": "New-PnPGraphSubscription", - "Id": 1065, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", "Rank": 2, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" + "CommandName": "New-PnPGraphSubscription", + "Id": 1065 }, { - "CommandName": "New-PnPGroup", - "Id": 1066, + "Command": "New-PnPGroup -Title \"My Site Users\"", "Rank": 1, - "Command": "New-PnPGroup -Title \"My Site Users\"" + "CommandName": "New-PnPGroup", + "Id": 1066 }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1067, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", "Rank": 1, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1067 }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1068, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Rank": 2, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1068 }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1069, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", "Rank": 3, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1069 }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1070, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Rank": 4, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1070 }, { - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Id": 1071, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", + "Id": 1071 }, { - "CommandName": "New-PnPList", - "Id": 1072, + "Command": "New-PnPList -Title Announcements -Template Announcements", "Rank": 1, - "Command": "New-PnPList -Title Announcements -Template Announcements" + "CommandName": "New-PnPList", + "Id": 1072 }, { - "CommandName": "New-PnPList", - "Id": 1073, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", "Rank": 2, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" + "CommandName": "New-PnPList", + "Id": 1073 }, { - "CommandName": "New-PnPList", - "Id": 1074, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", "Rank": 3, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "CommandName": "New-PnPList", + "Id": 1074 }, { - "CommandName": "New-PnPMicrosoft365Group", - "Id": 1075, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", "Rank": 1, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1075 }, { - "CommandName": "New-PnPMicrosoft365Group", - "Id": 1076, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", "Rank": 2, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1076 }, { - "CommandName": "New-PnPMicrosoft365Group", - "Id": 1077, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", "Rank": 3, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1077 }, { - "CommandName": "New-PnPMicrosoft365Group", - "Id": 1078, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", "Rank": 4, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1078 }, { - "CommandName": "New-PnPMicrosoft365Group", - "Id": 1079, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Rank": 5, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1079 }, { - "CommandName": "New-PnPMicrosoft365Group", - "Id": 1080, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Rank": 6, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1080 }, { - "CommandName": "New-PnPMicrosoft365Group", - "Id": 1081, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", "Rank": 7, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" + "CommandName": "New-PnPMicrosoft365Group", + "Id": 1081 }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1082, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", "Rank": 1, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 1082 }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1083, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", "Rank": 2, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Id": 1083 }, { - "CommandName": "New-PnPPersonalSite", - "Id": 1084, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", "Rank": 1, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" + "CommandName": "New-PnPPersonalSite", + "Id": 1084 }, { - "CommandName": "New-PnPPlannerPlan", - "Id": 1085, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", "Rank": 1, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "CommandName": "New-PnPPlannerPlan", + "Id": 1085 }, { - "CommandName": "New-PnpProfileCardProperty", - "Id": 1086, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", "Rank": 1, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" + "CommandName": "New-PnpProfileCardProperty", + "Id": 1086 }, { - "CommandName": "New-PnPSdnProvider", - "Id": 1087, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", "Rank": 1, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "CommandName": "New-PnPSdnProvider", + "Id": 1087 }, { - "CommandName": "New-PnPSearchExternalConnection", - "Id": 1088, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", "Rank": 1, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" + "CommandName": "New-PnPSearchExternalConnection", + "Id": 1088 }, { - "CommandName": "New-PnPSearchExternalConnection", - "Id": 1089, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Rank": 2, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "CommandName": "New-PnPSearchExternalConnection", + "Id": 1089 }, { - "CommandName": "New-PnPSite", - "Id": 1090, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Rank": 1, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "CommandName": "New-PnPSite", + "Id": 1090 }, { - "CommandName": "New-PnPSite", - "Id": 1091, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", "Rank": 2, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" + "CommandName": "New-PnPSite", + "Id": 1091 }, { - "CommandName": "New-PnPSite", - "Id": 1092, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Rank": 3, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "CommandName": "New-PnPSite", + "Id": 1092 }, { - "CommandName": "New-PnPSite", - "Id": 1093, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Rank": 4, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "CommandName": "New-PnPSite", + "Id": 1093 }, { - "CommandName": "New-PnPSite", - "Id": 1094, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Rank": 5, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "CommandName": "New-PnPSite", + "Id": 1094 }, { - "CommandName": "New-PnPSite", - "Id": 1095, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Rank": 6, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "CommandName": "New-PnPSite", + "Id": 1095 }, { - "CommandName": "New-PnPSite", - "Id": 1096, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", "Rank": 7, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" + "CommandName": "New-PnPSite", + "Id": 1096 }, { - "CommandName": "New-PnPSite", - "Id": 1097, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", "Rank": 8, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" + "CommandName": "New-PnPSite", + "Id": 1097 }, { - "CommandName": "New-PnPSite", - "Id": 1098, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", "Rank": 9, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" + "CommandName": "New-PnPSite", + "Id": 1098 }, { - "CommandName": "New-PnPSite", - "Id": 1099, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", "Rank": 10, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" + "CommandName": "New-PnPSite", + "Id": 1099 }, { - "CommandName": "New-PnPSite", - "Id": 1100, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Rank": 11, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "CommandName": "New-PnPSite", + "Id": 1100 }, { - "CommandName": "New-PnPSite", - "Id": 1101, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Rank": 12, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "CommandName": "New-PnPSite", + "Id": 1101 }, { - "CommandName": "New-PnPSite", - "Id": 1102, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Rank": 13, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "CommandName": "New-PnPSite", + "Id": 1102 }, { - "CommandName": "New-PnPSite", - "Id": 1103, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Rank": 14, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "CommandName": "New-PnPSite", + "Id": 1103 }, { - "CommandName": "New-PnPSite", - "Id": 1104, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Rank": 15, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "CommandName": "New-PnPSite", + "Id": 1104 }, { - "CommandName": "New-PnPSite", - "Id": 1105, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", "Rank": 16, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" + "CommandName": "New-PnPSite", + "Id": 1105 }, { - "CommandName": "New-PnPSite", - "Id": 1106, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", "Rank": 17, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" + "CommandName": "New-PnPSite", + "Id": 1106 }, { - "CommandName": "New-PnPSiteCollectionTermStore", - "Id": 1107, + "Command": "New-PnPSiteCollectionTermStore", "Rank": 1, - "Command": "New-PnPSiteCollectionTermStore" + "CommandName": "New-PnPSiteCollectionTermStore", + "Id": 1107 }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1108, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", "Rank": 1, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1108 }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1109, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", "Rank": 2, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1109 }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1110, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", "Rank": 3, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1110 }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1111, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Rank": 4, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Id": 1111 }, { - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Id": 1112, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Rank": 1, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", + "Id": 1112 }, { - "CommandName": "New-PnPSiteGroup", - "Id": 1113, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", "Rank": 1, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" + "CommandName": "New-PnPSiteGroup", + "Id": 1113 }, { - "CommandName": "New-PnPSiteGroup", - "Id": 1114, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", "Rank": 2, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" + "CommandName": "New-PnPSiteGroup", + "Id": 1114 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1115, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", "Rank": 1, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1115 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1116, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", "Rank": 2, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1116 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1117, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", "Rank": 3, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1117 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1118, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", "Rank": 4, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1118 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1119, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", "Rank": 5, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1119 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1120, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 6, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1120 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1121, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", "Rank": 7, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1121 }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1122, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", "Rank": 8, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" + "CommandName": "New-PnPSiteTemplateFromFolder", + "Id": 1122 }, { - "CommandName": "New-PnPTeamsApp", - "Id": 1123, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", "Rank": 1, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "CommandName": "New-PnPTeamsApp", + "Id": 1123 }, { - "CommandName": "New-PnPTeamsTeam", - "Id": 1124, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", "Rank": 1, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" + "CommandName": "New-PnPTeamsTeam", + "Id": 1124 }, { - "CommandName": "New-PnPTeamsTeam", - "Id": 1125, + "Command": "New-PnPTeamsTeam -GroupId $groupId", "Rank": 2, - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "CommandName": "New-PnPTeamsTeam", + "Id": 1125 }, { - "CommandName": "New-PnPTeamsTeam", - "Id": 1126, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", "Rank": 3, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" + "CommandName": "New-PnPTeamsTeam", + "Id": 1126 }, { - "CommandName": "New-PnPTeamsTeam", - "Id": 1127, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Rank": 4, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "CommandName": "New-PnPTeamsTeam", + "Id": 1127 }, { - "CommandName": "New-PnPTeamsTeam", - "Id": 1128, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", "Rank": 5, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" + "CommandName": "New-PnPTeamsTeam", + "Id": 1128 }, { - "CommandName": "New-PnPTeamsTeam", - "Id": 1129, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Rank": 6, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "CommandName": "New-PnPTeamsTeam", + "Id": 1129 }, { - "CommandName": "New-PnPTenantSite", - "Id": 1130, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", "Rank": 1, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" + "CommandName": "New-PnPTenantSite", + "Id": 1130 }, { - "CommandName": "New-PnPTenantSite", - "Id": 1131, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", "Rank": 2, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" + "CommandName": "New-PnPTenantSite", + "Id": 1131 }, { - "CommandName": "New-PnPTerm", - "Id": 1132, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", "Rank": 1, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" + "CommandName": "New-PnPTerm", + "Id": 1132 }, { - "CommandName": "New-PnPTerm", - "Id": 1133, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Rank": 2, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "CommandName": "New-PnPTerm", + "Id": 1133 }, { - "CommandName": "New-PnPTermGroup", - "Id": 1134, + "Command": "New-PnPTermGroup -GroupName \"Countries\"", "Rank": 1, - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "CommandName": "New-PnPTermGroup", + "Id": 1134 }, { - "CommandName": "New-PnPTermGroup", - "Id": 1135, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Rank": 2, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "CommandName": "New-PnPTermGroup", + "Id": 1135 }, { - "CommandName": "New-PnPTermLabel", - "Id": 1136, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", "Rank": 1, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" + "CommandName": "New-PnPTermLabel", + "Id": 1136 }, { - "CommandName": "New-PnPTermSet", - "Id": 1137, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", "Rank": 1, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "CommandName": "New-PnPTermSet", + "Id": 1137 }, { - "CommandName": "New-PnPTodoList", - "Id": 1138, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", "Rank": 1, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"" + "CommandName": "New-PnPTodoList", + "Id": 1138 }, { - "CommandName": "New-PnPTodoList", - "Id": 1139, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", "Rank": 2, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" + "CommandName": "New-PnPTodoList", + "Id": 1139 }, { - "CommandName": "New-PnPUPABulkImportJob", - "Id": 1140, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", "Rank": 1, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" + "CommandName": "New-PnPUPABulkImportJob", + "Id": 1140 }, { - "CommandName": "New-PnPUPABulkImportJob", - "Id": 1141, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", "Rank": 2, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" + "CommandName": "New-PnPUPABulkImportJob", + "Id": 1141 }, { - "CommandName": "New-PnPUser", - "Id": 1142, + "Command": "New-PnPUser -LoginName user@company.com", "Rank": 1, - "Command": "New-PnPUser -LoginName user@company.com" + "CommandName": "New-PnPUser", + "Id": 1142 }, { - "CommandName": "New-PnPVivaEngageCommunity", - "Id": 1143, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", "Rank": 1, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" + "CommandName": "New-PnPVivaEngageCommunity", + "Id": 1143 }, { - "CommandName": "New-PnPWeb", - "Id": 1144, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", "Rank": 1, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" + "CommandName": "New-PnPWeb", + "Id": 1144 }, { - "CommandName": "Publish-PnPApp", - "Id": 1145, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Rank": 1, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "CommandName": "Publish-PnPApp", + "Id": 1145 }, { - "CommandName": "Publish-PnPApp", - "Id": 1146, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", "Rank": 2, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" + "CommandName": "Publish-PnPApp", + "Id": 1146 }, { - "CommandName": "Publish-PnPContentType", - "Id": 1147, + "Command": "Publish-PnPContentType -ContentType 0x0101", "Rank": 1, - "Command": "Publish-PnPContentType -ContentType 0x0101" + "CommandName": "Publish-PnPContentType", + "Id": 1147 }, { - "CommandName": "Publish-PnPSyntexModel", - "Id": 1148, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Rank": 1, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "CommandName": "Publish-PnPSyntexModel", + "Id": 1148 }, { - "CommandName": "Publish-PnPSyntexModel", - "Id": 1149, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Rank": 2, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "CommandName": "Publish-PnPSyntexModel", + "Id": 1149 }, { - "CommandName": "Read-PnPSiteTemplate", - "Id": 1150, + "Command": "Read-PnPSiteTemplate -Path template.pnp", "Rank": 1, - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "CommandName": "Read-PnPSiteTemplate", + "Id": 1150 }, { - "CommandName": "Read-PnPSiteTemplate", - "Id": 1151, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", "Rank": 2, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "CommandName": "Read-PnPSiteTemplate", + "Id": 1151 }, { - "CommandName": "Read-PnPSiteTemplate", - "Id": 1152, + "Command": "Read-PnPSiteTemplate -Xml $xml", "Rank": 3, - "Command": "Read-PnPSiteTemplate -Xml $xml" + "CommandName": "Read-PnPSiteTemplate", + "Id": 1152 }, { - "CommandName": "Read-PnPTenantTemplate", - "Id": 1153, + "Command": "Read-PnPTenantTemplate -Path template.pnp", "Rank": 1, - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "CommandName": "Read-PnPTenantTemplate", + "Id": 1153 }, { - "CommandName": "Register-PnPAppCatalogSite", - "Id": 1154, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", "Rank": 1, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" + "CommandName": "Register-PnPAppCatalogSite", + "Id": 1154 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1155, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", "Rank": 1, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" + "CommandName": "Register-PnPAzureADApp", + "Id": 1155 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1156, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 2, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "CommandName": "Register-PnPAzureADApp", + "Id": 1156 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1157, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", "Rank": 3, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" + "CommandName": "Register-PnPAzureADApp", + "Id": 1157 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1158, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 4, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "CommandName": "Register-PnPAzureADApp", + "Id": 1158 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1159, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 5, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "CommandName": "Register-PnPAzureADApp", + "Id": 1159 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1160, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Rank": 6, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "CommandName": "Register-PnPAzureADApp", + "Id": 1160 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1161, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", "Rank": 7, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" + "CommandName": "Register-PnPAzureADApp", + "Id": 1161 }, { - "CommandName": "Register-PnPAzureADApp", - "Id": 1162, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", "Rank": 8, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" + "CommandName": "Register-PnPAzureADApp", + "Id": 1162 }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1163, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", "Rank": 1, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Id": 1163 }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1164, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", "Rank": 2, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Id": 1164 }, { - "CommandName": "Register-PnPHubSite", - "Id": 1165, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Rank": 1, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "CommandName": "Register-PnPHubSite", + "Id": 1165 }, { - "CommandName": "Register-PnPHubSite", - "Id": 1166, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", "Rank": 2, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" + "CommandName": "Register-PnPHubSite", + "Id": 1166 }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1167, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", "Rank": 1, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 1167 }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1168, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", "Rank": 2, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Id": 1168 }, { - "CommandName": "Remove-PnPAlert", - "Id": 1169, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", "Rank": 1, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" + "CommandName": "Remove-PnPAlert", + "Id": 1169 }, { - "CommandName": "Remove-PnPAlert", - "Id": 1170, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Rank": 2, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPAlert", + "Id": 1170 }, { - "CommandName": "Remove-PnPApp", - "Id": 1171, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Remove-PnPApp", + "Id": 1171 }, { - "CommandName": "Remove-PnPApp", - "Id": 1172, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "CommandName": "Remove-PnPApp", + "Id": 1172 }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1173, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 1, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 1173 }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1174, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Rank": 2, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "CommandName": "Remove-PnPApplicationCustomizer", + "Id": 1174 }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1175, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", "Rank": 1, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 1175 }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1176, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Rank": 2, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "CommandName": "Remove-PnPAvailableSiteClassification", + "Id": 1176 }, { - "CommandName": "Remove-PnPAzureADApp", - "Id": 1177, + "Command": "Remove-PnPAzureADApp -Identity MyApp", "Rank": 1, - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "CommandName": "Remove-PnPAzureADApp", + "Id": 1177 }, { - "CommandName": "Remove-PnPAzureADApp", - "Id": 1178, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Rank": 2, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "CommandName": "Remove-PnPAzureADApp", + "Id": 1178 }, { - "CommandName": "Remove-PnPAzureADGroup", - "Id": 1179, + "Command": "Remove-PnPAzureADGroup -Identity $groupId", "Rank": 1, - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "CommandName": "Remove-PnPAzureADGroup", + "Id": 1179 }, { - "CommandName": "Remove-PnPAzureADGroup", - "Id": 1180, + "Command": "Remove-PnPAzureADGroup -Identity $group", "Rank": 2, - "Command": "Remove-PnPAzureADGroup -Identity $group" + "CommandName": "Remove-PnPAzureADGroup", + "Id": 1180 }, { - "CommandName": "Remove-PnPAzureADGroupMember", - "Id": 1181, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPAzureADGroupMember", + "Id": 1181 }, { - "CommandName": "Remove-PnPAzureADGroupOwner", - "Id": 1182, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPAzureADGroupOwner", + "Id": 1182 }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1183, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", "Rank": 1, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1183 }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1184, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", "Rank": 2, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1184 }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1185, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Rank": 3, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1185 }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1186, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Rank": 4, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Id": 1186 }, { - "CommandName": "Remove-PnPAzureADUser", - "Id": 1187, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", "Rank": 1, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" + "CommandName": "Remove-PnPAzureADUser", + "Id": 1187 }, { - "CommandName": "Remove-PnPAzureADUser", - "Id": 1188, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", "Rank": 2, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" + "CommandName": "Remove-PnPAzureADUser", + "Id": 1188 }, { - "CommandName": "Remove-PnPContainer", - "Id": 1189, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Rank": 1, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "CommandName": "Remove-PnPContainer", + "Id": 1189 }, { - "CommandName": "Remove-PnPContainer", - "Id": 1190, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Rank": 2, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "CommandName": "Remove-PnPContainer", + "Id": 1190 }, { - "CommandName": "Remove-PnPContainerType", - "Id": 1191, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", "Rank": 1, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" + "CommandName": "Remove-PnPContainerType", + "Id": 1191 }, { - "CommandName": "Remove-PnPContentType", - "Id": 1192, + "Command": "Remove-PnPContentType -Identity \"Project Document\"", "Rank": 1, - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "CommandName": "Remove-PnPContentType", + "Id": 1192 }, { - "CommandName": "Remove-PnPContentType", - "Id": 1193, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", "Rank": 2, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "CommandName": "Remove-PnPContentType", + "Id": 1193 }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1194, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Rank": 1, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 1194 }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1195, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Rank": 2, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Id": 1195 }, { - "CommandName": "Remove-PnPContentTypeFromList", - "Id": 1196, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", "Rank": 1, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "CommandName": "Remove-PnPContentTypeFromList", + "Id": 1196 }, { - "CommandName": "Remove-PnPCustomAction", - "Id": 1197, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 1, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "CommandName": "Remove-PnPCustomAction", + "Id": 1197 }, { - "CommandName": "Remove-PnPCustomAction", - "Id": 1198, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Rank": 2, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "CommandName": "Remove-PnPCustomAction", + "Id": 1198 }, { - "CommandName": "Remove-PnPCustomAction", - "Id": 1199, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", "Rank": 3, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" + "CommandName": "Remove-PnPCustomAction", + "Id": 1199 }, { - "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Id": 1200, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Rank": 1, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Id": 1200 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1201, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 1, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1201 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1202, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Rank": 2, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1202 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1203, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", "Rank": 3, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1203 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1204, + "Command": "Remove-PnPEventReceiver -List ProjectList", "Rank": 4, - "Command": "Remove-PnPEventReceiver -List ProjectList" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1204 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1205, + "Command": "Remove-PnPEventReceiver", "Rank": 5, - "Command": "Remove-PnPEventReceiver" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1205 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1206, + "Command": "Remove-PnPEventReceiver -Scope Site", "Rank": 6, - "Command": "Remove-PnPEventReceiver -Scope Site" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1206 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1207, + "Command": "Remove-PnPEventReceiver -Scope Web", "Rank": 7, - "Command": "Remove-PnPEventReceiver -Scope Web" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1207 }, { - "CommandName": "Remove-PnPEventReceiver", - "Id": 1208, + "Command": "Remove-PnPEventReceiver -Scope All", "Rank": 8, - "Command": "Remove-PnPEventReceiver -Scope All" + "CommandName": "Remove-PnPEventReceiver", + "Id": 1208 }, { - "CommandName": "Remove-PnPField", - "Id": 1209, + "Command": "Remove-PnPField -Identity \"Speakers\"", "Rank": 1, - "Command": "Remove-PnPField -Identity \"Speakers\"" + "CommandName": "Remove-PnPField", + "Id": 1209 }, { - "CommandName": "Remove-PnPField", - "Id": 1210, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Rank": 2, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "CommandName": "Remove-PnPField", + "Id": 1210 }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1211, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Rank": 1, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "CommandName": "Remove-PnPFieldFromContentType", + "Id": 1211 }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1212, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", "Rank": 2, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" + "CommandName": "Remove-PnPFieldFromContentType", + "Id": 1212 }, { - "CommandName": "Remove-PnPFile", - "Id": 1213, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", "Rank": 1, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" + "CommandName": "Remove-PnPFile", + "Id": 1213 }, { - "CommandName": "Remove-PnPFile", - "Id": 1214, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", "Rank": 2, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" + "CommandName": "Remove-PnPFile", + "Id": 1214 }, { - "CommandName": "Remove-PnPFile", - "Id": 1215, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", "Rank": 3, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" + "CommandName": "Remove-PnPFile", + "Id": 1215 }, { - "CommandName": "Remove-PnPFileFromSiteTemplate", - "Id": 1216, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", "Rank": 1, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Id": 1216 }, { - "CommandName": "Remove-PnPFileSharingLink", - "Id": 1217, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Rank": 1, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "CommandName": "Remove-PnPFileSharingLink", + "Id": 1217 }, { - "CommandName": "Remove-PnPFileSharingLink", - "Id": 1218, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", "Rank": 2, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" + "CommandName": "Remove-PnPFileSharingLink", + "Id": 1218 }, { - "CommandName": "Remove-PnPFileVersion", - "Id": 1219, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Rank": 1, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "CommandName": "Remove-PnPFileVersion", + "Id": 1219 }, { - "CommandName": "Remove-PnPFileVersion", - "Id": 1220, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Rank": 2, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "CommandName": "Remove-PnPFileVersion", + "Id": 1220 }, { - "CommandName": "Remove-PnPFileVersion", - "Id": 1221, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", "Rank": 3, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "CommandName": "Remove-PnPFileVersion", + "Id": 1221 }, { - "CommandName": "Remove-PnPFlow", - "Id": 1222, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Remove-PnPFlow", + "Id": 1222 }, { - "CommandName": "Remove-PnPFlow", - "Id": 1223, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", "Rank": 2, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" + "CommandName": "Remove-PnPFlow", + "Id": 1223 }, { - "CommandName": "Remove-PnPFlowOwner", - "Id": 1224, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", "Rank": 1, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1224 }, { - "CommandName": "Remove-PnPFlowOwner", - "Id": 1225, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", "Rank": 2, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1225 }, { - "CommandName": "Remove-PnPFlowOwner", - "Id": 1226, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", "Rank": 3, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1226 }, { - "CommandName": "Remove-PnPFlowOwner", - "Id": 1227, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", "Rank": 4, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" + "CommandName": "Remove-PnPFlowOwner", + "Id": 1227 }, { - "CommandName": "Remove-PnPFolder", - "Id": 1228, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Rank": 1, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "CommandName": "Remove-PnPFolder", + "Id": 1228 }, { - "CommandName": "Remove-PnPFolder", - "Id": 1229, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", "Rank": 2, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" + "CommandName": "Remove-PnPFolder", + "Id": 1229 }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1230, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Rank": 1, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "CommandName": "Remove-PnPFolderSharingLink", + "Id": 1230 }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1231, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", "Rank": 2, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" + "CommandName": "Remove-PnPFolderSharingLink", + "Id": 1231 }, { - "CommandName": "Remove-PnPGraphSubscription", - "Id": 1232, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", "Rank": 1, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" + "CommandName": "Remove-PnPGraphSubscription", + "Id": 1232 }, { - "CommandName": "Remove-PnPGroup", - "Id": 1233, + "Command": "Remove-PnPGroup -Identity \"My Users\"", "Rank": 1, - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "CommandName": "Remove-PnPGroup", + "Id": 1233 }, { - "CommandName": "Remove-PnPGroupMember", - "Id": 1234, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Rank": 1, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "CommandName": "Remove-PnPGroupMember", + "Id": 1234 }, { - "CommandName": "Remove-PnPHomeSite", - "Id": 1235, + "Command": "Remove-PnPHomeSite", "Rank": 1, - "Command": "Remove-PnPHomeSite" + "CommandName": "Remove-PnPHomeSite", + "Id": 1235 }, { - "CommandName": "Remove-PnPHubSiteAssociation", - "Id": 1236, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", "Rank": 1, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" + "CommandName": "Remove-PnPHubSiteAssociation", + "Id": 1236 }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1237, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", "Rank": 1, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" + "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 1237 }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1238, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", "Rank": 2, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" + "CommandName": "Remove-PnPHubToHubAssociation", + "Id": 1238 }, { - "CommandName": "Remove-PnPIndexedProperty", - "Id": 1239, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", "Rank": 1, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "CommandName": "Remove-PnPIndexedProperty", + "Id": 1239 }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1240, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", "Rank": 1, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1240 }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1241, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", "Rank": 2, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1241 }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1242, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", "Rank": 3, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1242 }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1243, + "Command": "Remove-PnPJavaScriptLink -Scope Site", "Rank": 4, - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1243 }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1244, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", "Rank": 5, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" + "CommandName": "Remove-PnPJavaScriptLink", + "Id": 1244 }, { - "CommandName": "Remove-PnPKnowledgeHubSite", - "Id": 1245, + "Command": "Remove-PnPKnowledgeHubSite", "Rank": 1, - "Command": "Remove-PnPKnowledgeHubSite" + "CommandName": "Remove-PnPKnowledgeHubSite", + "Id": 1245 }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1246, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", "Rank": 1, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1246 }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1247, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Rank": 2, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Id": 1247 }, { - "CommandName": "Remove-PnPList", - "Id": 1248, + "Command": "Remove-PnPList -Identity Announcements", "Rank": 1, - "Command": "Remove-PnPList -Identity Announcements" + "CommandName": "Remove-PnPList", + "Id": 1248 }, { - "CommandName": "Remove-PnPList", - "Id": 1249, + "Command": "Remove-PnPList -Identity Announcements -Force", "Rank": 2, - "Command": "Remove-PnPList -Identity Announcements -Force" + "CommandName": "Remove-PnPList", + "Id": 1249 }, { - "CommandName": "Remove-PnPList", - "Id": 1250, + "Command": "Remove-PnPList -Identity Announcements -Recycle", "Rank": 3, - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "CommandName": "Remove-PnPList", + "Id": 1250 }, { - "CommandName": "Remove-PnPList", - "Id": 1251, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", "Rank": 4, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "CommandName": "Remove-PnPList", + "Id": 1251 }, { - "CommandName": "Remove-PnPListDesign", - "Id": 1252, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Remove-PnPListDesign", + "Id": 1252 }, { - "CommandName": "Remove-PnPListItem", - "Id": 1253, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", "Rank": 1, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" + "CommandName": "Remove-PnPListItem", + "Id": 1253 }, { - "CommandName": "Remove-PnPListItem", - "Id": 1254, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", "Rank": 2, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" + "CommandName": "Remove-PnPListItem", + "Id": 1254 }, { - "CommandName": "Remove-PnPListItem", - "Id": 1255, + "Command": "Remove-PnPListItem -List \"Demo List\"", "Rank": 3, - "Command": "Remove-PnPListItem -List \"Demo List\"" + "CommandName": "Remove-PnPListItem", + "Id": 1255 }, { - "CommandName": "Remove-PnPListItemAttachment", - "Id": 1256, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", "Rank": 1, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1256 }, { - "CommandName": "Remove-PnPListItemAttachment", - "Id": 1257, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", "Rank": 2, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1257 }, { - "CommandName": "Remove-PnPListItemAttachment", - "Id": 1258, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", "Rank": 3, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1258 }, { - "CommandName": "Remove-PnPListItemAttachment", - "Id": 1259, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", "Rank": 4, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1259 }, { - "CommandName": "Remove-PnPListItemAttachment", - "Id": 1260, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", "Rank": 5, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" + "CommandName": "Remove-PnPListItemAttachment", + "Id": 1260 }, { - "CommandName": "Remove-PnPListItemComment", - "Id": 1261, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", "Rank": 1, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" + "CommandName": "Remove-PnPListItemComment", + "Id": 1261 }, { - "CommandName": "Remove-PnPListItemComment", - "Id": 1262, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", "Rank": 2, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" + "CommandName": "Remove-PnPListItemComment", + "Id": 1262 }, { - "CommandName": "Remove-PnPListItemComment", - "Id": 1263, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", "Rank": 3, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" + "CommandName": "Remove-PnPListItemComment", + "Id": 1263 }, { - "CommandName": "Remove-PnPListItemComment", - "Id": 1264, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", "Rank": 4, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" + "CommandName": "Remove-PnPListItemComment", + "Id": 1264 }, { - "CommandName": "Remove-PnPListItemVersion", - "Id": 1265, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Rank": 1, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "CommandName": "Remove-PnPListItemVersion", + "Id": 1265 }, { - "CommandName": "Remove-PnPListItemVersion", - "Id": 1266, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Rank": 2, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "CommandName": "Remove-PnPListItemVersion", + "Id": 1266 }, { - "CommandName": "Remove-PnPManagedAppId", - "Id": 1267, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", "Rank": 1, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" + "CommandName": "Remove-PnPManagedAppId", + "Id": 1267 }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1268, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", "Rank": 1, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1268 }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1269, + "Command": "Remove-PnPMicrosoft365Group -Identity $group", "Rank": 2, - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "CommandName": "Remove-PnPMicrosoft365Group", + "Id": 1269 }, { - "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Id": 1270, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Id": 1270 }, { - "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Id": 1271, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Id": 1271 }, { - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Id": 1272, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", + "Id": 1272 }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1273, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1273 }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1274, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", "Rank": 2, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Id": 1274 }, { - "CommandName": "Remove-PnPNavigationNode", - "Id": 1275, + "Command": "Remove-PnPNavigationNode -Identity 1032", "Rank": 1, - "Command": "Remove-PnPNavigationNode -Identity 1032" + "CommandName": "Remove-PnPNavigationNode", + "Id": 1275 }, { - "CommandName": "Remove-PnPNavigationNode", - "Id": 1276, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", "Rank": 2, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "CommandName": "Remove-PnPNavigationNode", + "Id": 1276 }, { - "CommandName": "Remove-PnPNavigationNode", - "Id": 1277, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", "Rank": 3, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "CommandName": "Remove-PnPNavigationNode", + "Id": 1277 }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1278, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", "Rank": 1, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1278 }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1279, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", "Rank": 2, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1279 }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1280, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", "Rank": 3, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Id": 1280 }, { - "CommandName": "Remove-PnPOrgNewsSite", - "Id": 1281, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", "Rank": 1, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" + "CommandName": "Remove-PnPOrgNewsSite", + "Id": 1281 }, { - "CommandName": "Remove-PnPPage", - "Id": 1282, + "Command": "Remove-PnPPage -Identity \"MyPage\"", "Rank": 1, - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "CommandName": "Remove-PnPPage", + "Id": 1282 }, { - "CommandName": "Remove-PnPPage", - "Id": 1283, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", "Rank": 2, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "CommandName": "Remove-PnPPage", + "Id": 1283 }, { - "CommandName": "Remove-PnPPage", - "Id": 1284, + "Command": "Remove-PnPPage $page", "Rank": 3, - "Command": "Remove-PnPPage $page" + "CommandName": "Remove-PnPPage", + "Id": 1284 }, { - "CommandName": "Remove-PnPPage", - "Id": 1285, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", "Rank": 4, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "CommandName": "Remove-PnPPage", + "Id": 1285 }, { - "CommandName": "Remove-PnPPageComponent", - "Id": 1286, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 1, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "CommandName": "Remove-PnPPageComponent", + "Id": 1286 }, { - "CommandName": "Remove-PnPPlannerBucket", - "Id": 1287, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", "Rank": 1, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" + "CommandName": "Remove-PnPPlannerBucket", + "Id": 1287 }, { - "CommandName": "Remove-PnPPlannerPlan", - "Id": 1288, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", "Rank": 1, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "CommandName": "Remove-PnPPlannerPlan", + "Id": 1288 }, { - "CommandName": "Remove-PnPPlannerRoster", - "Id": 1289, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Rank": 1, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "CommandName": "Remove-PnPPlannerRoster", + "Id": 1289 }, { - "CommandName": "Remove-PnPPlannerRosterMember", - "Id": 1290, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPPlannerRosterMember", + "Id": 1290 }, { - "CommandName": "Remove-PnPPlannerTask", - "Id": 1291, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", "Rank": 1, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "CommandName": "Remove-PnPPlannerTask", + "Id": 1291 }, { - "CommandName": "Remove-PnPProfileCardProperty", - "Id": 1292, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", "Rank": 1, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" + "CommandName": "Remove-PnPProfileCardProperty", + "Id": 1292 }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1293, + "Command": "Remove-PnPPropertyBagValue -Key MyKey", "Rank": 1, - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1293 }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1294, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", "Rank": 2, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1294 }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1295, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", "Rank": 3, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "CommandName": "Remove-PnPPropertyBagValue", + "Id": 1295 }, { - "CommandName": "Remove-PnPPublishingImageRendition", - "Id": 1296, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Rank": 1, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "CommandName": "Remove-PnPPublishingImageRendition", + "Id": 1296 }, { - "CommandName": "Remove-PnPRoleDefinition", - "Id": 1297, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", "Rank": 1, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "CommandName": "Remove-PnPRoleDefinition", + "Id": 1297 }, { - "CommandName": "Remove-PnPSdnProvider", - "Id": 1298, + "Command": "Remove-PnPSdnProvider -Confirm:false", "Rank": 1, - "Command": "Remove-PnPSdnProvider -Confirm:false" + "CommandName": "Remove-PnPSdnProvider", + "Id": 1298 }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1299, + "Command": "Remove-PnPSearchConfiguration -Configuration $config", "Rank": 1, - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1299 }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1300, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", "Rank": 2, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1300 }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1301, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Rank": 3, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1301 }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1302, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Rank": 4, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "CommandName": "Remove-PnPSearchConfiguration", + "Id": 1302 }, { - "CommandName": "Remove-PnPSearchExternalConnection", - "Id": 1303, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Rank": 1, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "CommandName": "Remove-PnPSearchExternalConnection", + "Id": 1303 }, { - "CommandName": "Remove-PnPSearchExternalItem", - "Id": 1304, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Rank": 1, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "CommandName": "Remove-PnPSearchExternalItem", + "Id": 1304 }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1305, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1305 }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1306, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Rank": 2, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Id": 1306 }, { - "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Id": 1307, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Rank": 1, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Id": 1307 }, { - "CommandName": "Remove-PnPSiteCollectionTermStore", - "Id": 1308, + "Command": "Remove-PnPSiteCollectionTermStore", "Rank": 1, - "Command": "Remove-PnPSiteCollectionTermStore" + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Id": 1308 }, { - "CommandName": "Remove-PnPSiteDesign", - "Id": 1309, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Remove-PnPSiteDesign", + "Id": 1309 }, { - "CommandName": "Remove-PnPSiteDesignTask", - "Id": 1310, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Remove-PnPSiteDesignTask", + "Id": 1310 }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1311, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1311 }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1312, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", "Rank": 2, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1312 }, { - "CommandName": "Remove-PnPSiteGroup", - "Id": 1313, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", "Rank": 1, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" + "CommandName": "Remove-PnPSiteGroup", + "Id": 1313 }, { - "CommandName": "Remove-PnPSiteGroup", - "Id": 1314, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", "Rank": 2, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "CommandName": "Remove-PnPSiteGroup", + "Id": 1314 }, { - "CommandName": "Remove-PnPSiteScript", - "Id": 1315, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Rank": 1, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "CommandName": "Remove-PnPSiteScript", + "Id": 1315 }, { - "CommandName": "Remove-PnPSiteUserInvitations", - "Id": 1316, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Rank": 1, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "CommandName": "Remove-PnPSiteUserInvitations", + "Id": 1316 }, { - "CommandName": "Remove-PnPStorageEntity", - "Id": 1317, + "Command": "Remove-PnPStorageEntity -Key MyKey", "Rank": 1, - "Command": "Remove-PnPStorageEntity -Key MyKey" + "CommandName": "Remove-PnPStorageEntity", + "Id": 1317 }, { - "CommandName": "Remove-PnPStorageEntity", - "Id": 1318, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", "Rank": 2, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "CommandName": "Remove-PnPStorageEntity", + "Id": 1318 }, { - "CommandName": "Remove-PnPStoredCredential", - "Id": 1319, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", "Rank": 1, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "CommandName": "Remove-PnPStoredCredential", + "Id": 1319 }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1320, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", "Rank": 1, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1320 }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1321, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", "Rank": 2, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "CommandName": "Remove-PnPTaxonomyItem", + "Id": 1321 }, { - "CommandName": "Remove-PnPTeamsApp", - "Id": 1322, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", "Rank": 1, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" + "CommandName": "Remove-PnPTeamsApp", + "Id": 1322 }, { - "CommandName": "Remove-PnPTeamsApp", - "Id": 1323, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", "Rank": 2, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "CommandName": "Remove-PnPTeamsApp", + "Id": 1323 }, { - "CommandName": "Remove-PnPTeamsChannel", - "Id": 1324, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", "Rank": 1, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" + "CommandName": "Remove-PnPTeamsChannel", + "Id": 1324 }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1325, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", "Rank": 1, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1325 }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1326, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Rank": 2, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1326 }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1327, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", "Rank": 3, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" + "CommandName": "Remove-PnPTeamsChannelUser", + "Id": 1327 }, { - "CommandName": "Remove-PnPTeamsTab", - "Id": 1328, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", "Rank": 1, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" + "CommandName": "Remove-PnPTeamsTab", + "Id": 1328 }, { - "CommandName": "Remove-PnPTeamsTab", - "Id": 1329, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", "Rank": 2, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" + "CommandName": "Remove-PnPTeamsTab", + "Id": 1329 }, { - "CommandName": "Remove-PnPTeamsTab", - "Id": 1330, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", "Rank": 3, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" + "CommandName": "Remove-PnPTeamsTab", + "Id": 1330 }, { - "CommandName": "Remove-PnPTeamsTag", - "Id": 1331, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Rank": 1, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "CommandName": "Remove-PnPTeamsTag", + "Id": 1331 }, { - "CommandName": "Remove-PnPTeamsTeam", - "Id": 1332, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Rank": 1, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "CommandName": "Remove-PnPTeamsTeam", + "Id": 1332 }, { - "CommandName": "Remove-PnPTeamsTeam", - "Id": 1333, + "Command": "Remove-PnPTeamsTeam -Identity testteam", "Rank": 2, - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "CommandName": "Remove-PnPTeamsTeam", + "Id": 1333 }, { - "CommandName": "Remove-PnPTeamsUser", - "Id": 1334, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", "Rank": 1, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" + "CommandName": "Remove-PnPTeamsUser", + "Id": 1334 }, { - "CommandName": "Remove-PnPTeamsUser", - "Id": 1335, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Rank": 2, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "CommandName": "Remove-PnPTeamsUser", + "Id": 1335 }, { - "CommandName": "Remove-PnPTeamsUser", - "Id": 1336, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", "Rank": 3, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" + "CommandName": "Remove-PnPTeamsUser", + "Id": 1336 }, { - "CommandName": "Remove-PnPTenantCdnOrigin", - "Id": 1337, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Rank": 1, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "CommandName": "Remove-PnPTenantCdnOrigin", + "Id": 1337 }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1338, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1338 }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1339, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Rank": 2, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "CommandName": "Remove-PnPTenantDeletedSite", + "Id": 1339 }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1340, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Rank": 1, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1340 }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1341, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Rank": 2, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1341 }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1342, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Rank": 3, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Id": 1342 }, { - "CommandName": "Remove-PnPTenantSite", - "Id": 1343, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "CommandName": "Remove-PnPTenantSite", + "Id": 1343 }, { - "CommandName": "Remove-PnPTenantSite", - "Id": 1344, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", "Rank": 2, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" + "CommandName": "Remove-PnPTenantSite", + "Id": 1344 }, { - "CommandName": "Remove-PnPTenantSite", - "Id": 1345, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", "Rank": 3, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" + "CommandName": "Remove-PnPTenantSite", + "Id": 1345 }, { - "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Id": 1346, + "Command": "Remove-PnPTenantSyncClientRestriction", "Rank": 1, - "Command": "Remove-PnPTenantSyncClientRestriction" + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Id": 1346 }, { - "CommandName": "Remove-PnPTenantTheme", - "Id": 1347, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", "Rank": 1, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "CommandName": "Remove-PnPTenantTheme", + "Id": 1347 }, { - "CommandName": "Remove-PnPTerm", - "Id": 1348, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Rank": 1, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "CommandName": "Remove-PnPTerm", + "Id": 1348 }, { - "CommandName": "Remove-PnPTerm", - "Id": 1349, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "CommandName": "Remove-PnPTerm", + "Id": 1349 }, { - "CommandName": "Remove-PnPTermGroup", - "Id": 1350, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Rank": 1, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "CommandName": "Remove-PnPTermGroup", + "Id": 1350 }, { - "CommandName": "Remove-PnPTermGroup", - "Id": 1351, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", "Rank": 2, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "CommandName": "Remove-PnPTermGroup", + "Id": 1351 }, { - "CommandName": "Remove-PnPTermGroup", - "Id": 1352, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", "Rank": 3, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "CommandName": "Remove-PnPTermGroup", + "Id": 1352 }, { - "CommandName": "Remove-PnPTermLabel", - "Id": 1353, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", "Rank": 1, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" + "CommandName": "Remove-PnPTermLabel", + "Id": 1353 }, { - "CommandName": "Remove-PnPTermLabel", - "Id": 1354, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Rank": 2, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "CommandName": "Remove-PnPTermLabel", + "Id": 1354 }, { - "CommandName": "Remove-PnPTodoList", - "Id": 1355, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", "Rank": 1, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" + "CommandName": "Remove-PnPTodoList", + "Id": 1355 }, { - "CommandName": "Remove-PnPTodoList", - "Id": 1356, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", "Rank": 2, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" + "CommandName": "Remove-PnPTodoList", + "Id": 1356 }, { - "CommandName": "Remove-PnPUser", - "Id": 1357, + "Command": "Remove-PnPUser -Identity 23", "Rank": 1, - "Command": "Remove-PnPUser -Identity 23" + "CommandName": "Remove-PnPUser", + "Id": 1357 }, { - "CommandName": "Remove-PnPUser", - "Id": 1358, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", "Rank": 2, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" + "CommandName": "Remove-PnPUser", + "Id": 1358 }, { - "CommandName": "Remove-PnPUser", - "Id": 1359, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", "Rank": 3, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" + "CommandName": "Remove-PnPUser", + "Id": 1359 }, { - "CommandName": "Remove-PnPUserInfo", - "Id": 1360, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Rank": 1, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "CommandName": "Remove-PnPUserInfo", + "Id": 1360 }, { - "CommandName": "Remove-PnPUserProfile", - "Id": 1361, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", "Rank": 1, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "CommandName": "Remove-PnPUserProfile", + "Id": 1361 }, { - "CommandName": "Remove-PnPUserProfilePhoto", - "Id": 1362, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "CommandName": "Remove-PnPUserProfilePhoto", + "Id": 1362 }, { - "CommandName": "Remove-PnPView", - "Id": 1363, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", "Rank": 1, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" + "CommandName": "Remove-PnPView", + "Id": 1363 }, { - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Id": 1364, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Rank": 1, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Id": 1364 }, { - "CommandName": "Remove-PnPVivaEngageCommunity", - "Id": 1365, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Rank": 1, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "CommandName": "Remove-PnPVivaEngageCommunity", + "Id": 1365 }, { - "CommandName": "Remove-PnPWeb", - "Id": 1366, + "Command": "Remove-PnPWeb -Identity projectA", "Rank": 1, - "Command": "Remove-PnPWeb -Identity projectA" + "CommandName": "Remove-PnPWeb", + "Id": 1366 }, { - "CommandName": "Remove-PnPWeb", - "Id": 1367, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", "Rank": 2, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" + "CommandName": "Remove-PnPWeb", + "Id": 1367 }, { - "CommandName": "Remove-PnPWebhookSubscription", - "Id": 1368, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", "Rank": 1, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" + "CommandName": "Remove-PnPWebhookSubscription", + "Id": 1368 }, { - "CommandName": "Remove-PnPWebPart", - "Id": 1369, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Rank": 1, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "CommandName": "Remove-PnPWebPart", + "Id": 1369 }, { - "CommandName": "Remove-PnPWebPart", - "Id": 1370, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", "Rank": 2, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" + "CommandName": "Remove-PnPWebPart", + "Id": 1370 }, { - "CommandName": "Remove-PnPWikiPage", - "Id": 1371, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", "Rank": 1, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "CommandName": "Remove-PnPWikiPage", + "Id": 1371 }, { - "CommandName": "Rename-PnPFile", - "Id": 1372, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", "Rank": 1, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" + "CommandName": "Rename-PnPFile", + "Id": 1372 }, { - "CommandName": "Rename-PnPFile", - "Id": 1373, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", "Rank": 2, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" + "CommandName": "Rename-PnPFile", + "Id": 1373 }, { - "CommandName": "Rename-PnPFile", - "Id": 1374, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", "Rank": 3, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" + "CommandName": "Rename-PnPFile", + "Id": 1374 }, { - "CommandName": "Rename-PnPFolder", - "Id": 1375, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", "Rank": 1, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" + "CommandName": "Rename-PnPFolder", + "Id": 1375 }, { - "CommandName": "Repair-PnPSite", - "Id": 1376, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Rank": 1, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "CommandName": "Repair-PnPSite", + "Id": 1376 }, { - "CommandName": "Repair-PnPSite", - "Id": 1377, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Rank": 2, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "CommandName": "Repair-PnPSite", + "Id": 1377 }, { - "CommandName": "Request-PnPPersonalSite", - "Id": 1378, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", "Rank": 1, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" + "CommandName": "Request-PnPPersonalSite", + "Id": 1378 }, { - "CommandName": "Request-PnPPersonalSite", - "Id": 1379, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", "Rank": 2, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "CommandName": "Request-PnPPersonalSite", + "Id": 1379 }, { - "CommandName": "Request-PnPReIndexList", - "Id": 1380, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", "Rank": 1, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "CommandName": "Request-PnPReIndexList", + "Id": 1380 }, { - "CommandName": "Request-PnPReIndexWeb", - "Id": 1381, + "Command": "Request-PnPReIndexWeb", "Rank": 1, - "Command": "Request-PnPReIndexWeb" + "CommandName": "Request-PnPReIndexWeb", + "Id": 1381 }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1382, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", "Rank": 1, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1382 }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1383, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", "Rank": 2, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1383 }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1384, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", "Rank": 3, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Id": 1384 }, { - "CommandName": "Reset-PnPDocumentId", - "Id": 1385, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", "Rank": 1, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" + "CommandName": "Reset-PnPDocumentId", + "Id": 1385 }, { - "CommandName": "Reset-PnPDocumentId", - "Id": 1386, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", "Rank": 2, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" + "CommandName": "Reset-PnPDocumentId", + "Id": 1386 }, { - "CommandName": "Reset-PnPFileVersion", - "Id": 1387, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", "Rank": 1, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "CommandName": "Reset-PnPFileVersion", + "Id": 1387 }, { - "CommandName": "Reset-PnPFileVersion", - "Id": 1388, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", "Rank": 2, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" + "CommandName": "Reset-PnPFileVersion", + "Id": 1388 }, { - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Id": 1389, + "Command": "Reset-PnPMicrosoft365GroupExpiration", "Rank": 1, - "Command": "Reset-PnPMicrosoft365GroupExpiration" + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", + "Id": 1389 }, { - "CommandName": "Reset-PnPRetentionLabel", - "Id": 1390, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", "Rank": 1, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" + "CommandName": "Reset-PnPRetentionLabel", + "Id": 1390 }, { - "CommandName": "Reset-PnPRetentionLabel", - "Id": 1391, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", "Rank": 2, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" + "CommandName": "Reset-PnPRetentionLabel", + "Id": 1391 }, { - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Id": 1392, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", "Rank": 1, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Id": 1392 }, { - "CommandName": "Resolve-PnPFolder", - "Id": 1393, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", "Rank": 1, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "CommandName": "Resolve-PnPFolder", + "Id": 1393 }, { - "CommandName": "Restart-PnPFlowRun", - "Id": 1394, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Rank": 1, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "CommandName": "Restart-PnPFlowRun", + "Id": 1394 }, { - "CommandName": "Restore-PnPDeletedContainer", - "Id": 1395, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Rank": 1, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "CommandName": "Restore-PnPDeletedContainer", + "Id": 1395 }, { - "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Id": 1396, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Rank": 1, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Id": 1396 }, { - "CommandName": "Restore-PnPFileVersion", - "Id": 1397, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Rank": 1, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "CommandName": "Restore-PnPFileVersion", + "Id": 1397 }, { - "CommandName": "Restore-PnPFileVersion", - "Id": 1398, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", "Rank": 2, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" + "CommandName": "Restore-PnPFileVersion", + "Id": 1398 }, { - "CommandName": "Restore-PnPFileVersion", - "Id": 1399, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Rank": 3, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "CommandName": "Restore-PnPFileVersion", + "Id": 1399 }, { - "CommandName": "Restore-PnPFlow", - "Id": 1400, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 1, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Restore-PnPFlow", + "Id": 1400 }, { - "CommandName": "Restore-PnPFlow", - "Id": 1401, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Rank": 2, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "CommandName": "Restore-PnPFlow", + "Id": 1401 }, { - "CommandName": "Restore-PnPListItemVersion", - "Id": 1402, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Rank": 1, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "CommandName": "Restore-PnPListItemVersion", + "Id": 1402 }, { - "CommandName": "Restore-PnPListItemVersion", - "Id": 1403, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Rank": 2, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "CommandName": "Restore-PnPListItemVersion", + "Id": 1403 }, { - "CommandName": "Restore-PnPRecycleBinItem", - "Id": 1404, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Rank": 1, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "CommandName": "Restore-PnPRecycleBinItem", + "Id": 1404 }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1405, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1405 }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1406, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Rank": 2, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Id": 1406 }, { - "CommandName": "Restore-PnPTenantSite", - "Id": 1407, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Rank": 1, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "CommandName": "Restore-PnPTenantSite", + "Id": 1407 }, { - "CommandName": "Restore-PnPTenantSite", - "Id": 1408, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Rank": 2, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "CommandName": "Restore-PnPTenantSite", + "Id": 1408 }, { - "CommandName": "Restore-PnPTenantSite", - "Id": 1409, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", "Rank": 3, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" + "CommandName": "Restore-PnPTenantSite", + "Id": 1409 }, { - "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Id": 1410, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", "Rank": 1, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Id": 1410 }, { - "CommandName": "Revoke-PnPHubSiteRights", - "Id": 1411, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "CommandName": "Revoke-PnPHubSiteRights", + "Id": 1411 }, { - "CommandName": "Revoke-PnPSiteDesignRights", - "Id": 1412, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Rank": 1, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "CommandName": "Revoke-PnPSiteDesignRights", + "Id": 1412 }, { - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Id": 1413, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Rank": 1, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Id": 1413 }, { - "CommandName": "Revoke-PnPUserSession", - "Id": 1414, + "Command": "Revoke-PnPUserSession -User user1@contoso.com", "Rank": 1, - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "CommandName": "Revoke-PnPUserSession", + "Id": 1414 }, { - "CommandName": "Save-PnPPageConversionLog", - "Id": 1415, + "Command": "Save-PnPPageConversionLog", "Rank": 1, - "Command": "Save-PnPPageConversionLog" + "CommandName": "Save-PnPPageConversionLog", + "Id": 1415 }, { - "CommandName": "Save-PnPSiteTemplate", - "Id": 1416, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", "Rank": 1, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" + "CommandName": "Save-PnPSiteTemplate", + "Id": 1416 }, { - "CommandName": "Save-PnPTenantTemplate", - "Id": 1417, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", "Rank": 1, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" + "CommandName": "Save-PnPTenantTemplate", + "Id": 1417 }, { - "CommandName": "Send-PnPMail", - "Id": 1418, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Rank": 1, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "CommandName": "Send-PnPMail", + "Id": 1418 }, { - "CommandName": "Send-PnPMail", - "Id": 1419, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", "Rank": 2, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" + "CommandName": "Send-PnPMail", + "Id": 1419 }, { - "CommandName": "Send-PnPMail", - "Id": 1420, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Rank": 3, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "CommandName": "Send-PnPMail", + "Id": 1420 }, { - "CommandName": "Send-PnPMail", - "Id": 1421, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", "Rank": 4, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" + "CommandName": "Send-PnPMail", + "Id": 1421 }, { - "CommandName": "Send-PnPMail", - "Id": 1422, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", "Rank": 5, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" + "CommandName": "Send-PnPMail", + "Id": 1422 }, { - "CommandName": "Set-PnPAdaptiveScopeProperty", - "Id": 1423, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", "Rank": 1, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Id": 1423 }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1424, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Rank": 1, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1424 }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1425, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Rank": 2, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "CommandName": "Set-PnPApplicationCustomizer", + "Id": 1425 }, { - "CommandName": "Set-PnPAppSideLoading", - "Id": 1426, + "Command": "Set-PnPAppSideLoading -On", "Rank": 1, - "Command": "Set-PnPAppSideLoading -On" + "CommandName": "Set-PnPAppSideLoading", + "Id": 1426 }, { - "CommandName": "Set-PnPAppSideLoading", - "Id": 1427, + "Command": "Set-PnPAppSideLoading -Off", "Rank": 2, - "Command": "Set-PnPAppSideLoading -Off" + "CommandName": "Set-PnPAppSideLoading", + "Id": 1427 }, { - "CommandName": "Set-PnPAuditing", - "Id": 1428, + "Command": "Set-PnPAuditing -EnableAll", "Rank": 1, - "Command": "Set-PnPAuditing -EnableAll" + "CommandName": "Set-PnPAuditing", + "Id": 1428 }, { - "CommandName": "Set-PnPAuditing", - "Id": 1429, + "Command": "Set-PnPAuditing -DisableAll", "Rank": 2, - "Command": "Set-PnPAuditing -DisableAll" + "CommandName": "Set-PnPAuditing", + "Id": 1429 }, { - "CommandName": "Set-PnPAuditing", - "Id": 1430, + "Command": "Set-PnPAuditing -RetentionTime 7", "Rank": 3, - "Command": "Set-PnPAuditing -RetentionTime 7" + "CommandName": "Set-PnPAuditing", + "Id": 1430 }, { - "CommandName": "Set-PnPAuditing", - "Id": 1431, + "Command": "Set-PnPAuditing -TrimAuditLog", "Rank": 4, - "Command": "Set-PnPAuditing -TrimAuditLog" + "CommandName": "Set-PnPAuditing", + "Id": 1431 }, { - "CommandName": "Set-PnPAuditing", - "Id": 1432, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", "Rank": 5, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "CommandName": "Set-PnPAuditing", + "Id": 1432 }, { - "CommandName": "Set-PnPAvailablePageLayouts", - "Id": 1433, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", "Rank": 1, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "CommandName": "Set-PnPAvailablePageLayouts", + "Id": 1433 }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1434, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", "Rank": 1, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1434 }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1435, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", "Rank": 2, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" + "CommandName": "Set-PnPAzureADAppSitePermission", + "Id": 1435 }, { - "CommandName": "Set-PnPAzureADGroup", - "Id": 1436, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", "Rank": 1, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "CommandName": "Set-PnPAzureADGroup", + "Id": 1436 }, { - "CommandName": "Set-PnPAzureADGroup", - "Id": 1437, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Rank": 2, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "CommandName": "Set-PnPAzureADGroup", + "Id": 1437 }, { - "CommandName": "Set-PnPAzureADGroup", - "Id": 1438, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", "Rank": 3, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" + "CommandName": "Set-PnPAzureADGroup", + "Id": 1438 }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1439, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", "Rank": 1, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1439 }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1440, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", "Rank": 2, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1440 }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1441, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", "Rank": 3, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "CommandName": "Set-PnPBrowserIdleSignout", + "Id": 1441 }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1442, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", "Rank": 1, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1442 }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1443, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", "Rank": 2, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Id": 1443 }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1444, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", "Rank": 1, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1444 }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1445, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", "Rank": 2, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1445 }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1446, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", "Rank": 3, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1446 }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1447, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", "Rank": 4, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Id": 1447 }, { - "CommandName": "Set-PnPContentType", - "Id": 1448, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Rank": 1, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "CommandName": "Set-PnPContentType", + "Id": 1448 }, { - "CommandName": "Set-PnPContentType", - "Id": 1449, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", "Rank": 2, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" + "CommandName": "Set-PnPContentType", + "Id": 1449 }, { - "CommandName": "Set-PnPContentType", - "Id": 1450, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Rank": 3, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "CommandName": "Set-PnPContentType", + "Id": 1450 }, { - "CommandName": "Set-PnPContentType", - "Id": 1451, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Rank": 4, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "CommandName": "Set-PnPContentType", + "Id": 1451 }, { - "CommandName": "Set-PnPContentType", - "Id": 1452, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Rank": 5, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "CommandName": "Set-PnPContentType", + "Id": 1452 }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1453, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", "Rank": 1, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Id": 1453 }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1454, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", "Rank": 2, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Id": 1454 }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1455, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", "Rank": 1, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1455 }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1456, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", "Rank": 2, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1456 }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1457, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", "Rank": 3, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1457 }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1458, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", "Rank": 4, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" + "CommandName": "Set-PnPDefaultColumnValues", + "Id": 1458 }, { - "CommandName": "Set-PnPDefaultContentTypeToList", - "Id": 1459, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", "Rank": 1, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "CommandName": "Set-PnPDefaultContentTypeToList", + "Id": 1459 }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1460, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", "Rank": 1, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1460 }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1461, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", "Rank": 2, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1461 }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1462, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", "Rank": 3, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "CommandName": "Set-PnPDefaultPageLayout", + "Id": 1462 }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1463, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", "Rank": 1, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1463 }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1464, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Rank": 2, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1464 }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1465, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Rank": 3, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "CommandName": "Set-PnPDisableSpacesActivation", + "Id": 1465 }, { - "CommandName": "Set-PnPDocumentSetField", - "Id": 1466, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", "Rank": 1, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" + "CommandName": "Set-PnPDocumentSetField", + "Id": 1466 }, { - "CommandName": "Set-PnPDocumentSetField", - "Id": 1467, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", "Rank": 2, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" + "CommandName": "Set-PnPDocumentSetField", + "Id": 1467 }, { - "CommandName": "Set-PnPField", - "Id": 1468, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", "Rank": 1, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" + "CommandName": "Set-PnPField", + "Id": 1468 }, { - "CommandName": "Set-PnPField", - "Id": 1469, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", "Rank": 2, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" + "CommandName": "Set-PnPField", + "Id": 1469 }, { - "CommandName": "Set-PnPField", - "Id": 1470, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", "Rank": 3, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" + "CommandName": "Set-PnPField", + "Id": 1470 }, { - "CommandName": "Set-PnPFileCheckedIn", - "Id": 1471, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", "Rank": 1, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1471 }, { - "CommandName": "Set-PnPFileCheckedIn", - "Id": 1472, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", "Rank": 2, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1472 }, { - "CommandName": "Set-PnPFileCheckedIn", - "Id": 1473, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", "Rank": 3, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "CommandName": "Set-PnPFileCheckedIn", + "Id": 1473 }, { - "CommandName": "Set-PnPFileCheckedOut", - "Id": 1474, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", "Rank": 1, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" + "CommandName": "Set-PnPFileCheckedOut", + "Id": 1474 }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1475, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", "Rank": 1, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1475 }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1476, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", "Rank": 2, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1476 }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1477, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", "Rank": 3, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" + "CommandName": "Set-PnPFileRetentionLabel", + "Id": 1477 }, { - "CommandName": "Set-PnPFolderPermission", - "Id": 1478, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", "Rank": 1, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" + "CommandName": "Set-PnPFolderPermission", + "Id": 1478 }, { - "CommandName": "Set-PnPFolderPermission", - "Id": 1479, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Rank": 2, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "CommandName": "Set-PnPFolderPermission", + "Id": 1479 }, { - "CommandName": "Set-PnPFolderPermission", - "Id": 1480, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Rank": 3, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "CommandName": "Set-PnPFolderPermission", + "Id": 1480 }, { - "CommandName": "Set-PnPFooter", - "Id": 1481, + "Command": "Set-PnPFooter -Enabled:$true", "Rank": 1, - "Command": "Set-PnPFooter -Enabled:$true" + "CommandName": "Set-PnPFooter", + "Id": 1481 }, { - "CommandName": "Set-PnPFooter", - "Id": 1482, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", "Rank": 2, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" + "CommandName": "Set-PnPFooter", + "Id": 1482 }, { - "CommandName": "Set-PnPFooter", - "Id": 1483, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", "Rank": 3, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" + "CommandName": "Set-PnPFooter", + "Id": 1483 }, { - "CommandName": "Set-PnPFooter", - "Id": 1484, + "Command": "Set-PnPFooter -LogoUrl \"\"", "Rank": 4, - "Command": "Set-PnPFooter -LogoUrl \"\"" + "CommandName": "Set-PnPFooter", + "Id": 1484 }, { - "CommandName": "Set-PnPGraphSubscription", - "Id": 1485, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", "Rank": 1, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" + "CommandName": "Set-PnPGraphSubscription", + "Id": 1485 }, { - "CommandName": "Set-PnPGroup", - "Id": 1486, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", "Rank": 1, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" + "CommandName": "Set-PnPGroup", + "Id": 1486 }, { - "CommandName": "Set-PnPGroup", - "Id": 1487, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", "Rank": 2, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" + "CommandName": "Set-PnPGroup", + "Id": 1487 }, { - "CommandName": "Set-PnPGroupPermissions", - "Id": 1488, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", "Rank": 1, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1488 }, { - "CommandName": "Set-PnPGroupPermissions", - "Id": 1489, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", "Rank": 2, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1489 }, { - "CommandName": "Set-PnPGroupPermissions", - "Id": 1490, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", "Rank": 3, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1490 }, { - "CommandName": "Set-PnPGroupPermissions", - "Id": 1491, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", "Rank": 4, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1491 }, { - "CommandName": "Set-PnPGroupPermissions", - "Id": 1492, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", "Rank": 5, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" + "CommandName": "Set-PnPGroupPermissions", + "Id": 1492 }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1493, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", "Rank": 1, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1493 }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1494, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", "Rank": 2, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "CommandName": "Set-PnPHideDefaultThemes", + "Id": 1494 }, { - "CommandName": "Set-PnPHomePage", - "Id": 1495, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", "Rank": 1, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "CommandName": "Set-PnPHomePage", + "Id": 1495 }, { - "CommandName": "Set-PnPHomePage", - "Id": 1496, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", "Rank": 2, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "CommandName": "Set-PnPHomePage", + "Id": 1496 }, { - "CommandName": "Set-PnPHomeSite", - "Id": 1497, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Rank": 1, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "CommandName": "Set-PnPHomeSite", + "Id": 1497 }, { - "CommandName": "Set-PnPHomeSite", - "Id": 1498, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", "Rank": 2, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" + "CommandName": "Set-PnPHomeSite", + "Id": 1498 }, { - "CommandName": "Set-PnPHomeSite", - "Id": 1499, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", "Rank": 3, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" + "CommandName": "Set-PnPHomeSite", + "Id": 1499 }, { - "CommandName": "Set-PnPHubSite", - "Id": 1500, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", "Rank": 1, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" + "CommandName": "Set-PnPHubSite", + "Id": 1500 }, { - "CommandName": "Set-PnPHubSite", - "Id": 1501, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", "Rank": 2, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" + "CommandName": "Set-PnPHubSite", + "Id": 1501 }, { - "CommandName": "Set-PnPHubSite", - "Id": 1502, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", "Rank": 3, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" + "CommandName": "Set-PnPHubSite", + "Id": 1502 }, { - "CommandName": "Set-PnPHubSite", - "Id": 1503, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", "Rank": 4, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" + "CommandName": "Set-PnPHubSite", + "Id": 1503 }, { - "CommandName": "Set-PnPHubSite", - "Id": 1504, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", "Rank": 5, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" + "CommandName": "Set-PnPHubSite", + "Id": 1504 }, { - "CommandName": "Set-PnPHubSite", - "Id": 1505, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", "Rank": 6, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" + "CommandName": "Set-PnPHubSite", + "Id": 1505 }, { - "CommandName": "Set-PnPImageListItemColumn", - "Id": 1506, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", "Rank": 1, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" + "CommandName": "Set-PnPImageListItemColumn", + "Id": 1506 }, { - "CommandName": "Set-PnPImageListItemColumn", - "Id": 1507, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", "Rank": 2, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" + "CommandName": "Set-PnPImageListItemColumn", + "Id": 1507 }, { - "CommandName": "Set-PnPIndexedProperties", - "Id": 1508, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", "Rank": 1, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "CommandName": "Set-PnPIndexedProperties", + "Id": 1508 }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1509, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", "Rank": 1, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1509 }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1510, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", "Rank": 2, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Id": 1510 }, { - "CommandName": "Set-PnPKnowledgeHubSite", - "Id": 1511, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", "Rank": 1, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" + "CommandName": "Set-PnPKnowledgeHubSite", + "Id": 1511 }, { - "CommandName": "Set-PnPList", - "Id": 1512, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", "Rank": 1, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "CommandName": "Set-PnPList", + "Id": 1512 }, { - "CommandName": "Set-PnPList", - "Id": 1513, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", "Rank": 2, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "CommandName": "Set-PnPList", + "Id": 1513 }, { - "CommandName": "Set-PnPList", - "Id": 1514, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", "Rank": 3, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "CommandName": "Set-PnPList", + "Id": 1514 }, { - "CommandName": "Set-PnPList", - "Id": 1515, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", "Rank": 4, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" + "CommandName": "Set-PnPList", + "Id": 1515 }, { - "CommandName": "Set-PnPList", - "Id": 1516, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", "Rank": 5, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" + "CommandName": "Set-PnPList", + "Id": 1516 }, { - "CommandName": "Set-PnPList", - "Id": 1517, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", "Rank": 6, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "CommandName": "Set-PnPList", + "Id": 1517 }, { - "CommandName": "Set-PnPList", - "Id": 1518, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", "Rank": 7, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" + "CommandName": "Set-PnPList", + "Id": 1518 }, { - "CommandName": "Set-PnPList", - "Id": 1519, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", "Rank": 8, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "CommandName": "Set-PnPList", + "Id": 1519 }, { - "CommandName": "Set-PnPList", - "Id": 1520, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", "Rank": 9, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" + "CommandName": "Set-PnPList", + "Id": 1520 }, { - "CommandName": "Set-PnPList", - "Id": 1521, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", "Rank": 10, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" + "CommandName": "Set-PnPList", + "Id": 1521 }, { - "CommandName": "Set-PnPList", - "Id": 1522, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", "Rank": 11, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "CommandName": "Set-PnPList", + "Id": 1522 }, { - "CommandName": "Set-PnPList", - "Id": 1523, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", "Rank": 12, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" + "CommandName": "Set-PnPList", + "Id": 1523 }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1524, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", "Rank": 1, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1524 }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1525, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", "Rank": 2, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" + "CommandName": "Set-PnPListInformationRightsManagement", + "Id": 1525 }, { - "CommandName": "Set-PnPListItem", - "Id": 1526, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 1, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "CommandName": "Set-PnPListItem", + "Id": 1526 }, { - "CommandName": "Set-PnPListItem", - "Id": 1527, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 2, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "CommandName": "Set-PnPListItem", + "Id": 1527 }, { - "CommandName": "Set-PnPListItem", - "Id": 1528, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Rank": 3, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "CommandName": "Set-PnPListItem", + "Id": 1528 }, { - "CommandName": "Set-PnPListItem", - "Id": 1529, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", "Rank": 4, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" + "CommandName": "Set-PnPListItem", + "Id": 1529 }, { - "CommandName": "Set-PnPListItem", - "Id": 1530, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", "Rank": 5, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" + "CommandName": "Set-PnPListItem", + "Id": 1530 }, { - "CommandName": "Set-PnPListItemAsRecord", - "Id": 1531, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Rank": 1, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "CommandName": "Set-PnPListItemAsRecord", + "Id": 1531 }, { - "CommandName": "Set-PnPListItemAsRecord", - "Id": 1532, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", "Rank": 2, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" + "CommandName": "Set-PnPListItemAsRecord", + "Id": 1532 }, { - "CommandName": "Set-PnPListItemPermission", - "Id": 1533, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", "Rank": 1, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" + "CommandName": "Set-PnPListItemPermission", + "Id": 1533 }, { - "CommandName": "Set-PnPListItemPermission", - "Id": 1534, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", "Rank": 2, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" + "CommandName": "Set-PnPListItemPermission", + "Id": 1534 }, { - "CommandName": "Set-PnPListItemPermission", - "Id": 1535, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Rank": 3, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "CommandName": "Set-PnPListItemPermission", + "Id": 1535 }, { - "CommandName": "Set-PnPListItemPermission", - "Id": 1536, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", "Rank": 4, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "CommandName": "Set-PnPListItemPermission", + "Id": 1536 }, { - "CommandName": "Set-PnPListItemPermission", - "Id": 1537, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", "Rank": 5, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" + "CommandName": "Set-PnPListItemPermission", + "Id": 1537 }, { - "CommandName": "Set-PnPListPermission", - "Id": 1538, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", "Rank": 1, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" + "CommandName": "Set-PnPListPermission", + "Id": 1538 }, { - "CommandName": "Set-PnPListPermission", - "Id": 1539, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Rank": 2, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "CommandName": "Set-PnPListPermission", + "Id": 1539 }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1540, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", "Rank": 1, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1540 }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1541, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", "Rank": 2, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "CommandName": "Set-PnPListRecordDeclaration", + "Id": 1541 }, { - "CommandName": "Set-PnPManagedAppId", - "Id": 1542, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", "Rank": 1, - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" + "CommandName": "Set-PnPManagedAppId", + "Id": 1542 }, { - "CommandName": "Set-PnPMasterPage", - "Id": 1543, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Rank": 1, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "CommandName": "Set-PnPMasterPage", + "Id": 1543 }, { - "CommandName": "Set-PnPMasterPage", - "Id": 1544, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Rank": 2, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "CommandName": "Set-PnPMasterPage", + "Id": 1544 }, { - "CommandName": "Set-PnPMasterPage", - "Id": 1545, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Rank": 3, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "CommandName": "Set-PnPMasterPage", + "Id": 1545 }, { - "CommandName": "Set-PnPMasterPage", - "Id": 1546, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Rank": 4, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "CommandName": "Set-PnPMasterPage", + "Id": 1546 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1547, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1547 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1548, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1548 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1549, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1549 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1550, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1550 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1551, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1551 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1552, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1552 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1553, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1553 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1554, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1554 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1555, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1555 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1556, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1556 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1557, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1557 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1558, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1558 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1559, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1559 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1560, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1560 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1561, + "Command": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1561 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1562, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1562 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1563, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1563 }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1564, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1564 }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1565, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", "Rank": 1, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1565 }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1566, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Rank": 2, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1566 }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1567, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", "Rank": 3, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1567 }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1568, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", "Rank": 4, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1568 }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1569, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", "Rank": 5, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1569 }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1570, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Rank": 6, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "CommandName": "Set-PnPMicrosoft365Group", + "Id": 1570 }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1571, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", "Rank": 1, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1571 }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1572, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", "Rank": 2, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Id": 1572 }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1573, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Rank": 1, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "CommandName": "Set-PnPOrgAssetsLibrary", + "Id": 1573 }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1574, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", "Rank": 2, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" + "CommandName": "Set-PnPOrgAssetsLibrary", + "Id": 1574 }, { - "CommandName": "Set-PnPPage", - "Id": 1575, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", "Rank": 1, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" + "CommandName": "Set-PnPPage", + "Id": 1575 }, { - "CommandName": "Set-PnPPage", - "Id": 1576, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", "Rank": 2, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "CommandName": "Set-PnPPage", + "Id": 1576 }, { - "CommandName": "Set-PnPPage", - "Id": 1577, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", "Rank": 3, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "CommandName": "Set-PnPPage", + "Id": 1577 }, { - "CommandName": "Set-PnPPage", - "Id": 1578, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", "Rank": 4, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "CommandName": "Set-PnPPage", + "Id": 1578 }, { - "CommandName": "Set-PnPPage", - "Id": 1579, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", "Rank": 5, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "CommandName": "Set-PnPPage", + "Id": 1579 }, { - "CommandName": "Set-PnPPage", - "Id": 1580, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", "Rank": 6, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" + "CommandName": "Set-PnPPage", + "Id": 1580 }, { - "CommandName": "Set-PnPPage", - "Id": 1581, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", "Rank": 7, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" + "CommandName": "Set-PnPPage", + "Id": 1581 }, { - "CommandName": "Set-PnPPage", - "Id": 1582, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", "Rank": 8, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" + "CommandName": "Set-PnPPage", + "Id": 1582 }, { - "CommandName": "Set-PnPPage", - "Id": 1583, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", "Rank": 9, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" + "CommandName": "Set-PnPPage", + "Id": 1583 }, { - "CommandName": "Set-PnPPage", - "Id": 1584, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", "Rank": 10, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" + "CommandName": "Set-PnPPage", + "Id": 1584 }, { - "CommandName": "Set-PnPPage", - "Id": 1585, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", "Rank": 11, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" + "CommandName": "Set-PnPPage", + "Id": 1585 }, { - "CommandName": "Set-PnPPage", - "Id": 1586, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", "Rank": 12, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" + "CommandName": "Set-PnPPage", + "Id": 1586 }, { - "CommandName": "Set-PnPPage", - "Id": 1587, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", "Rank": 13, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" + "CommandName": "Set-PnPPage", + "Id": 1587 }, { - "CommandName": "Set-PnPPageTextPart", - "Id": 1588, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", "Rank": 1, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" + "CommandName": "Set-PnPPageTextPart", + "Id": 1588 }, { - "CommandName": "Set-PnPPageWebPart", - "Id": 1589, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", "Rank": 1, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" + "CommandName": "Set-PnPPageWebPart", + "Id": 1589 }, { - "CommandName": "Set-PnPPageWebPart", - "Id": 1590, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", "Rank": 2, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" + "CommandName": "Set-PnPPageWebPart", + "Id": 1590 }, { - "CommandName": "Set-PnPPlannerBucket", - "Id": 1591, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", "Rank": 1, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" + "CommandName": "Set-PnPPlannerBucket", + "Id": 1591 }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1592, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", "Rank": 1, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1592 }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1593, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", "Rank": 2, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "CommandName": "Set-PnPPlannerConfiguration", + "Id": 1593 }, { - "CommandName": "Set-PnPPlannerPlan", - "Id": 1594, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", "Rank": 1, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" + "CommandName": "Set-PnPPlannerPlan", + "Id": 1594 }, { - "CommandName": "Set-PnPPlannerTask", - "Id": 1595, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", "Rank": 1, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" + "CommandName": "Set-PnPPlannerTask", + "Id": 1595 }, { - "CommandName": "Set-PnPPlannerTask", - "Id": 1596, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", "Rank": 2, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" + "CommandName": "Set-PnPPlannerTask", + "Id": 1596 }, { - "CommandName": "Set-PnPPlannerTask", - "Id": 1597, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", "Rank": 3, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "CommandName": "Set-PnPPlannerTask", + "Id": 1597 }, { - "CommandName": "Set-PnPPlannerTask", - "Id": 1598, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", "Rank": 4, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" + "CommandName": "Set-PnPPlannerTask", + "Id": 1598 }, { - "CommandName": "Set-PnPPlannerUserPolicy", - "Id": 1599, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Rank": 1, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "CommandName": "Set-PnPPlannerUserPolicy", + "Id": 1599 }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1600, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", "Rank": 1, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" + "CommandName": "Set-PnPPowerAppByPassConsent", + "Id": 1600 }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1601, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", "Rank": 2, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" + "CommandName": "Set-PnPPowerAppByPassConsent", + "Id": 1601 }, { - "CommandName": "Set-PnPPropertyBagValue", - "Id": 1602, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", "Rank": 1, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1602 }, { - "CommandName": "Set-PnPPropertyBagValue", - "Id": 1603, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", "Rank": 2, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1603 }, { - "CommandName": "Set-PnPPropertyBagValue", - "Id": 1604, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", "Rank": 3, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" + "CommandName": "Set-PnPPropertyBagValue", + "Id": 1604 }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1605, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", "Rank": 1, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1605 }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1606, + "Command": "Set-PnPRequestAccessEmails -Disabled", "Rank": 2, - "Command": "Set-PnPRequestAccessEmails -Disabled" + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1606 }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1607, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", "Rank": 3, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "CommandName": "Set-PnPRequestAccessEmails", + "Id": 1607 }, { - "CommandName": "Set-PnPRetentionLabel", - "Id": 1608, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", "Rank": 1, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" + "CommandName": "Set-PnPRetentionLabel", + "Id": 1608 }, { - "CommandName": "Set-PnPRetentionLabel", - "Id": 1609, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", "Rank": 2, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "CommandName": "Set-PnPRetentionLabel", + "Id": 1609 }, { - "CommandName": "Set-PnPRetentionLabel", - "Id": 1610, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", "Rank": 3, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" + "CommandName": "Set-PnPRetentionLabel", + "Id": 1610 }, { - "CommandName": "Set-PnPRoleDefinition", - "Id": 1611, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", "Rank": 1, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1611 }, { - "CommandName": "Set-PnPRoleDefinition", - "Id": 1612, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", "Rank": 2, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1612 }, { - "CommandName": "Set-PnPRoleDefinition", - "Id": 1613, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", "Rank": 3, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1613 }, { - "CommandName": "Set-PnPRoleDefinition", - "Id": 1614, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", "Rank": 4, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "CommandName": "Set-PnPRoleDefinition", + "Id": 1614 }, { - "CommandName": "Set-PnPSearchConfiguration", - "Id": 1615, + "Command": "Set-PnPSearchConfiguration -Configuration $config", "Rank": 1, - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1615 }, { - "CommandName": "Set-PnPSearchConfiguration", - "Id": 1616, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", "Rank": 2, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1616 }, { - "CommandName": "Set-PnPSearchConfiguration", - "Id": 1617, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Rank": 3, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1617 }, { - "CommandName": "Set-PnPSearchConfiguration", - "Id": 1618, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Rank": 4, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "CommandName": "Set-PnPSearchConfiguration", + "Id": 1618 }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1619, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", "Rank": 1, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1619 }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1620, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", "Rank": 2, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1620 }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1621, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Rank": 3, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "CommandName": "Set-PnPSearchExternalConnection", + "Id": 1621 }, { - "CommandName": "Set-PnPSearchExternalItem", - "Id": 1622, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", "Rank": 1, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" + "CommandName": "Set-PnPSearchExternalItem", + "Id": 1622 }, { - "CommandName": "Set-PnPSearchExternalItem", - "Id": 1623, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", "Rank": 2, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" + "CommandName": "Set-PnPSearchExternalItem", + "Id": 1623 }, { - "CommandName": "Set-PnPSearchExternalSchema", - "Id": 1624, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", "Rank": 1, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" + "CommandName": "Set-PnPSearchExternalSchema", + "Id": 1624 }, { - "CommandName": "Set-PnPSearchSettings", - "Id": 1625, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", "Rank": 1, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "CommandName": "Set-PnPSearchSettings", + "Id": 1625 }, { - "CommandName": "Set-PnPSearchSettings", - "Id": 1626, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", "Rank": 2, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "CommandName": "Set-PnPSearchSettings", + "Id": 1626 }, { - "CommandName": "Set-PnPSearchSettings", - "Id": 1627, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", "Rank": 3, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" + "CommandName": "Set-PnPSearchSettings", + "Id": 1627 }, { - "CommandName": "Set-PnPSearchSettings", - "Id": 1628, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", "Rank": 4, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "CommandName": "Set-PnPSearchSettings", + "Id": 1628 }, { - "CommandName": "Set-PnPSearchSettings", - "Id": 1629, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", "Rank": 5, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" + "CommandName": "Set-PnPSearchSettings", + "Id": 1629 }, { - "CommandName": "Set-PnPSearchSettings", - "Id": 1630, + "Command": "Set-PnPSearchSettings -SearchScope Tenant", "Rank": 6, - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "CommandName": "Set-PnPSearchSettings", + "Id": 1630 }, { - "CommandName": "Set-PnPSearchSettings", - "Id": 1631, + "Command": "Set-PnPSearchSettings -SearchScope Hub", "Rank": 7, - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "CommandName": "Set-PnPSearchSettings", + "Id": 1631 }, { - "CommandName": "Set-PnPSite", - "Id": 1632, + "Command": "Set-PnPSite -Classification \"HBI\"", "Rank": 1, - "Command": "Set-PnPSite -Classification \"HBI\"" + "CommandName": "Set-PnPSite", + "Id": 1632 }, { - "CommandName": "Set-PnPSite", - "Id": 1633, + "Command": "Set-PnPSite -Classification $null", "Rank": 2, - "Command": "Set-PnPSite -Classification $null" + "CommandName": "Set-PnPSite", + "Id": 1633 }, { - "CommandName": "Set-PnPSite", - "Id": 1634, + "Command": "Set-PnPSite -DisableFlows", "Rank": 3, - "Command": "Set-PnPSite -DisableFlows" + "CommandName": "Set-PnPSite", + "Id": 1634 }, { - "CommandName": "Set-PnPSite", - "Id": 1635, + "Command": "Set-PnPSite -DisableFlows:$false", "Rank": 4, - "Command": "Set-PnPSite -DisableFlows:$false" + "CommandName": "Set-PnPSite", + "Id": 1635 }, { - "CommandName": "Set-PnPSite", - "Id": 1636, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", "Rank": 5, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "CommandName": "Set-PnPSite", + "Id": 1636 }, { - "CommandName": "Set-PnPSite", - "Id": 1637, + "Command": "Set-PnPSite -NoScriptSite $false", "Rank": 6, - "Command": "Set-PnPSite -NoScriptSite $false" + "CommandName": "Set-PnPSite", + "Id": 1637 }, { - "CommandName": "Set-PnPSiteArchiveState", - "Id": 1638, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", "Rank": 1, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" + "CommandName": "Set-PnPSiteArchiveState", + "Id": 1638 }, { - "CommandName": "Set-PnPSiteArchiveState", - "Id": 1639, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", "Rank": 2, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" + "CommandName": "Set-PnPSiteArchiveState", + "Id": 1639 }, { - "CommandName": "Set-PnPSiteClassification", - "Id": 1640, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", "Rank": 1, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "CommandName": "Set-PnPSiteClassification", + "Id": 1640 }, { - "CommandName": "Set-PnPSiteClosure", - "Id": 1641, + "Command": "Set-PnPSiteClosure -State Open", "Rank": 1, - "Command": "Set-PnPSiteClosure -State Open" + "CommandName": "Set-PnPSiteClosure", + "Id": 1641 }, { - "CommandName": "Set-PnPSiteClosure", - "Id": 1642, + "Command": "Set-PnPSiteClosure -State Closed", "Rank": 2, - "Command": "Set-PnPSiteClosure -State Closed" + "CommandName": "Set-PnPSiteClosure", + "Id": 1642 }, { - "CommandName": "Set-PnPSiteDesign", - "Id": 1643, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", "Rank": 1, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" + "CommandName": "Set-PnPSiteDesign", + "Id": 1643 }, { - "CommandName": "Set-PnPSiteDesign", - "Id": 1644, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Rank": 2, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "CommandName": "Set-PnPSiteDesign", + "Id": 1644 }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1645, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", "Rank": 1, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Id": 1645 }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1646, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", "Rank": 2, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Id": 1646 }, { - "CommandName": "Set-PnPSiteGroup", - "Id": 1647, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", "Rank": 1, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" + "CommandName": "Set-PnPSiteGroup", + "Id": 1647 }, { - "CommandName": "Set-PnPSiteGroup", - "Id": 1648, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", "Rank": 2, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" + "CommandName": "Set-PnPSiteGroup", + "Id": 1648 }, { - "CommandName": "Set-PnPSitePolicy", - "Id": 1649, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", "Rank": 1, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "CommandName": "Set-PnPSitePolicy", + "Id": 1649 }, { - "CommandName": "Set-PnPSiteScript", - "Id": 1650, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Rank": 1, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "CommandName": "Set-PnPSiteScript", + "Id": 1650 }, { - "CommandName": "Set-PnPSiteScriptPackage", - "Id": 1651, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Rank": 1, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "CommandName": "Set-PnPSiteScriptPackage", + "Id": 1651 }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1652, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", "Rank": 1, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1652 }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1653, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", "Rank": 2, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" + "CommandName": "Set-PnPSiteSensitivityLabel", + "Id": 1653 }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1654, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", "Rank": 1, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1654 }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1655, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", "Rank": 2, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1655 }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1656, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Rank": 3, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1656 }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1657, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Rank": 4, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1657 }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1658, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Rank": 5, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1658 }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1659, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Rank": 6, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "CommandName": "Set-PnPSiteTemplateMetadata", + "Id": 1659 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1660, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", "Rank": 1, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1660 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1661, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", "Rank": 2, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1661 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1662, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", "Rank": 3, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1662 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1663, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", "Rank": 4, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1663 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1664, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", "Rank": 5, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1664 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1665, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", "Rank": 6, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1665 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1666, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", "Rank": 7, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1666 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1667, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", "Rank": 8, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1667 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1668, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", "Rank": 9, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1668 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1669, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", "Rank": 10, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1669 }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1670, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", "Rank": 11, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" + "CommandName": "Set-PnPSiteVersionPolicy", + "Id": 1670 }, { - "CommandName": "Set-PnPStorageEntity", - "Id": 1671, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Rank": 1, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "CommandName": "Set-PnPStorageEntity", + "Id": 1671 }, { - "CommandName": "Set-PnPStorageEntity", - "Id": 1672, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Rank": 2, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "CommandName": "Set-PnPStorageEntity", + "Id": 1672 }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1673, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1673 }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1674, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Id": 1674 }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1675, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1675 }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1676, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Id": 1676 }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1677, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", "Rank": 1, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1677 }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1678, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", "Rank": 2, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1678 }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1679, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", "Rank": 3, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" + "CommandName": "Set-PnPTaxonomyFieldValue", + "Id": 1679 }, { - "CommandName": "Set-PnPTeamifyPromptHidden", - "Id": 1680, + "Command": "Set-PnPTeamifyPromptHidden", "Rank": 1, - "Command": "Set-PnPTeamifyPromptHidden" + "CommandName": "Set-PnPTeamifyPromptHidden", + "Id": 1680 }, { - "CommandName": "Set-PnPTeamsChannel", - "Id": 1681, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", "Rank": 1, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" + "CommandName": "Set-PnPTeamsChannel", + "Id": 1681 }, { - "CommandName": "Set-PnPTeamsChannel", - "Id": 1682, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", "Rank": 2, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" + "CommandName": "Set-PnPTeamsChannel", + "Id": 1682 }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1683, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", "Rank": 1, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" + "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1683 }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1684, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", "Rank": 2, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" + "CommandName": "Set-PnpTeamsChannelUser", + "Id": 1684 }, { - "CommandName": "Set-PnPTeamsTab", - "Id": 1685, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", "Rank": 1, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" + "CommandName": "Set-PnPTeamsTab", + "Id": 1685 }, { - "CommandName": "Set-PnPTeamsTag", - "Id": 1686, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", "Rank": 1, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" + "CommandName": "Set-PnPTeamsTag", + "Id": 1686 }, { - "CommandName": "Set-PnPTeamsTeam", - "Id": 1687, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", "Rank": 1, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1687 }, { - "CommandName": "Set-PnPTeamsTeam", - "Id": 1688, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", "Rank": 2, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1688 }, { - "CommandName": "Set-PnPTeamsTeam", - "Id": 1689, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", "Rank": 3, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1689 }, { - "CommandName": "Set-PnPTeamsTeam", - "Id": 1690, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", "Rank": 4, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "CommandName": "Set-PnPTeamsTeam", + "Id": 1690 }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1691, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", "Rank": 1, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1691 }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1692, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", "Rank": 2, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1692 }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1693, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", "Rank": 3, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Id": 1693 }, { - "CommandName": "Set-PnPTeamsTeamPicture", - "Id": 1694, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", "Rank": 1, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" + "CommandName": "Set-PnPTeamsTeamPicture", + "Id": 1694 }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1695, + "Command": "Set-PnPTemporarilyDisableAppBar $true", "Rank": 1, - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1695 }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1696, + "Command": "Set-PnPTemporarilyDisableAppBar $false", "Rank": 2, - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Id": 1696 }, { - "CommandName": "Set-PnPTenant", - "Id": 1697, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", "Rank": 1, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" + "CommandName": "Set-PnPTenant", + "Id": 1697 }, { - "CommandName": "Set-PnPTenant", - "Id": 1698, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", "Rank": 2, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "CommandName": "Set-PnPTenant", + "Id": 1698 }, { - "CommandName": "Set-PnPTenant", - "Id": 1699, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", "Rank": 3, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "CommandName": "Set-PnPTenant", + "Id": 1699 }, { - "CommandName": "Set-PnPTenant", - "Id": 1700, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", "Rank": 4, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "CommandName": "Set-PnPTenant", + "Id": 1700 }, { - "CommandName": "Set-PnPTenant", - "Id": 1701, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", "Rank": 5, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" + "CommandName": "Set-PnPTenant", + "Id": 1701 }, { - "CommandName": "Set-PnPTenant", - "Id": 1702, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", "Rank": 6, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" + "CommandName": "Set-PnPTenant", + "Id": 1702 }, { - "CommandName": "Set-PnPTenantAppCatalogUrl", - "Id": 1703, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", "Rank": 1, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Id": 1703 }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1704, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", "Rank": 1, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1704 }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1705, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", "Rank": 2, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1705 }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1706, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", "Rank": 3, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "CommandName": "Set-PnPTenantCdnEnabled", + "Id": 1706 }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1707, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", "Rank": 1, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" + "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1707 }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1708, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", "Rank": 2, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" + "CommandName": "Set-PnPTenantCdnPolicy", + "Id": 1708 }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1709, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", "Rank": 1, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" + "CommandName": "Set-PnPTenantPronounsSetting", + "Id": 1709 }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1710, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", "Rank": 2, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" + "CommandName": "Set-PnPTenantPronounsSetting", + "Id": 1710 }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1711, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", "Rank": 1, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Id": 1711 }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1712, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", "Rank": 2, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Id": 1712 }, { - "CommandName": "Set-PnPTenantSite", - "Id": 1713, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", "Rank": 1, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" + "CommandName": "Set-PnPTenantSite", + "Id": 1713 }, { - "CommandName": "Set-PnPTenantSite", - "Id": 1714, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", "Rank": 2, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" + "CommandName": "Set-PnPTenantSite", + "Id": 1714 }, { - "CommandName": "Set-PnPTenantSite", - "Id": 1715, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", "Rank": 3, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" + "CommandName": "Set-PnPTenantSite", + "Id": 1715 }, { - "CommandName": "Set-PnPTenantSite", - "Id": 1716, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Rank": 4, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "CommandName": "Set-PnPTenantSite", + "Id": 1716 }, { - "CommandName": "Set-PnPTenantSite", - "Id": 1717, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", "Rank": 5, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" + "CommandName": "Set-PnPTenantSite", + "Id": 1717 }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1718, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", "Rank": 1, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1718 }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1719, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", "Rank": 2, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Id": 1719 }, { - "CommandName": "Set-PnPTerm", - "Id": 1720, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", "Rank": 1, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" + "CommandName": "Set-PnPTerm", + "Id": 1720 }, { - "CommandName": "Set-PnPTerm", - "Id": 1721, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Rank": 2, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "CommandName": "Set-PnPTerm", + "Id": 1721 }, { - "CommandName": "Set-PnPTerm", - "Id": 1722, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", "Rank": 3, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" + "CommandName": "Set-PnPTerm", + "Id": 1722 }, { - "CommandName": "Set-PnPTerm", - "Id": 1723, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", "Rank": 4, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" + "CommandName": "Set-PnPTerm", + "Id": 1723 }, { - "CommandName": "Set-PnPTermGroup", - "Id": 1724, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", "Rank": 1, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "CommandName": "Set-PnPTermGroup", + "Id": 1724 }, { - "CommandName": "Set-PnPTermGroup", - "Id": 1725, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Rank": 2, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "CommandName": "Set-PnPTermGroup", + "Id": 1725 }, { - "CommandName": "Set-PnPTermSet", - "Id": 1726, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", "Rank": 1, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" + "CommandName": "Set-PnPTermSet", + "Id": 1726 }, { - "CommandName": "Set-PnPTermSet", - "Id": 1727, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", "Rank": 2, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" + "CommandName": "Set-PnPTermSet", + "Id": 1727 }, { - "CommandName": "Set-PnPTermSet", - "Id": 1728, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", "Rank": 3, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" + "CommandName": "Set-PnPTermSet", + "Id": 1728 }, { - "CommandName": "Set-PnPTheme", - "Id": 1729, + "Command": "Set-PnPTheme", "Rank": 1, - "Command": "Set-PnPTheme" + "CommandName": "Set-PnPTheme", + "Id": 1729 }, { - "CommandName": "Set-PnPTheme", - "Id": 1730, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", "Rank": 2, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" + "CommandName": "Set-PnPTheme", + "Id": 1730 }, { - "CommandName": "Set-PnPTheme", - "Id": 1731, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", "Rank": 3, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" + "CommandName": "Set-PnPTheme", + "Id": 1731 }, { - "CommandName": "Set-PnPTheme", - "Id": 1732, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", "Rank": 4, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" + "CommandName": "Set-PnPTheme", + "Id": 1732 }, { - "CommandName": "Set-PnPUserOneDriveQuota", - "Id": 1733, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", "Rank": 1, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" + "CommandName": "Set-PnPUserOneDriveQuota", + "Id": 1733 }, { - "CommandName": "Set-PnPUserProfilePhoto", - "Id": 1734, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", "Rank": 1, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" + "CommandName": "Set-PnPUserProfilePhoto", + "Id": 1734 }, { - "CommandName": "Set-PnPUserProfileProperty", - "Id": 1735, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", "Rank": 1, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "CommandName": "Set-PnPUserProfileProperty", + "Id": 1735 }, { - "CommandName": "Set-PnPUserProfileProperty", - "Id": 1736, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", "Rank": 2, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "CommandName": "Set-PnPUserProfileProperty", + "Id": 1736 }, { - "CommandName": "Set-PnPView", - "Id": 1737, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", "Rank": 1, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" + "CommandName": "Set-PnPView", + "Id": 1737 }, { - "CommandName": "Set-PnPView", - "Id": 1738, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", "Rank": 2, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" + "CommandName": "Set-PnPView", + "Id": 1738 }, { - "CommandName": "Set-PnPView", - "Id": 1739, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", "Rank": 3, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" + "CommandName": "Set-PnPView", + "Id": 1739 }, { - "CommandName": "Set-PnPView", - "Id": 1740, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", "Rank": 4, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" + "CommandName": "Set-PnPView", + "Id": 1740 }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1741, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", "Rank": 1, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1741 }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1742, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", "Rank": 2, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1742 }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1743, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", "Rank": 3, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1743 }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1744, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", "Rank": 4, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Id": 1744 }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1745, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", "Rank": 1, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" + "CommandName": "Set-PnPVivaEngageCommunity", + "Id": 1745 }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1746, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", "Rank": 2, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" + "CommandName": "Set-PnPVivaEngageCommunity", + "Id": 1746 }, { - "CommandName": "Set-PnPWeb", - "Id": 1747, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", "Rank": 1, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "CommandName": "Set-PnPWeb", + "Id": 1747 }, { - "CommandName": "Set-PnPWeb", - "Id": 1748, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", "Rank": 2, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "CommandName": "Set-PnPWeb", + "Id": 1748 }, { - "CommandName": "Set-PnPWeb", - "Id": 1749, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", "Rank": 3, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "CommandName": "Set-PnPWeb", + "Id": 1749 }, { - "CommandName": "Set-PnPWeb", - "Id": 1750, + "Command": "Set-PnPWeb -NoCrawl:$true", "Rank": 4, - "Command": "Set-PnPWeb -NoCrawl:$true" + "CommandName": "Set-PnPWeb", + "Id": 1750 }, { - "CommandName": "Set-PnPWebHeader", - "Id": 1751, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", "Rank": 1, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" + "CommandName": "Set-PnPWebHeader", + "Id": 1751 }, { - "CommandName": "Set-PnPWebHeader", - "Id": 1752, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", "Rank": 2, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "CommandName": "Set-PnPWebHeader", + "Id": 1752 }, { - "CommandName": "Set-PnPWebHeader", - "Id": 1753, + "Command": "Set-PnPWebHeader -LogoAlignment Middle", "Rank": 3, - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "CommandName": "Set-PnPWebHeader", + "Id": 1753 }, { - "CommandName": "Set-PnPWebhookSubscription", - "Id": 1754, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", "Rank": 1, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" + "CommandName": "Set-PnPWebhookSubscription", + "Id": 1754 }, { - "CommandName": "Set-PnPWebhookSubscription", - "Id": 1755, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Rank": 2, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "CommandName": "Set-PnPWebhookSubscription", + "Id": 1755 }, { - "CommandName": "Set-PnPWebPartProperty", - "Id": 1756, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", "Rank": 1, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" + "CommandName": "Set-PnPWebPartProperty", + "Id": 1756 }, { - "CommandName": "Set-PnPWebPermission", - "Id": 1757, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", "Rank": 1, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" + "CommandName": "Set-PnPWebPermission", + "Id": 1757 }, { - "CommandName": "Set-PnPWebPermission", - "Id": 1758, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", "Rank": 2, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "CommandName": "Set-PnPWebPermission", + "Id": 1758 }, { - "CommandName": "Set-PnPWebPermission", - "Id": 1759, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", "Rank": 3, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" + "CommandName": "Set-PnPWebPermission", + "Id": 1759 }, { - "CommandName": "Set-PnPWebPermission", - "Id": 1760, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", "Rank": 4, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" + "CommandName": "Set-PnPWebPermission", + "Id": 1760 }, { - "CommandName": "Set-PnPWebTheme", - "Id": 1761, + "Command": "Set-PnPWebTheme -Theme MyTheme", "Rank": 1, - "Command": "Set-PnPWebTheme -Theme MyTheme" + "CommandName": "Set-PnPWebTheme", + "Id": 1761 }, { - "CommandName": "Set-PnPWebTheme", - "Id": 1762, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", "Rank": 2, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" + "CommandName": "Set-PnPWebTheme", + "Id": 1762 }, { - "CommandName": "Set-PnPWikiPageContent", - "Id": 1763, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", "Rank": 1, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" + "CommandName": "Set-PnPWikiPageContent", + "Id": 1763 }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1764, + "Command": "Start-PnPEnterpriseAppInsightsReport", "Rank": 1, - "Command": "Start-PnPEnterpriseAppInsightsReport" + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1764 }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1765, + "Command": "Start-PnPEnterpriseAppInsightsReport 28", "Rank": 2, - "Command": "Start-PnPEnterpriseAppInsightsReport 28" + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1765 }, { - "CommandName": "Start-PnPTraceLog", - "Id": 1766, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", "Rank": 1, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" + "CommandName": "Start-PnPTraceLog", + "Id": 1766 }, { - "CommandName": "Start-PnPTraceLog", - "Id": 1767, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", "Rank": 2, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" + "CommandName": "Start-PnPTraceLog", + "Id": 1767 }, { - "CommandName": "Start-PnPTraceLog", - "Id": 1768, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", "Rank": 3, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" + "CommandName": "Start-PnPTraceLog", + "Id": 1768 }, { - "CommandName": "Start-PnPTraceLog", - "Id": 1769, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", "Rank": 4, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" + "CommandName": "Start-PnPTraceLog", + "Id": 1769 }, { - "CommandName": "Stop-PnPFlowRun", - "Id": 1770, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Rank": 1, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "CommandName": "Stop-PnPFlowRun", + "Id": 1770 }, { - "CommandName": "Stop-PnPFlowRun", - "Id": 1771, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", "Rank": 2, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" + "CommandName": "Stop-PnPFlowRun", + "Id": 1771 }, { - "CommandName": "Stop-PnPTraceLog", - "Id": 1772, + "Command": "Stop-PnPTraceLog", "Rank": 1, - "Command": "Stop-PnPTraceLog" + "CommandName": "Stop-PnPTraceLog", + "Id": 1772 }, { - "CommandName": "Stop-PnPTraceLog", - "Id": 1773, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", "Rank": 2, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" + "CommandName": "Stop-PnPTraceLog", + "Id": 1773 }, { - "CommandName": "Submit-PnPSearchQuery", - "Id": 1774, + "Command": "Submit-PnPSearchQuery -Query \"finance\"", "Rank": 1, - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1774 }, { - "CommandName": "Submit-PnPSearchQuery", - "Id": 1775, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", "Rank": 2, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1775 }, { - "CommandName": "Submit-PnPSearchQuery", - "Id": 1776, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", "Rank": 3, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1776 }, { - "CommandName": "Submit-PnPSearchQuery", - "Id": 1777, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", "Rank": 4, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1777 }, { - "CommandName": "Submit-PnPSearchQuery", - "Id": 1778, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", "Rank": 5, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1778 }, { - "CommandName": "Submit-PnPSearchQuery", - "Id": 1779, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", "Rank": 6, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" + "CommandName": "Submit-PnPSearchQuery", + "Id": 1779 }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1780, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", "Rank": 1, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1780 }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1781, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", "Rank": 2, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" + "CommandName": "Submit-PnPTeamsChannelMessage", + "Id": 1781 }, { - "CommandName": "Sync-PnPAppToTeams", - "Id": 1782, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Sync-PnPAppToTeams", + "Id": 1782 }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1783, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", "Rank": 1, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1783 }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1784, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", "Rank": 2, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1784 }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1785, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", "Rank": 3, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Id": 1785 }, { - "CommandName": "Test-PnPListItemIsRecord", - "Id": 1786, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", "Rank": 1, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "CommandName": "Test-PnPListItemIsRecord", + "Id": 1786 }, { - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Id": 1787, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", "Rank": 1, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Id": 1787 }, { - "CommandName": "Test-PnPSite", - "Id": 1788, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Rank": 1, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "CommandName": "Test-PnPSite", + "Id": 1788 }, { - "CommandName": "Test-PnPSite", - "Id": 1789, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Rank": 2, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "CommandName": "Test-PnPSite", + "Id": 1789 }, { - "CommandName": "Test-PnPTenantTemplate", - "Id": 1790, + "Command": "Test-PnPTenantTemplate -Template $myTemplate", "Rank": 1, - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "CommandName": "Test-PnPTenantTemplate", + "Id": 1790 }, { - "CommandName": "Undo-PnPFileCheckedOut", - "Id": 1791, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", "Rank": 1, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" + "CommandName": "Undo-PnPFileCheckedOut", + "Id": 1791 }, { - "CommandName": "Uninstall-PnPApp", - "Id": 1792, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Uninstall-PnPApp", + "Id": 1792 }, { - "CommandName": "Uninstall-PnPApp", - "Id": 1793, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "CommandName": "Uninstall-PnPApp", + "Id": 1793 }, { - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Id": 1794, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", "Rank": 1, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", + "Id": 1794 }, { - "CommandName": "Unpublish-PnPApp", - "Id": 1795, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Unpublish-PnPApp", + "Id": 1795 }, { - "CommandName": "Unpublish-PnPApp", - "Id": 1796, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "CommandName": "Unpublish-PnPApp", + "Id": 1796 }, { - "CommandName": "Unpublish-PnPContentType", - "Id": 1797, + "Command": "Unpublish-PnPContentType -ContentType 0x0101", "Rank": 1, - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "CommandName": "Unpublish-PnPContentType", + "Id": 1797 }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1798, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Rank": 1, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1798 }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1799, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Rank": 2, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "CommandName": "Unpublish-PnPSyntexModel", + "Id": 1799 }, { - "CommandName": "Unregister-PnPHubSite", - "Id": 1800, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Rank": 1, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "CommandName": "Unregister-PnPHubSite", + "Id": 1800 }, { - "CommandName": "Update-PnPApp", - "Id": 1801, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Rank": 1, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "CommandName": "Update-PnPApp", + "Id": 1801 }, { - "CommandName": "Update-PnPApp", - "Id": 1802, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Rank": 2, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "CommandName": "Update-PnPApp", + "Id": 1802 }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1803, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Rank": 1, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1803 }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1804, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", "Rank": 2, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1804 }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1805, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", "Rank": 3, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "CommandName": "Update-PnPAvailableSiteClassification", + "Id": 1805 }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1806, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", "Rank": 1, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1806 }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1807, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Rank": 2, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1807 }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1808, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", "Rank": 3, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" + "CommandName": "Update-PnPSiteDesignFromWeb", + "Id": 1808 }, { - "CommandName": "Update-PnPTeamsApp", - "Id": 1809, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", "Rank": 1, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" + "CommandName": "Update-PnPTeamsApp", + "Id": 1809 }, { - "CommandName": "Update-PnPTeamsUser", - "Id": 1810, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Rank": 1, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "CommandName": "Update-PnPTeamsUser", + "Id": 1810 }, { - "CommandName": "Update-PnPTeamsUser", - "Id": 1811, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Rank": 2, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "CommandName": "Update-PnPTeamsUser", + "Id": 1811 }, { - "CommandName": "Update-PnPTeamsUser", - "Id": 1812, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", "Rank": 3, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + "CommandName": "Update-PnPTeamsUser", + "Id": 1812 }, { - "CommandName": "Update-PnPTodoList", - "Id": 1813, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", "Rank": 1, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + "CommandName": "Update-PnPTodoList", + "Id": 1813 }, { - "CommandName": "Update-PnPTodoList", - "Id": 1814, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", "Rank": 2, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + "CommandName": "Update-PnPTodoList", + "Id": 1814 }, { - "CommandName": "Update-PnPUserType", - "Id": 1815, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", "Rank": 1, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "CommandName": "Update-PnPUserType", + "Id": 1815 }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1816, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Rank": 1, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "CommandName": "Use-PnPBrandCenterFontPackage", + "Id": 1816 }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1817, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", "Rank": 2, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" + "CommandName": "Use-PnPBrandCenterFontPackage", + "Id": 1817 }, { - "CommandName": "Write-PnPTraceLog", - "Id": 1818, + "Command": "Write-PnPTraceLog \"Hello World\"", "Rank": 1, - "Command": "Write-PnPTraceLog \"Hello World\"" + "CommandName": "Write-PnPTraceLog", + "Id": 1818 }, { - "CommandName": "Write-PnPTraceLog", - "Id": 1819, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", "Rank": 2, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" + "CommandName": "Write-PnPTraceLog", + "Id": 1819 }, { - "CommandName": "Write-PnPTraceLog", - "Id": 1820, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", "Rank": 3, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" + "CommandName": "Write-PnPTraceLog", + "Id": 1820 }, { - "CommandName": "Write-PnPTraceLog", - "Id": 1821, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", "Rank": 4, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" + "CommandName": "Write-PnPTraceLog", + "Id": 1821 } ] diff --git a/version.json b/version.json index 741bd4cba..a36e430af 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.112", - "Message": "" + "Message": "", + "Version": "3.1.113" } \ No newline at end of file diff --git a/version.txt b/version.txt index 4e91f0173..29d387206 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.112 \ No newline at end of file +3.1.113 \ No newline at end of file From ce9b33a3ddc2ae48ba74290246d5a0f4e008ca27 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Sat, 9 Aug 2025 03:02:40 +0000 Subject: [PATCH 14/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 7284 ++++++++--------- version.json | 4 +- version.txt | 2 +- 4 files changed, 3648 insertions(+), 3648 deletions(-) diff --git a/dependencies.json b/dependencies.json index 7ce989b20..5d7162ec8 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250808-031054", + "Updated": "20250809-030120", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "06cbf7fb53a3b0fc1cc0744b7af2b78875a75a2e", - "PnPCore": "7feeb39b86719f5ea5f3a30c2eee9a110e25a8d9" + "PnPFramework": "dbbf47921ada037d4b0baf0dfe01d418b81db7a7", + "PnPCore": "78a2c2ab6a01430231a5a0774b50986c92cab121" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 67e5e41c8..356d56a3e 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { "Command": "Add-PnPAlert -List \"Demo List\"", - "Rank": 1, + "Id": 1, "CommandName": "Add-PnPAlert", - "Id": 1 + "Rank": 1 }, { "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", - "Rank": 2, + "Id": 2, "CommandName": "Add-PnPAlert", - "Id": 2 + "Rank": 2 }, { "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Rank": 3, + "Id": 3, "CommandName": "Add-PnPAlert", - "Id": 3 + "Rank": 3 }, { "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "Rank": 4, + "Id": 4, "CommandName": "Add-PnPAlert", - "Id": 4 + "Rank": 4 }, { "Command": "Add-PnPApp -Path ./myapp.sppkg", - "Rank": 1, + "Id": 5, "CommandName": "Add-PnPApp", - "Id": 5 + "Rank": 1 }, { "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "Rank": 2, + "Id": 6, "CommandName": "Add-PnPApp", - "Id": 6 + "Rank": 2 }, { "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "Rank": 3, + "Id": 7, "CommandName": "Add-PnPApp", - "Id": 7 + "Rank": 3 }, { "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "Rank": 4, + "Id": 8, "CommandName": "Add-PnPApp", - "Id": 8 + "Rank": 4 }, { "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", - "Rank": 1, + "Id": 9, "CommandName": "Add-PnPApplicationCustomizer", - "Id": 9 + "Rank": 1 }, { "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "Rank": 1, + "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 10 + "Rank": 1 }, { "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "Rank": 2, + "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 11 + "Rank": 2 }, { "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 12 + "Rank": 1 }, { "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Rank": 2, + "Id": 13, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 13 + "Rank": 2 }, { "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Rank": 3, + "Id": 14, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 14 + "Rank": 3 }, { "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 15 + "Rank": 1 }, { "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Rank": 2, + "Id": 16, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 16 + "Rank": 2 }, { "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Rank": 3, + "Id": 17, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 17 + "Rank": 3 }, { "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "Rank": 1, + "Id": 18, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 18 + "Rank": 1 }, { "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "Rank": 2, + "Id": 19, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 19 + "Rank": 2 }, { "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", - "Rank": 1, + "Id": 20, "CommandName": "Add-PnPBrandCenterFont", - "Id": 20 + "Rank": 1 }, { "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", - "Rank": 2, + "Id": 21, "CommandName": "Add-PnPBrandCenterFont", - "Id": 21 + "Rank": 2 }, { "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", - "Rank": 1, + "Id": 22, "CommandName": "Add-PnPBrandCenterFontPackage", - "Id": 22 + "Rank": 1 }, { "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "Rank": 1, + "Id": 23, "CommandName": "Add-PnPContentType", - "Id": 23 + "Rank": 1 }, { "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "Rank": 2, + "Id": 24, "CommandName": "Add-PnPContentType", - "Id": 24 + "Rank": 2 }, { "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", - "Rank": 3, + "Id": 25, "CommandName": "Add-PnPContentType", - "Id": 25 + "Rank": 3 }, { "Command": "Add-PnPContentType -Name \"Project Item\"", - "Rank": 4, + "Id": 26, "CommandName": "Add-PnPContentType", - "Id": 26 + "Rank": 4 }, { "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", - "Rank": 5, + "Id": 27, "CommandName": "Add-PnPContentType", - "Id": 27 + "Rank": 5 }, { "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "Rank": 1, + "Id": 28, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 28 + "Rank": 1 }, { "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "Rank": 2, + "Id": 29, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 29 + "Rank": 2 }, { "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "Rank": 1, + "Id": 30, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 30 + "Rank": 1 }, { "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Rank": 2, + "Id": 31, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 31 + "Rank": 2 }, { "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "Rank": 1, + "Id": 32, "CommandName": "Add-PnPContentTypeToList", - "Id": 32 + "Rank": 1 }, { "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Rank": 1, + "Id": 33, "CommandName": "Add-PnPCustomAction", - "Id": 33 + "Rank": 1 }, { "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "Rank": 1, + "Id": 34, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 34 + "Rank": 1 }, { "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "Rank": 2, + "Id": 35, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 35 + "Rank": 2 }, { "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "Rank": 1, + "Id": 36, "CommandName": "Add-PnPDocumentSet", - "Id": 36 + "Rank": 1 }, { "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", - "Rank": 2, + "Id": 37, "CommandName": "Add-PnPDocumentSet", - "Id": 37 + "Rank": 2 }, { "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "Rank": 1, + "Id": 38, "CommandName": "Add-PnPEventReceiver", - "Id": 38 + "Rank": 1 }, { "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "Rank": 2, + "Id": 39, "CommandName": "Add-PnPEventReceiver", - "Id": 39 + "Rank": 2 }, { "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", - "Rank": 3, + "Id": 40, "CommandName": "Add-PnPEventReceiver", - "Id": 40 + "Rank": 3 }, { "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", - "Rank": 4, + "Id": 41, "CommandName": "Add-PnPEventReceiver", - "Id": 41 + "Rank": 4 }, { "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "Rank": 1, + "Id": 42, "CommandName": "Add-PnPField", - "Id": 42 + "Rank": 1 }, { "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", - "Rank": 2, + "Id": 43, "CommandName": "Add-PnPField", - "Id": 43 + "Rank": 2 }, { "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "Rank": 3, + "Id": 44, "CommandName": "Add-PnPField", - "Id": 44 + "Rank": 3 }, { "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "Rank": 4, + "Id": 45, "CommandName": "Add-PnPField", - "Id": 45 + "Rank": 4 }, { "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", - "Rank": 5, + "Id": 46, "CommandName": "Add-PnPField", - "Id": 46 + "Rank": 5 }, { "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "Rank": 6, + "Id": 47, "CommandName": "Add-PnPField", - "Id": 47 + "Rank": 6 }, { "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "Rank": 1, + "Id": 48, "CommandName": "Add-PnPFieldToContentType", - "Id": 48 + "Rank": 1 }, { "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "Rank": 1, + "Id": 49, "CommandName": "Add-PnPFile", - "Id": 49 + "Rank": 1 }, { "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "Rank": 2, + "Id": 50, "CommandName": "Add-PnPFile", - "Id": 50 + "Rank": 2 }, { "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", - "Rank": 3, + "Id": 51, "CommandName": "Add-PnPFile", - "Id": 51 + "Rank": 3 }, { "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", - "Rank": 4, + "Id": 52, "CommandName": "Add-PnPFile", - "Id": 52 + "Rank": 4 }, { "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", - "Rank": 5, + "Id": 53, "CommandName": "Add-PnPFile", - "Id": 53 + "Rank": 5 }, { "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", - "Rank": 6, + "Id": 54, "CommandName": "Add-PnPFile", - "Id": 54 + "Rank": 6 }, { "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "Rank": 7, + "Id": 55, "CommandName": "Add-PnPFile", - "Id": 55 + "Rank": 7 }, { "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "Rank": 8, + "Id": 56, "CommandName": "Add-PnPFile", - "Id": 56 + "Rank": 8 }, { "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Rank": 1, + "Id": 57, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 57 + "Rank": 1 }, { "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", - "Rank": 2, + "Id": 58, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 58 + "Rank": 2 }, { "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", - "Rank": 3, + "Id": 59, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 59 + "Rank": 3 }, { "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Rank": 1, + "Id": 60, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 60 + "Rank": 1 }, { "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", - "Rank": 2, + "Id": 61, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 61 + "Rank": 2 }, { "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Rank": 1, + "Id": 62, "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 62 + "Rank": 1 }, { "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Rank": 2, + "Id": 63, "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 63 + "Rank": 2 }, { "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Rank": 1, + "Id": 64, "CommandName": "Add-PnPFileSharingInvite", - "Id": 64 + "Rank": 1 }, { "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Rank": 2, + "Id": 65, "CommandName": "Add-PnPFileSharingInvite", - "Id": 65 + "Rank": 2 }, { "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Rank": 3, + "Id": 66, "CommandName": "Add-PnPFileSharingInvite", - "Id": 66 + "Rank": 3 }, { "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "Rank": 1, + "Id": 67, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 67 + "Rank": 1 }, { "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", - "Rank": 2, + "Id": 68, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 68 + "Rank": 2 }, { "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "Rank": 3, + "Id": 69, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 69 + "Rank": 3 }, { "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "Rank": 4, + "Id": 70, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 70 + "Rank": 4 }, { "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "Rank": 5, + "Id": 71, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 71 + "Rank": 5 }, { "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 72, "CommandName": "Add-PnPFileUserSharingLink", - "Id": 72 + "Rank": 1 }, { "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 2, + "Id": 73, "CommandName": "Add-PnPFileUserSharingLink", - "Id": 73 + "Rank": 2 }, { "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", - "Rank": 1, + "Id": 74, "CommandName": "Add-PnPFlowOwner", - "Id": 74 + "Rank": 1 }, { "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", - "Rank": 2, + "Id": 75, "CommandName": "Add-PnPFlowOwner", - "Id": 75 + "Rank": 2 }, { "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", - "Rank": 3, + "Id": 76, "CommandName": "Add-PnPFlowOwner", - "Id": 76 + "Rank": 3 }, { "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", - "Rank": 4, + "Id": 77, "CommandName": "Add-PnPFlowOwner", - "Id": 77 + "Rank": 4 }, { "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "Rank": 1, + "Id": 78, "CommandName": "Add-PnPFolder", - "Id": 78 + "Rank": 1 }, { "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "Rank": 2, + "Id": 79, "CommandName": "Add-PnPFolder", - "Id": 79 + "Rank": 2 }, { "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "Rank": 3, + "Id": 80, "CommandName": "Add-PnPFolder", - "Id": 80 + "Rank": 3 }, { "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Rank": 1, + "Id": 81, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 81 + "Rank": 1 }, { "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", - "Rank": 2, + "Id": 82, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 82 + "Rank": 2 }, { "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", - "Rank": 3, + "Id": 83, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 83 + "Rank": 3 }, { "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Rank": 1, + "Id": 84, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 84 + "Rank": 1 }, { "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", - "Rank": 2, + "Id": 85, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 85 + "Rank": 2 }, { "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Rank": 1, + "Id": 86, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 86 + "Rank": 1 }, { "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Rank": 2, + "Id": 87, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 87 + "Rank": 2 }, { "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Rank": 3, + "Id": 88, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 88 + "Rank": 3 }, { "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 89, "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 89 + "Rank": 1 }, { "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 2, + "Id": 90, "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 90 + "Rank": 2 }, { "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "Rank": 1, + "Id": 91, "CommandName": "Add-PnPGroupMember", - "Id": 91 + "Rank": 1 }, { "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "Rank": 2, + "Id": 92, "CommandName": "Add-PnPGroupMember", - "Id": 92 + "Rank": 2 }, { "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "Rank": 1, + "Id": 93, "CommandName": "Add-PnPHomeSite", - "Id": 93 + "Rank": 1 }, { "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Rank": 1, + "Id": 94, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Id": 94 + "Rank": 1 }, { "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", - "Rank": 1, + "Id": 95, "CommandName": "Add-PnPHubSiteAssociation", - "Id": 95 + "Rank": 1 }, { "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "Rank": 1, + "Id": 96, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 96 + "Rank": 1 }, { "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", - "Rank": 2, + "Id": 97, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 97 + "Rank": 2 }, { "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", - "Rank": 3, + "Id": 98, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 98 + "Rank": 3 }, { "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "Rank": 1, + "Id": 99, "CommandName": "Add-PnPJavaScriptBlock", - "Id": 99 + "Rank": 1 }, { "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "Rank": 2, + "Id": 100, "CommandName": "Add-PnPJavaScriptBlock", - "Id": 100 + "Rank": 2 }, { "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "Rank": 1, + "Id": 101, "CommandName": "Add-PnPJavaScriptLink", - "Id": 101 + "Rank": 1 }, { "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "Rank": 2, + "Id": 102, "CommandName": "Add-PnPJavaScriptLink", - "Id": 102 + "Rank": 2 }, { "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "Rank": 1, + "Id": 103, "CommandName": "Add-PnPListDesign", - "Id": 103 + "Rank": 1 }, { "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", - "Rank": 2, + "Id": 104, "CommandName": "Add-PnPListDesign", - "Id": 104 + "Rank": 2 }, { "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "Rank": 1, + "Id": 105, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 105 + "Rank": 1 }, { "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "Rank": 2, + "Id": 106, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 106 + "Rank": 2 }, { "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "Rank": 3, + "Id": 107, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 107 + "Rank": 3 }, { "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Rank": 1, + "Id": 108, "CommandName": "Add-PnPListItem", - "Id": 108 + "Rank": 1 }, { "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Rank": 2, + "Id": 109, "CommandName": "Add-PnPListItem", - "Id": 109 + "Rank": 2 }, { "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "Rank": 3, + "Id": 110, "CommandName": "Add-PnPListItem", - "Id": 110 + "Rank": 3 }, { "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "Rank": 4, + "Id": 111, "CommandName": "Add-PnPListItem", - "Id": 111 + "Rank": 4 }, { "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "Rank": 5, + "Id": 112, "CommandName": "Add-PnPListItem", - "Id": 112 + "Rank": 5 }, { "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "Rank": 1, + "Id": 113, "CommandName": "Add-PnPListItemAttachment", - "Id": 113 + "Rank": 1 }, { "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "Rank": 2, + "Id": 114, "CommandName": "Add-PnPListItemAttachment", - "Id": 114 + "Rank": 2 }, { "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "Rank": 3, + "Id": 115, "CommandName": "Add-PnPListItemAttachment", - "Id": 115 + "Rank": 3 }, { "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "Rank": 1, + "Id": 116, "CommandName": "Add-PnPListItemComment", - "Id": 116 + "Rank": 1 }, { "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "Rank": 1, + "Id": 117, "CommandName": "Add-PnPMasterPage", - "Id": 117 + "Rank": 1 }, { "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 118, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 118 + "Rank": 1 }, { "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Rank": 2, + "Id": 119, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 119 + "Rank": 2 }, { "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 120, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 120 + "Rank": 1 }, { "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Rank": 2, + "Id": 121, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 121 + "Rank": 2 }, { "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", - "Rank": 1, + "Id": 122, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 122 + "Rank": 1 }, { "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "Rank": 2, + "Id": 123, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 123 + "Rank": 2 }, { "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", - "Rank": 3, + "Id": 124, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 124 + "Rank": 3 }, { "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "Rank": 1, + "Id": 125, "CommandName": "Add-PnPNavigationNode", - "Id": 125 + "Rank": 1 }, { "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", - "Rank": 2, + "Id": 126, "CommandName": "Add-PnPNavigationNode", - "Id": 126 + "Rank": 2 }, { "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "Rank": 3, + "Id": 127, "CommandName": "Add-PnPNavigationNode", - "Id": 127 + "Rank": 3 }, { "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "Rank": 4, + "Id": 128, "CommandName": "Add-PnPNavigationNode", - "Id": 128 + "Rank": 4 }, { "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "Rank": 5, + "Id": 129, "CommandName": "Add-PnPNavigationNode", - "Id": 129 + "Rank": 5 }, { "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "Rank": 6, + "Id": 130, "CommandName": "Add-PnPNavigationNode", - "Id": 130 + "Rank": 6 }, { "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", - "Rank": 7, + "Id": 131, "CommandName": "Add-PnPNavigationNode", - "Id": 131 + "Rank": 7 }, { "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", - "Rank": 8, + "Id": 132, "CommandName": "Add-PnPNavigationNode", - "Id": 132 + "Rank": 8 }, { "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "Rank": 1, + "Id": 133, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 133 + "Rank": 1 }, { "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "Rank": 2, + "Id": 134, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 134 + "Rank": 2 }, { "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "Rank": 3, + "Id": 135, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 135 + "Rank": 3 }, { "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "Rank": 1, + "Id": 136, "CommandName": "Add-PnPOrgNewsSite", - "Id": 136 + "Rank": 1 }, { "Command": "Add-PnPPage -Name \"NewPage\"", - "Rank": 1, + "Id": 137, "CommandName": "Add-PnPPage", - "Id": 137 + "Rank": 1 }, { "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "Rank": 2, + "Id": 138, "CommandName": "Add-PnPPage", - "Id": 138 + "Rank": 2 }, { "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "Rank": 3, + "Id": 139, "CommandName": "Add-PnPPage", - "Id": 139 + "Rank": 3 }, { "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "Rank": 4, + "Id": 140, "CommandName": "Add-PnPPage", - "Id": 140 + "Rank": 4 }, { "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "Rank": 5, + "Id": 141, "CommandName": "Add-PnPPage", - "Id": 141 + "Rank": 5 }, { "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "Rank": 6, + "Id": 142, "CommandName": "Add-PnPPage", - "Id": 142 + "Rank": 6 }, { "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "Rank": 7, + "Id": 143, "CommandName": "Add-PnPPage", - "Id": 143 + "Rank": 7 }, { "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "Rank": 8, + "Id": 144, "CommandName": "Add-PnPPage", - "Id": 144 + "Rank": 8 }, { "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "Rank": 9, + "Id": 145, "CommandName": "Add-PnPPage", - "Id": 145 + "Rank": 9 }, { "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Rank": 10, + "Id": 146, "CommandName": "Add-PnPPage", - "Id": 146 + "Rank": 10 }, { "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "Rank": 1, + "Id": 147, "CommandName": "Add-PnPPageImageWebPart", - "Id": 147 + "Rank": 1 }, { "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "Rank": 2, + "Id": 148, "CommandName": "Add-PnPPageImageWebPart", - "Id": 148 + "Rank": 2 }, { "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "Rank": 1, + "Id": 149, "CommandName": "Add-PnPPageSection", - "Id": 149 + "Rank": 1 }, { "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "Rank": 2, + "Id": 150, "CommandName": "Add-PnPPageSection", - "Id": 150 + "Rank": 2 }, { "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "Rank": 1, + "Id": 151, "CommandName": "Add-PnPPageTextPart", - "Id": 151 + "Rank": 1 }, { "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "Rank": 2, + "Id": 152, "CommandName": "Add-PnPPageTextPart", - "Id": 152 + "Rank": 2 }, { "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "Rank": 3, + "Id": 153, "CommandName": "Add-PnPPageTextPart", - "Id": 153 + "Rank": 3 }, { "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "Rank": 1, + "Id": 154, "CommandName": "Add-PnPPageWebPart", - "Id": 154 + "Rank": 1 }, { "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "Rank": 2, + "Id": 155, "CommandName": "Add-PnPPageWebPart", - "Id": 155 + "Rank": 2 }, { "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "Rank": 3, + "Id": 156, "CommandName": "Add-PnPPageWebPart", - "Id": 156 + "Rank": 3 }, { "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "Rank": 1, + "Id": 157, "CommandName": "Add-PnPPlannerBucket", - "Id": 157 + "Rank": 1 }, { "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "Rank": 2, + "Id": 158, "CommandName": "Add-PnPPlannerBucket", - "Id": 158 + "Rank": 2 }, { "Command": "Add-PnPPlannerRoster", - "Rank": 1, + "Id": 159, "CommandName": "Add-PnPPlannerRoster", - "Id": 159 + "Rank": 1 }, { "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 160, "CommandName": "Add-PnPPlannerRosterMember", - "Id": 160 + "Rank": 1 }, { "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Rank": 1, + "Id": 161, "CommandName": "Add-PnPPlannerTask", - "Id": 161 + "Rank": 1 }, { "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Rank": 2, + "Id": 162, "CommandName": "Add-PnPPlannerTask", - "Id": 162 + "Rank": 2 }, { "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Rank": 3, + "Id": 163, "CommandName": "Add-PnPPlannerTask", - "Id": 163 + "Rank": 3 }, { "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "Rank": 1, + "Id": 164, "CommandName": "Add-PnPPublishingImageRendition", - "Id": 164 + "Rank": 1 }, { "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "Rank": 1, + "Id": 165, "CommandName": "Add-PnPPublishingPage", - "Id": 165 + "Rank": 1 }, { "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "Rank": 2, + "Id": 166, "CommandName": "Add-PnPPublishingPage", - "Id": 166 + "Rank": 2 }, { "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Rank": 1, + "Id": 167, "CommandName": "Add-PnPPublishingPageLayout", - "Id": 167 + "Rank": 1 }, { "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "Rank": 1, + "Id": 168, "CommandName": "Add-PnPRoleDefinition", - "Id": 168 + "Rank": 1 }, { "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "Rank": 2, + "Id": 169, "CommandName": "Add-PnPRoleDefinition", - "Id": 169 + "Rank": 2 }, { "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "Rank": 3, + "Id": 170, "CommandName": "Add-PnPRoleDefinition", - "Id": 170 + "Rank": 3 }, { "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 171, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 171 + "Rank": 1 }, { "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Rank": 2, + "Id": 172, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 172 + "Rank": 2 }, { "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", - "Rank": 3, + "Id": 173, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 173 + "Rank": 3 }, { "Command": "Add-PnPSiteCollectionAppCatalog", - "Rank": 1, + "Id": 174, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 174 + "Rank": 1 }, { "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "Rank": 2, + "Id": 175, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 175 + "Rank": 2 }, { "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", - "Rank": 1, + "Id": 176, "CommandName": "Add-PnPSiteDesign", - "Id": 176 + "Rank": 1 }, { "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "Rank": 2, + "Id": 177, "CommandName": "Add-PnPSiteDesign", - "Id": 177 + "Rank": 2 }, { "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "Rank": 3, + "Id": 178, "CommandName": "Add-PnPSiteDesign", - "Id": 178 + "Rank": 3 }, { "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "Rank": 1, + "Id": 179, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 179 + "Rank": 1 }, { "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "Rank": 2, + "Id": 180, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 180 + "Rank": 2 }, { "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "Rank": 3, + "Id": 181, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 181 + "Rank": 3 }, { "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "Rank": 1, + "Id": 182, "CommandName": "Add-PnPSiteDesignTask", - "Id": 182 + "Rank": 1 }, { "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Rank": 2, + "Id": 183, "CommandName": "Add-PnPSiteDesignTask", - "Id": 183 + "Rank": 2 }, { "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "Rank": 1, + "Id": 184, "CommandName": "Add-PnPSiteScript", - "Id": 184 + "Rank": 1 }, { "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", - "Rank": 1, + "Id": 185, "CommandName": "Add-PnPSiteScriptPackage", - "Id": 185 + "Rank": 1 }, { "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "Rank": 1, + "Id": 186, "CommandName": "Add-PnPSiteTemplate", - "Id": 186 + "Rank": 1 }, { "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "Rank": 1, + "Id": 187, "CommandName": "Add-PnPStoredCredential", - "Id": 187 + "Rank": 1 }, { "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Rank": 2, + "Id": 188, "CommandName": "Add-PnPStoredCredential", - "Id": 188 + "Rank": 2 }, { "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "Rank": 3, + "Id": 189, "CommandName": "Add-PnPStoredCredential", - "Id": 189 + "Rank": 3 }, { "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "Rank": 1, + "Id": 190, "CommandName": "Add-PnPTaxonomyField", - "Id": 190 + "Rank": 1 }, { "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "Rank": 2, + "Id": 191, "CommandName": "Add-PnPTaxonomyField", - "Id": 191 + "Rank": 2 }, { "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "Rank": 1, + "Id": 192, "CommandName": "Add-PnPTeamsChannel", - "Id": 192 + "Rank": 1 }, { "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "Rank": 2, + "Id": 193, "CommandName": "Add-PnPTeamsChannel", - "Id": 193 + "Rank": 2 }, { "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "Rank": 3, + "Id": 194, "CommandName": "Add-PnPTeamsChannel", - "Id": 194 + "Rank": 3 }, { "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "Rank": 4, + "Id": 195, "CommandName": "Add-PnPTeamsChannel", - "Id": 195 + "Rank": 4 }, { "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", - "Rank": 1, + "Id": 196, "CommandName": "Add-PnpTeamsChannelUser", - "Id": 196 + "Rank": 1 }, { "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "Rank": 2, + "Id": 197, "CommandName": "Add-PnpTeamsChannelUser", - "Id": 197 + "Rank": 2 }, { "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", - "Rank": 1, + "Id": 198, "CommandName": "Add-PnPTeamsTab", - "Id": 198 + "Rank": 1 }, { "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "Rank": 2, + "Id": 199, "CommandName": "Add-PnPTeamsTab", - "Id": 199 + "Rank": 2 }, { "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "Rank": 3, + "Id": 200, "CommandName": "Add-PnPTeamsTab", - "Id": 200 + "Rank": 3 }, { "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", - "Rank": 4, + "Id": 201, "CommandName": "Add-PnPTeamsTab", - "Id": 201 + "Rank": 4 }, { "Command": "Add-PnPTeamsTeam", - "Rank": 1, + "Id": 202, "CommandName": "Add-PnPTeamsTeam", - "Id": 202 + "Rank": 1 }, { "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Rank": 1, + "Id": 203, "CommandName": "Add-PnPTeamsUser", - "Id": 203 + "Rank": 1 }, { "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "Rank": 2, + "Id": 204, "CommandName": "Add-PnPTeamsUser", - "Id": 204 + "Rank": 2 }, { "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "Rank": 3, + "Id": 205, "CommandName": "Add-PnPTeamsUser", - "Id": 205 + "Rank": 3 }, { "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "Rank": 4, + "Id": 206, "CommandName": "Add-PnPTeamsUser", - "Id": 206 + "Rank": 4 }, { "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "Rank": 1, + "Id": 207, "CommandName": "Add-PnPTenantCdnOrigin", - "Id": 207 + "Rank": 1 }, { "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "Rank": 1, + "Id": 208, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 208 + "Rank": 1 }, { "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Rank": 2, + "Id": 209, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 209 + "Rank": 2 }, { "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Rank": 3, + "Id": 210, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 210 + "Rank": 3 }, { "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "Rank": 1, + "Id": 211, "CommandName": "Add-PnPTenantSequence", - "Id": 211 + "Rank": 1 }, { "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "Rank": 1, + "Id": 212, "CommandName": "Add-PnPTenantSequenceSite", - "Id": 212 + "Rank": 1 }, { "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "Rank": 1, + "Id": 213, "CommandName": "Add-PnPTenantSequenceSubSite", - "Id": 213 + "Rank": 1 }, { "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "Rank": 1, + "Id": 214, "CommandName": "Add-PnPTermToTerm", - "Id": 214 + "Rank": 1 }, { "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "Rank": 1, + "Id": 215, "CommandName": "Add-PnPView", - "Id": 215 + "Rank": 1 }, { "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "Rank": 2, + "Id": 216, "CommandName": "Add-PnPView", - "Id": 216 + "Rank": 2 }, { "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "Rank": 3, + "Id": 217, "CommandName": "Add-PnPView", - "Id": 217 + "Rank": 3 }, { "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Rank": 1, + "Id": 218, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 218 + "Rank": 1 }, { "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Rank": 2, + "Id": 219, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 219 + "Rank": 2 }, { "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Rank": 3, + "Id": 220, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 220 + "Rank": 3 }, { "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "Rank": 1, + "Id": 221, "CommandName": "Add-PnPWebhookSubscription", - "Id": 221 + "Rank": 1 }, { "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "Rank": 2, + "Id": 222, "CommandName": "Add-PnPWebhookSubscription", - "Id": 222 + "Rank": 2 }, { "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", - "Rank": 3, + "Id": 223, "CommandName": "Add-PnPWebhookSubscription", - "Id": 223 + "Rank": 3 }, { "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", - "Rank": 1, + "Id": 224, "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 224 + "Rank": 1 }, { "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "Rank": 2, + "Id": 225, "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 225 + "Rank": 2 }, { "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", - "Rank": 1, + "Id": 226, "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 226 + "Rank": 1 }, { "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "Rank": 2, + "Id": 227, "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 227 + "Rank": 2 }, { "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "Rank": 1, + "Id": 228, "CommandName": "Add-PnPWikiPage", - "Id": 228 + "Rank": 1 }, { "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "Rank": 1, + "Id": 229, "CommandName": "Clear-PnPAzureADGroupMember", - "Id": 229 + "Rank": 1 }, { "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "Rank": 1, + "Id": 230, "CommandName": "Clear-PnPAzureADGroupOwner", - "Id": 230 + "Rank": 1 }, { "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "Rank": 1, + "Id": 231, "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 231 + "Rank": 1 }, { "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "Rank": 2, + "Id": 232, "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 232 + "Rank": 2 }, { "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "Rank": 1, + "Id": 233, "CommandName": "Clear-PnPListItemAsRecord", - "Id": 233 + "Rank": 1 }, { "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "Rank": 1, + "Id": 234, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Id": 234 + "Rank": 1 }, { "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "Rank": 1, + "Id": 235, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Id": 235 + "Rank": 1 }, { "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "Rank": 1, + "Id": 236, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 236 + "Rank": 1 }, { "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "Rank": 2, + "Id": 237, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 237 + "Rank": 2 }, { "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "Rank": 3, + "Id": 238, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 238 + "Rank": 3 }, { "Command": "Clear-PnPTenantAppCatalogUrl", - "Rank": 1, + "Id": 239, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Id": 239 + "Rank": 1 }, { "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Rank": 1, + "Id": 240, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 240 + "Rank": 1 }, { "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Rank": 2, + "Id": 241, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 241 + "Rank": 2 }, { "Command": "Clear-PnPTraceLog", - "Rank": 1, + "Id": 242, "CommandName": "Clear-PnPTraceLog", - "Id": 242 + "Rank": 1 }, { "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", - "Rank": 1, + "Id": 243, "CommandName": "Connect-PnPOnline", - "Id": 243 + "Rank": 1 }, { "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", - "Rank": 1, + "Id": 244, "CommandName": "Convert-PnPFile", - "Id": 244 + "Rank": 1 }, { "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", - "Rank": 2, + "Id": 245, "CommandName": "Convert-PnPFile", - "Id": 245 + "Rank": 2 }, { "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", - "Rank": 3, + "Id": 246, "CommandName": "Convert-PnPFile", - "Id": 246 + "Rank": 3 }, { "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", - "Rank": 4, + "Id": 247, "CommandName": "Convert-PnPFile", - "Id": 247 + "Rank": 4 }, { "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", - "Rank": 5, + "Id": 248, "CommandName": "Convert-PnPFile", - "Id": 248 + "Rank": 5 }, { "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", - "Rank": 6, + "Id": 249, "CommandName": "Convert-PnPFile", - "Id": 249 + "Rank": 6 }, { "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", - "Rank": 7, + "Id": 250, "CommandName": "Convert-PnPFile", - "Id": 250 + "Rank": 7 }, { "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "Rank": 1, + "Id": 251, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 251 + "Rank": 1 }, { "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "Rank": 2, + "Id": 252, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 252 + "Rank": 2 }, { "Command": "Convert-PnPSiteTemplate -Path template.xml", - "Rank": 1, + "Id": 253, "CommandName": "Convert-PnPSiteTemplate", - "Id": 253 + "Rank": 1 }, { "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "Rank": 2, + "Id": 254, "CommandName": "Convert-PnPSiteTemplate", - "Id": 254 + "Rank": 2 }, { "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "Rank": 3, + "Id": 255, "CommandName": "Convert-PnPSiteTemplate", - "Id": 255 + "Rank": 3 }, { "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "Rank": 1, + "Id": 256, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 256 + "Rank": 1 }, { "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "Rank": 2, + "Id": 257, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 257 + "Rank": 2 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "Rank": 1, + "Id": 258, "CommandName": "ConvertTo-PnPPage", - "Id": 258 + "Rank": 1 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "Rank": 2, + "Id": 259, "CommandName": "ConvertTo-PnPPage", - "Id": 259 + "Rank": 2 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "Rank": 3, + "Id": 260, "CommandName": "ConvertTo-PnPPage", - "Id": 260 + "Rank": 3 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "Rank": 4, + "Id": 261, "CommandName": "ConvertTo-PnPPage", - "Id": 261 + "Rank": 4 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Rank": 5, + "Id": 262, "CommandName": "ConvertTo-PnPPage", - "Id": 262 + "Rank": 5 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "Rank": 6, + "Id": 263, "CommandName": "ConvertTo-PnPPage", - "Id": 263 + "Rank": 6 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "Rank": 7, + "Id": 264, "CommandName": "ConvertTo-PnPPage", - "Id": 264 + "Rank": 7 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "Rank": 8, + "Id": 265, "CommandName": "ConvertTo-PnPPage", - "Id": 265 + "Rank": 8 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Rank": 9, + "Id": 266, "CommandName": "ConvertTo-PnPPage", - "Id": 266 + "Rank": 9 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "Rank": 10, + "Id": 267, "CommandName": "ConvertTo-PnPPage", - "Id": 267 + "Rank": 10 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "Rank": 11, + "Id": 268, "CommandName": "ConvertTo-PnPPage", - "Id": 268 + "Rank": 11 }, { "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Rank": 12, + "Id": 269, "CommandName": "ConvertTo-PnPPage", - "Id": 269 + "Rank": 12 }, { "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Rank": 13, + "Id": 270, "CommandName": "ConvertTo-PnPPage", - "Id": 270 + "Rank": 13 }, { "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "Rank": 14, + "Id": 271, "CommandName": "ConvertTo-PnPPage", - "Id": 271 + "Rank": 14 }, { "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Rank": 1, + "Id": 272, "CommandName": "Copy-PnPFile", - "Id": 272 + "Rank": 1 }, { "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Rank": 2, + "Id": 273, "CommandName": "Copy-PnPFile", - "Id": 273 + "Rank": 2 }, { "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Rank": 3, + "Id": 274, "CommandName": "Copy-PnPFile", - "Id": 274 + "Rank": 3 }, { "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Rank": 4, + "Id": 275, "CommandName": "Copy-PnPFile", - "Id": 275 + "Rank": 4 }, { "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Rank": 5, + "Id": 276, "CommandName": "Copy-PnPFile", - "Id": 276 + "Rank": 5 }, { "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Rank": 6, + "Id": 277, "CommandName": "Copy-PnPFile", - "Id": 277 + "Rank": 6 }, { "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Rank": 7, + "Id": 278, "CommandName": "Copy-PnPFile", - "Id": 278 + "Rank": 7 }, { "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Rank": 8, + "Id": 279, "CommandName": "Copy-PnPFile", - "Id": 279 + "Rank": 8 }, { "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Rank": 9, + "Id": 280, "CommandName": "Copy-PnPFile", - "Id": 280 + "Rank": 9 }, { "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Rank": 10, + "Id": 281, "CommandName": "Copy-PnPFile", - "Id": 281 + "Rank": 10 }, { "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Rank": 1, + "Id": 282, "CommandName": "Copy-PnPFolder", - "Id": 282 + "Rank": 1 }, { "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Rank": 2, + "Id": 283, "CommandName": "Copy-PnPFolder", - "Id": 283 + "Rank": 2 }, { "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Rank": 3, + "Id": 284, "CommandName": "Copy-PnPFolder", - "Id": 284 + "Rank": 3 }, { "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Rank": 4, + "Id": 285, "CommandName": "Copy-PnPFolder", - "Id": 285 + "Rank": 4 }, { "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Rank": 5, + "Id": 286, "CommandName": "Copy-PnPFolder", - "Id": 286 + "Rank": 5 }, { "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Rank": 6, + "Id": 287, "CommandName": "Copy-PnPFolder", - "Id": 287 + "Rank": 6 }, { "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Rank": 7, + "Id": 288, "CommandName": "Copy-PnPFolder", - "Id": 288 + "Rank": 7 }, { "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Rank": 8, + "Id": 289, "CommandName": "Copy-PnPFolder", - "Id": 289 + "Rank": 8 }, { "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Rank": 9, + "Id": 290, "CommandName": "Copy-PnPFolder", - "Id": 290 + "Rank": 9 }, { "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Rank": 10, + "Id": 291, "CommandName": "Copy-PnPFolder", - "Id": 291 + "Rank": 10 }, { "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", - "Rank": 11, + "Id": 292, "CommandName": "Copy-PnPFolder", - "Id": 292 + "Rank": 11 }, { "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "Rank": 1, + "Id": 293, "CommandName": "Copy-PnPItemProxy", - "Id": 293 + "Rank": 1 }, { "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "Rank": 1, + "Id": 294, "CommandName": "Copy-PnPList", - "Id": 294 + "Rank": 1 }, { "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "Rank": 2, + "Id": 295, "CommandName": "Copy-PnPList", - "Id": 295 + "Rank": 2 }, { "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", - "Rank": 3, + "Id": 296, "CommandName": "Copy-PnPList", - "Id": 296 + "Rank": 3 }, { "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", - "Rank": 4, + "Id": 297, "CommandName": "Copy-PnPList", - "Id": 297 + "Rank": 4 }, { "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "Rank": 1, + "Id": 298, "CommandName": "Copy-PnPPage", - "Id": 298 + "Rank": 1 }, { "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", - "Rank": 1, + "Id": 299, "CommandName": "Copy-PnPTeamsTeam", - "Id": 299 + "Rank": 1 }, { "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "Rank": 2, + "Id": 300, "CommandName": "Copy-PnPTeamsTeam", - "Id": 300 + "Rank": 2 }, { "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Rank": 3, + "Id": 301, "CommandName": "Copy-PnPTeamsTeam", - "Id": 301 + "Rank": 3 }, { "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Rank": 4, + "Id": 302, "CommandName": "Copy-PnPTeamsTeam", - "Id": 302 + "Rank": 4 }, { "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 303, "CommandName": "Disable-PnPFeature", - "Id": 303 + "Rank": 1 }, { "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Rank": 2, + "Id": 304, "CommandName": "Disable-PnPFeature", - "Id": 304 + "Rank": 2 }, { "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Rank": 3, + "Id": 305, "CommandName": "Disable-PnPFeature", - "Id": 305 + "Rank": 3 }, { "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 1, + "Id": 306, "CommandName": "Disable-PnPFlow", - "Id": 306 + "Rank": 1 }, { "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 2, + "Id": 307, "CommandName": "Disable-PnPFlow", - "Id": 307 + "Rank": 2 }, { "Command": "Disable-PnPPageScheduling", - "Rank": 1, + "Id": 308, "CommandName": "Disable-PnPPageScheduling", - "Id": 308 + "Rank": 1 }, { "Command": "Disable-PnPPowerShellTelemetry", - "Rank": 1, + "Id": 309, "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 309 + "Rank": 1 }, { "Command": "Disable-PnPPowerShellTelemetry -Force", - "Rank": 2, + "Id": 310, "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 310 + "Rank": 2 }, { "Command": "Disable-PnPSharingForNonOwnersOfSite", - "Rank": 1, + "Id": 311, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 311 + "Rank": 1 }, { "Command": "Disable-PnPSiteClassification", - "Rank": 1, + "Id": 312, "CommandName": "Disable-PnPSiteClassification", - "Id": 312 + "Rank": 1 }, { "Command": "Disconnect-PnPOnline", - "Rank": 1, + "Id": 313, "CommandName": "Disconnect-PnPOnline", - "Id": 313 + "Rank": 1 }, { "Command": "Enable-PnPCommSite", - "Rank": 1, + "Id": 314, "CommandName": "Enable-PnPCommSite", - "Id": 314 + "Rank": 1 }, { "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "Rank": 2, + "Id": 315, "CommandName": "Enable-PnPCommSite", - "Id": 315 + "Rank": 2 }, { "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 316, "CommandName": "Enable-PnPFeature", - "Id": 316 + "Rank": 1 }, { "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Rank": 2, + "Id": 317, "CommandName": "Enable-PnPFeature", - "Id": 317 + "Rank": 2 }, { "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Rank": 3, + "Id": 318, "CommandName": "Enable-PnPFeature", - "Id": 318 + "Rank": 3 }, { "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 1, + "Id": 319, "CommandName": "Enable-PnPFlow", - "Id": 319 + "Rank": 1 }, { "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 2, + "Id": 320, "CommandName": "Enable-PnPFlow", - "Id": 320 + "Rank": 2 }, { "Command": "Enable-PnPPageScheduling", - "Rank": 1, + "Id": 321, "CommandName": "Enable-PnPPageScheduling", - "Id": 321 + "Rank": 1 }, { "Command": "Enable-PnPPowerShellTelemetry", - "Rank": 1, + "Id": 322, "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 322 + "Rank": 1 }, { "Command": "Enable-PnPPowerShellTelemetry -Force", - "Rank": 2, + "Id": 323, "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 323 + "Rank": 2 }, { "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", - "Rank": 1, + "Id": 324, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 324 + "Rank": 1 }, { "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", - "Rank": 2, + "Id": 325, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 325 + "Rank": 2 }, { "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", - "Rank": 3, + "Id": 326, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 326 + "Rank": 3 }, { "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", - "Rank": 4, + "Id": 327, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 327 + "Rank": 4 }, { "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "Rank": 1, + "Id": 328, "CommandName": "Enable-PnPSiteClassification", - "Id": 328 + "Rank": 1 }, { "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "Rank": 2, + "Id": 329, "CommandName": "Enable-PnPSiteClassification", - "Id": 329 + "Rank": 2 }, { "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 1, + "Id": 330, "CommandName": "Export-PnPFlow", - "Id": 330 + "Rank": 1 }, { "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 2, + "Id": 331, "CommandName": "Export-PnPFlow", - "Id": 331 + "Rank": 2 }, { "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "Rank": 1, + "Id": 332, "CommandName": "Export-PnPListToSiteTemplate", - "Id": 332 + "Rank": 1 }, { "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "Rank": 2, + "Id": 333, "CommandName": "Export-PnPListToSiteTemplate", - "Id": 333 + "Rank": 2 }, { "Command": "Export-PnPPage -Identity Home.aspx", - "Rank": 1, + "Id": 334, "CommandName": "Export-PnPPage", - "Id": 334 + "Rank": 1 }, { "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", - "Rank": 2, + "Id": 335, "CommandName": "Export-PnPPage", - "Id": 335 + "Rank": 2 }, { "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", - "Rank": 1, + "Id": 336, "CommandName": "Export-PnPPageMapping", - "Id": 336 + "Rank": 1 }, { "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", - "Rank": 2, + "Id": 337, "CommandName": "Export-PnPPageMapping", - "Id": 337 + "Rank": 2 }, { "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", - "Rank": 3, + "Id": 338, "CommandName": "Export-PnPPageMapping", - "Id": 338 + "Rank": 3 }, { "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", - "Rank": 1, + "Id": 339, "CommandName": "Export-PnPPowerApp", - "Id": 339 + "Rank": 1 }, { "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", - "Rank": 2, + "Id": 340, "CommandName": "Export-PnPPowerApp", - "Id": 340 + "Rank": 2 }, { "Command": "Export-PnPTaxonomy", - "Rank": 1, + "Id": 341, "CommandName": "Export-PnPTaxonomy", - "Id": 341 + "Rank": 1 }, { "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "Rank": 2, + "Id": 342, "CommandName": "Export-PnPTaxonomy", - "Id": 342 + "Rank": 2 }, { "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "Rank": 3, + "Id": 343, "CommandName": "Export-PnPTaxonomy", - "Id": 343 + "Rank": 3 }, { "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "Rank": 4, + "Id": 344, "CommandName": "Export-PnPTaxonomy", - "Id": 344 + "Rank": 4 }, { "Command": "Export-PnPTermGroupToXml", - "Rank": 1, + "Id": 345, "CommandName": "Export-PnPTermGroupToXml", - "Id": 345 + "Rank": 1 }, { "Command": "Export-PnPTermGroupToXml -Out output.xml", - "Rank": 2, + "Id": 346, "CommandName": "Export-PnPTermGroupToXml", - "Id": 346 + "Rank": 2 }, { "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "Rank": 3, + "Id": 347, "CommandName": "Export-PnPTermGroupToXml", - "Id": 347 + "Rank": 3 }, { "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "Rank": 1, + "Id": 348, "CommandName": "Export-PnPUserInfo", - "Id": 348 + "Rank": 1 }, { "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", - "Rank": 2, + "Id": 349, "CommandName": "Export-PnPUserInfo", - "Id": 349 + "Rank": 2 }, { "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "Rank": 1, + "Id": 350, "CommandName": "Export-PnPUserProfile", - "Id": 350 + "Rank": 1 }, { "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "Rank": 2, + "Id": 351, "CommandName": "Export-PnPUserProfile", - "Id": 351 + "Rank": 2 }, { "Command": "Find-PnPFile -Match *.master", - "Rank": 1, + "Id": 352, "CommandName": "Find-PnPFile", - "Id": 352 + "Rank": 1 }, { "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "Rank": 2, + "Id": 353, "CommandName": "Find-PnPFile", - "Id": 353 + "Rank": 2 }, { "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "Rank": 3, + "Id": 354, "CommandName": "Find-PnPFile", - "Id": 354 + "Rank": 3 }, { "Command": "Get-PnPAccessToken", - "Rank": 1, + "Id": 355, "CommandName": "Get-PnPAccessToken", - "Id": 355 + "Rank": 1 }, { "Command": "Get-PnPAccessToken -Decoded", - "Rank": 2, + "Id": 356, "CommandName": "Get-PnPAccessToken", - "Id": 356 + "Rank": 2 }, { "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "Rank": 3, + "Id": 357, "CommandName": "Get-PnPAccessToken", - "Id": 357 + "Rank": 3 }, { "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "Rank": 4, + "Id": 358, "CommandName": "Get-PnPAccessToken", - "Id": 358 + "Rank": 4 }, { "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "Rank": 5, + "Id": 359, "CommandName": "Get-PnPAccessToken", - "Id": 359 + "Rank": 5 }, { "Command": "Get-PnPAccessToken -ListPermissionScopes", - "Rank": 6, + "Id": 360, "CommandName": "Get-PnPAccessToken", - "Id": 360 + "Rank": 6 }, { "Command": "Get-PnPAlert", - "Rank": 1, + "Id": 361, "CommandName": "Get-PnPAlert", - "Id": 361 + "Rank": 1 }, { "Command": "Get-PnPAlert -List \"Demo List\"", - "Rank": 2, + "Id": 362, "CommandName": "Get-PnPAlert", - "Id": 362 + "Rank": 2 }, { "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Rank": 3, + "Id": 363, "CommandName": "Get-PnPAlert", - "Id": 363 + "Rank": 3 }, { "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "Rank": 4, + "Id": 364, "CommandName": "Get-PnPAlert", - "Id": 364 + "Rank": 4 }, { "Command": "Get-PnPAlert -AllUsers", - "Rank": 5, + "Id": 365, "CommandName": "Get-PnPAlert", - "Id": 365 + "Rank": 5 }, { "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "Rank": 6, + "Id": 366, "CommandName": "Get-PnPAlert", - "Id": 366 + "Rank": 6 }, { "Command": "Get-PnPApp", - "Rank": 1, + "Id": 367, "CommandName": "Get-PnPApp", - "Id": 367 + "Rank": 1 }, { "Command": "Get-PnPApp -Scope Site", - "Rank": 2, + "Id": 368, "CommandName": "Get-PnPApp", - "Id": 368 + "Rank": 2 }, { "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Rank": 3, + "Id": 369, "CommandName": "Get-PnPApp", - "Id": 369 + "Rank": 3 }, { "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "Rank": 1, + "Id": 370, "CommandName": "Get-PnPAppErrors", - "Id": 370 + "Rank": 1 }, { "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "Rank": 2, + "Id": 371, "CommandName": "Get-PnPAppErrors", - "Id": 371 + "Rank": 2 }, { "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "Rank": 1, + "Id": 372, "CommandName": "Get-PnPAppInfo", - "Id": 372 + "Rank": 1 }, { "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Rank": 2, + "Id": 373, "CommandName": "Get-PnPAppInfo", - "Id": 373 + "Rank": 2 }, { "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "Rank": 3, + "Id": 374, "CommandName": "Get-PnPAppInfo", - "Id": 374 + "Rank": 3 }, { "Command": "Get-PnPApplicationCustomizer", - "Rank": 1, + "Id": 375, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 375 + "Rank": 1 }, { "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Rank": 2, + "Id": 376, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 376 + "Rank": 2 }, { "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "Rank": 3, + "Id": 377, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 377 + "Rank": 3 }, { "Command": "Get-PnPAuditing", - "Rank": 1, + "Id": 378, "CommandName": "Get-PnPAuditing", - "Id": 378 + "Rank": 1 }, { "Command": "Get-PnPAuthenticationRealm", - "Rank": 1, + "Id": 379, "CommandName": "Get-PnPAuthenticationRealm", - "Id": 379 + "Rank": 1 }, { "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "Rank": 2, + "Id": 380, "CommandName": "Get-PnPAuthenticationRealm", - "Id": 380 + "Rank": 2 }, { "Command": "Get-PnPAvailableLanguage", - "Rank": 1, + "Id": 381, "CommandName": "Get-PnPAvailableLanguage", - "Id": 381 + "Rank": 1 }, { "Command": "Get-PnPAvailableSensitivityLabel", - "Rank": 1, + "Id": 382, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 382 + "Rank": 1 }, { "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "Rank": 2, + "Id": 383, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 383 + "Rank": 2 }, { "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "Rank": 3, + "Id": 384, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 384 + "Rank": 3 }, { "Command": "Get-PnPAvailableSiteClassification", - "Rank": 1, + "Id": 385, "CommandName": "Get-PnPAvailableSiteClassification", - "Id": 385 + "Rank": 1 }, { "Command": "Get-PnPAzureACSPrincipal", - "Rank": 1, + "Id": 386, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 386 + "Rank": 1 }, { "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "Rank": 2, + "Id": 387, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 387 + "Rank": 2 }, { "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "Rank": 3, + "Id": 388, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 388 + "Rank": 3 }, { "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "Rank": 4, + "Id": 389, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 389 + "Rank": 4 }, { "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 1, + "Id": 390, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 390 + "Rank": 1 }, { "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", - "Rank": 2, + "Id": 391, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 391 + "Rank": 2 }, { "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", - "Rank": 3, + "Id": 392, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 392 + "Rank": 3 }, { "Command": "Get-PnPAzureADActivityReportSignIn", - "Rank": 1, + "Id": 393, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 393 + "Rank": 1 }, { "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", - "Rank": 2, + "Id": 394, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 394 + "Rank": 2 }, { "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", - "Rank": 3, + "Id": 395, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 395 + "Rank": 3 }, { "Command": "Get-PnPAzureADApp", - "Rank": 1, + "Id": 396, "CommandName": "Get-PnPAzureADApp", - "Id": 396 + "Rank": 1 }, { "Command": "Get-PnPAzureADApp -Identity MyApp", - "Rank": 2, + "Id": 397, "CommandName": "Get-PnPAzureADApp", - "Id": 397 + "Rank": 2 }, { "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Rank": 3, + "Id": 398, "CommandName": "Get-PnPAzureADApp", - "Id": 398 + "Rank": 3 }, { "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "Rank": 4, + "Id": 399, "CommandName": "Get-PnPAzureADApp", - "Id": 399 + "Rank": 4 }, { "Command": "Get-PnPAzureADAppPermission", - "Rank": 1, + "Id": 400, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 400 + "Rank": 1 }, { "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "Rank": 2, + "Id": 401, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 401 + "Rank": 2 }, { "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Rank": 3, + "Id": 402, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 402 + "Rank": 3 }, { "Command": "Get-PnPAzureADAppSitePermission", - "Rank": 1, + "Id": 403, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 403 + "Rank": 1 }, { "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "Rank": 2, + "Id": 404, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 404 + "Rank": 2 }, { "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "Rank": 3, + "Id": 405, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 405 + "Rank": 3 }, { "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "Rank": 4, + "Id": 406, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 406 + "Rank": 4 }, { "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "Rank": 5, + "Id": 407, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 407 + "Rank": 5 }, { "Command": "Get-PnPAzureADGroup", - "Rank": 1, + "Id": 408, "CommandName": "Get-PnPAzureADGroup", - "Id": 408 + "Rank": 1 }, { "Command": "Get-PnPAzureADGroup -Identity $groupId", - "Rank": 2, + "Id": 409, "CommandName": "Get-PnPAzureADGroup", - "Id": 409 + "Rank": 2 }, { "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "Rank": 3, + "Id": 410, "CommandName": "Get-PnPAzureADGroup", - "Id": 410 + "Rank": 3 }, { "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "Rank": 4, + "Id": 411, "CommandName": "Get-PnPAzureADGroup", - "Id": 411 + "Rank": 4 }, { "Command": "Get-PnPAzureADGroup -Identity $group", - "Rank": 5, + "Id": 412, "CommandName": "Get-PnPAzureADGroup", - "Id": 412 + "Rank": 5 }, { "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "Rank": 1, + "Id": 413, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 413 + "Rank": 1 }, { "Command": "Get-PnPAzureADGroupMember -Identity $group", - "Rank": 2, + "Id": 414, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 414 + "Rank": 2 }, { "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", - "Rank": 3, + "Id": 415, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 415 + "Rank": 3 }, { "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "Rank": 1, + "Id": 416, "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 416 + "Rank": 1 }, { "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "Rank": 2, + "Id": 417, "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 417 + "Rank": 2 }, { "Command": "Get-PnPAzureADServicePrincipal", - "Rank": 1, + "Id": 418, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 418 + "Rank": 1 }, { "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "Rank": 2, + "Id": 419, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 419 + "Rank": 2 }, { "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "Rank": 3, + "Id": 420, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 420 + "Rank": 3 }, { "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "Rank": 4, + "Id": 421, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 421 + "Rank": 4 }, { "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "Rank": 5, + "Id": 422, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 422 + "Rank": 5 }, { "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Rank": 1, + "Id": 423, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 423 + "Rank": 1 }, { "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Rank": 2, + "Id": 424, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 424 + "Rank": 2 }, { "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Rank": 1, + "Id": 425, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 425 + "Rank": 1 }, { "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "Rank": 2, + "Id": 426, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 426 + "Rank": 2 }, { "Command": "Get-PnPAzureADUser", - "Rank": 1, + "Id": 427, "CommandName": "Get-PnPAzureADUser", - "Id": 427 + "Rank": 1 }, { "Command": "Get-PnPAzureADUser -EndIndex 50", - "Rank": 2, + "Id": 428, "CommandName": "Get-PnPAzureADUser", - "Id": 428 + "Rank": 2 }, { "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Rank": 3, + "Id": 429, "CommandName": "Get-PnPAzureADUser", - "Id": 429 + "Rank": 3 }, { "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "Rank": 4, + "Id": 430, "CommandName": "Get-PnPAzureADUser", - "Id": 430 + "Rank": 4 }, { "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "Rank": 5, + "Id": 431, "CommandName": "Get-PnPAzureADUser", - "Id": 431 + "Rank": 5 }, { "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "Rank": 6, + "Id": 432, "CommandName": "Get-PnPAzureADUser", - "Id": 432 + "Rank": 6 }, { "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "Rank": 7, + "Id": 433, "CommandName": "Get-PnPAzureADUser", - "Id": 433 + "Rank": 7 }, { "Command": "Get-PnPAzureADUser -Delta", - "Rank": 8, + "Id": 434, "CommandName": "Get-PnPAzureADUser", - "Id": 434 + "Rank": 8 }, { "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "Rank": 9, + "Id": 435, "CommandName": "Get-PnPAzureADUser", - "Id": 435 + "Rank": 9 }, { "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "Rank": 10, + "Id": 436, "CommandName": "Get-PnPAzureADUser", - "Id": 436 + "Rank": 10 }, { "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "Rank": 1, + "Id": 437, "CommandName": "Get-PnPAzureCertificate", - "Id": 437 + "Rank": 1 }, { "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Rank": 2, + "Id": 438, "CommandName": "Get-PnPAzureCertificate", - "Id": 438 + "Rank": 2 }, { "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "Rank": 3, + "Id": 439, "CommandName": "Get-PnPAzureCertificate", - "Id": 439 + "Rank": 3 }, { "Command": "Get-PnPBrandCenterConfig", - "Rank": 1, + "Id": 440, "CommandName": "Get-PnPBrandCenterConfig", - "Id": 440 + "Rank": 1 }, { "Command": "Get-PnPBrandCenterFont", - "Rank": 1, + "Id": 441, "CommandName": "Get-PnPBrandCenterFont", - "Id": 441 + "Rank": 1 }, { "Command": "Get-PnPBrandCenterFontPackage", - "Rank": 1, + "Id": 442, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 442 + "Rank": 1 }, { "Command": "Get-PnPBrandCenterFontPackage -Store Site", - "Rank": 2, + "Id": 443, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 443 + "Rank": 2 }, { "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", - "Rank": 3, + "Id": 444, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 444 + "Rank": 3 }, { "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "Rank": 4, + "Id": 445, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 445 + "Rank": 4 }, { "Command": "Get-PnPBrowserIdleSignout", - "Rank": 1, + "Id": 446, "CommandName": "Get-PnPBrowserIdleSignout", - "Id": 446 + "Rank": 1 }, { "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "Rank": 1, + "Id": 447, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 447 + "Rank": 1 }, { "Command": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 2, + "Id": 448, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 448 + "Rank": 2 }, { "Command": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 1, + "Id": 449, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 449 + "Rank": 1 }, { "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "Rank": 2, + "Id": 450, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 450 + "Rank": 2 }, { "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "Rank": 3, + "Id": 451, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 451 + "Rank": 3 }, { "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "Rank": 4, + "Id": 452, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 452 + "Rank": 4 }, { "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "Rank": 5, + "Id": 453, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 453 + "Rank": 5 }, { "Command": "Get-PnPChangeLog", - "Rank": 1, + "Id": 454, "CommandName": "Get-PnPChangeLog", - "Id": 454 + "Rank": 1 }, { "Command": "Get-PnPChangeLog -Nightly", - "Rank": 2, + "Id": 455, "CommandName": "Get-PnPChangeLog", - "Id": 455 + "Rank": 2 }, { "Command": "Get-PnPChangeLog -Version 2.12.0", - "Rank": 3, + "Id": 456, "CommandName": "Get-PnPChangeLog", - "Id": 456 + "Rank": 3 }, { "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "Rank": 1, + "Id": 457, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 457 + "Rank": 1 }, { "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", - "Rank": 2, + "Id": 458, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 458 + "Rank": 2 }, { "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", - "Rank": 1, + "Id": 459, "CommandName": "Get-PnPContainer", - "Id": 459 + "Rank": 1 }, { "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Rank": 2, + "Id": 460, "CommandName": "Get-PnPContainer", - "Id": 460 + "Rank": 2 }, { "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Rank": 3, + "Id": 461, "CommandName": "Get-PnPContainer", - "Id": 461 + "Rank": 3 }, { "Command": "Get-PnPContainerType", - "Rank": 1, + "Id": 462, "CommandName": "Get-PnPContainerType", - "Id": 462 + "Rank": 1 }, { "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", - "Rank": 1, + "Id": 463, "CommandName": "Get-PnPContainerTypeConfiguration", - "Id": 463 + "Rank": 1 }, { "Command": "Get-PnPContentType", - "Rank": 1, + "Id": 464, "CommandName": "Get-PnPContentType", - "Id": 464 + "Rank": 1 }, { "Command": "Get-PnPContentType -InSiteHierarchy", - "Rank": 2, + "Id": 465, "CommandName": "Get-PnPContentType", - "Id": 465 + "Rank": 2 }, { "Command": "Get-PnPContentType -Identity \"Project Document\"", - "Rank": 3, + "Id": 466, "CommandName": "Get-PnPContentType", - "Id": 466 + "Rank": 3 }, { "Command": "Get-PnPContentType -List \"Documents\"", - "Rank": 4, + "Id": 467, "CommandName": "Get-PnPContentType", - "Id": 467 + "Rank": 4 }, { "Command": "Get-PnPContentType -Includes \"SchemaXml\"", - "Rank": 5, + "Id": 468, "CommandName": "Get-PnPContentType", - "Id": 468 + "Rank": 5 }, { "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "Rank": 1, + "Id": 469, "CommandName": "Get-PnPContentTypePublishingStatus", - "Id": 469 + "Rank": 1 }, { "Command": "Get-PnPCopilotAdminLimitedMode", - "Rank": 1, + "Id": 470, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Id": 470 + "Rank": 1 }, { "Command": "Get-PnPCopilotAgent", - "Rank": 1, + "Id": 471, "CommandName": "Get-PnPCopilotAgent", - "Id": 471 + "Rank": 1 }, { "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", - "Rank": 2, + "Id": 472, "CommandName": "Get-PnPCopilotAgent", - "Id": 472 + "Rank": 2 }, { "Command": "Get-PnPCustomAction", - "Rank": 1, + "Id": 473, "CommandName": "Get-PnPCustomAction", - "Id": 473 + "Rank": 1 }, { "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Rank": 2, + "Id": 474, "CommandName": "Get-PnPCustomAction", - "Id": 474 + "Rank": 2 }, { "Command": "Get-PnPCustomAction -Scope web", - "Rank": 3, + "Id": 475, "CommandName": "Get-PnPCustomAction", - "Id": 475 + "Rank": 3 }, { "Command": "Get-PnPDeletedContainer", - "Rank": 1, + "Id": 476, "CommandName": "Get-PnPDeletedContainer", - "Id": 476 + "Rank": 1 }, { "Command": "Get-PnPDeletedFlow", - "Rank": 1, + "Id": 477, "CommandName": "Get-PnPDeletedFlow", - "Id": 477 + "Rank": 1 }, { "Command": "Get-PnPDeletedMicrosoft365Group", - "Rank": 1, + "Id": 478, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 478 + "Rank": 1 }, { "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Rank": 2, + "Id": 479, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 479 + "Rank": 2 }, { "Command": "Get-PnPDeletedTeam", - "Rank": 1, + "Id": 480, "CommandName": "Get-PnPDeletedTeam", - "Id": 480 + "Rank": 1 }, { "Command": "Get-PnPDiagnostics", - "Rank": 1, + "Id": 481, "CommandName": "Get-PnPDiagnostics", - "Id": 481 + "Rank": 1 }, { "Command": "Get-PnPDisableSpacesActivation", - "Rank": 1, + "Id": 482, "CommandName": "Get-PnPDisableSpacesActivation", - "Id": 482 + "Rank": 1 }, { "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "Rank": 1, + "Id": 483, "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 483 + "Rank": 1 }, { "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "Rank": 2, + "Id": 484, "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 484 + "Rank": 2 }, { "Command": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 1, + "Id": 485, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 485 + "Rank": 1 }, { "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", - "Rank": 2, + "Id": 486, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 486 + "Rank": 2 }, { "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", - "Rank": 3, + "Id": 487, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 487 + "Rank": 3 }, { "Command": "Get-PnPEventReceiver", - "Rank": 1, + "Id": 488, "CommandName": "Get-PnPEventReceiver", - "Id": 488 + "Rank": 1 }, { "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Rank": 2, + "Id": 489, "CommandName": "Get-PnPEventReceiver", - "Id": 489 + "Rank": 2 }, { "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "Rank": 3, + "Id": 490, "CommandName": "Get-PnPEventReceiver", - "Id": 490 + "Rank": 3 }, { "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "Rank": 4, + "Id": 491, "CommandName": "Get-PnPEventReceiver", - "Id": 491 + "Rank": 4 }, { "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Rank": 5, + "Id": 492, "CommandName": "Get-PnPEventReceiver", - "Id": 492 + "Rank": 5 }, { "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "Rank": 6, + "Id": 493, "CommandName": "Get-PnPEventReceiver", - "Id": 493 + "Rank": 6 }, { "Command": "Get-PnPEventReceiver -Scope Site", - "Rank": 7, + "Id": 494, "CommandName": "Get-PnPEventReceiver", - "Id": 494 + "Rank": 7 }, { "Command": "Get-PnPEventReceiver -Scope Web", - "Rank": 8, + "Id": 495, "CommandName": "Get-PnPEventReceiver", - "Id": 495 + "Rank": 8 }, { "Command": "Get-PnPEventReceiver -Scope All", - "Rank": 9, + "Id": 496, "CommandName": "Get-PnPEventReceiver", - "Id": 496 + "Rank": 9 }, { "Command": "Get-PnPException", - "Rank": 1, + "Id": 497, "CommandName": "Get-PnPException", - "Id": 497 + "Rank": 1 }, { "Command": "Get-PnPException -All", - "Rank": 2, + "Id": 498, "CommandName": "Get-PnPException", - "Id": 498 + "Rank": 2 }, { "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "Rank": 1, + "Id": 499, "CommandName": "Get-PnPExternalUser", - "Id": 499 + "Rank": 1 }, { "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "Rank": 2, + "Id": 500, "CommandName": "Get-PnPExternalUser", - "Id": 500 + "Rank": 2 }, { "Command": "Get-PnPFeature", - "Rank": 1, + "Id": 501, "CommandName": "Get-PnPFeature", - "Id": 501 + "Rank": 1 }, { "Command": "Get-PnPFeature -Scope Site", - "Rank": 2, + "Id": 502, "CommandName": "Get-PnPFeature", - "Id": 502 + "Rank": 2 }, { "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Rank": 3, + "Id": 503, "CommandName": "Get-PnPFeature", - "Id": 503 + "Rank": 3 }, { "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "Rank": 4, + "Id": 504, "CommandName": "Get-PnPFeature", - "Id": 504 + "Rank": 4 }, { "Command": "Get-PnPField", - "Rank": 1, + "Id": 505, "CommandName": "Get-PnPField", - "Id": 505 + "Rank": 1 }, { "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Rank": 2, + "Id": 506, "CommandName": "Get-PnPField", - "Id": 506 + "Rank": 2 }, { "Command": "Get-PnPField -Group \"Custom Columns\"", - "Rank": 3, + "Id": 507, "CommandName": "Get-PnPField", - "Id": 507 + "Rank": 3 }, { "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "Rank": 1, + "Id": 508, "CommandName": "Get-PnPFile", - "Id": 508 + "Rank": 1 }, { "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", - "Rank": 2, + "Id": 509, "CommandName": "Get-PnPFile", - "Id": 509 + "Rank": 2 }, { "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "Rank": 3, + "Id": 510, "CommandName": "Get-PnPFile", - "Id": 510 + "Rank": 3 }, { "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "Rank": 4, + "Id": 511, "CommandName": "Get-PnPFile", - "Id": 511 + "Rank": 4 }, { "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "Rank": 5, + "Id": 512, "CommandName": "Get-PnPFile", - "Id": 512 + "Rank": 5 }, { "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "Rank": 6, + "Id": 513, "CommandName": "Get-PnPFile", - "Id": 513 + "Rank": 6 }, { "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", - "Rank": 7, + "Id": 514, "CommandName": "Get-PnPFile", - "Id": 514 + "Rank": 7 }, { "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "Rank": 8, + "Id": 515, "CommandName": "Get-PnPFile", - "Id": 515 + "Rank": 8 }, { "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", - "Rank": 1, + "Id": 516, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 516 + "Rank": 1 }, { "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", - "Rank": 2, + "Id": 517, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 517 + "Rank": 2 }, { "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Rank": 3, + "Id": 518, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 518 + "Rank": 3 }, { "Command": "Get-PnPFileCheckedOut -List \"Documents\"", - "Rank": 1, + "Id": 519, "CommandName": "Get-PnPFileCheckedOut", - "Id": 519 + "Rank": 1 }, { "Command": "Get-PnPFileInFolder", - "Rank": 1, + "Id": 520, "CommandName": "Get-PnPFileInFolder", - "Id": 520 + "Rank": 1 }, { "Command": "Get-PnPFileInFolder -Recurse", - "Rank": 2, + "Id": 521, "CommandName": "Get-PnPFileInFolder", - "Id": 521 + "Rank": 2 }, { "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", - "Rank": 3, + "Id": 522, "CommandName": "Get-PnPFileInFolder", - "Id": 522 + "Rank": 3 }, { "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Rank": 4, + "Id": 523, "CommandName": "Get-PnPFileInFolder", - "Id": 523 + "Rank": 4 }, { "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Rank": 5, + "Id": 524, "CommandName": "Get-PnPFileInFolder", - "Id": 524 + "Rank": 5 }, { "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Rank": 1, + "Id": 525, "CommandName": "Get-PnPFileRetentionLabel", - "Id": 525 + "Rank": 1 }, { "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Rank": 1, + "Id": 526, "CommandName": "Get-PnPFileSensitivityLabel", - "Id": 526 + "Rank": 1 }, { "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", - "Rank": 1, + "Id": 527, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Id": 527 + "Rank": 1 }, { "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", - "Rank": 1, + "Id": 528, "CommandName": "Get-PnPFileSharingLink", - "Id": 528 + "Rank": 1 }, { "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", - "Rank": 2, + "Id": 529, "CommandName": "Get-PnPFileSharingLink", - "Id": 529 + "Rank": 2 }, { "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", - "Rank": 3, + "Id": 530, "CommandName": "Get-PnPFileSharingLink", - "Id": 530 + "Rank": 3 }, { "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "Rank": 1, + "Id": 531, "CommandName": "Get-PnPFileVersion", - "Id": 531 + "Rank": 1 }, { "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", - "Rank": 2, + "Id": 532, "CommandName": "Get-PnPFileVersion", - "Id": 532 + "Rank": 2 }, { "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", - "Rank": 3, + "Id": 533, "CommandName": "Get-PnPFileVersion", - "Id": 533 + "Rank": 3 }, { "Command": "Get-PnPFlow -AsAdmin", - "Rank": 1, + "Id": 534, "CommandName": "Get-PnPFlow", - "Id": 534 + "Rank": 1 }, { "Command": "Get-PnPFlow -SharingStatus SharedWithMe", - "Rank": 2, + "Id": 535, "CommandName": "Get-PnPFlow", - "Id": 535 + "Rank": 2 }, { "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 3, + "Id": 536, "CommandName": "Get-PnPFlow", - "Id": 536 + "Rank": 3 }, { "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Rank": 1, + "Id": 537, "CommandName": "Get-PnPFlowOwner", - "Id": 537 + "Rank": 1 }, { "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Rank": 2, + "Id": 538, "CommandName": "Get-PnPFlowOwner", - "Id": 538 + "Rank": 2 }, { "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 1, + "Id": 539, "CommandName": "Get-PnPFlowRun", - "Id": 539 + "Rank": 1 }, { "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Rank": 2, + "Id": 540, "CommandName": "Get-PnPFlowRun", - "Id": 540 + "Rank": 2 }, { "Command": "Get-PnPFolder", - "Rank": 1, + "Id": 541, "CommandName": "Get-PnPFolder", - "Id": 541 + "Rank": 1 }, { "Command": "Get-PnPFolder -CurrentWebRootFolder", - "Rank": 2, + "Id": 542, "CommandName": "Get-PnPFolder", - "Id": 542 + "Rank": 2 }, { "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "Rank": 3, + "Id": 543, "CommandName": "Get-PnPFolder", - "Id": 543 + "Rank": 3 }, { "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "Rank": 4, + "Id": 544, "CommandName": "Get-PnPFolder", - "Id": 544 + "Rank": 4 }, { "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", - "Rank": 5, + "Id": 545, "CommandName": "Get-PnPFolder", - "Id": 545 + "Rank": 5 }, { "Command": "Get-PnPFolder -List \"Shared Documents\"", - "Rank": 6, + "Id": 546, "CommandName": "Get-PnPFolder", - "Id": 546 + "Rank": 6 }, { "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", - "Rank": 7, + "Id": 547, "CommandName": "Get-PnPFolder", - "Id": 547 + "Rank": 7 }, { "Command": "Get-PnPFolderInFolder", - "Rank": 1, + "Id": 548, "CommandName": "Get-PnPFolderInFolder", - "Id": 548 + "Rank": 1 }, { "Command": "Get-PnPFolderInFolder -Recurse", - "Rank": 2, + "Id": 549, "CommandName": "Get-PnPFolderInFolder", - "Id": 549 + "Rank": 2 }, { "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", - "Rank": 3, + "Id": 550, "CommandName": "Get-PnPFolderInFolder", - "Id": 550 + "Rank": 3 }, { "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", - "Rank": 4, + "Id": 551, "CommandName": "Get-PnPFolderInFolder", - "Id": 551 + "Rank": 4 }, { "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", - "Rank": 5, + "Id": 552, "CommandName": "Get-PnPFolderInFolder", - "Id": 552 + "Rank": 5 }, { "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Rank": 6, + "Id": 553, "CommandName": "Get-PnPFolderInFolder", - "Id": 553 + "Rank": 6 }, { "Command": "Get-PnPFolderItem", - "Rank": 1, + "Id": 554, "CommandName": "Get-PnPFolderItem", - "Id": 554 + "Rank": 1 }, { "Command": "Get-PnPFolderItem -Recurse", - "Rank": 2, + "Id": 555, "CommandName": "Get-PnPFolderItem", - "Id": 555 + "Rank": 2 }, { "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", - "Rank": 3, + "Id": 556, "CommandName": "Get-PnPFolderItem", - "Id": 556 + "Rank": 3 }, { "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Rank": 4, + "Id": 557, "CommandName": "Get-PnPFolderItem", - "Id": 557 + "Rank": 4 }, { "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "Rank": 5, + "Id": 558, "CommandName": "Get-PnPFolderItem", - "Id": 558 + "Rank": 5 }, { "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "Rank": 6, + "Id": 559, "CommandName": "Get-PnPFolderItem", - "Id": 559 + "Rank": 6 }, { "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Rank": 1, + "Id": 560, "CommandName": "Get-PnPFolderSharingLink", - "Id": 560 + "Rank": 1 }, { "Command": "Get-PnPFolderStorageMetric", - "Rank": 1, + "Id": 561, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 561 + "Rank": 1 }, { "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "Rank": 2, + "Id": 562, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 562 + "Rank": 2 }, { "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "Rank": 3, + "Id": 563, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 563 + "Rank": 3 }, { "Command": "Get-PnPFooter", - "Rank": 1, + "Id": 564, "CommandName": "Get-PnPFooter", - "Id": 564 + "Rank": 1 }, { "Command": "Get-PnPGraphSubscription", - "Rank": 1, + "Id": 565, "CommandName": "Get-PnPGraphSubscription", - "Id": 565 + "Rank": 1 }, { "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Rank": 2, + "Id": 566, "CommandName": "Get-PnPGraphSubscription", - "Id": 566 + "Rank": 2 }, { "Command": "Get-PnPGroup", - "Rank": 1, + "Id": 567, "CommandName": "Get-PnPGroup", - "Id": 567 + "Rank": 1 }, { "Command": "Get-PnPGroup -Identity 'My Site Users'", - "Rank": 2, + "Id": 568, "CommandName": "Get-PnPGroup", - "Id": 568 + "Rank": 2 }, { "Command": "Get-PnPGroup -AssociatedMemberGroup", - "Rank": 3, + "Id": 569, "CommandName": "Get-PnPGroup", - "Id": 569 + "Rank": 3 }, { "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "Rank": 1, + "Id": 570, "CommandName": "Get-PnPGroupMember", - "Id": 570 + "Rank": 1 }, { "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "Rank": 2, + "Id": 571, "CommandName": "Get-PnPGroupMember", - "Id": 571 + "Rank": 2 }, { "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "Rank": 1, + "Id": 572, "CommandName": "Get-PnPGroupPermissions", - "Id": 572 + "Rank": 1 }, { "Command": "Get-PnPHideDefaultThemes", - "Rank": 1, + "Id": 573, "CommandName": "Get-PnPHideDefaultThemes", - "Id": 573 + "Rank": 1 }, { "Command": "Get-PnPHomePage", - "Rank": 1, + "Id": 574, "CommandName": "Get-PnPHomePage", - "Id": 574 + "Rank": 1 }, { "Command": "Get-PnPHomeSite", - "Rank": 1, + "Id": 575, "CommandName": "Get-PnPHomeSite", - "Id": 575 + "Rank": 1 }, { "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "Rank": 2, + "Id": 576, "CommandName": "Get-PnPHomeSite", - "Id": 576 + "Rank": 2 }, { "Command": "Get-PnPHomeSite -Detailed", - "Rank": 3, + "Id": 577, "CommandName": "Get-PnPHomeSite", - "Id": 577 + "Rank": 3 }, { "Command": "Get-PnPHubSite", - "Rank": 1, + "Id": 578, "CommandName": "Get-PnPHubSite", - "Id": 578 + "Rank": 1 }, { "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Rank": 2, + "Id": 579, "CommandName": "Get-PnPHubSite", - "Id": 579 + "Rank": 2 }, { "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "Rank": 3, + "Id": 580, "CommandName": "Get-PnPHubSite", - "Id": 580 + "Rank": 3 }, { "Command": "Get-PnPHubSiteChild", - "Rank": 1, + "Id": 581, "CommandName": "Get-PnPHubSiteChild", - "Id": 581 + "Rank": 1 }, { "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Rank": 2, + "Id": 582, "CommandName": "Get-PnPHubSiteChild", - "Id": 582 + "Rank": 2 }, { "Command": "Get-PnPInPlaceRecordsManagement", - "Rank": 1, + "Id": 583, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Id": 583 + "Rank": 1 }, { "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "Rank": 1, + "Id": 584, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Id": 584 + "Rank": 1 }, { "Command": "Get-PnPJavaScriptLink", - "Rank": 1, + "Id": 585, "CommandName": "Get-PnPJavaScriptLink", - "Id": 585 + "Rank": 1 }, { "Command": "Get-PnPJavaScriptLink -Scope All", - "Rank": 2, + "Id": 586, "CommandName": "Get-PnPJavaScriptLink", - "Id": 586 + "Rank": 2 }, { "Command": "Get-PnPJavaScriptLink -Scope Web", - "Rank": 3, + "Id": 587, "CommandName": "Get-PnPJavaScriptLink", - "Id": 587 + "Rank": 3 }, { "Command": "Get-PnPJavaScriptLink -Scope Site", - "Rank": 4, + "Id": 588, "CommandName": "Get-PnPJavaScriptLink", - "Id": 588 + "Rank": 4 }, { "Command": "Get-PnPJavaScriptLink -Name Test", - "Rank": 5, + "Id": 589, "CommandName": "Get-PnPJavaScriptLink", - "Id": 589 + "Rank": 5 }, { "Command": "Get-PnPKnowledgeHubSite", - "Rank": 1, + "Id": 590, "CommandName": "Get-PnPKnowledgeHubSite", - "Id": 590 + "Rank": 1 }, { "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", - "Rank": 1, + "Id": 591, "CommandName": "Get-PnPLargeListOperationStatus", - "Id": 591 + "Rank": 1 }, { "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", - "Rank": 1, + "Id": 592, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Id": 592 + "Rank": 1 }, { "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Rank": 1, + "Id": 593, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Id": 593 + "Rank": 1 }, { "Command": "Get-PnPList", - "Rank": 1, + "Id": 594, "CommandName": "Get-PnPList", - "Id": 594 + "Rank": 1 }, { "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 2, + "Id": 595, "CommandName": "Get-PnPList", - "Id": 595 + "Rank": 2 }, { "Command": "Get-PnPList -Identity Lists/Announcements", - "Rank": 3, + "Id": 596, "CommandName": "Get-PnPList", - "Id": 596 + "Rank": 3 }, { "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "Rank": 4, + "Id": 597, "CommandName": "Get-PnPList", - "Id": 597 + "Rank": 4 }, { "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "Rank": 5, + "Id": 598, "CommandName": "Get-PnPList", - "Id": 598 + "Rank": 5 }, { "Command": "Get-PnPListDesign", - "Rank": 1, + "Id": 599, "CommandName": "Get-PnPListDesign", - "Id": 599 + "Rank": 1 }, { "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 2, + "Id": 600, "CommandName": "Get-PnPListDesign", - "Id": 600 + "Rank": 2 }, { "Command": "Get-PnPListDesign -Identity ListEvent", - "Rank": 3, + "Id": 601, "CommandName": "Get-PnPListDesign", - "Id": 601 + "Rank": 3 }, { "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "Rank": 1, + "Id": 602, "CommandName": "Get-PnPListInformationRightsManagement", - "Id": 602 + "Rank": 1 }, { "Command": "Get-PnPListItem -List Tasks", - "Rank": 1, + "Id": 603, "CommandName": "Get-PnPListItem", - "Id": 603 + "Rank": 1 }, { "Command": "Get-PnPListItem -List Tasks -Id 1", - "Rank": 2, + "Id": 604, "CommandName": "Get-PnPListItem", - "Id": 604 + "Rank": 2 }, { "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "Rank": 3, + "Id": 605, "CommandName": "Get-PnPListItem", - "Id": 605 + "Rank": 3 }, { "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "Rank": 4, + "Id": 606, "CommandName": "Get-PnPListItem", - "Id": 606 + "Rank": 4 }, { "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "Rank": 5, + "Id": 607, "CommandName": "Get-PnPListItem", - "Id": 607 + "Rank": 5 }, { "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "Rank": 6, + "Id": 608, "CommandName": "Get-PnPListItem", - "Id": 608 + "Rank": 6 }, { "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", - "Rank": 7, + "Id": 609, "CommandName": "Get-PnPListItem", - "Id": 609 + "Rank": 7 }, { "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "Rank": 8, + "Id": 610, "CommandName": "Get-PnPListItem", - "Id": 610 + "Rank": 8 }, { "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "Rank": 9, + "Id": 611, "CommandName": "Get-PnPListItem", - "Id": 611 + "Rank": 9 }, { "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", - "Rank": 1, + "Id": 612, "CommandName": "Get-PnPListItemAttachment", - "Id": 612 + "Rank": 1 }, { "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", - "Rank": 2, + "Id": 613, "CommandName": "Get-PnPListItemAttachment", - "Id": 613 + "Rank": 2 }, { "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "Rank": 1, + "Id": 614, "CommandName": "Get-PnPListItemComment", - "Id": 614 + "Rank": 1 }, { "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "Rank": 1, + "Id": 615, "CommandName": "Get-PnPListItemPermission", - "Id": 615 + "Rank": 1 }, { "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", - "Rank": 1, + "Id": 616, "CommandName": "Get-PnPListItemVersion", - "Id": 616 + "Rank": 1 }, { "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "Rank": 1, + "Id": 617, "CommandName": "Get-PnPListPermissions", - "Id": 617 + "Rank": 1 }, { "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Rank": 2, + "Id": 618, "CommandName": "Get-PnPListPermissions", - "Id": 618 + "Rank": 2 }, { "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "Rank": 1, + "Id": 619, "CommandName": "Get-PnPListRecordDeclaration", - "Id": 619 + "Rank": 1 }, { "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", - "Rank": 1, + "Id": 620, "CommandName": "Get-PnPManagedAppId", - "Id": 620 + "Rank": 1 }, { "Command": "Get-PnPMasterPage", - "Rank": 1, + "Id": 621, "CommandName": "Get-PnPMasterPage", - "Id": 621 + "Rank": 1 }, { "Command": "Get-PnPMessageCenterAnnouncement", - "Rank": 1, + "Id": 622, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 622 + "Rank": 1 }, { "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "Rank": 2, + "Id": 623, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 623 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 1, + "Id": 624, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 624 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "Rank": 2, + "Id": 625, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 625 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365Group", - "Rank": 1, + "Id": 626, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 626 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "Rank": 2, + "Id": 627, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 627 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "Rank": 3, + "Id": 628, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 628 + "Rank": 3 }, { "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "Rank": 4, + "Id": 629, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 629 + "Rank": 4 }, { "Command": "Get-PnPMicrosoft365Group -Identity $group", - "Rank": 5, + "Id": 630, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 630 + "Rank": 5 }, { "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "Rank": 6, + "Id": 631, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 631 + "Rank": 6 }, { "Command": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 1, + "Id": 632, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 632 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "Rank": 2, + "Id": 633, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 633 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Rank": 3, + "Id": 634, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 634 + "Rank": 3 }, { "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "Rank": 1, + "Id": 635, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 635 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "Rank": 2, + "Id": 636, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 636 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "Rank": 3, + "Id": 637, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 637 + "Rank": 3 }, { "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "Rank": 1, + "Id": 638, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 638 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "Rank": 2, + "Id": 639, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 639 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365GroupSettings", - "Rank": 1, + "Id": 640, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 640 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "Rank": 2, + "Id": 641, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 641 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", - "Rank": 3, + "Id": 642, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 642 + "Rank": 3 }, { "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", - "Rank": 4, + "Id": 643, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 643 + "Rank": 4 }, { "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 1, + "Id": 644, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 644 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "Rank": 2, + "Id": 645, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 645 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365GroupTeam", - "Rank": 1, + "Id": 646, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 646 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "Rank": 2, + "Id": 647, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 647 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Rank": 3, + "Id": 648, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 648 + "Rank": 3 }, { "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 1, + "Id": 649, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 649 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "Rank": 2, + "Id": 650, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 650 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Rank": 3, + "Id": 651, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 651 + "Rank": 3 }, { "Command": "Get-PnPMicrosoft365Roadmap", - "Rank": 1, + "Id": 652, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 652 + "Rank": 1 }, { "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", - "Rank": 2, + "Id": 653, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 653 + "Rank": 2 }, { "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", - "Rank": 3, + "Id": 654, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 654 + "Rank": 3 }, { "Command": "Get-PnPNavigationNode", - "Rank": 1, + "Id": 655, "CommandName": "Get-PnPNavigationNode", - "Id": 655 + "Rank": 1 }, { "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "Rank": 2, + "Id": 656, "CommandName": "Get-PnPNavigationNode", - "Id": 656 + "Rank": 2 }, { "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "Rank": 3, + "Id": 657, "CommandName": "Get-PnPNavigationNode", - "Id": 657 + "Rank": 3 }, { "Command": "Get-PnPOrgAssetsLibrary", - "Rank": 1, + "Id": 658, "CommandName": "Get-PnPOrgAssetsLibrary", - "Id": 658 + "Rank": 1 }, { "Command": "Get-PnPOrgNewsSite", - "Rank": 1, + "Id": 659, "CommandName": "Get-PnPOrgNewsSite", - "Id": 659 + "Rank": 1 }, { "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "Rank": 1, + "Id": 660, "CommandName": "Get-PnPPage", - "Id": 660 + "Rank": 1 }, { "Command": "Get-PnPPage \"MyPage\"", - "Rank": 2, + "Id": 661, "CommandName": "Get-PnPPage", - "Id": 661 + "Rank": 2 }, { "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "Rank": 3, + "Id": 662, "CommandName": "Get-PnPPage", - "Id": 662 + "Rank": 3 }, { "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Rank": 4, + "Id": 663, "CommandName": "Get-PnPPage", - "Id": 663 + "Rank": 4 }, { "Command": "Get-PnPPage", - "Rank": 5, + "Id": 664, "CommandName": "Get-PnPPage", - "Id": 664 + "Rank": 5 }, { "Command": "Get-PnPPageComponent -Page Home", - "Rank": 1, + "Id": 665, "CommandName": "Get-PnPPageComponent", - "Id": 665 + "Rank": 1 }, { "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "Rank": 2, + "Id": 666, "CommandName": "Get-PnPPageComponent", - "Id": 666 + "Rank": 2 }, { "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "Rank": 3, + "Id": 667, "CommandName": "Get-PnPPageComponent", - "Id": 667 + "Rank": 3 }, { "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", - "Rank": 1, + "Id": 668, "CommandName": "Get-PnPPageCopyProgress", - "Id": 668 + "Rank": 1 }, { "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", - "Rank": 1, + "Id": 669, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 669 + "Rank": 1 }, { "Command": "Get-PnPPageLikedByInformation \"MyPage\"", - "Rank": 2, + "Id": 670, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 670 + "Rank": 2 }, { "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Rank": 3, + "Id": 671, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 671 + "Rank": 3 }, { "Command": "Get-PnPPageSchedulingEnabled", - "Rank": 1, + "Id": 672, "CommandName": "Get-PnPPageSchedulingEnabled", - "Id": 672 + "Rank": 1 }, { "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "Rank": 1, + "Id": 673, "CommandName": "Get-PnPPlannerBucket", - "Id": 673 + "Rank": 1 }, { "Command": "Get-PnPPlannerConfiguration", - "Rank": 1, + "Id": 674, "CommandName": "Get-PnPPlannerConfiguration", - "Id": 674 + "Rank": 1 }, { "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "Rank": 1, + "Id": 675, "CommandName": "Get-PnPPlannerPlan", - "Id": 675 + "Rank": 1 }, { "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "Rank": 2, + "Id": 676, "CommandName": "Get-PnPPlannerPlan", - "Id": 676 + "Rank": 2 }, { "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "Rank": 3, + "Id": 677, "CommandName": "Get-PnPPlannerPlan", - "Id": 677 + "Rank": 3 }, { "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "Rank": 1, + "Id": 678, "CommandName": "Get-PnPPlannerRosterMember", - "Id": 678 + "Rank": 1 }, { "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "Rank": 1, + "Id": 679, "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 679 + "Rank": 1 }, { "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "Rank": 2, + "Id": 680, "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 680 + "Rank": 2 }, { "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "Rank": 1, + "Id": 681, "CommandName": "Get-PnPPlannerTask", - "Id": 681 + "Rank": 1 }, { "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Rank": 2, + "Id": 682, "CommandName": "Get-PnPPlannerTask", - "Id": 682 + "Rank": 2 }, { "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Rank": 3, + "Id": 683, "CommandName": "Get-PnPPlannerTask", - "Id": 683 + "Rank": 3 }, { "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 684, "CommandName": "Get-PnPPlannerUserPolicy", - "Id": 684 + "Rank": 1 }, { "Command": "Get-PnPPowerApp", - "Rank": 1, + "Id": 685, "CommandName": "Get-PnPPowerApp", - "Id": 685 + "Rank": 1 }, { "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 2, + "Id": 686, "CommandName": "Get-PnPPowerApp", - "Id": 686 + "Rank": 2 }, { "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Rank": 1, + "Id": 687, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Id": 687 + "Rank": 1 }, { "Command": "Get-PnPPowerPlatformEnvironment", - "Rank": 1, + "Id": 688, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 688 + "Rank": 1 }, { "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "Rank": 2, + "Id": 689, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 689 + "Rank": 2 }, { "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "Rank": 3, + "Id": 690, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 690 + "Rank": 3 }, { "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Rank": 1, + "Id": 691, "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 691 + "Rank": 1 }, { "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", - "Rank": 2, + "Id": 692, "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 692 + "Rank": 2 }, { "Command": "Get-PnPPowerShellTelemetryEnabled", - "Rank": 1, + "Id": 693, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Id": 693 + "Rank": 1 }, { "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 1, + "Id": 694, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 694 + "Rank": 1 }, { "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", - "Rank": 2, + "Id": 695, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 695 + "Rank": 2 }, { "Command": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 1, + "Id": 696, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 696 + "Rank": 1 }, { "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", - "Rank": 2, + "Id": 697, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 697 + "Rank": 2 }, { "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", - "Rank": 3, + "Id": 698, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 698 + "Rank": 3 }, { "Command": "Get-PnPProfileCardProperty", - "Rank": 1, + "Id": 699, "CommandName": "Get-PnPProfileCardProperty", - "Id": 699 + "Rank": 1 }, { "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", - "Rank": 2, + "Id": 700, "CommandName": "Get-PnPProfileCardProperty", - "Id": 700 + "Rank": 2 }, { "Command": "Get-PnPPropertyBag", - "Rank": 1, + "Id": 701, "CommandName": "Get-PnPPropertyBag", - "Id": 701 + "Rank": 1 }, { "Command": "Get-PnPPropertyBag -Key MyKey", - "Rank": 2, + "Id": 702, "CommandName": "Get-PnPPropertyBag", - "Id": 702 + "Rank": 2 }, { "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "Rank": 3, + "Id": 703, "CommandName": "Get-PnPPropertyBag", - "Id": 703 + "Rank": 3 }, { "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "Rank": 4, + "Id": 704, "CommandName": "Get-PnPPropertyBag", - "Id": 704 + "Rank": 4 }, { "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "Rank": 5, + "Id": 705, "CommandName": "Get-PnPPropertyBag", - "Id": 705 + "Rank": 5 }, { "Command": "Get-PnPPublishingImageRendition", - "Rank": 1, + "Id": 706, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 706 + "Rank": 1 }, { "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "Rank": 2, + "Id": 707, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 707 + "Rank": 2 }, { "Command": "Get-PnPPublishingImageRendition -Identity 2", - "Rank": 3, + "Id": 708, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 708 + "Rank": 3 }, { "Command": "Get-PnPRecycleBinItem", - "Rank": 1, + "Id": 709, "CommandName": "Get-PnPRecycleBinItem", - "Id": 709 + "Rank": 1 }, { "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "Rank": 2, + "Id": 710, "CommandName": "Get-PnPRecycleBinItem", - "Id": 710 + "Rank": 2 }, { "Command": "Get-PnPRecycleBinItem -FirstStage", - "Rank": 3, + "Id": 711, "CommandName": "Get-PnPRecycleBinItem", - "Id": 711 + "Rank": 3 }, { "Command": "Get-PnPRecycleBinItem -SecondStage", - "Rank": 4, + "Id": 712, "CommandName": "Get-PnPRecycleBinItem", - "Id": 712 + "Rank": 4 }, { "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "Rank": 5, + "Id": 713, "CommandName": "Get-PnPRecycleBinItem", - "Id": 713 + "Rank": 5 }, { "Command": "Get-PnPRequestAccessEmails", - "Rank": 1, + "Id": 714, "CommandName": "Get-PnPRequestAccessEmails", - "Id": 714 + "Rank": 1 }, { "Command": "Get-PnPRetentionLabel", - "Rank": 1, + "Id": 715, "CommandName": "Get-PnPRetentionLabel", - "Id": 715 + "Rank": 1 }, { "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", - "Rank": 2, + "Id": 716, "CommandName": "Get-PnPRetentionLabel", - "Id": 716 + "Rank": 2 }, { "Command": "Get-PnPRoleDefinition", - "Rank": 1, + "Id": 717, "CommandName": "Get-PnPRoleDefinition", - "Id": 717 + "Rank": 1 }, { "Command": "Get-PnPRoleDefinition -Identity Read", - "Rank": 2, + "Id": 718, "CommandName": "Get-PnPRoleDefinition", - "Id": 718 + "Rank": 2 }, { "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "Rank": 3, + "Id": 719, "CommandName": "Get-PnPRoleDefinition", - "Id": 719 + "Rank": 3 }, { "Command": "Get-PnPSearchConfiguration", - "Rank": 1, + "Id": 720, "CommandName": "Get-PnPSearchConfiguration", - "Id": 720 + "Rank": 1 }, { "Command": "Get-PnPSearchConfiguration -Scope Site", - "Rank": 2, + "Id": 721, "CommandName": "Get-PnPSearchConfiguration", - "Id": 721 + "Rank": 2 }, { "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "Rank": 3, + "Id": 722, "CommandName": "Get-PnPSearchConfiguration", - "Id": 722 + "Rank": 3 }, { "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Rank": 4, + "Id": 723, "CommandName": "Get-PnPSearchConfiguration", - "Id": 723 + "Rank": 4 }, { "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "Rank": 5, + "Id": 724, "CommandName": "Get-PnPSearchConfiguration", - "Id": 724 + "Rank": 5 }, { "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "Rank": 6, + "Id": 725, "CommandName": "Get-PnPSearchConfiguration", - "Id": 725 + "Rank": 6 }, { "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "Rank": 7, + "Id": 726, "CommandName": "Get-PnPSearchConfiguration", - "Id": 726 + "Rank": 7 }, { "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "Rank": 8, + "Id": 727, "CommandName": "Get-PnPSearchConfiguration", - "Id": 727 + "Rank": 8 }, { "Command": "Get-PnPSearchCrawlLog", - "Rank": 1, + "Id": 728, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 728 + "Rank": 1 }, { "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "Rank": 2, + "Id": 729, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 729 + "Rank": 2 }, { "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "Rank": 3, + "Id": 730, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 730 + "Rank": 3 }, { "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "Rank": 4, + "Id": 731, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 731 + "Rank": 4 }, { "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "Rank": 5, + "Id": 732, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 732 + "Rank": 5 }, { "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "Rank": 6, + "Id": 733, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 733 + "Rank": 6 }, { "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "Rank": 7, + "Id": 734, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 734 + "Rank": 7 }, { "Command": "Get-PnPSearchExternalConnection", - "Rank": 1, + "Id": 735, "CommandName": "Get-PnPSearchExternalConnection", - "Id": 735 + "Rank": 1 }, { "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "Rank": 2, + "Id": 736, "CommandName": "Get-PnPSearchExternalConnection", - "Id": 736 + "Rank": 2 }, { "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "Rank": 1, + "Id": 737, "CommandName": "Get-PnPSearchExternalItem", - "Id": 737 + "Rank": 1 }, { "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", - "Rank": 2, + "Id": 738, "CommandName": "Get-PnPSearchExternalItem", - "Id": 738 + "Rank": 2 }, { "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", - "Rank": 1, + "Id": 739, "CommandName": "Get-PnPSearchExternalSchema", - "Id": 739 + "Rank": 1 }, { "Command": "Get-PnPSearchSettings", - "Rank": 1, + "Id": 740, "CommandName": "Get-PnPSearchSettings", - "Id": 740 + "Rank": 1 }, { "Command": "Get-PnPServiceCurrentHealth", - "Rank": 1, + "Id": 741, "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 741 + "Rank": 1 }, { "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "Rank": 2, + "Id": 742, "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 742 + "Rank": 2 }, { "Command": "Get-PnPServiceHealthIssue", - "Rank": 1, + "Id": 743, "CommandName": "Get-PnPServiceHealthIssue", - "Id": 743 + "Rank": 1 }, { "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "Rank": 2, + "Id": 744, "CommandName": "Get-PnPServiceHealthIssue", - "Id": 744 + "Rank": 2 }, { "Command": "Get-PnPSharePointAddIn", - "Rank": 1, + "Id": 745, "CommandName": "Get-PnPSharePointAddIn", - "Id": 745 + "Rank": 1 }, { "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "Rank": 2, + "Id": 746, "CommandName": "Get-PnPSharePointAddIn", - "Id": 746 + "Rank": 2 }, { "Command": "Get-PnPSharingForNonOwnersOfSite", - "Rank": 1, + "Id": 747, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Id": 747 + "Rank": 1 }, { "Command": "Get-PnPSite", - "Rank": 1, + "Id": 748, "CommandName": "Get-PnPSite", - "Id": 748 + "Rank": 1 }, { "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "Rank": 2, + "Id": 749, "CommandName": "Get-PnPSite", - "Id": 749 + "Rank": 2 }, { "Command": "Get-PnPSiteAnalyticsData -All", - "Rank": 1, + "Id": 750, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 750 + "Rank": 1 }, { "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", - "Rank": 2, + "Id": 751, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 751 + "Rank": 2 }, { "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Rank": 3, + "Id": 752, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 752 + "Rank": 3 }, { "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Rank": 4, + "Id": 753, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 753 + "Rank": 4 }, { "Command": "Get-PnPSiteClosure", - "Rank": 1, + "Id": 754, "CommandName": "Get-PnPSiteClosure", - "Id": 754 + "Rank": 1 }, { "Command": "Get-PnPSiteCollectionAdmin", - "Rank": 1, + "Id": 755, "CommandName": "Get-PnPSiteCollectionAdmin", - "Id": 755 + "Rank": 1 }, { "Command": "Get-PnPSiteCollectionAppCatalog", - "Rank": 1, + "Id": 756, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 756 + "Rank": 1 }, { "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "Rank": 2, + "Id": 757, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 757 + "Rank": 2 }, { "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "Rank": 3, + "Id": 758, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 758 + "Rank": 3 }, { "Command": "Get-PnPSiteCollectionTermStore", - "Rank": 1, + "Id": 759, "CommandName": "Get-PnPSiteCollectionTermStore", - "Id": 759 + "Rank": 1 }, { "Command": "Get-PnPSiteDesign", - "Rank": 1, + "Id": 760, "CommandName": "Get-PnPSiteDesign", - "Id": 760 + "Rank": 1 }, { "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 2, + "Id": 761, "CommandName": "Get-PnPSiteDesign", - "Id": 761 + "Rank": 2 }, { "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 1, + "Id": 762, "CommandName": "Get-PnPSiteDesignRights", - "Id": 762 + "Rank": 1 }, { "Command": "Get-PnPSiteDesignRun", - "Rank": 1, + "Id": 763, "CommandName": "Get-PnPSiteDesignRun", - "Id": 763 + "Rank": 1 }, { "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "Rank": 2, + "Id": 764, "CommandName": "Get-PnPSiteDesignRun", - "Id": 764 + "Rank": 2 }, { "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "Rank": 1, + "Id": 765, "CommandName": "Get-PnPSiteDesignTask", - "Id": 765 + "Rank": 1 }, { "Command": "Get-PnPSiteDesignTask", - "Rank": 2, + "Id": 766, "CommandName": "Get-PnPSiteDesignTask", - "Id": 766 + "Rank": 2 }, { "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Rank": 3, + "Id": 767, "CommandName": "Get-PnPSiteDesignTask", - "Id": 767 + "Rank": 3 }, { "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Rank": 1, + "Id": 768, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 768 + "Rank": 1 }, { "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Rank": 1, + "Id": 769, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Id": 769 + "Rank": 1 }, { "Command": "Get-PnPSiteGroup", - "Rank": 1, + "Id": 770, "CommandName": "Get-PnPSiteGroup", - "Id": 770 + "Rank": 1 }, { "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Rank": 2, + "Id": 771, "CommandName": "Get-PnPSiteGroup", - "Id": 771 + "Rank": 2 }, { "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "Rank": 3, + "Id": 772, "CommandName": "Get-PnPSiteGroup", - "Id": 772 + "Rank": 3 }, { "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Rank": 4, + "Id": 773, "CommandName": "Get-PnPSiteGroup", - "Id": 773 + "Rank": 4 }, { "Command": "Get-PnPSitePolicy", - "Rank": 1, + "Id": 774, "CommandName": "Get-PnPSitePolicy", - "Id": 774 + "Rank": 1 }, { "Command": "Get-PnPSitePolicy -AllAvailable", - "Rank": 2, + "Id": 775, "CommandName": "Get-PnPSitePolicy", - "Id": 775 + "Rank": 2 }, { "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "Rank": 3, + "Id": 776, "CommandName": "Get-PnPSitePolicy", - "Id": 776 + "Rank": 3 }, { "Command": "Get-PnPSiteScript", - "Rank": 1, + "Id": 777, "CommandName": "Get-PnPSiteScript", - "Id": 777 + "Rank": 1 }, { "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 2, + "Id": 778, "CommandName": "Get-PnPSiteScript", - "Id": 778 + "Rank": 2 }, { "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "Rank": 1, + "Id": 779, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 779 + "Rank": 1 }, { "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "Rank": 2, + "Id": 780, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 780 + "Rank": 2 }, { "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "Rank": 3, + "Id": 781, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 781 + "Rank": 3 }, { "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "Rank": 1, + "Id": 782, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 782 + "Rank": 1 }, { "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "Rank": 2, + "Id": 783, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 783 + "Rank": 2 }, { "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "Rank": 3, + "Id": 784, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 784 + "Rank": 3 }, { "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "Rank": 4, + "Id": 785, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 785 + "Rank": 4 }, { "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "Rank": 5, + "Id": 786, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 786 + "Rank": 5 }, { "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "Rank": 6, + "Id": 787, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 787 + "Rank": 6 }, { "Command": "Get-PnPSiteSearchQueryResults", - "Rank": 1, + "Id": 788, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 788 + "Rank": 1 }, { "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "Rank": 2, + "Id": 789, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 789 + "Rank": 2 }, { "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "Rank": 3, + "Id": 790, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 790 + "Rank": 3 }, { "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "Rank": 4, + "Id": 791, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 791 + "Rank": 4 }, { "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "Rank": 5, + "Id": 792, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 792 + "Rank": 5 }, { "Command": "Get-PnPSiteSearchQueryResults -All", - "Rank": 6, + "Id": 793, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 793 + "Rank": 6 }, { "Command": "Get-PnPSiteSensitivityLabel", - "Rank": 1, + "Id": 794, "CommandName": "Get-PnPSiteSensitivityLabel", - "Id": 794 + "Rank": 1 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp", - "Rank": 1, + "Id": 795, "CommandName": "Get-PnPSiteTemplate", - "Id": 795 + "Rank": 1 }, { "Command": "Get-PnPSiteTemplate -Out template.xml", - "Rank": 2, + "Id": 796, "CommandName": "Get-PnPSiteTemplate", - "Id": 796 + "Rank": 2 }, { "Command": "Get-PnPSiteTemplate -Out template.md", - "Rank": 3, + "Id": 797, "CommandName": "Get-PnPSiteTemplate", - "Id": 797 + "Rank": 3 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "Rank": 4, + "Id": 798, "CommandName": "Get-PnPSiteTemplate", - "Id": 798 + "Rank": 4 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "Rank": 5, + "Id": 799, "CommandName": "Get-PnPSiteTemplate", - "Id": 799 + "Rank": 5 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "Rank": 6, + "Id": 800, "CommandName": "Get-PnPSiteTemplate", - "Id": 800 + "Rank": 6 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "Rank": 7, + "Id": 801, "CommandName": "Get-PnPSiteTemplate", - "Id": 801 + "Rank": 7 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "Rank": 8, + "Id": 802, "CommandName": "Get-PnPSiteTemplate", - "Id": 802 + "Rank": 8 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "Rank": 9, + "Id": 803, "CommandName": "Get-PnPSiteTemplate", - "Id": 803 + "Rank": 9 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "Rank": 10, + "Id": 804, "CommandName": "Get-PnPSiteTemplate", - "Id": 804 + "Rank": 10 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "Rank": 11, + "Id": 805, "CommandName": "Get-PnPSiteTemplate", - "Id": 805 + "Rank": 11 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "Rank": 12, + "Id": 806, "CommandName": "Get-PnPSiteTemplate", - "Id": 806 + "Rank": 12 }, { "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", - "Rank": 13, + "Id": 807, "CommandName": "Get-PnPSiteTemplate", - "Id": 807 + "Rank": 13 }, { "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "Rank": 14, + "Id": 808, "CommandName": "Get-PnPSiteTemplate", - "Id": 808 + "Rank": 14 }, { "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "Rank": 1, + "Id": 809, "CommandName": "Get-PnPSiteUserInvitations", - "Id": 809 + "Rank": 1 }, { "Command": "Get-PnPSiteVersionPolicy", - "Rank": 1, + "Id": 810, "CommandName": "Get-PnPSiteVersionPolicy", - "Id": 810 + "Rank": 1 }, { "Command": "Get-PnPSiteVersionPolicyStatus", - "Rank": 1, + "Id": 811, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Id": 811 + "Rank": 1 }, { "Command": "Get-PnPStorageEntity", - "Rank": 1, + "Id": 812, "CommandName": "Get-PnPStorageEntity", - "Id": 812 + "Rank": 1 }, { "Command": "Get-PnPStorageEntity -Key MyKey", - "Rank": 2, + "Id": 813, "CommandName": "Get-PnPStorageEntity", - "Id": 813 + "Rank": 2 }, { "Command": "Get-PnPStorageEntity -Scope Site", - "Rank": 3, + "Id": 814, "CommandName": "Get-PnPStorageEntity", - "Id": 814 + "Rank": 3 }, { "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "Rank": 4, + "Id": 815, "CommandName": "Get-PnPStorageEntity", - "Id": 815 + "Rank": 4 }, { "Command": "Get-PnPStoredCredential -Name O365", - "Rank": 1, + "Id": 816, "CommandName": "Get-PnPStoredCredential", - "Id": 816 + "Rank": 1 }, { "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Rank": 1, + "Id": 817, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Id": 817 + "Rank": 1 }, { "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Rank": 1, + "Id": 818, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Id": 818 + "Rank": 1 }, { "Command": "Get-PnPSubWeb", - "Rank": 1, + "Id": 819, "CommandName": "Get-PnPSubWeb", - "Id": 819 + "Rank": 1 }, { "Command": "Get-PnPSubWeb -Recurse", - "Rank": 2, + "Id": 820, "CommandName": "Get-PnPSubWeb", - "Id": 820 + "Rank": 2 }, { "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "Rank": 3, + "Id": 821, "CommandName": "Get-PnPSubWeb", - "Id": 821 + "Rank": 3 }, { "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "Rank": 4, + "Id": 822, "CommandName": "Get-PnPSubWeb", - "Id": 822 + "Rank": 4 }, { "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "Rank": 5, + "Id": 823, "CommandName": "Get-PnPSubWeb", - "Id": 823 + "Rank": 5 }, { "Command": "Get-PnPSyntexModel", - "Rank": 1, + "Id": 824, "CommandName": "Get-PnPSyntexModel", - "Id": 824 + "Rank": 1 }, { "Command": "Get-PnPSyntexModel -Identity 1", - "Rank": 2, + "Id": 825, "CommandName": "Get-PnPSyntexModel", - "Id": 825 + "Rank": 2 }, { "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "Rank": 3, + "Id": 826, "CommandName": "Get-PnPSyntexModel", - "Id": 826 + "Rank": 3 }, { "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "Rank": 1, + "Id": 827, "CommandName": "Get-PnPSyntexModelPublication", - "Id": 827 + "Rank": 1 }, { "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "Rank": 1, + "Id": 828, "CommandName": "Get-PnPTaxonomyItem", - "Id": 828 + "Rank": 1 }, { "Command": "Get-PnPTeamsApp", - "Rank": 1, + "Id": 829, "CommandName": "Get-PnPTeamsApp", - "Id": 829 + "Rank": 1 }, { "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "Rank": 2, + "Id": 830, "CommandName": "Get-PnPTeamsApp", - "Id": 830 + "Rank": 2 }, { "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "Rank": 3, + "Id": 831, "CommandName": "Get-PnPTeamsApp", - "Id": 831 + "Rank": 3 }, { "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "Rank": 1, + "Id": 832, "CommandName": "Get-PnPTeamsChannel", - "Id": 832 + "Rank": 1 }, { "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "Rank": 2, + "Id": 833, "CommandName": "Get-PnPTeamsChannel", - "Id": 833 + "Rank": 2 }, { "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Rank": 3, + "Id": 834, "CommandName": "Get-PnPTeamsChannel", - "Id": 834 + "Rank": 3 }, { "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", - "Rank": 4, + "Id": 835, "CommandName": "Get-PnPTeamsChannel", - "Id": 835 + "Rank": 4 }, { "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "Rank": 1, + "Id": 836, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 836 + "Rank": 1 }, { "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Rank": 2, + "Id": 837, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 837 + "Rank": 2 }, { "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "Rank": 1, + "Id": 838, "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 838 + "Rank": 1 }, { "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "Rank": 2, + "Id": 839, "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 839 + "Rank": 2 }, { "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "Rank": 1, + "Id": 840, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 840 + "Rank": 1 }, { "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "Rank": 2, + "Id": 841, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 841 + "Rank": 2 }, { "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "Rank": 1, + "Id": 842, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 842 + "Rank": 1 }, { "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "Rank": 2, + "Id": 843, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 843 + "Rank": 2 }, { "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "Rank": 3, + "Id": 844, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 844 + "Rank": 3 }, { "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Rank": 4, + "Id": 845, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 845 + "Rank": 4 }, { "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "Rank": 1, + "Id": 846, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 846 + "Rank": 1 }, { "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "Rank": 2, + "Id": 847, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 847 + "Rank": 2 }, { "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "Rank": 1, + "Id": 848, "CommandName": "Get-PnPTeamsTab", - "Id": 848 + "Rank": 1 }, { "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "Rank": 2, + "Id": 849, "CommandName": "Get-PnPTeamsTab", - "Id": 849 + "Rank": 2 }, { "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", - "Rank": 3, + "Id": 850, "CommandName": "Get-PnPTeamsTab", - "Id": 850 + "Rank": 3 }, { "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "Rank": 4, + "Id": 851, "CommandName": "Get-PnPTeamsTab", - "Id": 851 + "Rank": 4 }, { "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "Rank": 5, + "Id": 852, "CommandName": "Get-PnPTeamsTab", - "Id": 852 + "Rank": 5 }, { "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "Rank": 1, + "Id": 853, "CommandName": "Get-PnPTeamsTag", - "Id": 853 + "Rank": 1 }, { "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "Rank": 2, + "Id": 854, "CommandName": "Get-PnPTeamsTag", - "Id": 854 + "Rank": 2 }, { "Command": "Get-PnPTeamsTeam", - "Rank": 1, + "Id": 855, "CommandName": "Get-PnPTeamsTeam", - "Id": 855 + "Rank": 1 }, { "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "Rank": 2, + "Id": 856, "CommandName": "Get-PnPTeamsTeam", - "Id": 856 + "Rank": 2 }, { "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "Rank": 3, + "Id": 857, "CommandName": "Get-PnPTeamsTeam", - "Id": 857 + "Rank": 3 }, { "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "Rank": 4, + "Id": 858, "CommandName": "Get-PnPTeamsTeam", - "Id": 858 + "Rank": 4 }, { "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "Rank": 5, + "Id": 859, "CommandName": "Get-PnPTeamsTeam", - "Id": 859 + "Rank": 5 }, { "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", - "Rank": 6, + "Id": 860, "CommandName": "Get-PnPTeamsTeam", - "Id": 860 + "Rank": 6 }, { "Command": "Get-PnPTeamsUser -Team MyTeam", - "Rank": 1, + "Id": 861, "CommandName": "Get-PnPTeamsUser", - "Id": 861 + "Rank": 1 }, { "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "Rank": 2, + "Id": 862, "CommandName": "Get-PnPTeamsUser", - "Id": 862 + "Rank": 2 }, { "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "Rank": 3, + "Id": 863, "CommandName": "Get-PnPTeamsUser", - "Id": 863 + "Rank": 3 }, { "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "Rank": 4, + "Id": 864, "CommandName": "Get-PnPTeamsUser", - "Id": 864 + "Rank": 4 }, { "Command": "Get-PnPTemporarilyDisableAppBar", - "Rank": 1, + "Id": 865, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Id": 865 + "Rank": 1 }, { "Command": "Get-PnPTenant", - "Rank": 1, + "Id": 866, "CommandName": "Get-PnPTenant", - "Id": 866 + "Rank": 1 }, { "Command": "Get-PnPTenantAppCatalogUrl", - "Rank": 1, + "Id": 867, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Id": 867 + "Rank": 1 }, { "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "Rank": 1, + "Id": 868, "CommandName": "Get-PnPTenantCdnEnabled", - "Id": 868 + "Rank": 1 }, { "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "Rank": 1, + "Id": 869, "CommandName": "Get-PnPTenantCdnOrigin", - "Id": 869 + "Rank": 1 }, { "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "Rank": 1, + "Id": 870, "CommandName": "Get-PnPTenantCdnPolicies", - "Id": 870 + "Rank": 1 }, { "Command": "Get-PnPTenantDeletedSite", - "Rank": 1, + "Id": 871, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 871 + "Rank": 1 }, { "Command": "Get-PnPTenantDeletedSite -Detailed", - "Rank": 2, + "Id": 872, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 872 + "Rank": 2 }, { "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Rank": 3, + "Id": 873, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 873 + "Rank": 3 }, { "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "Rank": 4, + "Id": 874, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 874 + "Rank": 4 }, { "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "Rank": 5, + "Id": 875, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 875 + "Rank": 5 }, { "Command": "Get-PnPTenantId", - "Rank": 1, + "Id": 876, "CommandName": "Get-PnPTenantId", - "Id": 876 + "Rank": 1 }, { "Command": "Get-PnPTenantId contoso", - "Rank": 2, + "Id": 877, "CommandName": "Get-PnPTenantId", - "Id": 877 + "Rank": 2 }, { "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "Rank": 3, + "Id": 878, "CommandName": "Get-PnPTenantId", - "Id": 878 + "Rank": 3 }, { "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "Rank": 4, + "Id": 879, "CommandName": "Get-PnPTenantId", - "Id": 879 + "Rank": 4 }, { "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", - "Rank": 1, + "Id": 880, "CommandName": "Get-PnPTenantInfo", - "Id": 880 + "Rank": 1 }, { "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", - "Rank": 2, + "Id": 881, "CommandName": "Get-PnPTenantInfo", - "Id": 881 + "Rank": 2 }, { "Command": "Get-PnPTenantInfo", - "Rank": 3, + "Id": 882, "CommandName": "Get-PnPTenantInfo", - "Id": 882 + "Rank": 3 }, { "Command": "Get-PnPTenantInfo -CurrentTenant", - "Rank": 4, + "Id": 883, "CommandName": "Get-PnPTenantInfo", - "Id": 883 + "Rank": 4 }, { "Command": "Get-PnPTenantInstance", - "Rank": 1, + "Id": 884, "CommandName": "Get-PnPTenantInstance", - "Id": 884 + "Rank": 1 }, { "Command": "Get-PnPTenantInternalSetting", - "Rank": 1, + "Id": 885, "CommandName": "Get-PnPTenantInternalSetting", - "Id": 885 + "Rank": 1 }, { "Command": "Get-PnPTenantPronounsSetting", - "Rank": 1, + "Id": 886, "CommandName": "Get-PnPTenantPronounsSetting", - "Id": 886 + "Rank": 1 }, { "Command": "Get-PnPTenantRecycleBinItem", - "Rank": 1, + "Id": 887, "CommandName": "Get-PnPTenantRecycleBinItem", - "Id": 887 + "Rank": 1 }, { "Command": "Get-PnPTenantRestrictedSearchAllowedList", - "Rank": 1, + "Id": 888, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Id": 888 + "Rank": 1 }, { "Command": "Get-PnPTenantRestrictedSearchMode", - "Rank": 1, + "Id": 889, "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Id": 889 + "Rank": 1 }, { "Command": "Get-PnPTenantRetentionLabel", - "Rank": 1, + "Id": 890, "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 890 + "Rank": 1 }, { "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", - "Rank": 2, + "Id": 891, "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 891 + "Rank": 2 }, { "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "Rank": 1, + "Id": 892, "CommandName": "Get-PnPTenantSequence", - "Id": 892 + "Rank": 1 }, { "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "Rank": 2, + "Id": 893, "CommandName": "Get-PnPTenantSequence", - "Id": 893 + "Rank": 2 }, { "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "Rank": 1, + "Id": 894, "CommandName": "Get-PnPTenantSequenceSite", - "Id": 894 + "Rank": 1 }, { "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "Rank": 2, + "Id": 895, "CommandName": "Get-PnPTenantSequenceSite", - "Id": 895 + "Rank": 2 }, { "Command": "Get-PnPTenantSite", - "Rank": 1, + "Id": 896, "CommandName": "Get-PnPTenantSite", - "Id": 896 + "Rank": 1 }, { "Command": "Get-PnPTenantSite -Detailed", - "Rank": 2, + "Id": 897, "CommandName": "Get-PnPTenantSite", - "Id": 897 + "Rank": 2 }, { "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "Rank": 3, + "Id": 898, "CommandName": "Get-PnPTenantSite", - "Id": 898 + "Rank": 3 }, { "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "Rank": 4, + "Id": 899, "CommandName": "Get-PnPTenantSite", - "Id": 899 + "Rank": 4 }, { "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "Rank": 5, + "Id": 900, "CommandName": "Get-PnPTenantSite", - "Id": 900 + "Rank": 5 }, { "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "Rank": 6, + "Id": 901, "CommandName": "Get-PnPTenantSite", - "Id": 901 + "Rank": 6 }, { "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "Rank": 7, + "Id": 902, "CommandName": "Get-PnPTenantSite", - "Id": 902 + "Rank": 7 }, { "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "Rank": 8, + "Id": 903, "CommandName": "Get-PnPTenantSite", - "Id": 903 + "Rank": 8 }, { "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "Rank": 9, + "Id": 904, "CommandName": "Get-PnPTenantSite", - "Id": 904 + "Rank": 9 }, { "Command": "Get-PnPTenantSyncClientRestriction", - "Rank": 1, + "Id": 905, "CommandName": "Get-PnPTenantSyncClientRestriction", - "Id": 905 + "Rank": 1 }, { "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "Rank": 1, + "Id": 906, "CommandName": "Get-PnPTenantTemplate", - "Id": 906 + "Rank": 1 }, { "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "Rank": 2, + "Id": 907, "CommandName": "Get-PnPTenantTemplate", - "Id": 907 + "Rank": 2 }, { "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "Rank": 3, + "Id": 908, "CommandName": "Get-PnPTenantTemplate", - "Id": 908 + "Rank": 3 }, { "Command": "Get-PnPTenantTheme", - "Rank": 1, + "Id": 909, "CommandName": "Get-PnPTenantTheme", - "Id": 909 + "Rank": 1 }, { "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "Rank": 2, + "Id": 910, "CommandName": "Get-PnPTenantTheme", - "Id": 910 + "Rank": 2 }, { "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "Rank": 3, + "Id": 911, "CommandName": "Get-PnPTenantTheme", - "Id": 911 + "Rank": 3 }, { "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Rank": 1, + "Id": 912, "CommandName": "Get-PnPTerm", - "Id": 912 + "Rank": 1 }, { "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Rank": 2, + "Id": 913, "CommandName": "Get-PnPTerm", - "Id": 913 + "Rank": 2 }, { "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Rank": 3, + "Id": 914, "CommandName": "Get-PnPTerm", - "Id": 914 + "Rank": 3 }, { "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "Rank": 4, + "Id": 915, "CommandName": "Get-PnPTerm", - "Id": 915 + "Rank": 4 }, { "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "Rank": 5, + "Id": 916, "CommandName": "Get-PnPTerm", - "Id": 916 + "Rank": 5 }, { "Command": "Get-PnPTermGroup", - "Rank": 1, + "Id": 917, "CommandName": "Get-PnPTermGroup", - "Id": 917 + "Rank": 1 }, { "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "Rank": 2, + "Id": 918, "CommandName": "Get-PnPTermGroup", - "Id": 918 + "Rank": 2 }, { "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "Rank": 3, + "Id": 919, "CommandName": "Get-PnPTermGroup", - "Id": 919 + "Rank": 3 }, { "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "Rank": 1, + "Id": 920, "CommandName": "Get-PnPTermLabel", - "Id": 920 + "Rank": 1 }, { "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "Rank": 2, + "Id": 921, "CommandName": "Get-PnPTermLabel", - "Id": 921 + "Rank": 2 }, { "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Rank": 3, + "Id": 922, "CommandName": "Get-PnPTermLabel", - "Id": 922 + "Rank": 3 }, { "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "Rank": 1, + "Id": 923, "CommandName": "Get-PnPTermSet", - "Id": 923 + "Rank": 1 }, { "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "Rank": 2, + "Id": 924, "CommandName": "Get-PnPTermSet", - "Id": 924 + "Rank": 2 }, { "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "Rank": 3, + "Id": 925, "CommandName": "Get-PnPTermSet", - "Id": 925 + "Rank": 3 }, { "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", - "Rank": 4, + "Id": 926, "CommandName": "Get-PnPTermSet", - "Id": 926 + "Rank": 4 }, { "Command": "Get-PnPTheme", - "Rank": 1, + "Id": 927, "CommandName": "Get-PnPTheme", - "Id": 927 + "Rank": 1 }, { "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "Rank": 2, + "Id": 928, "CommandName": "Get-PnPTheme", - "Id": 928 + "Rank": 2 }, { "Command": "Get-PnPTimeZoneId", - "Rank": 1, + "Id": 929, "CommandName": "Get-PnPTimeZoneId", - "Id": 929 + "Rank": 1 }, { "Command": "Get-PnPTimeZoneId -Match Stockholm", - "Rank": 2, + "Id": 930, "CommandName": "Get-PnPTimeZoneId", - "Id": 930 + "Rank": 2 }, { "Command": "Get-PnPTodoList", - "Rank": 1, + "Id": 931, "CommandName": "Get-PnPTodoList", - "Id": 931 + "Rank": 1 }, { "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Rank": 2, + "Id": 932, "CommandName": "Get-PnPTodoList", - "Id": 932 + "Rank": 2 }, { "Command": "Get-PnPTodoList -User john@doe.com", - "Rank": 3, + "Id": 933, "CommandName": "Get-PnPTodoList", - "Id": 933 + "Rank": 3 }, { "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Rank": 4, + "Id": 934, "CommandName": "Get-PnPTodoList", - "Id": 934 + "Rank": 4 }, { "Command": "Get-PnPTraceLog", - "Rank": 1, + "Id": 935, "CommandName": "Get-PnPTraceLog", - "Id": 935 + "Rank": 1 }, { "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", - "Rank": 2, + "Id": 936, "CommandName": "Get-PnPTraceLog", - "Id": 936 + "Rank": 2 }, { "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", - "Rank": 3, + "Id": 937, "CommandName": "Get-PnPTraceLog", - "Id": 937 + "Rank": 3 }, { "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", - "Rank": 4, + "Id": 938, "CommandName": "Get-PnPTraceLog", - "Id": 938 + "Rank": 4 }, { "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", - "Rank": 5, + "Id": 939, "CommandName": "Get-PnPTraceLog", - "Id": 939 + "Rank": 5 }, { "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", - "Rank": 6, + "Id": 940, "CommandName": "Get-PnPTraceLog", - "Id": 940 + "Rank": 6 }, { "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", - "Rank": 1, + "Id": 941, "CommandName": "Get-PnPUnfurlLink", - "Id": 941 + "Rank": 1 }, { "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", - "Rank": 1, + "Id": 942, "CommandName": "Get-PnPUnifiedAuditLog", - "Id": 942 + "Rank": 1 }, { "Command": "Get-PnPUPABulkImportStatus", - "Rank": 1, + "Id": 943, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 943 + "Rank": 1 }, { "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "Rank": 2, + "Id": 944, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 944 + "Rank": 2 }, { "Command": "Get-PnPUPABulkImportStatus -JobId ", - "Rank": 3, + "Id": 945, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 945 + "Rank": 3 }, { "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "Rank": 4, + "Id": 946, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 946 + "Rank": 4 }, { "Command": "Get-PnPUser", - "Rank": 1, + "Id": 947, "CommandName": "Get-PnPUser", - "Id": 947 + "Rank": 1 }, { "Command": "Get-PnPUser -Identity 23", - "Rank": 2, + "Id": 948, "CommandName": "Get-PnPUser", - "Id": 948 + "Rank": 2 }, { "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "Rank": 3, + "Id": 949, "CommandName": "Get-PnPUser", - "Id": 949 + "Rank": 3 }, { "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "Rank": 4, + "Id": 950, "CommandName": "Get-PnPUser", - "Id": 950 + "Rank": 4 }, { "Command": "Get-PnPUser -WithRightsAssigned", - "Rank": 5, + "Id": 951, "CommandName": "Get-PnPUser", - "Id": 951 + "Rank": 5 }, { "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "Rank": 6, + "Id": 952, "CommandName": "Get-PnPUser", - "Id": 952 + "Rank": 6 }, { "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "Rank": 7, + "Id": 953, "CommandName": "Get-PnPUser", - "Id": 953 + "Rank": 7 }, { "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "Rank": 1, + "Id": 954, "CommandName": "Get-PnPUserOneDriveQuota", - "Id": 954 + "Rank": 1 }, { "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 955, "CommandName": "Get-PnPUserProfilePhoto", - "Id": 955 + "Rank": 1 }, { "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", - "Rank": 2, + "Id": 956, "CommandName": "Get-PnPUserProfilePhoto", - "Id": 956 + "Rank": 2 }, { "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "Rank": 1, + "Id": 957, "CommandName": "Get-PnPUserProfileProperty", - "Id": 957 + "Rank": 1 }, { "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "Rank": 2, + "Id": 958, "CommandName": "Get-PnPUserProfileProperty", - "Id": 958 + "Rank": 2 }, { "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "Rank": 3, + "Id": 959, "CommandName": "Get-PnPUserProfileProperty", - "Id": 959 + "Rank": 3 }, { "Command": "Get-PnPView -List \"Demo List\"", - "Rank": 1, + "Id": 960, "CommandName": "Get-PnPView", - "Id": 960 + "Rank": 1 }, { "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "Rank": 2, + "Id": 961, "CommandName": "Get-PnPView", - "Id": 961 + "Rank": 2 }, { "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "Rank": 3, + "Id": 962, "CommandName": "Get-PnPView", - "Id": 962 + "Rank": 3 }, { "Command": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 1, + "Id": 963, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 963 + "Rank": 1 }, { "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "Rank": 2, + "Id": 964, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 964 + "Rank": 2 }, { "Command": "Get-PnPVivaEngageCommunity", - "Rank": 1, + "Id": 965, "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 965 + "Rank": 1 }, { "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "Rank": 2, + "Id": 966, "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 966 + "Rank": 2 }, { "Command": "Get-PnPWeb", - "Rank": 1, + "Id": 967, "CommandName": "Get-PnPWeb", - "Id": 967 + "Rank": 1 }, { "Command": "Get-PnPWebHeader", - "Rank": 1, + "Id": 968, "CommandName": "Get-PnPWebHeader", - "Id": 968 + "Rank": 1 }, { "Command": "Get-PnPWebhookSubscription -List MyList", - "Rank": 1, + "Id": 969, "CommandName": "Get-PnPWebhookSubscription", - "Id": 969 + "Rank": 1 }, { "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "Rank": 1, + "Id": 970, "CommandName": "Get-PnPWebPart", - "Id": 970 + "Rank": 1 }, { "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Rank": 2, + "Id": 971, "CommandName": "Get-PnPWebPart", - "Id": 971 + "Rank": 2 }, { "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", - "Rank": 1, + "Id": 972, "CommandName": "Get-PnPWebPartProperty", - "Id": 972 + "Rank": 1 }, { "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", - "Rank": 2, + "Id": 973, "CommandName": "Get-PnPWebPartProperty", - "Id": 973 + "Rank": 2 }, { "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Rank": 1, + "Id": 974, "CommandName": "Get-PnPWebPartXml", - "Id": 974 + "Rank": 1 }, { "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", - "Rank": 1, + "Id": 975, "CommandName": "Get-PnPWebPermission", - "Id": 975 + "Rank": 1 }, { "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Rank": 2, + "Id": 976, "CommandName": "Get-PnPWebPermission", - "Id": 976 + "Rank": 2 }, { "Command": "Get-PnPWebTemplates", - "Rank": 1, + "Id": 977, "CommandName": "Get-PnPWebTemplates", - "Id": 977 + "Rank": 1 }, { "Command": "Get-PnPWebTemplates -LCID 1033", - "Rank": 2, + "Id": 978, "CommandName": "Get-PnPWebTemplates", - "Id": 978 + "Rank": 2 }, { "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "Rank": 3, + "Id": 979, "CommandName": "Get-PnPWebTemplates", - "Id": 979 + "Rank": 3 }, { "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "Rank": 1, + "Id": 980, "CommandName": "Get-PnPWikiPageContent", - "Id": 980 + "Rank": 1 }, { "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "Rank": 1, + "Id": 981, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 981 + "Rank": 1 }, { "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", - "Rank": 2, + "Id": 982, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 982 + "Rank": 2 }, { "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Rank": 1, + "Id": 983, "CommandName": "Grant-PnPHubSiteRights", - "Id": 983 + "Rank": 1 }, { "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Rank": 1, + "Id": 984, "CommandName": "Grant-PnPSiteDesignRights", - "Id": 984 + "Rank": 1 }, { "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "Rank": 1, + "Id": 985, "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Id": 985 + "Rank": 1 }, { "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "Rank": 1, + "Id": 986, "CommandName": "Import-PnPTaxonomy", - "Id": 986 + "Rank": 1 }, { "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", - "Rank": 2, + "Id": 987, "CommandName": "Import-PnPTaxonomy", - "Id": 987 + "Rank": 2 }, { "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "Rank": 3, + "Id": 988, "CommandName": "Import-PnPTaxonomy", - "Id": 988 + "Rank": 3 }, { "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "Rank": 4, + "Id": 989, "CommandName": "Import-PnPTaxonomy", - "Id": 989 + "Rank": 4 }, { "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "Rank": 1, + "Id": 990, "CommandName": "Import-PnPTermGroupFromXml", - "Id": 990 + "Rank": 1 }, { "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "Rank": 2, + "Id": 991, "CommandName": "Import-PnPTermGroupFromXml", - "Id": 991 + "Rank": 2 }, { "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "Rank": 1, + "Id": 992, "CommandName": "Import-PnPTermSet", - "Id": 992 + "Rank": 1 }, { "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", - "Rank": 2, + "Id": 993, "CommandName": "Import-PnPTermSet", - "Id": 993 + "Rank": 2 }, { "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "Rank": 3, + "Id": 994, "CommandName": "Import-PnPTermSet", - "Id": 994 + "Rank": 3 }, { "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 995, "CommandName": "Install-PnPApp", - "Id": 995 + "Rank": 1 }, { "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Rank": 2, + "Id": 996, "CommandName": "Install-PnPApp", - "Id": 996 + "Rank": 2 }, { "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", - "Rank": 1, + "Id": 997, "CommandName": "Invoke-PnPGraphMethod", - "Id": 997 + "Rank": 1 }, { "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "Rank": 2, + "Id": 998, "CommandName": "Invoke-PnPGraphMethod", - "Id": 998 + "Rank": 2 }, { "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "Rank": 3, + "Id": 999, "CommandName": "Invoke-PnPGraphMethod", - "Id": 999 + "Rank": 3 }, { "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", - "Rank": 4, + "Id": 1000, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1000 + "Rank": 4 }, { "Command": "Invoke-PnPGraphMethod -Url \"users\"", - "Rank": 5, + "Id": 1001, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1001 + "Rank": 5 }, { "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", - "Rank": 6, + "Id": 1002, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1002 + "Rank": 6 }, { "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", - "Rank": 7, + "Id": 1003, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1003 + "Rank": 7 }, { "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 1, + "Id": 1004, "CommandName": "Invoke-PnPListDesign", - "Id": 1004 + "Rank": 1 }, { "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Rank": 2, + "Id": 1005, "CommandName": "Invoke-PnPListDesign", - "Id": 1005 + "Rank": 2 }, { "Command": "Invoke-PnPQuery -RetryCount 5", - "Rank": 1, + "Id": 1006, "CommandName": "Invoke-PnPQuery", - "Id": 1006 + "Rank": 1 }, { "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 1, + "Id": 1007, "CommandName": "Invoke-PnPSiteDesign", - "Id": 1007 + "Rank": 1 }, { "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Rank": 2, + "Id": 1008, "CommandName": "Invoke-PnPSiteDesign", - "Id": 1008 + "Rank": 2 }, { "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", - "Rank": 1, + "Id": 1009, "CommandName": "Invoke-PnPSiteScript", - "Id": 1009 + "Rank": 1 }, { "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "Rank": 1, + "Id": 1010, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1010 + "Rank": 1 }, { "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "Rank": 2, + "Id": 1011, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1011 + "Rank": 2 }, { "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "Rank": 3, + "Id": 1012, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1012 + "Rank": 3 }, { "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", - "Rank": 1, + "Id": 1013, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1013 + "Rank": 1 }, { "Command": "Invoke-PnPSiteTemplate -Path template.xml", - "Rank": 2, + "Id": 1014, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1014 + "Rank": 2 }, { "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "Rank": 3, + "Id": 1015, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1015 + "Rank": 3 }, { "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Rank": 4, + "Id": 1016, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1016 + "Rank": 4 }, { "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "Rank": 5, + "Id": 1017, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1017 + "Rank": 5 }, { "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "Rank": 6, + "Id": 1018, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1018 + "Rank": 6 }, { "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "Rank": 7, + "Id": 1019, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1019 + "Rank": 7 }, { "Command": "Invoke-PnPSiteTemplate -InputInstance $template", - "Rank": 8, + "Id": 1020, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1020 + "Rank": 8 }, { "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "Rank": 9, + "Id": 1021, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1021 + "Rank": 9 }, { "Command": "Invoke-PnPSPRestMethod -Url /_api/web", - "Rank": 1, + "Id": 1022, "CommandName": "Invoke-PnPSPRestMethod", - "Id": 1022 + "Rank": 1 }, { "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "Rank": 1, + "Id": 1023, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1023 + "Rank": 1 }, { "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "Rank": 2, + "Id": 1024, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1024 + "Rank": 2 }, { "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Rank": 3, + "Id": 1025, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1025 + "Rank": 3 }, { "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "Rank": 1, + "Id": 1026, "CommandName": "Invoke-PnPWebAction", - "Id": 1026 + "Rank": 1 }, { "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "Rank": 2, + "Id": 1027, "CommandName": "Invoke-PnPWebAction", - "Id": 1027 + "Rank": 2 }, { "Command": "Measure-PnPList \"Documents\"", - "Rank": 1, + "Id": 1028, "CommandName": "Measure-PnPList", - "Id": 1028 + "Rank": 1 }, { "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "Rank": 2, + "Id": 1029, "CommandName": "Measure-PnPList", - "Id": 1029 + "Rank": 2 }, { "Command": "Measure-PnPWeb", - "Rank": 1, + "Id": 1030, "CommandName": "Measure-PnPWeb", - "Id": 1030 + "Rank": 1 }, { "Command": "Measure-PnPWeb $web -Recursive", - "Rank": 2, + "Id": 1031, "CommandName": "Measure-PnPWeb", - "Id": 1031 + "Rank": 2 }, { "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", - "Rank": 1, + "Id": 1032, "CommandName": "Merge-PnPTerm", - "Id": 1032 + "Rank": 1 }, { "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "Rank": 1, + "Id": 1033, "CommandName": "Move-PnPFile", - "Id": 1033 + "Rank": 1 }, { "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "Rank": 2, + "Id": 1034, "CommandName": "Move-PnPFile", - "Id": 1034 + "Rank": 2 }, { "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Rank": 3, + "Id": 1035, "CommandName": "Move-PnPFile", - "Id": 1035 + "Rank": 3 }, { "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Rank": 4, + "Id": 1036, "CommandName": "Move-PnPFile", - "Id": 1036 + "Rank": 4 }, { "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "Rank": 1, + "Id": 1037, "CommandName": "Move-PnPFolder", - "Id": 1037 + "Rank": 1 }, { "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "Rank": 2, + "Id": 1038, "CommandName": "Move-PnPFolder", - "Id": 1038 + "Rank": 2 }, { "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "Rank": 1, + "Id": 1039, "CommandName": "Move-PnPListItemToRecycleBin", - "Id": 1039 + "Rank": 1 }, { "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "Rank": 1, + "Id": 1040, "CommandName": "Move-PnPPage", - "Id": 1040 + "Rank": 1 }, { "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "Rank": 1, + "Id": 1041, "CommandName": "Move-PnPPageComponent", - "Id": 1041 + "Rank": 1 }, { "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "Rank": 2, + "Id": 1042, "CommandName": "Move-PnPPageComponent", - "Id": 1042 + "Rank": 2 }, { "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "Rank": 3, + "Id": 1043, "CommandName": "Move-PnPPageComponent", - "Id": 1043 + "Rank": 3 }, { "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", - "Rank": 4, + "Id": 1044, "CommandName": "Move-PnPPageComponent", - "Id": 1044 + "Rank": 4 }, { "Command": "Move-PnPRecycleBinItem", - "Rank": 1, + "Id": 1045, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1045 + "Rank": 1 }, { "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "Rank": 2, + "Id": 1046, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1046 + "Rank": 2 }, { "Command": "Move-PnPRecycleBinItem -Force", - "Rank": 3, + "Id": 1047, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1047 + "Rank": 3 }, { "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", - "Rank": 1, + "Id": 1048, "CommandName": "Move-PnPTerm", - "Id": 1048 + "Rank": 1 }, { "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", - "Rank": 2, + "Id": 1049, "CommandName": "Move-PnPTerm", - "Id": 1049 + "Rank": 2 }, { "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", - "Rank": 3, + "Id": 1050, "CommandName": "Move-PnPTerm", - "Id": 1050 + "Rank": 3 }, { "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", - "Rank": 1, + "Id": 1051, "CommandName": "Move-PnPTermSet", - "Id": 1051 + "Rank": 1 }, { "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", - "Rank": 2, + "Id": 1052, "CommandName": "Move-PnPTermSet", - "Id": 1052 + "Rank": 2 }, { "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "Rank": 1, + "Id": 1053, "CommandName": "New-PnPAzureADGroup", - "Id": 1053 + "Rank": 1 }, { "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "Rank": 2, + "Id": 1054, "CommandName": "New-PnPAzureADGroup", - "Id": 1054 + "Rank": 2 }, { "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "Rank": 3, + "Id": 1055, "CommandName": "New-PnPAzureADGroup", - "Id": 1055 + "Rank": 3 }, { "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "Rank": 1, + "Id": 1056, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1056 + "Rank": 1 }, { "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "Rank": 2, + "Id": 1057, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1057 + "Rank": 2 }, { "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", - "Rank": 3, + "Id": 1058, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1058 + "Rank": 3 }, { "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", - "Rank": 1, + "Id": 1059, "CommandName": "New-PnPAzureCertificate", - "Id": 1059 + "Rank": 1 }, { "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "Rank": 2, + "Id": 1060, "CommandName": "New-PnPAzureCertificate", - "Id": 1060 + "Rank": 2 }, { "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", - "Rank": 3, + "Id": 1061, "CommandName": "New-PnPAzureCertificate", - "Id": 1061 + "Rank": 3 }, { "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", - "Rank": 4, + "Id": 1062, "CommandName": "New-PnPAzureCertificate", - "Id": 1062 + "Rank": 4 }, { "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", - "Rank": 1, + "Id": 1063, "CommandName": "New-PnPContainerType", - "Id": 1063 + "Rank": 1 }, { "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", - "Rank": 1, + "Id": 1064, "CommandName": "New-PnPGraphSubscription", - "Id": 1064 + "Rank": 1 }, { "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "Rank": 2, + "Id": 1065, "CommandName": "New-PnPGraphSubscription", - "Id": 1065 + "Rank": 2 }, { "Command": "New-PnPGroup -Title \"My Site Users\"", - "Rank": 1, + "Id": 1066, "CommandName": "New-PnPGroup", - "Id": 1066 + "Rank": 1 }, { "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", - "Rank": 1, + "Id": 1067, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1067 + "Rank": 1 }, { "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Rank": 2, + "Id": 1068, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1068 + "Rank": 2 }, { "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", - "Rank": 3, + "Id": 1069, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1069 + "Rank": 3 }, { "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Rank": 4, + "Id": 1070, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1070 + "Rank": 4 }, { "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Rank": 1, + "Id": 1071, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Id": 1071 + "Rank": 1 }, { "Command": "New-PnPList -Title Announcements -Template Announcements", - "Rank": 1, + "Id": 1072, "CommandName": "New-PnPList", - "Id": 1072 + "Rank": 1 }, { "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "Rank": 2, + "Id": 1073, "CommandName": "New-PnPList", - "Id": 1073 + "Rank": 2 }, { "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "Rank": 3, + "Id": 1074, "CommandName": "New-PnPList", - "Id": 1074 + "Rank": 3 }, { "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "Rank": 1, + "Id": 1075, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1075 + "Rank": 1 }, { "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", - "Rank": 2, + "Id": 1076, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1076 + "Rank": 2 }, { "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "Rank": 3, + "Id": 1077, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1077 + "Rank": 3 }, { "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "Rank": 4, + "Id": 1078, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1078 + "Rank": 4 }, { "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Rank": 5, + "Id": 1079, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1079 + "Rank": 5 }, { "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Rank": 6, + "Id": 1080, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1080 + "Rank": 6 }, { "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", - "Rank": 7, + "Id": 1081, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1081 + "Rank": 7 }, { "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", - "Rank": 1, + "Id": 1082, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1082 + "Rank": 1 }, { "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "Rank": 2, + "Id": 1083, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1083 + "Rank": 2 }, { "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", - "Rank": 1, + "Id": 1084, "CommandName": "New-PnPPersonalSite", - "Id": 1084 + "Rank": 1 }, { "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "Rank": 1, + "Id": 1085, "CommandName": "New-PnPPlannerPlan", - "Id": 1085 + "Rank": 1 }, { "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", - "Rank": 1, + "Id": 1086, "CommandName": "New-PnpProfileCardProperty", - "Id": 1086 + "Rank": 1 }, { "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "Rank": 1, + "Id": 1087, "CommandName": "New-PnPSdnProvider", - "Id": 1087 + "Rank": 1 }, { "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", - "Rank": 1, + "Id": 1088, "CommandName": "New-PnPSearchExternalConnection", - "Id": 1088 + "Rank": 1 }, { "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Rank": 2, + "Id": 1089, "CommandName": "New-PnPSearchExternalConnection", - "Id": 1089 + "Rank": 2 }, { "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "Rank": 1, + "Id": 1090, "CommandName": "New-PnPSite", - "Id": 1090 + "Rank": 1 }, { "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "Rank": 2, + "Id": 1091, "CommandName": "New-PnPSite", - "Id": 1091 + "Rank": 2 }, { "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Rank": 3, + "Id": 1092, "CommandName": "New-PnPSite", - "Id": 1092 + "Rank": 3 }, { "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "Rank": 4, + "Id": 1093, "CommandName": "New-PnPSite", - "Id": 1093 + "Rank": 4 }, { "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "Rank": 5, + "Id": 1094, "CommandName": "New-PnPSite", - "Id": 1094 + "Rank": 5 }, { "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "Rank": 6, + "Id": 1095, "CommandName": "New-PnPSite", - "Id": 1095 + "Rank": 6 }, { "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "Rank": 7, + "Id": 1096, "CommandName": "New-PnPSite", - "Id": 1096 + "Rank": 7 }, { "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "Rank": 8, + "Id": 1097, "CommandName": "New-PnPSite", - "Id": 1097 + "Rank": 8 }, { "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "Rank": 9, + "Id": 1098, "CommandName": "New-PnPSite", - "Id": 1098 + "Rank": 9 }, { "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "Rank": 10, + "Id": 1099, "CommandName": "New-PnPSite", - "Id": 1099 + "Rank": 10 }, { "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "Rank": 11, + "Id": 1100, "CommandName": "New-PnPSite", - "Id": 1100 + "Rank": 11 }, { "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Rank": 12, + "Id": 1101, "CommandName": "New-PnPSite", - "Id": 1101 + "Rank": 12 }, { "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "Rank": 13, + "Id": 1102, "CommandName": "New-PnPSite", - "Id": 1102 + "Rank": 13 }, { "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "Rank": 14, + "Id": 1103, "CommandName": "New-PnPSite", - "Id": 1103 + "Rank": 14 }, { "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "Rank": 15, + "Id": 1104, "CommandName": "New-PnPSite", - "Id": 1104 + "Rank": 15 }, { "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", - "Rank": 16, + "Id": 1105, "CommandName": "New-PnPSite", - "Id": 1105 + "Rank": 16 }, { "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", - "Rank": 17, + "Id": 1106, "CommandName": "New-PnPSite", - "Id": 1106 + "Rank": 17 }, { "Command": "New-PnPSiteCollectionTermStore", - "Rank": 1, + "Id": 1107, "CommandName": "New-PnPSiteCollectionTermStore", - "Id": 1107 + "Rank": 1 }, { "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", - "Rank": 1, + "Id": 1108, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1108 + "Rank": 1 }, { "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", - "Rank": 2, + "Id": 1109, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1109 + "Rank": 2 }, { "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", - "Rank": 3, + "Id": 1110, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1110 + "Rank": 3 }, { "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Rank": 4, + "Id": 1111, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1111 + "Rank": 4 }, { "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Rank": 1, + "Id": 1112, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Id": 1112 + "Rank": 1 }, { "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "Rank": 1, + "Id": 1113, "CommandName": "New-PnPSiteGroup", - "Id": 1113 + "Rank": 1 }, { "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "Rank": 2, + "Id": 1114, "CommandName": "New-PnPSiteGroup", - "Id": 1114 + "Rank": 2 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "Rank": 1, + "Id": 1115, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1115 + "Rank": 1 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "Rank": 2, + "Id": 1116, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1116 + "Rank": 2 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "Rank": 3, + "Id": 1117, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1117 + "Rank": 3 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "Rank": 4, + "Id": 1118, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1118 + "Rank": 4 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", - "Rank": 5, + "Id": 1119, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1119 + "Rank": 5 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Rank": 6, + "Id": 1120, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1120 + "Rank": 6 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "Rank": 7, + "Id": 1121, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1121 + "Rank": 7 }, { "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "Rank": 8, + "Id": 1122, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1122 + "Rank": 8 }, { "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "Rank": 1, + "Id": 1123, "CommandName": "New-PnPTeamsApp", - "Id": 1123 + "Rank": 1 }, { "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "Rank": 1, + "Id": 1124, "CommandName": "New-PnPTeamsTeam", - "Id": 1124 + "Rank": 1 }, { "Command": "New-PnPTeamsTeam -GroupId $groupId", - "Rank": 2, + "Id": 1125, "CommandName": "New-PnPTeamsTeam", - "Id": 1125 + "Rank": 2 }, { "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "Rank": 3, + "Id": 1126, "CommandName": "New-PnPTeamsTeam", - "Id": 1126 + "Rank": 3 }, { "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Rank": 4, + "Id": 1127, "CommandName": "New-PnPTeamsTeam", - "Id": 1127 + "Rank": 4 }, { "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", - "Rank": 5, + "Id": 1128, "CommandName": "New-PnPTeamsTeam", - "Id": 1128 + "Rank": 5 }, { "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Rank": 6, + "Id": 1129, "CommandName": "New-PnPTeamsTeam", - "Id": 1129 + "Rank": 6 }, { "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", - "Rank": 1, + "Id": 1130, "CommandName": "New-PnPTenantSite", - "Id": 1130 + "Rank": 1 }, { "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "Rank": 2, + "Id": 1131, "CommandName": "New-PnPTenantSite", - "Id": 1131 + "Rank": 2 }, { "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", - "Rank": 1, + "Id": 1132, "CommandName": "New-PnPTerm", - "Id": 1132 + "Rank": 1 }, { "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Rank": 2, + "Id": 1133, "CommandName": "New-PnPTerm", - "Id": 1133 + "Rank": 2 }, { "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "Rank": 1, + "Id": 1134, "CommandName": "New-PnPTermGroup", - "Id": 1134 + "Rank": 1 }, { "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "Rank": 2, + "Id": 1135, "CommandName": "New-PnPTermGroup", - "Id": 1135 + "Rank": 2 }, { "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "Rank": 1, + "Id": 1136, "CommandName": "New-PnPTermLabel", - "Id": 1136 + "Rank": 1 }, { "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "Rank": 1, + "Id": 1137, "CommandName": "New-PnPTermSet", - "Id": 1137 + "Rank": 1 }, { "Command": "New-PnPTodoList -DisplayName \"Travel items\"", - "Rank": 1, + "Id": 1138, "CommandName": "New-PnPTodoList", - "Id": 1138 + "Rank": 1 }, { "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", - "Rank": 2, + "Id": 1139, "CommandName": "New-PnPTodoList", - "Id": 1139 + "Rank": 2 }, { "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", - "Rank": 1, + "Id": 1140, "CommandName": "New-PnPUPABulkImportJob", - "Id": 1140 + "Rank": 1 }, { "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "Rank": 2, + "Id": 1141, "CommandName": "New-PnPUPABulkImportJob", - "Id": 1141 + "Rank": 2 }, { "Command": "New-PnPUser -LoginName user@company.com", - "Rank": 1, + "Id": 1142, "CommandName": "New-PnPUser", - "Id": 1142 + "Rank": 1 }, { "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", - "Rank": 1, + "Id": 1143, "CommandName": "New-PnPVivaEngageCommunity", - "Id": 1143 + "Rank": 1 }, { "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", - "Rank": 1, + "Id": 1144, "CommandName": "New-PnPWeb", - "Id": 1144 + "Rank": 1 }, { "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Rank": 1, + "Id": 1145, "CommandName": "Publish-PnPApp", - "Id": 1145 + "Rank": 1 }, { "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "Rank": 2, + "Id": 1146, "CommandName": "Publish-PnPApp", - "Id": 1146 + "Rank": 2 }, { "Command": "Publish-PnPContentType -ContentType 0x0101", - "Rank": 1, + "Id": 1147, "CommandName": "Publish-PnPContentType", - "Id": 1147 + "Rank": 1 }, { "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "Rank": 1, + "Id": 1148, "CommandName": "Publish-PnPSyntexModel", - "Id": 1148 + "Rank": 1 }, { "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "Rank": 2, + "Id": 1149, "CommandName": "Publish-PnPSyntexModel", - "Id": 1149 + "Rank": 2 }, { "Command": "Read-PnPSiteTemplate -Path template.pnp", - "Rank": 1, + "Id": 1150, "CommandName": "Read-PnPSiteTemplate", - "Id": 1150 + "Rank": 1 }, { "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "Rank": 2, + "Id": 1151, "CommandName": "Read-PnPSiteTemplate", - "Id": 1151 + "Rank": 2 }, { "Command": "Read-PnPSiteTemplate -Xml $xml", - "Rank": 3, + "Id": 1152, "CommandName": "Read-PnPSiteTemplate", - "Id": 1152 + "Rank": 3 }, { "Command": "Read-PnPTenantTemplate -Path template.pnp", - "Rank": 1, + "Id": 1153, "CommandName": "Read-PnPTenantTemplate", - "Id": 1153 + "Rank": 1 }, { "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "Rank": 1, + "Id": 1154, "CommandName": "Register-PnPAppCatalogSite", - "Id": 1154 + "Rank": 1 }, { "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", - "Rank": 1, + "Id": 1155, "CommandName": "Register-PnPAzureADApp", - "Id": 1155 + "Rank": 1 }, { "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Rank": 2, + "Id": 1156, "CommandName": "Register-PnPAzureADApp", - "Id": 1156 + "Rank": 2 }, { "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", - "Rank": 3, + "Id": 1157, "CommandName": "Register-PnPAzureADApp", - "Id": 1157 + "Rank": 3 }, { "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Rank": 4, + "Id": 1158, "CommandName": "Register-PnPAzureADApp", - "Id": 1158 + "Rank": 4 }, { "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Rank": 5, + "Id": 1159, "CommandName": "Register-PnPAzureADApp", - "Id": 1159 + "Rank": 5 }, { "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Rank": 6, + "Id": 1160, "CommandName": "Register-PnPAzureADApp", - "Id": 1160 + "Rank": 6 }, { "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", - "Rank": 7, + "Id": 1161, "CommandName": "Register-PnPAzureADApp", - "Id": 1161 + "Rank": 7 }, { "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", - "Rank": 8, + "Id": 1162, "CommandName": "Register-PnPAzureADApp", - "Id": 1162 + "Rank": 8 }, { "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", - "Rank": 1, + "Id": 1163, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1163 + "Rank": 1 }, { "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", - "Rank": 2, + "Id": 1164, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1164 + "Rank": 2 }, { "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "Rank": 1, + "Id": 1165, "CommandName": "Register-PnPHubSite", - "Id": 1165 + "Rank": 1 }, { "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "Rank": 2, + "Id": 1166, "CommandName": "Register-PnPHubSite", - "Id": 1166 + "Rank": 2 }, { "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "Rank": 1, + "Id": 1167, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1167 + "Rank": 1 }, { "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "Rank": 2, + "Id": 1168, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1168 + "Rank": 2 }, { "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "Rank": 1, + "Id": 1169, "CommandName": "Remove-PnPAlert", - "Id": 1169 + "Rank": 1 }, { "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Rank": 2, + "Id": 1170, "CommandName": "Remove-PnPAlert", - "Id": 1170 + "Rank": 2 }, { "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 1171, "CommandName": "Remove-PnPApp", - "Id": 1171 + "Rank": 1 }, { "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Rank": 2, + "Id": 1172, "CommandName": "Remove-PnPApp", - "Id": 1172 + "Rank": 2 }, { "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Rank": 1, + "Id": 1173, "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1173 + "Rank": 1 }, { "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Rank": 2, + "Id": 1174, "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1174 + "Rank": 2 }, { "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "Rank": 1, + "Id": 1175, "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1175 + "Rank": 1 }, { "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "Rank": 2, + "Id": 1176, "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1176 + "Rank": 2 }, { "Command": "Remove-PnPAzureADApp -Identity MyApp", - "Rank": 1, + "Id": 1177, "CommandName": "Remove-PnPAzureADApp", - "Id": 1177 + "Rank": 1 }, { "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Rank": 2, + "Id": 1178, "CommandName": "Remove-PnPAzureADApp", - "Id": 1178 + "Rank": 2 }, { "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "Rank": 1, + "Id": 1179, "CommandName": "Remove-PnPAzureADGroup", - "Id": 1179 + "Rank": 1 }, { "Command": "Remove-PnPAzureADGroup -Identity $group", - "Rank": 2, + "Id": 1180, "CommandName": "Remove-PnPAzureADGroup", - "Id": 1180 + "Rank": 2 }, { "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1181, "CommandName": "Remove-PnPAzureADGroupMember", - "Id": 1181 + "Rank": 1 }, { "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1182, "CommandName": "Remove-PnPAzureADGroupOwner", - "Id": 1182 + "Rank": 1 }, { "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", - "Rank": 1, + "Id": 1183, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1183 + "Rank": 1 }, { "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "Rank": 2, + "Id": 1184, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1184 + "Rank": 2 }, { "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Rank": 3, + "Id": 1185, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1185 + "Rank": 3 }, { "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Rank": 4, + "Id": 1186, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1186 + "Rank": 4 }, { "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", - "Rank": 1, + "Id": 1187, "CommandName": "Remove-PnPAzureADUser", - "Id": 1187 + "Rank": 1 }, { "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", - "Rank": 2, + "Id": 1188, "CommandName": "Remove-PnPAzureADUser", - "Id": 1188 + "Rank": 2 }, { "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Rank": 1, + "Id": 1189, "CommandName": "Remove-PnPContainer", - "Id": 1189 + "Rank": 1 }, { "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Rank": 2, + "Id": 1190, "CommandName": "Remove-PnPContainer", - "Id": 1190 + "Rank": 2 }, { "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", - "Rank": 1, + "Id": 1191, "CommandName": "Remove-PnPContainerType", - "Id": 1191 + "Rank": 1 }, { "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "Rank": 1, + "Id": 1192, "CommandName": "Remove-PnPContentType", - "Id": 1192 + "Rank": 1 }, { "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "Rank": 2, + "Id": 1193, "CommandName": "Remove-PnPContentType", - "Id": 1193 + "Rank": 2 }, { "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "Rank": 1, + "Id": 1194, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1194 + "Rank": 1 }, { "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Rank": 2, + "Id": 1195, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1195 + "Rank": 2 }, { "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "Rank": 1, + "Id": 1196, "CommandName": "Remove-PnPContentTypeFromList", - "Id": 1196 + "Rank": 1 }, { "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Rank": 1, + "Id": 1197, "CommandName": "Remove-PnPCustomAction", - "Id": 1197 + "Rank": 1 }, { "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Rank": 2, + "Id": 1198, "CommandName": "Remove-PnPCustomAction", - "Id": 1198 + "Rank": 2 }, { "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "Rank": 3, + "Id": 1199, "CommandName": "Remove-PnPCustomAction", - "Id": 1199 + "Rank": 3 }, { "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Rank": 1, + "Id": 1200, "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Id": 1200 + "Rank": 1 }, { "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Rank": 1, + "Id": 1201, "CommandName": "Remove-PnPEventReceiver", - "Id": 1201 + "Rank": 1 }, { "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Rank": 2, + "Id": 1202, "CommandName": "Remove-PnPEventReceiver", - "Id": 1202 + "Rank": 2 }, { "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "Rank": 3, + "Id": 1203, "CommandName": "Remove-PnPEventReceiver", - "Id": 1203 + "Rank": 3 }, { "Command": "Remove-PnPEventReceiver -List ProjectList", - "Rank": 4, + "Id": 1204, "CommandName": "Remove-PnPEventReceiver", - "Id": 1204 + "Rank": 4 }, { "Command": "Remove-PnPEventReceiver", - "Rank": 5, + "Id": 1205, "CommandName": "Remove-PnPEventReceiver", - "Id": 1205 + "Rank": 5 }, { "Command": "Remove-PnPEventReceiver -Scope Site", - "Rank": 6, + "Id": 1206, "CommandName": "Remove-PnPEventReceiver", - "Id": 1206 + "Rank": 6 }, { "Command": "Remove-PnPEventReceiver -Scope Web", - "Rank": 7, + "Id": 1207, "CommandName": "Remove-PnPEventReceiver", - "Id": 1207 + "Rank": 7 }, { "Command": "Remove-PnPEventReceiver -Scope All", - "Rank": 8, + "Id": 1208, "CommandName": "Remove-PnPEventReceiver", - "Id": 1208 + "Rank": 8 }, { "Command": "Remove-PnPField -Identity \"Speakers\"", - "Rank": 1, + "Id": 1209, "CommandName": "Remove-PnPField", - "Id": 1209 + "Rank": 1 }, { "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Rank": 2, + "Id": 1210, "CommandName": "Remove-PnPField", - "Id": 1210 + "Rank": 2 }, { "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "Rank": 1, + "Id": 1211, "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1211 + "Rank": 1 }, { "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "Rank": 2, + "Id": 1212, "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1212 + "Rank": 2 }, { "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "Rank": 1, + "Id": 1213, "CommandName": "Remove-PnPFile", - "Id": 1213 + "Rank": 1 }, { "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "Rank": 2, + "Id": 1214, "CommandName": "Remove-PnPFile", - "Id": 1214 + "Rank": 2 }, { "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "Rank": 3, + "Id": 1215, "CommandName": "Remove-PnPFile", - "Id": 1215 + "Rank": 3 }, { "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "Rank": 1, + "Id": 1216, "CommandName": "Remove-PnPFileFromSiteTemplate", - "Id": 1216 + "Rank": 1 }, { "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Rank": 1, + "Id": 1217, "CommandName": "Remove-PnPFileSharingLink", - "Id": 1217 + "Rank": 1 }, { "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", - "Rank": 2, + "Id": 1218, "CommandName": "Remove-PnPFileSharingLink", - "Id": 1218 + "Rank": 2 }, { "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "Rank": 1, + "Id": 1219, "CommandName": "Remove-PnPFileVersion", - "Id": 1219 + "Rank": 1 }, { "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Rank": 2, + "Id": 1220, "CommandName": "Remove-PnPFileVersion", - "Id": 1220 + "Rank": 2 }, { "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "Rank": 3, + "Id": 1221, "CommandName": "Remove-PnPFileVersion", - "Id": 1221 + "Rank": 3 }, { "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 1, + "Id": 1222, "CommandName": "Remove-PnPFlow", - "Id": 1222 + "Rank": 1 }, { "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", - "Rank": 2, + "Id": 1223, "CommandName": "Remove-PnPFlow", - "Id": 1223 + "Rank": 2 }, { "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", - "Rank": 1, + "Id": 1224, "CommandName": "Remove-PnPFlowOwner", - "Id": 1224 + "Rank": 1 }, { "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", - "Rank": 2, + "Id": 1225, "CommandName": "Remove-PnPFlowOwner", - "Id": 1225 + "Rank": 2 }, { "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", - "Rank": 3, + "Id": 1226, "CommandName": "Remove-PnPFlowOwner", - "Id": 1226 + "Rank": 3 }, { "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", - "Rank": 4, + "Id": 1227, "CommandName": "Remove-PnPFlowOwner", - "Id": 1227 + "Rank": 4 }, { "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "Rank": 1, + "Id": 1228, "CommandName": "Remove-PnPFolder", - "Id": 1228 + "Rank": 1 }, { "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "Rank": 2, + "Id": 1229, "CommandName": "Remove-PnPFolder", - "Id": 1229 + "Rank": 2 }, { "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Rank": 1, + "Id": 1230, "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1230 + "Rank": 1 }, { "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", - "Rank": 2, + "Id": 1231, "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1231 + "Rank": 2 }, { "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "Rank": 1, + "Id": 1232, "CommandName": "Remove-PnPGraphSubscription", - "Id": 1232 + "Rank": 1 }, { "Command": "Remove-PnPGroup -Identity \"My Users\"", - "Rank": 1, + "Id": 1233, "CommandName": "Remove-PnPGroup", - "Id": 1233 + "Rank": 1 }, { "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "Rank": 1, + "Id": 1234, "CommandName": "Remove-PnPGroupMember", - "Id": 1234 + "Rank": 1 }, { "Command": "Remove-PnPHomeSite", - "Rank": 1, + "Id": 1235, "CommandName": "Remove-PnPHomeSite", - "Id": 1235 + "Rank": 1 }, { "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "Rank": 1, + "Id": 1236, "CommandName": "Remove-PnPHubSiteAssociation", - "Id": 1236 + "Rank": 1 }, { "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "Rank": 1, + "Id": 1237, "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1237 + "Rank": 1 }, { "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "Rank": 2, + "Id": 1238, "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1238 + "Rank": 2 }, { "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "Rank": 1, + "Id": 1239, "CommandName": "Remove-PnPIndexedProperty", - "Id": 1239 + "Rank": 1 }, { "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "Rank": 1, + "Id": 1240, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1240 + "Rank": 1 }, { "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "Rank": 2, + "Id": 1241, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1241 + "Rank": 2 }, { "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "Rank": 3, + "Id": 1242, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1242 + "Rank": 3 }, { "Command": "Remove-PnPJavaScriptLink -Scope Site", - "Rank": 4, + "Id": 1243, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1243 + "Rank": 4 }, { "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "Rank": 5, + "Id": 1244, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1244 + "Rank": 5 }, { "Command": "Remove-PnPKnowledgeHubSite", - "Rank": 1, + "Id": 1245, "CommandName": "Remove-PnPKnowledgeHubSite", - "Id": 1245 + "Rank": 1 }, { "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", - "Rank": 1, + "Id": 1246, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1246 + "Rank": 1 }, { "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Rank": 2, + "Id": 1247, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1247 + "Rank": 2 }, { "Command": "Remove-PnPList -Identity Announcements", - "Rank": 1, + "Id": 1248, "CommandName": "Remove-PnPList", - "Id": 1248 + "Rank": 1 }, { "Command": "Remove-PnPList -Identity Announcements -Force", - "Rank": 2, + "Id": 1249, "CommandName": "Remove-PnPList", - "Id": 1249 + "Rank": 2 }, { "Command": "Remove-PnPList -Identity Announcements -Recycle", - "Rank": 3, + "Id": 1250, "CommandName": "Remove-PnPList", - "Id": 1250 + "Rank": 3 }, { "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "Rank": 4, + "Id": 1251, "CommandName": "Remove-PnPList", - "Id": 1251 + "Rank": 4 }, { "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 1, + "Id": 1252, "CommandName": "Remove-PnPListDesign", - "Id": 1252 + "Rank": 1 }, { "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "Rank": 1, + "Id": 1253, "CommandName": "Remove-PnPListItem", - "Id": 1253 + "Rank": 1 }, { "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "Rank": 2, + "Id": 1254, "CommandName": "Remove-PnPListItem", - "Id": 1254 + "Rank": 2 }, { "Command": "Remove-PnPListItem -List \"Demo List\"", - "Rank": 3, + "Id": 1255, "CommandName": "Remove-PnPListItem", - "Id": 1255 + "Rank": 3 }, { "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "Rank": 1, + "Id": 1256, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1256 + "Rank": 1 }, { "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "Rank": 2, + "Id": 1257, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1257 + "Rank": 2 }, { "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "Rank": 3, + "Id": 1258, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1258 + "Rank": 3 }, { "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "Rank": 4, + "Id": 1259, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1259 + "Rank": 4 }, { "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "Rank": 5, + "Id": 1260, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1260 + "Rank": 5 }, { "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", - "Rank": 1, + "Id": 1261, "CommandName": "Remove-PnPListItemComment", - "Id": 1261 + "Rank": 1 }, { "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", - "Rank": 2, + "Id": 1262, "CommandName": "Remove-PnPListItemComment", - "Id": 1262 + "Rank": 2 }, { "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", - "Rank": 3, + "Id": 1263, "CommandName": "Remove-PnPListItemComment", - "Id": 1263 + "Rank": 3 }, { "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", - "Rank": 4, + "Id": 1264, "CommandName": "Remove-PnPListItemComment", - "Id": 1264 + "Rank": 4 }, { "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "Rank": 1, + "Id": 1265, "CommandName": "Remove-PnPListItemVersion", - "Id": 1265 + "Rank": 1 }, { "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Rank": 2, + "Id": 1266, "CommandName": "Remove-PnPListItemVersion", - "Id": 1266 + "Rank": 2 }, { "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", - "Rank": 1, + "Id": 1267, "CommandName": "Remove-PnPManagedAppId", - "Id": 1267 + "Rank": 1 }, { "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "Rank": 1, + "Id": 1268, "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1268 + "Rank": 1 }, { "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "Rank": 2, + "Id": 1269, "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1269 + "Rank": 2 }, { "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1270, "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Id": 1270 + "Rank": 1 }, { "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1271, "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Id": 1271 + "Rank": 1 }, { "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", - "Rank": 1, + "Id": 1272, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Id": 1272 + "Rank": 1 }, { "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "Rank": 1, + "Id": 1273, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1273 + "Rank": 1 }, { "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "Rank": 2, + "Id": 1274, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1274 + "Rank": 2 }, { "Command": "Remove-PnPNavigationNode -Identity 1032", - "Rank": 1, + "Id": 1275, "CommandName": "Remove-PnPNavigationNode", - "Id": 1275 + "Rank": 1 }, { "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "Rank": 2, + "Id": 1276, "CommandName": "Remove-PnPNavigationNode", - "Id": 1276 + "Rank": 2 }, { "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "Rank": 3, + "Id": 1277, "CommandName": "Remove-PnPNavigationNode", - "Id": 1277 + "Rank": 3 }, { "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "Rank": 1, + "Id": 1278, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1278 + "Rank": 1 }, { "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "Rank": 2, + "Id": 1279, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1279 + "Rank": 2 }, { "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "Rank": 3, + "Id": 1280, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1280 + "Rank": 3 }, { "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "Rank": 1, + "Id": 1281, "CommandName": "Remove-PnPOrgNewsSite", - "Id": 1281 + "Rank": 1 }, { "Command": "Remove-PnPPage -Identity \"MyPage\"", - "Rank": 1, + "Id": 1282, "CommandName": "Remove-PnPPage", - "Id": 1282 + "Rank": 1 }, { "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "Rank": 2, + "Id": 1283, "CommandName": "Remove-PnPPage", - "Id": 1283 + "Rank": 2 }, { "Command": "Remove-PnPPage $page", - "Rank": 3, + "Id": 1284, "CommandName": "Remove-PnPPage", - "Id": 1284 + "Rank": 3 }, { "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "Rank": 4, + "Id": 1285, "CommandName": "Remove-PnPPage", - "Id": 1285 + "Rank": 4 }, { "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "Rank": 1, + "Id": 1286, "CommandName": "Remove-PnPPageComponent", - "Id": 1286 + "Rank": 1 }, { "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "Rank": 1, + "Id": 1287, "CommandName": "Remove-PnPPlannerBucket", - "Id": 1287 + "Rank": 1 }, { "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "Rank": 1, + "Id": 1288, "CommandName": "Remove-PnPPlannerPlan", - "Id": 1288 + "Rank": 1 }, { "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "Rank": 1, + "Id": 1289, "CommandName": "Remove-PnPPlannerRoster", - "Id": 1289 + "Rank": 1 }, { "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1290, "CommandName": "Remove-PnPPlannerRosterMember", - "Id": 1290 + "Rank": 1 }, { "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "Rank": 1, + "Id": 1291, "CommandName": "Remove-PnPPlannerTask", - "Id": 1291 + "Rank": 1 }, { "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", - "Rank": 1, + "Id": 1292, "CommandName": "Remove-PnPProfileCardProperty", - "Id": 1292 + "Rank": 1 }, { "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "Rank": 1, + "Id": 1293, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1293 + "Rank": 1 }, { "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "Rank": 2, + "Id": 1294, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1294 + "Rank": 2 }, { "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "Rank": 3, + "Id": 1295, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1295 + "Rank": 3 }, { "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "Rank": 1, + "Id": 1296, "CommandName": "Remove-PnPPublishingImageRendition", - "Id": 1296 + "Rank": 1 }, { "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "Rank": 1, + "Id": 1297, "CommandName": "Remove-PnPRoleDefinition", - "Id": 1297 + "Rank": 1 }, { "Command": "Remove-PnPSdnProvider -Confirm:false", - "Rank": 1, + "Id": 1298, "CommandName": "Remove-PnPSdnProvider", - "Id": 1298 + "Rank": 1 }, { "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "Rank": 1, + "Id": 1299, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1299 + "Rank": 1 }, { "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "Rank": 2, + "Id": 1300, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1300 + "Rank": 2 }, { "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Rank": 3, + "Id": 1301, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1301 + "Rank": 3 }, { "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Rank": 4, + "Id": 1302, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1302 + "Rank": 4 }, { "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "Rank": 1, + "Id": 1303, "CommandName": "Remove-PnPSearchExternalConnection", - "Id": 1303 + "Rank": 1 }, { "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "Rank": 1, + "Id": 1304, "CommandName": "Remove-PnPSearchExternalItem", - "Id": 1304 + "Rank": 1 }, { "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1305, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1305 + "Rank": 1 }, { "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Rank": 2, + "Id": 1306, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1306 + "Rank": 2 }, { "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "Rank": 1, + "Id": 1307, "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Id": 1307 + "Rank": 1 }, { "Command": "Remove-PnPSiteCollectionTermStore", - "Rank": 1, + "Id": 1308, "CommandName": "Remove-PnPSiteCollectionTermStore", - "Id": 1308 + "Rank": 1 }, { "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 1, + "Id": 1309, "CommandName": "Remove-PnPSiteDesign", - "Id": 1309 + "Rank": 1 }, { "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 1, + "Id": 1310, "CommandName": "Remove-PnPSiteDesignTask", - "Id": 1310 + "Rank": 1 }, { "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1, + "Id": 1311, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1311 + "Rank": 1 }, { "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", - "Rank": 2, + "Id": 1312, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1312 + "Rank": 2 }, { "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "Rank": 1, + "Id": 1313, "CommandName": "Remove-PnPSiteGroup", - "Id": 1313 + "Rank": 1 }, { "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "Rank": 2, + "Id": 1314, "CommandName": "Remove-PnPSiteGroup", - "Id": 1314 + "Rank": 2 }, { "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Rank": 1, + "Id": 1315, "CommandName": "Remove-PnPSiteScript", - "Id": 1315 + "Rank": 1 }, { "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "Rank": 1, + "Id": 1316, "CommandName": "Remove-PnPSiteUserInvitations", - "Id": 1316 + "Rank": 1 }, { "Command": "Remove-PnPStorageEntity -Key MyKey", - "Rank": 1, + "Id": 1317, "CommandName": "Remove-PnPStorageEntity", - "Id": 1317 + "Rank": 1 }, { "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "Rank": 2, + "Id": 1318, "CommandName": "Remove-PnPStorageEntity", - "Id": 1318 + "Rank": 2 }, { "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "Rank": 1, + "Id": 1319, "CommandName": "Remove-PnPStoredCredential", - "Id": 1319 + "Rank": 1 }, { "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "Rank": 1, + "Id": 1320, "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1320 + "Rank": 1 }, { "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "Rank": 2, + "Id": 1321, "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1321 + "Rank": 2 }, { "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "Rank": 1, + "Id": 1322, "CommandName": "Remove-PnPTeamsApp", - "Id": 1322 + "Rank": 1 }, { "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "Rank": 2, + "Id": 1323, "CommandName": "Remove-PnPTeamsApp", - "Id": 1323 + "Rank": 2 }, { "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", - "Rank": 1, + "Id": 1324, "CommandName": "Remove-PnPTeamsChannel", - "Id": 1324 + "Rank": 1 }, { "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "Rank": 1, + "Id": 1325, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1325 + "Rank": 1 }, { "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Rank": 2, + "Id": 1326, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1326 + "Rank": 2 }, { "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "Rank": 3, + "Id": 1327, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1327 + "Rank": 3 }, { "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", - "Rank": 1, + "Id": 1328, "CommandName": "Remove-PnPTeamsTab", - "Id": 1328 + "Rank": 1 }, { "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "Rank": 2, + "Id": 1329, "CommandName": "Remove-PnPTeamsTab", - "Id": 1329 + "Rank": 2 }, { "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "Rank": 3, + "Id": 1330, "CommandName": "Remove-PnPTeamsTab", - "Id": 1330 + "Rank": 3 }, { "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "Rank": 1, + "Id": 1331, "CommandName": "Remove-PnPTeamsTag", - "Id": 1331 + "Rank": 1 }, { "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "Rank": 1, + "Id": 1332, "CommandName": "Remove-PnPTeamsTeam", - "Id": 1332 + "Rank": 1 }, { "Command": "Remove-PnPTeamsTeam -Identity testteam", - "Rank": 2, + "Id": 1333, "CommandName": "Remove-PnPTeamsTeam", - "Id": 1333 + "Rank": 2 }, { "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "Rank": 1, + "Id": 1334, "CommandName": "Remove-PnPTeamsUser", - "Id": 1334 + "Rank": 1 }, { "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Rank": 2, + "Id": 1335, "CommandName": "Remove-PnPTeamsUser", - "Id": 1335 + "Rank": 2 }, { "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", - "Rank": 3, + "Id": 1336, "CommandName": "Remove-PnPTeamsUser", - "Id": 1336 + "Rank": 3 }, { "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "Rank": 1, + "Id": 1337, "CommandName": "Remove-PnPTenantCdnOrigin", - "Id": 1337 + "Rank": 1 }, { "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Rank": 1, + "Id": 1338, "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1338 + "Rank": 1 }, { "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Rank": 2, + "Id": 1339, "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1339 + "Rank": 2 }, { "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "Rank": 1, + "Id": 1340, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1340 + "Rank": 1 }, { "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Rank": 2, + "Id": 1341, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1341 + "Rank": 2 }, { "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Rank": 3, + "Id": 1342, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1342 + "Rank": 3 }, { "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Rank": 1, + "Id": 1343, "CommandName": "Remove-PnPTenantSite", - "Id": 1343 + "Rank": 1 }, { "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "Rank": 2, + "Id": 1344, "CommandName": "Remove-PnPTenantSite", - "Id": 1344 + "Rank": 2 }, { "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "Rank": 3, + "Id": 1345, "CommandName": "Remove-PnPTenantSite", - "Id": 1345 + "Rank": 3 }, { "Command": "Remove-PnPTenantSyncClientRestriction", - "Rank": 1, + "Id": 1346, "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Id": 1346 + "Rank": 1 }, { "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "Rank": 1, + "Id": 1347, "CommandName": "Remove-PnPTenantTheme", - "Id": 1347 + "Rank": 1 }, { "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "Rank": 1, + "Id": 1348, "CommandName": "Remove-PnPTerm", - "Id": 1348 + "Rank": 1 }, { "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Rank": 2, + "Id": 1349, "CommandName": "Remove-PnPTerm", - "Id": 1349 + "Rank": 2 }, { "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "Rank": 1, + "Id": 1350, "CommandName": "Remove-PnPTermGroup", - "Id": 1350 + "Rank": 1 }, { "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "Rank": 2, + "Id": 1351, "CommandName": "Remove-PnPTermGroup", - "Id": 1351 + "Rank": 2 }, { "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "Rank": 3, + "Id": 1352, "CommandName": "Remove-PnPTermGroup", - "Id": 1352 + "Rank": 3 }, { "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "Rank": 1, + "Id": 1353, "CommandName": "Remove-PnPTermLabel", - "Id": 1353 + "Rank": 1 }, { "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Rank": 2, + "Id": 1354, "CommandName": "Remove-PnPTermLabel", - "Id": 1354 + "Rank": 2 }, { "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", - "Rank": 1, + "Id": 1355, "CommandName": "Remove-PnPTodoList", - "Id": 1355 + "Rank": 1 }, { "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", - "Rank": 2, + "Id": 1356, "CommandName": "Remove-PnPTodoList", - "Id": 1356 + "Rank": 2 }, { "Command": "Remove-PnPUser -Identity 23", - "Rank": 1, + "Id": 1357, "CommandName": "Remove-PnPUser", - "Id": 1357 + "Rank": 1 }, { "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "Rank": 2, + "Id": 1358, "CommandName": "Remove-PnPUser", - "Id": 1358 + "Rank": 2 }, { "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", - "Rank": 3, + "Id": 1359, "CommandName": "Remove-PnPUser", - "Id": 1359 + "Rank": 3 }, { "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "Rank": 1, + "Id": 1360, "CommandName": "Remove-PnPUserInfo", - "Id": 1360 + "Rank": 1 }, { "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "Rank": 1, + "Id": 1361, "CommandName": "Remove-PnPUserProfile", - "Id": 1361 + "Rank": 1 }, { "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1362, "CommandName": "Remove-PnPUserProfilePhoto", - "Id": 1362 + "Rank": 1 }, { "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "Rank": 1, + "Id": 1363, "CommandName": "Remove-PnPView", - "Id": 1363 + "Rank": 1 }, { "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "Rank": 1, + "Id": 1364, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Id": 1364 + "Rank": 1 }, { "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "Rank": 1, + "Id": 1365, "CommandName": "Remove-PnPVivaEngageCommunity", - "Id": 1365 + "Rank": 1 }, { "Command": "Remove-PnPWeb -Identity projectA", - "Rank": 1, + "Id": 1366, "CommandName": "Remove-PnPWeb", - "Id": 1366 + "Rank": 1 }, { "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "Rank": 2, + "Id": 1367, "CommandName": "Remove-PnPWeb", - "Id": 1367 + "Rank": 2 }, { "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "Rank": 1, + "Id": 1368, "CommandName": "Remove-PnPWebhookSubscription", - "Id": 1368 + "Rank": 1 }, { "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Rank": 1, + "Id": 1369, "CommandName": "Remove-PnPWebPart", - "Id": 1369 + "Rank": 1 }, { "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "Rank": 2, + "Id": 1370, "CommandName": "Remove-PnPWebPart", - "Id": 1370 + "Rank": 2 }, { "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "Rank": 1, + "Id": 1371, "CommandName": "Remove-PnPWikiPage", - "Id": 1371 + "Rank": 1 }, { "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "Rank": 1, + "Id": 1372, "CommandName": "Rename-PnPFile", - "Id": 1372 + "Rank": 1 }, { "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "Rank": 2, + "Id": 1373, "CommandName": "Rename-PnPFile", - "Id": 1373 + "Rank": 2 }, { "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "Rank": 3, + "Id": 1374, "CommandName": "Rename-PnPFile", - "Id": 1374 + "Rank": 3 }, { "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "Rank": 1, + "Id": 1375, "CommandName": "Rename-PnPFolder", - "Id": 1375 + "Rank": 1 }, { "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "Rank": 1, + "Id": 1376, "CommandName": "Repair-PnPSite", - "Id": 1376 + "Rank": 1 }, { "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "Rank": 2, + "Id": 1377, "CommandName": "Repair-PnPSite", - "Id": 1377 + "Rank": 2 }, { "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "Rank": 1, + "Id": 1378, "CommandName": "Request-PnPPersonalSite", - "Id": 1378 + "Rank": 1 }, { "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "Rank": 2, + "Id": 1379, "CommandName": "Request-PnPPersonalSite", - "Id": 1379 + "Rank": 2 }, { "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "Rank": 1, + "Id": 1380, "CommandName": "Request-PnPReIndexList", - "Id": 1380 + "Rank": 1 }, { "Command": "Request-PnPReIndexWeb", - "Rank": 1, + "Id": 1381, "CommandName": "Request-PnPReIndexWeb", - "Id": 1381 + "Rank": 1 }, { "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "Rank": 1, + "Id": 1382, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1382 + "Rank": 1 }, { "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "Rank": 2, + "Id": 1383, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1383 + "Rank": 2 }, { "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "Rank": 3, + "Id": 1384, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1384 + "Rank": 3 }, { "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", - "Rank": 1, + "Id": 1385, "CommandName": "Reset-PnPDocumentId", - "Id": 1385 + "Rank": 1 }, { "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", - "Rank": 2, + "Id": 1386, "CommandName": "Reset-PnPDocumentId", - "Id": 1386 + "Rank": 2 }, { "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "Rank": 1, + "Id": 1387, "CommandName": "Reset-PnPFileVersion", - "Id": 1387 + "Rank": 1 }, { "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "Rank": 2, + "Id": 1388, "CommandName": "Reset-PnPFileVersion", - "Id": 1388 + "Rank": 2 }, { "Command": "Reset-PnPMicrosoft365GroupExpiration", - "Rank": 1, + "Id": 1389, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Id": 1389 + "Rank": 1 }, { "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", - "Rank": 1, + "Id": 1390, "CommandName": "Reset-PnPRetentionLabel", - "Id": 1390 + "Rank": 1 }, { "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", - "Rank": 2, + "Id": 1391, "CommandName": "Reset-PnPRetentionLabel", - "Id": 1391 + "Rank": 2 }, { "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "Rank": 1, + "Id": 1392, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Id": 1392 + "Rank": 1 }, { "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "Rank": 1, + "Id": 1393, "CommandName": "Resolve-PnPFolder", - "Id": 1393 + "Rank": 1 }, { "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Rank": 1, + "Id": 1394, "CommandName": "Restart-PnPFlowRun", - "Id": 1394 + "Rank": 1 }, { "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Rank": 1, + "Id": 1395, "CommandName": "Restore-PnPDeletedContainer", - "Id": 1395 + "Rank": 1 }, { "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Rank": 1, + "Id": 1396, "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Id": 1396 + "Rank": 1 }, { "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "Rank": 1, + "Id": 1397, "CommandName": "Restore-PnPFileVersion", - "Id": 1397 + "Rank": 1 }, { "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "Rank": 2, + "Id": 1398, "CommandName": "Restore-PnPFileVersion", - "Id": 1398 + "Rank": 2 }, { "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Rank": 3, + "Id": 1399, "CommandName": "Restore-PnPFileVersion", - "Id": 1399 + "Rank": 3 }, { "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 1, + "Id": 1400, "CommandName": "Restore-PnPFlow", - "Id": 1400 + "Rank": 1 }, { "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Rank": 2, + "Id": 1401, "CommandName": "Restore-PnPFlow", - "Id": 1401 + "Rank": 2 }, { "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "Rank": 1, + "Id": 1402, "CommandName": "Restore-PnPListItemVersion", - "Id": 1402 + "Rank": 1 }, { "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Rank": 2, + "Id": 1403, "CommandName": "Restore-PnPListItemVersion", - "Id": 1403 + "Rank": 2 }, { "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "Rank": 1, + "Id": 1404, "CommandName": "Restore-PnPRecycleBinItem", - "Id": 1404 + "Rank": 1 }, { "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Rank": 1, + "Id": 1405, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1405 + "Rank": 1 }, { "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Rank": 2, + "Id": 1406, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1406 + "Rank": 2 }, { "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Rank": 1, + "Id": 1407, "CommandName": "Restore-PnPTenantSite", - "Id": 1407 + "Rank": 1 }, { "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Rank": 2, + "Id": 1408, "CommandName": "Restore-PnPTenantSite", - "Id": 1408 + "Rank": 2 }, { "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "Rank": 3, + "Id": 1409, "CommandName": "Restore-PnPTenantSite", - "Id": 1409 + "Rank": 3 }, { "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "Rank": 1, + "Id": 1410, "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Id": 1410 + "Rank": 1 }, { "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Rank": 1, + "Id": 1411, "CommandName": "Revoke-PnPHubSiteRights", - "Id": 1411 + "Rank": 1 }, { "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Rank": 1, + "Id": 1412, "CommandName": "Revoke-PnPSiteDesignRights", - "Id": 1412 + "Rank": 1 }, { "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "Rank": 1, + "Id": 1413, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Id": 1413 + "Rank": 1 }, { "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "Rank": 1, + "Id": 1414, "CommandName": "Revoke-PnPUserSession", - "Id": 1414 + "Rank": 1 }, { "Command": "Save-PnPPageConversionLog", - "Rank": 1, + "Id": 1415, "CommandName": "Save-PnPPageConversionLog", - "Id": 1415 + "Rank": 1 }, { "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "Rank": 1, + "Id": 1416, "CommandName": "Save-PnPSiteTemplate", - "Id": 1416 + "Rank": 1 }, { "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "Rank": 1, + "Id": 1417, "CommandName": "Save-PnPTenantTemplate", - "Id": 1417 + "Rank": 1 }, { "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "Rank": 1, + "Id": 1418, "CommandName": "Send-PnPMail", - "Id": 1418 + "Rank": 1 }, { "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", - "Rank": 2, + "Id": 1419, "CommandName": "Send-PnPMail", - "Id": 1419 + "Rank": 2 }, { "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "Rank": 3, + "Id": 1420, "CommandName": "Send-PnPMail", - "Id": 1420 + "Rank": 3 }, { "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", - "Rank": 4, + "Id": 1421, "CommandName": "Send-PnPMail", - "Id": 1421 + "Rank": 4 }, { "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", - "Rank": 5, + "Id": 1422, "CommandName": "Send-PnPMail", - "Id": 1422 + "Rank": 5 }, { "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "Rank": 1, + "Id": 1423, "CommandName": "Set-PnPAdaptiveScopeProperty", - "Id": 1423 + "Rank": 1 }, { "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Rank": 1, + "Id": 1424, "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1424 + "Rank": 1 }, { "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Rank": 2, + "Id": 1425, "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1425 + "Rank": 2 }, { "Command": "Set-PnPAppSideLoading -On", - "Rank": 1, + "Id": 1426, "CommandName": "Set-PnPAppSideLoading", - "Id": 1426 + "Rank": 1 }, { "Command": "Set-PnPAppSideLoading -Off", - "Rank": 2, + "Id": 1427, "CommandName": "Set-PnPAppSideLoading", - "Id": 1427 + "Rank": 2 }, { "Command": "Set-PnPAuditing -EnableAll", - "Rank": 1, + "Id": 1428, "CommandName": "Set-PnPAuditing", - "Id": 1428 + "Rank": 1 }, { "Command": "Set-PnPAuditing -DisableAll", - "Rank": 2, + "Id": 1429, "CommandName": "Set-PnPAuditing", - "Id": 1429 + "Rank": 2 }, { "Command": "Set-PnPAuditing -RetentionTime 7", - "Rank": 3, + "Id": 1430, "CommandName": "Set-PnPAuditing", - "Id": 1430 + "Rank": 3 }, { "Command": "Set-PnPAuditing -TrimAuditLog", - "Rank": 4, + "Id": 1431, "CommandName": "Set-PnPAuditing", - "Id": 1431 + "Rank": 4 }, { "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "Rank": 5, + "Id": 1432, "CommandName": "Set-PnPAuditing", - "Id": 1432 + "Rank": 5 }, { "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "Rank": 1, + "Id": 1433, "CommandName": "Set-PnPAvailablePageLayouts", - "Id": 1433 + "Rank": 1 }, { "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "Rank": 1, + "Id": 1434, "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1434 + "Rank": 1 }, { "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "Rank": 2, + "Id": 1435, "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1435 + "Rank": 2 }, { "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "Rank": 1, + "Id": 1436, "CommandName": "Set-PnPAzureADGroup", - "Id": 1436 + "Rank": 1 }, { "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "Rank": 2, + "Id": 1437, "CommandName": "Set-PnPAzureADGroup", - "Id": 1437 + "Rank": 2 }, { "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "Rank": 3, + "Id": 1438, "CommandName": "Set-PnPAzureADGroup", - "Id": 1438 + "Rank": 3 }, { "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "Rank": 1, + "Id": 1439, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1439 + "Rank": 1 }, { "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "Rank": 2, + "Id": 1440, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1440 + "Rank": 2 }, { "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "Rank": 3, + "Id": 1441, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1441 + "Rank": 3 }, { "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "Rank": 1, + "Id": 1442, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1442 + "Rank": 1 }, { "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "Rank": 2, + "Id": 1443, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1443 + "Rank": 2 }, { "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "Rank": 1, + "Id": 1444, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1444 + "Rank": 1 }, { "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "Rank": 2, + "Id": 1445, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1445 + "Rank": 2 }, { "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "Rank": 3, + "Id": 1446, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1446 + "Rank": 3 }, { "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "Rank": 4, + "Id": 1447, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1447 + "Rank": 4 }, { "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "Rank": 1, + "Id": 1448, "CommandName": "Set-PnPContentType", - "Id": 1448 + "Rank": 1 }, { "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "Rank": 2, + "Id": 1449, "CommandName": "Set-PnPContentType", - "Id": 1449 + "Rank": 2 }, { "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "Rank": 3, + "Id": 1450, "CommandName": "Set-PnPContentType", - "Id": 1450 + "Rank": 3 }, { "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Rank": 4, + "Id": 1451, "CommandName": "Set-PnPContentType", - "Id": 1451 + "Rank": 4 }, { "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Rank": 5, + "Id": 1452, "CommandName": "Set-PnPContentType", - "Id": 1452 + "Rank": 5 }, { "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", - "Rank": 1, + "Id": 1453, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1453 + "Rank": 1 }, { "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", - "Rank": 2, + "Id": 1454, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1454 + "Rank": 2 }, { "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "Rank": 1, + "Id": 1455, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1455 + "Rank": 1 }, { "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "Rank": 2, + "Id": 1456, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1456 + "Rank": 2 }, { "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "Rank": 3, + "Id": 1457, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1457 + "Rank": 3 }, { "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "Rank": 4, + "Id": 1458, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1458 + "Rank": 4 }, { "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "Rank": 1, + "Id": 1459, "CommandName": "Set-PnPDefaultContentTypeToList", - "Id": 1459 + "Rank": 1 }, { "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "Rank": 1, + "Id": 1460, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1460 + "Rank": 1 }, { "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "Rank": 2, + "Id": 1461, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1461 + "Rank": 2 }, { "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "Rank": 3, + "Id": 1462, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1462 + "Rank": 3 }, { "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "Rank": 1, + "Id": 1463, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1463 + "Rank": 1 }, { "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Rank": 2, + "Id": 1464, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1464 + "Rank": 2 }, { "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Rank": 3, + "Id": 1465, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1465 + "Rank": 3 }, { "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "Rank": 1, + "Id": 1466, "CommandName": "Set-PnPDocumentSetField", - "Id": 1466 + "Rank": 1 }, { "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "Rank": 2, + "Id": 1467, "CommandName": "Set-PnPDocumentSetField", - "Id": 1467 + "Rank": 2 }, { "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "Rank": 1, + "Id": 1468, "CommandName": "Set-PnPField", - "Id": 1468 + "Rank": 1 }, { "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "Rank": 2, + "Id": 1469, "CommandName": "Set-PnPField", - "Id": 1469 + "Rank": 2 }, { "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "Rank": 3, + "Id": 1470, "CommandName": "Set-PnPField", - "Id": 1470 + "Rank": 3 }, { "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "Rank": 1, + "Id": 1471, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1471 + "Rank": 1 }, { "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", - "Rank": 2, + "Id": 1472, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1472 + "Rank": 2 }, { "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "Rank": 3, + "Id": 1473, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1473 + "Rank": 3 }, { "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "Rank": 1, + "Id": 1474, "CommandName": "Set-PnPFileCheckedOut", - "Id": 1474 + "Rank": 1 }, { "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", - "Rank": 1, + "Id": 1475, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1475 + "Rank": 1 }, { "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", - "Rank": 2, + "Id": 1476, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1476 + "Rank": 2 }, { "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", - "Rank": 3, + "Id": 1477, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1477 + "Rank": 3 }, { "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "Rank": 1, + "Id": 1478, "CommandName": "Set-PnPFolderPermission", - "Id": 1478 + "Rank": 1 }, { "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Rank": 2, + "Id": 1479, "CommandName": "Set-PnPFolderPermission", - "Id": 1479 + "Rank": 2 }, { "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Rank": 3, + "Id": 1480, "CommandName": "Set-PnPFolderPermission", - "Id": 1480 + "Rank": 3 }, { "Command": "Set-PnPFooter -Enabled:$true", - "Rank": 1, + "Id": 1481, "CommandName": "Set-PnPFooter", - "Id": 1481 + "Rank": 1 }, { "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "Rank": 2, + "Id": 1482, "CommandName": "Set-PnPFooter", - "Id": 1482 + "Rank": 2 }, { "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "Rank": 3, + "Id": 1483, "CommandName": "Set-PnPFooter", - "Id": 1483 + "Rank": 3 }, { "Command": "Set-PnPFooter -LogoUrl \"\"", - "Rank": 4, + "Id": 1484, "CommandName": "Set-PnPFooter", - "Id": 1484 + "Rank": 4 }, { "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "Rank": 1, + "Id": 1485, "CommandName": "Set-PnPGraphSubscription", - "Id": 1485 + "Rank": 1 }, { "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", - "Rank": 1, + "Id": 1486, "CommandName": "Set-PnPGroup", - "Id": 1486 + "Rank": 1 }, { "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "Rank": 2, + "Id": 1487, "CommandName": "Set-PnPGroup", - "Id": 1487 + "Rank": 2 }, { "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "Rank": 1, + "Id": 1488, "CommandName": "Set-PnPGroupPermissions", - "Id": 1488 + "Rank": 1 }, { "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "Rank": 2, + "Id": 1489, "CommandName": "Set-PnPGroupPermissions", - "Id": 1489 + "Rank": 2 }, { "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "Rank": 3, + "Id": 1490, "CommandName": "Set-PnPGroupPermissions", - "Id": 1490 + "Rank": 3 }, { "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "Rank": 4, + "Id": 1491, "CommandName": "Set-PnPGroupPermissions", - "Id": 1491 + "Rank": 4 }, { "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "Rank": 5, + "Id": 1492, "CommandName": "Set-PnPGroupPermissions", - "Id": 1492 + "Rank": 5 }, { "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "Rank": 1, + "Id": 1493, "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1493 + "Rank": 1 }, { "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "Rank": 2, + "Id": 1494, "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1494 + "Rank": 2 }, { "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "Rank": 1, + "Id": 1495, "CommandName": "Set-PnPHomePage", - "Id": 1495 + "Rank": 1 }, { "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "Rank": 2, + "Id": 1496, "CommandName": "Set-PnPHomePage", - "Id": 1496 + "Rank": 2 }, { "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "Rank": 1, + "Id": 1497, "CommandName": "Set-PnPHomeSite", - "Id": 1497 + "Rank": 1 }, { "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "Rank": 2, + "Id": 1498, "CommandName": "Set-PnPHomeSite", - "Id": 1498 + "Rank": 2 }, { "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", - "Rank": 3, + "Id": 1499, "CommandName": "Set-PnPHomeSite", - "Id": 1499 + "Rank": 3 }, { "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "Rank": 1, + "Id": 1500, "CommandName": "Set-PnPHubSite", - "Id": 1500 + "Rank": 1 }, { "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "Rank": 2, + "Id": 1501, "CommandName": "Set-PnPHubSite", - "Id": 1501 + "Rank": 2 }, { "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "Rank": 3, + "Id": 1502, "CommandName": "Set-PnPHubSite", - "Id": 1502 + "Rank": 3 }, { "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "Rank": 4, + "Id": 1503, "CommandName": "Set-PnPHubSite", - "Id": 1503 + "Rank": 4 }, { "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", - "Rank": 5, + "Id": 1504, "CommandName": "Set-PnPHubSite", - "Id": 1504 + "Rank": 5 }, { "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "Rank": 6, + "Id": 1505, "CommandName": "Set-PnPHubSite", - "Id": 1505 + "Rank": 6 }, { "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", - "Rank": 1, + "Id": 1506, "CommandName": "Set-PnPImageListItemColumn", - "Id": 1506 + "Rank": 1 }, { "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "Rank": 2, + "Id": 1507, "CommandName": "Set-PnPImageListItemColumn", - "Id": 1507 + "Rank": 2 }, { "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "Rank": 1, + "Id": 1508, "CommandName": "Set-PnPIndexedProperties", - "Id": 1508 + "Rank": 1 }, { "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "Rank": 1, + "Id": 1509, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1509 + "Rank": 1 }, { "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "Rank": 2, + "Id": 1510, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1510 + "Rank": 2 }, { "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "Rank": 1, + "Id": 1511, "CommandName": "Set-PnPKnowledgeHubSite", - "Id": 1511 + "Rank": 1 }, { "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "Rank": 1, + "Id": 1512, "CommandName": "Set-PnPList", - "Id": 1512 + "Rank": 1 }, { "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "Rank": 2, + "Id": 1513, "CommandName": "Set-PnPList", - "Id": 1513 + "Rank": 2 }, { "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "Rank": 3, + "Id": 1514, "CommandName": "Set-PnPList", - "Id": 1514 + "Rank": 3 }, { "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "Rank": 4, + "Id": 1515, "CommandName": "Set-PnPList", - "Id": 1515 + "Rank": 4 }, { "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "Rank": 5, + "Id": 1516, "CommandName": "Set-PnPList", - "Id": 1516 + "Rank": 5 }, { "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "Rank": 6, + "Id": 1517, "CommandName": "Set-PnPList", - "Id": 1517 + "Rank": 6 }, { "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "Rank": 7, + "Id": 1518, "CommandName": "Set-PnPList", - "Id": 1518 + "Rank": 7 }, { "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "Rank": 8, + "Id": 1519, "CommandName": "Set-PnPList", - "Id": 1519 + "Rank": 8 }, { "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", - "Rank": 9, + "Id": 1520, "CommandName": "Set-PnPList", - "Id": 1520 + "Rank": 9 }, { "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", - "Rank": 10, + "Id": 1521, "CommandName": "Set-PnPList", - "Id": 1521 + "Rank": 10 }, { "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "Rank": 11, + "Id": 1522, "CommandName": "Set-PnPList", - "Id": 1522 + "Rank": 11 }, { "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", - "Rank": 12, + "Id": 1523, "CommandName": "Set-PnPList", - "Id": 1523 + "Rank": 12 }, { "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "Rank": 1, + "Id": 1524, "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1524 + "Rank": 1 }, { "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "Rank": 2, + "Id": 1525, "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1525 + "Rank": 2 }, { "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Rank": 1, + "Id": 1526, "CommandName": "Set-PnPListItem", - "Id": 1526 + "Rank": 1 }, { "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Rank": 2, + "Id": 1527, "CommandName": "Set-PnPListItem", - "Id": 1527 + "Rank": 2 }, { "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Rank": 3, + "Id": 1528, "CommandName": "Set-PnPListItem", - "Id": 1528 + "Rank": 3 }, { "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "Rank": 4, + "Id": 1529, "CommandName": "Set-PnPListItem", - "Id": 1529 + "Rank": 4 }, { "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "Rank": 5, + "Id": 1530, "CommandName": "Set-PnPListItem", - "Id": 1530 + "Rank": 5 }, { "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "Rank": 1, + "Id": 1531, "CommandName": "Set-PnPListItemAsRecord", - "Id": 1531 + "Rank": 1 }, { "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "Rank": 2, + "Id": 1532, "CommandName": "Set-PnPListItemAsRecord", - "Id": 1532 + "Rank": 2 }, { "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "Rank": 1, + "Id": 1533, "CommandName": "Set-PnPListItemPermission", - "Id": 1533 + "Rank": 1 }, { "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Rank": 2, + "Id": 1534, "CommandName": "Set-PnPListItemPermission", - "Id": 1534 + "Rank": 2 }, { "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Rank": 3, + "Id": 1535, "CommandName": "Set-PnPListItemPermission", - "Id": 1535 + "Rank": 3 }, { "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "Rank": 4, + "Id": 1536, "CommandName": "Set-PnPListItemPermission", - "Id": 1536 + "Rank": 4 }, { "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "Rank": 5, + "Id": 1537, "CommandName": "Set-PnPListItemPermission", - "Id": 1537 + "Rank": 5 }, { "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", - "Rank": 1, + "Id": 1538, "CommandName": "Set-PnPListPermission", - "Id": 1538 + "Rank": 1 }, { "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Rank": 2, + "Id": 1539, "CommandName": "Set-PnPListPermission", - "Id": 1539 + "Rank": 2 }, { "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "Rank": 1, + "Id": 1540, "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1540 + "Rank": 1 }, { "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "Rank": 2, + "Id": 1541, "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1541 + "Rank": 2 }, { "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", - "Rank": 1, + "Id": 1542, "CommandName": "Set-PnPManagedAppId", - "Id": 1542 + "Rank": 1 }, { "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "Rank": 1, + "Id": 1543, "CommandName": "Set-PnPMasterPage", - "Id": 1543 + "Rank": 1 }, { "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "Rank": 2, + "Id": 1544, "CommandName": "Set-PnPMasterPage", - "Id": 1544 + "Rank": 2 }, { "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Rank": 3, + "Id": 1545, "CommandName": "Set-PnPMasterPage", - "Id": 1545 + "Rank": 3 }, { "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Rank": 4, + "Id": 1546, "CommandName": "Set-PnPMasterPage", - "Id": 1546 + "Rank": 4 }, { "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "Rank": 1, + "Id": 1547, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1547 + "Rank": 1 }, { "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "Rank": 2, + "Id": 1548, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1548 + "Rank": 2 }, { "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 3, + "Id": 1549, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1549 + "Rank": 3 }, { "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "Rank": 1, + "Id": 1550, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1550 + "Rank": 1 }, { "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "Rank": 2, + "Id": 1551, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1551 + "Rank": 2 }, { "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 3, + "Id": 1552, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1552 + "Rank": 3 }, { "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "Rank": 1, + "Id": 1553, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1553 + "Rank": 1 }, { "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "Rank": 2, + "Id": 1554, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1554 + "Rank": 2 }, { "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 3, + "Id": 1555, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1555 + "Rank": 3 }, { "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "Rank": 1, + "Id": 1556, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1556 + "Rank": 1 }, { "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "Rank": 2, + "Id": 1557, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1557 + "Rank": 2 }, { "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 3, + "Id": 1558, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1558 + "Rank": 3 }, { "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "Rank": 1, + "Id": 1559, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1559 + "Rank": 1 }, { "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "Rank": 2, + "Id": 1560, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1560 + "Rank": 2 }, { "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 3, + "Id": 1561, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1561 + "Rank": 3 }, { "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "Rank": 1, + "Id": 1562, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1562 + "Rank": 1 }, { "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "Rank": 2, + "Id": 1563, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1563 + "Rank": 2 }, { "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 3, + "Id": 1564, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1564 + "Rank": 3 }, { "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "Rank": 1, + "Id": 1565, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1565 + "Rank": 1 }, { "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "Rank": 2, + "Id": 1566, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1566 + "Rank": 2 }, { "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "Rank": 3, + "Id": 1567, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1567 + "Rank": 3 }, { "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "Rank": 4, + "Id": 1568, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1568 + "Rank": 4 }, { "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "Rank": 5, + "Id": 1569, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1569 + "Rank": 5 }, { "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Rank": 6, + "Id": 1570, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1570 + "Rank": 6 }, { "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "Rank": 1, + "Id": 1571, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1571 + "Rank": 1 }, { "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "Rank": 2, + "Id": 1572, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1572 + "Rank": 2 }, { "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "Rank": 1, + "Id": 1573, "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1573 + "Rank": 1 }, { "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", - "Rank": 2, + "Id": 1574, "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1574 + "Rank": 2 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "Rank": 1, + "Id": 1575, "CommandName": "Set-PnPPage", - "Id": 1575 + "Rank": 1 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "Rank": 2, + "Id": 1576, "CommandName": "Set-PnPPage", - "Id": 1576 + "Rank": 2 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "Rank": 3, + "Id": 1577, "CommandName": "Set-PnPPage", - "Id": 1577 + "Rank": 3 }, { "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "Rank": 4, + "Id": 1578, "CommandName": "Set-PnPPage", - "Id": 1578 + "Rank": 4 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "Rank": 5, + "Id": 1579, "CommandName": "Set-PnPPage", - "Id": 1579 + "Rank": 5 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", - "Rank": 6, + "Id": 1580, "CommandName": "Set-PnPPage", - "Id": 1580 + "Rank": 6 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "Rank": 7, + "Id": 1581, "CommandName": "Set-PnPPage", - "Id": 1581 + "Rank": 7 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", - "Rank": 8, + "Id": 1582, "CommandName": "Set-PnPPage", - "Id": 1582 + "Rank": 8 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", - "Rank": 9, + "Id": 1583, "CommandName": "Set-PnPPage", - "Id": 1583 + "Rank": 9 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Rank": 10, + "Id": 1584, "CommandName": "Set-PnPPage", - "Id": 1584 + "Rank": 10 }, { "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", - "Rank": 11, + "Id": 1585, "CommandName": "Set-PnPPage", - "Id": 1585 + "Rank": 11 }, { "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", - "Rank": 12, + "Id": 1586, "CommandName": "Set-PnPPage", - "Id": 1586 + "Rank": 12 }, { "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", - "Rank": 13, + "Id": 1587, "CommandName": "Set-PnPPage", - "Id": 1587 + "Rank": 13 }, { "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "Rank": 1, + "Id": 1588, "CommandName": "Set-PnPPageTextPart", - "Id": 1588 + "Rank": 1 }, { "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", - "Rank": 1, + "Id": 1589, "CommandName": "Set-PnPPageWebPart", - "Id": 1589 + "Rank": 1 }, { "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", - "Rank": 2, + "Id": 1590, "CommandName": "Set-PnPPageWebPart", - "Id": 1590 + "Rank": 2 }, { "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", - "Rank": 1, + "Id": 1591, "CommandName": "Set-PnPPlannerBucket", - "Id": 1591 + "Rank": 1 }, { "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "Rank": 1, + "Id": 1592, "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1592 + "Rank": 1 }, { "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "Rank": 2, + "Id": 1593, "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1593 + "Rank": 2 }, { "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "Rank": 1, + "Id": 1594, "CommandName": "Set-PnPPlannerPlan", - "Id": 1594 + "Rank": 1 }, { "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "Rank": 1, + "Id": 1595, "CommandName": "Set-PnPPlannerTask", - "Id": 1595 + "Rank": 1 }, { "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "Rank": 2, + "Id": 1596, "CommandName": "Set-PnPPlannerTask", - "Id": 1596 + "Rank": 2 }, { "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "Rank": 3, + "Id": 1597, "CommandName": "Set-PnPPlannerTask", - "Id": 1597 + "Rank": 3 }, { "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", - "Rank": 4, + "Id": 1598, "CommandName": "Set-PnPPlannerTask", - "Id": 1598 + "Rank": 4 }, { "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "Rank": 1, + "Id": 1599, "CommandName": "Set-PnPPlannerUserPolicy", - "Id": 1599 + "Rank": 1 }, { "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", - "Rank": 1, + "Id": 1600, "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1600 + "Rank": 1 }, { "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", - "Rank": 2, + "Id": 1601, "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1601 + "Rank": 2 }, { "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "Rank": 1, + "Id": 1602, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1602 + "Rank": 1 }, { "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "Rank": 2, + "Id": 1603, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1603 + "Rank": 2 }, { "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "Rank": 3, + "Id": 1604, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1604 + "Rank": 3 }, { "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "Rank": 1, + "Id": 1605, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1605 + "Rank": 1 }, { "Command": "Set-PnPRequestAccessEmails -Disabled", - "Rank": 2, + "Id": 1606, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1606 + "Rank": 2 }, { "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "Rank": 3, + "Id": 1607, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1607 + "Rank": 3 }, { "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", - "Rank": 1, + "Id": 1608, "CommandName": "Set-PnPRetentionLabel", - "Id": 1608 + "Rank": 1 }, { "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "Rank": 2, + "Id": 1609, "CommandName": "Set-PnPRetentionLabel", - "Id": 1609 + "Rank": 2 }, { "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", - "Rank": 3, + "Id": 1610, "CommandName": "Set-PnPRetentionLabel", - "Id": 1610 + "Rank": 3 }, { "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "Rank": 1, + "Id": 1611, "CommandName": "Set-PnPRoleDefinition", - "Id": 1611 + "Rank": 1 }, { "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "Rank": 2, + "Id": 1612, "CommandName": "Set-PnPRoleDefinition", - "Id": 1612 + "Rank": 2 }, { "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "Rank": 3, + "Id": 1613, "CommandName": "Set-PnPRoleDefinition", - "Id": 1613 + "Rank": 3 }, { "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "Rank": 4, + "Id": 1614, "CommandName": "Set-PnPRoleDefinition", - "Id": 1614 + "Rank": 4 }, { "Command": "Set-PnPSearchConfiguration -Configuration $config", - "Rank": 1, + "Id": 1615, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1615 + "Rank": 1 }, { "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "Rank": 2, + "Id": 1616, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1616 + "Rank": 2 }, { "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Rank": 3, + "Id": 1617, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1617 + "Rank": 3 }, { "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Rank": 4, + "Id": 1618, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1618 + "Rank": 4 }, { "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", - "Rank": 1, + "Id": 1619, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1619 + "Rank": 1 }, { "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", - "Rank": 2, + "Id": 1620, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1620 + "Rank": 2 }, { "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Rank": 3, + "Id": 1621, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1621 + "Rank": 3 }, { "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", - "Rank": 1, + "Id": 1622, "CommandName": "Set-PnPSearchExternalItem", - "Id": 1622 + "Rank": 1 }, { "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", - "Rank": 2, + "Id": 1623, "CommandName": "Set-PnPSearchExternalItem", - "Id": 1623 + "Rank": 2 }, { "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", - "Rank": 1, + "Id": 1624, "CommandName": "Set-PnPSearchExternalSchema", - "Id": 1624 + "Rank": 1 }, { "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "Rank": 1, + "Id": 1625, "CommandName": "Set-PnPSearchSettings", - "Id": 1625 + "Rank": 1 }, { "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "Rank": 2, + "Id": 1626, "CommandName": "Set-PnPSearchSettings", - "Id": 1626 + "Rank": 2 }, { "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "Rank": 3, + "Id": 1627, "CommandName": "Set-PnPSearchSettings", - "Id": 1627 + "Rank": 3 }, { "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "Rank": 4, + "Id": 1628, "CommandName": "Set-PnPSearchSettings", - "Id": 1628 + "Rank": 4 }, { "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "Rank": 5, + "Id": 1629, "CommandName": "Set-PnPSearchSettings", - "Id": 1629 + "Rank": 5 }, { "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "Rank": 6, + "Id": 1630, "CommandName": "Set-PnPSearchSettings", - "Id": 1630 + "Rank": 6 }, { "Command": "Set-PnPSearchSettings -SearchScope Hub", - "Rank": 7, + "Id": 1631, "CommandName": "Set-PnPSearchSettings", - "Id": 1631 + "Rank": 7 }, { "Command": "Set-PnPSite -Classification \"HBI\"", - "Rank": 1, + "Id": 1632, "CommandName": "Set-PnPSite", - "Id": 1632 + "Rank": 1 }, { "Command": "Set-PnPSite -Classification $null", - "Rank": 2, + "Id": 1633, "CommandName": "Set-PnPSite", - "Id": 1633 + "Rank": 2 }, { "Command": "Set-PnPSite -DisableFlows", - "Rank": 3, + "Id": 1634, "CommandName": "Set-PnPSite", - "Id": 1634 + "Rank": 3 }, { "Command": "Set-PnPSite -DisableFlows:$false", - "Rank": 4, + "Id": 1635, "CommandName": "Set-PnPSite", - "Id": 1635 + "Rank": 4 }, { "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "Rank": 5, + "Id": 1636, "CommandName": "Set-PnPSite", - "Id": 1636 + "Rank": 5 }, { "Command": "Set-PnPSite -NoScriptSite $false", - "Rank": 6, + "Id": 1637, "CommandName": "Set-PnPSite", - "Id": 1637 + "Rank": 6 }, { "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", - "Rank": 1, + "Id": 1638, "CommandName": "Set-PnPSiteArchiveState", - "Id": 1638 + "Rank": 1 }, { "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", - "Rank": 2, + "Id": 1639, "CommandName": "Set-PnPSiteArchiveState", - "Id": 1639 + "Rank": 2 }, { "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "Rank": 1, + "Id": 1640, "CommandName": "Set-PnPSiteClassification", - "Id": 1640 + "Rank": 1 }, { "Command": "Set-PnPSiteClosure -State Open", - "Rank": 1, + "Id": 1641, "CommandName": "Set-PnPSiteClosure", - "Id": 1641 + "Rank": 1 }, { "Command": "Set-PnPSiteClosure -State Closed", - "Rank": 2, + "Id": 1642, "CommandName": "Set-PnPSiteClosure", - "Id": 1642 + "Rank": 2 }, { "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "Rank": 1, + "Id": 1643, "CommandName": "Set-PnPSiteDesign", - "Id": 1643 + "Rank": 1 }, { "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "Rank": 2, + "Id": 1644, "CommandName": "Set-PnPSiteDesign", - "Id": 1644 + "Rank": 2 }, { "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", - "Rank": 1, + "Id": 1645, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1645 + "Rank": 1 }, { "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", - "Rank": 2, + "Id": 1646, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1646 + "Rank": 2 }, { "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", - "Rank": 1, + "Id": 1647, "CommandName": "Set-PnPSiteGroup", - "Id": 1647 + "Rank": 1 }, { "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "Rank": 2, + "Id": 1648, "CommandName": "Set-PnPSiteGroup", - "Id": 1648 + "Rank": 2 }, { "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "Rank": 1, + "Id": 1649, "CommandName": "Set-PnPSitePolicy", - "Id": 1649 + "Rank": 1 }, { "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "Rank": 1, + "Id": 1650, "CommandName": "Set-PnPSiteScript", - "Id": 1650 + "Rank": 1 }, { "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "Rank": 1, + "Id": 1651, "CommandName": "Set-PnPSiteScriptPackage", - "Id": 1651 + "Rank": 1 }, { "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "Rank": 1, + "Id": 1652, "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1652 + "Rank": 1 }, { "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "Rank": 2, + "Id": 1653, "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1653 + "Rank": 2 }, { "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "Rank": 1, + "Id": 1654, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1654 + "Rank": 1 }, { "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "Rank": 2, + "Id": 1655, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1655 + "Rank": 2 }, { "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Rank": 3, + "Id": 1656, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1656 + "Rank": 3 }, { "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Rank": 4, + "Id": 1657, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1657 + "Rank": 4 }, { "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Rank": 5, + "Id": 1658, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1658 + "Rank": 5 }, { "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Rank": 6, + "Id": 1659, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1659 + "Rank": 6 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", - "Rank": 1, + "Id": 1660, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1660 + "Rank": 1 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", - "Rank": 2, + "Id": 1661, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1661 + "Rank": 2 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", - "Rank": 3, + "Id": 1662, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1662 + "Rank": 3 }, { "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", - "Rank": 4, + "Id": 1663, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1663 + "Rank": 4 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", - "Rank": 5, + "Id": 1664, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1664 + "Rank": 5 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", - "Rank": 6, + "Id": 1665, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1665 + "Rank": 6 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", - "Rank": 7, + "Id": 1666, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1666 + "Rank": 7 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", - "Rank": 8, + "Id": 1667, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1667 + "Rank": 8 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", - "Rank": 9, + "Id": 1668, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1668 + "Rank": 9 }, { "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", - "Rank": 10, + "Id": 1669, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1669 + "Rank": 10 }, { "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", - "Rank": 11, + "Id": 1670, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1670 + "Rank": 11 }, { "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "Rank": 1, + "Id": 1671, "CommandName": "Set-PnPStorageEntity", - "Id": 1671 + "Rank": 1 }, { "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "Rank": 2, + "Id": 1672, "CommandName": "Set-PnPStorageEntity", - "Id": 1672 + "Rank": 2 }, { "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Rank": 1, + "Id": 1673, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1673 + "Rank": 1 }, { "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Rank": 2, + "Id": 1674, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1674 + "Rank": 2 }, { "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Rank": 1, + "Id": 1675, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1675 + "Rank": 1 }, { "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Rank": 2, + "Id": 1676, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1676 + "Rank": 2 }, { "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "Rank": 1, + "Id": 1677, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1677 + "Rank": 1 }, { "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "Rank": 2, + "Id": 1678, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1678 + "Rank": 2 }, { "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "Rank": 3, + "Id": 1679, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1679 + "Rank": 3 }, { "Command": "Set-PnPTeamifyPromptHidden", - "Rank": 1, + "Id": 1680, "CommandName": "Set-PnPTeamifyPromptHidden", - "Id": 1680 + "Rank": 1 }, { "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "Rank": 1, + "Id": 1681, "CommandName": "Set-PnPTeamsChannel", - "Id": 1681 + "Rank": 1 }, { "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "Rank": 2, + "Id": 1682, "CommandName": "Set-PnPTeamsChannel", - "Id": 1682 + "Rank": 2 }, { "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", - "Rank": 1, + "Id": 1683, "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1683 + "Rank": 1 }, { "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "Rank": 2, + "Id": 1684, "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1684 + "Rank": 2 }, { "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", - "Rank": 1, + "Id": 1685, "CommandName": "Set-PnPTeamsTab", - "Id": 1685 + "Rank": 1 }, { "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", - "Rank": 1, + "Id": 1686, "CommandName": "Set-PnPTeamsTag", - "Id": 1686 + "Rank": 1 }, { "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "Rank": 1, + "Id": 1687, "CommandName": "Set-PnPTeamsTeam", - "Id": 1687 + "Rank": 1 }, { "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "Rank": 2, + "Id": 1688, "CommandName": "Set-PnPTeamsTeam", - "Id": 1688 + "Rank": 2 }, { "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "Rank": 3, + "Id": 1689, "CommandName": "Set-PnPTeamsTeam", - "Id": 1689 + "Rank": 3 }, { "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "Rank": 4, + "Id": 1690, "CommandName": "Set-PnPTeamsTeam", - "Id": 1690 + "Rank": 4 }, { "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "Rank": 1, + "Id": 1691, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1691 + "Rank": 1 }, { "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "Rank": 2, + "Id": 1692, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1692 + "Rank": 2 }, { "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "Rank": 3, + "Id": 1693, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1693 + "Rank": 3 }, { "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "Rank": 1, + "Id": 1694, "CommandName": "Set-PnPTeamsTeamPicture", - "Id": 1694 + "Rank": 1 }, { "Command": "Set-PnPTemporarilyDisableAppBar $true", - "Rank": 1, + "Id": 1695, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1695 + "Rank": 1 }, { "Command": "Set-PnPTemporarilyDisableAppBar $false", - "Rank": 2, + "Id": 1696, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1696 + "Rank": 2 }, { "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", - "Rank": 1, + "Id": 1697, "CommandName": "Set-PnPTenant", - "Id": 1697 + "Rank": 1 }, { "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "Rank": 2, + "Id": 1698, "CommandName": "Set-PnPTenant", - "Id": 1698 + "Rank": 2 }, { "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "Rank": 3, + "Id": 1699, "CommandName": "Set-PnPTenant", - "Id": 1699 + "Rank": 3 }, { "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "Rank": 4, + "Id": 1700, "CommandName": "Set-PnPTenant", - "Id": 1700 + "Rank": 4 }, { "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", - "Rank": 5, + "Id": 1701, "CommandName": "Set-PnPTenant", - "Id": 1701 + "Rank": 5 }, { "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", - "Rank": 6, + "Id": 1702, "CommandName": "Set-PnPTenant", - "Id": 1702 + "Rank": 6 }, { "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "Rank": 1, + "Id": 1703, "CommandName": "Set-PnPTenantAppCatalogUrl", - "Id": 1703 + "Rank": 1 }, { "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "Rank": 1, + "Id": 1704, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1704 + "Rank": 1 }, { "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "Rank": 2, + "Id": 1705, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1705 + "Rank": 2 }, { "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "Rank": 3, + "Id": 1706, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1706 + "Rank": 3 }, { "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", - "Rank": 1, + "Id": 1707, "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1707 + "Rank": 1 }, { "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "Rank": 2, + "Id": 1708, "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1708 + "Rank": 2 }, { "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", - "Rank": 1, + "Id": 1709, "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1709 + "Rank": 1 }, { "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", - "Rank": 2, + "Id": 1710, "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1710 + "Rank": 2 }, { "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", - "Rank": 1, + "Id": 1711, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1711 + "Rank": 1 }, { "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", - "Rank": 2, + "Id": 1712, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1712 + "Rank": 2 }, { "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "Rank": 1, + "Id": 1713, "CommandName": "Set-PnPTenantSite", - "Id": 1713 + "Rank": 1 }, { "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "Rank": 2, + "Id": 1714, "CommandName": "Set-PnPTenantSite", - "Id": 1714 + "Rank": 2 }, { "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "Rank": 3, + "Id": 1715, "CommandName": "Set-PnPTenantSite", - "Id": 1715 + "Rank": 3 }, { "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Rank": 4, + "Id": 1716, "CommandName": "Set-PnPTenantSite", - "Id": 1716 + "Rank": 4 }, { "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "Rank": 5, + "Id": 1717, "CommandName": "Set-PnPTenantSite", - "Id": 1717 + "Rank": 5 }, { "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "Rank": 1, + "Id": 1718, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1718 + "Rank": 1 }, { "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "Rank": 2, + "Id": 1719, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1719 + "Rank": 2 }, { "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "Rank": 1, + "Id": 1720, "CommandName": "Set-PnPTerm", - "Id": 1720 + "Rank": 1 }, { "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Rank": 2, + "Id": 1721, "CommandName": "Set-PnPTerm", - "Id": 1721 + "Rank": 2 }, { "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Rank": 3, + "Id": 1722, "CommandName": "Set-PnPTerm", - "Id": 1722 + "Rank": 3 }, { "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", - "Rank": 4, + "Id": 1723, "CommandName": "Set-PnPTerm", - "Id": 1723 + "Rank": 4 }, { "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "Rank": 1, + "Id": 1724, "CommandName": "Set-PnPTermGroup", - "Id": 1724 + "Rank": 1 }, { "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "Rank": 2, + "Id": 1725, "CommandName": "Set-PnPTermGroup", - "Id": 1725 + "Rank": 2 }, { "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "Rank": 1, + "Id": 1726, "CommandName": "Set-PnPTermSet", - "Id": 1726 + "Rank": 1 }, { "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "Rank": 2, + "Id": 1727, "CommandName": "Set-PnPTermSet", - "Id": 1727 + "Rank": 2 }, { "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "Rank": 3, + "Id": 1728, "CommandName": "Set-PnPTermSet", - "Id": 1728 + "Rank": 3 }, { "Command": "Set-PnPTheme", - "Rank": 1, + "Id": 1729, "CommandName": "Set-PnPTheme", - "Id": 1729 + "Rank": 1 }, { "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "Rank": 2, + "Id": 1730, "CommandName": "Set-PnPTheme", - "Id": 1730 + "Rank": 2 }, { "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "Rank": 3, + "Id": 1731, "CommandName": "Set-PnPTheme", - "Id": 1731 + "Rank": 3 }, { "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "Rank": 4, + "Id": 1732, "CommandName": "Set-PnPTheme", - "Id": 1732 + "Rank": 4 }, { "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "Rank": 1, + "Id": 1733, "CommandName": "Set-PnPUserOneDriveQuota", - "Id": 1733 + "Rank": 1 }, { "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", - "Rank": 1, + "Id": 1734, "CommandName": "Set-PnPUserProfilePhoto", - "Id": 1734 + "Rank": 1 }, { "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "Rank": 1, + "Id": 1735, "CommandName": "Set-PnPUserProfileProperty", - "Id": 1735 + "Rank": 1 }, { "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "Rank": 2, + "Id": 1736, "CommandName": "Set-PnPUserProfileProperty", - "Id": 1736 + "Rank": 2 }, { "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", - "Rank": 1, + "Id": 1737, "CommandName": "Set-PnPView", - "Id": 1737 + "Rank": 1 }, { "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", - "Rank": 2, + "Id": 1738, "CommandName": "Set-PnPView", - "Id": 1738 + "Rank": 2 }, { "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", - "Rank": 3, + "Id": 1739, "CommandName": "Set-PnPView", - "Id": 1739 + "Rank": 3 }, { "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", - "Rank": 4, + "Id": 1740, "CommandName": "Set-PnPView", - "Id": 1740 + "Rank": 4 }, { "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", - "Rank": 1, + "Id": 1741, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1741 + "Rank": 1 }, { "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", - "Rank": 2, + "Id": 1742, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1742 + "Rank": 2 }, { "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", - "Rank": 3, + "Id": 1743, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1743 + "Rank": 3 }, { "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", - "Rank": 4, + "Id": 1744, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1744 + "Rank": 4 }, { "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", - "Rank": 1, + "Id": 1745, "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1745 + "Rank": 1 }, { "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", - "Rank": 2, + "Id": 1746, "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1746 + "Rank": 2 }, { "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "Rank": 1, + "Id": 1747, "CommandName": "Set-PnPWeb", - "Id": 1747 + "Rank": 1 }, { "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "Rank": 2, + "Id": 1748, "CommandName": "Set-PnPWeb", - "Id": 1748 + "Rank": 2 }, { "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "Rank": 3, + "Id": 1749, "CommandName": "Set-PnPWeb", - "Id": 1749 + "Rank": 3 }, { "Command": "Set-PnPWeb -NoCrawl:$true", - "Rank": 4, + "Id": 1750, "CommandName": "Set-PnPWeb", - "Id": 1750 + "Rank": 4 }, { "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "Rank": 1, + "Id": 1751, "CommandName": "Set-PnPWebHeader", - "Id": 1751 + "Rank": 1 }, { "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "Rank": 2, + "Id": 1752, "CommandName": "Set-PnPWebHeader", - "Id": 1752 + "Rank": 2 }, { "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "Rank": 3, + "Id": 1753, "CommandName": "Set-PnPWebHeader", - "Id": 1753 + "Rank": 3 }, { "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", - "Rank": 1, + "Id": 1754, "CommandName": "Set-PnPWebhookSubscription", - "Id": 1754 + "Rank": 1 }, { "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "Rank": 2, + "Id": 1755, "CommandName": "Set-PnPWebhookSubscription", - "Id": 1755 + "Rank": 2 }, { "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", - "Rank": 1, + "Id": 1756, "CommandName": "Set-PnPWebPartProperty", - "Id": 1756 + "Rank": 1 }, { "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "Rank": 1, + "Id": 1757, "CommandName": "Set-PnPWebPermission", - "Id": 1757 + "Rank": 1 }, { "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "Rank": 2, + "Id": 1758, "CommandName": "Set-PnPWebPermission", - "Id": 1758 + "Rank": 2 }, { "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "Rank": 3, + "Id": 1759, "CommandName": "Set-PnPWebPermission", - "Id": 1759 + "Rank": 3 }, { "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", - "Rank": 4, + "Id": 1760, "CommandName": "Set-PnPWebPermission", - "Id": 1760 + "Rank": 4 }, { "Command": "Set-PnPWebTheme -Theme MyTheme", - "Rank": 1, + "Id": 1761, "CommandName": "Set-PnPWebTheme", - "Id": 1761 + "Rank": 1 }, { "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "Rank": 2, + "Id": 1762, "CommandName": "Set-PnPWebTheme", - "Id": 1762 + "Rank": 2 }, { "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "Rank": 1, + "Id": 1763, "CommandName": "Set-PnPWikiPageContent", - "Id": 1763 + "Rank": 1 }, { "Command": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 1, + "Id": 1764, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1764 + "Rank": 1 }, { "Command": "Start-PnPEnterpriseAppInsightsReport 28", - "Rank": 2, + "Id": 1765, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1765 + "Rank": 2 }, { "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", - "Rank": 1, + "Id": 1766, "CommandName": "Start-PnPTraceLog", - "Id": 1766 + "Rank": 1 }, { "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", - "Rank": 2, + "Id": 1767, "CommandName": "Start-PnPTraceLog", - "Id": 1767 + "Rank": 2 }, { "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", - "Rank": 3, + "Id": 1768, "CommandName": "Start-PnPTraceLog", - "Id": 1768 + "Rank": 3 }, { "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", - "Rank": 4, + "Id": 1769, "CommandName": "Start-PnPTraceLog", - "Id": 1769 + "Rank": 4 }, { "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Rank": 1, + "Id": 1770, "CommandName": "Stop-PnPFlowRun", - "Id": 1770 + "Rank": 1 }, { "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", - "Rank": 2, + "Id": 1771, "CommandName": "Stop-PnPFlowRun", - "Id": 1771 + "Rank": 2 }, { "Command": "Stop-PnPTraceLog", - "Rank": 1, + "Id": 1772, "CommandName": "Stop-PnPTraceLog", - "Id": 1772 + "Rank": 1 }, { "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", - "Rank": 2, + "Id": 1773, "CommandName": "Stop-PnPTraceLog", - "Id": 1773 + "Rank": 2 }, { "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "Rank": 1, + "Id": 1774, "CommandName": "Submit-PnPSearchQuery", - "Id": 1774 + "Rank": 1 }, { "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "Rank": 2, + "Id": 1775, "CommandName": "Submit-PnPSearchQuery", - "Id": 1775 + "Rank": 2 }, { "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "Rank": 3, + "Id": 1776, "CommandName": "Submit-PnPSearchQuery", - "Id": 1776 + "Rank": 3 }, { "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "Rank": 4, + "Id": 1777, "CommandName": "Submit-PnPSearchQuery", - "Id": 1777 + "Rank": 4 }, { "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "Rank": 5, + "Id": 1778, "CommandName": "Submit-PnPSearchQuery", - "Id": 1778 + "Rank": 5 }, { "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", - "Rank": 6, + "Id": 1779, "CommandName": "Submit-PnPSearchQuery", - "Id": 1779 + "Rank": 6 }, { "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "Rank": 1, + "Id": 1780, "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1780 + "Rank": 1 }, { "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", - "Rank": 2, + "Id": 1781, "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1781 + "Rank": 2 }, { "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 1782, "CommandName": "Sync-PnPAppToTeams", - "Id": 1782 + "Rank": 1 }, { "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "Rank": 1, + "Id": 1783, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1783 + "Rank": 1 }, { "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "Rank": 2, + "Id": 1784, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1784 + "Rank": 2 }, { "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", - "Rank": 3, + "Id": 1785, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1785 + "Rank": 3 }, { "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "Rank": 1, + "Id": 1786, "CommandName": "Test-PnPListItemIsRecord", - "Id": 1786 + "Rank": 1 }, { "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "Rank": 1, + "Id": 1787, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Id": 1787 + "Rank": 1 }, { "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "Rank": 1, + "Id": 1788, "CommandName": "Test-PnPSite", - "Id": 1788 + "Rank": 1 }, { "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "Rank": 2, + "Id": 1789, "CommandName": "Test-PnPSite", - "Id": 1789 + "Rank": 2 }, { "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "Rank": 1, + "Id": 1790, "CommandName": "Test-PnPTenantTemplate", - "Id": 1790 + "Rank": 1 }, { "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "Rank": 1, + "Id": 1791, "CommandName": "Undo-PnPFileCheckedOut", - "Id": 1791 + "Rank": 1 }, { "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 1792, "CommandName": "Uninstall-PnPApp", - "Id": 1792 + "Rank": 1 }, { "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Rank": 2, + "Id": 1793, "CommandName": "Uninstall-PnPApp", - "Id": 1793 + "Rank": 2 }, { "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", - "Rank": 1, + "Id": 1794, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Id": 1794 + "Rank": 1 }, { "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 1795, "CommandName": "Unpublish-PnPApp", - "Id": 1795 + "Rank": 1 }, { "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Rank": 2, + "Id": 1796, "CommandName": "Unpublish-PnPApp", - "Id": 1796 + "Rank": 2 }, { "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "Rank": 1, + "Id": 1797, "CommandName": "Unpublish-PnPContentType", - "Id": 1797 + "Rank": 1 }, { "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "Rank": 1, + "Id": 1798, "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1798 + "Rank": 1 }, { "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "Rank": 2, + "Id": 1799, "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1799 + "Rank": 2 }, { "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "Rank": 1, + "Id": 1800, "CommandName": "Unregister-PnPHubSite", - "Id": 1800 + "Rank": 1 }, { "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Rank": 1, + "Id": 1801, "CommandName": "Update-PnPApp", - "Id": 1801 + "Rank": 1 }, { "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Rank": 2, + "Id": 1802, "CommandName": "Update-PnPApp", - "Id": 1802 + "Rank": 2 }, { "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "Rank": 1, + "Id": 1803, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1803 + "Rank": 1 }, { "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "Rank": 2, + "Id": 1804, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1804 + "Rank": 2 }, { "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "Rank": 3, + "Id": 1805, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1805 + "Rank": 3 }, { "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "Rank": 1, + "Id": 1806, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1806 + "Rank": 1 }, { "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "Rank": 2, + "Id": 1807, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1807 + "Rank": 2 }, { "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", - "Rank": 3, + "Id": 1808, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1808 + "Rank": 3 }, { "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", - "Rank": 1, + "Id": 1809, "CommandName": "Update-PnPTeamsApp", - "Id": 1809 + "Rank": 1 }, { "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Rank": 1, + "Id": 1810, "CommandName": "Update-PnPTeamsUser", - "Id": 1810 + "Rank": 1 }, { "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "Rank": 2, + "Id": 1811, "CommandName": "Update-PnPTeamsUser", - "Id": 1811 + "Rank": 2 }, { "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", - "Rank": 3, + "Id": 1812, "CommandName": "Update-PnPTeamsUser", - "Id": 1812 + "Rank": 3 }, { "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", - "Rank": 1, + "Id": 1813, "CommandName": "Update-PnPTodoList", - "Id": 1813 + "Rank": 1 }, { "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", - "Rank": 2, + "Id": 1814, "CommandName": "Update-PnPTodoList", - "Id": 1814 + "Rank": 2 }, { "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "Rank": 1, + "Id": 1815, "CommandName": "Update-PnPUserType", - "Id": 1815 + "Rank": 1 }, { "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "Rank": 1, + "Id": 1816, "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1816 + "Rank": 1 }, { "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", - "Rank": 2, + "Id": 1817, "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1817 + "Rank": 2 }, { "Command": "Write-PnPTraceLog \"Hello World\"", - "Rank": 1, + "Id": 1818, "CommandName": "Write-PnPTraceLog", - "Id": 1818 + "Rank": 1 }, { "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", - "Rank": 2, + "Id": 1819, "CommandName": "Write-PnPTraceLog", - "Id": 1819 + "Rank": 2 }, { "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", - "Rank": 3, + "Id": 1820, "CommandName": "Write-PnPTraceLog", - "Id": 1820 + "Rank": 3 }, { "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", - "Rank": 4, + "Id": 1821, "CommandName": "Write-PnPTraceLog", - "Id": 1821 + "Rank": 4 } ] diff --git a/version.json b/version.json index a36e430af..32669e661 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Message": "", - "Version": "3.1.113" + "Version": "3.1.114", + "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 29d387206..45a0a38ae 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.113 \ No newline at end of file +3.1.114 \ No newline at end of file From 86a6051c9e680e6410776d578e8113f8fb264471 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Sun, 10 Aug 2025 03:13:02 +0000 Subject: [PATCH 15/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 2 +- version.txt | 2 +- 4 files changed, 5468 insertions(+), 5468 deletions(-) diff --git a/dependencies.json b/dependencies.json index 5d7162ec8..a2953865e 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250809-030120", + "Updated": "20250810-031131", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "dbbf47921ada037d4b0baf0dfe01d418b81db7a7", - "PnPCore": "78a2c2ab6a01430231a5a0774b50986c92cab121" + "PnPFramework": "a5659082b64fdab8daf36751e0319233985f1a9c", + "PnPCore": "242ddfe2a6fdc8d43564fb0883787c43f04cbd58" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 356d56a3e..6bd76fa45 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Command": "Add-PnPAlert -List \"Demo List\"", - "Id": 1, + "Rank": 1, "CommandName": "Add-PnPAlert", - "Rank": 1 + "Id": 1, + "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", - "Id": 2, + "Rank": 2, "CommandName": "Add-PnPAlert", - "Rank": 2 + "Id": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 3, + "Rank": 3, "CommandName": "Add-PnPAlert", - "Rank": 3 + "Id": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "Id": 4, + "Rank": 4, "CommandName": "Add-PnPAlert", - "Rank": 4 + "Id": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg", - "Id": 5, + "Rank": 1, "CommandName": "Add-PnPApp", - "Rank": 1 + "Id": 5, + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "Id": 6, + "Rank": 2, "CommandName": "Add-PnPApp", - "Rank": 2 + "Id": 6, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "Id": 7, + "Rank": 3, "CommandName": "Add-PnPApp", - "Rank": 3 + "Id": 7, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "Id": 8, + "Rank": 4, "CommandName": "Add-PnPApp", - "Rank": 4 + "Id": 8, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", - "Id": 9, + "Rank": 1, "CommandName": "Add-PnPApplicationCustomizer", - "Rank": 1 + "Id": 9, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "Id": 10, + "Rank": 1, "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 10, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "Id": 11, + "Rank": 2, "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 11, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 12, + "Rank": 1, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 1 + "Id": 12, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 13, + "Rank": 2, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 2 + "Id": 13, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Id": 14, + "Rank": 3, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 3 + "Id": 14, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 15, + "Rank": 1, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 15, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 16, + "Rank": 2, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 2 + "Id": 16, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Id": 17, + "Rank": 3, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 3 + "Id": 17, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "Id": 18, + "Rank": 1, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 1 + "Id": 18, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "Id": 19, + "Rank": 2, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 2 + "Id": 19, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", - "Id": 20, + "Rank": 1, "CommandName": "Add-PnPBrandCenterFont", - "Rank": 1 + "Id": 20, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", - "Id": 21, + "Rank": 2, "CommandName": "Add-PnPBrandCenterFont", - "Rank": 2 + "Id": 21, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", - "Id": 22, + "Rank": 1, "CommandName": "Add-PnPBrandCenterFontPackage", - "Rank": 1 + "Id": 22, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "Id": 23, + "Rank": 1, "CommandName": "Add-PnPContentType", - "Rank": 1 + "Id": 23, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "Id": 24, + "Rank": 2, "CommandName": "Add-PnPContentType", - "Rank": 2 + "Id": 24, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", - "Id": 25, + "Rank": 3, "CommandName": "Add-PnPContentType", - "Rank": 3 + "Id": 25, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "Command": "Add-PnPContentType -Name \"Project Item\"", - "Id": 26, + "Rank": 4, "CommandName": "Add-PnPContentType", - "Rank": 4 + "Id": 26, + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", - "Id": 27, + "Rank": 5, "CommandName": "Add-PnPContentType", - "Rank": 5 + "Id": 27, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "Id": 28, + "Rank": 1, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 1 + "Id": 28, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "Id": 29, + "Rank": 2, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 2 + "Id": 29, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "Id": 30, + "Rank": 1, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 1 + "Id": 30, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Id": 31, + "Rank": 2, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 2 + "Id": 31, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "Id": 32, + "Rank": 1, "CommandName": "Add-PnPContentTypeToList", - "Rank": 1 + "Id": 32, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Id": 33, + "Rank": 1, "CommandName": "Add-PnPCustomAction", - "Rank": 1 + "Id": 33, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "Id": 34, + "Rank": 1, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 1 + "Id": 34, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "Id": 35, + "Rank": 2, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 2 + "Id": 35, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "Id": 36, + "Rank": 1, "CommandName": "Add-PnPDocumentSet", - "Rank": 1 + "Id": 36, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", - "Id": 37, + "Rank": 2, "CommandName": "Add-PnPDocumentSet", - "Rank": 2 + "Id": 37, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "Id": 38, + "Rank": 1, "CommandName": "Add-PnPEventReceiver", - "Rank": 1 + "Id": 38, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "Id": 39, + "Rank": 2, "CommandName": "Add-PnPEventReceiver", - "Rank": 2 + "Id": 39, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", - "Id": 40, + "Rank": 3, "CommandName": "Add-PnPEventReceiver", - "Rank": 3 + "Id": 40, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", - "Id": 41, + "Rank": 4, "CommandName": "Add-PnPEventReceiver", - "Rank": 4 + "Id": 41, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "Id": 42, + "Rank": 1, "CommandName": "Add-PnPField", - "Rank": 1 + "Id": 42, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", - "Id": 43, + "Rank": 2, "CommandName": "Add-PnPField", - "Rank": 2 + "Id": 43, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "Id": 44, + "Rank": 3, "CommandName": "Add-PnPField", - "Rank": 3 + "Id": 44, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "Id": 45, + "Rank": 4, "CommandName": "Add-PnPField", - "Rank": 4 + "Id": 45, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", - "Id": 46, + "Rank": 5, "CommandName": "Add-PnPField", - "Rank": 5 + "Id": 46, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "Id": 47, + "Rank": 6, "CommandName": "Add-PnPField", - "Rank": 6 + "Id": 47, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "Id": 48, + "Rank": 1, "CommandName": "Add-PnPFieldToContentType", - "Rank": 1 + "Id": 48, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "Id": 49, + "Rank": 1, "CommandName": "Add-PnPFile", - "Rank": 1 + "Id": 49, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "Id": 50, + "Rank": 2, "CommandName": "Add-PnPFile", - "Rank": 2 + "Id": 50, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", - "Id": 51, + "Rank": 3, "CommandName": "Add-PnPFile", - "Rank": 3 + "Id": 51, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", - "Id": 52, + "Rank": 4, "CommandName": "Add-PnPFile", - "Rank": 4 + "Id": 52, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", - "Id": 53, + "Rank": 5, "CommandName": "Add-PnPFile", - "Rank": 5 + "Id": 53, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", - "Id": 54, + "Rank": 6, "CommandName": "Add-PnPFile", - "Rank": 6 + "Id": 54, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "Id": 55, + "Rank": 7, "CommandName": "Add-PnPFile", - "Rank": 7 + "Id": 55, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "Id": 56, + "Rank": 8, "CommandName": "Add-PnPFile", - "Rank": 8 + "Id": 56, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 57, + "Rank": 1, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 1 + "Id": 57, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", - "Id": 58, + "Rank": 2, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 2 + "Id": 58, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", - "Id": 59, + "Rank": 3, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 3 + "Id": 59, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 60, + "Rank": 1, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 1 + "Id": 60, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", - "Id": 61, + "Rank": 2, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 2 + "Id": 61, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Id": 62, + "Rank": 1, "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 1 + "Id": 62, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Id": 63, + "Rank": 2, "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 2 + "Id": 63, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Id": 64, + "Rank": 1, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 1 + "Id": 64, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Id": 65, + "Rank": 2, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 2 + "Id": 65, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Id": 66, + "Rank": 3, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 3 + "Id": 66, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "Id": 67, + "Rank": 1, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 1 + "Id": 67, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", - "Id": 68, + "Rank": 2, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 2 + "Id": 68, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "Id": 69, + "Rank": 3, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 3 + "Id": 69, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "Id": 70, + "Rank": 4, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 4 + "Id": 70, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "Id": 71, + "Rank": 5, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 5 + "Id": 71, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 72, + "Rank": 1, "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 1 + "Id": 72, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 73, + "Rank": 2, "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 2 + "Id": 73, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", - "Id": 74, + "Rank": 1, "CommandName": "Add-PnPFlowOwner", - "Rank": 1 + "Id": 74, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", - "Id": 75, + "Rank": 2, "CommandName": "Add-PnPFlowOwner", - "Rank": 2 + "Id": 75, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", - "Id": 76, + "Rank": 3, "CommandName": "Add-PnPFlowOwner", - "Rank": 3 + "Id": 76, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", - "Id": 77, + "Rank": 4, "CommandName": "Add-PnPFlowOwner", - "Rank": 4 + "Id": 77, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "Id": 78, + "Rank": 1, "CommandName": "Add-PnPFolder", - "Rank": 1 + "Id": 78, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "Id": 79, + "Rank": 2, "CommandName": "Add-PnPFolder", - "Rank": 2 + "Id": 79, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "Id": 80, + "Rank": 3, "CommandName": "Add-PnPFolder", - "Rank": 3 + "Id": 80, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 81, + "Rank": 1, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 1 + "Id": 81, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", - "Id": 82, + "Rank": 2, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 2 + "Id": 82, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", - "Id": 83, + "Rank": 3, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 3 + "Id": 83, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 84, + "Rank": 1, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 1 + "Id": 84, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", - "Id": 85, + "Rank": 2, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 2 + "Id": 85, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Id": 86, + "Rank": 1, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 1 + "Id": 86, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Id": 87, + "Rank": 2, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 2 + "Id": 87, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Id": 88, + "Rank": 3, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 3 + "Id": 88, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 89, + "Rank": 1, "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 1 + "Id": 89, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 90, + "Rank": 2, "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 2 + "Id": 90, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "Id": 91, + "Rank": 1, "CommandName": "Add-PnPGroupMember", - "Rank": 1 + "Id": 91, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "Id": 92, + "Rank": 2, "CommandName": "Add-PnPGroupMember", - "Rank": 2 + "Id": 92, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "Id": 93, + "Rank": 1, "CommandName": "Add-PnPHomeSite", - "Rank": 1 + "Id": 93, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Id": 94, + "Rank": 1, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Rank": 1 + "Id": 94, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", - "Id": 95, + "Rank": 1, "CommandName": "Add-PnPHubSiteAssociation", - "Rank": 1 + "Id": 95, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "Id": 96, + "Rank": 1, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 1 + "Id": 96, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", - "Id": 97, + "Rank": 2, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 2 + "Id": 97, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", - "Id": 98, + "Rank": 3, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 3 + "Id": 98, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "Id": 99, + "Rank": 1, "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 1 + "Id": 99, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "Id": 100, + "Rank": 2, "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 2 + "Id": 100, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "Id": 101, + "Rank": 1, "CommandName": "Add-PnPJavaScriptLink", - "Rank": 1 + "Id": 101, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "Id": 102, + "Rank": 2, "CommandName": "Add-PnPJavaScriptLink", - "Rank": 2 + "Id": 102, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "Id": 103, + "Rank": 1, "CommandName": "Add-PnPListDesign", - "Rank": 1 + "Id": 103, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", - "Id": 104, + "Rank": 2, "CommandName": "Add-PnPListDesign", - "Rank": 2 + "Id": 104, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "Id": 105, + "Rank": 1, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 1 + "Id": 105, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "Id": 106, + "Rank": 2, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 2 + "Id": 106, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "Id": 107, + "Rank": 3, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 3 + "Id": 107, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 108, + "Rank": 1, "CommandName": "Add-PnPListItem", - "Rank": 1 + "Id": 108, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 109, + "Rank": 2, "CommandName": "Add-PnPListItem", - "Rank": 2 + "Id": 109, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "Id": 110, + "Rank": 3, "CommandName": "Add-PnPListItem", - "Rank": 3 + "Id": 110, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "Id": 111, + "Rank": 4, "CommandName": "Add-PnPListItem", - "Rank": 4 + "Id": 111, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "Id": 112, + "Rank": 5, "CommandName": "Add-PnPListItem", - "Rank": 5 + "Id": 112, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "Id": 113, + "Rank": 1, "CommandName": "Add-PnPListItemAttachment", - "Rank": 1 + "Id": 113, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "Id": 114, + "Rank": 2, "CommandName": "Add-PnPListItemAttachment", - "Rank": 2 + "Id": 114, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "Id": 115, + "Rank": 3, "CommandName": "Add-PnPListItemAttachment", - "Rank": 3 + "Id": 115, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "Id": 116, + "Rank": 1, "CommandName": "Add-PnPListItemComment", - "Rank": 1 + "Id": 116, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "Id": 117, + "Rank": 1, "CommandName": "Add-PnPMasterPage", - "Rank": 1 + "Id": 117, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 118, + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 118, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 119, + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 2 + "Id": 119, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 120, + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 120, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 121, + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 2 + "Id": 121, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", - "Id": 122, + "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 1 + "Id": 122, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "Id": 123, + "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 2 + "Id": 123, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", - "Id": 124, + "Rank": 3, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 3 + "Id": 124, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "Id": 125, + "Rank": 1, "CommandName": "Add-PnPNavigationNode", - "Rank": 1 + "Id": 125, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", - "Id": 126, + "Rank": 2, "CommandName": "Add-PnPNavigationNode", - "Rank": 2 + "Id": 126, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "Id": 127, + "Rank": 3, "CommandName": "Add-PnPNavigationNode", - "Rank": 3 + "Id": 127, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "Id": 128, + "Rank": 4, "CommandName": "Add-PnPNavigationNode", - "Rank": 4 + "Id": 128, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "Id": 129, + "Rank": 5, "CommandName": "Add-PnPNavigationNode", - "Rank": 5 + "Id": 129, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "Id": 130, + "Rank": 6, "CommandName": "Add-PnPNavigationNode", - "Rank": 6 + "Id": 130, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", - "Id": 131, + "Rank": 7, "CommandName": "Add-PnPNavigationNode", - "Rank": 7 + "Id": 131, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", - "Id": 132, + "Rank": 8, "CommandName": "Add-PnPNavigationNode", - "Rank": 8 + "Id": 132, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "Id": 133, + "Rank": 1, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 133, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "Id": 134, + "Rank": 2, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 134, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "Id": 135, + "Rank": 3, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 3 + "Id": 135, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "Id": 136, + "Rank": 1, "CommandName": "Add-PnPOrgNewsSite", - "Rank": 1 + "Id": 136, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\"", - "Id": 137, + "Rank": 1, "CommandName": "Add-PnPPage", - "Rank": 1 + "Id": 137, + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "Id": 138, + "Rank": 2, "CommandName": "Add-PnPPage", - "Rank": 2 + "Id": 138, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "Id": 139, + "Rank": 3, "CommandName": "Add-PnPPage", - "Rank": 3 + "Id": 139, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "Id": 140, + "Rank": 4, "CommandName": "Add-PnPPage", - "Rank": 4 + "Id": 140, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "Id": 141, + "Rank": 5, "CommandName": "Add-PnPPage", - "Rank": 5 + "Id": 141, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "Id": 142, + "Rank": 6, "CommandName": "Add-PnPPage", - "Rank": 6 + "Id": 142, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "Id": 143, + "Rank": 7, "CommandName": "Add-PnPPage", - "Rank": 7 + "Id": 143, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "Id": 144, + "Rank": 8, "CommandName": "Add-PnPPage", - "Rank": 8 + "Id": 144, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "Id": 145, + "Rank": 9, "CommandName": "Add-PnPPage", - "Rank": 9 + "Id": 145, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Id": 146, + "Rank": 10, "CommandName": "Add-PnPPage", - "Rank": 10 + "Id": 146, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "Id": 147, + "Rank": 1, "CommandName": "Add-PnPPageImageWebPart", - "Rank": 1 + "Id": 147, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "Id": 148, + "Rank": 2, "CommandName": "Add-PnPPageImageWebPart", - "Rank": 2 + "Id": 148, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "Id": 149, + "Rank": 1, "CommandName": "Add-PnPPageSection", - "Rank": 1 + "Id": 149, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "Id": 150, + "Rank": 2, "CommandName": "Add-PnPPageSection", - "Rank": 2 + "Id": 150, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "Id": 151, + "Rank": 1, "CommandName": "Add-PnPPageTextPart", - "Rank": 1 + "Id": 151, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "Id": 152, + "Rank": 2, "CommandName": "Add-PnPPageTextPart", - "Rank": 2 + "Id": 152, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "Id": 153, + "Rank": 3, "CommandName": "Add-PnPPageTextPart", - "Rank": 3 + "Id": 153, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "Id": 154, + "Rank": 1, "CommandName": "Add-PnPPageWebPart", - "Rank": 1 + "Id": 154, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "Id": 155, + "Rank": 2, "CommandName": "Add-PnPPageWebPart", - "Rank": 2 + "Id": 155, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "Id": 156, + "Rank": 3, "CommandName": "Add-PnPPageWebPart", - "Rank": 3 + "Id": 156, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "Id": 157, + "Rank": 1, "CommandName": "Add-PnPPlannerBucket", - "Rank": 1 + "Id": 157, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "Id": 158, + "Rank": 2, "CommandName": "Add-PnPPlannerBucket", - "Rank": 2 + "Id": 158, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Command": "Add-PnPPlannerRoster", - "Id": 159, + "Rank": 1, "CommandName": "Add-PnPPlannerRoster", - "Rank": 1 + "Id": 159, + "Command": "Add-PnPPlannerRoster" }, { - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 160, + "Rank": 1, "CommandName": "Add-PnPPlannerRosterMember", - "Rank": 1 + "Id": 160, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Id": 161, + "Rank": 1, "CommandName": "Add-PnPPlannerTask", - "Rank": 1 + "Id": 161, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Id": 162, + "Rank": 2, "CommandName": "Add-PnPPlannerTask", - "Rank": 2 + "Id": 162, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Id": 163, + "Rank": 3, "CommandName": "Add-PnPPlannerTask", - "Rank": 3 + "Id": 163, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "Id": 164, + "Rank": 1, "CommandName": "Add-PnPPublishingImageRendition", - "Rank": 1 + "Id": 164, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "Id": 165, + "Rank": 1, "CommandName": "Add-PnPPublishingPage", - "Rank": 1 + "Id": 165, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "Id": 166, + "Rank": 2, "CommandName": "Add-PnPPublishingPage", - "Rank": 2 + "Id": 166, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Id": 167, + "Rank": 1, "CommandName": "Add-PnPPublishingPageLayout", - "Rank": 1 + "Id": 167, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "Id": 168, + "Rank": 1, "CommandName": "Add-PnPRoleDefinition", - "Rank": 1 + "Id": 168, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "Id": 169, + "Rank": 2, "CommandName": "Add-PnPRoleDefinition", - "Rank": 2 + "Id": 169, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "Id": 170, + "Rank": 3, "CommandName": "Add-PnPRoleDefinition", - "Rank": 3 + "Id": 170, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "Id": 171, + "Rank": 1, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 171, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 172, + "Rank": 2, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 2 + "Id": 172, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", - "Id": 173, + "Rank": 3, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 3 + "Id": 173, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Add-PnPSiteCollectionAppCatalog", - "Id": 174, + "Rank": 1, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 174, + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "Id": 175, + "Rank": 2, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 2 + "Id": 175, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", - "Id": 176, + "Rank": 1, "CommandName": "Add-PnPSiteDesign", - "Rank": 1 + "Id": 176, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "Id": 177, + "Rank": 2, "CommandName": "Add-PnPSiteDesign", - "Rank": 2 + "Id": 177, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "Id": 178, + "Rank": 3, "CommandName": "Add-PnPSiteDesign", - "Rank": 3 + "Id": 178, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "Id": 179, + "Rank": 1, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 1 + "Id": 179, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "Id": 180, + "Rank": 2, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 2 + "Id": 180, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "Id": 181, + "Rank": 3, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 3 + "Id": 181, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "Id": 182, + "Rank": 1, "CommandName": "Add-PnPSiteDesignTask", - "Rank": 1 + "Id": 182, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Id": 183, + "Rank": 2, "CommandName": "Add-PnPSiteDesignTask", - "Rank": 2 + "Id": 183, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "Id": 184, + "Rank": 1, "CommandName": "Add-PnPSiteScript", - "Rank": 1 + "Id": 184, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", - "Id": 185, + "Rank": 1, "CommandName": "Add-PnPSiteScriptPackage", - "Rank": 1 + "Id": 185, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "Id": 186, + "Rank": 1, "CommandName": "Add-PnPSiteTemplate", - "Rank": 1 + "Id": 186, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "Id": 187, + "Rank": 1, "CommandName": "Add-PnPStoredCredential", - "Rank": 1 + "Id": 187, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Id": 188, + "Rank": 2, "CommandName": "Add-PnPStoredCredential", - "Rank": 2 + "Id": 188, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "Id": 189, + "Rank": 3, "CommandName": "Add-PnPStoredCredential", - "Rank": 3 + "Id": 189, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "Id": 190, + "Rank": 1, "CommandName": "Add-PnPTaxonomyField", - "Rank": 1 + "Id": 190, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "Id": 191, + "Rank": 2, "CommandName": "Add-PnPTaxonomyField", - "Rank": 2 + "Id": 191, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "Id": 192, + "Rank": 1, "CommandName": "Add-PnPTeamsChannel", - "Rank": 1 + "Id": 192, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "Id": 193, + "Rank": 2, "CommandName": "Add-PnPTeamsChannel", - "Rank": 2 + "Id": 193, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "Id": 194, + "Rank": 3, "CommandName": "Add-PnPTeamsChannel", - "Rank": 3 + "Id": 194, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "Id": 195, + "Rank": 4, "CommandName": "Add-PnPTeamsChannel", - "Rank": 4 + "Id": 195, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", - "Id": 196, + "Rank": 1, "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 1 + "Id": 196, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "Id": 197, + "Rank": 2, "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 2 + "Id": 197, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", - "Id": 198, + "Rank": 1, "CommandName": "Add-PnPTeamsTab", - "Rank": 1 + "Id": 198, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "Id": 199, + "Rank": 2, "CommandName": "Add-PnPTeamsTab", - "Rank": 2 + "Id": 199, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "Id": 200, + "Rank": 3, "CommandName": "Add-PnPTeamsTab", - "Rank": 3 + "Id": 200, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", - "Id": 201, + "Rank": 4, "CommandName": "Add-PnPTeamsTab", - "Rank": 4 + "Id": 201, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "Command": "Add-PnPTeamsTeam", - "Id": 202, + "Rank": 1, "CommandName": "Add-PnPTeamsTeam", - "Rank": 1 + "Id": 202, + "Command": "Add-PnPTeamsTeam" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 203, + "Rank": 1, "CommandName": "Add-PnPTeamsUser", - "Rank": 1 + "Id": 203, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "Id": 204, + "Rank": 2, "CommandName": "Add-PnPTeamsUser", - "Rank": 2 + "Id": 204, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "Id": 205, + "Rank": 3, "CommandName": "Add-PnPTeamsUser", - "Rank": 3 + "Id": 205, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "Id": 206, + "Rank": 4, "CommandName": "Add-PnPTeamsUser", - "Rank": 4 + "Id": 206, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "Id": 207, + "Rank": 1, "CommandName": "Add-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 207, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "Id": 208, + "Rank": 1, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Id": 208, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Id": 209, + "Rank": 2, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 2 + "Id": 209, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Id": 210, + "Rank": 3, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 3 + "Id": 210, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "Id": 211, + "Rank": 1, "CommandName": "Add-PnPTenantSequence", - "Rank": 1 + "Id": 211, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "Id": 212, + "Rank": 1, "CommandName": "Add-PnPTenantSequenceSite", - "Rank": 1 + "Id": 212, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "Id": 213, + "Rank": 1, "CommandName": "Add-PnPTenantSequenceSubSite", - "Rank": 1 + "Id": 213, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "Id": 214, + "Rank": 1, "CommandName": "Add-PnPTermToTerm", - "Rank": 1 + "Id": 214, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "Id": 215, + "Rank": 1, "CommandName": "Add-PnPView", - "Rank": 1 + "Id": 215, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "Id": 216, + "Rank": 2, "CommandName": "Add-PnPView", - "Rank": 2 + "Id": 216, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "Id": 217, + "Rank": 3, "CommandName": "Add-PnPView", - "Rank": 3 + "Id": 217, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 218, + "Rank": 1, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 218, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 219, + "Rank": 2, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 219, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 220, + "Rank": 3, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 3 + "Id": 220, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "Id": 221, + "Rank": 1, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 1 + "Id": 221, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "Id": 222, + "Rank": 2, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 2 + "Id": 222, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", - "Id": 223, + "Rank": 3, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 3 + "Id": 223, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", - "Id": 224, + "Rank": 1, "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 1 + "Id": 224, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "Id": 225, + "Rank": 2, "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 2 + "Id": 225, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", - "Id": 226, + "Rank": 1, "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 1 + "Id": 226, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "Id": 227, + "Rank": 2, "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 2 + "Id": 227, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "Id": 228, + "Rank": 1, "CommandName": "Add-PnPWikiPage", - "Rank": 1 + "Id": 228, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "Id": 229, + "Rank": 1, "CommandName": "Clear-PnPAzureADGroupMember", - "Rank": 1 + "Id": 229, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "Id": 230, + "Rank": 1, "CommandName": "Clear-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 230, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "Id": 231, + "Rank": 1, "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 1 + "Id": 231, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "Id": 232, + "Rank": 2, "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 2 + "Id": 232, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "Id": 233, + "Rank": 1, "CommandName": "Clear-PnPListItemAsRecord", - "Rank": 1 + "Id": 233, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "Id": 234, + "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 234, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "Id": 235, + "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 235, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "Id": 236, + "Rank": 1, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 1 + "Id": 236, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "Id": 237, + "Rank": 2, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 2 + "Id": 237, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "Id": 238, + "Rank": 3, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 3 + "Id": 238, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Command": "Clear-PnPTenantAppCatalogUrl", - "Id": 239, + "Rank": 1, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 239, + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 240, + "Rank": 1, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 1 + "Id": 240, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Id": 241, + "Rank": 2, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 2 + "Id": 241, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Command": "Clear-PnPTraceLog", - "Id": 242, + "Rank": 1, "CommandName": "Clear-PnPTraceLog", - "Rank": 1 + "Id": 242, + "Command": "Clear-PnPTraceLog" }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", - "Id": 243, + "Rank": 1, "CommandName": "Connect-PnPOnline", - "Rank": 1 + "Id": 243, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", - "Id": 244, + "Rank": 1, "CommandName": "Convert-PnPFile", - "Rank": 1 + "Id": 244, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", - "Id": 245, + "Rank": 2, "CommandName": "Convert-PnPFile", - "Rank": 2 + "Id": 245, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", - "Id": 246, + "Rank": 3, "CommandName": "Convert-PnPFile", - "Rank": 3 + "Id": 246, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", - "Id": 247, + "Rank": 4, "CommandName": "Convert-PnPFile", - "Rank": 4 + "Id": 247, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", - "Id": 248, + "Rank": 5, "CommandName": "Convert-PnPFile", - "Rank": 5 + "Id": 248, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", - "Id": 249, + "Rank": 6, "CommandName": "Convert-PnPFile", - "Rank": 6 + "Id": 249, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", - "Id": 250, + "Rank": 7, "CommandName": "Convert-PnPFile", - "Rank": 7 + "Id": 250, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "Id": 251, + "Rank": 1, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 1 + "Id": 251, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "Id": 252, + "Rank": 2, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 2 + "Id": 252, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml", - "Id": 253, + "Rank": 1, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 1 + "Id": 253, + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "Id": 254, + "Rank": 2, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 2 + "Id": 254, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "Id": 255, + "Rank": 3, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 3 + "Id": 255, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "Id": 256, + "Rank": 1, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 1 + "Id": 256, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "Id": 257, + "Rank": 2, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 2 + "Id": 257, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "Id": 258, + "Rank": 1, "CommandName": "ConvertTo-PnPPage", - "Rank": 1 + "Id": 258, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "Id": 259, + "Rank": 2, "CommandName": "ConvertTo-PnPPage", - "Rank": 2 + "Id": 259, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "Id": 260, + "Rank": 3, "CommandName": "ConvertTo-PnPPage", - "Rank": 3 + "Id": 260, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "Id": 261, + "Rank": 4, "CommandName": "ConvertTo-PnPPage", - "Rank": 4 + "Id": 261, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 262, + "Rank": 5, "CommandName": "ConvertTo-PnPPage", - "Rank": 5 + "Id": 262, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "Id": 263, + "Rank": 6, "CommandName": "ConvertTo-PnPPage", - "Rank": 6 + "Id": 263, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "Id": 264, + "Rank": 7, "CommandName": "ConvertTo-PnPPage", - "Rank": 7 + "Id": 264, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "Id": 265, + "Rank": 8, "CommandName": "ConvertTo-PnPPage", - "Rank": 8 + "Id": 265, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 266, + "Rank": 9, "CommandName": "ConvertTo-PnPPage", - "Rank": 9 + "Id": 266, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "Id": 267, + "Rank": 10, "CommandName": "ConvertTo-PnPPage", - "Rank": 10 + "Id": 267, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "Id": 268, + "Rank": 11, "CommandName": "ConvertTo-PnPPage", - "Rank": 11 + "Id": 268, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 269, + "Rank": 12, "CommandName": "ConvertTo-PnPPage", - "Rank": 12 + "Id": 269, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 270, + "Rank": 13, "CommandName": "ConvertTo-PnPPage", - "Rank": 13 + "Id": 270, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "Id": 271, + "Rank": 14, "CommandName": "ConvertTo-PnPPage", - "Rank": 14 + "Id": 271, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 272, + "Rank": 1, "CommandName": "Copy-PnPFile", - "Rank": 1 + "Id": 272, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Id": 273, + "Rank": 2, "CommandName": "Copy-PnPFile", - "Rank": 2 + "Id": 273, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Id": 274, + "Rank": 3, "CommandName": "Copy-PnPFile", - "Rank": 3 + "Id": 274, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 275, + "Rank": 4, "CommandName": "Copy-PnPFile", - "Rank": 4 + "Id": 275, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Id": 276, + "Rank": 5, "CommandName": "Copy-PnPFile", - "Rank": 5 + "Id": 276, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Id": 277, + "Rank": 6, "CommandName": "Copy-PnPFile", - "Rank": 6 + "Id": 277, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Id": 278, + "Rank": 7, "CommandName": "Copy-PnPFile", - "Rank": 7 + "Id": 278, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 279, + "Rank": 8, "CommandName": "Copy-PnPFile", - "Rank": 8 + "Id": 279, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Id": 280, + "Rank": 9, "CommandName": "Copy-PnPFile", - "Rank": 9 + "Id": 280, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Id": 281, + "Rank": 10, "CommandName": "Copy-PnPFile", - "Rank": 10 + "Id": 281, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 282, + "Rank": 1, "CommandName": "Copy-PnPFolder", - "Rank": 1 + "Id": 282, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Id": 283, + "Rank": 2, "CommandName": "Copy-PnPFolder", - "Rank": 2 + "Id": 283, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Id": 284, + "Rank": 3, "CommandName": "Copy-PnPFolder", - "Rank": 3 + "Id": 284, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 285, + "Rank": 4, "CommandName": "Copy-PnPFolder", - "Rank": 4 + "Id": 285, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Id": 286, + "Rank": 5, "CommandName": "Copy-PnPFolder", - "Rank": 5 + "Id": 286, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Id": 287, + "Rank": 6, "CommandName": "Copy-PnPFolder", - "Rank": 6 + "Id": 287, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Id": 288, + "Rank": 7, "CommandName": "Copy-PnPFolder", - "Rank": 7 + "Id": 288, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 289, + "Rank": 8, "CommandName": "Copy-PnPFolder", - "Rank": 8 + "Id": 289, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Id": 290, + "Rank": 9, "CommandName": "Copy-PnPFolder", - "Rank": 9 + "Id": 290, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Id": 291, + "Rank": 10, "CommandName": "Copy-PnPFolder", - "Rank": 10 + "Id": 291, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", - "Id": 292, + "Rank": 11, "CommandName": "Copy-PnPFolder", - "Rank": 11 + "Id": 292, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "Id": 293, + "Rank": 1, "CommandName": "Copy-PnPItemProxy", - "Rank": 1 + "Id": 293, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "Id": 294, + "Rank": 1, "CommandName": "Copy-PnPList", - "Rank": 1 + "Id": 294, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "Id": 295, + "Rank": 2, "CommandName": "Copy-PnPList", - "Rank": 2 + "Id": 295, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", - "Id": 296, + "Rank": 3, "CommandName": "Copy-PnPList", - "Rank": 3 + "Id": 296, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", - "Id": 297, + "Rank": 4, "CommandName": "Copy-PnPList", - "Rank": 4 + "Id": 297, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "Id": 298, + "Rank": 1, "CommandName": "Copy-PnPPage", - "Rank": 1 + "Id": 298, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", - "Id": 299, + "Rank": 1, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 1 + "Id": 299, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "Id": 300, + "Rank": 2, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 2 + "Id": 300, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Id": 301, + "Rank": 3, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 3 + "Id": 301, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Id": 302, + "Rank": 4, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 4 + "Id": 302, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 303, + "Rank": 1, "CommandName": "Disable-PnPFeature", - "Rank": 1 + "Id": 303, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Id": 304, + "Rank": 2, "CommandName": "Disable-PnPFeature", - "Rank": 2 + "Id": 304, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Id": 305, + "Rank": 3, "CommandName": "Disable-PnPFeature", - "Rank": 3 + "Id": 305, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 306, + "Rank": 1, "CommandName": "Disable-PnPFlow", - "Rank": 1 + "Id": 306, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 307, + "Rank": 2, "CommandName": "Disable-PnPFlow", - "Rank": 2 + "Id": 307, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Disable-PnPPageScheduling", - "Id": 308, + "Rank": 1, "CommandName": "Disable-PnPPageScheduling", - "Rank": 1 + "Id": 308, + "Command": "Disable-PnPPageScheduling" }, { - "Command": "Disable-PnPPowerShellTelemetry", - "Id": 309, + "Rank": 1, "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 1 + "Id": 309, + "Command": "Disable-PnPPowerShellTelemetry" }, { - "Command": "Disable-PnPPowerShellTelemetry -Force", - "Id": 310, + "Rank": 2, "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 2 + "Id": 310, + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Command": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 311, + "Rank": 1, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Rank": 1 + "Id": 311, + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Command": "Disable-PnPSiteClassification", - "Id": 312, + "Rank": 1, "CommandName": "Disable-PnPSiteClassification", - "Rank": 1 + "Id": 312, + "Command": "Disable-PnPSiteClassification" }, { - "Command": "Disconnect-PnPOnline", - "Id": 313, + "Rank": 1, "CommandName": "Disconnect-PnPOnline", - "Rank": 1 + "Id": 313, + "Command": "Disconnect-PnPOnline" }, { - "Command": "Enable-PnPCommSite", - "Id": 314, + "Rank": 1, "CommandName": "Enable-PnPCommSite", - "Rank": 1 + "Id": 314, + "Command": "Enable-PnPCommSite" }, { - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "Id": 315, + "Rank": 2, "CommandName": "Enable-PnPCommSite", - "Rank": 2 + "Id": 315, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 316, + "Rank": 1, "CommandName": "Enable-PnPFeature", - "Rank": 1 + "Id": 316, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Id": 317, + "Rank": 2, "CommandName": "Enable-PnPFeature", - "Rank": 2 + "Id": 317, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Id": 318, + "Rank": 3, "CommandName": "Enable-PnPFeature", - "Rank": 3 + "Id": 318, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 319, + "Rank": 1, "CommandName": "Enable-PnPFlow", - "Rank": 1 + "Id": 319, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 320, + "Rank": 2, "CommandName": "Enable-PnPFlow", - "Rank": 2 + "Id": 320, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Enable-PnPPageScheduling", - "Id": 321, + "Rank": 1, "CommandName": "Enable-PnPPageScheduling", - "Rank": 1 + "Id": 321, + "Command": "Enable-PnPPageScheduling" }, { - "Command": "Enable-PnPPowerShellTelemetry", - "Id": 322, + "Rank": 1, "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 1 + "Id": 322, + "Command": "Enable-PnPPowerShellTelemetry" }, { - "Command": "Enable-PnPPowerShellTelemetry -Force", - "Id": 323, + "Rank": 2, "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 2 + "Id": 323, + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", - "Id": 324, + "Rank": 1, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 1 + "Id": 324, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", - "Id": 325, + "Rank": 2, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 2 + "Id": 325, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", - "Id": 326, + "Rank": 3, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 3 + "Id": 326, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", - "Id": 327, + "Rank": 4, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 4 + "Id": 327, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "Id": 328, + "Rank": 1, "CommandName": "Enable-PnPSiteClassification", - "Rank": 1 + "Id": 328, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "Id": 329, + "Rank": 2, "CommandName": "Enable-PnPSiteClassification", - "Rank": 2 + "Id": 329, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 330, + "Rank": 1, "CommandName": "Export-PnPFlow", - "Rank": 1 + "Id": 330, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 331, + "Rank": 2, "CommandName": "Export-PnPFlow", - "Rank": 2 + "Id": 331, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "Id": 332, + "Rank": 1, "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 1 + "Id": 332, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "Id": 333, + "Rank": 2, "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 2 + "Id": 333, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Command": "Export-PnPPage -Identity Home.aspx", - "Id": 334, + "Rank": 1, "CommandName": "Export-PnPPage", - "Rank": 1 + "Id": 334, + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", - "Id": 335, + "Rank": 2, "CommandName": "Export-PnPPage", - "Rank": 2 + "Id": 335, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", - "Id": 336, + "Rank": 1, "CommandName": "Export-PnPPageMapping", - "Rank": 1 + "Id": 336, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", - "Id": 337, + "Rank": 2, "CommandName": "Export-PnPPageMapping", - "Rank": 2 + "Id": 337, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", - "Id": 338, + "Rank": 3, "CommandName": "Export-PnPPageMapping", - "Rank": 3 + "Id": 338, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", - "Id": 339, + "Rank": 1, "CommandName": "Export-PnPPowerApp", - "Rank": 1 + "Id": 339, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", - "Id": 340, + "Rank": 2, "CommandName": "Export-PnPPowerApp", - "Rank": 2 + "Id": 340, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "Command": "Export-PnPTaxonomy", - "Id": 341, + "Rank": 1, "CommandName": "Export-PnPTaxonomy", - "Rank": 1 + "Id": 341, + "Command": "Export-PnPTaxonomy" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "Id": 342, + "Rank": 2, "CommandName": "Export-PnPTaxonomy", - "Rank": 2 + "Id": 342, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "Id": 343, + "Rank": 3, "CommandName": "Export-PnPTaxonomy", - "Rank": 3 + "Id": 343, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "Id": 344, + "Rank": 4, "CommandName": "Export-PnPTaxonomy", - "Rank": 4 + "Id": 344, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Command": "Export-PnPTermGroupToXml", - "Id": 345, + "Rank": 1, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 1 + "Id": 345, + "Command": "Export-PnPTermGroupToXml" }, { - "Command": "Export-PnPTermGroupToXml -Out output.xml", - "Id": 346, + "Rank": 2, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 2 + "Id": 346, + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "Id": 347, + "Rank": 3, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 3 + "Id": 347, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "Id": 348, + "Rank": 1, "CommandName": "Export-PnPUserInfo", - "Rank": 1 + "Id": 348, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", - "Id": 349, + "Rank": 2, "CommandName": "Export-PnPUserInfo", - "Rank": 2 + "Id": 349, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "Id": 350, + "Rank": 1, "CommandName": "Export-PnPUserProfile", - "Rank": 1 + "Id": 350, + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "Id": 351, + "Rank": 2, "CommandName": "Export-PnPUserProfile", - "Rank": 2 + "Id": 351, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Command": "Find-PnPFile -Match *.master", - "Id": 352, + "Rank": 1, "CommandName": "Find-PnPFile", - "Rank": 1 + "Id": 352, + "Command": "Find-PnPFile -Match *.master" }, { - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "Id": 353, + "Rank": 2, "CommandName": "Find-PnPFile", - "Rank": 2 + "Id": 353, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "Id": 354, + "Rank": 3, "CommandName": "Find-PnPFile", - "Rank": 3 + "Id": 354, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Command": "Get-PnPAccessToken", - "Id": 355, + "Rank": 1, "CommandName": "Get-PnPAccessToken", - "Rank": 1 + "Id": 355, + "Command": "Get-PnPAccessToken" }, { - "Command": "Get-PnPAccessToken -Decoded", - "Id": 356, + "Rank": 2, "CommandName": "Get-PnPAccessToken", - "Rank": 2 + "Id": 356, + "Command": "Get-PnPAccessToken -Decoded" }, { - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "Id": 357, + "Rank": 3, "CommandName": "Get-PnPAccessToken", - "Rank": 3 + "Id": 357, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "Id": 358, + "Rank": 4, "CommandName": "Get-PnPAccessToken", - "Rank": 4 + "Id": 358, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "Id": 359, + "Rank": 5, "CommandName": "Get-PnPAccessToken", - "Rank": 5 + "Id": 359, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Command": "Get-PnPAccessToken -ListPermissionScopes", - "Id": 360, + "Rank": 6, "CommandName": "Get-PnPAccessToken", - "Rank": 6 + "Id": 360, + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "Command": "Get-PnPAlert", - "Id": 361, + "Rank": 1, "CommandName": "Get-PnPAlert", - "Rank": 1 + "Id": 361, + "Command": "Get-PnPAlert" }, { - "Command": "Get-PnPAlert -List \"Demo List\"", - "Id": 362, + "Rank": 2, "CommandName": "Get-PnPAlert", - "Rank": 2 + "Id": 362, + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 363, + "Rank": 3, "CommandName": "Get-PnPAlert", - "Rank": 3 + "Id": 363, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "Id": 364, + "Rank": 4, "CommandName": "Get-PnPAlert", - "Rank": 4 + "Id": 364, + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Command": "Get-PnPAlert -AllUsers", - "Id": 365, + "Rank": 5, "CommandName": "Get-PnPAlert", - "Rank": 5 + "Id": 365, + "Command": "Get-PnPAlert -AllUsers" }, { - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "Id": 366, + "Rank": 6, "CommandName": "Get-PnPAlert", - "Rank": 6 + "Id": 366, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Command": "Get-PnPApp", - "Id": 367, + "Rank": 1, "CommandName": "Get-PnPApp", - "Rank": 1 + "Id": 367, + "Command": "Get-PnPApp" }, { - "Command": "Get-PnPApp -Scope Site", - "Id": 368, + "Rank": 2, "CommandName": "Get-PnPApp", - "Rank": 2 + "Id": 368, + "Command": "Get-PnPApp -Scope Site" }, { - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 369, + "Rank": 3, "CommandName": "Get-PnPApp", - "Rank": 3 + "Id": 369, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "Id": 370, + "Rank": 1, "CommandName": "Get-PnPAppErrors", - "Rank": 1 + "Id": 370, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "Id": 371, + "Rank": 2, "CommandName": "Get-PnPAppErrors", - "Rank": 2 + "Id": 371, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "Id": 372, + "Rank": 1, "CommandName": "Get-PnPAppInfo", - "Rank": 1 + "Id": 372, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 373, + "Rank": 2, "CommandName": "Get-PnPAppInfo", - "Rank": 2 + "Id": 373, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "Id": 374, + "Rank": 3, "CommandName": "Get-PnPAppInfo", - "Rank": 3 + "Id": 374, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Command": "Get-PnPApplicationCustomizer", - "Id": 375, + "Rank": 1, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 1 + "Id": 375, + "Command": "Get-PnPApplicationCustomizer" }, { - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 376, + "Rank": 2, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 2 + "Id": 376, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "Id": 377, + "Rank": 3, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 3 + "Id": 377, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Command": "Get-PnPAuditing", - "Id": 378, + "Rank": 1, "CommandName": "Get-PnPAuditing", - "Rank": 1 + "Id": 378, + "Command": "Get-PnPAuditing" }, { - "Command": "Get-PnPAuthenticationRealm", - "Id": 379, + "Rank": 1, "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 1 + "Id": 379, + "Command": "Get-PnPAuthenticationRealm" }, { - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "Id": 380, + "Rank": 2, "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 2 + "Id": 380, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Command": "Get-PnPAvailableLanguage", - "Id": 381, + "Rank": 1, "CommandName": "Get-PnPAvailableLanguage", - "Rank": 1 + "Id": 381, + "Command": "Get-PnPAvailableLanguage" }, { - "Command": "Get-PnPAvailableSensitivityLabel", - "Id": 382, + "Rank": 1, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 1 + "Id": 382, + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "Id": 383, + "Rank": 2, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 2 + "Id": 383, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "Id": 384, + "Rank": 3, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 3 + "Id": 384, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Command": "Get-PnPAvailableSiteClassification", - "Id": 385, + "Rank": 1, "CommandName": "Get-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 385, + "Command": "Get-PnPAvailableSiteClassification" }, { - "Command": "Get-PnPAzureACSPrincipal", - "Id": 386, + "Rank": 1, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 1 + "Id": 386, + "Command": "Get-PnPAzureACSPrincipal" }, { - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "Id": 387, + "Rank": 2, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 2 + "Id": 387, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "Id": 388, + "Rank": 3, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 3 + "Id": 388, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "Id": 389, + "Rank": 4, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 4 + "Id": 389, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 390, + "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 1 + "Id": 390, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", - "Id": 391, + "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 2 + "Id": 391, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", - "Id": 392, + "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 3 + "Id": 392, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "Command": "Get-PnPAzureADActivityReportSignIn", - "Id": 393, + "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 1 + "Id": 393, + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", - "Id": 394, + "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 2 + "Id": 394, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", - "Id": 395, + "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 3 + "Id": 395, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "Command": "Get-PnPAzureADApp", - "Id": 396, + "Rank": 1, "CommandName": "Get-PnPAzureADApp", - "Rank": 1 + "Id": 396, + "Command": "Get-PnPAzureADApp" }, { - "Command": "Get-PnPAzureADApp -Identity MyApp", - "Id": 397, + "Rank": 2, "CommandName": "Get-PnPAzureADApp", - "Rank": 2 + "Id": 397, + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 398, + "Rank": 3, "CommandName": "Get-PnPAzureADApp", - "Rank": 3 + "Id": 398, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "Id": 399, + "Rank": 4, "CommandName": "Get-PnPAzureADApp", - "Rank": 4 + "Id": 399, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPAzureADAppPermission", - "Id": 400, + "Rank": 1, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 1 + "Id": 400, + "Command": "Get-PnPAzureADAppPermission" }, { - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "Id": 401, + "Rank": 2, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 2 + "Id": 401, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 402, + "Rank": 3, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 3 + "Id": 402, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Get-PnPAzureADAppSitePermission", - "Id": 403, + "Rank": 1, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 403, + "Command": "Get-PnPAzureADAppSitePermission" }, { - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "Id": 404, + "Rank": 2, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 404, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "Id": 405, + "Rank": 3, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 3 + "Id": 405, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "Id": 406, + "Rank": 4, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 4 + "Id": 406, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "Id": 407, + "Rank": 5, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 5 + "Id": 407, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Command": "Get-PnPAzureADGroup", - "Id": 408, + "Rank": 1, "CommandName": "Get-PnPAzureADGroup", - "Rank": 1 + "Id": 408, + "Command": "Get-PnPAzureADGroup" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupId", - "Id": 409, + "Rank": 2, "CommandName": "Get-PnPAzureADGroup", - "Rank": 2 + "Id": 409, + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "Id": 410, + "Rank": 3, "CommandName": "Get-PnPAzureADGroup", - "Rank": 3 + "Id": 410, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "Id": 411, + "Rank": 4, "CommandName": "Get-PnPAzureADGroup", - "Rank": 4 + "Id": 411, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Command": "Get-PnPAzureADGroup -Identity $group", - "Id": 412, + "Rank": 5, "CommandName": "Get-PnPAzureADGroup", - "Rank": 5 + "Id": 412, + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "Id": 413, + "Rank": 1, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 1 + "Id": 413, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroupMember -Identity $group", - "Id": 414, + "Rank": 2, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 2 + "Id": 414, + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", - "Id": 415, + "Rank": 3, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 3 + "Id": 415, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "Id": 416, + "Rank": 1, "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 416, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "Id": 417, + "Rank": 2, "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 2 + "Id": 417, + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Command": "Get-PnPAzureADServicePrincipal", - "Id": 418, + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 1 + "Id": 418, + "Command": "Get-PnPAzureADServicePrincipal" }, { - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "Id": 419, + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 2 + "Id": 419, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "Id": 420, + "Rank": 3, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 3 + "Id": 420, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "Id": 421, + "Rank": 4, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 4 + "Id": 421, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "Id": 422, + "Rank": 5, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 5 + "Id": 422, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 423, + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1 + "Id": 423, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Id": 424, + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2 + "Id": 424, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 425, + "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 1 + "Id": 425, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "Id": 426, + "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 2 + "Id": 426, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Command": "Get-PnPAzureADUser", - "Id": 427, + "Rank": 1, "CommandName": "Get-PnPAzureADUser", - "Rank": 1 + "Id": 427, + "Command": "Get-PnPAzureADUser" }, { - "Command": "Get-PnPAzureADUser -EndIndex 50", - "Id": 428, + "Rank": 2, "CommandName": "Get-PnPAzureADUser", - "Rank": 2 + "Id": 428, + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Id": 429, + "Rank": 3, "CommandName": "Get-PnPAzureADUser", - "Rank": 3 + "Id": 429, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "Id": 430, + "Rank": 4, "CommandName": "Get-PnPAzureADUser", - "Rank": 4 + "Id": 430, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "Id": 431, + "Rank": 5, "CommandName": "Get-PnPAzureADUser", - "Rank": 5 + "Id": 431, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "Id": 432, + "Rank": 6, "CommandName": "Get-PnPAzureADUser", - "Rank": 6 + "Id": 432, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "Id": 433, + "Rank": 7, "CommandName": "Get-PnPAzureADUser", - "Rank": 7 + "Id": 433, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Command": "Get-PnPAzureADUser -Delta", - "Id": 434, + "Rank": 8, "CommandName": "Get-PnPAzureADUser", - "Rank": 8 + "Id": 434, + "Command": "Get-PnPAzureADUser -Delta" }, { - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "Id": 435, + "Rank": 9, "CommandName": "Get-PnPAzureADUser", - "Rank": 9 + "Id": 435, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "Id": 436, + "Rank": 10, "CommandName": "Get-PnPAzureADUser", - "Rank": 10 + "Id": 436, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "Id": 437, + "Rank": 1, "CommandName": "Get-PnPAzureCertificate", - "Rank": 1 + "Id": 437, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Id": 438, + "Rank": 2, "CommandName": "Get-PnPAzureCertificate", - "Rank": 2 + "Id": 438, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "Id": 439, + "Rank": 3, "CommandName": "Get-PnPAzureCertificate", - "Rank": 3 + "Id": 439, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Command": "Get-PnPBrandCenterConfig", - "Id": 440, + "Rank": 1, "CommandName": "Get-PnPBrandCenterConfig", - "Rank": 1 + "Id": 440, + "Command": "Get-PnPBrandCenterConfig" }, { - "Command": "Get-PnPBrandCenterFont", - "Id": 441, + "Rank": 1, "CommandName": "Get-PnPBrandCenterFont", - "Rank": 1 + "Id": 441, + "Command": "Get-PnPBrandCenterFont" }, { - "Command": "Get-PnPBrandCenterFontPackage", - "Id": 442, + "Rank": 1, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 1 + "Id": 442, + "Command": "Get-PnPBrandCenterFontPackage" }, { - "Command": "Get-PnPBrandCenterFontPackage -Store Site", - "Id": 443, + "Rank": 2, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 2 + "Id": 443, + "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", - "Id": 444, + "Rank": 3, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 3 + "Id": 444, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "Id": 445, + "Rank": 4, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 4 + "Id": 445, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Command": "Get-PnPBrowserIdleSignout", - "Id": 446, + "Rank": 1, "CommandName": "Get-PnPBrowserIdleSignout", - "Rank": 1 + "Id": 446, + "Command": "Get-PnPBrowserIdleSignout" }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "Id": 447, + "Rank": 1, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 1 + "Id": 447, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 448, + "Rank": 2, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 2 + "Id": 448, + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 449, + "Rank": 1, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 1 + "Id": 449, + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "Id": 450, + "Rank": 2, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 2 + "Id": 450, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "Id": 451, + "Rank": 3, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 3 + "Id": 451, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "Id": 452, + "Rank": 4, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 4 + "Id": 452, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "Id": 453, + "Rank": 5, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 5 + "Id": 453, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Command": "Get-PnPChangeLog", - "Id": 454, + "Rank": 1, "CommandName": "Get-PnPChangeLog", - "Rank": 1 + "Id": 454, + "Command": "Get-PnPChangeLog" }, { - "Command": "Get-PnPChangeLog -Nightly", - "Id": 455, + "Rank": 2, "CommandName": "Get-PnPChangeLog", - "Rank": 2 + "Id": 455, + "Command": "Get-PnPChangeLog -Nightly" }, { - "Command": "Get-PnPChangeLog -Version 2.12.0", - "Id": 456, + "Rank": 3, "CommandName": "Get-PnPChangeLog", - "Rank": 3 + "Id": 456, + "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "Id": 457, + "Rank": 1, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 1 + "Id": 457, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", - "Id": 458, + "Rank": 2, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 2 + "Id": 458, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", - "Id": 459, + "Rank": 1, "CommandName": "Get-PnPContainer", - "Rank": 1 + "Id": 459, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Id": 460, + "Rank": 2, "CommandName": "Get-PnPContainer", - "Rank": 2 + "Id": 460, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Id": 461, + "Rank": 3, "CommandName": "Get-PnPContainer", - "Rank": 3 + "Id": 461, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Command": "Get-PnPContainerType", - "Id": 462, + "Rank": 1, "CommandName": "Get-PnPContainerType", - "Rank": 1 + "Id": 462, + "Command": "Get-PnPContainerType" }, { - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", - "Id": 463, + "Rank": 1, "CommandName": "Get-PnPContainerTypeConfiguration", - "Rank": 1 + "Id": 463, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Command": "Get-PnPContentType", - "Id": 464, + "Rank": 1, "CommandName": "Get-PnPContentType", - "Rank": 1 + "Id": 464, + "Command": "Get-PnPContentType" }, { - "Command": "Get-PnPContentType -InSiteHierarchy", - "Id": 465, + "Rank": 2, "CommandName": "Get-PnPContentType", - "Rank": 2 + "Id": 465, + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Command": "Get-PnPContentType -Identity \"Project Document\"", - "Id": 466, + "Rank": 3, "CommandName": "Get-PnPContentType", - "Rank": 3 + "Id": 466, + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Command": "Get-PnPContentType -List \"Documents\"", - "Id": 467, + "Rank": 4, "CommandName": "Get-PnPContentType", - "Rank": 4 + "Id": 467, + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", - "Id": 468, + "Rank": 5, "CommandName": "Get-PnPContentType", - "Rank": 5 + "Id": 468, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "Id": 469, + "Rank": 1, "CommandName": "Get-PnPContentTypePublishingStatus", - "Rank": 1 + "Id": 469, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Command": "Get-PnPCopilotAdminLimitedMode", - "Id": 470, + "Rank": 1, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Rank": 1 + "Id": 470, + "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "Command": "Get-PnPCopilotAgent", - "Id": 471, + "Rank": 1, "CommandName": "Get-PnPCopilotAgent", - "Rank": 1 + "Id": 471, + "Command": "Get-PnPCopilotAgent" }, { - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", - "Id": 472, + "Rank": 2, "CommandName": "Get-PnPCopilotAgent", - "Rank": 2 + "Id": 472, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "Command": "Get-PnPCustomAction", - "Id": 473, + "Rank": 1, "CommandName": "Get-PnPCustomAction", - "Rank": 1 + "Id": 473, + "Command": "Get-PnPCustomAction" }, { - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 474, + "Rank": 2, "CommandName": "Get-PnPCustomAction", - "Rank": 2 + "Id": 474, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Get-PnPCustomAction -Scope web", - "Id": 475, + "Rank": 3, "CommandName": "Get-PnPCustomAction", - "Rank": 3 + "Id": 475, + "Command": "Get-PnPCustomAction -Scope web" }, { - "Command": "Get-PnPDeletedContainer", - "Id": 476, + "Rank": 1, "CommandName": "Get-PnPDeletedContainer", - "Rank": 1 + "Id": 476, + "Command": "Get-PnPDeletedContainer" }, { - "Command": "Get-PnPDeletedFlow", - "Id": 477, + "Rank": 1, "CommandName": "Get-PnPDeletedFlow", - "Rank": 1 + "Id": 477, + "Command": "Get-PnPDeletedFlow" }, { - "Command": "Get-PnPDeletedMicrosoft365Group", - "Id": 478, + "Rank": 1, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Id": 478, + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Id": 479, + "Rank": 2, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 2 + "Id": 479, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Get-PnPDeletedTeam", - "Id": 480, + "Rank": 1, "CommandName": "Get-PnPDeletedTeam", - "Rank": 1 + "Id": 480, + "Command": "Get-PnPDeletedTeam" }, { - "Command": "Get-PnPDiagnostics", - "Id": 481, + "Rank": 1, "CommandName": "Get-PnPDiagnostics", - "Rank": 1 + "Id": 481, + "Command": "Get-PnPDiagnostics" }, { - "Command": "Get-PnPDisableSpacesActivation", - "Id": 482, + "Rank": 1, "CommandName": "Get-PnPDisableSpacesActivation", - "Rank": 1 + "Id": 482, + "Command": "Get-PnPDisableSpacesActivation" }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "Id": 483, + "Rank": 1, "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 1 + "Id": 483, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "Id": 484, + "Rank": 2, "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 2 + "Id": 484, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Command": "Get-PnPEnterpriseAppInsightsReport", - "Id": 485, + "Rank": 1, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 1 + "Id": 485, + "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", - "Id": 486, + "Rank": 2, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 2 + "Id": 486, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", - "Id": 487, + "Rank": 3, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 3 + "Id": 487, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "Command": "Get-PnPEventReceiver", - "Id": 488, + "Rank": 1, "CommandName": "Get-PnPEventReceiver", - "Rank": 1 + "Id": 488, + "Command": "Get-PnPEventReceiver" }, { - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 489, + "Rank": 2, "CommandName": "Get-PnPEventReceiver", - "Rank": 2 + "Id": 489, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "Id": 490, + "Rank": 3, "CommandName": "Get-PnPEventReceiver", - "Rank": 3 + "Id": 490, + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "Id": 491, + "Rank": 4, "CommandName": "Get-PnPEventReceiver", - "Rank": 4 + "Id": 491, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 492, + "Rank": 5, "CommandName": "Get-PnPEventReceiver", - "Rank": 5 + "Id": 492, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "Id": 493, + "Rank": 6, "CommandName": "Get-PnPEventReceiver", - "Rank": 6 + "Id": 493, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Command": "Get-PnPEventReceiver -Scope Site", - "Id": 494, + "Rank": 7, "CommandName": "Get-PnPEventReceiver", - "Rank": 7 + "Id": 494, + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Command": "Get-PnPEventReceiver -Scope Web", - "Id": 495, + "Rank": 8, "CommandName": "Get-PnPEventReceiver", - "Rank": 8 + "Id": 495, + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Command": "Get-PnPEventReceiver -Scope All", - "Id": 496, + "Rank": 9, "CommandName": "Get-PnPEventReceiver", - "Rank": 9 + "Id": 496, + "Command": "Get-PnPEventReceiver -Scope All" }, { - "Command": "Get-PnPException", - "Id": 497, + "Rank": 1, "CommandName": "Get-PnPException", - "Rank": 1 + "Id": 497, + "Command": "Get-PnPException" }, { - "Command": "Get-PnPException -All", - "Id": 498, + "Rank": 2, "CommandName": "Get-PnPException", - "Rank": 2 + "Id": 498, + "Command": "Get-PnPException -All" }, { - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "Id": 499, + "Rank": 1, "CommandName": "Get-PnPExternalUser", - "Rank": 1 + "Id": 499, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "Id": 500, + "Rank": 2, "CommandName": "Get-PnPExternalUser", - "Rank": 2 + "Id": 500, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Command": "Get-PnPFeature", - "Id": 501, + "Rank": 1, "CommandName": "Get-PnPFeature", - "Rank": 1 + "Id": 501, + "Command": "Get-PnPFeature" }, { - "Command": "Get-PnPFeature -Scope Site", - "Id": 502, + "Rank": 2, "CommandName": "Get-PnPFeature", - "Rank": 2 + "Id": 502, + "Command": "Get-PnPFeature -Scope Site" }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 503, + "Rank": 3, "CommandName": "Get-PnPFeature", - "Rank": 3 + "Id": 503, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "Id": 504, + "Rank": 4, "CommandName": "Get-PnPFeature", - "Rank": 4 + "Id": 504, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Command": "Get-PnPField", - "Id": 505, + "Rank": 1, "CommandName": "Get-PnPField", - "Rank": 1 + "Id": 505, + "Command": "Get-PnPField" }, { - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Id": 506, + "Rank": 2, "CommandName": "Get-PnPField", - "Rank": 2 + "Id": 506, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Command": "Get-PnPField -Group \"Custom Columns\"", - "Id": 507, + "Rank": 3, "CommandName": "Get-PnPField", - "Rank": 3 + "Id": 507, + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "Id": 508, + "Rank": 1, "CommandName": "Get-PnPFile", - "Rank": 1 + "Id": 508, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", - "Id": 509, + "Rank": 2, "CommandName": "Get-PnPFile", - "Rank": 2 + "Id": 509, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "Id": 510, + "Rank": 3, "CommandName": "Get-PnPFile", - "Rank": 3 + "Id": 510, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "Id": 511, + "Rank": 4, "CommandName": "Get-PnPFile", - "Rank": 4 + "Id": 511, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "Id": 512, + "Rank": 5, "CommandName": "Get-PnPFile", - "Rank": 5 + "Id": 512, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "Id": 513, + "Rank": 6, "CommandName": "Get-PnPFile", - "Rank": 6 + "Id": 513, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", - "Id": 514, + "Rank": 7, "CommandName": "Get-PnPFile", - "Rank": 7 + "Id": 514, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "Id": 515, + "Rank": 8, "CommandName": "Get-PnPFile", - "Rank": 8 + "Id": 515, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", - "Id": 516, + "Rank": 1, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 1 + "Id": 516, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", - "Id": 517, + "Rank": 2, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 2 + "Id": 517, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 518, + "Rank": 3, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 3 + "Id": 518, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", - "Id": 519, + "Rank": 1, "CommandName": "Get-PnPFileCheckedOut", - "Rank": 1 + "Id": 519, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "Command": "Get-PnPFileInFolder", - "Id": 520, + "Rank": 1, "CommandName": "Get-PnPFileInFolder", - "Rank": 1 + "Id": 520, + "Command": "Get-PnPFileInFolder" }, { - "Command": "Get-PnPFileInFolder -Recurse", - "Id": 521, + "Rank": 2, "CommandName": "Get-PnPFileInFolder", - "Rank": 2 + "Id": 521, + "Command": "Get-PnPFileInFolder -Recurse" }, { - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", - "Id": 522, + "Rank": 3, "CommandName": "Get-PnPFileInFolder", - "Rank": 3 + "Id": 522, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Id": 523, + "Rank": 4, "CommandName": "Get-PnPFileInFolder", - "Rank": 4 + "Id": 523, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Id": 524, + "Rank": 5, "CommandName": "Get-PnPFileInFolder", - "Rank": 5 + "Id": 524, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Id": 525, + "Rank": 1, "CommandName": "Get-PnPFileRetentionLabel", - "Rank": 1 + "Id": 525, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Id": 526, + "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabel", - "Rank": 1 + "Id": 526, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", - "Id": 527, + "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Rank": 1 + "Id": 527, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 528, + "Rank": 1, "CommandName": "Get-PnPFileSharingLink", - "Rank": 1 + "Id": 528, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", - "Id": 529, + "Rank": 2, "CommandName": "Get-PnPFileSharingLink", - "Rank": 2 + "Id": 529, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", - "Id": 530, + "Rank": 3, "CommandName": "Get-PnPFileSharingLink", - "Rank": 3 + "Id": 530, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "Id": 531, + "Rank": 1, "CommandName": "Get-PnPFileVersion", - "Rank": 1 + "Id": 531, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", - "Id": 532, + "Rank": 2, "CommandName": "Get-PnPFileVersion", - "Rank": 2 + "Id": 532, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", - "Id": 533, + "Rank": 3, "CommandName": "Get-PnPFileVersion", - "Rank": 3 + "Id": 533, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "Command": "Get-PnPFlow -AsAdmin", - "Id": 534, + "Rank": 1, "CommandName": "Get-PnPFlow", - "Rank": 1 + "Id": 534, + "Command": "Get-PnPFlow -AsAdmin" }, { - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", - "Id": 535, + "Rank": 2, "CommandName": "Get-PnPFlow", - "Rank": 2 + "Id": 535, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 536, + "Rank": 3, "CommandName": "Get-PnPFlow", - "Rank": 3 + "Id": 536, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Id": 537, + "Rank": 1, "CommandName": "Get-PnPFlowOwner", - "Rank": 1 + "Id": 537, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Id": 538, + "Rank": 2, "CommandName": "Get-PnPFlowOwner", - "Rank": 2 + "Id": 538, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 539, + "Rank": 1, "CommandName": "Get-PnPFlowRun", - "Rank": 1 + "Id": 539, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Id": 540, + "Rank": 2, "CommandName": "Get-PnPFlowRun", - "Rank": 2 + "Id": 540, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Command": "Get-PnPFolder", - "Id": 541, + "Rank": 1, "CommandName": "Get-PnPFolder", - "Rank": 1 + "Id": 541, + "Command": "Get-PnPFolder" }, { - "Command": "Get-PnPFolder -CurrentWebRootFolder", - "Id": 542, + "Rank": 2, "CommandName": "Get-PnPFolder", - "Rank": 2 + "Id": 542, + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "Id": 543, + "Rank": 3, "CommandName": "Get-PnPFolder", - "Rank": 3 + "Id": 543, + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "Id": 544, + "Rank": 4, "CommandName": "Get-PnPFolder", - "Rank": 4 + "Id": 544, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", - "Id": 545, + "Rank": 5, "CommandName": "Get-PnPFolder", - "Rank": 5 + "Id": 545, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "Command": "Get-PnPFolder -List \"Shared Documents\"", - "Id": 546, + "Rank": 6, "CommandName": "Get-PnPFolder", - "Rank": 6 + "Id": 546, + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", - "Id": 547, + "Rank": 7, "CommandName": "Get-PnPFolder", - "Rank": 7 + "Id": 547, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "Command": "Get-PnPFolderInFolder", - "Id": 548, + "Rank": 1, "CommandName": "Get-PnPFolderInFolder", - "Rank": 1 + "Id": 548, + "Command": "Get-PnPFolderInFolder" }, { - "Command": "Get-PnPFolderInFolder -Recurse", - "Id": 549, + "Rank": 2, "CommandName": "Get-PnPFolderInFolder", - "Rank": 2 + "Id": 549, + "Command": "Get-PnPFolderInFolder -Recurse" }, { - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", - "Id": 550, + "Rank": 3, "CommandName": "Get-PnPFolderInFolder", - "Rank": 3 + "Id": 550, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", - "Id": 551, + "Rank": 4, "CommandName": "Get-PnPFolderInFolder", - "Rank": 4 + "Id": 551, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", - "Id": 552, + "Rank": 5, "CommandName": "Get-PnPFolderInFolder", - "Rank": 5 + "Id": 552, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Id": 553, + "Rank": 6, "CommandName": "Get-PnPFolderInFolder", - "Rank": 6 + "Id": 553, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Command": "Get-PnPFolderItem", - "Id": 554, + "Rank": 1, "CommandName": "Get-PnPFolderItem", - "Rank": 1 + "Id": 554, + "Command": "Get-PnPFolderItem" }, { - "Command": "Get-PnPFolderItem -Recurse", - "Id": 555, + "Rank": 2, "CommandName": "Get-PnPFolderItem", - "Rank": 2 + "Id": 555, + "Command": "Get-PnPFolderItem -Recurse" }, { - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", - "Id": 556, + "Rank": 3, "CommandName": "Get-PnPFolderItem", - "Rank": 3 + "Id": 556, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Id": 557, + "Rank": 4, "CommandName": "Get-PnPFolderItem", - "Rank": 4 + "Id": 557, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "Id": 558, + "Rank": 5, "CommandName": "Get-PnPFolderItem", - "Rank": 5 + "Id": 558, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "Id": 559, + "Rank": 6, "CommandName": "Get-PnPFolderItem", - "Rank": 6 + "Id": 559, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 560, + "Rank": 1, "CommandName": "Get-PnPFolderSharingLink", - "Rank": 1 + "Id": 560, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Get-PnPFolderStorageMetric", - "Id": 561, + "Rank": 1, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 1 + "Id": 561, + "Command": "Get-PnPFolderStorageMetric" }, { - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "Id": 562, + "Rank": 2, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 2 + "Id": 562, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "Id": 563, + "Rank": 3, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 3 + "Id": 563, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Command": "Get-PnPFooter", - "Id": 564, + "Rank": 1, "CommandName": "Get-PnPFooter", - "Rank": 1 + "Id": 564, + "Command": "Get-PnPFooter" }, { - "Command": "Get-PnPGraphSubscription", - "Id": 565, + "Rank": 1, "CommandName": "Get-PnPGraphSubscription", - "Rank": 1 + "Id": 565, + "Command": "Get-PnPGraphSubscription" }, { - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Id": 566, + "Rank": 2, "CommandName": "Get-PnPGraphSubscription", - "Rank": 2 + "Id": 566, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Command": "Get-PnPGroup", - "Id": 567, + "Rank": 1, "CommandName": "Get-PnPGroup", - "Rank": 1 + "Id": 567, + "Command": "Get-PnPGroup" }, { - "Command": "Get-PnPGroup -Identity 'My Site Users'", - "Id": 568, + "Rank": 2, "CommandName": "Get-PnPGroup", - "Rank": 2 + "Id": 568, + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Command": "Get-PnPGroup -AssociatedMemberGroup", - "Id": 569, + "Rank": 3, "CommandName": "Get-PnPGroup", - "Rank": 3 + "Id": 569, + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "Id": 570, + "Rank": 1, "CommandName": "Get-PnPGroupMember", - "Rank": 1 + "Id": 570, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "Id": 571, + "Rank": 2, "CommandName": "Get-PnPGroupMember", - "Rank": 2 + "Id": 571, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "Id": 572, + "Rank": 1, "CommandName": "Get-PnPGroupPermissions", - "Rank": 1 + "Id": 572, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Command": "Get-PnPHideDefaultThemes", - "Id": 573, + "Rank": 1, "CommandName": "Get-PnPHideDefaultThemes", - "Rank": 1 + "Id": 573, + "Command": "Get-PnPHideDefaultThemes" }, { - "Command": "Get-PnPHomePage", - "Id": 574, + "Rank": 1, "CommandName": "Get-PnPHomePage", - "Rank": 1 + "Id": 574, + "Command": "Get-PnPHomePage" }, { - "Command": "Get-PnPHomeSite", - "Id": 575, + "Rank": 1, "CommandName": "Get-PnPHomeSite", - "Rank": 1 + "Id": 575, + "Command": "Get-PnPHomeSite" }, { - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "Id": 576, + "Rank": 2, "CommandName": "Get-PnPHomeSite", - "Rank": 2 + "Id": 576, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Command": "Get-PnPHomeSite -Detailed", - "Id": 577, + "Rank": 3, "CommandName": "Get-PnPHomeSite", - "Rank": 3 + "Id": 577, + "Command": "Get-PnPHomeSite -Detailed" }, { - "Command": "Get-PnPHubSite", - "Id": 578, + "Rank": 1, "CommandName": "Get-PnPHubSite", - "Rank": 1 + "Id": 578, + "Command": "Get-PnPHubSite" }, { - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Id": 579, + "Rank": 2, "CommandName": "Get-PnPHubSite", - "Rank": 2 + "Id": 579, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "Id": 580, + "Rank": 3, "CommandName": "Get-PnPHubSite", - "Rank": 3 + "Id": 580, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Command": "Get-PnPHubSiteChild", - "Id": 581, + "Rank": 1, "CommandName": "Get-PnPHubSiteChild", - "Rank": 1 + "Id": 581, + "Command": "Get-PnPHubSiteChild" }, { - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Id": 582, + "Rank": 2, "CommandName": "Get-PnPHubSiteChild", - "Rank": 2 + "Id": 582, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Get-PnPInPlaceRecordsManagement", - "Id": 583, + "Rank": 1, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Rank": 1 + "Id": 583, + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "Id": 584, + "Rank": 1, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Rank": 1 + "Id": 584, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Command": "Get-PnPJavaScriptLink", - "Id": 585, + "Rank": 1, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 1 + "Id": 585, + "Command": "Get-PnPJavaScriptLink" }, { - "Command": "Get-PnPJavaScriptLink -Scope All", - "Id": 586, + "Rank": 2, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 2 + "Id": 586, + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Command": "Get-PnPJavaScriptLink -Scope Web", - "Id": 587, + "Rank": 3, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 3 + "Id": 587, + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Command": "Get-PnPJavaScriptLink -Scope Site", - "Id": 588, + "Rank": 4, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 4 + "Id": 588, + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Command": "Get-PnPJavaScriptLink -Name Test", - "Id": 589, + "Rank": 5, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 5 + "Id": 589, + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Command": "Get-PnPKnowledgeHubSite", - "Id": 590, + "Rank": 1, "CommandName": "Get-PnPKnowledgeHubSite", - "Rank": 1 + "Id": 590, + "Command": "Get-PnPKnowledgeHubSite" }, { - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", - "Id": 591, + "Rank": 1, "CommandName": "Get-PnPLargeListOperationStatus", - "Rank": 1 + "Id": 591, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", - "Id": 592, + "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Rank": 1 + "Id": 592, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 593, + "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Rank": 1 + "Id": 593, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "Get-PnPList", - "Id": 594, + "Rank": 1, "CommandName": "Get-PnPList", - "Rank": 1 + "Id": 594, + "Command": "Get-PnPList" }, { - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 595, + "Rank": 2, "CommandName": "Get-PnPList", - "Rank": 2 + "Id": 595, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Get-PnPList -Identity Lists/Announcements", - "Id": 596, + "Rank": 3, "CommandName": "Get-PnPList", - "Rank": 3 + "Id": 596, + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "Id": 597, + "Rank": 4, "CommandName": "Get-PnPList", - "Rank": 4 + "Id": 597, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "Id": 598, + "Rank": 5, "CommandName": "Get-PnPList", - "Rank": 5 + "Id": 598, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Command": "Get-PnPListDesign", - "Id": 599, + "Rank": 1, "CommandName": "Get-PnPListDesign", - "Rank": 1 + "Id": 599, + "Command": "Get-PnPListDesign" }, { - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 600, + "Rank": 2, "CommandName": "Get-PnPListDesign", - "Rank": 2 + "Id": 600, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPListDesign -Identity ListEvent", - "Id": 601, + "Rank": 3, "CommandName": "Get-PnPListDesign", - "Rank": 3 + "Id": 601, + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "Id": 602, + "Rank": 1, "CommandName": "Get-PnPListInformationRightsManagement", - "Rank": 1 + "Id": 602, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Command": "Get-PnPListItem -List Tasks", - "Id": 603, + "Rank": 1, "CommandName": "Get-PnPListItem", - "Rank": 1 + "Id": 603, + "Command": "Get-PnPListItem -List Tasks" }, { - "Command": "Get-PnPListItem -List Tasks -Id 1", - "Id": 604, + "Rank": 2, "CommandName": "Get-PnPListItem", - "Rank": 2 + "Id": 604, + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "Id": 605, + "Rank": 3, "CommandName": "Get-PnPListItem", - "Rank": 3 + "Id": 605, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "Id": 606, + "Rank": 4, "CommandName": "Get-PnPListItem", - "Rank": 4 + "Id": 606, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "Id": 607, + "Rank": 5, "CommandName": "Get-PnPListItem", - "Rank": 5 + "Id": 607, + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "Id": 608, + "Rank": 6, "CommandName": "Get-PnPListItem", - "Rank": 6 + "Id": 608, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", - "Id": 609, + "Rank": 7, "CommandName": "Get-PnPListItem", - "Rank": 7 + "Id": 609, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "Id": 610, + "Rank": 8, "CommandName": "Get-PnPListItem", - "Rank": 8 + "Id": 610, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "Id": 611, + "Rank": 9, "CommandName": "Get-PnPListItem", - "Rank": 9 + "Id": 611, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", - "Id": 612, + "Rank": 1, "CommandName": "Get-PnPListItemAttachment", - "Rank": 1 + "Id": 612, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", - "Id": 613, + "Rank": 2, "CommandName": "Get-PnPListItemAttachment", - "Rank": 2 + "Id": 613, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "Id": 614, + "Rank": 1, "CommandName": "Get-PnPListItemComment", - "Rank": 1 + "Id": 614, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "Id": 615, + "Rank": 1, "CommandName": "Get-PnPListItemPermission", - "Rank": 1 + "Id": 615, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", - "Id": 616, + "Rank": 1, "CommandName": "Get-PnPListItemVersion", - "Rank": 1 + "Id": 616, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "Id": 617, + "Rank": 1, "CommandName": "Get-PnPListPermissions", - "Rank": 1 + "Id": 617, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Id": 618, + "Rank": 2, "CommandName": "Get-PnPListPermissions", - "Rank": 2 + "Id": 618, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "Id": 619, + "Rank": 1, "CommandName": "Get-PnPListRecordDeclaration", - "Rank": 1 + "Id": 619, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", - "Id": 620, + "Rank": 1, "CommandName": "Get-PnPManagedAppId", - "Rank": 1 + "Id": 620, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "Command": "Get-PnPMasterPage", - "Id": 621, + "Rank": 1, "CommandName": "Get-PnPMasterPage", - "Rank": 1 + "Id": 621, + "Command": "Get-PnPMasterPage" }, { - "Command": "Get-PnPMessageCenterAnnouncement", - "Id": 622, + "Rank": 1, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 1 + "Id": 622, + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "Id": 623, + "Rank": 2, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 2 + "Id": 623, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 624, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 1 + "Id": 624, + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "Id": 625, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 2 + "Id": 625, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Command": "Get-PnPMicrosoft365Group", - "Id": 626, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 1 + "Id": 626, + "Command": "Get-PnPMicrosoft365Group" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "Id": 627, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 2 + "Id": 627, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "Id": 628, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 3 + "Id": 628, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "Id": 629, + "Rank": 4, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 4 + "Id": 629, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Command": "Get-PnPMicrosoft365Group -Identity $group", - "Id": 630, + "Rank": 5, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 5 + "Id": 630, + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "Id": 631, + "Rank": 6, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 6 + "Id": 631, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 632, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 1 + "Id": 632, + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "Id": 633, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 2 + "Id": 633, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 634, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 3 + "Id": 634, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "Id": 635, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 635, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "Id": 636, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 2 + "Id": 636, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "Id": 637, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 3 + "Id": 637, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "Id": 638, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 638, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "Id": 639, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 2 + "Id": 639, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Command": "Get-PnPMicrosoft365GroupSettings", - "Id": 640, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 640, + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "Id": 641, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 641, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", - "Id": 642, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 3 + "Id": 642, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", - "Id": 643, + "Rank": 4, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 4 + "Id": 643, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 644, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 1 + "Id": 644, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "Id": 645, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 2 + "Id": 645, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Command": "Get-PnPMicrosoft365GroupTeam", - "Id": 646, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 1 + "Id": 646, + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "Id": 647, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 2 + "Id": 647, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 648, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 3 + "Id": 648, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 649, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 1 + "Id": 649, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "Id": 650, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 2 + "Id": 650, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 651, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 3 + "Id": 651, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Command": "Get-PnPMicrosoft365Roadmap", - "Id": 652, + "Rank": 1, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 1 + "Id": 652, + "Command": "Get-PnPMicrosoft365Roadmap" }, { - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", - "Id": 653, + "Rank": 2, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 2 + "Id": 653, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", - "Id": 654, + "Rank": 3, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 3 + "Id": 654, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "Command": "Get-PnPNavigationNode", - "Id": 655, + "Rank": 1, "CommandName": "Get-PnPNavigationNode", - "Rank": 1 + "Id": 655, + "Command": "Get-PnPNavigationNode" }, { - "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "Id": 656, + "Rank": 2, "CommandName": "Get-PnPNavigationNode", - "Rank": 2 + "Id": 656, + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "Id": 657, + "Rank": 3, "CommandName": "Get-PnPNavigationNode", - "Rank": 3 + "Id": 657, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Command": "Get-PnPOrgAssetsLibrary", - "Id": 658, + "Rank": 1, "CommandName": "Get-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 658, + "Command": "Get-PnPOrgAssetsLibrary" }, { - "Command": "Get-PnPOrgNewsSite", - "Id": 659, + "Rank": 1, "CommandName": "Get-PnPOrgNewsSite", - "Rank": 1 + "Id": 659, + "Command": "Get-PnPOrgNewsSite" }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "Id": 660, + "Rank": 1, "CommandName": "Get-PnPPage", - "Rank": 1 + "Id": 660, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Command": "Get-PnPPage \"MyPage\"", - "Id": 661, + "Rank": 2, "CommandName": "Get-PnPPage", - "Rank": 2 + "Id": 661, + "Command": "Get-PnPPage \"MyPage\"" }, { - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "Id": 662, + "Rank": 3, "CommandName": "Get-PnPPage", - "Rank": 3 + "Id": 662, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Id": 663, + "Rank": 4, "CommandName": "Get-PnPPage", - "Rank": 4 + "Id": 663, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Command": "Get-PnPPage", - "Id": 664, + "Rank": 5, "CommandName": "Get-PnPPage", - "Rank": 5 + "Id": 664, + "Command": "Get-PnPPage" }, { - "Command": "Get-PnPPageComponent -Page Home", - "Id": 665, + "Rank": 1, "CommandName": "Get-PnPPageComponent", - "Rank": 1 + "Id": 665, + "Command": "Get-PnPPageComponent -Page Home" }, { - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 666, + "Rank": 2, "CommandName": "Get-PnPPageComponent", - "Rank": 2 + "Id": 666, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "Id": 667, + "Rank": 3, "CommandName": "Get-PnPPageComponent", - "Rank": 3 + "Id": 667, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", - "Id": 668, + "Rank": 1, "CommandName": "Get-PnPPageCopyProgress", - "Rank": 1 + "Id": 668, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", - "Id": 669, + "Rank": 1, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 1 + "Id": 669, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", - "Id": 670, + "Rank": 2, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 2 + "Id": 670, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Id": 671, + "Rank": 3, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 3 + "Id": 671, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Command": "Get-PnPPageSchedulingEnabled", - "Id": 672, + "Rank": 1, "CommandName": "Get-PnPPageSchedulingEnabled", - "Rank": 1 + "Id": 672, + "Command": "Get-PnPPageSchedulingEnabled" }, { - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "Id": 673, + "Rank": 1, "CommandName": "Get-PnPPlannerBucket", - "Rank": 1 + "Id": 673, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerConfiguration", - "Id": 674, + "Rank": 1, "CommandName": "Get-PnPPlannerConfiguration", - "Rank": 1 + "Id": 674, + "Command": "Get-PnPPlannerConfiguration" }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "Id": 675, + "Rank": 1, "CommandName": "Get-PnPPlannerPlan", - "Rank": 1 + "Id": 675, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "Id": 676, + "Rank": 2, "CommandName": "Get-PnPPlannerPlan", - "Rank": 2 + "Id": 676, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "Id": 677, + "Rank": 3, "CommandName": "Get-PnPPlannerPlan", - "Rank": 3 + "Id": 677, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "Id": 678, + "Rank": 1, "CommandName": "Get-PnPPlannerRosterMember", - "Rank": 1 + "Id": 678, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "Id": 679, + "Rank": 1, "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 1 + "Id": 679, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 680, + "Rank": 2, "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 2 + "Id": 680, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "Id": 681, + "Rank": 1, "CommandName": "Get-PnPPlannerTask", - "Rank": 1 + "Id": 681, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Id": 682, + "Rank": 2, "CommandName": "Get-PnPPlannerTask", - "Rank": 2 + "Id": 682, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Id": 683, + "Rank": 3, "CommandName": "Get-PnPPlannerTask", - "Rank": 3 + "Id": 683, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "Id": 684, + "Rank": 1, "CommandName": "Get-PnPPlannerUserPolicy", - "Rank": 1 + "Id": 684, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPPowerApp", - "Id": 685, + "Rank": 1, "CommandName": "Get-PnPPowerApp", - "Rank": 1 + "Id": 685, + "Command": "Get-PnPPowerApp" }, { - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 686, + "Rank": 2, "CommandName": "Get-PnPPowerApp", - "Rank": 2 + "Id": 686, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Id": 687, + "Rank": 1, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Rank": 1 + "Id": 687, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Command": "Get-PnPPowerPlatformEnvironment", - "Id": 688, + "Rank": 1, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 1 + "Id": 688, + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "Id": 689, + "Rank": 2, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 2 + "Id": 689, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "Id": 690, + "Rank": 3, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 3 + "Id": 690, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Id": 691, + "Rank": 1, "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 1 + "Id": 691, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", - "Id": 692, + "Rank": 2, "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 2 + "Id": 692, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "Command": "Get-PnPPowerShellTelemetryEnabled", - "Id": 693, + "Rank": 1, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Rank": 1 + "Id": 693, + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 694, + "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 1 + "Id": 694, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", - "Id": 695, + "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 2 + "Id": 695, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 696, + "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 1 + "Id": 696, + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", - "Id": 697, + "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 2 + "Id": 697, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", - "Id": 698, + "Rank": 3, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 3 + "Id": 698, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Command": "Get-PnPProfileCardProperty", - "Id": 699, + "Rank": 1, "CommandName": "Get-PnPProfileCardProperty", - "Rank": 1 + "Id": 699, + "Command": "Get-PnPProfileCardProperty" }, { - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", - "Id": 700, + "Rank": 2, "CommandName": "Get-PnPProfileCardProperty", - "Rank": 2 + "Id": 700, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "Command": "Get-PnPPropertyBag", - "Id": 701, + "Rank": 1, "CommandName": "Get-PnPPropertyBag", - "Rank": 1 + "Id": 701, + "Command": "Get-PnPPropertyBag" }, { - "Command": "Get-PnPPropertyBag -Key MyKey", - "Id": 702, + "Rank": 2, "CommandName": "Get-PnPPropertyBag", - "Rank": 2 + "Id": 702, + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "Id": 703, + "Rank": 3, "CommandName": "Get-PnPPropertyBag", - "Rank": 3 + "Id": 703, + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "Id": 704, + "Rank": 4, "CommandName": "Get-PnPPropertyBag", - "Rank": 4 + "Id": 704, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "Id": 705, + "Rank": 5, "CommandName": "Get-PnPPropertyBag", - "Rank": 5 + "Id": 705, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Command": "Get-PnPPublishingImageRendition", - "Id": 706, + "Rank": 1, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 1 + "Id": 706, + "Command": "Get-PnPPublishingImageRendition" }, { - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "Id": 707, + "Rank": 2, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 2 + "Id": 707, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Command": "Get-PnPPublishingImageRendition -Identity 2", - "Id": 708, + "Rank": 3, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 3 + "Id": 708, + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Command": "Get-PnPRecycleBinItem", - "Id": 709, + "Rank": 1, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 1 + "Id": 709, + "Command": "Get-PnPRecycleBinItem" }, { - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "Id": 710, + "Rank": 2, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 2 + "Id": 710, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Command": "Get-PnPRecycleBinItem -FirstStage", - "Id": 711, + "Rank": 3, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 3 + "Id": 711, + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Command": "Get-PnPRecycleBinItem -SecondStage", - "Id": 712, + "Rank": 4, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 4 + "Id": 712, + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "Id": 713, + "Rank": 5, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 5 + "Id": 713, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Command": "Get-PnPRequestAccessEmails", - "Id": 714, + "Rank": 1, "CommandName": "Get-PnPRequestAccessEmails", - "Rank": 1 + "Id": 714, + "Command": "Get-PnPRequestAccessEmails" }, { - "Command": "Get-PnPRetentionLabel", - "Id": 715, + "Rank": 1, "CommandName": "Get-PnPRetentionLabel", - "Rank": 1 + "Id": 715, + "Command": "Get-PnPRetentionLabel" }, { - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", - "Id": 716, + "Rank": 2, "CommandName": "Get-PnPRetentionLabel", - "Rank": 2 + "Id": 716, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "Command": "Get-PnPRoleDefinition", - "Id": 717, + "Rank": 1, "CommandName": "Get-PnPRoleDefinition", - "Rank": 1 + "Id": 717, + "Command": "Get-PnPRoleDefinition" }, { - "Command": "Get-PnPRoleDefinition -Identity Read", - "Id": 718, + "Rank": 2, "CommandName": "Get-PnPRoleDefinition", - "Rank": 2 + "Id": 718, + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "Id": 719, + "Rank": 3, "CommandName": "Get-PnPRoleDefinition", - "Rank": 3 + "Id": 719, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Command": "Get-PnPSearchConfiguration", - "Id": 720, + "Rank": 1, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 1 + "Id": 720, + "Command": "Get-PnPSearchConfiguration" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site", - "Id": 721, + "Rank": 2, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 2 + "Id": 721, + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "Id": 722, + "Rank": 3, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 3 + "Id": 722, + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 723, + "Rank": 4, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 4 + "Id": 723, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "Id": 724, + "Rank": 5, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 5 + "Id": 724, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "Id": 725, + "Rank": 6, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 6 + "Id": 725, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "Id": 726, + "Rank": 7, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 7 + "Id": 726, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "Id": 727, + "Rank": 8, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 8 + "Id": 727, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Command": "Get-PnPSearchCrawlLog", - "Id": 728, + "Rank": 1, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 1 + "Id": 728, + "Command": "Get-PnPSearchCrawlLog" }, { - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "Id": 729, + "Rank": 2, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 2 + "Id": 729, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "Id": 730, + "Rank": 3, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 3 + "Id": 730, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "Id": 731, + "Rank": 4, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 4 + "Id": 731, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "Id": 732, + "Rank": 5, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 5 + "Id": 732, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "Id": 733, + "Rank": 6, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 6 + "Id": 733, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "Id": 734, + "Rank": 7, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 7 + "Id": 734, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Command": "Get-PnPSearchExternalConnection", - "Id": 735, + "Rank": 1, "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 1 + "Id": 735, + "Command": "Get-PnPSearchExternalConnection" }, { - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "Id": 736, + "Rank": 2, "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 2 + "Id": 736, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "Id": 737, + "Rank": 1, "CommandName": "Get-PnPSearchExternalItem", - "Rank": 1 + "Id": 737, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", - "Id": 738, + "Rank": 2, "CommandName": "Get-PnPSearchExternalItem", - "Rank": 2 + "Id": 738, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", - "Id": 739, + "Rank": 1, "CommandName": "Get-PnPSearchExternalSchema", - "Rank": 1 + "Id": 739, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "Command": "Get-PnPSearchSettings", - "Id": 740, + "Rank": 1, "CommandName": "Get-PnPSearchSettings", - "Rank": 1 + "Id": 740, + "Command": "Get-PnPSearchSettings" }, { - "Command": "Get-PnPServiceCurrentHealth", - "Id": 741, + "Rank": 1, "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 1 + "Id": 741, + "Command": "Get-PnPServiceCurrentHealth" }, { - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "Id": 742, + "Rank": 2, "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 2 + "Id": 742, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Command": "Get-PnPServiceHealthIssue", - "Id": 743, + "Rank": 1, "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 1 + "Id": 743, + "Command": "Get-PnPServiceHealthIssue" }, { - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "Id": 744, + "Rank": 2, "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 2 + "Id": 744, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Command": "Get-PnPSharePointAddIn", - "Id": 745, + "Rank": 1, "CommandName": "Get-PnPSharePointAddIn", - "Rank": 1 + "Id": 745, + "Command": "Get-PnPSharePointAddIn" }, { - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "Id": 746, + "Rank": 2, "CommandName": "Get-PnPSharePointAddIn", - "Rank": 2 + "Id": 746, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Command": "Get-PnPSharingForNonOwnersOfSite", - "Id": 747, + "Rank": 1, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Rank": 1 + "Id": 747, + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Command": "Get-PnPSite", - "Id": 748, + "Rank": 1, "CommandName": "Get-PnPSite", - "Rank": 1 + "Id": 748, + "Command": "Get-PnPSite" }, { - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "Id": 749, + "Rank": 2, "CommandName": "Get-PnPSite", - "Rank": 2 + "Id": 749, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Command": "Get-PnPSiteAnalyticsData -All", - "Id": 750, + "Rank": 1, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 1 + "Id": 750, + "Command": "Get-PnPSiteAnalyticsData -All" }, { - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", - "Id": 751, + "Rank": 2, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 2 + "Id": 751, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 752, + "Rank": 3, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 3 + "Id": 752, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 753, + "Rank": 4, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 4 + "Id": 753, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Command": "Get-PnPSiteClosure", - "Id": 754, + "Rank": 1, "CommandName": "Get-PnPSiteClosure", - "Rank": 1 + "Id": 754, + "Command": "Get-PnPSiteClosure" }, { - "Command": "Get-PnPSiteCollectionAdmin", - "Id": 755, + "Rank": 1, "CommandName": "Get-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 755, + "Command": "Get-PnPSiteCollectionAdmin" }, { - "Command": "Get-PnPSiteCollectionAppCatalog", - "Id": 756, + "Rank": 1, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 756, + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "Id": 757, + "Rank": 2, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 2 + "Id": 757, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "Id": 758, + "Rank": 3, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 3 + "Id": 758, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Command": "Get-PnPSiteCollectionTermStore", - "Id": 759, + "Rank": 1, "CommandName": "Get-PnPSiteCollectionTermStore", - "Rank": 1 + "Id": 759, + "Command": "Get-PnPSiteCollectionTermStore" }, { - "Command": "Get-PnPSiteDesign", - "Id": 760, + "Rank": 1, "CommandName": "Get-PnPSiteDesign", - "Rank": 1 + "Id": 760, + "Command": "Get-PnPSiteDesign" }, { - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 761, + "Rank": 2, "CommandName": "Get-PnPSiteDesign", - "Rank": 2 + "Id": 761, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 762, + "Rank": 1, "CommandName": "Get-PnPSiteDesignRights", - "Rank": 1 + "Id": 762, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteDesignRun", - "Id": 763, + "Rank": 1, "CommandName": "Get-PnPSiteDesignRun", - "Rank": 1 + "Id": 763, + "Command": "Get-PnPSiteDesignRun" }, { - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "Id": 764, + "Rank": 2, "CommandName": "Get-PnPSiteDesignRun", - "Rank": 2 + "Id": 764, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "Id": 765, + "Rank": 1, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 1 + "Id": 765, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Command": "Get-PnPSiteDesignTask", - "Id": 766, + "Rank": 2, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 2 + "Id": 766, + "Command": "Get-PnPSiteDesignTask" }, { - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Id": 767, + "Rank": 3, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 3 + "Id": 767, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 768, + "Rank": 1, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Rank": 1 + "Id": 768, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 769, + "Rank": 1, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Rank": 1 + "Id": 769, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "Get-PnPSiteGroup", - "Id": 770, + "Rank": 1, "CommandName": "Get-PnPSiteGroup", - "Rank": 1 + "Id": 770, + "Command": "Get-PnPSiteGroup" }, { - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Id": 771, + "Rank": 2, "CommandName": "Get-PnPSiteGroup", - "Rank": 2 + "Id": 771, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "Id": 772, + "Rank": 3, "CommandName": "Get-PnPSiteGroup", - "Rank": 3 + "Id": 772, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Id": 773, + "Rank": 4, "CommandName": "Get-PnPSiteGroup", - "Rank": 4 + "Id": 773, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Command": "Get-PnPSitePolicy", - "Id": 774, + "Rank": 1, "CommandName": "Get-PnPSitePolicy", - "Rank": 1 + "Id": 774, + "Command": "Get-PnPSitePolicy" }, { - "Command": "Get-PnPSitePolicy -AllAvailable", - "Id": 775, + "Rank": 2, "CommandName": "Get-PnPSitePolicy", - "Rank": 2 + "Id": 775, + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "Id": 776, + "Rank": 3, "CommandName": "Get-PnPSitePolicy", - "Rank": 3 + "Id": 776, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Command": "Get-PnPSiteScript", - "Id": 777, + "Rank": 1, "CommandName": "Get-PnPSiteScript", - "Rank": 1 + "Id": 777, + "Command": "Get-PnPSiteScript" }, { - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 778, + "Rank": 2, "CommandName": "Get-PnPSiteScript", - "Rank": 2 + "Id": 778, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "Id": 779, + "Rank": 1, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 1 + "Id": 779, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "Id": 780, + "Rank": 2, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 2 + "Id": 780, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "Id": 781, + "Rank": 3, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 3 + "Id": 781, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "Id": 782, + "Rank": 1, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 1 + "Id": 782, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "Id": 783, + "Rank": 2, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 2 + "Id": 783, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "Id": 784, + "Rank": 3, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 3 + "Id": 784, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "Id": 785, + "Rank": 4, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 4 + "Id": 785, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "Id": 786, + "Rank": 5, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 5 + "Id": 786, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "Id": 787, + "Rank": 6, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 6 + "Id": 787, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Command": "Get-PnPSiteSearchQueryResults", - "Id": 788, + "Rank": 1, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 1 + "Id": 788, + "Command": "Get-PnPSiteSearchQueryResults" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "Id": 789, + "Rank": 2, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 2 + "Id": 789, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "Id": 790, + "Rank": 3, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 3 + "Id": 790, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "Id": 791, + "Rank": 4, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 4 + "Id": 791, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "Id": 792, + "Rank": 5, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 5 + "Id": 792, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Command": "Get-PnPSiteSearchQueryResults -All", - "Id": 793, + "Rank": 6, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 6 + "Id": 793, + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Command": "Get-PnPSiteSensitivityLabel", - "Id": 794, + "Rank": 1, "CommandName": "Get-PnPSiteSensitivityLabel", - "Rank": 1 + "Id": 794, + "Command": "Get-PnPSiteSensitivityLabel" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp", - "Id": 795, + "Rank": 1, "CommandName": "Get-PnPSiteTemplate", - "Rank": 1 + "Id": 795, + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Command": "Get-PnPSiteTemplate -Out template.xml", - "Id": 796, + "Rank": 2, "CommandName": "Get-PnPSiteTemplate", - "Rank": 2 + "Id": 796, + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Command": "Get-PnPSiteTemplate -Out template.md", - "Id": 797, + "Rank": 3, "CommandName": "Get-PnPSiteTemplate", - "Rank": 3 + "Id": 797, + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "Id": 798, + "Rank": 4, "CommandName": "Get-PnPSiteTemplate", - "Rank": 4 + "Id": 798, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "Id": 799, + "Rank": 5, "CommandName": "Get-PnPSiteTemplate", - "Rank": 5 + "Id": 799, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "Id": 800, + "Rank": 6, "CommandName": "Get-PnPSiteTemplate", - "Rank": 6 + "Id": 800, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "Id": 801, + "Rank": 7, "CommandName": "Get-PnPSiteTemplate", - "Rank": 7 + "Id": 801, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "Id": 802, + "Rank": 8, "CommandName": "Get-PnPSiteTemplate", - "Rank": 8 + "Id": 802, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "Id": 803, + "Rank": 9, "CommandName": "Get-PnPSiteTemplate", - "Rank": 9 + "Id": 803, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "Id": 804, + "Rank": 10, "CommandName": "Get-PnPSiteTemplate", - "Rank": 10 + "Id": 804, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "Id": 805, + "Rank": 11, "CommandName": "Get-PnPSiteTemplate", - "Rank": 11 + "Id": 805, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "Id": 806, + "Rank": 12, "CommandName": "Get-PnPSiteTemplate", - "Rank": 12 + "Id": 806, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", - "Id": 807, + "Rank": 13, "CommandName": "Get-PnPSiteTemplate", - "Rank": 13 + "Id": 807, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "Id": 808, + "Rank": 14, "CommandName": "Get-PnPSiteTemplate", - "Rank": 14 + "Id": 808, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "Id": 809, + "Rank": 1, "CommandName": "Get-PnPSiteUserInvitations", - "Rank": 1 + "Id": 809, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Command": "Get-PnPSiteVersionPolicy", - "Id": 810, + "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicy", - "Rank": 1 + "Id": 810, + "Command": "Get-PnPSiteVersionPolicy" }, { - "Command": "Get-PnPSiteVersionPolicyStatus", - "Id": 811, + "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Rank": 1 + "Id": 811, + "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "Command": "Get-PnPStorageEntity", - "Id": 812, + "Rank": 1, "CommandName": "Get-PnPStorageEntity", - "Rank": 1 + "Id": 812, + "Command": "Get-PnPStorageEntity" }, { - "Command": "Get-PnPStorageEntity -Key MyKey", - "Id": 813, + "Rank": 2, "CommandName": "Get-PnPStorageEntity", - "Rank": 2 + "Id": 813, + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Command": "Get-PnPStorageEntity -Scope Site", - "Id": 814, + "Rank": 3, "CommandName": "Get-PnPStorageEntity", - "Rank": 3 + "Id": 814, + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "Id": 815, + "Rank": 4, "CommandName": "Get-PnPStorageEntity", - "Rank": 4 + "Id": 815, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Command": "Get-PnPStoredCredential -Name O365", - "Id": 816, + "Rank": 1, "CommandName": "Get-PnPStoredCredential", - "Rank": 1 + "Id": 816, + "Command": "Get-PnPStoredCredential -Name O365" }, { - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 817, + "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Rank": 1 + "Id": 817, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 818, + "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Rank": 1 + "Id": 818, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Get-PnPSubWeb", - "Id": 819, + "Rank": 1, "CommandName": "Get-PnPSubWeb", - "Rank": 1 + "Id": 819, + "Command": "Get-PnPSubWeb" }, { - "Command": "Get-PnPSubWeb -Recurse", - "Id": 820, + "Rank": 2, "CommandName": "Get-PnPSubWeb", - "Rank": 2 + "Id": 820, + "Command": "Get-PnPSubWeb -Recurse" }, { - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "Id": 821, + "Rank": 3, "CommandName": "Get-PnPSubWeb", - "Rank": 3 + "Id": 821, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "Id": 822, + "Rank": 4, "CommandName": "Get-PnPSubWeb", - "Rank": 4 + "Id": 822, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "Id": 823, + "Rank": 5, "CommandName": "Get-PnPSubWeb", - "Rank": 5 + "Id": 823, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Command": "Get-PnPSyntexModel", - "Id": 824, + "Rank": 1, "CommandName": "Get-PnPSyntexModel", - "Rank": 1 + "Id": 824, + "Command": "Get-PnPSyntexModel" }, { - "Command": "Get-PnPSyntexModel -Identity 1", - "Id": 825, + "Rank": 2, "CommandName": "Get-PnPSyntexModel", - "Rank": 2 + "Id": 825, + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "Id": 826, + "Rank": 3, "CommandName": "Get-PnPSyntexModel", - "Rank": 3 + "Id": 826, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "Id": 827, + "Rank": 1, "CommandName": "Get-PnPSyntexModelPublication", - "Rank": 1 + "Id": 827, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "Id": 828, + "Rank": 1, "CommandName": "Get-PnPTaxonomyItem", - "Rank": 1 + "Id": 828, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Command": "Get-PnPTeamsApp", - "Id": 829, + "Rank": 1, "CommandName": "Get-PnPTeamsApp", - "Rank": 1 + "Id": 829, + "Command": "Get-PnPTeamsApp" }, { - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "Id": 830, + "Rank": 2, "CommandName": "Get-PnPTeamsApp", - "Rank": 2 + "Id": 830, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "Id": 831, + "Rank": 3, "CommandName": "Get-PnPTeamsApp", - "Rank": 3 + "Id": 831, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "Id": 832, + "Rank": 1, "CommandName": "Get-PnPTeamsChannel", - "Rank": 1 + "Id": 832, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "Id": 833, + "Rank": 2, "CommandName": "Get-PnPTeamsChannel", - "Rank": 2 + "Id": 833, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Id": 834, + "Rank": 3, "CommandName": "Get-PnPTeamsChannel", - "Rank": 3 + "Id": 834, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", - "Id": 835, + "Rank": 4, "CommandName": "Get-PnPTeamsChannel", - "Rank": 4 + "Id": 835, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "Id": 836, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 1 + "Id": 836, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Id": 837, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 2 + "Id": 837, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "Id": 838, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 1 + "Id": 838, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "Id": 839, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 2 + "Id": 839, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "Id": 840, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 1 + "Id": 840, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "Id": 841, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 2 + "Id": 841, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "Id": 842, + "Rank": 1, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 1 + "Id": 842, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "Id": 843, + "Rank": 2, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 2 + "Id": 843, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "Id": 844, + "Rank": 3, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 3 + "Id": 844, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Id": 845, + "Rank": 4, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 4 + "Id": 845, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "Id": 846, + "Rank": 1, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 1 + "Id": 846, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "Id": 847, + "Rank": 2, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 2 + "Id": 847, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "Id": 848, + "Rank": 1, "CommandName": "Get-PnPTeamsTab", - "Rank": 1 + "Id": 848, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "Id": 849, + "Rank": 2, "CommandName": "Get-PnPTeamsTab", - "Rank": 2 + "Id": 849, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", - "Id": 850, + "Rank": 3, "CommandName": "Get-PnPTeamsTab", - "Rank": 3 + "Id": 850, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "Id": 851, + "Rank": 4, "CommandName": "Get-PnPTeamsTab", - "Rank": 4 + "Id": 851, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "Id": 852, + "Rank": 5, "CommandName": "Get-PnPTeamsTab", - "Rank": 5 + "Id": 852, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "Id": 853, + "Rank": 1, "CommandName": "Get-PnPTeamsTag", - "Rank": 1 + "Id": 853, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "Id": 854, + "Rank": 2, "CommandName": "Get-PnPTeamsTag", - "Rank": 2 + "Id": 854, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Command": "Get-PnPTeamsTeam", - "Id": 855, + "Rank": 1, "CommandName": "Get-PnPTeamsTeam", - "Rank": 1 + "Id": 855, + "Command": "Get-PnPTeamsTeam" }, { - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "Id": 856, + "Rank": 2, "CommandName": "Get-PnPTeamsTeam", - "Rank": 2 + "Id": 856, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "Id": 857, + "Rank": 3, "CommandName": "Get-PnPTeamsTeam", - "Rank": 3 + "Id": 857, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "Id": 858, + "Rank": 4, "CommandName": "Get-PnPTeamsTeam", - "Rank": 4 + "Id": 858, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "Id": 859, + "Rank": 5, "CommandName": "Get-PnPTeamsTeam", - "Rank": 5 + "Id": 859, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", - "Id": 860, + "Rank": 6, "CommandName": "Get-PnPTeamsTeam", - "Rank": 6 + "Id": 860, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam", - "Id": 861, + "Rank": 1, "CommandName": "Get-PnPTeamsUser", - "Rank": 1 + "Id": 861, + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "Id": 862, + "Rank": 2, "CommandName": "Get-PnPTeamsUser", - "Rank": 2 + "Id": 862, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "Id": 863, + "Rank": 3, "CommandName": "Get-PnPTeamsUser", - "Rank": 3 + "Id": 863, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "Id": 864, + "Rank": 4, "CommandName": "Get-PnPTeamsUser", - "Rank": 4 + "Id": 864, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Command": "Get-PnPTemporarilyDisableAppBar", - "Id": 865, + "Rank": 1, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Rank": 1 + "Id": 865, + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Command": "Get-PnPTenant", - "Id": 866, + "Rank": 1, "CommandName": "Get-PnPTenant", - "Rank": 1 + "Id": 866, + "Command": "Get-PnPTenant" }, { - "Command": "Get-PnPTenantAppCatalogUrl", - "Id": 867, + "Rank": 1, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 867, + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "Id": 868, + "Rank": 1, "CommandName": "Get-PnPTenantCdnEnabled", - "Rank": 1 + "Id": 868, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "Id": 869, + "Rank": 1, "CommandName": "Get-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 869, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "Id": 870, + "Rank": 1, "CommandName": "Get-PnPTenantCdnPolicies", - "Rank": 1 + "Id": 870, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Command": "Get-PnPTenantDeletedSite", - "Id": 871, + "Rank": 1, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 1 + "Id": 871, + "Command": "Get-PnPTenantDeletedSite" }, { - "Command": "Get-PnPTenantDeletedSite -Detailed", - "Id": 872, + "Rank": 2, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 2 + "Id": 872, + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 873, + "Rank": 3, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 3 + "Id": 873, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "Id": 874, + "Rank": 4, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 4 + "Id": 874, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "Id": 875, + "Rank": 5, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 5 + "Id": 875, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Command": "Get-PnPTenantId", - "Id": 876, + "Rank": 1, "CommandName": "Get-PnPTenantId", - "Rank": 1 + "Id": 876, + "Command": "Get-PnPTenantId" }, { - "Command": "Get-PnPTenantId contoso", - "Id": 877, + "Rank": 2, "CommandName": "Get-PnPTenantId", - "Rank": 2 + "Id": 877, + "Command": "Get-PnPTenantId contoso" }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "Id": 878, + "Rank": 3, "CommandName": "Get-PnPTenantId", - "Rank": 3 + "Id": 878, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "Id": 879, + "Rank": 4, "CommandName": "Get-PnPTenantId", - "Rank": 4 + "Id": 879, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", - "Id": 880, + "Rank": 1, "CommandName": "Get-PnPTenantInfo", - "Rank": 1 + "Id": 880, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", - "Id": 881, + "Rank": 2, "CommandName": "Get-PnPTenantInfo", - "Rank": 2 + "Id": 881, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "Command": "Get-PnPTenantInfo", - "Id": 882, + "Rank": 3, "CommandName": "Get-PnPTenantInfo", - "Rank": 3 + "Id": 882, + "Command": "Get-PnPTenantInfo" }, { - "Command": "Get-PnPTenantInfo -CurrentTenant", - "Id": 883, + "Rank": 4, "CommandName": "Get-PnPTenantInfo", - "Rank": 4 + "Id": 883, + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "Command": "Get-PnPTenantInstance", - "Id": 884, + "Rank": 1, "CommandName": "Get-PnPTenantInstance", - "Rank": 1 + "Id": 884, + "Command": "Get-PnPTenantInstance" }, { - "Command": "Get-PnPTenantInternalSetting", - "Id": 885, + "Rank": 1, "CommandName": "Get-PnPTenantInternalSetting", - "Rank": 1 + "Id": 885, + "Command": "Get-PnPTenantInternalSetting" }, { - "Command": "Get-PnPTenantPronounsSetting", - "Id": 886, + "Rank": 1, "CommandName": "Get-PnPTenantPronounsSetting", - "Rank": 1 + "Id": 886, + "Command": "Get-PnPTenantPronounsSetting" }, { - "Command": "Get-PnPTenantRecycleBinItem", - "Id": 887, + "Rank": 1, "CommandName": "Get-PnPTenantRecycleBinItem", - "Rank": 1 + "Id": 887, + "Command": "Get-PnPTenantRecycleBinItem" }, { - "Command": "Get-PnPTenantRestrictedSearchAllowedList", - "Id": 888, + "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Id": 888, + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Command": "Get-PnPTenantRestrictedSearchMode", - "Id": 889, + "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Rank": 1 + "Id": 889, + "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "Command": "Get-PnPTenantRetentionLabel", - "Id": 890, + "Rank": 1, "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 1 + "Id": 890, + "Command": "Get-PnPTenantRetentionLabel" }, { - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", - "Id": 891, + "Rank": 2, "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 2 + "Id": 891, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "Id": 892, + "Rank": 1, "CommandName": "Get-PnPTenantSequence", - "Rank": 1 + "Id": 892, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "Id": 893, + "Rank": 2, "CommandName": "Get-PnPTenantSequence", - "Rank": 2 + "Id": 893, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "Id": 894, + "Rank": 1, "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 1 + "Id": 894, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "Id": 895, + "Rank": 2, "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 2 + "Id": 895, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Command": "Get-PnPTenantSite", - "Id": 896, + "Rank": 1, "CommandName": "Get-PnPTenantSite", - "Rank": 1 + "Id": 896, + "Command": "Get-PnPTenantSite" }, { - "Command": "Get-PnPTenantSite -Detailed", - "Id": 897, + "Rank": 2, "CommandName": "Get-PnPTenantSite", - "Rank": 2 + "Id": 897, + "Command": "Get-PnPTenantSite -Detailed" }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "Id": 898, + "Rank": 3, "CommandName": "Get-PnPTenantSite", - "Rank": 3 + "Id": 898, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "Id": 899, + "Rank": 4, "CommandName": "Get-PnPTenantSite", - "Rank": 4 + "Id": 899, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "Id": 900, + "Rank": 5, "CommandName": "Get-PnPTenantSite", - "Rank": 5 + "Id": 900, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "Id": 901, + "Rank": 6, "CommandName": "Get-PnPTenantSite", - "Rank": 6 + "Id": 901, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "Id": 902, + "Rank": 7, "CommandName": "Get-PnPTenantSite", - "Rank": 7 + "Id": 902, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "Id": 903, + "Rank": 8, "CommandName": "Get-PnPTenantSite", - "Rank": 8 + "Id": 903, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "Id": 904, + "Rank": 9, "CommandName": "Get-PnPTenantSite", - "Rank": 9 + "Id": 904, + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Command": "Get-PnPTenantSyncClientRestriction", - "Id": 905, + "Rank": 1, "CommandName": "Get-PnPTenantSyncClientRestriction", - "Rank": 1 + "Id": 905, + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "Id": 906, + "Rank": 1, "CommandName": "Get-PnPTenantTemplate", - "Rank": 1 + "Id": 906, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "Id": 907, + "Rank": 2, "CommandName": "Get-PnPTenantTemplate", - "Rank": 2 + "Id": 907, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "Id": 908, + "Rank": 3, "CommandName": "Get-PnPTenantTemplate", - "Rank": 3 + "Id": 908, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Command": "Get-PnPTenantTheme", - "Id": 909, + "Rank": 1, "CommandName": "Get-PnPTenantTheme", - "Rank": 1 + "Id": 909, + "Command": "Get-PnPTenantTheme" }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "Id": 910, + "Rank": 2, "CommandName": "Get-PnPTenantTheme", - "Rank": 2 + "Id": 910, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "Id": 911, + "Rank": 3, "CommandName": "Get-PnPTenantTheme", - "Rank": 3 + "Id": 911, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 912, + "Rank": 1, "CommandName": "Get-PnPTerm", - "Rank": 1 + "Id": 912, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 913, + "Rank": 2, "CommandName": "Get-PnPTerm", - "Rank": 2 + "Id": 913, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 914, + "Rank": 3, "CommandName": "Get-PnPTerm", - "Rank": 3 + "Id": 914, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "Id": 915, + "Rank": 4, "CommandName": "Get-PnPTerm", - "Rank": 4 + "Id": 915, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "Id": 916, + "Rank": 5, "CommandName": "Get-PnPTerm", - "Rank": 5 + "Id": 916, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Command": "Get-PnPTermGroup", - "Id": 917, + "Rank": 1, "CommandName": "Get-PnPTermGroup", - "Rank": 1 + "Id": 917, + "Command": "Get-PnPTermGroup" }, { - "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "Id": 918, + "Rank": 2, "CommandName": "Get-PnPTermGroup", - "Rank": 2 + "Id": 918, + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "Id": 919, + "Rank": 3, "CommandName": "Get-PnPTermGroup", - "Rank": 3 + "Id": 919, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "Id": 920, + "Rank": 1, "CommandName": "Get-PnPTermLabel", - "Rank": 1 + "Id": 920, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "Id": 921, + "Rank": 2, "CommandName": "Get-PnPTermLabel", - "Rank": 2 + "Id": 921, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 922, + "Rank": 3, "CommandName": "Get-PnPTermLabel", - "Rank": 3 + "Id": 922, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "Id": 923, + "Rank": 1, "CommandName": "Get-PnPTermSet", - "Rank": 1 + "Id": 923, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "Id": 924, + "Rank": 2, "CommandName": "Get-PnPTermSet", - "Rank": 2 + "Id": 924, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "Id": 925, + "Rank": 3, "CommandName": "Get-PnPTermSet", - "Rank": 3 + "Id": 925, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", - "Id": 926, + "Rank": 4, "CommandName": "Get-PnPTermSet", - "Rank": 4 + "Id": 926, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "Command": "Get-PnPTheme", - "Id": 927, + "Rank": 1, "CommandName": "Get-PnPTheme", - "Rank": 1 + "Id": 927, + "Command": "Get-PnPTheme" }, { - "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "Id": 928, + "Rank": 2, "CommandName": "Get-PnPTheme", - "Rank": 2 + "Id": 928, + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Command": "Get-PnPTimeZoneId", - "Id": 929, + "Rank": 1, "CommandName": "Get-PnPTimeZoneId", - "Rank": 1 + "Id": 929, + "Command": "Get-PnPTimeZoneId" }, { - "Command": "Get-PnPTimeZoneId -Match Stockholm", - "Id": 930, + "Rank": 2, "CommandName": "Get-PnPTimeZoneId", - "Rank": 2 + "Id": 930, + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Command": "Get-PnPTodoList", - "Id": 931, + "Rank": 1, "CommandName": "Get-PnPTodoList", - "Rank": 1 + "Id": 931, + "Command": "Get-PnPTodoList" }, { - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Id": 932, + "Rank": 2, "CommandName": "Get-PnPTodoList", - "Rank": 2 + "Id": 932, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Command": "Get-PnPTodoList -User john@doe.com", - "Id": 933, + "Rank": 3, "CommandName": "Get-PnPTodoList", - "Rank": 3 + "Id": 933, + "Command": "Get-PnPTodoList -User john@doe.com" }, { - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Id": 934, + "Rank": 4, "CommandName": "Get-PnPTodoList", - "Rank": 4 + "Id": 934, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Command": "Get-PnPTraceLog", - "Id": 935, + "Rank": 1, "CommandName": "Get-PnPTraceLog", - "Rank": 1 + "Id": 935, + "Command": "Get-PnPTraceLog" }, { - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", - "Id": 936, + "Rank": 2, "CommandName": "Get-PnPTraceLog", - "Rank": 2 + "Id": 936, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", - "Id": 937, + "Rank": 3, "CommandName": "Get-PnPTraceLog", - "Rank": 3 + "Id": 937, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", - "Id": 938, + "Rank": 4, "CommandName": "Get-PnPTraceLog", - "Rank": 4 + "Id": 938, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", - "Id": 939, + "Rank": 5, "CommandName": "Get-PnPTraceLog", - "Rank": 5 + "Id": 939, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", - "Id": 940, + "Rank": 6, "CommandName": "Get-PnPTraceLog", - "Rank": 6 + "Id": 940, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", - "Id": 941, + "Rank": 1, "CommandName": "Get-PnPUnfurlLink", - "Rank": 1 + "Id": 941, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", - "Id": 942, + "Rank": 1, "CommandName": "Get-PnPUnifiedAuditLog", - "Rank": 1 + "Id": 942, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "Command": "Get-PnPUPABulkImportStatus", - "Id": 943, + "Rank": 1, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 1 + "Id": 943, + "Command": "Get-PnPUPABulkImportStatus" }, { - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "Id": 944, + "Rank": 2, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 2 + "Id": 944, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Command": "Get-PnPUPABulkImportStatus -JobId ", - "Id": 945, + "Rank": 3, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 3 + "Id": 945, + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "Id": 946, + "Rank": 4, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 4 + "Id": 946, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Command": "Get-PnPUser", - "Id": 947, + "Rank": 1, "CommandName": "Get-PnPUser", - "Rank": 1 + "Id": 947, + "Command": "Get-PnPUser" }, { - "Command": "Get-PnPUser -Identity 23", - "Id": 948, + "Rank": 2, "CommandName": "Get-PnPUser", - "Rank": 2 + "Id": 948, + "Command": "Get-PnPUser -Identity 23" }, { - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "Id": 949, + "Rank": 3, "CommandName": "Get-PnPUser", - "Rank": 3 + "Id": 949, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "Id": 950, + "Rank": 4, "CommandName": "Get-PnPUser", - "Rank": 4 + "Id": 950, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Command": "Get-PnPUser -WithRightsAssigned", - "Id": 951, + "Rank": 5, "CommandName": "Get-PnPUser", - "Rank": 5 + "Id": 951, + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "Id": 952, + "Rank": 6, "CommandName": "Get-PnPUser", - "Rank": 6 + "Id": 952, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "Id": 953, + "Rank": 7, "CommandName": "Get-PnPUser", - "Rank": 7 + "Id": 953, + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "Id": 954, + "Rank": 1, "CommandName": "Get-PnPUserOneDriveQuota", - "Rank": 1 + "Id": 954, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "Id": 955, + "Rank": 1, "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 1 + "Id": 955, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", - "Id": 956, + "Rank": 2, "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 2 + "Id": 956, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "Id": 957, + "Rank": 1, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 1 + "Id": 957, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "Id": 958, + "Rank": 2, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 2 + "Id": 958, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "Id": 959, + "Rank": 3, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 3 + "Id": 959, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Command": "Get-PnPView -List \"Demo List\"", - "Id": 960, + "Rank": 1, "CommandName": "Get-PnPView", - "Rank": 1 + "Id": 960, + "Command": "Get-PnPView -List \"Demo List\"" }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "Id": 961, + "Rank": 2, "CommandName": "Get-PnPView", - "Rank": 2 + "Id": 961, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "Id": 962, + "Rank": 3, "CommandName": "Get-PnPView", - "Rank": 3 + "Id": 962, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Command": "Get-PnPVivaConnectionsDashboardACE", - "Id": 963, + "Rank": 1, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 963, + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "Id": 964, + "Rank": 2, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 964, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Command": "Get-PnPVivaEngageCommunity", - "Id": 965, + "Rank": 1, "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 965, + "Command": "Get-PnPVivaEngageCommunity" }, { - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "Id": 966, + "Rank": 2, "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 2 + "Id": 966, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Command": "Get-PnPWeb", - "Id": 967, + "Rank": 1, "CommandName": "Get-PnPWeb", - "Rank": 1 + "Id": 967, + "Command": "Get-PnPWeb" }, { - "Command": "Get-PnPWebHeader", - "Id": 968, + "Rank": 1, "CommandName": "Get-PnPWebHeader", - "Rank": 1 + "Id": 968, + "Command": "Get-PnPWebHeader" }, { - "Command": "Get-PnPWebhookSubscription -List MyList", - "Id": 969, + "Rank": 1, "CommandName": "Get-PnPWebhookSubscription", - "Rank": 1 + "Id": 969, + "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "Id": 970, + "Rank": 1, "CommandName": "Get-PnPWebPart", - "Rank": 1 + "Id": 970, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 971, + "Rank": 2, "CommandName": "Get-PnPWebPart", - "Rank": 2 + "Id": 971, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", - "Id": 972, + "Rank": 1, "CommandName": "Get-PnPWebPartProperty", - "Rank": 1 + "Id": 972, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", - "Id": 973, + "Rank": 2, "CommandName": "Get-PnPWebPartProperty", - "Rank": 2 + "Id": 973, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 974, + "Rank": 1, "CommandName": "Get-PnPWebPartXml", - "Rank": 1 + "Id": 974, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", - "Id": 975, + "Rank": 1, "CommandName": "Get-PnPWebPermission", - "Rank": 1 + "Id": 975, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Id": 976, + "Rank": 2, "CommandName": "Get-PnPWebPermission", - "Rank": 2 + "Id": 976, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Command": "Get-PnPWebTemplates", - "Id": 977, + "Rank": 1, "CommandName": "Get-PnPWebTemplates", - "Rank": 1 + "Id": 977, + "Command": "Get-PnPWebTemplates" }, { - "Command": "Get-PnPWebTemplates -LCID 1033", - "Id": 978, + "Rank": 2, "CommandName": "Get-PnPWebTemplates", - "Rank": 2 + "Id": 978, + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "Id": 979, + "Rank": 3, "CommandName": "Get-PnPWebTemplates", - "Rank": 3 + "Id": 979, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "Id": 980, + "Rank": 1, "CommandName": "Get-PnPWikiPageContent", - "Rank": 1 + "Id": 980, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "Id": 981, + "Rank": 1, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 981, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", - "Id": 982, + "Rank": 2, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 982, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 983, + "Rank": 1, "CommandName": "Grant-PnPHubSiteRights", - "Rank": 1 + "Id": 983, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 984, + "Rank": 1, "CommandName": "Grant-PnPSiteDesignRights", - "Rank": 1 + "Id": 984, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "Id": 985, + "Rank": 1, "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Rank": 1 + "Id": 985, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "Id": 986, + "Rank": 1, "CommandName": "Import-PnPTaxonomy", - "Rank": 1 + "Id": 986, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", - "Id": 987, + "Rank": 2, "CommandName": "Import-PnPTaxonomy", - "Rank": 2 + "Id": 987, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "Id": 988, + "Rank": 3, "CommandName": "Import-PnPTaxonomy", - "Rank": 3 + "Id": 988, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "Id": 989, + "Rank": 4, "CommandName": "Import-PnPTaxonomy", - "Rank": 4 + "Id": 989, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "Id": 990, + "Rank": 1, "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 1 + "Id": 990, + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "Id": 991, + "Rank": 2, "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 2 + "Id": 991, + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "Id": 992, + "Rank": 1, "CommandName": "Import-PnPTermSet", - "Rank": 1 + "Id": 992, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", - "Id": 993, + "Rank": 2, "CommandName": "Import-PnPTermSet", - "Rank": 2 + "Id": 993, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "Id": 994, + "Rank": 3, "CommandName": "Import-PnPTermSet", - "Rank": 3 + "Id": 994, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 995, + "Rank": 1, "CommandName": "Install-PnPApp", - "Rank": 1 + "Id": 995, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 996, + "Rank": 2, "CommandName": "Install-PnPApp", - "Rank": 2 + "Id": 996, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", - "Id": 997, + "Rank": 1, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 1 + "Id": 997, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "Id": 998, + "Rank": 2, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 2 + "Id": 998, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "Id": 999, + "Rank": 3, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 3 + "Id": 999, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", - "Id": 1000, + "Rank": 4, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 4 + "Id": 1000, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users\"", - "Id": 1001, + "Rank": 5, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 5 + "Id": 1001, + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", - "Id": 1002, + "Rank": 6, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 6 + "Id": 1002, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", - "Id": 1003, + "Rank": 7, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 7 + "Id": 1003, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1004, + "Rank": 1, "CommandName": "Invoke-PnPListDesign", - "Rank": 1 + "Id": 1004, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Id": 1005, + "Rank": 2, "CommandName": "Invoke-PnPListDesign", - "Rank": 2 + "Id": 1005, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Command": "Invoke-PnPQuery -RetryCount 5", - "Id": 1006, + "Rank": 1, "CommandName": "Invoke-PnPQuery", - "Rank": 1 + "Id": 1006, + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1007, + "Rank": 1, "CommandName": "Invoke-PnPSiteDesign", - "Rank": 1 + "Id": 1007, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Id": 1008, + "Rank": 2, "CommandName": "Invoke-PnPSiteDesign", - "Rank": 2 + "Id": 1008, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", - "Id": 1009, + "Rank": 1, "CommandName": "Invoke-PnPSiteScript", - "Rank": 1 + "Id": 1009, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "Id": 1010, + "Rank": 1, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 1 + "Id": 1010, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "Id": 1011, + "Rank": 2, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 2 + "Id": 1011, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "Id": 1012, + "Rank": 3, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 3 + "Id": 1012, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", - "Id": 1013, + "Rank": 1, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 1 + "Id": 1013, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml", - "Id": 1014, + "Rank": 2, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 2 + "Id": 1014, + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "Id": 1015, + "Rank": 3, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 3 + "Id": 1015, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Id": 1016, + "Rank": 4, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 4 + "Id": 1016, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "Id": 1017, + "Rank": 5, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 5 + "Id": 1017, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "Id": 1018, + "Rank": 6, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 6 + "Id": 1018, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "Id": 1019, + "Rank": 7, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 7 + "Id": 1019, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", - "Id": 1020, + "Rank": 8, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 8 + "Id": 1020, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "Id": 1021, + "Rank": 9, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 9 + "Id": 1021, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", - "Id": 1022, + "Rank": 1, "CommandName": "Invoke-PnPSPRestMethod", - "Rank": 1 + "Id": 1022, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "Id": 1023, + "Rank": 1, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 1 + "Id": 1023, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "Id": 1024, + "Rank": 2, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 2 + "Id": 1024, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Id": 1025, + "Rank": 3, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 3 + "Id": 1025, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "Id": 1026, + "Rank": 1, "CommandName": "Invoke-PnPWebAction", - "Rank": 1 + "Id": 1026, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "Id": 1027, + "Rank": 2, "CommandName": "Invoke-PnPWebAction", - "Rank": 2 + "Id": 1027, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Command": "Measure-PnPList \"Documents\"", - "Id": 1028, + "Rank": 1, "CommandName": "Measure-PnPList", - "Rank": 1 + "Id": 1028, + "Command": "Measure-PnPList \"Documents\"" }, { - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "Id": 1029, + "Rank": 2, "CommandName": "Measure-PnPList", - "Rank": 2 + "Id": 1029, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Command": "Measure-PnPWeb", - "Id": 1030, + "Rank": 1, "CommandName": "Measure-PnPWeb", - "Rank": 1 + "Id": 1030, + "Command": "Measure-PnPWeb" }, { - "Command": "Measure-PnPWeb $web -Recursive", - "Id": 1031, + "Rank": 2, "CommandName": "Measure-PnPWeb", - "Rank": 2 + "Id": 1031, + "Command": "Measure-PnPWeb $web -Recursive" }, { - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", - "Id": 1032, + "Rank": 1, "CommandName": "Merge-PnPTerm", - "Rank": 1 + "Id": 1032, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "Id": 1033, + "Rank": 1, "CommandName": "Move-PnPFile", - "Rank": 1 + "Id": 1033, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "Id": 1034, + "Rank": 2, "CommandName": "Move-PnPFile", - "Rank": 2 + "Id": 1034, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Id": 1035, + "Rank": 3, "CommandName": "Move-PnPFile", - "Rank": 3 + "Id": 1035, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Id": 1036, + "Rank": 4, "CommandName": "Move-PnPFile", - "Rank": 4 + "Id": 1036, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "Id": 1037, + "Rank": 1, "CommandName": "Move-PnPFolder", - "Rank": 1 + "Id": 1037, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "Id": 1038, + "Rank": 2, "CommandName": "Move-PnPFolder", - "Rank": 2 + "Id": 1038, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "Id": 1039, + "Rank": 1, "CommandName": "Move-PnPListItemToRecycleBin", - "Rank": 1 + "Id": 1039, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "Id": 1040, + "Rank": 1, "CommandName": "Move-PnPPage", - "Rank": 1 + "Id": 1040, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "Id": 1041, + "Rank": 1, "CommandName": "Move-PnPPageComponent", - "Rank": 1 + "Id": 1041, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "Id": 1042, + "Rank": 2, "CommandName": "Move-PnPPageComponent", - "Rank": 2 + "Id": 1042, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "Id": 1043, + "Rank": 3, "CommandName": "Move-PnPPageComponent", - "Rank": 3 + "Id": 1043, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", - "Id": 1044, + "Rank": 4, "CommandName": "Move-PnPPageComponent", - "Rank": 4 + "Id": 1044, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Command": "Move-PnPRecycleBinItem", - "Id": 1045, + "Rank": 1, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 1 + "Id": 1045, + "Command": "Move-PnPRecycleBinItem" }, { - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "Id": 1046, + "Rank": 2, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 2 + "Id": 1046, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Command": "Move-PnPRecycleBinItem -Force", - "Id": 1047, + "Rank": 3, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 3 + "Id": 1047, + "Command": "Move-PnPRecycleBinItem -Force" }, { - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", - "Id": 1048, + "Rank": 1, "CommandName": "Move-PnPTerm", - "Rank": 1 + "Id": 1048, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", - "Id": 1049, + "Rank": 2, "CommandName": "Move-PnPTerm", - "Rank": 2 + "Id": 1049, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", - "Id": 1050, + "Rank": 3, "CommandName": "Move-PnPTerm", - "Rank": 3 + "Id": 1050, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", - "Id": 1051, + "Rank": 1, "CommandName": "Move-PnPTermSet", - "Rank": 1 + "Id": 1051, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", - "Id": 1052, + "Rank": 2, "CommandName": "Move-PnPTermSet", - "Rank": 2 + "Id": 1052, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "Id": 1053, + "Rank": 1, "CommandName": "New-PnPAzureADGroup", - "Rank": 1 + "Id": 1053, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "Id": 1054, + "Rank": 2, "CommandName": "New-PnPAzureADGroup", - "Rank": 2 + "Id": 1054, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "Id": 1055, + "Rank": 3, "CommandName": "New-PnPAzureADGroup", - "Rank": 3 + "Id": 1055, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "Id": 1056, + "Rank": 1, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 1 + "Id": 1056, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "Id": 1057, + "Rank": 2, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 2 + "Id": 1057, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", - "Id": 1058, + "Rank": 3, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 3 + "Id": 1058, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", - "Id": 1059, + "Rank": 1, "CommandName": "New-PnPAzureCertificate", - "Rank": 1 + "Id": 1059, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "Id": 1060, + "Rank": 2, "CommandName": "New-PnPAzureCertificate", - "Rank": 2 + "Id": 1060, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", - "Id": 1061, + "Rank": 3, "CommandName": "New-PnPAzureCertificate", - "Rank": 3 + "Id": 1061, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", - "Id": 1062, + "Rank": 4, "CommandName": "New-PnPAzureCertificate", - "Rank": 4 + "Id": 1062, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", - "Id": 1063, + "Rank": 1, "CommandName": "New-PnPContainerType", - "Rank": 1 + "Id": 1063, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", - "Id": 1064, + "Rank": 1, "CommandName": "New-PnPGraphSubscription", - "Rank": 1 + "Id": 1064, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "Id": 1065, + "Rank": 2, "CommandName": "New-PnPGraphSubscription", - "Rank": 2 + "Id": 1065, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Command": "New-PnPGroup -Title \"My Site Users\"", - "Id": 1066, + "Rank": 1, "CommandName": "New-PnPGroup", - "Rank": 1 + "Id": 1066, + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", - "Id": 1067, + "Rank": 1, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1067, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Id": 1068, + "Rank": 2, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1068, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", - "Id": 1069, + "Rank": 3, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 3 + "Id": 1069, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Id": 1070, + "Rank": 4, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 4 + "Id": 1070, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 1071, + "Rank": 1, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Rank": 1 + "Id": 1071, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "New-PnPList -Title Announcements -Template Announcements", - "Id": 1072, + "Rank": 1, "CommandName": "New-PnPList", - "Rank": 1 + "Id": 1072, + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "Id": 1073, + "Rank": 2, "CommandName": "New-PnPList", - "Rank": 2 + "Id": 1073, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "Id": 1074, + "Rank": 3, "CommandName": "New-PnPList", - "Rank": 3 + "Id": 1074, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "Id": 1075, + "Rank": 1, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 1 + "Id": 1075, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", - "Id": 1076, + "Rank": 2, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1076, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "Id": 1077, + "Rank": 3, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 3 + "Id": 1077, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "Id": 1078, + "Rank": 4, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 4 + "Id": 1078, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Id": 1079, + "Rank": 5, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 5 + "Id": 1079, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1080, + "Rank": 6, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 6 + "Id": 1080, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", - "Id": 1081, + "Rank": 7, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 7 + "Id": 1081, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", - "Id": 1082, + "Rank": 1, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 1082, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "Id": 1083, + "Rank": 2, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1083, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", - "Id": 1084, + "Rank": 1, "CommandName": "New-PnPPersonalSite", - "Rank": 1 + "Id": 1084, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "Id": 1085, + "Rank": 1, "CommandName": "New-PnPPlannerPlan", - "Rank": 1 + "Id": 1085, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", - "Id": 1086, + "Rank": 1, "CommandName": "New-PnpProfileCardProperty", - "Rank": 1 + "Id": 1086, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "Id": 1087, + "Rank": 1, "CommandName": "New-PnPSdnProvider", - "Rank": 1 + "Id": 1087, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", - "Id": 1088, + "Rank": 1, "CommandName": "New-PnPSearchExternalConnection", - "Rank": 1 + "Id": 1088, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Id": 1089, + "Rank": 2, "CommandName": "New-PnPSearchExternalConnection", - "Rank": 2 + "Id": 1089, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "Id": 1090, + "Rank": 1, "CommandName": "New-PnPSite", - "Rank": 1 + "Id": 1090, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "Id": 1091, + "Rank": 2, "CommandName": "New-PnPSite", - "Rank": 2 + "Id": 1091, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Id": 1092, + "Rank": 3, "CommandName": "New-PnPSite", - "Rank": 3 + "Id": 1092, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "Id": 1093, + "Rank": 4, "CommandName": "New-PnPSite", - "Rank": 4 + "Id": 1093, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "Id": 1094, + "Rank": 5, "CommandName": "New-PnPSite", - "Rank": 5 + "Id": 1094, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "Id": 1095, + "Rank": 6, "CommandName": "New-PnPSite", - "Rank": 6 + "Id": 1095, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "Id": 1096, + "Rank": 7, "CommandName": "New-PnPSite", - "Rank": 7 + "Id": 1096, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "Id": 1097, + "Rank": 8, "CommandName": "New-PnPSite", - "Rank": 8 + "Id": 1097, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "Id": 1098, + "Rank": 9, "CommandName": "New-PnPSite", - "Rank": 9 + "Id": 1098, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "Id": 1099, + "Rank": 10, "CommandName": "New-PnPSite", - "Rank": 10 + "Id": 1099, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "Id": 1100, + "Rank": 11, "CommandName": "New-PnPSite", - "Rank": 11 + "Id": 1100, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Id": 1101, + "Rank": 12, "CommandName": "New-PnPSite", - "Rank": 12 + "Id": 1101, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "Id": 1102, + "Rank": 13, "CommandName": "New-PnPSite", - "Rank": 13 + "Id": 1102, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "Id": 1103, + "Rank": 14, "CommandName": "New-PnPSite", - "Rank": 14 + "Id": 1103, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "Id": 1104, + "Rank": 15, "CommandName": "New-PnPSite", - "Rank": 15 + "Id": 1104, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", - "Id": 1105, + "Rank": 16, "CommandName": "New-PnPSite", - "Rank": 16 + "Id": 1105, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", - "Id": 1106, + "Rank": 17, "CommandName": "New-PnPSite", - "Rank": 17 + "Id": 1106, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "Command": "New-PnPSiteCollectionTermStore", - "Id": 1107, + "Rank": 1, "CommandName": "New-PnPSiteCollectionTermStore", - "Rank": 1 + "Id": 1107, + "Command": "New-PnPSiteCollectionTermStore" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", - "Id": 1108, + "Rank": 1, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1108, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", - "Id": 1109, + "Rank": 2, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1109, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", - "Id": 1110, + "Rank": 3, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 3 + "Id": 1110, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Id": 1111, + "Rank": 4, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 4 + "Id": 1111, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 1112, + "Rank": 1, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Rank": 1 + "Id": 1112, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "Id": 1113, + "Rank": 1, "CommandName": "New-PnPSiteGroup", - "Rank": 1 + "Id": 1113, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "Id": 1114, + "Rank": 2, "CommandName": "New-PnPSiteGroup", - "Rank": 2 + "Id": 1114, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "Id": 1115, + "Rank": 1, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 1 + "Id": 1115, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "Id": 1116, + "Rank": 2, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 2 + "Id": 1116, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "Id": 1117, + "Rank": 3, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 3 + "Id": 1117, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "Id": 1118, + "Rank": 4, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 4 + "Id": 1118, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", - "Id": 1119, + "Rank": 5, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 5 + "Id": 1119, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1120, + "Rank": 6, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 6 + "Id": 1120, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "Id": 1121, + "Rank": 7, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 7 + "Id": 1121, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "Id": 1122, + "Rank": 8, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 8 + "Id": 1122, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "Id": 1123, + "Rank": 1, "CommandName": "New-PnPTeamsApp", - "Rank": 1 + "Id": 1123, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "Id": 1124, + "Rank": 1, "CommandName": "New-PnPTeamsTeam", - "Rank": 1 + "Id": 1124, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Command": "New-PnPTeamsTeam -GroupId $groupId", - "Id": 1125, + "Rank": 2, "CommandName": "New-PnPTeamsTeam", - "Rank": 2 + "Id": 1125, + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "Id": 1126, + "Rank": 3, "CommandName": "New-PnPTeamsTeam", - "Rank": 3 + "Id": 1126, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Id": 1127, + "Rank": 4, "CommandName": "New-PnPTeamsTeam", - "Rank": 4 + "Id": 1127, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", - "Id": 1128, + "Rank": 5, "CommandName": "New-PnPTeamsTeam", - "Rank": 5 + "Id": 1128, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1129, + "Rank": 6, "CommandName": "New-PnPTeamsTeam", - "Rank": 6 + "Id": 1129, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", - "Id": 1130, + "Rank": 1, "CommandName": "New-PnPTenantSite", - "Rank": 1 + "Id": 1130, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "Id": 1131, + "Rank": 2, "CommandName": "New-PnPTenantSite", - "Rank": 2 + "Id": 1131, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", - "Id": 1132, + "Rank": 1, "CommandName": "New-PnPTerm", - "Rank": 1 + "Id": 1132, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Id": 1133, + "Rank": 2, "CommandName": "New-PnPTerm", - "Rank": 2 + "Id": 1133, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "Id": 1134, + "Rank": 1, "CommandName": "New-PnPTermGroup", - "Rank": 1 + "Id": 1134, + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "Id": 1135, + "Rank": 2, "CommandName": "New-PnPTermGroup", - "Rank": 2 + "Id": 1135, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "Id": 1136, + "Rank": 1, "CommandName": "New-PnPTermLabel", - "Rank": 1 + "Id": 1136, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "Id": 1137, + "Rank": 1, "CommandName": "New-PnPTermSet", - "Rank": 1 + "Id": 1137, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", - "Id": 1138, + "Rank": 1, "CommandName": "New-PnPTodoList", - "Rank": 1 + "Id": 1138, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", - "Id": 1139, + "Rank": 2, "CommandName": "New-PnPTodoList", - "Rank": 2 + "Id": 1139, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", - "Id": 1140, + "Rank": 1, "CommandName": "New-PnPUPABulkImportJob", - "Rank": 1 + "Id": 1140, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "Id": 1141, + "Rank": 2, "CommandName": "New-PnPUPABulkImportJob", - "Rank": 2 + "Id": 1141, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "Command": "New-PnPUser -LoginName user@company.com", - "Id": 1142, + "Rank": 1, "CommandName": "New-PnPUser", - "Rank": 1 + "Id": 1142, + "Command": "New-PnPUser -LoginName user@company.com" }, { - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", - "Id": 1143, + "Rank": 1, "CommandName": "New-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 1143, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", - "Id": 1144, + "Rank": 1, "CommandName": "New-PnPWeb", - "Rank": 1 + "Id": 1144, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 1145, + "Rank": 1, "CommandName": "Publish-PnPApp", - "Rank": 1 + "Id": 1145, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "Id": 1146, + "Rank": 2, "CommandName": "Publish-PnPApp", - "Rank": 2 + "Id": 1146, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Command": "Publish-PnPContentType -ContentType 0x0101", - "Id": 1147, + "Rank": 1, "CommandName": "Publish-PnPContentType", - "Rank": 1 + "Id": 1147, + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "Id": 1148, + "Rank": 1, "CommandName": "Publish-PnPSyntexModel", - "Rank": 1 + "Id": 1148, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "Id": 1149, + "Rank": 2, "CommandName": "Publish-PnPSyntexModel", - "Rank": 2 + "Id": 1149, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Command": "Read-PnPSiteTemplate -Path template.pnp", - "Id": 1150, + "Rank": 1, "CommandName": "Read-PnPSiteTemplate", - "Rank": 1 + "Id": 1150, + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "Id": 1151, + "Rank": 2, "CommandName": "Read-PnPSiteTemplate", - "Rank": 2 + "Id": 1151, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Command": "Read-PnPSiteTemplate -Xml $xml", - "Id": 1152, + "Rank": 3, "CommandName": "Read-PnPSiteTemplate", - "Rank": 3 + "Id": 1152, + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Command": "Read-PnPTenantTemplate -Path template.pnp", - "Id": 1153, + "Rank": 1, "CommandName": "Read-PnPTenantTemplate", - "Rank": 1 + "Id": 1153, + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "Id": 1154, + "Rank": 1, "CommandName": "Register-PnPAppCatalogSite", - "Rank": 1 + "Id": 1154, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", - "Id": 1155, + "Rank": 1, "CommandName": "Register-PnPAzureADApp", - "Rank": 1 + "Id": 1155, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1156, + "Rank": 2, "CommandName": "Register-PnPAzureADApp", - "Rank": 2 + "Id": 1156, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", - "Id": 1157, + "Rank": 3, "CommandName": "Register-PnPAzureADApp", - "Rank": 3 + "Id": 1157, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1158, + "Rank": 4, "CommandName": "Register-PnPAzureADApp", - "Rank": 4 + "Id": 1158, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1159, + "Rank": 5, "CommandName": "Register-PnPAzureADApp", - "Rank": 5 + "Id": 1159, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1160, + "Rank": 6, "CommandName": "Register-PnPAzureADApp", - "Rank": 6 + "Id": 1160, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", - "Id": 1161, + "Rank": 7, "CommandName": "Register-PnPAzureADApp", - "Rank": 7 + "Id": 1161, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", - "Id": 1162, + "Rank": 8, "CommandName": "Register-PnPAzureADApp", - "Rank": 8 + "Id": 1162, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", - "Id": 1163, + "Rank": 1, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 1 + "Id": 1163, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", - "Id": 1164, + "Rank": 2, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 2 + "Id": 1164, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "Id": 1165, + "Rank": 1, "CommandName": "Register-PnPHubSite", - "Rank": 1 + "Id": 1165, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "Id": 1166, + "Rank": 2, "CommandName": "Register-PnPHubSite", - "Rank": 2 + "Id": 1166, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "Id": 1167, + "Rank": 1, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 1 + "Id": 1167, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "Id": 1168, + "Rank": 2, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 2 + "Id": 1168, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "Id": 1169, + "Rank": 1, "CommandName": "Remove-PnPAlert", - "Rank": 1 + "Id": 1169, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 1170, + "Rank": 2, "CommandName": "Remove-PnPAlert", - "Rank": 2 + "Id": 1170, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1171, + "Rank": 1, "CommandName": "Remove-PnPApp", - "Rank": 1 + "Id": 1171, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1172, + "Rank": 2, "CommandName": "Remove-PnPApp", - "Rank": 2 + "Id": 1172, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 1173, + "Rank": 1, "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 1 + "Id": 1173, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Id": 1174, + "Rank": 2, "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 2 + "Id": 1174, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "Id": 1175, + "Rank": 1, "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 1175, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "Id": 1176, + "Rank": 2, "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 1176, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Command": "Remove-PnPAzureADApp -Identity MyApp", - "Id": 1177, + "Rank": 1, "CommandName": "Remove-PnPAzureADApp", - "Rank": 1 + "Id": 1177, + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 1178, + "Rank": 2, "CommandName": "Remove-PnPAzureADApp", - "Rank": 2 + "Id": 1178, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "Id": 1179, + "Rank": 1, "CommandName": "Remove-PnPAzureADGroup", - "Rank": 1 + "Id": 1179, + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Command": "Remove-PnPAzureADGroup -Identity $group", - "Id": 1180, + "Rank": 2, "CommandName": "Remove-PnPAzureADGroup", - "Rank": 2 + "Id": 1180, + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1181, + "Rank": 1, "CommandName": "Remove-PnPAzureADGroupMember", - "Rank": 1 + "Id": 1181, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1182, + "Rank": 1, "CommandName": "Remove-PnPAzureADGroupOwner", - "Rank": 1 + "Id": 1182, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", - "Id": 1183, + "Rank": 1, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1 + "Id": 1183, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "Id": 1184, + "Rank": 2, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2 + "Id": 1184, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 1185, + "Rank": 3, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 3 + "Id": 1185, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Id": 1186, + "Rank": 4, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 4 + "Id": 1186, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", - "Id": 1187, + "Rank": 1, "CommandName": "Remove-PnPAzureADUser", - "Rank": 1 + "Id": 1187, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", - "Id": 1188, + "Rank": 2, "CommandName": "Remove-PnPAzureADUser", - "Rank": 2 + "Id": 1188, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Id": 1189, + "Rank": 1, "CommandName": "Remove-PnPContainer", - "Rank": 1 + "Id": 1189, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Id": 1190, + "Rank": 2, "CommandName": "Remove-PnPContainer", - "Rank": 2 + "Id": 1190, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", - "Id": 1191, + "Rank": 1, "CommandName": "Remove-PnPContainerType", - "Rank": 1 + "Id": 1191, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "Id": 1192, + "Rank": 1, "CommandName": "Remove-PnPContentType", - "Rank": 1 + "Id": 1192, + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "Id": 1193, + "Rank": 2, "CommandName": "Remove-PnPContentType", - "Rank": 2 + "Id": 1193, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "Id": 1194, + "Rank": 1, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 1 + "Id": 1194, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Id": 1195, + "Rank": 2, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 2 + "Id": 1195, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "Id": 1196, + "Rank": 1, "CommandName": "Remove-PnPContentTypeFromList", - "Rank": 1 + "Id": 1196, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 1197, + "Rank": 1, "CommandName": "Remove-PnPCustomAction", - "Rank": 1 + "Id": 1197, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Id": 1198, + "Rank": 2, "CommandName": "Remove-PnPCustomAction", - "Rank": 2 + "Id": 1198, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "Id": 1199, + "Rank": 3, "CommandName": "Remove-PnPCustomAction", - "Rank": 3 + "Id": 1199, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Id": 1200, + "Rank": 1, "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Id": 1200, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 1201, + "Rank": 1, "CommandName": "Remove-PnPEventReceiver", - "Rank": 1 + "Id": 1201, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 1202, + "Rank": 2, "CommandName": "Remove-PnPEventReceiver", - "Rank": 2 + "Id": 1202, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "Id": 1203, + "Rank": 3, "CommandName": "Remove-PnPEventReceiver", - "Rank": 3 + "Id": 1203, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Command": "Remove-PnPEventReceiver -List ProjectList", - "Id": 1204, + "Rank": 4, "CommandName": "Remove-PnPEventReceiver", - "Rank": 4 + "Id": 1204, + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Command": "Remove-PnPEventReceiver", - "Id": 1205, + "Rank": 5, "CommandName": "Remove-PnPEventReceiver", - "Rank": 5 + "Id": 1205, + "Command": "Remove-PnPEventReceiver" }, { - "Command": "Remove-PnPEventReceiver -Scope Site", - "Id": 1206, + "Rank": 6, "CommandName": "Remove-PnPEventReceiver", - "Rank": 6 + "Id": 1206, + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Command": "Remove-PnPEventReceiver -Scope Web", - "Id": 1207, + "Rank": 7, "CommandName": "Remove-PnPEventReceiver", - "Rank": 7 + "Id": 1207, + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Command": "Remove-PnPEventReceiver -Scope All", - "Id": 1208, + "Rank": 8, "CommandName": "Remove-PnPEventReceiver", - "Rank": 8 + "Id": 1208, + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Command": "Remove-PnPField -Identity \"Speakers\"", - "Id": 1209, + "Rank": 1, "CommandName": "Remove-PnPField", - "Rank": 1 + "Id": 1209, + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Id": 1210, + "Rank": 2, "CommandName": "Remove-PnPField", - "Rank": 2 + "Id": 1210, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "Id": 1211, + "Rank": 1, "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 1 + "Id": 1211, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "Id": 1212, + "Rank": 2, "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 2 + "Id": 1212, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "Id": 1213, + "Rank": 1, "CommandName": "Remove-PnPFile", - "Rank": 1 + "Id": 1213, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "Id": 1214, + "Rank": 2, "CommandName": "Remove-PnPFile", - "Rank": 2 + "Id": 1214, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "Id": 1215, + "Rank": 3, "CommandName": "Remove-PnPFile", - "Rank": 3 + "Id": 1215, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "Id": 1216, + "Rank": 1, "CommandName": "Remove-PnPFileFromSiteTemplate", - "Rank": 1 + "Id": 1216, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 1217, + "Rank": 1, "CommandName": "Remove-PnPFileSharingLink", - "Rank": 1 + "Id": 1217, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", - "Id": 1218, + "Rank": 2, "CommandName": "Remove-PnPFileSharingLink", - "Rank": 2 + "Id": 1218, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "Id": 1219, + "Rank": 1, "CommandName": "Remove-PnPFileVersion", - "Rank": 1 + "Id": 1219, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Id": 1220, + "Rank": 2, "CommandName": "Remove-PnPFileVersion", - "Rank": 2 + "Id": 1220, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "Id": 1221, + "Rank": 3, "CommandName": "Remove-PnPFileVersion", - "Rank": 3 + "Id": 1221, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 1222, + "Rank": 1, "CommandName": "Remove-PnPFlow", - "Rank": 1 + "Id": 1222, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", - "Id": 1223, + "Rank": 2, "CommandName": "Remove-PnPFlow", - "Rank": 2 + "Id": 1223, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", - "Id": 1224, + "Rank": 1, "CommandName": "Remove-PnPFlowOwner", - "Rank": 1 + "Id": 1224, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", - "Id": 1225, + "Rank": 2, "CommandName": "Remove-PnPFlowOwner", - "Rank": 2 + "Id": 1225, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", - "Id": 1226, + "Rank": 3, "CommandName": "Remove-PnPFlowOwner", - "Rank": 3 + "Id": 1226, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", - "Id": 1227, + "Rank": 4, "CommandName": "Remove-PnPFlowOwner", - "Rank": 4 + "Id": 1227, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "Id": 1228, + "Rank": 1, "CommandName": "Remove-PnPFolder", - "Rank": 1 + "Id": 1228, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "Id": 1229, + "Rank": 2, "CommandName": "Remove-PnPFolder", - "Rank": 2 + "Id": 1229, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 1230, + "Rank": 1, "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 1 + "Id": 1230, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", - "Id": 1231, + "Rank": 2, "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 2 + "Id": 1231, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "Id": 1232, + "Rank": 1, "CommandName": "Remove-PnPGraphSubscription", - "Rank": 1 + "Id": 1232, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Command": "Remove-PnPGroup -Identity \"My Users\"", - "Id": 1233, + "Rank": 1, "CommandName": "Remove-PnPGroup", - "Rank": 1 + "Id": 1233, + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "Id": 1234, + "Rank": 1, "CommandName": "Remove-PnPGroupMember", - "Rank": 1 + "Id": 1234, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Command": "Remove-PnPHomeSite", - "Id": 1235, + "Rank": 1, "CommandName": "Remove-PnPHomeSite", - "Rank": 1 + "Id": 1235, + "Command": "Remove-PnPHomeSite" }, { - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "Id": 1236, + "Rank": 1, "CommandName": "Remove-PnPHubSiteAssociation", - "Rank": 1 + "Id": 1236, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "Id": 1237, + "Rank": 1, "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 1 + "Id": 1237, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "Id": 1238, + "Rank": 2, "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 2 + "Id": 1238, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "Id": 1239, + "Rank": 1, "CommandName": "Remove-PnPIndexedProperty", - "Rank": 1 + "Id": 1239, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "Id": 1240, + "Rank": 1, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 1 + "Id": 1240, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "Id": 1241, + "Rank": 2, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 2 + "Id": 1241, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "Id": 1242, + "Rank": 3, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 3 + "Id": 1242, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Command": "Remove-PnPJavaScriptLink -Scope Site", - "Id": 1243, + "Rank": 4, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 4 + "Id": 1243, + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "Id": 1244, + "Rank": 5, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 5 + "Id": 1244, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Command": "Remove-PnPKnowledgeHubSite", - "Id": 1245, + "Rank": 1, "CommandName": "Remove-PnPKnowledgeHubSite", - "Rank": 1 + "Id": 1245, + "Command": "Remove-PnPKnowledgeHubSite" }, { - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", - "Id": 1246, + "Rank": 1, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1246, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Id": 1247, + "Rank": 2, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1247, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Command": "Remove-PnPList -Identity Announcements", - "Id": 1248, + "Rank": 1, "CommandName": "Remove-PnPList", - "Rank": 1 + "Id": 1248, + "Command": "Remove-PnPList -Identity Announcements" }, { - "Command": "Remove-PnPList -Identity Announcements -Force", - "Id": 1249, + "Rank": 2, "CommandName": "Remove-PnPList", - "Rank": 2 + "Id": 1249, + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle", - "Id": 1250, + "Rank": 3, "CommandName": "Remove-PnPList", - "Rank": 3 + "Id": 1250, + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "Id": 1251, + "Rank": 4, "CommandName": "Remove-PnPList", - "Rank": 4 + "Id": 1251, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1252, + "Rank": 1, "CommandName": "Remove-PnPListDesign", - "Rank": 1 + "Id": 1252, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "Id": 1253, + "Rank": 1, "CommandName": "Remove-PnPListItem", - "Rank": 1 + "Id": 1253, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "Id": 1254, + "Rank": 2, "CommandName": "Remove-PnPListItem", - "Rank": 2 + "Id": 1254, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Command": "Remove-PnPListItem -List \"Demo List\"", - "Id": 1255, + "Rank": 3, "CommandName": "Remove-PnPListItem", - "Rank": 3 + "Id": 1255, + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "Id": 1256, + "Rank": 1, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 1 + "Id": 1256, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "Id": 1257, + "Rank": 2, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 2 + "Id": 1257, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "Id": 1258, + "Rank": 3, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 3 + "Id": 1258, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "Id": 1259, + "Rank": 4, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 4 + "Id": 1259, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "Id": 1260, + "Rank": 5, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 5 + "Id": 1260, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", - "Id": 1261, + "Rank": 1, "CommandName": "Remove-PnPListItemComment", - "Rank": 1 + "Id": 1261, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", - "Id": 1262, + "Rank": 2, "CommandName": "Remove-PnPListItemComment", - "Rank": 2 + "Id": 1262, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", - "Id": 1263, + "Rank": 3, "CommandName": "Remove-PnPListItemComment", - "Rank": 3 + "Id": 1263, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", - "Id": 1264, + "Rank": 4, "CommandName": "Remove-PnPListItemComment", - "Rank": 4 + "Id": 1264, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "Id": 1265, + "Rank": 1, "CommandName": "Remove-PnPListItemVersion", - "Rank": 1 + "Id": 1265, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Id": 1266, + "Rank": 2, "CommandName": "Remove-PnPListItemVersion", - "Rank": 2 + "Id": 1266, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", - "Id": 1267, + "Rank": 1, "CommandName": "Remove-PnPManagedAppId", - "Rank": 1 + "Id": 1267, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "Id": 1268, + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 1 + "Id": 1268, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "Id": 1269, + "Rank": 2, "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1269, + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1270, + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Rank": 1 + "Id": 1270, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1271, + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Rank": 1 + "Id": 1271, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", - "Id": 1272, + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Rank": 1 + "Id": 1272, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "Id": 1273, + "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 1273, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "Id": 1274, + "Rank": 2, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1274, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Command": "Remove-PnPNavigationNode -Identity 1032", - "Id": 1275, + "Rank": 1, "CommandName": "Remove-PnPNavigationNode", - "Rank": 1 + "Id": 1275, + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "Id": 1276, + "Rank": 2, "CommandName": "Remove-PnPNavigationNode", - "Rank": 2 + "Id": 1276, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "Id": 1277, + "Rank": 3, "CommandName": "Remove-PnPNavigationNode", - "Rank": 3 + "Id": 1277, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "Id": 1278, + "Rank": 1, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 1278, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "Id": 1279, + "Rank": 2, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 1279, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "Id": 1280, + "Rank": 3, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 3 + "Id": 1280, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "Id": 1281, + "Rank": 1, "CommandName": "Remove-PnPOrgNewsSite", - "Rank": 1 + "Id": 1281, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Command": "Remove-PnPPage -Identity \"MyPage\"", - "Id": 1282, + "Rank": 1, "CommandName": "Remove-PnPPage", - "Rank": 1 + "Id": 1282, + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "Id": 1283, + "Rank": 2, "CommandName": "Remove-PnPPage", - "Rank": 2 + "Id": 1283, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Command": "Remove-PnPPage $page", - "Id": 1284, + "Rank": 3, "CommandName": "Remove-PnPPage", - "Rank": 3 + "Id": 1284, + "Command": "Remove-PnPPage $page" }, { - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "Id": 1285, + "Rank": 4, "CommandName": "Remove-PnPPage", - "Rank": 4 + "Id": 1285, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 1286, + "Rank": 1, "CommandName": "Remove-PnPPageComponent", - "Rank": 1 + "Id": 1286, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "Id": 1287, + "Rank": 1, "CommandName": "Remove-PnPPlannerBucket", - "Rank": 1 + "Id": 1287, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "Id": 1288, + "Rank": 1, "CommandName": "Remove-PnPPlannerPlan", - "Rank": 1 + "Id": 1288, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "Id": 1289, + "Rank": 1, "CommandName": "Remove-PnPPlannerRoster", - "Rank": 1 + "Id": 1289, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 1290, + "Rank": 1, "CommandName": "Remove-PnPPlannerRosterMember", - "Rank": 1 + "Id": 1290, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "Id": 1291, + "Rank": 1, "CommandName": "Remove-PnPPlannerTask", - "Rank": 1 + "Id": 1291, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", - "Id": 1292, + "Rank": 1, "CommandName": "Remove-PnPProfileCardProperty", - "Rank": 1 + "Id": 1292, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "Id": 1293, + "Rank": 1, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 1 + "Id": 1293, + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "Id": 1294, + "Rank": 2, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 2 + "Id": 1294, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "Id": 1295, + "Rank": 3, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 3 + "Id": 1295, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "Id": 1296, + "Rank": 1, "CommandName": "Remove-PnPPublishingImageRendition", - "Rank": 1 + "Id": 1296, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "Id": 1297, + "Rank": 1, "CommandName": "Remove-PnPRoleDefinition", - "Rank": 1 + "Id": 1297, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Command": "Remove-PnPSdnProvider -Confirm:false", - "Id": 1298, + "Rank": 1, "CommandName": "Remove-PnPSdnProvider", - "Rank": 1 + "Id": 1298, + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "Id": 1299, + "Rank": 1, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 1 + "Id": 1299, + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "Id": 1300, + "Rank": 2, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 2 + "Id": 1300, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Id": 1301, + "Rank": 3, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 3 + "Id": 1301, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 1302, + "Rank": 4, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 4 + "Id": 1302, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "Id": 1303, + "Rank": 1, "CommandName": "Remove-PnPSearchExternalConnection", - "Rank": 1 + "Id": 1303, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "Id": 1304, + "Rank": 1, "CommandName": "Remove-PnPSearchExternalItem", - "Rank": 1 + "Id": 1304, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "Id": 1305, + "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 1 + "Id": 1305, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 1306, + "Rank": 2, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 2 + "Id": 1306, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "Id": 1307, + "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Rank": 1 + "Id": 1307, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Command": "Remove-PnPSiteCollectionTermStore", - "Id": 1308, + "Rank": 1, "CommandName": "Remove-PnPSiteCollectionTermStore", - "Rank": 1 + "Id": 1308, + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1309, + "Rank": 1, "CommandName": "Remove-PnPSiteDesign", - "Rank": 1 + "Id": 1309, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1310, + "Rank": 1, "CommandName": "Remove-PnPSiteDesignTask", - "Rank": 1 + "Id": 1310, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1311, + "Rank": 1, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1 + "Id": 1311, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", - "Id": 1312, + "Rank": 2, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2 + "Id": 1312, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "Id": 1313, + "Rank": 1, "CommandName": "Remove-PnPSiteGroup", - "Rank": 1 + "Id": 1313, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "Id": 1314, + "Rank": 2, "CommandName": "Remove-PnPSiteGroup", - "Rank": 2 + "Id": 1314, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1315, + "Rank": 1, "CommandName": "Remove-PnPSiteScript", - "Rank": 1 + "Id": 1315, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "Id": 1316, + "Rank": 1, "CommandName": "Remove-PnPSiteUserInvitations", - "Rank": 1 + "Id": 1316, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Command": "Remove-PnPStorageEntity -Key MyKey", - "Id": 1317, + "Rank": 1, "CommandName": "Remove-PnPStorageEntity", - "Rank": 1 + "Id": 1317, + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "Id": 1318, + "Rank": 2, "CommandName": "Remove-PnPStorageEntity", - "Rank": 2 + "Id": 1318, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "Id": 1319, + "Rank": 1, "CommandName": "Remove-PnPStoredCredential", - "Rank": 1 + "Id": 1319, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "Id": 1320, + "Rank": 1, "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 1 + "Id": 1320, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "Id": 1321, + "Rank": 2, "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 2 + "Id": 1321, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "Id": 1322, + "Rank": 1, "CommandName": "Remove-PnPTeamsApp", - "Rank": 1 + "Id": 1322, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "Id": 1323, + "Rank": 2, "CommandName": "Remove-PnPTeamsApp", - "Rank": 2 + "Id": 1323, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", - "Id": 1324, + "Rank": 1, "CommandName": "Remove-PnPTeamsChannel", - "Rank": 1 + "Id": 1324, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "Id": 1325, + "Rank": 1, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 1 + "Id": 1325, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Id": 1326, + "Rank": 2, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 2 + "Id": 1326, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "Id": 1327, + "Rank": 3, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 3 + "Id": 1327, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", - "Id": 1328, + "Rank": 1, "CommandName": "Remove-PnPTeamsTab", - "Rank": 1 + "Id": 1328, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "Id": 1329, + "Rank": 2, "CommandName": "Remove-PnPTeamsTab", - "Rank": 2 + "Id": 1329, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "Id": 1330, + "Rank": 3, "CommandName": "Remove-PnPTeamsTab", - "Rank": 3 + "Id": 1330, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "Id": 1331, + "Rank": 1, "CommandName": "Remove-PnPTeamsTag", - "Rank": 1 + "Id": 1331, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "Id": 1332, + "Rank": 1, "CommandName": "Remove-PnPTeamsTeam", - "Rank": 1 + "Id": 1332, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Command": "Remove-PnPTeamsTeam -Identity testteam", - "Id": 1333, + "Rank": 2, "CommandName": "Remove-PnPTeamsTeam", - "Rank": 2 + "Id": 1333, + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "Id": 1334, + "Rank": 1, "CommandName": "Remove-PnPTeamsUser", - "Rank": 1 + "Id": 1334, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 1335, + "Rank": 2, "CommandName": "Remove-PnPTeamsUser", - "Rank": 2 + "Id": 1335, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", - "Id": 1336, + "Rank": 3, "CommandName": "Remove-PnPTeamsUser", - "Rank": 3 + "Id": 1336, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "Id": 1337, + "Rank": 1, "CommandName": "Remove-PnPTenantCdnOrigin", - "Rank": 1 + "Id": 1337, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1338, + "Rank": 1, "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 1 + "Id": 1338, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Id": 1339, + "Rank": 2, "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 2 + "Id": 1339, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "Id": 1340, + "Rank": 1, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 1 + "Id": 1340, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Id": 1341, + "Rank": 2, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 2 + "Id": 1341, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Id": 1342, + "Rank": 3, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 3 + "Id": 1342, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1343, + "Rank": 1, "CommandName": "Remove-PnPTenantSite", - "Rank": 1 + "Id": 1343, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "Id": 1344, + "Rank": 2, "CommandName": "Remove-PnPTenantSite", - "Rank": 2 + "Id": 1344, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "Id": 1345, + "Rank": 3, "CommandName": "Remove-PnPTenantSite", - "Rank": 3 + "Id": 1345, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Command": "Remove-PnPTenantSyncClientRestriction", - "Id": 1346, + "Rank": 1, "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Rank": 1 + "Id": 1346, + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "Id": 1347, + "Rank": 1, "CommandName": "Remove-PnPTenantTheme", - "Rank": 1 + "Id": 1347, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "Id": 1348, + "Rank": 1, "CommandName": "Remove-PnPTerm", - "Rank": 1 + "Id": 1348, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 1349, + "Rank": 2, "CommandName": "Remove-PnPTerm", - "Rank": 2 + "Id": 1349, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "Id": 1350, + "Rank": 1, "CommandName": "Remove-PnPTermGroup", - "Rank": 1 + "Id": 1350, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "Id": 1351, + "Rank": 2, "CommandName": "Remove-PnPTermGroup", - "Rank": 2 + "Id": 1351, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "Id": 1352, + "Rank": 3, "CommandName": "Remove-PnPTermGroup", - "Rank": 3 + "Id": 1352, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "Id": 1353, + "Rank": 1, "CommandName": "Remove-PnPTermLabel", - "Rank": 1 + "Id": 1353, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 1354, + "Rank": 2, "CommandName": "Remove-PnPTermLabel", - "Rank": 2 + "Id": 1354, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", - "Id": 1355, + "Rank": 1, "CommandName": "Remove-PnPTodoList", - "Rank": 1 + "Id": 1355, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", - "Id": 1356, + "Rank": 2, "CommandName": "Remove-PnPTodoList", - "Rank": 2 + "Id": 1356, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "Command": "Remove-PnPUser -Identity 23", - "Id": 1357, + "Rank": 1, "CommandName": "Remove-PnPUser", - "Rank": 1 + "Id": 1357, + "Command": "Remove-PnPUser -Identity 23" }, { - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "Id": 1358, + "Rank": 2, "CommandName": "Remove-PnPUser", - "Rank": 2 + "Id": 1358, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", - "Id": 1359, + "Rank": 3, "CommandName": "Remove-PnPUser", - "Rank": 3 + "Id": 1359, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "Id": 1360, + "Rank": 1, "CommandName": "Remove-PnPUserInfo", - "Rank": 1 + "Id": 1360, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "Id": 1361, + "Rank": 1, "CommandName": "Remove-PnPUserProfile", - "Rank": 1 + "Id": 1361, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "Id": 1362, + "Rank": 1, "CommandName": "Remove-PnPUserProfilePhoto", - "Rank": 1 + "Id": 1362, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "Id": 1363, + "Rank": 1, "CommandName": "Remove-PnPView", - "Rank": 1 + "Id": 1363, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "Id": 1364, + "Rank": 1, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 1364, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "Id": 1365, + "Rank": 1, "CommandName": "Remove-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 1365, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Command": "Remove-PnPWeb -Identity projectA", - "Id": 1366, + "Rank": 1, "CommandName": "Remove-PnPWeb", - "Rank": 1 + "Id": 1366, + "Command": "Remove-PnPWeb -Identity projectA" }, { - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "Id": 1367, + "Rank": 2, "CommandName": "Remove-PnPWeb", - "Rank": 2 + "Id": 1367, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "Id": 1368, + "Rank": 1, "CommandName": "Remove-PnPWebhookSubscription", - "Rank": 1 + "Id": 1368, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 1369, + "Rank": 1, "CommandName": "Remove-PnPWebPart", - "Rank": 1 + "Id": 1369, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "Id": 1370, + "Rank": 2, "CommandName": "Remove-PnPWebPart", - "Rank": 2 + "Id": 1370, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "Id": 1371, + "Rank": 1, "CommandName": "Remove-PnPWikiPage", - "Rank": 1 + "Id": 1371, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "Id": 1372, + "Rank": 1, "CommandName": "Rename-PnPFile", - "Rank": 1 + "Id": 1372, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "Id": 1373, + "Rank": 2, "CommandName": "Rename-PnPFile", - "Rank": 2 + "Id": 1373, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "Id": 1374, + "Rank": 3, "CommandName": "Rename-PnPFile", - "Rank": 3 + "Id": 1374, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "Id": 1375, + "Rank": 1, "CommandName": "Rename-PnPFolder", - "Rank": 1 + "Id": 1375, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "Id": 1376, + "Rank": 1, "CommandName": "Repair-PnPSite", - "Rank": 1 + "Id": 1376, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "Id": 1377, + "Rank": 2, "CommandName": "Repair-PnPSite", - "Rank": 2 + "Id": 1377, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "Id": 1378, + "Rank": 1, "CommandName": "Request-PnPPersonalSite", - "Rank": 1 + "Id": 1378, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "Id": 1379, + "Rank": 2, "CommandName": "Request-PnPPersonalSite", - "Rank": 2 + "Id": 1379, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "Id": 1380, + "Rank": 1, "CommandName": "Request-PnPReIndexList", - "Rank": 1 + "Id": 1380, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Command": "Request-PnPReIndexWeb", - "Id": 1381, + "Rank": 1, "CommandName": "Request-PnPReIndexWeb", - "Rank": 1 + "Id": 1381, + "Command": "Request-PnPReIndexWeb" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "Id": 1382, + "Rank": 1, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 1 + "Id": 1382, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "Id": 1383, + "Rank": 2, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 2 + "Id": 1383, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "Id": 1384, + "Rank": 3, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 3 + "Id": 1384, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", - "Id": 1385, + "Rank": 1, "CommandName": "Reset-PnPDocumentId", - "Rank": 1 + "Id": 1385, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", - "Id": 1386, + "Rank": 2, "CommandName": "Reset-PnPDocumentId", - "Rank": 2 + "Id": 1386, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "Id": 1387, + "Rank": 1, "CommandName": "Reset-PnPFileVersion", - "Rank": 1 + "Id": 1387, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "Id": 1388, + "Rank": 2, "CommandName": "Reset-PnPFileVersion", - "Rank": 2 + "Id": 1388, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Command": "Reset-PnPMicrosoft365GroupExpiration", - "Id": 1389, + "Rank": 1, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Rank": 1 + "Id": 1389, + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", - "Id": 1390, + "Rank": 1, "CommandName": "Reset-PnPRetentionLabel", - "Rank": 1 + "Id": 1390, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", - "Id": 1391, + "Rank": 2, "CommandName": "Reset-PnPRetentionLabel", - "Rank": 2 + "Id": 1391, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "Id": 1392, + "Rank": 1, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Rank": 1 + "Id": 1392, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "Id": 1393, + "Rank": 1, "CommandName": "Resolve-PnPFolder", - "Rank": 1 + "Id": 1393, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Id": 1394, + "Rank": 1, "CommandName": "Restart-PnPFlowRun", - "Rank": 1 + "Id": 1394, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Id": 1395, + "Rank": 1, "CommandName": "Restore-PnPDeletedContainer", - "Rank": 1 + "Id": 1395, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Id": 1396, + "Rank": 1, "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Rank": 1 + "Id": 1396, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "Id": 1397, + "Rank": 1, "CommandName": "Restore-PnPFileVersion", - "Rank": 1 + "Id": 1397, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "Id": 1398, + "Rank": 2, "CommandName": "Restore-PnPFileVersion", - "Rank": 2 + "Id": 1398, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Id": 1399, + "Rank": 3, "CommandName": "Restore-PnPFileVersion", - "Rank": 3 + "Id": 1399, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 1400, + "Rank": 1, "CommandName": "Restore-PnPFlow", - "Rank": 1 + "Id": 1400, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 1401, + "Rank": 2, "CommandName": "Restore-PnPFlow", - "Rank": 2 + "Id": 1401, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "Id": 1402, + "Rank": 1, "CommandName": "Restore-PnPListItemVersion", - "Rank": 1 + "Id": 1402, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Id": 1403, + "Rank": 2, "CommandName": "Restore-PnPListItemVersion", - "Rank": 2 + "Id": 1403, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "Id": 1404, + "Rank": 1, "CommandName": "Restore-PnPRecycleBinItem", - "Rank": 1 + "Id": 1404, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1405, + "Rank": 1, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 1 + "Id": 1405, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Id": 1406, + "Rank": 2, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 2 + "Id": 1406, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1407, + "Rank": 1, "CommandName": "Restore-PnPTenantSite", - "Rank": 1 + "Id": 1407, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Id": 1408, + "Rank": 2, "CommandName": "Restore-PnPTenantSite", - "Rank": 2 + "Id": 1408, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "Id": 1409, + "Rank": 3, "CommandName": "Restore-PnPTenantSite", - "Rank": 3 + "Id": 1409, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "Id": 1410, + "Rank": 1, "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 1410, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 1411, + "Rank": 1, "CommandName": "Revoke-PnPHubSiteRights", - "Rank": 1 + "Id": 1411, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 1412, + "Rank": 1, "CommandName": "Revoke-PnPSiteDesignRights", - "Rank": 1 + "Id": 1412, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "Id": 1413, + "Rank": 1, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Rank": 1 + "Id": 1413, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "Id": 1414, + "Rank": 1, "CommandName": "Revoke-PnPUserSession", - "Rank": 1 + "Id": 1414, + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Command": "Save-PnPPageConversionLog", - "Id": 1415, + "Rank": 1, "CommandName": "Save-PnPPageConversionLog", - "Rank": 1 + "Id": 1415, + "Command": "Save-PnPPageConversionLog" }, { - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "Id": 1416, + "Rank": 1, "CommandName": "Save-PnPSiteTemplate", - "Rank": 1 + "Id": 1416, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "Id": 1417, + "Rank": 1, "CommandName": "Save-PnPTenantTemplate", - "Rank": 1 + "Id": 1417, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "Id": 1418, + "Rank": 1, "CommandName": "Send-PnPMail", - "Rank": 1 + "Id": 1418, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", - "Id": 1419, + "Rank": 2, "CommandName": "Send-PnPMail", - "Rank": 2 + "Id": 1419, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "Id": 1420, + "Rank": 3, "CommandName": "Send-PnPMail", - "Rank": 3 + "Id": 1420, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", - "Id": 1421, + "Rank": 4, "CommandName": "Send-PnPMail", - "Rank": 4 + "Id": 1421, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", - "Id": 1422, + "Rank": 5, "CommandName": "Send-PnPMail", - "Rank": 5 + "Id": 1422, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "Id": 1423, + "Rank": 1, "CommandName": "Set-PnPAdaptiveScopeProperty", - "Rank": 1 + "Id": 1423, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 1424, + "Rank": 1, "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 1 + "Id": 1424, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Id": 1425, + "Rank": 2, "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 2 + "Id": 1425, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Command": "Set-PnPAppSideLoading -On", - "Id": 1426, + "Rank": 1, "CommandName": "Set-PnPAppSideLoading", - "Rank": 1 + "Id": 1426, + "Command": "Set-PnPAppSideLoading -On" }, { - "Command": "Set-PnPAppSideLoading -Off", - "Id": 1427, + "Rank": 2, "CommandName": "Set-PnPAppSideLoading", - "Rank": 2 + "Id": 1427, + "Command": "Set-PnPAppSideLoading -Off" }, { - "Command": "Set-PnPAuditing -EnableAll", - "Id": 1428, + "Rank": 1, "CommandName": "Set-PnPAuditing", - "Rank": 1 + "Id": 1428, + "Command": "Set-PnPAuditing -EnableAll" }, { - "Command": "Set-PnPAuditing -DisableAll", - "Id": 1429, + "Rank": 2, "CommandName": "Set-PnPAuditing", - "Rank": 2 + "Id": 1429, + "Command": "Set-PnPAuditing -DisableAll" }, { - "Command": "Set-PnPAuditing -RetentionTime 7", - "Id": 1430, + "Rank": 3, "CommandName": "Set-PnPAuditing", - "Rank": 3 + "Id": 1430, + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Command": "Set-PnPAuditing -TrimAuditLog", - "Id": 1431, + "Rank": 4, "CommandName": "Set-PnPAuditing", - "Rank": 4 + "Id": 1431, + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "Id": 1432, + "Rank": 5, "CommandName": "Set-PnPAuditing", - "Rank": 5 + "Id": 1432, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "Id": 1433, + "Rank": 1, "CommandName": "Set-PnPAvailablePageLayouts", - "Rank": 1 + "Id": 1433, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "Id": 1434, + "Rank": 1, "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 1 + "Id": 1434, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "Id": 1435, + "Rank": 2, "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 2 + "Id": 1435, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "Id": 1436, + "Rank": 1, "CommandName": "Set-PnPAzureADGroup", - "Rank": 1 + "Id": 1436, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "Id": 1437, + "Rank": 2, "CommandName": "Set-PnPAzureADGroup", - "Rank": 2 + "Id": 1437, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "Id": 1438, + "Rank": 3, "CommandName": "Set-PnPAzureADGroup", - "Rank": 3 + "Id": 1438, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "Id": 1439, + "Rank": 1, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 1 + "Id": 1439, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "Id": 1440, + "Rank": 2, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 2 + "Id": 1440, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "Id": 1441, + "Rank": 3, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 3 + "Id": 1441, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "Id": 1442, + "Rank": 1, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 1 + "Id": 1442, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "Id": 1443, + "Rank": 2, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 2 + "Id": 1443, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "Id": 1444, + "Rank": 1, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 1 + "Id": 1444, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "Id": 1445, + "Rank": 2, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 2 + "Id": 1445, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "Id": 1446, + "Rank": 3, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 3 + "Id": 1446, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "Id": 1447, + "Rank": 4, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 4 + "Id": 1447, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "Id": 1448, + "Rank": 1, "CommandName": "Set-PnPContentType", - "Rank": 1 + "Id": 1448, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "Id": 1449, + "Rank": 2, "CommandName": "Set-PnPContentType", - "Rank": 2 + "Id": 1449, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "Id": 1450, + "Rank": 3, "CommandName": "Set-PnPContentType", - "Rank": 3 + "Id": 1450, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Id": 1451, + "Rank": 4, "CommandName": "Set-PnPContentType", - "Rank": 4 + "Id": 1451, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Id": 1452, + "Rank": 5, "CommandName": "Set-PnPContentType", - "Rank": 5 + "Id": 1452, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", - "Id": 1453, + "Rank": 1, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 1 + "Id": 1453, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", - "Id": 1454, + "Rank": 2, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 2 + "Id": 1454, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "Id": 1455, + "Rank": 1, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 1 + "Id": 1455, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "Id": 1456, + "Rank": 2, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 2 + "Id": 1456, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "Id": 1457, + "Rank": 3, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 3 + "Id": 1457, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "Id": 1458, + "Rank": 4, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 4 + "Id": 1458, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "Id": 1459, + "Rank": 1, "CommandName": "Set-PnPDefaultContentTypeToList", - "Rank": 1 + "Id": 1459, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "Id": 1460, + "Rank": 1, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 1 + "Id": 1460, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "Id": 1461, + "Rank": 2, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 2 + "Id": 1461, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "Id": 1462, + "Rank": 3, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 3 + "Id": 1462, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "Id": 1463, + "Rank": 1, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 1 + "Id": 1463, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Id": 1464, + "Rank": 2, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 2 + "Id": 1464, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Id": 1465, + "Rank": 3, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 3 + "Id": 1465, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "Id": 1466, + "Rank": 1, "CommandName": "Set-PnPDocumentSetField", - "Rank": 1 + "Id": 1466, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "Id": 1467, + "Rank": 2, "CommandName": "Set-PnPDocumentSetField", - "Rank": 2 + "Id": 1467, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "Id": 1468, + "Rank": 1, "CommandName": "Set-PnPField", - "Rank": 1 + "Id": 1468, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "Id": 1469, + "Rank": 2, "CommandName": "Set-PnPField", - "Rank": 2 + "Id": 1469, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "Id": 1470, + "Rank": 3, "CommandName": "Set-PnPField", - "Rank": 3 + "Id": 1470, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "Id": 1471, + "Rank": 1, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 1 + "Id": 1471, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", - "Id": 1472, + "Rank": 2, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 2 + "Id": 1472, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "Id": 1473, + "Rank": 3, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 3 + "Id": 1473, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "Id": 1474, + "Rank": 1, "CommandName": "Set-PnPFileCheckedOut", - "Rank": 1 + "Id": 1474, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", - "Id": 1475, + "Rank": 1, "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 1 + "Id": 1475, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", - "Id": 1476, + "Rank": 2, "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 2 + "Id": 1476, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", - "Id": 1477, + "Rank": 3, "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 3 + "Id": 1477, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "Id": 1478, + "Rank": 1, "CommandName": "Set-PnPFolderPermission", - "Rank": 1 + "Id": 1478, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1479, + "Rank": 2, "CommandName": "Set-PnPFolderPermission", - "Rank": 2 + "Id": 1479, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Id": 1480, + "Rank": 3, "CommandName": "Set-PnPFolderPermission", - "Rank": 3 + "Id": 1480, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Command": "Set-PnPFooter -Enabled:$true", - "Id": 1481, + "Rank": 1, "CommandName": "Set-PnPFooter", - "Rank": 1 + "Id": 1481, + "Command": "Set-PnPFooter -Enabled:$true" }, { - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "Id": 1482, + "Rank": 2, "CommandName": "Set-PnPFooter", - "Rank": 2 + "Id": 1482, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "Id": 1483, + "Rank": 3, "CommandName": "Set-PnPFooter", - "Rank": 3 + "Id": 1483, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Command": "Set-PnPFooter -LogoUrl \"\"", - "Id": 1484, + "Rank": 4, "CommandName": "Set-PnPFooter", - "Rank": 4 + "Id": 1484, + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "Id": 1485, + "Rank": 1, "CommandName": "Set-PnPGraphSubscription", - "Rank": 1 + "Id": 1485, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", - "Id": 1486, + "Rank": 1, "CommandName": "Set-PnPGroup", - "Rank": 1 + "Id": 1486, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "Id": 1487, + "Rank": 2, "CommandName": "Set-PnPGroup", - "Rank": 2 + "Id": 1487, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "Id": 1488, + "Rank": 1, "CommandName": "Set-PnPGroupPermissions", - "Rank": 1 + "Id": 1488, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "Id": 1489, + "Rank": 2, "CommandName": "Set-PnPGroupPermissions", - "Rank": 2 + "Id": 1489, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "Id": 1490, + "Rank": 3, "CommandName": "Set-PnPGroupPermissions", - "Rank": 3 + "Id": 1490, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "Id": 1491, + "Rank": 4, "CommandName": "Set-PnPGroupPermissions", - "Rank": 4 + "Id": 1491, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "Id": 1492, + "Rank": 5, "CommandName": "Set-PnPGroupPermissions", - "Rank": 5 + "Id": 1492, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "Id": 1493, + "Rank": 1, "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 1 + "Id": 1493, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "Id": 1494, + "Rank": 2, "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 2 + "Id": 1494, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "Id": 1495, + "Rank": 1, "CommandName": "Set-PnPHomePage", - "Rank": 1 + "Id": 1495, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "Id": 1496, + "Rank": 2, "CommandName": "Set-PnPHomePage", - "Rank": 2 + "Id": 1496, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "Id": 1497, + "Rank": 1, "CommandName": "Set-PnPHomeSite", - "Rank": 1 + "Id": 1497, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "Id": 1498, + "Rank": 2, "CommandName": "Set-PnPHomeSite", - "Rank": 2 + "Id": 1498, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", - "Id": 1499, + "Rank": 3, "CommandName": "Set-PnPHomeSite", - "Rank": 3 + "Id": 1499, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "Id": 1500, + "Rank": 1, "CommandName": "Set-PnPHubSite", - "Rank": 1 + "Id": 1500, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "Id": 1501, + "Rank": 2, "CommandName": "Set-PnPHubSite", - "Rank": 2 + "Id": 1501, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "Id": 1502, + "Rank": 3, "CommandName": "Set-PnPHubSite", - "Rank": 3 + "Id": 1502, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "Id": 1503, + "Rank": 4, "CommandName": "Set-PnPHubSite", - "Rank": 4 + "Id": 1503, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", - "Id": 1504, + "Rank": 5, "CommandName": "Set-PnPHubSite", - "Rank": 5 + "Id": 1504, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "Id": 1505, + "Rank": 6, "CommandName": "Set-PnPHubSite", - "Rank": 6 + "Id": 1505, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", - "Id": 1506, + "Rank": 1, "CommandName": "Set-PnPImageListItemColumn", - "Rank": 1 + "Id": 1506, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "Id": 1507, + "Rank": 2, "CommandName": "Set-PnPImageListItemColumn", - "Rank": 2 + "Id": 1507, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "Id": 1508, + "Rank": 1, "CommandName": "Set-PnPIndexedProperties", - "Rank": 1 + "Id": 1508, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "Id": 1509, + "Rank": 1, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 1 + "Id": 1509, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "Id": 1510, + "Rank": 2, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 2 + "Id": 1510, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "Id": 1511, + "Rank": 1, "CommandName": "Set-PnPKnowledgeHubSite", - "Rank": 1 + "Id": 1511, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "Id": 1512, + "Rank": 1, "CommandName": "Set-PnPList", - "Rank": 1 + "Id": 1512, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "Id": 1513, + "Rank": 2, "CommandName": "Set-PnPList", - "Rank": 2 + "Id": 1513, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "Id": 1514, + "Rank": 3, "CommandName": "Set-PnPList", - "Rank": 3 + "Id": 1514, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "Id": 1515, + "Rank": 4, "CommandName": "Set-PnPList", - "Rank": 4 + "Id": 1515, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "Id": 1516, + "Rank": 5, "CommandName": "Set-PnPList", - "Rank": 5 + "Id": 1516, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "Id": 1517, + "Rank": 6, "CommandName": "Set-PnPList", - "Rank": 6 + "Id": 1517, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "Id": 1518, + "Rank": 7, "CommandName": "Set-PnPList", - "Rank": 7 + "Id": 1518, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "Id": 1519, + "Rank": 8, "CommandName": "Set-PnPList", - "Rank": 8 + "Id": 1519, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", - "Id": 1520, + "Rank": 9, "CommandName": "Set-PnPList", - "Rank": 9 + "Id": 1520, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", - "Id": 1521, + "Rank": 10, "CommandName": "Set-PnPList", - "Rank": 10 + "Id": 1521, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "Id": 1522, + "Rank": 11, "CommandName": "Set-PnPList", - "Rank": 11 + "Id": 1522, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", - "Id": 1523, + "Rank": 12, "CommandName": "Set-PnPList", - "Rank": 12 + "Id": 1523, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "Id": 1524, + "Rank": 1, "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 1 + "Id": 1524, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "Id": 1525, + "Rank": 2, "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 2 + "Id": 1525, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1526, + "Rank": 1, "CommandName": "Set-PnPListItem", - "Rank": 1 + "Id": 1526, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1527, + "Rank": 2, "CommandName": "Set-PnPListItem", - "Rank": 2 + "Id": 1527, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1528, + "Rank": 3, "CommandName": "Set-PnPListItem", - "Rank": 3 + "Id": 1528, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "Id": 1529, + "Rank": 4, "CommandName": "Set-PnPListItem", - "Rank": 4 + "Id": 1529, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "Id": 1530, + "Rank": 5, "CommandName": "Set-PnPListItem", - "Rank": 5 + "Id": 1530, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "Id": 1531, + "Rank": 1, "CommandName": "Set-PnPListItemAsRecord", - "Rank": 1 + "Id": 1531, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "Id": 1532, + "Rank": 2, "CommandName": "Set-PnPListItemAsRecord", - "Rank": 2 + "Id": 1532, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "Id": 1533, + "Rank": 1, "CommandName": "Set-PnPListItemPermission", - "Rank": 1 + "Id": 1533, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1534, + "Rank": 2, "CommandName": "Set-PnPListItemPermission", - "Rank": 2 + "Id": 1534, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Id": 1535, + "Rank": 3, "CommandName": "Set-PnPListItemPermission", - "Rank": 3 + "Id": 1535, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "Id": 1536, + "Rank": 4, "CommandName": "Set-PnPListItemPermission", - "Rank": 4 + "Id": 1536, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "Id": 1537, + "Rank": 5, "CommandName": "Set-PnPListItemPermission", - "Rank": 5 + "Id": 1537, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", - "Id": 1538, + "Rank": 1, "CommandName": "Set-PnPListPermission", - "Rank": 1 + "Id": 1538, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1539, + "Rank": 2, "CommandName": "Set-PnPListPermission", - "Rank": 2 + "Id": 1539, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "Id": 1540, + "Rank": 1, "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 1 + "Id": 1540, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "Id": 1541, + "Rank": 2, "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 2 + "Id": 1541, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", - "Id": 1542, + "Rank": 1, "CommandName": "Set-PnPManagedAppId", - "Rank": 1 + "Id": 1542, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "Id": 1543, + "Rank": 1, "CommandName": "Set-PnPMasterPage", - "Rank": 1 + "Id": 1543, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "Id": 1544, + "Rank": 2, "CommandName": "Set-PnPMasterPage", - "Rank": 2 + "Id": 1544, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Id": 1545, + "Rank": 3, "CommandName": "Set-PnPMasterPage", - "Rank": 3 + "Id": 1545, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Id": 1546, + "Rank": 4, "CommandName": "Set-PnPMasterPage", - "Rank": 4 + "Id": 1546, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "Id": 1547, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 1 + "Id": 1547, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "Id": 1548, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 2 + "Id": 1548, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1549, + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 3 + "Id": 1549, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "Id": 1550, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 1 + "Id": 1550, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "Id": 1551, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 2 + "Id": 1551, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1552, + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 3 + "Id": 1552, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "Id": 1553, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 1 + "Id": 1553, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "Id": 1554, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 2 + "Id": 1554, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1555, + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 3 + "Id": 1555, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "Id": 1556, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 1 + "Id": 1556, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "Id": 1557, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 2 + "Id": 1557, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1558, + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 3 + "Id": 1558, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "Id": 1559, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 1 + "Id": 1559, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "Id": 1560, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 2 + "Id": 1560, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1561, + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 3 + "Id": 1561, + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "Id": 1562, + "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 1 + "Id": 1562, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "Id": 1563, + "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 2 + "Id": 1563, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1564, + "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 3 + "Id": 1564, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "Id": 1565, + "Rank": 1, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 1 + "Id": 1565, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "Id": 1566, + "Rank": 2, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 2 + "Id": 1566, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "Id": 1567, + "Rank": 3, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 3 + "Id": 1567, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "Id": 1568, + "Rank": 4, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 4 + "Id": 1568, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "Id": 1569, + "Rank": 5, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 5 + "Id": 1569, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1570, + "Rank": 6, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 6 + "Id": 1570, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "Id": 1571, + "Rank": 1, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 1 + "Id": 1571, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "Id": 1572, + "Rank": 2, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 2 + "Id": 1572, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "Id": 1573, + "Rank": 1, "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 1 + "Id": 1573, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", - "Id": 1574, + "Rank": 2, "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 2 + "Id": 1574, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "Id": 1575, + "Rank": 1, "CommandName": "Set-PnPPage", - "Rank": 1 + "Id": 1575, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "Id": 1576, + "Rank": 2, "CommandName": "Set-PnPPage", - "Rank": 2 + "Id": 1576, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "Id": 1577, + "Rank": 3, "CommandName": "Set-PnPPage", - "Rank": 3 + "Id": 1577, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "Id": 1578, + "Rank": 4, "CommandName": "Set-PnPPage", - "Rank": 4 + "Id": 1578, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "Id": 1579, + "Rank": 5, "CommandName": "Set-PnPPage", - "Rank": 5 + "Id": 1579, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", - "Id": 1580, + "Rank": 6, "CommandName": "Set-PnPPage", - "Rank": 6 + "Id": 1580, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "Id": 1581, + "Rank": 7, "CommandName": "Set-PnPPage", - "Rank": 7 + "Id": 1581, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", - "Id": 1582, + "Rank": 8, "CommandName": "Set-PnPPage", - "Rank": 8 + "Id": 1582, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", - "Id": 1583, + "Rank": 9, "CommandName": "Set-PnPPage", - "Rank": 9 + "Id": 1583, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Id": 1584, + "Rank": 10, "CommandName": "Set-PnPPage", - "Rank": 10 + "Id": 1584, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", - "Id": 1585, + "Rank": 11, "CommandName": "Set-PnPPage", - "Rank": 11 + "Id": 1585, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", - "Id": 1586, + "Rank": 12, "CommandName": "Set-PnPPage", - "Rank": 12 + "Id": 1586, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", - "Id": 1587, + "Rank": 13, "CommandName": "Set-PnPPage", - "Rank": 13 + "Id": 1587, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "Id": 1588, + "Rank": 1, "CommandName": "Set-PnPPageTextPart", - "Rank": 1 + "Id": 1588, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", - "Id": 1589, + "Rank": 1, "CommandName": "Set-PnPPageWebPart", - "Rank": 1 + "Id": 1589, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", - "Id": 1590, + "Rank": 2, "CommandName": "Set-PnPPageWebPart", - "Rank": 2 + "Id": 1590, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", - "Id": 1591, + "Rank": 1, "CommandName": "Set-PnPPlannerBucket", - "Rank": 1 + "Id": 1591, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "Id": 1592, + "Rank": 1, "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 1 + "Id": 1592, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "Id": 1593, + "Rank": 2, "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 2 + "Id": 1593, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "Id": 1594, + "Rank": 1, "CommandName": "Set-PnPPlannerPlan", - "Rank": 1 + "Id": 1594, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "Id": 1595, + "Rank": 1, "CommandName": "Set-PnPPlannerTask", - "Rank": 1 + "Id": 1595, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "Id": 1596, + "Rank": 2, "CommandName": "Set-PnPPlannerTask", - "Rank": 2 + "Id": 1596, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "Id": 1597, + "Rank": 3, "CommandName": "Set-PnPPlannerTask", - "Rank": 3 + "Id": 1597, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", - "Id": 1598, + "Rank": 4, "CommandName": "Set-PnPPlannerTask", - "Rank": 4 + "Id": 1598, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "Id": 1599, + "Rank": 1, "CommandName": "Set-PnPPlannerUserPolicy", - "Rank": 1 + "Id": 1599, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", - "Id": 1600, + "Rank": 1, "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 1 + "Id": 1600, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", - "Id": 1601, + "Rank": 2, "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 2 + "Id": 1601, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "Id": 1602, + "Rank": 1, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 1 + "Id": 1602, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "Id": 1603, + "Rank": 2, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 2 + "Id": 1603, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "Id": 1604, + "Rank": 3, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 3 + "Id": 1604, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "Id": 1605, + "Rank": 1, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 1 + "Id": 1605, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Command": "Set-PnPRequestAccessEmails -Disabled", - "Id": 1606, + "Rank": 2, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 2 + "Id": 1606, + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "Id": 1607, + "Rank": 3, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 3 + "Id": 1607, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", - "Id": 1608, + "Rank": 1, "CommandName": "Set-PnPRetentionLabel", - "Rank": 1 + "Id": 1608, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "Id": 1609, + "Rank": 2, "CommandName": "Set-PnPRetentionLabel", - "Rank": 2 + "Id": 1609, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", - "Id": 1610, + "Rank": 3, "CommandName": "Set-PnPRetentionLabel", - "Rank": 3 + "Id": 1610, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "Id": 1611, + "Rank": 1, "CommandName": "Set-PnPRoleDefinition", - "Rank": 1 + "Id": 1611, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "Id": 1612, + "Rank": 2, "CommandName": "Set-PnPRoleDefinition", - "Rank": 2 + "Id": 1612, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "Id": 1613, + "Rank": 3, "CommandName": "Set-PnPRoleDefinition", - "Rank": 3 + "Id": 1613, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "Id": 1614, + "Rank": 4, "CommandName": "Set-PnPRoleDefinition", - "Rank": 4 + "Id": 1614, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config", - "Id": 1615, + "Rank": 1, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 1 + "Id": 1615, + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "Id": 1616, + "Rank": 2, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 2 + "Id": 1616, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Id": 1617, + "Rank": 3, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 3 + "Id": 1617, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 1618, + "Rank": 4, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 4 + "Id": 1618, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", - "Id": 1619, + "Rank": 1, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 1 + "Id": 1619, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", - "Id": 1620, + "Rank": 2, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 2 + "Id": 1620, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Id": 1621, + "Rank": 3, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 3 + "Id": 1621, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", - "Id": 1622, + "Rank": 1, "CommandName": "Set-PnPSearchExternalItem", - "Rank": 1 + "Id": 1622, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", - "Id": 1623, + "Rank": 2, "CommandName": "Set-PnPSearchExternalItem", - "Rank": 2 + "Id": 1623, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", - "Id": 1624, + "Rank": 1, "CommandName": "Set-PnPSearchExternalSchema", - "Rank": 1 + "Id": 1624, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "Id": 1625, + "Rank": 1, "CommandName": "Set-PnPSearchSettings", - "Rank": 1 + "Id": 1625, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "Id": 1626, + "Rank": 2, "CommandName": "Set-PnPSearchSettings", - "Rank": 2 + "Id": 1626, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "Id": 1627, + "Rank": 3, "CommandName": "Set-PnPSearchSettings", - "Rank": 3 + "Id": 1627, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "Id": 1628, + "Rank": 4, "CommandName": "Set-PnPSearchSettings", - "Rank": 4 + "Id": 1628, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "Id": 1629, + "Rank": 5, "CommandName": "Set-PnPSearchSettings", - "Rank": 5 + "Id": 1629, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "Id": 1630, + "Rank": 6, "CommandName": "Set-PnPSearchSettings", - "Rank": 6 + "Id": 1630, + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Command": "Set-PnPSearchSettings -SearchScope Hub", - "Id": 1631, + "Rank": 7, "CommandName": "Set-PnPSearchSettings", - "Rank": 7 + "Id": 1631, + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Command": "Set-PnPSite -Classification \"HBI\"", - "Id": 1632, + "Rank": 1, "CommandName": "Set-PnPSite", - "Rank": 1 + "Id": 1632, + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Command": "Set-PnPSite -Classification $null", - "Id": 1633, + "Rank": 2, "CommandName": "Set-PnPSite", - "Rank": 2 + "Id": 1633, + "Command": "Set-PnPSite -Classification $null" }, { - "Command": "Set-PnPSite -DisableFlows", - "Id": 1634, + "Rank": 3, "CommandName": "Set-PnPSite", - "Rank": 3 + "Id": 1634, + "Command": "Set-PnPSite -DisableFlows" }, { - "Command": "Set-PnPSite -DisableFlows:$false", - "Id": 1635, + "Rank": 4, "CommandName": "Set-PnPSite", - "Rank": 4 + "Id": 1635, + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "Id": 1636, + "Rank": 5, "CommandName": "Set-PnPSite", - "Rank": 5 + "Id": 1636, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Command": "Set-PnPSite -NoScriptSite $false", - "Id": 1637, + "Rank": 6, "CommandName": "Set-PnPSite", - "Rank": 6 + "Id": 1637, + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", - "Id": 1638, + "Rank": 1, "CommandName": "Set-PnPSiteArchiveState", - "Rank": 1 + "Id": 1638, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", - "Id": 1639, + "Rank": 2, "CommandName": "Set-PnPSiteArchiveState", - "Rank": 2 + "Id": 1639, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "Id": 1640, + "Rank": 1, "CommandName": "Set-PnPSiteClassification", - "Rank": 1 + "Id": 1640, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Command": "Set-PnPSiteClosure -State Open", - "Id": 1641, + "Rank": 1, "CommandName": "Set-PnPSiteClosure", - "Rank": 1 + "Id": 1641, + "Command": "Set-PnPSiteClosure -State Open" }, { - "Command": "Set-PnPSiteClosure -State Closed", - "Id": 1642, + "Rank": 2, "CommandName": "Set-PnPSiteClosure", - "Rank": 2 + "Id": 1642, + "Command": "Set-PnPSiteClosure -State Closed" }, { - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "Id": 1643, + "Rank": 1, "CommandName": "Set-PnPSiteDesign", - "Rank": 1 + "Id": 1643, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "Id": 1644, + "Rank": 2, "CommandName": "Set-PnPSiteDesign", - "Rank": 2 + "Id": 1644, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", - "Id": 1645, + "Rank": 1, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 1 + "Id": 1645, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", - "Id": 1646, + "Rank": 2, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 2 + "Id": 1646, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", - "Id": 1647, + "Rank": 1, "CommandName": "Set-PnPSiteGroup", - "Rank": 1 + "Id": 1647, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "Id": 1648, + "Rank": 2, "CommandName": "Set-PnPSiteGroup", - "Rank": 2 + "Id": 1648, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "Id": 1649, + "Rank": 1, "CommandName": "Set-PnPSitePolicy", - "Rank": 1 + "Id": 1649, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "Id": 1650, + "Rank": 1, "CommandName": "Set-PnPSiteScript", - "Rank": 1 + "Id": 1650, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "Id": 1651, + "Rank": 1, "CommandName": "Set-PnPSiteScriptPackage", - "Rank": 1 + "Id": 1651, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "Id": 1652, + "Rank": 1, "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 1 + "Id": 1652, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "Id": 1653, + "Rank": 2, "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 2 + "Id": 1653, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "Id": 1654, + "Rank": 1, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 1 + "Id": 1654, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "Id": 1655, + "Rank": 2, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 2 + "Id": 1655, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Id": 1656, + "Rank": 3, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 3 + "Id": 1656, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Id": 1657, + "Rank": 4, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 4 + "Id": 1657, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Id": 1658, + "Rank": 5, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 5 + "Id": 1658, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Id": 1659, + "Rank": 6, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 6 + "Id": 1659, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", - "Id": 1660, + "Rank": 1, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 1 + "Id": 1660, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", - "Id": 1661, + "Rank": 2, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 2 + "Id": 1661, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", - "Id": 1662, + "Rank": 3, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 3 + "Id": 1662, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", - "Id": 1663, + "Rank": 4, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 4 + "Id": 1663, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", - "Id": 1664, + "Rank": 5, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 5 + "Id": 1664, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", - "Id": 1665, + "Rank": 6, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 6 + "Id": 1665, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", - "Id": 1666, + "Rank": 7, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 7 + "Id": 1666, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", - "Id": 1667, + "Rank": 8, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 8 + "Id": 1667, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", - "Id": 1668, + "Rank": 9, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 9 + "Id": 1668, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", - "Id": 1669, + "Rank": 10, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 10 + "Id": 1669, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", - "Id": 1670, + "Rank": 11, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 11 + "Id": 1670, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "Id": 1671, + "Rank": 1, "CommandName": "Set-PnPStorageEntity", - "Rank": 1 + "Id": 1671, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "Id": 1672, + "Rank": 2, "CommandName": "Set-PnPStorageEntity", - "Rank": 2 + "Id": 1672, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 1673, + "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 1 + "Id": 1673, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 1674, + "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 2 + "Id": 1674, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 1675, + "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 1 + "Id": 1675, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 1676, + "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 2 + "Id": 1676, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "Id": 1677, + "Rank": 1, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 1 + "Id": 1677, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "Id": 1678, + "Rank": 2, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 2 + "Id": 1678, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "Id": 1679, + "Rank": 3, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 3 + "Id": 1679, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Command": "Set-PnPTeamifyPromptHidden", - "Id": 1680, + "Rank": 1, "CommandName": "Set-PnPTeamifyPromptHidden", - "Rank": 1 + "Id": 1680, + "Command": "Set-PnPTeamifyPromptHidden" }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "Id": 1681, + "Rank": 1, "CommandName": "Set-PnPTeamsChannel", - "Rank": 1 + "Id": 1681, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "Id": 1682, + "Rank": 2, "CommandName": "Set-PnPTeamsChannel", - "Rank": 2 + "Id": 1682, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", - "Id": 1683, + "Rank": 1, "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 1 + "Id": 1683, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "Id": 1684, + "Rank": 2, "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 2 + "Id": 1684, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", - "Id": 1685, + "Rank": 1, "CommandName": "Set-PnPTeamsTab", - "Rank": 1 + "Id": 1685, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", - "Id": 1686, + "Rank": 1, "CommandName": "Set-PnPTeamsTag", - "Rank": 1 + "Id": 1686, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "Id": 1687, + "Rank": 1, "CommandName": "Set-PnPTeamsTeam", - "Rank": 1 + "Id": 1687, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "Id": 1688, + "Rank": 2, "CommandName": "Set-PnPTeamsTeam", - "Rank": 2 + "Id": 1688, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "Id": 1689, + "Rank": 3, "CommandName": "Set-PnPTeamsTeam", - "Rank": 3 + "Id": 1689, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "Id": 1690, + "Rank": 4, "CommandName": "Set-PnPTeamsTeam", - "Rank": 4 + "Id": 1690, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "Id": 1691, + "Rank": 1, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 1 + "Id": 1691, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "Id": 1692, + "Rank": 2, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 2 + "Id": 1692, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "Id": 1693, + "Rank": 3, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 3 + "Id": 1693, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "Id": 1694, + "Rank": 1, "CommandName": "Set-PnPTeamsTeamPicture", - "Rank": 1 + "Id": 1694, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Command": "Set-PnPTemporarilyDisableAppBar $true", - "Id": 1695, + "Rank": 1, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 1 + "Id": 1695, + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Command": "Set-PnPTemporarilyDisableAppBar $false", - "Id": 1696, + "Rank": 2, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 2 + "Id": 1696, + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", - "Id": 1697, + "Rank": 1, "CommandName": "Set-PnPTenant", - "Rank": 1 + "Id": 1697, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "Id": 1698, + "Rank": 2, "CommandName": "Set-PnPTenant", - "Rank": 2 + "Id": 1698, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "Id": 1699, + "Rank": 3, "CommandName": "Set-PnPTenant", - "Rank": 3 + "Id": 1699, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "Id": 1700, + "Rank": 4, "CommandName": "Set-PnPTenant", - "Rank": 4 + "Id": 1700, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", - "Id": 1701, + "Rank": 5, "CommandName": "Set-PnPTenant", - "Rank": 5 + "Id": 1701, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", - "Id": 1702, + "Rank": 6, "CommandName": "Set-PnPTenant", - "Rank": 6 + "Id": 1702, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "Id": 1703, + "Rank": 1, "CommandName": "Set-PnPTenantAppCatalogUrl", - "Rank": 1 + "Id": 1703, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "Id": 1704, + "Rank": 1, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 1 + "Id": 1704, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "Id": 1705, + "Rank": 2, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 2 + "Id": 1705, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "Id": 1706, + "Rank": 3, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 3 + "Id": 1706, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", - "Id": 1707, + "Rank": 1, "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 1 + "Id": 1707, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "Id": 1708, + "Rank": 2, "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 2 + "Id": 1708, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", - "Id": 1709, + "Rank": 1, "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 1 + "Id": 1709, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", - "Id": 1710, + "Rank": 2, "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 2 + "Id": 1710, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", - "Id": 1711, + "Rank": 1, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 1 + "Id": 1711, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", - "Id": 1712, + "Rank": 2, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 2 + "Id": 1712, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "Id": 1713, + "Rank": 1, "CommandName": "Set-PnPTenantSite", - "Rank": 1 + "Id": 1713, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "Id": 1714, + "Rank": 2, "CommandName": "Set-PnPTenantSite", - "Rank": 2 + "Id": 1714, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "Id": 1715, + "Rank": 3, "CommandName": "Set-PnPTenantSite", - "Rank": 3 + "Id": 1715, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 1716, + "Rank": 4, "CommandName": "Set-PnPTenantSite", - "Rank": 4 + "Id": 1716, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "Id": 1717, + "Rank": 5, "CommandName": "Set-PnPTenantSite", - "Rank": 5 + "Id": 1717, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "Id": 1718, + "Rank": 1, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 1 + "Id": 1718, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "Id": 1719, + "Rank": 2, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 2 + "Id": 1719, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "Id": 1720, + "Rank": 1, "CommandName": "Set-PnPTerm", - "Rank": 1 + "Id": 1720, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Id": 1721, + "Rank": 2, "CommandName": "Set-PnPTerm", - "Rank": 2 + "Id": 1721, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Id": 1722, + "Rank": 3, "CommandName": "Set-PnPTerm", - "Rank": 3 + "Id": 1722, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", - "Id": 1723, + "Rank": 4, "CommandName": "Set-PnPTerm", - "Rank": 4 + "Id": 1723, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "Id": 1724, + "Rank": 1, "CommandName": "Set-PnPTermGroup", - "Rank": 1 + "Id": 1724, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "Id": 1725, + "Rank": 2, "CommandName": "Set-PnPTermGroup", - "Rank": 2 + "Id": 1725, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "Id": 1726, + "Rank": 1, "CommandName": "Set-PnPTermSet", - "Rank": 1 + "Id": 1726, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "Id": 1727, + "Rank": 2, "CommandName": "Set-PnPTermSet", - "Rank": 2 + "Id": 1727, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "Id": 1728, + "Rank": 3, "CommandName": "Set-PnPTermSet", - "Rank": 3 + "Id": 1728, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Command": "Set-PnPTheme", - "Id": 1729, + "Rank": 1, "CommandName": "Set-PnPTheme", - "Rank": 1 + "Id": 1729, + "Command": "Set-PnPTheme" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "Id": 1730, + "Rank": 2, "CommandName": "Set-PnPTheme", - "Rank": 2 + "Id": 1730, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "Id": 1731, + "Rank": 3, "CommandName": "Set-PnPTheme", - "Rank": 3 + "Id": 1731, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "Id": 1732, + "Rank": 4, "CommandName": "Set-PnPTheme", - "Rank": 4 + "Id": 1732, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "Id": 1733, + "Rank": 1, "CommandName": "Set-PnPUserOneDriveQuota", - "Rank": 1 + "Id": 1733, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", - "Id": 1734, + "Rank": 1, "CommandName": "Set-PnPUserProfilePhoto", - "Rank": 1 + "Id": 1734, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "Id": 1735, + "Rank": 1, "CommandName": "Set-PnPUserProfileProperty", - "Rank": 1 + "Id": 1735, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "Id": 1736, + "Rank": 2, "CommandName": "Set-PnPUserProfileProperty", - "Rank": 2 + "Id": 1736, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", - "Id": 1737, + "Rank": 1, "CommandName": "Set-PnPView", - "Rank": 1 + "Id": 1737, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", - "Id": 1738, + "Rank": 2, "CommandName": "Set-PnPView", - "Rank": 2 + "Id": 1738, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", - "Id": 1739, + "Rank": 3, "CommandName": "Set-PnPView", - "Rank": 3 + "Id": 1739, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", - "Id": 1740, + "Rank": 4, "CommandName": "Set-PnPView", - "Rank": 4 + "Id": 1740, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", - "Id": 1741, + "Rank": 1, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 1 + "Id": 1741, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", - "Id": 1742, + "Rank": 2, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 2 + "Id": 1742, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", - "Id": 1743, + "Rank": 3, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 3 + "Id": 1743, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", - "Id": 1744, + "Rank": 4, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 4 + "Id": 1744, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", - "Id": 1745, + "Rank": 1, "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 1 + "Id": 1745, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", - "Id": 1746, + "Rank": 2, "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 2 + "Id": 1746, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "Id": 1747, + "Rank": 1, "CommandName": "Set-PnPWeb", - "Rank": 1 + "Id": 1747, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "Id": 1748, + "Rank": 2, "CommandName": "Set-PnPWeb", - "Rank": 2 + "Id": 1748, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "Id": 1749, + "Rank": 3, "CommandName": "Set-PnPWeb", - "Rank": 3 + "Id": 1749, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Command": "Set-PnPWeb -NoCrawl:$true", - "Id": 1750, + "Rank": 4, "CommandName": "Set-PnPWeb", - "Rank": 4 + "Id": 1750, + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "Id": 1751, + "Rank": 1, "CommandName": "Set-PnPWebHeader", - "Rank": 1 + "Id": 1751, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "Id": 1752, + "Rank": 2, "CommandName": "Set-PnPWebHeader", - "Rank": 2 + "Id": 1752, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "Id": 1753, + "Rank": 3, "CommandName": "Set-PnPWebHeader", - "Rank": 3 + "Id": 1753, + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", - "Id": 1754, + "Rank": 1, "CommandName": "Set-PnPWebhookSubscription", - "Rank": 1 + "Id": 1754, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "Id": 1755, + "Rank": 2, "CommandName": "Set-PnPWebhookSubscription", - "Rank": 2 + "Id": 1755, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", - "Id": 1756, + "Rank": 1, "CommandName": "Set-PnPWebPartProperty", - "Rank": 1 + "Id": 1756, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "Id": 1757, + "Rank": 1, "CommandName": "Set-PnPWebPermission", - "Rank": 1 + "Id": 1757, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "Id": 1758, + "Rank": 2, "CommandName": "Set-PnPWebPermission", - "Rank": 2 + "Id": 1758, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "Id": 1759, + "Rank": 3, "CommandName": "Set-PnPWebPermission", - "Rank": 3 + "Id": 1759, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", - "Id": 1760, + "Rank": 4, "CommandName": "Set-PnPWebPermission", - "Rank": 4 + "Id": 1760, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Command": "Set-PnPWebTheme -Theme MyTheme", - "Id": 1761, + "Rank": 1, "CommandName": "Set-PnPWebTheme", - "Rank": 1 + "Id": 1761, + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "Id": 1762, + "Rank": 2, "CommandName": "Set-PnPWebTheme", - "Rank": 2 + "Id": 1762, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "Id": 1763, + "Rank": 1, "CommandName": "Set-PnPWikiPageContent", - "Rank": 1 + "Id": 1763, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Command": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1764, + "Rank": 1, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 1 + "Id": 1764, + "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "Command": "Start-PnPEnterpriseAppInsightsReport 28", - "Id": 1765, + "Rank": 2, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 2 + "Id": 1765, + "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", - "Id": 1766, + "Rank": 1, "CommandName": "Start-PnPTraceLog", - "Rank": 1 + "Id": 1766, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", - "Id": 1767, + "Rank": 2, "CommandName": "Start-PnPTraceLog", - "Rank": 2 + "Id": 1767, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", - "Id": 1768, + "Rank": 3, "CommandName": "Start-PnPTraceLog", - "Rank": 3 + "Id": 1768, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", - "Id": 1769, + "Rank": 4, "CommandName": "Start-PnPTraceLog", - "Rank": 4 + "Id": 1769, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Id": 1770, + "Rank": 1, "CommandName": "Stop-PnPFlowRun", - "Rank": 1 + "Id": 1770, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", - "Id": 1771, + "Rank": 2, "CommandName": "Stop-PnPFlowRun", - "Rank": 2 + "Id": 1771, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "Command": "Stop-PnPTraceLog", - "Id": 1772, + "Rank": 1, "CommandName": "Stop-PnPTraceLog", - "Rank": 1 + "Id": 1772, + "Command": "Stop-PnPTraceLog" }, { - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", - "Id": 1773, + "Rank": 2, "CommandName": "Stop-PnPTraceLog", - "Rank": 2 + "Id": 1773, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "Id": 1774, + "Rank": 1, "CommandName": "Submit-PnPSearchQuery", - "Rank": 1 + "Id": 1774, + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "Id": 1775, + "Rank": 2, "CommandName": "Submit-PnPSearchQuery", - "Rank": 2 + "Id": 1775, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "Id": 1776, + "Rank": 3, "CommandName": "Submit-PnPSearchQuery", - "Rank": 3 + "Id": 1776, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "Id": 1777, + "Rank": 4, "CommandName": "Submit-PnPSearchQuery", - "Rank": 4 + "Id": 1777, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "Id": 1778, + "Rank": 5, "CommandName": "Submit-PnPSearchQuery", - "Rank": 5 + "Id": 1778, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", - "Id": 1779, + "Rank": 6, "CommandName": "Submit-PnPSearchQuery", - "Rank": 6 + "Id": 1779, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "Id": 1780, + "Rank": 1, "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 1 + "Id": 1780, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", - "Id": 1781, + "Rank": 2, "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 2 + "Id": 1781, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1782, + "Rank": 1, "CommandName": "Sync-PnPAppToTeams", - "Rank": 1 + "Id": 1782, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "Id": 1783, + "Rank": 1, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 1 + "Id": 1783, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "Id": 1784, + "Rank": 2, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 2 + "Id": 1784, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", - "Id": 1785, + "Rank": 3, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 3 + "Id": 1785, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "Id": 1786, + "Rank": 1, "CommandName": "Test-PnPListItemIsRecord", - "Rank": 1 + "Id": 1786, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "Id": 1787, + "Rank": 1, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Rank": 1 + "Id": 1787, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "Id": 1788, + "Rank": 1, "CommandName": "Test-PnPSite", - "Rank": 1 + "Id": 1788, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "Id": 1789, + "Rank": 2, "CommandName": "Test-PnPSite", - "Rank": 2 + "Id": 1789, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "Id": 1790, + "Rank": 1, "CommandName": "Test-PnPTenantTemplate", - "Rank": 1 + "Id": 1790, + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "Id": 1791, + "Rank": 1, "CommandName": "Undo-PnPFileCheckedOut", - "Rank": 1 + "Id": 1791, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1792, + "Rank": 1, "CommandName": "Uninstall-PnPApp", - "Rank": 1 + "Id": 1792, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1793, + "Rank": 2, "CommandName": "Uninstall-PnPApp", - "Rank": 2 + "Id": 1793, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", - "Id": 1794, + "Rank": 1, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Rank": 1 + "Id": 1794, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1795, + "Rank": 1, "CommandName": "Unpublish-PnPApp", - "Rank": 1 + "Id": 1795, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1796, + "Rank": 2, "CommandName": "Unpublish-PnPApp", - "Rank": 2 + "Id": 1796, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "Id": 1797, + "Rank": 1, "CommandName": "Unpublish-PnPContentType", - "Rank": 1 + "Id": 1797, + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "Id": 1798, + "Rank": 1, "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 1 + "Id": 1798, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "Id": 1799, + "Rank": 2, "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 2 + "Id": 1799, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "Id": 1800, + "Rank": 1, "CommandName": "Unregister-PnPHubSite", - "Rank": 1 + "Id": 1800, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1801, + "Rank": 1, "CommandName": "Update-PnPApp", - "Rank": 1 + "Id": 1801, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1802, + "Rank": 2, "CommandName": "Update-PnPApp", - "Rank": 2 + "Id": 1802, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "Id": 1803, + "Rank": 1, "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 1 + "Id": 1803, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "Id": 1804, + "Rank": 2, "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 2 + "Id": 1804, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "Id": 1805, + "Rank": 3, "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 3 + "Id": 1805, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "Id": 1806, + "Rank": 1, "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 1 + "Id": 1806, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "Id": 1807, + "Rank": 2, "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 2 + "Id": 1807, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", - "Id": 1808, + "Rank": 3, "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 3 + "Id": 1808, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", - "Id": 1809, + "Rank": 1, "CommandName": "Update-PnPTeamsApp", - "Rank": 1 + "Id": 1809, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 1810, + "Rank": 1, "CommandName": "Update-PnPTeamsUser", - "Rank": 1 + "Id": 1810, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "Id": 1811, + "Rank": 2, "CommandName": "Update-PnPTeamsUser", - "Rank": 2 + "Id": 1811, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", - "Id": 1812, + "Rank": 3, "CommandName": "Update-PnPTeamsUser", - "Rank": 3 + "Id": 1812, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", - "Id": 1813, + "Rank": 1, "CommandName": "Update-PnPTodoList", - "Rank": 1 + "Id": 1813, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", - "Id": 1814, + "Rank": 2, "CommandName": "Update-PnPTodoList", - "Rank": 2 + "Id": 1814, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "Id": 1815, + "Rank": 1, "CommandName": "Update-PnPUserType", - "Rank": 1 + "Id": 1815, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "Id": 1816, + "Rank": 1, "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 1 + "Id": 1816, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", - "Id": 1817, + "Rank": 2, "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 2 + "Id": 1817, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "Command": "Write-PnPTraceLog \"Hello World\"", - "Id": 1818, + "Rank": 1, "CommandName": "Write-PnPTraceLog", - "Rank": 1 + "Id": 1818, + "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", - "Id": 1819, + "Rank": 2, "CommandName": "Write-PnPTraceLog", - "Rank": 2 + "Id": 1819, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", - "Id": 1820, + "Rank": 3, "CommandName": "Write-PnPTraceLog", - "Rank": 3 + "Id": 1820, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", - "Id": 1821, + "Rank": 4, "CommandName": "Write-PnPTraceLog", - "Rank": 4 + "Id": 1821, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 32669e661..1c01026e9 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.114", + "Version": "3.1.115", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 45a0a38ae..548b875a2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.114 \ No newline at end of file +3.1.115 \ No newline at end of file From 1cea854ff3854d6b380cbc32656c085a27b3fecd Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Mon, 11 Aug 2025 03:12:31 +0000 Subject: [PATCH 16/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 2 +- version.txt | 2 +- 4 files changed, 5468 insertions(+), 5468 deletions(-) diff --git a/dependencies.json b/dependencies.json index a2953865e..152937f5b 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250810-031131", + "Updated": "20250811-031043", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "a5659082b64fdab8daf36751e0319233985f1a9c", - "PnPCore": "242ddfe2a6fdc8d43564fb0883787c43f04cbd58" + "PnPFramework": "e3dbd0b82c666d02278a68ce85fc5575c57af9ad", + "PnPCore": "75960c539c3708fa3db30dc11c4718ee37193ef4" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 6bd76fa45..cc720f10f 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Rank": 1, + "Command": "Add-PnPAlert -List \"Demo List\"", "CommandName": "Add-PnPAlert", - "Id": 1, - "Command": "Add-PnPAlert -List \"Demo List\"" + "Rank": 1, + "Id": 1 }, { - "Rank": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", "CommandName": "Add-PnPAlert", - "Id": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" + "Rank": 2, + "Id": 2 }, { - "Rank": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAlert", - "Id": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 3, + "Id": 3 }, { - "Rank": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", "CommandName": "Add-PnPAlert", - "Id": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" + "Rank": 4, + "Id": 4 }, { - "Rank": 1, + "Command": "Add-PnPApp -Path ./myapp.sppkg", "CommandName": "Add-PnPApp", - "Id": 5, - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "Rank": 1, + "Id": 5 }, { - "Rank": 2, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", "CommandName": "Add-PnPApp", - "Id": 6, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "Rank": 2, + "Id": 6 }, { - "Rank": 3, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", "CommandName": "Add-PnPApp", - "Id": 7, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" + "Rank": 3, + "Id": 7 }, { - "Rank": 4, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", "CommandName": "Add-PnPApp", - "Id": 8, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "Rank": 4, + "Id": 8 }, { - "Rank": 1, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", "CommandName": "Add-PnPApplicationCustomizer", - "Id": 9, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" + "Rank": 1, + "Id": 9 }, { - "Rank": 1, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 10, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "Rank": 1, + "Id": 10 }, { - "Rank": 2, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 11, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "Rank": 2, + "Id": 11 }, { - "Rank": 1, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAzureADGroupMember", - "Id": 12, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 12 }, { - "Rank": 2, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPAzureADGroupMember", - "Id": 13, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Id": 13 }, { - "Rank": 3, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "CommandName": "Add-PnPAzureADGroupMember", - "Id": 14, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Rank": 3, + "Id": 14 }, { - "Rank": 1, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 15, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 15 }, { - "Rank": 2, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 16, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Id": 16 }, { - "Rank": 3, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 17, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Rank": 3, + "Id": 17 }, { - "Rank": 1, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 18, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" + "Rank": 1, + "Id": 18 }, { - "Rank": 2, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 19, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" + "Rank": 2, + "Id": 19 }, { - "Rank": 1, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", "CommandName": "Add-PnPBrandCenterFont", - "Id": 20, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" + "Rank": 1, + "Id": 20 }, { - "Rank": 2, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", "CommandName": "Add-PnPBrandCenterFont", - "Id": 21, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" + "Rank": 2, + "Id": 21 }, { - "Rank": 1, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", "CommandName": "Add-PnPBrandCenterFontPackage", - "Id": 22, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" + "Rank": 1, + "Id": 22 }, { - "Rank": 1, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", "CommandName": "Add-PnPContentType", - "Id": 23, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" + "Rank": 1, + "Id": 23 }, { - "Rank": 2, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", "CommandName": "Add-PnPContentType", - "Id": 24, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" + "Rank": 2, + "Id": 24 }, { - "Rank": 3, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", "CommandName": "Add-PnPContentType", - "Id": 25, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" + "Rank": 3, + "Id": 25 }, { - "Rank": 4, + "Command": "Add-PnPContentType -Name \"Project Item\"", "CommandName": "Add-PnPContentType", - "Id": 26, - "Command": "Add-PnPContentType -Name \"Project Item\"" + "Rank": 4, + "Id": 26 }, { - "Rank": 5, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", "CommandName": "Add-PnPContentType", - "Id": 27, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" + "Rank": 5, + "Id": 27 }, { - "Rank": 1, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 28, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "Rank": 1, + "Id": 28 }, { - "Rank": 2, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 29, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" + "Rank": 2, + "Id": 29 }, { - "Rank": 1, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 30, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Rank": 1, + "Id": 30 }, { - "Rank": 2, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 31, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Id": 31 }, { - "Rank": 1, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", "CommandName": "Add-PnPContentTypeToList", - "Id": 32, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" + "Rank": 1, + "Id": 32 }, { - "Rank": 1, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "CommandName": "Add-PnPCustomAction", - "Id": 33, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Rank": 1, + "Id": 33 }, { - "Rank": 1, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 34, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" + "Rank": 1, + "Id": 34 }, { - "Rank": 2, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 35, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" + "Rank": 2, + "Id": 35 }, { - "Rank": 1, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", "CommandName": "Add-PnPDocumentSet", - "Id": 36, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" + "Rank": 1, + "Id": 36 }, { - "Rank": 2, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", "CommandName": "Add-PnPDocumentSet", - "Id": 37, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" + "Rank": 2, + "Id": 37 }, { - "Rank": 1, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", "CommandName": "Add-PnPEventReceiver", - "Id": 38, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" + "Rank": 1, + "Id": 38 }, { - "Rank": 2, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", "CommandName": "Add-PnPEventReceiver", - "Id": 39, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" + "Rank": 2, + "Id": 39 }, { - "Rank": 3, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", "CommandName": "Add-PnPEventReceiver", - "Id": 40, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" + "Rank": 3, + "Id": 40 }, { - "Rank": 4, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", "CommandName": "Add-PnPEventReceiver", - "Id": 41, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" + "Rank": 4, + "Id": 41 }, { - "Rank": 1, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", "CommandName": "Add-PnPField", - "Id": 42, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" + "Rank": 1, + "Id": 42 }, { - "Rank": 2, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", "CommandName": "Add-PnPField", - "Id": 43, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" + "Rank": 2, + "Id": 43 }, { - "Rank": 3, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", "CommandName": "Add-PnPField", - "Id": 44, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" + "Rank": 3, + "Id": 44 }, { - "Rank": 4, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", "CommandName": "Add-PnPField", - "Id": 45, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "Rank": 4, + "Id": 45 }, { - "Rank": 5, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", "CommandName": "Add-PnPField", - "Id": 46, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" + "Rank": 5, + "Id": 46 }, { - "Rank": 6, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", "CommandName": "Add-PnPField", - "Id": 47, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" + "Rank": 6, + "Id": 47 }, { - "Rank": 1, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "CommandName": "Add-PnPFieldToContentType", - "Id": 48, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Rank": 1, + "Id": 48 }, { - "Rank": 1, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", "CommandName": "Add-PnPFile", - "Id": 49, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" + "Rank": 1, + "Id": 49 }, { - "Rank": 2, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", "CommandName": "Add-PnPFile", - "Id": 50, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" + "Rank": 2, + "Id": 50 }, { - "Rank": 3, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Id": 51, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" + "Rank": 3, + "Id": 51 }, { - "Rank": 4, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Id": 52, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" + "Rank": 4, + "Id": 52 }, { - "Rank": 5, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Id": 53, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" + "Rank": 5, + "Id": 53 }, { - "Rank": 6, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", "CommandName": "Add-PnPFile", - "Id": 54, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" + "Rank": 6, + "Id": 54 }, { - "Rank": 7, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", "CommandName": "Add-PnPFile", - "Id": 55, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" + "Rank": 7, + "Id": 55 }, { - "Rank": 8, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", "CommandName": "Add-PnPFile", - "Id": 56, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" + "Rank": 8, + "Id": 56 }, { - "Rank": 1, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 57, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Id": 57 }, { - "Rank": 2, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 58, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" + "Rank": 2, + "Id": 58 }, { - "Rank": 3, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 59, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" + "Rank": 3, + "Id": 59 }, { - "Rank": 1, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 60, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Id": 60 }, { - "Rank": 2, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 61, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" + "Rank": 2, + "Id": 61 }, { - "Rank": 1, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 62, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Rank": 1, + "Id": 62 }, { - "Rank": 2, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 63, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Rank": 2, + "Id": 63 }, { - "Rank": 1, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "CommandName": "Add-PnPFileSharingInvite", - "Id": 64, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Rank": 1, + "Id": 64 }, { - "Rank": 2, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "CommandName": "Add-PnPFileSharingInvite", - "Id": 65, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Rank": 2, + "Id": 65 }, { - "Rank": 3, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "CommandName": "Add-PnPFileSharingInvite", - "Id": 66, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Rank": 3, + "Id": 66 }, { - "Rank": 1, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 67, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" + "Rank": 1, + "Id": 67 }, { - "Rank": 2, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 68, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" + "Rank": 2, + "Id": 68 }, { - "Rank": 3, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 69, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" + "Rank": 3, + "Id": 69 }, { - "Rank": 4, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 70, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" + "Rank": 4, + "Id": 70 }, { - "Rank": 5, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 71, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" + "Rank": 5, + "Id": 71 }, { - "Rank": 1, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFileUserSharingLink", - "Id": 72, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 72 }, { - "Rank": 2, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFileUserSharingLink", - "Id": 73, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 2, + "Id": 73 }, { - "Rank": 1, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", "CommandName": "Add-PnPFlowOwner", - "Id": 74, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" + "Rank": 1, + "Id": 74 }, { - "Rank": 2, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", "CommandName": "Add-PnPFlowOwner", - "Id": 75, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" + "Rank": 2, + "Id": 75 }, { - "Rank": 3, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", "CommandName": "Add-PnPFlowOwner", - "Id": 76, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" + "Rank": 3, + "Id": 76 }, { - "Rank": 4, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", "CommandName": "Add-PnPFlowOwner", - "Id": 77, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" + "Rank": 4, + "Id": 77 }, { - "Rank": 1, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "CommandName": "Add-PnPFolder", - "Id": 78, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Id": 78 }, { - "Rank": 2, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", "CommandName": "Add-PnPFolder", - "Id": 79, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "Rank": 2, + "Id": 79 }, { - "Rank": 3, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", "CommandName": "Add-PnPFolder", - "Id": 80, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" + "Rank": 3, + "Id": 80 }, { - "Rank": 1, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 81, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Id": 81 }, { - "Rank": 2, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 82, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" + "Rank": 2, + "Id": 82 }, { - "Rank": 3, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 83, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" + "Rank": 3, + "Id": 83 }, { - "Rank": 1, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 84, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Id": 84 }, { - "Rank": 2, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 85, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" + "Rank": 2, + "Id": 85 }, { - "Rank": 1, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "CommandName": "Add-PnPFolderSharingInvite", - "Id": 86, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Rank": 1, + "Id": 86 }, { - "Rank": 2, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "CommandName": "Add-PnPFolderSharingInvite", - "Id": 87, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Rank": 2, + "Id": 87 }, { - "Rank": 3, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "CommandName": "Add-PnPFolderSharingInvite", - "Id": 88, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Rank": 3, + "Id": 88 }, { - "Rank": 1, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 89, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 89 }, { - "Rank": 2, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 90, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 2, + "Id": 90 }, { - "Rank": 1, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "CommandName": "Add-PnPGroupMember", - "Id": 91, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Rank": 1, + "Id": 91 }, { - "Rank": 2, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", "CommandName": "Add-PnPGroupMember", - "Id": 92, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" + "Rank": 2, + "Id": 92 }, { - "Rank": 1, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "CommandName": "Add-PnPHomeSite", - "Id": 93, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Rank": 1, + "Id": 93 }, { - "Rank": 1, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Id": 94, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Rank": 1, + "Id": 94 }, { - "Rank": 1, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", "CommandName": "Add-PnPHubSiteAssociation", - "Id": 95, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" + "Rank": 1, + "Id": 95 }, { - "Rank": 1, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", "CommandName": "Add-PnPHubToHubAssociation", - "Id": 96, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" + "Rank": 1, + "Id": 96 }, { - "Rank": 2, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", "CommandName": "Add-PnPHubToHubAssociation", - "Id": 97, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" + "Rank": 2, + "Id": 97 }, { - "Rank": 3, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", "CommandName": "Add-PnPHubToHubAssociation", - "Id": 98, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" + "Rank": 3, + "Id": 98 }, { - "Rank": 1, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", "CommandName": "Add-PnPJavaScriptBlock", - "Id": 99, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" + "Rank": 1, + "Id": 99 }, { - "Rank": 2, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", "CommandName": "Add-PnPJavaScriptBlock", - "Id": 100, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "Rank": 2, + "Id": 100 }, { - "Rank": 1, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", "CommandName": "Add-PnPJavaScriptLink", - "Id": 101, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" + "Rank": 1, + "Id": 101 }, { - "Rank": 2, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", "CommandName": "Add-PnPJavaScriptLink", - "Id": 102, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" + "Rank": 2, + "Id": 102 }, { - "Rank": 1, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", "CommandName": "Add-PnPListDesign", - "Id": 103, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" + "Rank": 1, + "Id": 103 }, { - "Rank": 2, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", "CommandName": "Add-PnPListDesign", - "Id": 104, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" + "Rank": 2, + "Id": 104 }, { - "Rank": 1, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 105, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "Rank": 1, + "Id": 105 }, { - "Rank": 2, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 106, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" + "Rank": 2, + "Id": 106 }, { - "Rank": 3, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 107, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" + "Rank": 3, + "Id": 107 }, { - "Rank": 1, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Add-PnPListItem", - "Id": 108, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 1, + "Id": 108 }, { - "Rank": 2, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Add-PnPListItem", - "Id": 109, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 2, + "Id": 109 }, { - "Rank": 3, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", "CommandName": "Add-PnPListItem", - "Id": 110, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" + "Rank": 3, + "Id": 110 }, { - "Rank": 4, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", "CommandName": "Add-PnPListItem", - "Id": 111, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" + "Rank": 4, + "Id": 111 }, { - "Rank": 5, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", "CommandName": "Add-PnPListItem", - "Id": 112, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" + "Rank": 5, + "Id": 112 }, { - "Rank": 1, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", "CommandName": "Add-PnPListItemAttachment", - "Id": 113, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" + "Rank": 1, + "Id": 113 }, { - "Rank": 2, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", "CommandName": "Add-PnPListItemAttachment", - "Id": 114, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" + "Rank": 2, + "Id": 114 }, { - "Rank": 3, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", "CommandName": "Add-PnPListItemAttachment", - "Id": 115, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" + "Rank": 3, + "Id": 115 }, { - "Rank": 1, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", "CommandName": "Add-PnPListItemComment", - "Id": 116, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" + "Rank": 1, + "Id": 116 }, { - "Rank": 1, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", "CommandName": "Add-PnPMasterPage", - "Id": 117, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" + "Rank": 1, + "Id": 117 }, { - "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 118, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 118 }, { - "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 119, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Id": 119 }, { - "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 120, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 120 }, { - "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 121, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Rank": 2, + "Id": 121 }, { - "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 122, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" + "Rank": 1, + "Id": 122 }, { - "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 123, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" + "Rank": 2, + "Id": 123 }, { - "Rank": 3, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 124, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" + "Rank": 3, + "Id": 124 }, { - "Rank": 1, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", "CommandName": "Add-PnPNavigationNode", - "Id": 125, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" + "Rank": 1, + "Id": 125 }, { - "Rank": 2, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", "CommandName": "Add-PnPNavigationNode", - "Id": 126, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" + "Rank": 2, + "Id": 126 }, { - "Rank": 3, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", "CommandName": "Add-PnPNavigationNode", - "Id": 127, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" + "Rank": 3, + "Id": 127 }, { - "Rank": 4, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", "CommandName": "Add-PnPNavigationNode", - "Id": 128, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" + "Rank": 4, + "Id": 128 }, { - "Rank": 5, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", "CommandName": "Add-PnPNavigationNode", - "Id": 129, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" + "Rank": 5, + "Id": 129 }, { - "Rank": 6, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", "CommandName": "Add-PnPNavigationNode", - "Id": 130, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" + "Rank": 6, + "Id": 130 }, { - "Rank": 7, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", "CommandName": "Add-PnPNavigationNode", - "Id": 131, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" + "Rank": 7, + "Id": 131 }, { - "Rank": 8, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", "CommandName": "Add-PnPNavigationNode", - "Id": 132, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" + "Rank": 8, + "Id": 132 }, { - "Rank": 1, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 133, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" + "Rank": 1, + "Id": 133 }, { - "Rank": 2, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 134, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Rank": 2, + "Id": 134 }, { - "Rank": 3, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 135, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" + "Rank": 3, + "Id": 135 }, { - "Rank": 1, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", "CommandName": "Add-PnPOrgNewsSite", - "Id": 136, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" + "Rank": 1, + "Id": 136 }, { - "Rank": 1, + "Command": "Add-PnPPage -Name \"NewPage\"", "CommandName": "Add-PnPPage", - "Id": 137, - "Command": "Add-PnPPage -Name \"NewPage\"" + "Rank": 1, + "Id": 137 }, { - "Rank": 2, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", "CommandName": "Add-PnPPage", - "Id": 138, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" + "Rank": 2, + "Id": 138 }, { - "Rank": 3, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", "CommandName": "Add-PnPPage", - "Id": 139, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "Rank": 3, + "Id": 139 }, { - "Rank": 4, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", "CommandName": "Add-PnPPage", - "Id": 140, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "Rank": 4, + "Id": 140 }, { - "Rank": 5, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", "CommandName": "Add-PnPPage", - "Id": 141, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "Rank": 5, + "Id": 141 }, { - "Rank": 6, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", "CommandName": "Add-PnPPage", - "Id": 142, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "Rank": 6, + "Id": 142 }, { - "Rank": 7, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", "CommandName": "Add-PnPPage", - "Id": 143, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" + "Rank": 7, + "Id": 143 }, { - "Rank": 8, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", "CommandName": "Add-PnPPage", - "Id": 144, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "Rank": 8, + "Id": 144 }, { - "Rank": 9, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", "CommandName": "Add-PnPPage", - "Id": 145, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Id": 145 }, { - "Rank": 10, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", "CommandName": "Add-PnPPage", - "Id": 146, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Rank": 10, + "Id": 146 }, { - "Rank": 1, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", "CommandName": "Add-PnPPageImageWebPart", - "Id": 147, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" + "Rank": 1, + "Id": 147 }, { - "Rank": 2, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", "CommandName": "Add-PnPPageImageWebPart", - "Id": 148, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" + "Rank": 2, + "Id": 148 }, { - "Rank": 1, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", "CommandName": "Add-PnPPageSection", - "Id": 149, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "Rank": 1, + "Id": 149 }, { - "Rank": 2, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", "CommandName": "Add-PnPPageSection", - "Id": 150, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" + "Rank": 2, + "Id": 150 }, { - "Rank": 1, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", "CommandName": "Add-PnPPageTextPart", - "Id": 151, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "Rank": 1, + "Id": 151 }, { - "Rank": 2, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", "CommandName": "Add-PnPPageTextPart", - "Id": 152, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" + "Rank": 2, + "Id": 152 }, { - "Rank": 3, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", "CommandName": "Add-PnPPageTextPart", - "Id": 153, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" + "Rank": 3, + "Id": 153 }, { - "Rank": 1, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", "CommandName": "Add-PnPPageWebPart", - "Id": 154, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "Rank": 1, + "Id": 154 }, { - "Rank": 2, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", "CommandName": "Add-PnPPageWebPart", - "Id": 155, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "Rank": 2, + "Id": 155 }, { - "Rank": 3, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", "CommandName": "Add-PnPPageWebPart", - "Id": 156, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" + "Rank": 3, + "Id": 156 }, { - "Rank": 1, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", "CommandName": "Add-PnPPlannerBucket", - "Id": 157, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" + "Rank": 1, + "Id": 157 }, { - "Rank": 2, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", "CommandName": "Add-PnPPlannerBucket", - "Id": 158, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" + "Rank": 2, + "Id": 158 }, { - "Rank": 1, + "Command": "Add-PnPPlannerRoster", "CommandName": "Add-PnPPlannerRoster", - "Id": 159, - "Command": "Add-PnPPlannerRoster" + "Rank": 1, + "Id": 159 }, { - "Rank": 1, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPPlannerRosterMember", - "Id": 160, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 160 }, { - "Rank": 1, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Id": 161, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 1, + "Id": 161 }, { - "Rank": 2, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Id": 162, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 2, + "Id": 162 }, { - "Rank": 3, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Id": 163, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Rank": 3, + "Id": 163 }, { - "Rank": 1, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "CommandName": "Add-PnPPublishingImageRendition", - "Id": 164, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Rank": 1, + "Id": 164 }, { - "Rank": 1, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", "CommandName": "Add-PnPPublishingPage", - "Id": 165, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" + "Rank": 1, + "Id": 165 }, { - "Rank": 2, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", "CommandName": "Add-PnPPublishingPage", - "Id": 166, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" + "Rank": 2, + "Id": 166 }, { - "Rank": 1, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "CommandName": "Add-PnPPublishingPageLayout", - "Id": 167, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Rank": 1, + "Id": 167 }, { - "Rank": 1, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", "CommandName": "Add-PnPRoleDefinition", - "Id": 168, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "Rank": 1, + "Id": 168 }, { - "Rank": 2, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", "CommandName": "Add-PnPRoleDefinition", - "Id": 169, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" + "Rank": 2, + "Id": 169 }, { - "Rank": 3, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", "CommandName": "Add-PnPRoleDefinition", - "Id": 170, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" + "Rank": 3, + "Id": 170 }, { - "Rank": 1, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 171, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 171 }, { - "Rank": 2, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 172, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 2, + "Id": 172 }, { - "Rank": 3, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 173, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" + "Rank": 3, + "Id": 173 }, { - "Rank": 1, + "Command": "Add-PnPSiteCollectionAppCatalog", "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 174, - "Command": "Add-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Id": 174 }, { - "Rank": 2, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 175, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Rank": 2, + "Id": 175 }, { - "Rank": 1, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", "CommandName": "Add-PnPSiteDesign", - "Id": 176, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" + "Rank": 1, + "Id": 176 }, { - "Rank": 2, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", "CommandName": "Add-PnPSiteDesign", - "Id": 177, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" + "Rank": 2, + "Id": 177 }, { - "Rank": 3, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "CommandName": "Add-PnPSiteDesign", - "Id": 178, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Rank": 3, + "Id": 178 }, { - "Rank": 1, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 179, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" + "Rank": 1, + "Id": 179 }, { - "Rank": 2, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 180, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Rank": 2, + "Id": 180 }, { - "Rank": 3, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 181, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" + "Rank": 3, + "Id": 181 }, { - "Rank": 1, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", "CommandName": "Add-PnPSiteDesignTask", - "Id": 182, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" + "Rank": 1, + "Id": 182 }, { - "Rank": 2, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "CommandName": "Add-PnPSiteDesignTask", - "Id": 183, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Rank": 2, + "Id": 183 }, { - "Rank": 1, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", "CommandName": "Add-PnPSiteScript", - "Id": 184, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" + "Rank": 1, + "Id": 184 }, { - "Rank": 1, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", "CommandName": "Add-PnPSiteScriptPackage", - "Id": 185, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" + "Rank": 1, + "Id": 185 }, { - "Rank": 1, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", "CommandName": "Add-PnPSiteTemplate", - "Id": 186, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "Rank": 1, + "Id": 186 }, { - "Rank": 1, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", "CommandName": "Add-PnPStoredCredential", - "Id": 187, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" + "Rank": 1, + "Id": 187 }, { - "Rank": 2, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "CommandName": "Add-PnPStoredCredential", - "Id": 188, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Rank": 2, + "Id": 188 }, { - "Rank": 3, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", "CommandName": "Add-PnPStoredCredential", - "Id": 189, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" + "Rank": 3, + "Id": 189 }, { - "Rank": 1, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", "CommandName": "Add-PnPTaxonomyField", - "Id": 190, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" + "Rank": 1, + "Id": 190 }, { - "Rank": 2, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", "CommandName": "Add-PnPTaxonomyField", - "Id": 191, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" + "Rank": 2, + "Id": 191 }, { - "Rank": 1, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", "CommandName": "Add-PnPTeamsChannel", - "Id": 192, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" + "Rank": 1, + "Id": 192 }, { - "Rank": 2, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", "CommandName": "Add-PnPTeamsChannel", - "Id": 193, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" + "Rank": 2, + "Id": 193 }, { - "Rank": 3, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", "CommandName": "Add-PnPTeamsChannel", - "Id": 194, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" + "Rank": 3, + "Id": 194 }, { - "Rank": 4, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", "CommandName": "Add-PnPTeamsChannel", - "Id": 195, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" + "Rank": 4, + "Id": 195 }, { - "Rank": 1, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", "CommandName": "Add-PnpTeamsChannelUser", - "Id": 196, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" + "Rank": 1, + "Id": 196 }, { - "Rank": 2, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", "CommandName": "Add-PnpTeamsChannelUser", - "Id": 197, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" + "Rank": 2, + "Id": 197 }, { - "Rank": 1, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", "CommandName": "Add-PnPTeamsTab", - "Id": 198, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" + "Rank": 1, + "Id": 198 }, { - "Rank": 2, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", "CommandName": "Add-PnPTeamsTab", - "Id": 199, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" + "Rank": 2, + "Id": 199 }, { - "Rank": 3, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", "CommandName": "Add-PnPTeamsTab", - "Id": 200, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" + "Rank": 3, + "Id": 200 }, { - "Rank": 4, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", "CommandName": "Add-PnPTeamsTab", - "Id": 201, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" + "Rank": 4, + "Id": 201 }, { - "Rank": 1, + "Command": "Add-PnPTeamsTeam", "CommandName": "Add-PnPTeamsTeam", - "Id": 202, - "Command": "Add-PnPTeamsTeam" + "Rank": 1, + "Id": 202 }, { - "Rank": 1, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Add-PnPTeamsUser", - "Id": 203, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 1, + "Id": 203 }, { - "Rank": 2, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "CommandName": "Add-PnPTeamsUser", - "Id": 204, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Rank": 2, + "Id": 204 }, { - "Rank": 3, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", "CommandName": "Add-PnPTeamsUser", - "Id": 205, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" + "Rank": 3, + "Id": 205 }, { - "Rank": 4, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", "CommandName": "Add-PnPTeamsUser", - "Id": 206, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" + "Rank": 4, + "Id": 206 }, { - "Rank": 1, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "CommandName": "Add-PnPTenantCdnOrigin", - "Id": 207, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Rank": 1, + "Id": 207 }, { - "Rank": 1, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 208, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Rank": 1, + "Id": 208 }, { - "Rank": 2, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 209, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Rank": 2, + "Id": 209 }, { - "Rank": 3, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 210, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Rank": 3, + "Id": 210 }, { - "Rank": 1, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", "CommandName": "Add-PnPTenantSequence", - "Id": 211, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "Rank": 1, + "Id": 211 }, { - "Rank": 1, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", "CommandName": "Add-PnPTenantSequenceSite", - "Id": 212, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "Rank": 1, + "Id": 212 }, { - "Rank": 1, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", "CommandName": "Add-PnPTenantSequenceSubSite", - "Id": 213, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "Rank": 1, + "Id": 213 }, { - "Rank": 1, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", "CommandName": "Add-PnPTermToTerm", - "Id": 214, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "Rank": 1, + "Id": 214 }, { - "Rank": 1, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", "CommandName": "Add-PnPView", - "Id": 215, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" + "Rank": 1, + "Id": 215 }, { - "Rank": 2, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", "CommandName": "Add-PnPView", - "Id": 216, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" + "Rank": 2, + "Id": 216 }, { - "Rank": 3, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", "CommandName": "Add-PnPView", - "Id": 217, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" + "Rank": 3, + "Id": 217 }, { - "Rank": 1, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 218, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 1, + "Id": 218 }, { - "Rank": 2, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 219, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 2, + "Id": 219 }, { - "Rank": 3, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 220, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Rank": 3, + "Id": 220 }, { - "Rank": 1, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", "CommandName": "Add-PnPWebhookSubscription", - "Id": 221, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Rank": 1, + "Id": 221 }, { - "Rank": 2, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "CommandName": "Add-PnPWebhookSubscription", - "Id": 222, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Rank": 2, + "Id": 222 }, { - "Rank": 3, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", "CommandName": "Add-PnPWebhookSubscription", - "Id": 223, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" + "Rank": 3, + "Id": 223 }, { - "Rank": 1, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 224, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" + "Rank": 1, + "Id": 224 }, { - "Rank": 2, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 225, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" + "Rank": 2, + "Id": 225 }, { - "Rank": 1, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 226, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" + "Rank": 1, + "Id": 226 }, { - "Rank": 2, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 227, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" + "Rank": 2, + "Id": 227 }, { - "Rank": 1, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", "CommandName": "Add-PnPWikiPage", - "Id": 228, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" + "Rank": 1, + "Id": 228 }, { - "Rank": 1, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", "CommandName": "Clear-PnPAzureADGroupMember", - "Id": 229, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "Rank": 1, + "Id": 229 }, { - "Rank": 1, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", "CommandName": "Clear-PnPAzureADGroupOwner", - "Id": 230, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Id": 230 }, { - "Rank": 1, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 231, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "Rank": 1, + "Id": 231 }, { - "Rank": 2, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 232, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" + "Rank": 2, + "Id": 232 }, { - "Rank": 1, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", "CommandName": "Clear-PnPListItemAsRecord", - "Id": 233, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Id": 233 }, { - "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Id": 234, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "Rank": 1, + "Id": 234 }, { - "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Id": 235, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "Rank": 1, + "Id": 235 }, { - "Rank": 1, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "CommandName": "Clear-PnpRecycleBinItem", - "Id": 236, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Rank": 1, + "Id": 236 }, { - "Rank": 2, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", "CommandName": "Clear-PnpRecycleBinItem", - "Id": 237, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "Rank": 2, + "Id": 237 }, { - "Rank": 3, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", "CommandName": "Clear-PnpRecycleBinItem", - "Id": 238, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "Rank": 3, + "Id": 238 }, { - "Rank": 1, + "Command": "Clear-PnPTenantAppCatalogUrl", "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Id": 239, - "Command": "Clear-PnPTenantAppCatalogUrl" + "Rank": 1, + "Id": 239 }, { - "Rank": 1, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 240, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Id": 240 }, { - "Rank": 2, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 241, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Rank": 2, + "Id": 241 }, { - "Rank": 1, + "Command": "Clear-PnPTraceLog", "CommandName": "Clear-PnPTraceLog", - "Id": 242, - "Command": "Clear-PnPTraceLog" + "Rank": 1, + "Id": 242 }, { - "Rank": 1, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", "CommandName": "Connect-PnPOnline", - "Id": 243, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" + "Rank": 1, + "Id": 243 }, { - "Rank": 1, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", "CommandName": "Convert-PnPFile", - "Id": 244, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" + "Rank": 1, + "Id": 244 }, { - "Rank": 2, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", "CommandName": "Convert-PnPFile", - "Id": 245, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" + "Rank": 2, + "Id": 245 }, { - "Rank": 3, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", "CommandName": "Convert-PnPFile", - "Id": 246, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" + "Rank": 3, + "Id": 246 }, { - "Rank": 4, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", "CommandName": "Convert-PnPFile", - "Id": 247, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" + "Rank": 4, + "Id": 247 }, { - "Rank": 5, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", "CommandName": "Convert-PnPFile", - "Id": 248, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" + "Rank": 5, + "Id": 248 }, { - "Rank": 6, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", "CommandName": "Convert-PnPFile", - "Id": 249, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" + "Rank": 6, + "Id": 249 }, { - "Rank": 7, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", "CommandName": "Convert-PnPFile", - "Id": 250, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" + "Rank": 7, + "Id": 250 }, { - "Rank": 1, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 251, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "Rank": 1, + "Id": 251 }, { - "Rank": 2, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 252, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" + "Rank": 2, + "Id": 252 }, { - "Rank": 1, + "Command": "Convert-PnPSiteTemplate -Path template.xml", "CommandName": "Convert-PnPSiteTemplate", - "Id": 253, - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "Rank": 1, + "Id": 253 }, { - "Rank": 2, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", "CommandName": "Convert-PnPSiteTemplate", - "Id": 254, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" + "Rank": 2, + "Id": 254 }, { - "Rank": 3, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", "CommandName": "Convert-PnPSiteTemplate", - "Id": 255, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" + "Rank": 3, + "Id": 255 }, { - "Rank": 1, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 256, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "Rank": 1, + "Id": 256 }, { - "Rank": 2, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 257, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" + "Rank": 2, + "Id": 257 }, { - "Rank": 1, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Id": 258, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "Rank": 1, + "Id": 258 }, { - "Rank": 2, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", "CommandName": "ConvertTo-PnPPage", - "Id": 259, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" + "Rank": 2, + "Id": 259 }, { - "Rank": 3, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", "CommandName": "ConvertTo-PnPPage", - "Id": 260, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "Rank": 3, + "Id": 260 }, { - "Rank": 4, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", "CommandName": "ConvertTo-PnPPage", - "Id": 261, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "Rank": 4, + "Id": 261 }, { - "Rank": 5, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Id": 262, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 5, + "Id": 262 }, { - "Rank": 6, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", "CommandName": "ConvertTo-PnPPage", - "Id": 263, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" + "Rank": 6, + "Id": 263 }, { - "Rank": 7, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Id": 264, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" + "Rank": 7, + "Id": 264 }, { - "Rank": 8, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Id": 265, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "Rank": 8, + "Id": 265 }, { - "Rank": 9, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Id": 266, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 9, + "Id": 266 }, { - "Rank": 10, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Id": 267, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" + "Rank": 10, + "Id": 267 }, { - "Rank": 11, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", "CommandName": "ConvertTo-PnPPage", - "Id": 268, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" + "Rank": 11, + "Id": 268 }, { - "Rank": 12, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Id": 269, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 12, + "Id": 269 }, { - "Rank": 13, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Id": 270, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Rank": 13, + "Id": 270 }, { - "Rank": 14, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", "CommandName": "ConvertTo-PnPPage", - "Id": 271, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" + "Rank": 14, + "Id": 271 }, { - "Rank": 1, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Id": 272, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 1, + "Id": 272 }, { - "Rank": 2, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "CommandName": "Copy-PnPFile", - "Id": 273, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Rank": 2, + "Id": 273 }, { - "Rank": 3, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "CommandName": "Copy-PnPFile", - "Id": 274, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Rank": 3, + "Id": 274 }, { - "Rank": 4, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Id": 275, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 4, + "Id": 275 }, { - "Rank": 5, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "CommandName": "Copy-PnPFile", - "Id": 276, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Rank": 5, + "Id": 276 }, { - "Rank": 6, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "CommandName": "Copy-PnPFile", - "Id": 277, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Rank": 6, + "Id": 277 }, { - "Rank": 7, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "CommandName": "Copy-PnPFile", - "Id": 278, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Rank": 7, + "Id": 278 }, { - "Rank": 8, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Id": 279, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 8, + "Id": 279 }, { - "Rank": 9, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Id": 280, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Rank": 9, + "Id": 280 }, { - "Rank": 10, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "CommandName": "Copy-PnPFile", - "Id": 281, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Rank": 10, + "Id": 281 }, { - "Rank": 1, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Id": 282, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 1, + "Id": 282 }, { - "Rank": 2, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "CommandName": "Copy-PnPFolder", - "Id": 283, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Rank": 2, + "Id": 283 }, { - "Rank": 3, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "CommandName": "Copy-PnPFolder", - "Id": 284, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Rank": 3, + "Id": 284 }, { - "Rank": 4, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Id": 285, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 4, + "Id": 285 }, { - "Rank": 5, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "CommandName": "Copy-PnPFolder", - "Id": 286, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Rank": 5, + "Id": 286 }, { - "Rank": 6, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "CommandName": "Copy-PnPFolder", - "Id": 287, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Rank": 6, + "Id": 287 }, { - "Rank": 7, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "CommandName": "Copy-PnPFolder", - "Id": 288, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Rank": 7, + "Id": 288 }, { - "Rank": 8, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Id": 289, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Rank": 8, + "Id": 289 }, { - "Rank": 9, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Id": 290, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Rank": 9, + "Id": 290 }, { - "Rank": 10, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "CommandName": "Copy-PnPFolder", - "Id": 291, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Rank": 10, + "Id": 291 }, { - "Rank": 11, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", "CommandName": "Copy-PnPFolder", - "Id": 292, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" + "Rank": 11, + "Id": 292 }, { - "Rank": 1, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", "CommandName": "Copy-PnPItemProxy", - "Id": 293, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" + "Rank": 1, + "Id": 293 }, { - "Rank": 1, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", "CommandName": "Copy-PnPList", - "Id": 294, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" + "Rank": 1, + "Id": 294 }, { - "Rank": 2, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", "CommandName": "Copy-PnPList", - "Id": 295, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" + "Rank": 2, + "Id": 295 }, { - "Rank": 3, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", "CommandName": "Copy-PnPList", - "Id": 296, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" + "Rank": 3, + "Id": 296 }, { - "Rank": 4, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", "CommandName": "Copy-PnPList", - "Id": 297, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" + "Rank": 4, + "Id": 297 }, { - "Rank": 1, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "CommandName": "Copy-PnPPage", - "Id": 298, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Rank": 1, + "Id": 298 }, { - "Rank": 1, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", "CommandName": "Copy-PnPTeamsTeam", - "Id": 299, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" + "Rank": 1, + "Id": 299 }, { - "Rank": 2, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", "CommandName": "Copy-PnPTeamsTeam", - "Id": 300, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" + "Rank": 2, + "Id": 300 }, { - "Rank": 3, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "CommandName": "Copy-PnPTeamsTeam", - "Id": 301, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Rank": 3, + "Id": 301 }, { - "Rank": 4, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "CommandName": "Copy-PnPTeamsTeam", - "Id": 302, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Rank": 4, + "Id": 302 }, { - "Rank": 1, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Disable-PnPFeature", - "Id": 303, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 303 }, { - "Rank": 2, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "CommandName": "Disable-PnPFeature", - "Id": 304, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Rank": 2, + "Id": 304 }, { - "Rank": 3, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "CommandName": "Disable-PnPFeature", - "Id": 305, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Rank": 3, + "Id": 305 }, { - "Rank": 1, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Disable-PnPFlow", - "Id": 306, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Id": 306 }, { - "Rank": 2, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Disable-PnPFlow", - "Id": 307, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Id": 307 }, { - "Rank": 1, + "Command": "Disable-PnPPageScheduling", "CommandName": "Disable-PnPPageScheduling", - "Id": 308, - "Command": "Disable-PnPPageScheduling" + "Rank": 1, + "Id": 308 }, { - "Rank": 1, + "Command": "Disable-PnPPowerShellTelemetry", "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 309, - "Command": "Disable-PnPPowerShellTelemetry" + "Rank": 1, + "Id": 309 }, { - "Rank": 2, + "Command": "Disable-PnPPowerShellTelemetry -Force", "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 310, - "Command": "Disable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Id": 310 }, { - "Rank": 1, + "Command": "Disable-PnPSharingForNonOwnersOfSite", "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 311, - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Id": 311 }, { - "Rank": 1, + "Command": "Disable-PnPSiteClassification", "CommandName": "Disable-PnPSiteClassification", - "Id": 312, - "Command": "Disable-PnPSiteClassification" + "Rank": 1, + "Id": 312 }, { - "Rank": 1, + "Command": "Disconnect-PnPOnline", "CommandName": "Disconnect-PnPOnline", - "Id": 313, - "Command": "Disconnect-PnPOnline" + "Rank": 1, + "Id": 313 }, { - "Rank": 1, + "Command": "Enable-PnPCommSite", "CommandName": "Enable-PnPCommSite", - "Id": 314, - "Command": "Enable-PnPCommSite" + "Rank": 1, + "Id": 314 }, { - "Rank": 2, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", "CommandName": "Enable-PnPCommSite", - "Id": 315, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" + "Rank": 2, + "Id": 315 }, { - "Rank": 1, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Enable-PnPFeature", - "Id": 316, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 316 }, { - "Rank": 2, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "CommandName": "Enable-PnPFeature", - "Id": 317, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Rank": 2, + "Id": 317 }, { - "Rank": 3, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "CommandName": "Enable-PnPFeature", - "Id": 318, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Rank": 3, + "Id": 318 }, { - "Rank": 1, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Enable-PnPFlow", - "Id": 319, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Id": 319 }, { - "Rank": 2, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Enable-PnPFlow", - "Id": 320, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Id": 320 }, { - "Rank": 1, + "Command": "Enable-PnPPageScheduling", "CommandName": "Enable-PnPPageScheduling", - "Id": 321, - "Command": "Enable-PnPPageScheduling" + "Rank": 1, + "Id": 321 }, { - "Rank": 1, + "Command": "Enable-PnPPowerShellTelemetry", "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 322, - "Command": "Enable-PnPPowerShellTelemetry" + "Rank": 1, + "Id": 322 }, { - "Rank": 2, + "Command": "Enable-PnPPowerShellTelemetry -Force", "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 323, - "Command": "Enable-PnPPowerShellTelemetry -Force" + "Rank": 2, + "Id": 323 }, { - "Rank": 1, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 324, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" + "Rank": 1, + "Id": 324 }, { - "Rank": 2, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 325, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" + "Rank": 2, + "Id": 325 }, { - "Rank": 3, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 326, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" + "Rank": 3, + "Id": 326 }, { - "Rank": 4, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 327, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" + "Rank": 4, + "Id": 327 }, { - "Rank": 1, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", "CommandName": "Enable-PnPSiteClassification", - "Id": 328, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" + "Rank": 1, + "Id": 328 }, { - "Rank": 2, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", "CommandName": "Enable-PnPSiteClassification", - "Id": 329, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Rank": 2, + "Id": 329 }, { - "Rank": 1, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Export-PnPFlow", - "Id": 330, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Id": 330 }, { - "Rank": 2, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Export-PnPFlow", - "Id": 331, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Id": 331 }, { - "Rank": 1, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", "CommandName": "Export-PnPListToSiteTemplate", - "Id": 332, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "Rank": 1, + "Id": 332 }, { - "Rank": 2, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", "CommandName": "Export-PnPListToSiteTemplate", - "Id": 333, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" + "Rank": 2, + "Id": 333 }, { - "Rank": 1, + "Command": "Export-PnPPage -Identity Home.aspx", "CommandName": "Export-PnPPage", - "Id": 334, - "Command": "Export-PnPPage -Identity Home.aspx" + "Rank": 1, + "Id": 334 }, { - "Rank": 2, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", "CommandName": "Export-PnPPage", - "Id": 335, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" + "Rank": 2, + "Id": 335 }, { - "Rank": 1, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Id": 336, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" + "Rank": 1, + "Id": 336 }, { - "Rank": 2, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Id": 337, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" + "Rank": 2, + "Id": 337 }, { - "Rank": 3, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Id": 338, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" + "Rank": 3, + "Id": 338 }, { - "Rank": 1, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", "CommandName": "Export-PnPPowerApp", - "Id": 339, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" + "Rank": 1, + "Id": 339 }, { - "Rank": 2, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", "CommandName": "Export-PnPPowerApp", - "Id": 340, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" + "Rank": 2, + "Id": 340 }, { - "Rank": 1, + "Command": "Export-PnPTaxonomy", "CommandName": "Export-PnPTaxonomy", - "Id": 341, - "Command": "Export-PnPTaxonomy" + "Rank": 1, + "Id": 341 }, { - "Rank": 2, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", "CommandName": "Export-PnPTaxonomy", - "Id": 342, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "Rank": 2, + "Id": 342 }, { - "Rank": 3, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", "CommandName": "Export-PnPTaxonomy", - "Id": 343, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" + "Rank": 3, + "Id": 343 }, { - "Rank": 4, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", "CommandName": "Export-PnPTaxonomy", - "Id": 344, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" + "Rank": 4, + "Id": 344 }, { - "Rank": 1, + "Command": "Export-PnPTermGroupToXml", "CommandName": "Export-PnPTermGroupToXml", - "Id": 345, - "Command": "Export-PnPTermGroupToXml" + "Rank": 1, + "Id": 345 }, { - "Rank": 2, + "Command": "Export-PnPTermGroupToXml -Out output.xml", "CommandName": "Export-PnPTermGroupToXml", - "Id": 346, - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "Rank": 2, + "Id": 346 }, { - "Rank": 3, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", "CommandName": "Export-PnPTermGroupToXml", - "Id": 347, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" + "Rank": 3, + "Id": 347 }, { - "Rank": 1, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "CommandName": "Export-PnPUserInfo", - "Id": 348, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Rank": 1, + "Id": 348 }, { - "Rank": 2, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", "CommandName": "Export-PnPUserInfo", - "Id": 349, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" + "Rank": 2, + "Id": 349 }, { - "Rank": 1, + "Command": "Export-PnPUserProfile -LoginName user@domain.com", "CommandName": "Export-PnPUserProfile", - "Id": 350, - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Id": 350 }, { - "Rank": 2, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", "CommandName": "Export-PnPUserProfile", - "Id": 351, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" + "Rank": 2, + "Id": 351 }, { - "Rank": 1, + "Command": "Find-PnPFile -Match *.master", "CommandName": "Find-PnPFile", - "Id": 352, - "Command": "Find-PnPFile -Match *.master" + "Rank": 1, + "Id": 352 }, { - "Rank": 2, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", "CommandName": "Find-PnPFile", - "Id": 353, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "Rank": 2, + "Id": 353 }, { - "Rank": 3, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", "CommandName": "Find-PnPFile", - "Id": 354, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" + "Rank": 3, + "Id": 354 }, { - "Rank": 1, + "Command": "Get-PnPAccessToken", "CommandName": "Get-PnPAccessToken", - "Id": 355, - "Command": "Get-PnPAccessToken" + "Rank": 1, + "Id": 355 }, { - "Rank": 2, + "Command": "Get-PnPAccessToken -Decoded", "CommandName": "Get-PnPAccessToken", - "Id": 356, - "Command": "Get-PnPAccessToken -Decoded" + "Rank": 2, + "Id": 356 }, { - "Rank": 3, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", "CommandName": "Get-PnPAccessToken", - "Id": 357, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "Rank": 3, + "Id": 357 }, { - "Rank": 4, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", "CommandName": "Get-PnPAccessToken", - "Id": 358, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "Rank": 4, + "Id": 358 }, { - "Rank": 5, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", "CommandName": "Get-PnPAccessToken", - "Id": 359, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "Rank": 5, + "Id": 359 }, { - "Rank": 6, + "Command": "Get-PnPAccessToken -ListPermissionScopes", "CommandName": "Get-PnPAccessToken", - "Id": 360, - "Command": "Get-PnPAccessToken -ListPermissionScopes" + "Rank": 6, + "Id": 360 }, { - "Rank": 1, + "Command": "Get-PnPAlert", "CommandName": "Get-PnPAlert", - "Id": 361, - "Command": "Get-PnPAlert" + "Rank": 1, + "Id": 361 }, { - "Rank": 2, + "Command": "Get-PnPAlert -List \"Demo List\"", "CommandName": "Get-PnPAlert", - "Id": 362, - "Command": "Get-PnPAlert -List \"Demo List\"" + "Rank": 2, + "Id": 362 }, { - "Rank": 3, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPAlert", - "Id": 363, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 3, + "Id": 363 }, { - "Rank": 4, + "Command": "Get-PnPAlert -Title \"Demo Alert\"", "CommandName": "Get-PnPAlert", - "Id": 364, - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "Rank": 4, + "Id": 364 }, { - "Rank": 5, + "Command": "Get-PnPAlert -AllUsers", "CommandName": "Get-PnPAlert", - "Id": 365, - "Command": "Get-PnPAlert -AllUsers" + "Rank": 5, + "Id": 365 }, { - "Rank": 6, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", "CommandName": "Get-PnPAlert", - "Id": 366, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "Rank": 6, + "Id": 366 }, { - "Rank": 1, + "Command": "Get-PnPApp", "CommandName": "Get-PnPApp", - "Id": 367, - "Command": "Get-PnPApp" + "Rank": 1, + "Id": 367 }, { - "Rank": 2, + "Command": "Get-PnPApp -Scope Site", "CommandName": "Get-PnPApp", - "Id": 368, - "Command": "Get-PnPApp -Scope Site" + "Rank": 2, + "Id": 368 }, { - "Rank": 3, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Get-PnPApp", - "Id": 369, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 3, + "Id": 369 }, { - "Rank": 1, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", "CommandName": "Get-PnPAppErrors", - "Id": 370, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" + "Rank": 1, + "Id": 370 }, { - "Rank": 2, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", "CommandName": "Get-PnPAppErrors", - "Id": 371, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" + "Rank": 2, + "Id": 371 }, { - "Rank": 1, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", "CommandName": "Get-PnPAppInfo", - "Id": 372, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "Rank": 1, + "Id": 372 }, { - "Rank": 2, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Get-PnPAppInfo", - "Id": 373, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 2, + "Id": 373 }, { - "Rank": 3, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", "CommandName": "Get-PnPAppInfo", - "Id": 374, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "Rank": 3, + "Id": 374 }, { - "Rank": 1, + "Command": "Get-PnPApplicationCustomizer", "CommandName": "Get-PnPApplicationCustomizer", - "Id": 375, - "Command": "Get-PnPApplicationCustomizer" + "Rank": 1, + "Id": 375 }, { - "Rank": 2, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Get-PnPApplicationCustomizer", - "Id": 376, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 2, + "Id": 376 }, { - "Rank": 3, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", "CommandName": "Get-PnPApplicationCustomizer", - "Id": 377, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" + "Rank": 3, + "Id": 377 }, { - "Rank": 1, + "Command": "Get-PnPAuditing", "CommandName": "Get-PnPAuditing", - "Id": 378, - "Command": "Get-PnPAuditing" + "Rank": 1, + "Id": 378 }, { - "Rank": 1, + "Command": "Get-PnPAuthenticationRealm", "CommandName": "Get-PnPAuthenticationRealm", - "Id": 379, - "Command": "Get-PnPAuthenticationRealm" + "Rank": 1, + "Id": 379 }, { - "Rank": 2, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", "CommandName": "Get-PnPAuthenticationRealm", - "Id": 380, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "Rank": 2, + "Id": 380 }, { - "Rank": 1, + "Command": "Get-PnPAvailableLanguage", "CommandName": "Get-PnPAvailableLanguage", - "Id": 381, - "Command": "Get-PnPAvailableLanguage" + "Rank": 1, + "Id": 381 }, { - "Rank": 1, + "Command": "Get-PnPAvailableSensitivityLabel", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 382, - "Command": "Get-PnPAvailableSensitivityLabel" + "Rank": 1, + "Id": 382 }, { - "Rank": 2, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 383, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "Rank": 2, + "Id": 383 }, { - "Rank": 3, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 384, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" + "Rank": 3, + "Id": 384 }, { - "Rank": 1, + "Command": "Get-PnPAvailableSiteClassification", "CommandName": "Get-PnPAvailableSiteClassification", - "Id": 385, - "Command": "Get-PnPAvailableSiteClassification" + "Rank": 1, + "Id": 385 }, { - "Rank": 1, + "Command": "Get-PnPAzureACSPrincipal", "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 386, - "Command": "Get-PnPAzureACSPrincipal" + "Rank": 1, + "Id": 386 }, { - "Rank": 2, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 387, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "Rank": 2, + "Id": 387 }, { - "Rank": 3, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 388, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "Rank": 3, + "Id": 388 }, { - "Rank": 4, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 389, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "Rank": 4, + "Id": 389 }, { - "Rank": 1, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 390, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "Rank": 1, + "Id": 390 }, { - "Rank": 2, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 391, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" + "Rank": 2, + "Id": 391 }, { - "Rank": 3, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 392, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" + "Rank": 3, + "Id": 392 }, { - "Rank": 1, + "Command": "Get-PnPAzureADActivityReportSignIn", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 393, - "Command": "Get-PnPAzureADActivityReportSignIn" + "Rank": 1, + "Id": 393 }, { - "Rank": 2, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 394, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" + "Rank": 2, + "Id": 394 }, { - "Rank": 3, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 395, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" + "Rank": 3, + "Id": 395 }, { - "Rank": 1, + "Command": "Get-PnPAzureADApp", "CommandName": "Get-PnPAzureADApp", - "Id": 396, - "Command": "Get-PnPAzureADApp" + "Rank": 1, + "Id": 396 }, { - "Rank": 2, + "Command": "Get-PnPAzureADApp -Identity MyApp", "CommandName": "Get-PnPAzureADApp", - "Id": 397, - "Command": "Get-PnPAzureADApp -Identity MyApp" + "Rank": 2, + "Id": 397 }, { - "Rank": 3, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Get-PnPAzureADApp", - "Id": 398, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 3, + "Id": 398 }, { - "Rank": 4, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPAzureADApp", - "Id": 399, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "Rank": 4, + "Id": 399 }, { - "Rank": 1, + "Command": "Get-PnPAzureADAppPermission", "CommandName": "Get-PnPAzureADAppPermission", - "Id": 400, - "Command": "Get-PnPAzureADAppPermission" + "Rank": 1, + "Id": 400 }, { - "Rank": 2, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", "CommandName": "Get-PnPAzureADAppPermission", - "Id": 401, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "Rank": 2, + "Id": 401 }, { - "Rank": 3, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Get-PnPAzureADAppPermission", - "Id": 402, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 3, + "Id": 402 }, { - "Rank": 1, + "Command": "Get-PnPAzureADAppSitePermission", "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 403, - "Command": "Get-PnPAzureADAppSitePermission" + "Rank": 1, + "Id": 403 }, { - "Rank": 2, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 404, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" + "Rank": 2, + "Id": 404 }, { - "Rank": 3, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 405, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "Rank": 3, + "Id": 405 }, { - "Rank": 4, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 406, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "Rank": 4, + "Id": 406 }, { - "Rank": 5, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 407, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" + "Rank": 5, + "Id": 407 }, { - "Rank": 1, + "Command": "Get-PnPAzureADGroup", "CommandName": "Get-PnPAzureADGroup", - "Id": 408, - "Command": "Get-PnPAzureADGroup" + "Rank": 1, + "Id": 408 }, { - "Rank": 2, + "Command": "Get-PnPAzureADGroup -Identity $groupId", "CommandName": "Get-PnPAzureADGroup", - "Id": 409, - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "Rank": 2, + "Id": 409 }, { - "Rank": 3, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", "CommandName": "Get-PnPAzureADGroup", - "Id": 410, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "Rank": 3, + "Id": 410 }, { - "Rank": 4, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", "CommandName": "Get-PnPAzureADGroup", - "Id": 411, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "Rank": 4, + "Id": 411 }, { - "Rank": 5, + "Command": "Get-PnPAzureADGroup -Identity $group", "CommandName": "Get-PnPAzureADGroup", - "Id": 412, - "Command": "Get-PnPAzureADGroup -Identity $group" + "Rank": 5, + "Id": 412 }, { - "Rank": 1, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", "CommandName": "Get-PnPAzureADGroupMember", - "Id": 413, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "Rank": 1, + "Id": 413 }, { - "Rank": 2, + "Command": "Get-PnPAzureADGroupMember -Identity $group", "CommandName": "Get-PnPAzureADGroupMember", - "Id": 414, - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "Rank": 2, + "Id": 414 }, { - "Rank": 3, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", "CommandName": "Get-PnPAzureADGroupMember", - "Id": 415, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" + "Rank": 3, + "Id": 415 }, { - "Rank": 1, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 416, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "Rank": 1, + "Id": 416 }, { - "Rank": 2, + "Command": "Get-PnPAzureADGroupOwner -Identity $group", "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 417, - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "Rank": 2, + "Id": 417 }, { - "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipal", "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 418, - "Command": "Get-PnPAzureADServicePrincipal" + "Rank": 1, + "Id": 418 }, { - "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 419, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" + "Rank": 2, + "Id": 419 }, { - "Rank": 3, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 420, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" + "Rank": 3, + "Id": 420 }, { - "Rank": 4, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 421, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "Rank": 4, + "Id": 421 }, { - "Rank": 5, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 422, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Id": 422 }, { - "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 423, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 1, + "Id": 423 }, { - "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 424, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 2, + "Id": 424 }, { - "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 425, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 1, + "Id": 425 }, { - "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 426, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "Rank": 2, + "Id": 426 }, { - "Rank": 1, + "Command": "Get-PnPAzureADUser", "CommandName": "Get-PnPAzureADUser", - "Id": 427, - "Command": "Get-PnPAzureADUser" + "Rank": 1, + "Id": 427 }, { - "Rank": 2, + "Command": "Get-PnPAzureADUser -EndIndex 50", "CommandName": "Get-PnPAzureADUser", - "Id": 428, - "Command": "Get-PnPAzureADUser -EndIndex 50" + "Rank": 2, + "Id": 428 }, { - "Rank": 3, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "CommandName": "Get-PnPAzureADUser", - "Id": 429, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Rank": 3, + "Id": 429 }, { - "Rank": 4, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", "CommandName": "Get-PnPAzureADUser", - "Id": 430, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "Rank": 4, + "Id": 430 }, { - "Rank": 5, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", "CommandName": "Get-PnPAzureADUser", - "Id": 431, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" + "Rank": 5, + "Id": 431 }, { - "Rank": 6, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", "CommandName": "Get-PnPAzureADUser", - "Id": 432, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "Rank": 6, + "Id": 432 }, { - "Rank": 7, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", "CommandName": "Get-PnPAzureADUser", - "Id": 433, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" + "Rank": 7, + "Id": 433 }, { - "Rank": 8, + "Command": "Get-PnPAzureADUser -Delta", "CommandName": "Get-PnPAzureADUser", - "Id": 434, - "Command": "Get-PnPAzureADUser -Delta" + "Rank": 8, + "Id": 434 }, { - "Rank": 9, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", "CommandName": "Get-PnPAzureADUser", - "Id": 435, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "Rank": 9, + "Id": 435 }, { - "Rank": 10, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", "CommandName": "Get-PnPAzureADUser", - "Id": 436, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "Rank": 10, + "Id": 436 }, { - "Rank": 1, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", "CommandName": "Get-PnPAzureCertificate", - "Id": 437, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "Rank": 1, + "Id": 437 }, { - "Rank": 2, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "CommandName": "Get-PnPAzureCertificate", - "Id": 438, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Rank": 2, + "Id": 438 }, { - "Rank": 3, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", "CommandName": "Get-PnPAzureCertificate", - "Id": 439, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "Rank": 3, + "Id": 439 }, { - "Rank": 1, + "Command": "Get-PnPBrandCenterConfig", "CommandName": "Get-PnPBrandCenterConfig", - "Id": 440, - "Command": "Get-PnPBrandCenterConfig" + "Rank": 1, + "Id": 440 }, { - "Rank": 1, + "Command": "Get-PnPBrandCenterFont", "CommandName": "Get-PnPBrandCenterFont", - "Id": 441, - "Command": "Get-PnPBrandCenterFont" + "Rank": 1, + "Id": 441 }, { - "Rank": 1, + "Command": "Get-PnPBrandCenterFontPackage", "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 442, - "Command": "Get-PnPBrandCenterFontPackage" + "Rank": 1, + "Id": 442 }, { - "Rank": 2, + "Command": "Get-PnPBrandCenterFontPackage -Store Site", "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 443, - "Command": "Get-PnPBrandCenterFontPackage -Store Site" + "Rank": 2, + "Id": 443 }, { - "Rank": 3, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 444, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" + "Rank": 3, + "Id": 444 }, { - "Rank": 4, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 445, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Rank": 4, + "Id": 445 }, { - "Rank": 1, + "Command": "Get-PnPBrowserIdleSignout", "CommandName": "Get-PnPBrowserIdleSignout", - "Id": 446, - "Command": "Get-PnPBrowserIdleSignout" + "Rank": 1, + "Id": 446 }, { - "Rank": 1, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 447, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "Rank": 1, + "Id": 447 }, { - "Rank": 2, + "Command": "Get-PnPBuiltInDesignPackageVisibility", "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 448, - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "Rank": 2, + "Id": 448 }, { - "Rank": 1, + "Command": "Get-PnPBuiltInSiteTemplateSettings", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 449, - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "Rank": 1, + "Id": 449 }, { - "Rank": 2, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 450, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" + "Rank": 2, + "Id": 450 }, { - "Rank": 3, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 451, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "Rank": 3, + "Id": 451 }, { - "Rank": 4, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 452, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 4, + "Id": 452 }, { - "Rank": 5, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 453, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "Rank": 5, + "Id": 453 }, { - "Rank": 1, + "Command": "Get-PnPChangeLog", "CommandName": "Get-PnPChangeLog", - "Id": 454, - "Command": "Get-PnPChangeLog" + "Rank": 1, + "Id": 454 }, { - "Rank": 2, + "Command": "Get-PnPChangeLog -Nightly", "CommandName": "Get-PnPChangeLog", - "Id": 455, - "Command": "Get-PnPChangeLog -Nightly" + "Rank": 2, + "Id": 455 }, { - "Rank": 3, + "Command": "Get-PnPChangeLog -Version 2.12.0", "CommandName": "Get-PnPChangeLog", - "Id": 456, - "Command": "Get-PnPChangeLog -Version 2.12.0" + "Rank": 3, + "Id": 456 }, { - "Rank": 1, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 457, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" + "Rank": 1, + "Id": 457 }, { - "Rank": 2, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 458, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" + "Rank": 2, + "Id": 458 }, { - "Rank": 1, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", "CommandName": "Get-PnPContainer", - "Id": 459, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" + "Rank": 1, + "Id": 459 }, { - "Rank": 2, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Get-PnPContainer", - "Id": 460, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 2, + "Id": 460 }, { - "Rank": 3, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "CommandName": "Get-PnPContainer", - "Id": 461, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Rank": 3, + "Id": 461 }, { - "Rank": 1, + "Command": "Get-PnPContainerType", "CommandName": "Get-PnPContainerType", - "Id": 462, - "Command": "Get-PnPContainerType" + "Rank": 1, + "Id": 462 }, { - "Rank": 1, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", "CommandName": "Get-PnPContainerTypeConfiguration", - "Id": 463, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" + "Rank": 1, + "Id": 463 }, { - "Rank": 1, + "Command": "Get-PnPContentType", "CommandName": "Get-PnPContentType", - "Id": 464, - "Command": "Get-PnPContentType" + "Rank": 1, + "Id": 464 }, { - "Rank": 2, + "Command": "Get-PnPContentType -InSiteHierarchy", "CommandName": "Get-PnPContentType", - "Id": 465, - "Command": "Get-PnPContentType -InSiteHierarchy" + "Rank": 2, + "Id": 465 }, { - "Rank": 3, + "Command": "Get-PnPContentType -Identity \"Project Document\"", "CommandName": "Get-PnPContentType", - "Id": 466, - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "Rank": 3, + "Id": 466 }, { - "Rank": 4, + "Command": "Get-PnPContentType -List \"Documents\"", "CommandName": "Get-PnPContentType", - "Id": 467, - "Command": "Get-PnPContentType -List \"Documents\"" + "Rank": 4, + "Id": 467 }, { - "Rank": 5, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", "CommandName": "Get-PnPContentType", - "Id": 468, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"" + "Rank": 5, + "Id": 468 }, { - "Rank": 1, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", "CommandName": "Get-PnPContentTypePublishingStatus", - "Id": 469, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "Rank": 1, + "Id": 469 }, { - "Rank": 1, + "Command": "Get-PnPCopilotAdminLimitedMode", "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Id": 470, - "Command": "Get-PnPCopilotAdminLimitedMode" + "Rank": 1, + "Id": 470 }, { - "Rank": 1, + "Command": "Get-PnPCopilotAgent", "CommandName": "Get-PnPCopilotAgent", - "Id": 471, - "Command": "Get-PnPCopilotAgent" + "Rank": 1, + "Id": 471 }, { - "Rank": 2, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", "CommandName": "Get-PnPCopilotAgent", - "Id": 472, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" + "Rank": 2, + "Id": 472 }, { - "Rank": 1, + "Command": "Get-PnPCustomAction", "CommandName": "Get-PnPCustomAction", - "Id": 473, - "Command": "Get-PnPCustomAction" + "Rank": 1, + "Id": 473 }, { - "Rank": 2, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Get-PnPCustomAction", - "Id": 474, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 2, + "Id": 474 }, { - "Rank": 3, + "Command": "Get-PnPCustomAction -Scope web", "CommandName": "Get-PnPCustomAction", - "Id": 475, - "Command": "Get-PnPCustomAction -Scope web" + "Rank": 3, + "Id": 475 }, { - "Rank": 1, + "Command": "Get-PnPDeletedContainer", "CommandName": "Get-PnPDeletedContainer", - "Id": 476, - "Command": "Get-PnPDeletedContainer" + "Rank": 1, + "Id": 476 }, { - "Rank": 1, + "Command": "Get-PnPDeletedFlow", "CommandName": "Get-PnPDeletedFlow", - "Id": 477, - "Command": "Get-PnPDeletedFlow" + "Rank": 1, + "Id": 477 }, { - "Rank": 1, + "Command": "Get-PnPDeletedMicrosoft365Group", "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 478, - "Command": "Get-PnPDeletedMicrosoft365Group" + "Rank": 1, + "Id": 478 }, { - "Rank": 2, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 479, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 2, + "Id": 479 }, { - "Rank": 1, + "Command": "Get-PnPDeletedTeam", "CommandName": "Get-PnPDeletedTeam", - "Id": 480, - "Command": "Get-PnPDeletedTeam" + "Rank": 1, + "Id": 480 }, { - "Rank": 1, + "Command": "Get-PnPDiagnostics", "CommandName": "Get-PnPDiagnostics", - "Id": 481, - "Command": "Get-PnPDiagnostics" + "Rank": 1, + "Id": 481 }, { - "Rank": 1, + "Command": "Get-PnPDisableSpacesActivation", "CommandName": "Get-PnPDisableSpacesActivation", - "Id": 482, - "Command": "Get-PnPDisableSpacesActivation" + "Rank": 1, + "Id": 482 }, { - "Rank": 1, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 483, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "Rank": 1, + "Id": 483 }, { - "Rank": 2, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 484, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "Rank": 2, + "Id": 484 }, { - "Rank": 1, + "Command": "Get-PnPEnterpriseAppInsightsReport", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 485, - "Command": "Get-PnPEnterpriseAppInsightsReport" + "Rank": 1, + "Id": 485 }, { - "Rank": 2, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 486, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" + "Rank": 2, + "Id": 486 }, { - "Rank": 3, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 487, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" + "Rank": 3, + "Id": 487 }, { - "Rank": 1, + "Command": "Get-PnPEventReceiver", "CommandName": "Get-PnPEventReceiver", - "Id": 488, - "Command": "Get-PnPEventReceiver" + "Rank": 1, + "Id": 488 }, { - "Rank": 2, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPEventReceiver", - "Id": 489, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 2, + "Id": 489 }, { - "Rank": 3, + "Command": "Get-PnPEventReceiver -Identity MyReceiver", "CommandName": "Get-PnPEventReceiver", - "Id": 490, - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "Rank": 3, + "Id": 490 }, { - "Rank": 4, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", "CommandName": "Get-PnPEventReceiver", - "Id": 491, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "Rank": 4, + "Id": 491 }, { - "Rank": 5, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPEventReceiver", - "Id": 492, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 5, + "Id": 492 }, { - "Rank": 6, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", "CommandName": "Get-PnPEventReceiver", - "Id": 493, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "Rank": 6, + "Id": 493 }, { - "Rank": 7, + "Command": "Get-PnPEventReceiver -Scope Site", "CommandName": "Get-PnPEventReceiver", - "Id": 494, - "Command": "Get-PnPEventReceiver -Scope Site" + "Rank": 7, + "Id": 494 }, { - "Rank": 8, + "Command": "Get-PnPEventReceiver -Scope Web", "CommandName": "Get-PnPEventReceiver", - "Id": 495, - "Command": "Get-PnPEventReceiver -Scope Web" + "Rank": 8, + "Id": 495 }, { - "Rank": 9, + "Command": "Get-PnPEventReceiver -Scope All", "CommandName": "Get-PnPEventReceiver", - "Id": 496, - "Command": "Get-PnPEventReceiver -Scope All" + "Rank": 9, + "Id": 496 }, { - "Rank": 1, + "Command": "Get-PnPException", "CommandName": "Get-PnPException", - "Id": 497, - "Command": "Get-PnPException" + "Rank": 1, + "Id": 497 }, { - "Rank": 2, + "Command": "Get-PnPException -All", "CommandName": "Get-PnPException", - "Id": 498, - "Command": "Get-PnPException -All" + "Rank": 2, + "Id": 498 }, { - "Rank": 1, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", "CommandName": "Get-PnPExternalUser", - "Id": 499, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "Rank": 1, + "Id": 499 }, { - "Rank": 2, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", "CommandName": "Get-PnPExternalUser", - "Id": 500, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "Rank": 2, + "Id": 500 }, { - "Rank": 1, + "Command": "Get-PnPFeature", "CommandName": "Get-PnPFeature", - "Id": 501, - "Command": "Get-PnPFeature" + "Rank": 1, + "Id": 501 }, { - "Rank": 2, + "Command": "Get-PnPFeature -Scope Site", "CommandName": "Get-PnPFeature", - "Id": 502, - "Command": "Get-PnPFeature -Scope Site" + "Rank": 2, + "Id": 502 }, { - "Rank": 3, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPFeature", - "Id": 503, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 3, + "Id": 503 }, { - "Rank": 4, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", "CommandName": "Get-PnPFeature", - "Id": 504, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" + "Rank": 4, + "Id": 504 }, { - "Rank": 1, + "Command": "Get-PnPField", "CommandName": "Get-PnPField", - "Id": 505, - "Command": "Get-PnPField" + "Rank": 1, + "Id": 505 }, { - "Rank": 2, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", "CommandName": "Get-PnPField", - "Id": 506, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Id": 506 }, { - "Rank": 3, + "Command": "Get-PnPField -Group \"Custom Columns\"", "CommandName": "Get-PnPField", - "Id": 507, - "Command": "Get-PnPField -Group \"Custom Columns\"" + "Rank": 3, + "Id": 507 }, { - "Rank": 1, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFile", - "Id": 508, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" + "Rank": 1, + "Id": 508 }, { - "Rank": 2, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFile", - "Id": 509, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" + "Rank": 2, + "Id": 509 }, { - "Rank": 3, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", "CommandName": "Get-PnPFile", - "Id": 510, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "Rank": 3, + "Id": 510 }, { - "Rank": 4, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", "CommandName": "Get-PnPFile", - "Id": 511, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "Rank": 4, + "Id": 511 }, { - "Rank": 5, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", "CommandName": "Get-PnPFile", - "Id": 512, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "Rank": 5, + "Id": 512 }, { - "Rank": 6, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", "CommandName": "Get-PnPFile", - "Id": 513, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "Rank": 6, + "Id": 513 }, { - "Rank": 7, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", "CommandName": "Get-PnPFile", - "Id": 514, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "Rank": 7, + "Id": 514 }, { - "Rank": 8, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", "CommandName": "Get-PnPFile", - "Id": 515, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "Rank": 8, + "Id": 515 }, { - "Rank": 1, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFileAnalyticsData", - "Id": 516, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" + "Rank": 1, + "Id": 516 }, { - "Rank": 2, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", "CommandName": "Get-PnPFileAnalyticsData", - "Id": 517, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" + "Rank": 2, + "Id": 517 }, { - "Rank": 3, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPFileAnalyticsData", - "Id": 518, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 3, + "Id": 518 }, { - "Rank": 1, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", "CommandName": "Get-PnPFileCheckedOut", - "Id": 519, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"" + "Rank": 1, + "Id": 519 }, { - "Rank": 1, + "Command": "Get-PnPFileInFolder", "CommandName": "Get-PnPFileInFolder", - "Id": 520, - "Command": "Get-PnPFileInFolder" + "Rank": 1, + "Id": 520 }, { - "Rank": 2, + "Command": "Get-PnPFileInFolder -Recurse", "CommandName": "Get-PnPFileInFolder", - "Id": 521, - "Command": "Get-PnPFileInFolder -Recurse" + "Rank": 2, + "Id": 521 }, { - "Rank": 3, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", "CommandName": "Get-PnPFileInFolder", - "Id": 522, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" + "Rank": 3, + "Id": 522 }, { - "Rank": 4, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "CommandName": "Get-PnPFileInFolder", - "Id": 523, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Rank": 4, + "Id": 523 }, { - "Rank": 5, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "CommandName": "Get-PnPFileInFolder", - "Id": 524, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Rank": 5, + "Id": 524 }, { - "Rank": 1, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "CommandName": "Get-PnPFileRetentionLabel", - "Id": 525, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Rank": 1, + "Id": 525 }, { - "Rank": 1, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "CommandName": "Get-PnPFileSensitivityLabel", - "Id": 526, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Rank": 1, + "Id": 526 }, { - "Rank": 1, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Id": 527, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" + "Rank": 1, + "Id": 527 }, { - "Rank": 1, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Get-PnPFileSharingLink", - "Id": 528, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Id": 528 }, { - "Rank": 2, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", "CommandName": "Get-PnPFileSharingLink", - "Id": 529, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" + "Rank": 2, + "Id": 529 }, { - "Rank": 3, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", "CommandName": "Get-PnPFileSharingLink", - "Id": 530, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" + "Rank": 3, + "Id": 530 }, { - "Rank": 1, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", "CommandName": "Get-PnPFileVersion", - "Id": 531, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "Rank": 1, + "Id": 531 }, { - "Rank": 2, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", "CommandName": "Get-PnPFileVersion", - "Id": 532, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" + "Rank": 2, + "Id": 532 }, { - "Rank": 3, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", "CommandName": "Get-PnPFileVersion", - "Id": 533, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" + "Rank": 3, + "Id": 533 }, { - "Rank": 1, + "Command": "Get-PnPFlow -AsAdmin", "CommandName": "Get-PnPFlow", - "Id": 534, - "Command": "Get-PnPFlow -AsAdmin" + "Rank": 1, + "Id": 534 }, { - "Rank": 2, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", "CommandName": "Get-PnPFlow", - "Id": 535, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe" + "Rank": 2, + "Id": 535 }, { - "Rank": 3, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPFlow", - "Id": 536, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 3, + "Id": 536 }, { - "Rank": 1, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "CommandName": "Get-PnPFlowOwner", - "Id": 537, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Rank": 1, + "Id": 537 }, { - "Rank": 2, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "CommandName": "Get-PnPFlowOwner", - "Id": 538, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Rank": 2, + "Id": 538 }, { - "Rank": 1, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPFlowRun", - "Id": 539, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Id": 539 }, { - "Rank": 2, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Get-PnPFlowRun", - "Id": 540, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 2, + "Id": 540 }, { - "Rank": 1, + "Command": "Get-PnPFolder", "CommandName": "Get-PnPFolder", - "Id": 541, - "Command": "Get-PnPFolder" + "Rank": 1, + "Id": 541 }, { - "Rank": 2, + "Command": "Get-PnPFolder -CurrentWebRootFolder", "CommandName": "Get-PnPFolder", - "Id": 542, - "Command": "Get-PnPFolder -CurrentWebRootFolder" + "Rank": 2, + "Id": 542 }, { - "Rank": 3, + "Command": "Get-PnPFolder -Url \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Id": 543, - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "Rank": 3, + "Id": 543 }, { - "Rank": 4, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", "CommandName": "Get-PnPFolder", - "Id": 544, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "Rank": 4, + "Id": 544 }, { - "Rank": 5, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Id": 545, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" + "Rank": 5, + "Id": 545 }, { - "Rank": 6, + "Command": "Get-PnPFolder -List \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Id": 546, - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "Rank": 6, + "Id": 546 }, { - "Rank": 7, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", "CommandName": "Get-PnPFolder", - "Id": 547, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" + "Rank": 7, + "Id": 547 }, { - "Rank": 1, + "Command": "Get-PnPFolderInFolder", "CommandName": "Get-PnPFolderInFolder", - "Id": 548, - "Command": "Get-PnPFolderInFolder" + "Rank": 1, + "Id": 548 }, { - "Rank": 2, + "Command": "Get-PnPFolderInFolder -Recurse", "CommandName": "Get-PnPFolderInFolder", - "Id": 549, - "Command": "Get-PnPFolderInFolder -Recurse" + "Rank": 2, + "Id": 549 }, { - "Rank": 3, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", "CommandName": "Get-PnPFolderInFolder", - "Id": 550, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" + "Rank": 3, + "Id": 550 }, { - "Rank": 4, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", "CommandName": "Get-PnPFolderInFolder", - "Id": 551, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" + "Rank": 4, + "Id": 551 }, { - "Rank": 5, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", "CommandName": "Get-PnPFolderInFolder", - "Id": 552, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" + "Rank": 5, + "Id": 552 }, { - "Rank": 6, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "CommandName": "Get-PnPFolderInFolder", - "Id": 553, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Rank": 6, + "Id": 553 }, { - "Rank": 1, + "Command": "Get-PnPFolderItem", "CommandName": "Get-PnPFolderItem", - "Id": 554, - "Command": "Get-PnPFolderItem" + "Rank": 1, + "Id": 554 }, { - "Rank": 2, + "Command": "Get-PnPFolderItem -Recurse", "CommandName": "Get-PnPFolderItem", - "Id": 555, - "Command": "Get-PnPFolderItem -Recurse" + "Rank": 2, + "Id": 555 }, { - "Rank": 3, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", "CommandName": "Get-PnPFolderItem", - "Id": 556, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" + "Rank": 3, + "Id": 556 }, { - "Rank": 4, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "CommandName": "Get-PnPFolderItem", - "Id": 557, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Rank": 4, + "Id": 557 }, { - "Rank": 5, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", "CommandName": "Get-PnPFolderItem", - "Id": 558, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "Rank": 5, + "Id": 558 }, { - "Rank": 6, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", "CommandName": "Get-PnPFolderItem", - "Id": 559, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "Rank": 6, + "Id": 559 }, { - "Rank": 1, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Get-PnPFolderSharingLink", - "Id": 560, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Id": 560 }, { - "Rank": 1, + "Command": "Get-PnPFolderStorageMetric", "CommandName": "Get-PnPFolderStorageMetric", - "Id": 561, - "Command": "Get-PnPFolderStorageMetric" + "Rank": 1, + "Id": 561 }, { - "Rank": 2, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", "CommandName": "Get-PnPFolderStorageMetric", - "Id": 562, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "Rank": 2, + "Id": 562 }, { - "Rank": 3, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", "CommandName": "Get-PnPFolderStorageMetric", - "Id": 563, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "Rank": 3, + "Id": 563 }, { - "Rank": 1, + "Command": "Get-PnPFooter", "CommandName": "Get-PnPFooter", - "Id": 564, - "Command": "Get-PnPFooter" + "Rank": 1, + "Id": 564 }, { - "Rank": 1, + "Command": "Get-PnPGraphSubscription", "CommandName": "Get-PnPGraphSubscription", - "Id": 565, - "Command": "Get-PnPGraphSubscription" + "Rank": 1, + "Id": 565 }, { - "Rank": 2, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "CommandName": "Get-PnPGraphSubscription", - "Id": 566, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Rank": 2, + "Id": 566 }, { - "Rank": 1, + "Command": "Get-PnPGroup", "CommandName": "Get-PnPGroup", - "Id": 567, - "Command": "Get-PnPGroup" + "Rank": 1, + "Id": 567 }, { - "Rank": 2, + "Command": "Get-PnPGroup -Identity 'My Site Users'", "CommandName": "Get-PnPGroup", - "Id": 568, - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "Rank": 2, + "Id": 568 }, { - "Rank": 3, + "Command": "Get-PnPGroup -AssociatedMemberGroup", "CommandName": "Get-PnPGroup", - "Id": 569, - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "Rank": 3, + "Id": 569 }, { - "Rank": 1, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", "CommandName": "Get-PnPGroupMember", - "Id": 570, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "Rank": 1, + "Id": 570 }, { - "Rank": 2, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", "CommandName": "Get-PnPGroupMember", - "Id": 571, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" + "Rank": 2, + "Id": 571 }, { - "Rank": 1, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", "CommandName": "Get-PnPGroupPermissions", - "Id": 572, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "Rank": 1, + "Id": 572 }, { - "Rank": 1, + "Command": "Get-PnPHideDefaultThemes", "CommandName": "Get-PnPHideDefaultThemes", - "Id": 573, - "Command": "Get-PnPHideDefaultThemes" + "Rank": 1, + "Id": 573 }, { - "Rank": 1, + "Command": "Get-PnPHomePage", "CommandName": "Get-PnPHomePage", - "Id": 574, - "Command": "Get-PnPHomePage" + "Rank": 1, + "Id": 574 }, { - "Rank": 1, + "Command": "Get-PnPHomeSite", "CommandName": "Get-PnPHomeSite", - "Id": 575, - "Command": "Get-PnPHomeSite" + "Rank": 1, + "Id": 575 }, { - "Rank": 2, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", "CommandName": "Get-PnPHomeSite", - "Id": 576, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "Rank": 2, + "Id": 576 }, { - "Rank": 3, + "Command": "Get-PnPHomeSite -Detailed", "CommandName": "Get-PnPHomeSite", - "Id": 577, - "Command": "Get-PnPHomeSite -Detailed" + "Rank": 3, + "Id": 577 }, { - "Rank": 1, + "Command": "Get-PnPHubSite", "CommandName": "Get-PnPHubSite", - "Id": 578, - "Command": "Get-PnPHubSite" + "Rank": 1, + "Id": 578 }, { - "Rank": 2, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "CommandName": "Get-PnPHubSite", - "Id": 579, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Rank": 2, + "Id": 579 }, { - "Rank": 3, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", "CommandName": "Get-PnPHubSite", - "Id": 580, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" + "Rank": 3, + "Id": 580 }, { - "Rank": 1, + "Command": "Get-PnPHubSiteChild", "CommandName": "Get-PnPHubSiteChild", - "Id": 581, - "Command": "Get-PnPHubSiteChild" + "Rank": 1, + "Id": 581 }, { - "Rank": 2, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "CommandName": "Get-PnPHubSiteChild", - "Id": 582, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Rank": 2, + "Id": 582 }, { - "Rank": 1, + "Command": "Get-PnPInPlaceRecordsManagement", "CommandName": "Get-PnPInPlaceRecordsManagement", - "Id": 583, - "Command": "Get-PnPInPlaceRecordsManagement" + "Rank": 1, + "Id": 583 }, { - "Rank": 1, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", "CommandName": "Get-PnPIsSiteAliasAvailable", - "Id": 584, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "Rank": 1, + "Id": 584 }, { - "Rank": 1, + "Command": "Get-PnPJavaScriptLink", "CommandName": "Get-PnPJavaScriptLink", - "Id": 585, - "Command": "Get-PnPJavaScriptLink" + "Rank": 1, + "Id": 585 }, { - "Rank": 2, + "Command": "Get-PnPJavaScriptLink -Scope All", "CommandName": "Get-PnPJavaScriptLink", - "Id": 586, - "Command": "Get-PnPJavaScriptLink -Scope All" + "Rank": 2, + "Id": 586 }, { - "Rank": 3, + "Command": "Get-PnPJavaScriptLink -Scope Web", "CommandName": "Get-PnPJavaScriptLink", - "Id": 587, - "Command": "Get-PnPJavaScriptLink -Scope Web" + "Rank": 3, + "Id": 587 }, { - "Rank": 4, + "Command": "Get-PnPJavaScriptLink -Scope Site", "CommandName": "Get-PnPJavaScriptLink", - "Id": 588, - "Command": "Get-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Id": 588 }, { - "Rank": 5, + "Command": "Get-PnPJavaScriptLink -Name Test", "CommandName": "Get-PnPJavaScriptLink", - "Id": 589, - "Command": "Get-PnPJavaScriptLink -Name Test" + "Rank": 5, + "Id": 589 }, { - "Rank": 1, + "Command": "Get-PnPKnowledgeHubSite", "CommandName": "Get-PnPKnowledgeHubSite", - "Id": 590, - "Command": "Get-PnPKnowledgeHubSite" + "Rank": 1, + "Id": 590 }, { - "Rank": 1, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", "CommandName": "Get-PnPLargeListOperationStatus", - "Id": 591, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" + "Rank": 1, + "Id": 591 }, { - "Rank": 1, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Id": 592, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" + "Rank": 1, + "Id": 592 }, { - "Rank": 1, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Id": 593, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Id": 593 }, { - "Rank": 1, + "Command": "Get-PnPList", "CommandName": "Get-PnPList", - "Id": 594, - "Command": "Get-PnPList" + "Rank": 1, + "Id": 594 }, { - "Rank": 2, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Get-PnPList", - "Id": 595, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 2, + "Id": 595 }, { - "Rank": 3, + "Command": "Get-PnPList -Identity Lists/Announcements", "CommandName": "Get-PnPList", - "Id": 596, - "Command": "Get-PnPList -Identity Lists/Announcements" + "Rank": 3, + "Id": 596 }, { - "Rank": 4, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", "CommandName": "Get-PnPList", - "Id": 597, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" + "Rank": 4, + "Id": 597 }, { - "Rank": 5, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", "CommandName": "Get-PnPList", - "Id": 598, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "Rank": 5, + "Id": 598 }, { - "Rank": 1, + "Command": "Get-PnPListDesign", "CommandName": "Get-PnPListDesign", - "Id": 599, - "Command": "Get-PnPListDesign" + "Rank": 1, + "Id": 599 }, { - "Rank": 2, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPListDesign", - "Id": 600, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Id": 600 }, { - "Rank": 3, + "Command": "Get-PnPListDesign -Identity ListEvent", "CommandName": "Get-PnPListDesign", - "Id": 601, - "Command": "Get-PnPListDesign -Identity ListEvent" + "Rank": 3, + "Id": 601 }, { - "Rank": 1, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", "CommandName": "Get-PnPListInformationRightsManagement", - "Id": 602, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "Rank": 1, + "Id": 602 }, { - "Rank": 1, + "Command": "Get-PnPListItem -List Tasks", "CommandName": "Get-PnPListItem", - "Id": 603, - "Command": "Get-PnPListItem -List Tasks" + "Rank": 1, + "Id": 603 }, { - "Rank": 2, + "Command": "Get-PnPListItem -List Tasks -Id 1", "CommandName": "Get-PnPListItem", - "Id": 604, - "Command": "Get-PnPListItem -List Tasks -Id 1" + "Rank": 2, + "Id": 604 }, { - "Rank": 3, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", "CommandName": "Get-PnPListItem", - "Id": 605, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" + "Rank": 3, + "Id": 605 }, { - "Rank": 4, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", "CommandName": "Get-PnPListItem", - "Id": 606, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" + "Rank": 4, + "Id": 606 }, { - "Rank": 5, + "Command": "Get-PnPListItem -List Tasks -Query \"\"", "CommandName": "Get-PnPListItem", - "Id": 607, - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "Rank": 5, + "Id": 607 }, { - "Rank": 6, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", "CommandName": "Get-PnPListItem", - "Id": 608, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "Rank": 6, + "Id": 608 }, { - "Rank": 7, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", "CommandName": "Get-PnPListItem", - "Id": 609, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" + "Rank": 7, + "Id": 609 }, { - "Rank": 8, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", "CommandName": "Get-PnPListItem", - "Id": 610, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" + "Rank": 8, + "Id": 610 }, { - "Rank": 9, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", "CommandName": "Get-PnPListItem", - "Id": 611, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "Rank": 9, + "Id": 611 }, { - "Rank": 1, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", "CommandName": "Get-PnPListItemAttachment", - "Id": 612, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" + "Rank": 1, + "Id": 612 }, { - "Rank": 2, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", "CommandName": "Get-PnPListItemAttachment", - "Id": 613, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" + "Rank": 2, + "Id": 613 }, { - "Rank": 1, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", "CommandName": "Get-PnPListItemComment", - "Id": 614, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "Rank": 1, + "Id": 614 }, { - "Rank": 1, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", "CommandName": "Get-PnPListItemPermission", - "Id": 615, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "Rank": 1, + "Id": 615 }, { - "Rank": 1, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", "CommandName": "Get-PnPListItemVersion", - "Id": 616, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" + "Rank": 1, + "Id": 616 }, { - "Rank": 1, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", "CommandName": "Get-PnPListPermissions", - "Id": 617, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "Rank": 1, + "Id": 617 }, { - "Rank": 2, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "CommandName": "Get-PnPListPermissions", - "Id": 618, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Rank": 2, + "Id": 618 }, { - "Rank": 1, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", "CommandName": "Get-PnPListRecordDeclaration", - "Id": 619, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "Rank": 1, + "Id": 619 }, { - "Rank": 1, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", "CommandName": "Get-PnPManagedAppId", - "Id": 620, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" + "Rank": 1, + "Id": 620 }, { - "Rank": 1, + "Command": "Get-PnPMasterPage", "CommandName": "Get-PnPMasterPage", - "Id": 621, - "Command": "Get-PnPMasterPage" + "Rank": 1, + "Id": 621 }, { - "Rank": 1, + "Command": "Get-PnPMessageCenterAnnouncement", "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 622, - "Command": "Get-PnPMessageCenterAnnouncement" + "Rank": 1, + "Id": 622 }, { - "Rank": 2, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 623, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "Rank": 2, + "Id": 623 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365ExpiringGroup", "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 624, - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "Rank": 1, + "Id": 624 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 625, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "Rank": 2, + "Id": 625 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365Group", "CommandName": "Get-PnPMicrosoft365Group", - "Id": 626, - "Command": "Get-PnPMicrosoft365Group" + "Rank": 1, + "Id": 626 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", "CommandName": "Get-PnPMicrosoft365Group", - "Id": 627, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "Rank": 2, + "Id": 627 }, { - "Rank": 3, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", "CommandName": "Get-PnPMicrosoft365Group", - "Id": 628, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "Rank": 3, + "Id": 628 }, { - "Rank": 4, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", "CommandName": "Get-PnPMicrosoft365Group", - "Id": 629, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "Rank": 4, + "Id": 629 }, { - "Rank": 5, + "Command": "Get-PnPMicrosoft365Group -Identity $group", "CommandName": "Get-PnPMicrosoft365Group", - "Id": 630, - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "Rank": 5, + "Id": 630 }, { - "Rank": 6, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", "CommandName": "Get-PnPMicrosoft365Group", - "Id": 631, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "Rank": 6, + "Id": 631 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupEndpoint", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 632, - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "Rank": 1, + "Id": 632 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 633, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "Rank": 2, + "Id": 633 }, { - "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 634, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Id": 634 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 635, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "Rank": 1, + "Id": 635 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 636, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "Rank": 2, + "Id": 636 }, { - "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 637, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" + "Rank": 3, + "Id": 637 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 638, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "Rank": 1, + "Id": 638 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 639, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "Rank": 2, + "Id": 639 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettings", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 640, - "Command": "Get-PnPMicrosoft365GroupSettings" + "Rank": 1, + "Id": 640 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 641, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "Rank": 2, + "Id": 641 }, { - "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 642, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" + "Rank": 3, + "Id": 642 }, { - "Rank": 4, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 643, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" + "Rank": 4, + "Id": 643 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 644, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "Rank": 1, + "Id": 644 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 645, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" + "Rank": 2, + "Id": 645 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupTeam", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 646, - "Command": "Get-PnPMicrosoft365GroupTeam" + "Rank": 1, + "Id": 646 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 647, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "Rank": 2, + "Id": 647 }, { - "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 648, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Id": 648 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 649, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "Rank": 1, + "Id": 649 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 650, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "Rank": 2, + "Id": 650 }, { - "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 651, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Rank": 3, + "Id": 651 }, { - "Rank": 1, + "Command": "Get-PnPMicrosoft365Roadmap", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 652, - "Command": "Get-PnPMicrosoft365Roadmap" + "Rank": 1, + "Id": 652 }, { - "Rank": 2, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 653, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" + "Rank": 2, + "Id": 653 }, { - "Rank": 3, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 654, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" + "Rank": 3, + "Id": 654 }, { - "Rank": 1, + "Command": "Get-PnPNavigationNode", "CommandName": "Get-PnPNavigationNode", - "Id": 655, - "Command": "Get-PnPNavigationNode" + "Rank": 1, + "Id": 655 }, { - "Rank": 2, + "Command": "Get-PnPNavigationNode -Location QuickLaunch", "CommandName": "Get-PnPNavigationNode", - "Id": 656, - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "Rank": 2, + "Id": 656 }, { - "Rank": 3, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", "CommandName": "Get-PnPNavigationNode", - "Id": 657, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "Rank": 3, + "Id": 657 }, { - "Rank": 1, + "Command": "Get-PnPOrgAssetsLibrary", "CommandName": "Get-PnPOrgAssetsLibrary", - "Id": 658, - "Command": "Get-PnPOrgAssetsLibrary" + "Rank": 1, + "Id": 658 }, { - "Rank": 1, + "Command": "Get-PnPOrgNewsSite", "CommandName": "Get-PnPOrgNewsSite", - "Id": 659, - "Command": "Get-PnPOrgNewsSite" + "Rank": 1, + "Id": 659 }, { - "Rank": 1, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", "CommandName": "Get-PnPPage", - "Id": 660, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "Rank": 1, + "Id": 660 }, { - "Rank": 2, + "Command": "Get-PnPPage \"MyPage\"", "CommandName": "Get-PnPPage", - "Id": 661, - "Command": "Get-PnPPage \"MyPage\"" + "Rank": 2, + "Id": 661 }, { - "Rank": 3, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", "CommandName": "Get-PnPPage", - "Id": 662, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "Rank": 3, + "Id": 662 }, { - "Rank": 4, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "CommandName": "Get-PnPPage", - "Id": 663, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Rank": 4, + "Id": 663 }, { - "Rank": 5, + "Command": "Get-PnPPage", "CommandName": "Get-PnPPage", - "Id": 664, - "Command": "Get-PnPPage" + "Rank": 5, + "Id": 664 }, { - "Rank": 1, + "Command": "Get-PnPPageComponent -Page Home", "CommandName": "Get-PnPPageComponent", - "Id": 665, - "Command": "Get-PnPPageComponent -Page Home" + "Rank": 1, + "Id": 665 }, { - "Rank": 2, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPPageComponent", - "Id": 666, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 2, + "Id": 666 }, { - "Rank": 3, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", "CommandName": "Get-PnPPageComponent", - "Id": 667, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "Rank": 3, + "Id": 667 }, { - "Rank": 1, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", "CommandName": "Get-PnPPageCopyProgress", - "Id": 668, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" + "Rank": 1, + "Id": 668 }, { - "Rank": 1, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", "CommandName": "Get-PnPPageLikedByInformation", - "Id": 669, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" + "Rank": 1, + "Id": 669 }, { - "Rank": 2, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", "CommandName": "Get-PnPPageLikedByInformation", - "Id": 670, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"" + "Rank": 2, + "Id": 670 }, { - "Rank": 3, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "CommandName": "Get-PnPPageLikedByInformation", - "Id": 671, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Rank": 3, + "Id": 671 }, { - "Rank": 1, + "Command": "Get-PnPPageSchedulingEnabled", "CommandName": "Get-PnPPageSchedulingEnabled", - "Id": 672, - "Command": "Get-PnPPageSchedulingEnabled" + "Rank": 1, + "Id": 672 }, { - "Rank": 1, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", "CommandName": "Get-PnPPlannerBucket", - "Id": 673, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Id": 673 }, { - "Rank": 1, + "Command": "Get-PnPPlannerConfiguration", "CommandName": "Get-PnPPlannerConfiguration", - "Id": 674, - "Command": "Get-PnPPlannerConfiguration" + "Rank": 1, + "Id": 674 }, { - "Rank": 1, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", "CommandName": "Get-PnPPlannerPlan", - "Id": 675, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "Rank": 1, + "Id": 675 }, { - "Rank": 2, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", "CommandName": "Get-PnPPlannerPlan", - "Id": 676, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "Rank": 2, + "Id": 676 }, { - "Rank": 3, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", "CommandName": "Get-PnPPlannerPlan", - "Id": 677, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "Rank": 3, + "Id": 677 }, { - "Rank": 1, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "CommandName": "Get-PnPPlannerRosterMember", - "Id": 678, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Rank": 1, + "Id": 678 }, { - "Rank": 1, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 679, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "Rank": 1, + "Id": 679 }, { - "Rank": 2, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 680, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 2, + "Id": 680 }, { - "Rank": 1, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", "CommandName": "Get-PnPPlannerTask", - "Id": 681, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "Rank": 1, + "Id": 681 }, { - "Rank": 2, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "CommandName": "Get-PnPPlannerTask", - "Id": 682, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 2, + "Id": 682 }, { - "Rank": 3, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "CommandName": "Get-PnPPlannerTask", - "Id": 683, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Rank": 3, + "Id": 683 }, { - "Rank": 1, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPPlannerUserPolicy", - "Id": 684, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 684 }, { - "Rank": 1, + "Command": "Get-PnPPowerApp", "CommandName": "Get-PnPPowerApp", - "Id": 685, - "Command": "Get-PnPPowerApp" + "Rank": 1, + "Id": 685 }, { - "Rank": 2, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPPowerApp", - "Id": 686, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Id": 686 }, { - "Rank": 1, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Id": 687, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Rank": 1, + "Id": 687 }, { - "Rank": 1, + "Command": "Get-PnPPowerPlatformEnvironment", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 688, - "Command": "Get-PnPPowerPlatformEnvironment" + "Rank": 1, + "Id": 688 }, { - "Rank": 2, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 689, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "Rank": 2, + "Id": 689 }, { - "Rank": 3, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 690, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "Rank": 3, + "Id": 690 }, { - "Rank": 1, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 691, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Rank": 1, + "Id": 691 }, { - "Rank": 2, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 692, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" + "Rank": 2, + "Id": 692 }, { - "Rank": 1, + "Command": "Get-PnPPowerShellTelemetryEnabled", "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Id": 693, - "Command": "Get-PnPPowerShellTelemetryEnabled" + "Rank": 1, + "Id": 693 }, { - "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 694, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "Rank": 1, + "Id": 694 }, { - "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 695, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" + "Rank": 2, + "Id": 695 }, { - "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementRole", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 696, - "Command": "Get-PnPPriviledgedIdentityManagementRole" + "Rank": 1, + "Id": 696 }, { - "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 697, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" + "Rank": 2, + "Id": 697 }, { - "Rank": 3, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 698, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" + "Rank": 3, + "Id": 698 }, { - "Rank": 1, + "Command": "Get-PnPProfileCardProperty", "CommandName": "Get-PnPProfileCardProperty", - "Id": 699, - "Command": "Get-PnPProfileCardProperty" + "Rank": 1, + "Id": 699 }, { - "Rank": 2, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", "CommandName": "Get-PnPProfileCardProperty", - "Id": 700, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" + "Rank": 2, + "Id": 700 }, { - "Rank": 1, + "Command": "Get-PnPPropertyBag", "CommandName": "Get-PnPPropertyBag", - "Id": 701, - "Command": "Get-PnPPropertyBag" + "Rank": 1, + "Id": 701 }, { - "Rank": 2, + "Command": "Get-PnPPropertyBag -Key MyKey", "CommandName": "Get-PnPPropertyBag", - "Id": 702, - "Command": "Get-PnPPropertyBag -Key MyKey" + "Rank": 2, + "Id": 702 }, { - "Rank": 3, + "Command": "Get-PnPPropertyBag -Folder /MyFolder", "CommandName": "Get-PnPPropertyBag", - "Id": 703, - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "Rank": 3, + "Id": 703 }, { - "Rank": 4, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", "CommandName": "Get-PnPPropertyBag", - "Id": 704, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "Rank": 4, + "Id": 704 }, { - "Rank": 5, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", "CommandName": "Get-PnPPropertyBag", - "Id": 705, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "Rank": 5, + "Id": 705 }, { - "Rank": 1, + "Command": "Get-PnPPublishingImageRendition", "CommandName": "Get-PnPPublishingImageRendition", - "Id": 706, - "Command": "Get-PnPPublishingImageRendition" + "Rank": 1, + "Id": 706 }, { - "Rank": 2, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", "CommandName": "Get-PnPPublishingImageRendition", - "Id": 707, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "Rank": 2, + "Id": 707 }, { - "Rank": 3, + "Command": "Get-PnPPublishingImageRendition -Identity 2", "CommandName": "Get-PnPPublishingImageRendition", - "Id": 708, - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "Rank": 3, + "Id": 708 }, { - "Rank": 1, + "Command": "Get-PnPRecycleBinItem", "CommandName": "Get-PnPRecycleBinItem", - "Id": 709, - "Command": "Get-PnPRecycleBinItem" + "Rank": 1, + "Id": 709 }, { - "Rank": 2, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", "CommandName": "Get-PnPRecycleBinItem", - "Id": 710, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" + "Rank": 2, + "Id": 710 }, { - "Rank": 3, + "Command": "Get-PnPRecycleBinItem -FirstStage", "CommandName": "Get-PnPRecycleBinItem", - "Id": 711, - "Command": "Get-PnPRecycleBinItem -FirstStage" + "Rank": 3, + "Id": 711 }, { - "Rank": 4, + "Command": "Get-PnPRecycleBinItem -SecondStage", "CommandName": "Get-PnPRecycleBinItem", - "Id": 712, - "Command": "Get-PnPRecycleBinItem -SecondStage" + "Rank": 4, + "Id": 712 }, { - "Rank": 5, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", "CommandName": "Get-PnPRecycleBinItem", - "Id": 713, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "Rank": 5, + "Id": 713 }, { - "Rank": 1, + "Command": "Get-PnPRequestAccessEmails", "CommandName": "Get-PnPRequestAccessEmails", - "Id": 714, - "Command": "Get-PnPRequestAccessEmails" + "Rank": 1, + "Id": 714 }, { - "Rank": 1, + "Command": "Get-PnPRetentionLabel", "CommandName": "Get-PnPRetentionLabel", - "Id": 715, - "Command": "Get-PnPRetentionLabel" + "Rank": 1, + "Id": 715 }, { - "Rank": 2, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", "CommandName": "Get-PnPRetentionLabel", - "Id": 716, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" + "Rank": 2, + "Id": 716 }, { - "Rank": 1, + "Command": "Get-PnPRoleDefinition", "CommandName": "Get-PnPRoleDefinition", - "Id": 717, - "Command": "Get-PnPRoleDefinition" + "Rank": 1, + "Id": 717 }, { - "Rank": 2, + "Command": "Get-PnPRoleDefinition -Identity Read", "CommandName": "Get-PnPRoleDefinition", - "Id": 718, - "Command": "Get-PnPRoleDefinition -Identity Read" + "Rank": 2, + "Id": 718 }, { - "Rank": 3, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", "CommandName": "Get-PnPRoleDefinition", - "Id": 719, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "Rank": 3, + "Id": 719 }, { - "Rank": 1, + "Command": "Get-PnPSearchConfiguration", "CommandName": "Get-PnPSearchConfiguration", - "Id": 720, - "Command": "Get-PnPSearchConfiguration" + "Rank": 1, + "Id": 720 }, { - "Rank": 2, + "Command": "Get-PnPSearchConfiguration -Scope Site", "CommandName": "Get-PnPSearchConfiguration", - "Id": 721, - "Command": "Get-PnPSearchConfiguration -Scope Site" + "Rank": 2, + "Id": 721 }, { - "Rank": 3, + "Command": "Get-PnPSearchConfiguration -Scope Subscription", "CommandName": "Get-PnPSearchConfiguration", - "Id": 722, - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "Rank": 3, + "Id": 722 }, { - "Rank": 4, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Get-PnPSearchConfiguration", - "Id": 723, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Id": 723 }, { - "Rank": 5, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", "CommandName": "Get-PnPSearchConfiguration", - "Id": 724, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "Rank": 5, + "Id": 724 }, { - "Rank": 6, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", "CommandName": "Get-PnPSearchConfiguration", - "Id": 725, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" + "Rank": 6, + "Id": 725 }, { - "Rank": 7, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", "CommandName": "Get-PnPSearchConfiguration", - "Id": 726, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" + "Rank": 7, + "Id": 726 }, { - "Rank": 8, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", "CommandName": "Get-PnPSearchConfiguration", - "Id": 727, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "Rank": 8, + "Id": 727 }, { - "Rank": 1, + "Command": "Get-PnPSearchCrawlLog", "CommandName": "Get-PnPSearchCrawlLog", - "Id": 728, - "Command": "Get-PnPSearchCrawlLog" + "Rank": 1, + "Id": 728 }, { - "Rank": 2, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", "CommandName": "Get-PnPSearchCrawlLog", - "Id": 729, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" + "Rank": 2, + "Id": 729 }, { - "Rank": 3, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", "CommandName": "Get-PnPSearchCrawlLog", - "Id": 730, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "Rank": 3, + "Id": 730 }, { - "Rank": 4, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", "CommandName": "Get-PnPSearchCrawlLog", - "Id": 731, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "Rank": 4, + "Id": 731 }, { - "Rank": 5, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", "CommandName": "Get-PnPSearchCrawlLog", - "Id": 732, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" + "Rank": 5, + "Id": 732 }, { - "Rank": 6, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", "CommandName": "Get-PnPSearchCrawlLog", - "Id": 733, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "Rank": 6, + "Id": 733 }, { - "Rank": 7, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", "CommandName": "Get-PnPSearchCrawlLog", - "Id": 734, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "Rank": 7, + "Id": 734 }, { - "Rank": 1, + "Command": "Get-PnPSearchExternalConnection", "CommandName": "Get-PnPSearchExternalConnection", - "Id": 735, - "Command": "Get-PnPSearchExternalConnection" + "Rank": 1, + "Id": 735 }, { - "Rank": 2, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalConnection", - "Id": 736, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Rank": 2, + "Id": 736 }, { - "Rank": 1, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "CommandName": "Get-PnPSearchExternalItem", - "Id": 737, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Rank": 1, + "Id": 737 }, { - "Rank": 2, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalItem", - "Id": 738, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" + "Rank": 2, + "Id": 738 }, { - "Rank": 1, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalSchema", - "Id": 739, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" + "Rank": 1, + "Id": 739 }, { - "Rank": 1, + "Command": "Get-PnPSearchSettings", "CommandName": "Get-PnPSearchSettings", - "Id": 740, - "Command": "Get-PnPSearchSettings" + "Rank": 1, + "Id": 740 }, { - "Rank": 1, + "Command": "Get-PnPServiceCurrentHealth", "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 741, - "Command": "Get-PnPServiceCurrentHealth" + "Rank": 1, + "Id": 741 }, { - "Rank": 2, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 742, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "Rank": 2, + "Id": 742 }, { - "Rank": 1, + "Command": "Get-PnPServiceHealthIssue", "CommandName": "Get-PnPServiceHealthIssue", - "Id": 743, - "Command": "Get-PnPServiceHealthIssue" + "Rank": 1, + "Id": 743 }, { - "Rank": 2, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", "CommandName": "Get-PnPServiceHealthIssue", - "Id": 744, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "Rank": 2, + "Id": 744 }, { - "Rank": 1, + "Command": "Get-PnPSharePointAddIn", "CommandName": "Get-PnPSharePointAddIn", - "Id": 745, - "Command": "Get-PnPSharePointAddIn" + "Rank": 1, + "Id": 745 }, { - "Rank": 2, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", "CommandName": "Get-PnPSharePointAddIn", - "Id": 746, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "Rank": 2, + "Id": 746 }, { - "Rank": 1, + "Command": "Get-PnPSharingForNonOwnersOfSite", "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Id": 747, - "Command": "Get-PnPSharingForNonOwnersOfSite" + "Rank": 1, + "Id": 747 }, { - "Rank": 1, + "Command": "Get-PnPSite", "CommandName": "Get-PnPSite", - "Id": 748, - "Command": "Get-PnPSite" + "Rank": 1, + "Id": 748 }, { - "Rank": 2, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", "CommandName": "Get-PnPSite", - "Id": 749, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "Rank": 2, + "Id": 749 }, { - "Rank": 1, + "Command": "Get-PnPSiteAnalyticsData -All", "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 750, - "Command": "Get-PnPSiteAnalyticsData -All" + "Rank": 1, + "Id": 750 }, { - "Rank": 2, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 751, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" + "Rank": 2, + "Id": 751 }, { - "Rank": 3, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 752, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 3, + "Id": 752 }, { - "Rank": 4, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 753, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Rank": 4, + "Id": 753 }, { - "Rank": 1, + "Command": "Get-PnPSiteClosure", "CommandName": "Get-PnPSiteClosure", - "Id": 754, - "Command": "Get-PnPSiteClosure" + "Rank": 1, + "Id": 754 }, { - "Rank": 1, + "Command": "Get-PnPSiteCollectionAdmin", "CommandName": "Get-PnPSiteCollectionAdmin", - "Id": 755, - "Command": "Get-PnPSiteCollectionAdmin" + "Rank": 1, + "Id": 755 }, { - "Rank": 1, + "Command": "Get-PnPSiteCollectionAppCatalog", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 756, - "Command": "Get-PnPSiteCollectionAppCatalog" + "Rank": 1, + "Id": 756 }, { - "Rank": 2, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 757, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "Rank": 2, + "Id": 757 }, { - "Rank": 3, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 758, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "Rank": 3, + "Id": 758 }, { - "Rank": 1, + "Command": "Get-PnPSiteCollectionTermStore", "CommandName": "Get-PnPSiteCollectionTermStore", - "Id": 759, - "Command": "Get-PnPSiteCollectionTermStore" + "Rank": 1, + "Id": 759 }, { - "Rank": 1, + "Command": "Get-PnPSiteDesign", "CommandName": "Get-PnPSiteDesign", - "Id": 760, - "Command": "Get-PnPSiteDesign" + "Rank": 1, + "Id": 760 }, { - "Rank": 2, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteDesign", - "Id": 761, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Id": 761 }, { - "Rank": 1, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteDesignRights", - "Id": 762, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Id": 762 }, { - "Rank": 1, + "Command": "Get-PnPSiteDesignRun", "CommandName": "Get-PnPSiteDesignRun", - "Id": 763, - "Command": "Get-PnPSiteDesignRun" + "Rank": 1, + "Id": 763 }, { - "Rank": 2, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", "CommandName": "Get-PnPSiteDesignRun", - "Id": 764, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" + "Rank": 2, + "Id": 764 }, { - "Rank": 1, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", "CommandName": "Get-PnPSiteDesignTask", - "Id": 765, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" + "Rank": 1, + "Id": 765 }, { - "Rank": 2, + "Command": "Get-PnPSiteDesignTask", "CommandName": "Get-PnPSiteDesignTask", - "Id": 766, - "Command": "Get-PnPSiteDesignTask" + "Rank": 2, + "Id": 766 }, { - "Rank": 3, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "CommandName": "Get-PnPSiteDesignTask", - "Id": 767, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Rank": 3, + "Id": 767 }, { - "Rank": 1, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 768, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "Rank": 1, + "Id": 768 }, { - "Rank": 1, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Id": 769, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Id": 769 }, { - "Rank": 1, + "Command": "Get-PnPSiteGroup", "CommandName": "Get-PnPSiteGroup", - "Id": 770, - "Command": "Get-PnPSiteGroup" + "Rank": 1, + "Id": 770 }, { - "Rank": 2, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", "CommandName": "Get-PnPSiteGroup", - "Id": 771, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Rank": 2, + "Id": 771 }, { - "Rank": 3, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", "CommandName": "Get-PnPSiteGroup", - "Id": 772, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "Rank": 3, + "Id": 772 }, { - "Rank": 4, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", "CommandName": "Get-PnPSiteGroup", - "Id": 773, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Rank": 4, + "Id": 773 }, { - "Rank": 1, + "Command": "Get-PnPSitePolicy", "CommandName": "Get-PnPSitePolicy", - "Id": 774, - "Command": "Get-PnPSitePolicy" + "Rank": 1, + "Id": 774 }, { - "Rank": 2, + "Command": "Get-PnPSitePolicy -AllAvailable", "CommandName": "Get-PnPSitePolicy", - "Id": 775, - "Command": "Get-PnPSitePolicy -AllAvailable" + "Rank": 2, + "Id": 775 }, { - "Rank": 3, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", "CommandName": "Get-PnPSitePolicy", - "Id": 776, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 3, + "Id": 776 }, { - "Rank": 1, + "Command": "Get-PnPSiteScript", "CommandName": "Get-PnPSiteScript", - "Id": 777, - "Command": "Get-PnPSiteScript" + "Rank": 1, + "Id": 777 }, { - "Rank": 2, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteScript", - "Id": 778, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 2, + "Id": 778 }, { - "Rank": 1, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", "CommandName": "Get-PnPSiteScriptFromList", - "Id": 779, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "Rank": 1, + "Id": 779 }, { - "Rank": 2, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", "CommandName": "Get-PnPSiteScriptFromList", - "Id": 780, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" + "Rank": 2, + "Id": 780 }, { - "Rank": 3, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", "CommandName": "Get-PnPSiteScriptFromList", - "Id": 781, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" + "Rank": 3, + "Id": 781 }, { - "Rank": 1, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 782, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "Rank": 1, + "Id": 782 }, { - "Rank": 2, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 783, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" + "Rank": 2, + "Id": 783 }, { - "Rank": 3, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 784, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" + "Rank": 3, + "Id": 784 }, { - "Rank": 4, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 785, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" + "Rank": 4, + "Id": 785 }, { - "Rank": 5, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 786, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "Rank": 5, + "Id": 786 }, { - "Rank": 6, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 787, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" + "Rank": 6, + "Id": 787 }, { - "Rank": 1, + "Command": "Get-PnPSiteSearchQueryResults", "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 788, - "Command": "Get-PnPSiteSearchQueryResults" + "Rank": 1, + "Id": 788 }, { - "Rank": 2, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 789, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "Rank": 2, + "Id": 789 }, { - "Rank": 3, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 790, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "Rank": 3, + "Id": 790 }, { - "Rank": 4, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 791, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "Rank": 4, + "Id": 791 }, { - "Rank": 5, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 792, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "Rank": 5, + "Id": 792 }, { - "Rank": 6, + "Command": "Get-PnPSiteSearchQueryResults -All", "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 793, - "Command": "Get-PnPSiteSearchQueryResults -All" + "Rank": 6, + "Id": 793 }, { - "Rank": 1, + "Command": "Get-PnPSiteSensitivityLabel", "CommandName": "Get-PnPSiteSensitivityLabel", - "Id": 794, - "Command": "Get-PnPSiteSensitivityLabel" + "Rank": 1, + "Id": 794 }, { - "Rank": 1, + "Command": "Get-PnPSiteTemplate -Out template.pnp", "CommandName": "Get-PnPSiteTemplate", - "Id": 795, - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "Rank": 1, + "Id": 795 }, { - "Rank": 2, + "Command": "Get-PnPSiteTemplate -Out template.xml", "CommandName": "Get-PnPSiteTemplate", - "Id": 796, - "Command": "Get-PnPSiteTemplate -Out template.xml" + "Rank": 2, + "Id": 796 }, { - "Rank": 3, + "Command": "Get-PnPSiteTemplate -Out template.md", "CommandName": "Get-PnPSiteTemplate", - "Id": 797, - "Command": "Get-PnPSiteTemplate -Out template.md" + "Rank": 3, + "Id": 797 }, { - "Rank": 4, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", "CommandName": "Get-PnPSiteTemplate", - "Id": 798, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "Rank": 4, + "Id": 798 }, { - "Rank": 5, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", "CommandName": "Get-PnPSiteTemplate", - "Id": 799, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "Rank": 5, + "Id": 799 }, { - "Rank": 6, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", "CommandName": "Get-PnPSiteTemplate", - "Id": 800, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "Rank": 6, + "Id": 800 }, { - "Rank": 7, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", "CommandName": "Get-PnPSiteTemplate", - "Id": 801, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "Rank": 7, + "Id": 801 }, { - "Rank": 8, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", "CommandName": "Get-PnPSiteTemplate", - "Id": 802, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" + "Rank": 8, + "Id": 802 }, { - "Rank": 9, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", "CommandName": "Get-PnPSiteTemplate", - "Id": 803, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "Rank": 9, + "Id": 803 }, { - "Rank": 10, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", "CommandName": "Get-PnPSiteTemplate", - "Id": 804, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" + "Rank": 10, + "Id": 804 }, { - "Rank": 11, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", "CommandName": "Get-PnPSiteTemplate", - "Id": 805, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" + "Rank": 11, + "Id": 805 }, { - "Rank": 12, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", "CommandName": "Get-PnPSiteTemplate", - "Id": 806, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "Rank": 12, + "Id": 806 }, { - "Rank": 13, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", "CommandName": "Get-PnPSiteTemplate", - "Id": 807, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" + "Rank": 13, + "Id": 807 }, { - "Rank": 14, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", "CommandName": "Get-PnPSiteTemplate", - "Id": 808, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" + "Rank": 14, + "Id": 808 }, { - "Rank": 1, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "CommandName": "Get-PnPSiteUserInvitations", - "Id": 809, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Rank": 1, + "Id": 809 }, { - "Rank": 1, + "Command": "Get-PnPSiteVersionPolicy", "CommandName": "Get-PnPSiteVersionPolicy", - "Id": 810, - "Command": "Get-PnPSiteVersionPolicy" + "Rank": 1, + "Id": 810 }, { - "Rank": 1, + "Command": "Get-PnPSiteVersionPolicyStatus", "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Id": 811, - "Command": "Get-PnPSiteVersionPolicyStatus" + "Rank": 1, + "Id": 811 }, { - "Rank": 1, + "Command": "Get-PnPStorageEntity", "CommandName": "Get-PnPStorageEntity", - "Id": 812, - "Command": "Get-PnPStorageEntity" + "Rank": 1, + "Id": 812 }, { - "Rank": 2, + "Command": "Get-PnPStorageEntity -Key MyKey", "CommandName": "Get-PnPStorageEntity", - "Id": 813, - "Command": "Get-PnPStorageEntity -Key MyKey" + "Rank": 2, + "Id": 813 }, { - "Rank": 3, + "Command": "Get-PnPStorageEntity -Scope Site", "CommandName": "Get-PnPStorageEntity", - "Id": 814, - "Command": "Get-PnPStorageEntity -Scope Site" + "Rank": 3, + "Id": 814 }, { - "Rank": 4, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", "CommandName": "Get-PnPStorageEntity", - "Id": 815, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 4, + "Id": 815 }, { - "Rank": 1, + "Command": "Get-PnPStoredCredential -Name O365", "CommandName": "Get-PnPStoredCredential", - "Id": 816, - "Command": "Get-PnPStoredCredential -Name O365" + "Rank": 1, + "Id": 816 }, { - "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Id": 817, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 1, + "Id": 817 }, { - "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Id": 818, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 1, + "Id": 818 }, { - "Rank": 1, + "Command": "Get-PnPSubWeb", "CommandName": "Get-PnPSubWeb", - "Id": 819, - "Command": "Get-PnPSubWeb" + "Rank": 1, + "Id": 819 }, { - "Rank": 2, + "Command": "Get-PnPSubWeb -Recurse", "CommandName": "Get-PnPSubWeb", - "Id": 820, - "Command": "Get-PnPSubWeb -Recurse" + "Rank": 2, + "Id": 820 }, { - "Rank": 3, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", "CommandName": "Get-PnPSubWeb", - "Id": 821, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" + "Rank": 3, + "Id": 821 }, { - "Rank": 4, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", "CommandName": "Get-PnPSubWeb", - "Id": 822, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "Rank": 4, + "Id": 822 }, { - "Rank": 5, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", "CommandName": "Get-PnPSubWeb", - "Id": 823, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "Rank": 5, + "Id": 823 }, { - "Rank": 1, + "Command": "Get-PnPSyntexModel", "CommandName": "Get-PnPSyntexModel", - "Id": 824, - "Command": "Get-PnPSyntexModel" + "Rank": 1, + "Id": 824 }, { - "Rank": 2, + "Command": "Get-PnPSyntexModel -Identity 1", "CommandName": "Get-PnPSyntexModel", - "Id": 825, - "Command": "Get-PnPSyntexModel -Identity 1" + "Rank": 2, + "Id": 825 }, { - "Rank": 3, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", "CommandName": "Get-PnPSyntexModel", - "Id": 826, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "Rank": 3, + "Id": 826 }, { - "Rank": 1, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", "CommandName": "Get-PnPSyntexModelPublication", - "Id": 827, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "Rank": 1, + "Id": 827 }, { - "Rank": 1, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", "CommandName": "Get-PnPTaxonomyItem", - "Id": 828, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" + "Rank": 1, + "Id": 828 }, { - "Rank": 1, + "Command": "Get-PnPTeamsApp", "CommandName": "Get-PnPTeamsApp", - "Id": 829, - "Command": "Get-PnPTeamsApp" + "Rank": 1, + "Id": 829 }, { - "Rank": 2, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", "CommandName": "Get-PnPTeamsApp", - "Id": 830, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" + "Rank": 2, + "Id": 830 }, { - "Rank": 3, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", "CommandName": "Get-PnPTeamsApp", - "Id": 831, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "Rank": 3, + "Id": 831 }, { - "Rank": 1, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", "CommandName": "Get-PnPTeamsChannel", - "Id": 832, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" + "Rank": 1, + "Id": 832 }, { - "Rank": 2, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", "CommandName": "Get-PnPTeamsChannel", - "Id": 833, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" + "Rank": 2, + "Id": 833 }, { - "Rank": 3, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "CommandName": "Get-PnPTeamsChannel", - "Id": 834, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Rank": 3, + "Id": 834 }, { - "Rank": 4, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", "CommandName": "Get-PnPTeamsChannel", - "Id": 835, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" + "Rank": 4, + "Id": 835 }, { - "Rank": 1, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 836, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" + "Rank": 1, + "Id": 836 }, { - "Rank": 2, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 837, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Rank": 2, + "Id": 837 }, { - "Rank": 1, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 838, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "Rank": 1, + "Id": 838 }, { - "Rank": 2, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 839, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" + "Rank": 2, + "Id": 839 }, { - "Rank": 1, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 840, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" + "Rank": 1, + "Id": 840 }, { - "Rank": 2, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 841, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" + "Rank": 2, + "Id": 841 }, { - "Rank": 1, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsChannelUser", - "Id": 842, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" + "Rank": 1, + "Id": 842 }, { - "Rank": 2, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", "CommandName": "Get-PnPTeamsChannelUser", - "Id": 843, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" + "Rank": 2, + "Id": 843 }, { - "Rank": 3, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", "CommandName": "Get-PnPTeamsChannelUser", - "Id": 844, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" + "Rank": 3, + "Id": 844 }, { - "Rank": 4, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Get-PnPTeamsChannelUser", - "Id": 845, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 4, + "Id": 845 }, { - "Rank": 1, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 846, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" + "Rank": 1, + "Id": 846 }, { - "Rank": 2, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 847, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "Rank": 2, + "Id": 847 }, { - "Rank": 1, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", "CommandName": "Get-PnPTeamsTab", - "Id": 848, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" + "Rank": 1, + "Id": 848 }, { - "Rank": 2, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", "CommandName": "Get-PnPTeamsTab", - "Id": 849, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" + "Rank": 2, + "Id": 849 }, { - "Rank": 3, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", "CommandName": "Get-PnPTeamsTab", - "Id": 850, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" + "Rank": 3, + "Id": 850 }, { - "Rank": 4, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsTab", - "Id": 851, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" + "Rank": 4, + "Id": 851 }, { - "Rank": 5, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", "CommandName": "Get-PnPTeamsTab", - "Id": 852, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" + "Rank": 5, + "Id": 852 }, { - "Rank": 1, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "CommandName": "Get-PnPTeamsTag", - "Id": 853, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Rank": 1, + "Id": 853 }, { - "Rank": 2, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "CommandName": "Get-PnPTeamsTag", - "Id": 854, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Rank": 2, + "Id": 854 }, { - "Rank": 1, + "Command": "Get-PnPTeamsTeam", "CommandName": "Get-PnPTeamsTeam", - "Id": 855, - "Command": "Get-PnPTeamsTeam" + "Rank": 1, + "Id": 855 }, { - "Rank": 2, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", "CommandName": "Get-PnPTeamsTeam", - "Id": 856, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "Rank": 2, + "Id": 856 }, { - "Rank": 3, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", "CommandName": "Get-PnPTeamsTeam", - "Id": 857, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" + "Rank": 3, + "Id": 857 }, { - "Rank": 4, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", "CommandName": "Get-PnPTeamsTeam", - "Id": 858, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "Rank": 4, + "Id": 858 }, { - "Rank": 5, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPTeamsTeam", - "Id": 859, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "Rank": 5, + "Id": 859 }, { - "Rank": 6, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", "CommandName": "Get-PnPTeamsTeam", - "Id": 860, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" + "Rank": 6, + "Id": 860 }, { - "Rank": 1, + "Command": "Get-PnPTeamsUser -Team MyTeam", "CommandName": "Get-PnPTeamsUser", - "Id": 861, - "Command": "Get-PnPTeamsUser -Team MyTeam" + "Rank": 1, + "Id": 861 }, { - "Rank": 2, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", "CommandName": "Get-PnPTeamsUser", - "Id": 862, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "Rank": 2, + "Id": 862 }, { - "Rank": 3, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", "CommandName": "Get-PnPTeamsUser", - "Id": 863, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "Rank": 3, + "Id": 863 }, { - "Rank": 4, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", "CommandName": "Get-PnPTeamsUser", - "Id": 864, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "Rank": 4, + "Id": 864 }, { - "Rank": 1, + "Command": "Get-PnPTemporarilyDisableAppBar", "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Id": 865, - "Command": "Get-PnPTemporarilyDisableAppBar" + "Rank": 1, + "Id": 865 }, { - "Rank": 1, + "Command": "Get-PnPTenant", "CommandName": "Get-PnPTenant", - "Id": 866, - "Command": "Get-PnPTenant" + "Rank": 1, + "Id": 866 }, { - "Rank": 1, + "Command": "Get-PnPTenantAppCatalogUrl", "CommandName": "Get-PnPTenantAppCatalogUrl", - "Id": 867, - "Command": "Get-PnPTenantAppCatalogUrl" + "Rank": 1, + "Id": 867 }, { - "Rank": 1, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", "CommandName": "Get-PnPTenantCdnEnabled", - "Id": 868, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "Rank": 1, + "Id": 868 }, { - "Rank": 1, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", "CommandName": "Get-PnPTenantCdnOrigin", - "Id": 869, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "Rank": 1, + "Id": 869 }, { - "Rank": 1, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", "CommandName": "Get-PnPTenantCdnPolicies", - "Id": 870, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "Rank": 1, + "Id": 870 }, { - "Rank": 1, + "Command": "Get-PnPTenantDeletedSite", "CommandName": "Get-PnPTenantDeletedSite", - "Id": 871, - "Command": "Get-PnPTenantDeletedSite" + "Rank": 1, + "Id": 871 }, { - "Rank": 2, + "Command": "Get-PnPTenantDeletedSite -Detailed", "CommandName": "Get-PnPTenantDeletedSite", - "Id": 872, - "Command": "Get-PnPTenantDeletedSite -Detailed" + "Rank": 2, + "Id": 872 }, { - "Rank": 3, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Get-PnPTenantDeletedSite", - "Id": 873, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 3, + "Id": 873 }, { - "Rank": 4, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", "CommandName": "Get-PnPTenantDeletedSite", - "Id": 874, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "Rank": 4, + "Id": 874 }, { - "Rank": 5, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", "CommandName": "Get-PnPTenantDeletedSite", - "Id": 875, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "Rank": 5, + "Id": 875 }, { - "Rank": 1, + "Command": "Get-PnPTenantId", "CommandName": "Get-PnPTenantId", - "Id": 876, - "Command": "Get-PnPTenantId" + "Rank": 1, + "Id": 876 }, { - "Rank": 2, + "Command": "Get-PnPTenantId contoso", "CommandName": "Get-PnPTenantId", - "Id": 877, - "Command": "Get-PnPTenantId contoso" + "Rank": 2, + "Id": 877 }, { - "Rank": 3, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", "CommandName": "Get-PnPTenantId", - "Id": 878, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "Rank": 3, + "Id": 878 }, { - "Rank": 4, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", "CommandName": "Get-PnPTenantId", - "Id": 879, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" + "Rank": 4, + "Id": 879 }, { - "Rank": 1, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", "CommandName": "Get-PnPTenantInfo", - "Id": 880, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" + "Rank": 1, + "Id": 880 }, { - "Rank": 2, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", "CommandName": "Get-PnPTenantInfo", - "Id": 881, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" + "Rank": 2, + "Id": 881 }, { - "Rank": 3, + "Command": "Get-PnPTenantInfo", "CommandName": "Get-PnPTenantInfo", - "Id": 882, - "Command": "Get-PnPTenantInfo" + "Rank": 3, + "Id": 882 }, { - "Rank": 4, + "Command": "Get-PnPTenantInfo -CurrentTenant", "CommandName": "Get-PnPTenantInfo", - "Id": 883, - "Command": "Get-PnPTenantInfo -CurrentTenant" + "Rank": 4, + "Id": 883 }, { - "Rank": 1, + "Command": "Get-PnPTenantInstance", "CommandName": "Get-PnPTenantInstance", - "Id": 884, - "Command": "Get-PnPTenantInstance" + "Rank": 1, + "Id": 884 }, { - "Rank": 1, + "Command": "Get-PnPTenantInternalSetting", "CommandName": "Get-PnPTenantInternalSetting", - "Id": 885, - "Command": "Get-PnPTenantInternalSetting" + "Rank": 1, + "Id": 885 }, { - "Rank": 1, + "Command": "Get-PnPTenantPronounsSetting", "CommandName": "Get-PnPTenantPronounsSetting", - "Id": 886, - "Command": "Get-PnPTenantPronounsSetting" + "Rank": 1, + "Id": 886 }, { - "Rank": 1, + "Command": "Get-PnPTenantRecycleBinItem", "CommandName": "Get-PnPTenantRecycleBinItem", - "Id": 887, - "Command": "Get-PnPTenantRecycleBinItem" + "Rank": 1, + "Id": 887 }, { - "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchAllowedList", "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Id": 888, - "Command": "Get-PnPTenantRestrictedSearchAllowedList" + "Rank": 1, + "Id": 888 }, { - "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchMode", "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Id": 889, - "Command": "Get-PnPTenantRestrictedSearchMode" + "Rank": 1, + "Id": 889 }, { - "Rank": 1, + "Command": "Get-PnPTenantRetentionLabel", "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 890, - "Command": "Get-PnPTenantRetentionLabel" + "Rank": 1, + "Id": 890 }, { - "Rank": 2, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 891, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" + "Rank": 2, + "Id": 891 }, { - "Rank": 1, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", "CommandName": "Get-PnPTenantSequence", - "Id": 892, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "Rank": 1, + "Id": 892 }, { - "Rank": 2, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", "CommandName": "Get-PnPTenantSequence", - "Id": 893, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "Rank": 2, + "Id": 893 }, { - "Rank": 1, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", "CommandName": "Get-PnPTenantSequenceSite", - "Id": 894, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "Rank": 1, + "Id": 894 }, { - "Rank": 2, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", "CommandName": "Get-PnPTenantSequenceSite", - "Id": 895, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" + "Rank": 2, + "Id": 895 }, { - "Rank": 1, + "Command": "Get-PnPTenantSite", "CommandName": "Get-PnPTenantSite", - "Id": 896, - "Command": "Get-PnPTenantSite" + "Rank": 1, + "Id": 896 }, { - "Rank": 2, + "Command": "Get-PnPTenantSite -Detailed", "CommandName": "Get-PnPTenantSite", - "Id": 897, - "Command": "Get-PnPTenantSite -Detailed" + "Rank": 2, + "Id": 897 }, { - "Rank": 3, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", "CommandName": "Get-PnPTenantSite", - "Id": 898, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "Rank": 3, + "Id": 898 }, { - "Rank": 4, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", "CommandName": "Get-PnPTenantSite", - "Id": 899, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" + "Rank": 4, + "Id": 899 }, { - "Rank": 5, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", "CommandName": "Get-PnPTenantSite", - "Id": 900, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" + "Rank": 5, + "Id": 900 }, { - "Rank": 6, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", "CommandName": "Get-PnPTenantSite", - "Id": 901, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" + "Rank": 6, + "Id": 901 }, { - "Rank": 7, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", "CommandName": "Get-PnPTenantSite", - "Id": 902, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "Rank": 7, + "Id": 902 }, { - "Rank": 8, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", "CommandName": "Get-PnPTenantSite", - "Id": 903, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "Rank": 8, + "Id": 903 }, { - "Rank": 9, + "Command": "Get-PnPTenantSite -GroupIdDefined $true", "CommandName": "Get-PnPTenantSite", - "Id": 904, - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "Rank": 9, + "Id": 904 }, { - "Rank": 1, + "Command": "Get-PnPTenantSyncClientRestriction", "CommandName": "Get-PnPTenantSyncClientRestriction", - "Id": 905, - "Command": "Get-PnPTenantSyncClientRestriction" + "Rank": 1, + "Id": 905 }, { - "Rank": 1, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", "CommandName": "Get-PnPTenantTemplate", - "Id": 906, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "Rank": 1, + "Id": 906 }, { - "Rank": 2, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", "CommandName": "Get-PnPTenantTemplate", - "Id": 907, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" + "Rank": 2, + "Id": 907 }, { - "Rank": 3, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", "CommandName": "Get-PnPTenantTemplate", - "Id": 908, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" + "Rank": 3, + "Id": 908 }, { - "Rank": 1, + "Command": "Get-PnPTenantTheme", "CommandName": "Get-PnPTenantTheme", - "Id": 909, - "Command": "Get-PnPTenantTheme" + "Rank": 1, + "Id": 909 }, { - "Rank": 2, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", "CommandName": "Get-PnPTenantTheme", - "Id": 910, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 2, + "Id": 910 }, { - "Rank": 3, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", "CommandName": "Get-PnPTenantTheme", - "Id": 911, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "Rank": 3, + "Id": 911 }, { - "Rank": 1, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Id": 912, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 1, + "Id": 912 }, { - "Rank": 2, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Id": 913, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Id": 913 }, { - "Rank": 3, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Id": 914, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 3, + "Id": 914 }, { - "Rank": 4, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", "CommandName": "Get-PnPTerm", - "Id": 915, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" + "Rank": 4, + "Id": 915 }, { - "Rank": 5, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", "CommandName": "Get-PnPTerm", - "Id": 916, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" + "Rank": 5, + "Id": 916 }, { - "Rank": 1, + "Command": "Get-PnPTermGroup", "CommandName": "Get-PnPTermGroup", - "Id": 917, - "Command": "Get-PnPTermGroup" + "Rank": 1, + "Id": 917 }, { - "Rank": 2, + "Command": "Get-PnPTermGroup -Identity \"Departments\"", "CommandName": "Get-PnPTermGroup", - "Id": 918, - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "Rank": 2, + "Id": 918 }, { - "Rank": 3, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", "CommandName": "Get-PnPTermGroup", - "Id": 919, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" + "Rank": 3, + "Id": 919 }, { - "Rank": 1, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", "CommandName": "Get-PnPTermLabel", - "Id": 920, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" + "Rank": 1, + "Id": 920 }, { - "Rank": 2, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", "CommandName": "Get-PnPTermLabel", - "Id": 921, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" + "Rank": 2, + "Id": 921 }, { - "Rank": 3, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermLabel", - "Id": 922, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 3, + "Id": 922 }, { - "Rank": 1, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermSet", - "Id": 923, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "Rank": 1, + "Id": 923 }, { - "Rank": 2, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermSet", - "Id": 924, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Id": 924 }, { - "Rank": 3, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", "CommandName": "Get-PnPTermSet", - "Id": 925, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" + "Rank": 3, + "Id": 925 }, { - "Rank": 4, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", "CommandName": "Get-PnPTermSet", - "Id": 926, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" + "Rank": 4, + "Id": 926 }, { - "Rank": 1, + "Command": "Get-PnPTheme", "CommandName": "Get-PnPTheme", - "Id": 927, - "Command": "Get-PnPTheme" + "Rank": 1, + "Id": 927 }, { - "Rank": 2, + "Command": "Get-PnPTheme -DetectCurrentComposedLook", "CommandName": "Get-PnPTheme", - "Id": 928, - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "Rank": 2, + "Id": 928 }, { - "Rank": 1, + "Command": "Get-PnPTimeZoneId", "CommandName": "Get-PnPTimeZoneId", - "Id": 929, - "Command": "Get-PnPTimeZoneId" + "Rank": 1, + "Id": 929 }, { - "Rank": 2, + "Command": "Get-PnPTimeZoneId -Match Stockholm", "CommandName": "Get-PnPTimeZoneId", - "Id": 930, - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "Rank": 2, + "Id": 930 }, { - "Rank": 1, + "Command": "Get-PnPTodoList", "CommandName": "Get-PnPTodoList", - "Id": 931, - "Command": "Get-PnPTodoList" + "Rank": 1, + "Id": 931 }, { - "Rank": 2, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "CommandName": "Get-PnPTodoList", - "Id": 932, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Rank": 2, + "Id": 932 }, { - "Rank": 3, + "Command": "Get-PnPTodoList -User john@doe.com", "CommandName": "Get-PnPTodoList", - "Id": 933, - "Command": "Get-PnPTodoList -User john@doe.com" + "Rank": 3, + "Id": 933 }, { - "Rank": 4, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "CommandName": "Get-PnPTodoList", - "Id": 934, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Rank": 4, + "Id": 934 }, { - "Rank": 1, + "Command": "Get-PnPTraceLog", "CommandName": "Get-PnPTraceLog", - "Id": 935, - "Command": "Get-PnPTraceLog" + "Rank": 1, + "Id": 935 }, { - "Rank": 2, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", "CommandName": "Get-PnPTraceLog", - "Id": 936, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" + "Rank": 2, + "Id": 936 }, { - "Rank": 3, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", "CommandName": "Get-PnPTraceLog", - "Id": 937, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" + "Rank": 3, + "Id": 937 }, { - "Rank": 4, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", "CommandName": "Get-PnPTraceLog", - "Id": 938, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" + "Rank": 4, + "Id": 938 }, { - "Rank": 5, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", "CommandName": "Get-PnPTraceLog", - "Id": 939, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" + "Rank": 5, + "Id": 939 }, { - "Rank": 6, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", "CommandName": "Get-PnPTraceLog", - "Id": 940, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" + "Rank": 6, + "Id": 940 }, { - "Rank": 1, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", "CommandName": "Get-PnPUnfurlLink", - "Id": 941, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" + "Rank": 1, + "Id": 941 }, { - "Rank": 1, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", "CommandName": "Get-PnPUnifiedAuditLog", - "Id": 942, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" + "Rank": 1, + "Id": 942 }, { - "Rank": 1, + "Command": "Get-PnPUPABulkImportStatus", "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 943, - "Command": "Get-PnPUPABulkImportStatus" + "Rank": 1, + "Id": 943 }, { - "Rank": 2, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 944, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "Rank": 2, + "Id": 944 }, { - "Rank": 3, + "Command": "Get-PnPUPABulkImportStatus -JobId ", "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 945, - "Command": "Get-PnPUPABulkImportStatus -JobId " + "Rank": 3, + "Id": 945 }, { - "Rank": 4, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 946, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "Rank": 4, + "Id": 946 }, { - "Rank": 1, + "Command": "Get-PnPUser", "CommandName": "Get-PnPUser", - "Id": 947, - "Command": "Get-PnPUser" + "Rank": 1, + "Id": 947 }, { - "Rank": 2, + "Command": "Get-PnPUser -Identity 23", "CommandName": "Get-PnPUser", - "Id": 948, - "Command": "Get-PnPUser -Identity 23" + "Rank": 2, + "Id": 948 }, { - "Rank": 3, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", "CommandName": "Get-PnPUser", - "Id": 949, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" + "Rank": 3, + "Id": 949 }, { - "Rank": 4, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", "CommandName": "Get-PnPUser", - "Id": 950, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" + "Rank": 4, + "Id": 950 }, { - "Rank": 5, + "Command": "Get-PnPUser -WithRightsAssigned", "CommandName": "Get-PnPUser", - "Id": 951, - "Command": "Get-PnPUser -WithRightsAssigned" + "Rank": 5, + "Id": 951 }, { - "Rank": 6, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", "CommandName": "Get-PnPUser", - "Id": 952, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "Rank": 6, + "Id": 952 }, { - "Rank": 7, + "Command": "Get-PnPUser -WithRightsAssignedDetailed", "CommandName": "Get-PnPUser", - "Id": 953, - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "Rank": 7, + "Id": 953 }, { - "Rank": 1, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", "CommandName": "Get-PnPUserOneDriveQuota", - "Id": 954, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "Rank": 1, + "Id": 954 }, { - "Rank": 1, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPUserProfilePhoto", - "Id": 955, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 955 }, { - "Rank": 2, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", "CommandName": "Get-PnPUserProfilePhoto", - "Id": 956, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" + "Rank": 2, + "Id": 956 }, { - "Rank": 1, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", "CommandName": "Get-PnPUserProfileProperty", - "Id": 957, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "Rank": 1, + "Id": 957 }, { - "Rank": 2, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", "CommandName": "Get-PnPUserProfileProperty", - "Id": 958, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" + "Rank": 2, + "Id": 958 }, { - "Rank": 3, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", "CommandName": "Get-PnPUserProfileProperty", - "Id": 959, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" + "Rank": 3, + "Id": 959 }, { - "Rank": 1, + "Command": "Get-PnPView -List \"Demo List\"", "CommandName": "Get-PnPView", - "Id": 960, - "Command": "Get-PnPView -List \"Demo List\"" + "Rank": 1, + "Id": 960 }, { - "Rank": 2, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", "CommandName": "Get-PnPView", - "Id": 961, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" + "Rank": 2, + "Id": 961 }, { - "Rank": 3, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", "CommandName": "Get-PnPView", - "Id": 962, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" + "Rank": 3, + "Id": 962 }, { - "Rank": 1, + "Command": "Get-PnPVivaConnectionsDashboardACE", "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 963, - "Command": "Get-PnPVivaConnectionsDashboardACE" + "Rank": 1, + "Id": 963 }, { - "Rank": 2, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 964, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Rank": 2, + "Id": 964 }, { - "Rank": 1, + "Command": "Get-PnPVivaEngageCommunity", "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 965, - "Command": "Get-PnPVivaEngageCommunity" + "Rank": 1, + "Id": 965 }, { - "Rank": 2, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 966, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Rank": 2, + "Id": 966 }, { - "Rank": 1, + "Command": "Get-PnPWeb", "CommandName": "Get-PnPWeb", - "Id": 967, - "Command": "Get-PnPWeb" + "Rank": 1, + "Id": 967 }, { - "Rank": 1, + "Command": "Get-PnPWebHeader", "CommandName": "Get-PnPWebHeader", - "Id": 968, - "Command": "Get-PnPWebHeader" + "Rank": 1, + "Id": 968 }, { - "Rank": 1, + "Command": "Get-PnPWebhookSubscription -List MyList", "CommandName": "Get-PnPWebhookSubscription", - "Id": 969, - "Command": "Get-PnPWebhookSubscription -List MyList" + "Rank": 1, + "Id": 969 }, { - "Rank": 1, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", "CommandName": "Get-PnPWebPart", - "Id": 970, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" + "Rank": 1, + "Id": 970 }, { - "Rank": 2, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPWebPart", - "Id": 971, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 2, + "Id": 971 }, { - "Rank": 1, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", "CommandName": "Get-PnPWebPartProperty", - "Id": 972, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" + "Rank": 1, + "Id": 972 }, { - "Rank": 2, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", "CommandName": "Get-PnPWebPartProperty", - "Id": 973, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" + "Rank": 2, + "Id": 973 }, { - "Rank": 1, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPWebPartXml", - "Id": 974, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Id": 974 }, { - "Rank": 1, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", "CommandName": "Get-PnPWebPermission", - "Id": 975, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" + "Rank": 1, + "Id": 975 }, { - "Rank": 2, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "CommandName": "Get-PnPWebPermission", - "Id": 976, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Rank": 2, + "Id": 976 }, { - "Rank": 1, + "Command": "Get-PnPWebTemplates", "CommandName": "Get-PnPWebTemplates", - "Id": 977, - "Command": "Get-PnPWebTemplates" + "Rank": 1, + "Id": 977 }, { - "Rank": 2, + "Command": "Get-PnPWebTemplates -LCID 1033", "CommandName": "Get-PnPWebTemplates", - "Id": 978, - "Command": "Get-PnPWebTemplates -LCID 1033" + "Rank": 2, + "Id": 978 }, { - "Rank": 3, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", "CommandName": "Get-PnPWebTemplates", - "Id": 979, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "Rank": 3, + "Id": 979 }, { - "Rank": 1, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", "CommandName": "Get-PnPWikiPageContent", - "Id": 980, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" + "Rank": 1, + "Id": 980 }, { - "Rank": 1, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 981, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" + "Rank": 1, + "Id": 981 }, { - "Rank": 2, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 982, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" + "Rank": 2, + "Id": 982 }, { - "Rank": 1, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Grant-PnPHubSiteRights", - "Id": 983, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Id": 983 }, { - "Rank": 1, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Grant-PnPSiteDesignRights", - "Id": 984, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Id": 984 }, { - "Rank": 1, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Id": 985, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Id": 985 }, { - "Rank": 1, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", "CommandName": "Import-PnPTaxonomy", - "Id": 986, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "Rank": 1, + "Id": 986 }, { - "Rank": 2, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", "CommandName": "Import-PnPTaxonomy", - "Id": 987, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" + "Rank": 2, + "Id": 987 }, { - "Rank": 3, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", "CommandName": "Import-PnPTaxonomy", - "Id": 988, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "Rank": 3, + "Id": 988 }, { - "Rank": 4, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", "CommandName": "Import-PnPTaxonomy", - "Id": 989, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "Rank": 4, + "Id": 989 }, { - "Rank": 1, + "Command": "Import-PnPTermGroupFromXml -Xml $xml", "CommandName": "Import-PnPTermGroupFromXml", - "Id": 990, - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "Rank": 1, + "Id": 990 }, { - "Rank": 2, + "Command": "Import-PnPTermGroupFromXml -Path input.xml", "CommandName": "Import-PnPTermGroupFromXml", - "Id": 991, - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "Rank": 2, + "Id": 991 }, { - "Rank": 1, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", "CommandName": "Import-PnPTermSet", - "Id": 992, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" + "Rank": 1, + "Id": 992 }, { - "Rank": 2, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", "CommandName": "Import-PnPTermSet", - "Id": 993, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" + "Rank": 2, + "Id": 993 }, { - "Rank": 3, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", "CommandName": "Import-PnPTermSet", - "Id": 994, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" + "Rank": 3, + "Id": 994 }, { - "Rank": 1, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Install-PnPApp", - "Id": 995, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 995 }, { - "Rank": 2, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Install-PnPApp", - "Id": 996, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Id": 996 }, { - "Rank": 1, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", "CommandName": "Invoke-PnPGraphMethod", - "Id": 997, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" + "Rank": 1, + "Id": 997 }, { - "Rank": 2, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", "CommandName": "Invoke-PnPGraphMethod", - "Id": 998, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "Rank": 2, + "Id": 998 }, { - "Rank": 3, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", "CommandName": "Invoke-PnPGraphMethod", - "Id": 999, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" + "Rank": 3, + "Id": 999 }, { - "Rank": 4, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", "CommandName": "Invoke-PnPGraphMethod", - "Id": 1000, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" + "Rank": 4, + "Id": 1000 }, { - "Rank": 5, + "Command": "Invoke-PnPGraphMethod -Url \"users\"", "CommandName": "Invoke-PnPGraphMethod", - "Id": 1001, - "Command": "Invoke-PnPGraphMethod -Url \"users\"" + "Rank": 5, + "Id": 1001 }, { - "Rank": 6, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", "CommandName": "Invoke-PnPGraphMethod", - "Id": 1002, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" + "Rank": 6, + "Id": 1002 }, { - "Rank": 7, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", "CommandName": "Invoke-PnPGraphMethod", - "Id": 1003, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" + "Rank": 7, + "Id": 1003 }, { - "Rank": 1, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Invoke-PnPListDesign", - "Id": 1004, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Id": 1004 }, { - "Rank": 2, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "CommandName": "Invoke-PnPListDesign", - "Id": 1005, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Rank": 2, + "Id": 1005 }, { - "Rank": 1, + "Command": "Invoke-PnPQuery -RetryCount 5", "CommandName": "Invoke-PnPQuery", - "Id": 1006, - "Command": "Invoke-PnPQuery -RetryCount 5" + "Rank": 1, + "Id": 1006 }, { - "Rank": 1, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Invoke-PnPSiteDesign", - "Id": 1007, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Id": 1007 }, { - "Rank": 2, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "CommandName": "Invoke-PnPSiteDesign", - "Id": 1008, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Rank": 2, + "Id": 1008 }, { - "Rank": 1, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", "CommandName": "Invoke-PnPSiteScript", - "Id": 1009, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" + "Rank": 1, + "Id": 1009 }, { - "Rank": 1, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "CommandName": "Invoke-PnPSiteSwap", - "Id": 1010, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Rank": 1, + "Id": 1010 }, { - "Rank": 2, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "CommandName": "Invoke-PnPSiteSwap", - "Id": 1011, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Rank": 2, + "Id": 1011 }, { - "Rank": 3, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", "CommandName": "Invoke-PnPSiteSwap", - "Id": 1012, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" + "Rank": 3, + "Id": 1012 }, { - "Rank": 1, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1013, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" + "Rank": 1, + "Id": 1013 }, { - "Rank": 2, + "Command": "Invoke-PnPSiteTemplate -Path template.xml", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1014, - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "Rank": 2, + "Id": 1014 }, { - "Rank": 3, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1015, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "Rank": 3, + "Id": 1015 }, { - "Rank": 4, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1016, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Rank": 4, + "Id": 1016 }, { - "Rank": 5, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1017, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "Rank": 5, + "Id": 1017 }, { - "Rank": 6, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1018, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "Rank": 6, + "Id": 1018 }, { - "Rank": 7, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1019, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "Rank": 7, + "Id": 1019 }, { - "Rank": 8, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1020, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template" + "Rank": 8, + "Id": 1020 }, { - "Rank": 9, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1021, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "Rank": 9, + "Id": 1021 }, { - "Rank": 1, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", "CommandName": "Invoke-PnPSPRestMethod", - "Id": 1022, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web" + "Rank": 1, + "Id": 1022 }, { - "Rank": 1, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1023, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "Rank": 1, + "Id": 1023 }, { - "Rank": 2, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1024, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "Rank": 2, + "Id": 1024 }, { - "Rank": 3, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1025, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Rank": 3, + "Id": 1025 }, { - "Rank": 1, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", "CommandName": "Invoke-PnPWebAction", - "Id": 1026, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "Rank": 1, + "Id": 1026 }, { - "Rank": 2, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", "CommandName": "Invoke-PnPWebAction", - "Id": 1027, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" + "Rank": 2, + "Id": 1027 }, { - "Rank": 1, + "Command": "Measure-PnPList \"Documents\"", "CommandName": "Measure-PnPList", - "Id": 1028, - "Command": "Measure-PnPList \"Documents\"" + "Rank": 1, + "Id": 1028 }, { - "Rank": 2, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", "CommandName": "Measure-PnPList", - "Id": 1029, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "Rank": 2, + "Id": 1029 }, { - "Rank": 1, + "Command": "Measure-PnPWeb", "CommandName": "Measure-PnPWeb", - "Id": 1030, - "Command": "Measure-PnPWeb" + "Rank": 1, + "Id": 1030 }, { - "Rank": 2, + "Command": "Measure-PnPWeb $web -Recursive", "CommandName": "Measure-PnPWeb", - "Id": 1031, - "Command": "Measure-PnPWeb $web -Recursive" + "Rank": 2, + "Id": 1031 }, { - "Rank": 1, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", "CommandName": "Merge-PnPTerm", - "Id": 1032, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" + "Rank": 1, + "Id": 1032 }, { - "Rank": 1, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", "CommandName": "Move-PnPFile", - "Id": 1033, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" + "Rank": 1, + "Id": 1033 }, { - "Rank": 2, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", "CommandName": "Move-PnPFile", - "Id": 1034, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" + "Rank": 2, + "Id": 1034 }, { - "Rank": 3, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "CommandName": "Move-PnPFile", - "Id": 1035, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Rank": 3, + "Id": 1035 }, { - "Rank": 4, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "CommandName": "Move-PnPFile", - "Id": 1036, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Rank": 4, + "Id": 1036 }, { - "Rank": 1, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", "CommandName": "Move-PnPFolder", - "Id": 1037, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" + "Rank": 1, + "Id": 1037 }, { - "Rank": 2, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", "CommandName": "Move-PnPFolder", - "Id": 1038, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" + "Rank": 2, + "Id": 1038 }, { - "Rank": 1, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", "CommandName": "Move-PnPListItemToRecycleBin", - "Id": 1039, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" + "Rank": 1, + "Id": 1039 }, { - "Rank": 1, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "CommandName": "Move-PnPPage", - "Id": 1040, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Rank": 1, + "Id": 1040 }, { - "Rank": 1, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", "CommandName": "Move-PnPPageComponent", - "Id": 1041, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" + "Rank": 1, + "Id": 1041 }, { - "Rank": 2, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", "CommandName": "Move-PnPPageComponent", - "Id": 1042, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" + "Rank": 2, + "Id": 1042 }, { - "Rank": 3, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", "CommandName": "Move-PnPPageComponent", - "Id": 1043, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" + "Rank": 3, + "Id": 1043 }, { - "Rank": 4, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", "CommandName": "Move-PnPPageComponent", - "Id": 1044, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" + "Rank": 4, + "Id": 1044 }, { - "Rank": 1, + "Command": "Move-PnPRecycleBinItem", "CommandName": "Move-PnpRecycleBinItem", - "Id": 1045, - "Command": "Move-PnPRecycleBinItem" + "Rank": 1, + "Id": 1045 }, { - "Rank": 2, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", "CommandName": "Move-PnpRecycleBinItem", - "Id": 1046, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" + "Rank": 2, + "Id": 1046 }, { - "Rank": 3, + "Command": "Move-PnPRecycleBinItem -Force", "CommandName": "Move-PnpRecycleBinItem", - "Id": 1047, - "Command": "Move-PnPRecycleBinItem -Force" + "Rank": 3, + "Id": 1047 }, { - "Rank": 1, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", "CommandName": "Move-PnPTerm", - "Id": 1048, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" + "Rank": 1, + "Id": 1048 }, { - "Rank": 2, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", "CommandName": "Move-PnPTerm", - "Id": 1049, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" + "Rank": 2, + "Id": 1049 }, { - "Rank": 3, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", "CommandName": "Move-PnPTerm", - "Id": 1050, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" + "Rank": 3, + "Id": 1050 }, { - "Rank": 1, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", "CommandName": "Move-PnPTermSet", - "Id": 1051, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" + "Rank": 1, + "Id": 1051 }, { - "Rank": 2, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", "CommandName": "Move-PnPTermSet", - "Id": 1052, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" + "Rank": 2, + "Id": 1052 }, { - "Rank": 1, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", "CommandName": "New-PnPAzureADGroup", - "Id": 1053, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" + "Rank": 1, + "Id": 1053 }, { - "Rank": 2, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", "CommandName": "New-PnPAzureADGroup", - "Id": 1054, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" + "Rank": 2, + "Id": 1054 }, { - "Rank": 3, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", "CommandName": "New-PnPAzureADGroup", - "Id": 1055, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" + "Rank": 3, + "Id": 1055 }, { - "Rank": 1, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1056, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "Rank": 1, + "Id": 1056 }, { - "Rank": 2, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1057, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" + "Rank": 2, + "Id": 1057 }, { - "Rank": 3, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1058, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" + "Rank": 3, + "Id": 1058 }, { - "Rank": 1, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", "CommandName": "New-PnPAzureCertificate", - "Id": 1059, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" + "Rank": 1, + "Id": 1059 }, { - "Rank": 2, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", "CommandName": "New-PnPAzureCertificate", - "Id": 1060, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "Rank": 2, + "Id": 1060 }, { - "Rank": 3, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", "CommandName": "New-PnPAzureCertificate", - "Id": 1061, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" + "Rank": 3, + "Id": 1061 }, { - "Rank": 4, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", "CommandName": "New-PnPAzureCertificate", - "Id": 1062, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" + "Rank": 4, + "Id": 1062 }, { - "Rank": 1, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", "CommandName": "New-PnPContainerType", - "Id": 1063, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" + "Rank": 1, + "Id": 1063 }, { - "Rank": 1, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", "CommandName": "New-PnPGraphSubscription", - "Id": 1064, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" + "Rank": 1, + "Id": 1064 }, { - "Rank": 2, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", "CommandName": "New-PnPGraphSubscription", - "Id": 1065, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" + "Rank": 2, + "Id": 1065 }, { - "Rank": 1, + "Command": "New-PnPGroup -Title \"My Site Users\"", "CommandName": "New-PnPGroup", - "Id": 1066, - "Command": "New-PnPGroup -Title \"My Site Users\"" + "Rank": 1, + "Id": 1066 }, { - "Rank": 1, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1067, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" + "Rank": 1, + "Id": 1067 }, { - "Rank": 2, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1068, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Id": 1068 }, { - "Rank": 3, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1069, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" + "Rank": 3, + "Id": 1069 }, { - "Rank": 4, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1070, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Rank": 4, + "Id": 1070 }, { - "Rank": 1, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Id": 1071, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Id": 1071 }, { - "Rank": 1, + "Command": "New-PnPList -Title Announcements -Template Announcements", "CommandName": "New-PnPList", - "Id": 1072, - "Command": "New-PnPList -Title Announcements -Template Announcements" + "Rank": 1, + "Id": 1072 }, { - "Rank": 2, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", "CommandName": "New-PnPList", - "Id": 1073, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" + "Rank": 2, + "Id": 1073 }, { - "Rank": 3, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", "CommandName": "New-PnPList", - "Id": 1074, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "Rank": 3, + "Id": 1074 }, { - "Rank": 1, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", "CommandName": "New-PnPMicrosoft365Group", - "Id": 1075, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" + "Rank": 1, + "Id": 1075 }, { - "Rank": 2, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", "CommandName": "New-PnPMicrosoft365Group", - "Id": 1076, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" + "Rank": 2, + "Id": 1076 }, { - "Rank": 3, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", "CommandName": "New-PnPMicrosoft365Group", - "Id": 1077, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" + "Rank": 3, + "Id": 1077 }, { - "Rank": 4, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", "CommandName": "New-PnPMicrosoft365Group", - "Id": 1078, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" + "Rank": 4, + "Id": 1078 }, { - "Rank": 5, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "CommandName": "New-PnPMicrosoft365Group", - "Id": 1079, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Rank": 5, + "Id": 1079 }, { - "Rank": 6, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "New-PnPMicrosoft365Group", - "Id": 1080, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Id": 1080 }, { - "Rank": 7, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", "CommandName": "New-PnPMicrosoft365Group", - "Id": 1081, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" + "Rank": 7, + "Id": 1081 }, { - "Rank": 1, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1082, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" + "Rank": 1, + "Id": 1082 }, { - "Rank": 2, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1083, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" + "Rank": 2, + "Id": 1083 }, { - "Rank": 1, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", "CommandName": "New-PnPPersonalSite", - "Id": 1084, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" + "Rank": 1, + "Id": 1084 }, { - "Rank": 1, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", "CommandName": "New-PnPPlannerPlan", - "Id": 1085, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "Rank": 1, + "Id": 1085 }, { - "Rank": 1, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", "CommandName": "New-PnpProfileCardProperty", - "Id": 1086, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" + "Rank": 1, + "Id": 1086 }, { - "Rank": 1, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", "CommandName": "New-PnPSdnProvider", - "Id": 1087, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "Rank": 1, + "Id": 1087 }, { - "Rank": 1, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", "CommandName": "New-PnPSearchExternalConnection", - "Id": 1088, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" + "Rank": 1, + "Id": 1088 }, { - "Rank": 2, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "CommandName": "New-PnPSearchExternalConnection", - "Id": 1089, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Rank": 2, + "Id": 1089 }, { - "Rank": 1, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "CommandName": "New-PnPSite", - "Id": 1090, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Rank": 1, + "Id": 1090 }, { - "Rank": 2, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", "CommandName": "New-PnPSite", - "Id": 1091, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" + "Rank": 2, + "Id": 1091 }, { - "Rank": 3, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "CommandName": "New-PnPSite", - "Id": 1092, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Rank": 3, + "Id": 1092 }, { - "Rank": 4, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "CommandName": "New-PnPSite", - "Id": 1093, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Rank": 4, + "Id": 1093 }, { - "Rank": 5, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "CommandName": "New-PnPSite", - "Id": 1094, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Rank": 5, + "Id": 1094 }, { - "Rank": 6, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Id": 1095, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Rank": 6, + "Id": 1095 }, { - "Rank": 7, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", "CommandName": "New-PnPSite", - "Id": 1096, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" + "Rank": 7, + "Id": 1096 }, { - "Rank": 8, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", "CommandName": "New-PnPSite", - "Id": 1097, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" + "Rank": 8, + "Id": 1097 }, { - "Rank": 9, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Id": 1098, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" + "Rank": 9, + "Id": 1098 }, { - "Rank": 10, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", "CommandName": "New-PnPSite", - "Id": 1099, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" + "Rank": 10, + "Id": 1099 }, { - "Rank": 11, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "CommandName": "New-PnPSite", - "Id": 1100, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Rank": 11, + "Id": 1100 }, { - "Rank": 12, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "CommandName": "New-PnPSite", - "Id": 1101, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Rank": 12, + "Id": 1101 }, { - "Rank": 13, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "CommandName": "New-PnPSite", - "Id": 1102, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Rank": 13, + "Id": 1102 }, { - "Rank": 14, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "CommandName": "New-PnPSite", - "Id": 1103, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Rank": 14, + "Id": 1103 }, { - "Rank": 15, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Id": 1104, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Rank": 15, + "Id": 1104 }, { - "Rank": 16, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", "CommandName": "New-PnPSite", - "Id": 1105, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" + "Rank": 16, + "Id": 1105 }, { - "Rank": 17, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", "CommandName": "New-PnPSite", - "Id": 1106, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" + "Rank": 17, + "Id": 1106 }, { - "Rank": 1, + "Command": "New-PnPSiteCollectionTermStore", "CommandName": "New-PnPSiteCollectionTermStore", - "Id": 1107, - "Command": "New-PnPSiteCollectionTermStore" + "Rank": 1, + "Id": 1107 }, { - "Rank": 1, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1108, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" + "Rank": 1, + "Id": 1108 }, { - "Rank": 2, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1109, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Id": 1109 }, { - "Rank": 3, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1110, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" + "Rank": 3, + "Id": 1110 }, { - "Rank": 4, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1111, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Rank": 4, + "Id": 1111 }, { - "Rank": 1, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Id": 1112, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Rank": 1, + "Id": 1112 }, { - "Rank": 1, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", "CommandName": "New-PnPSiteGroup", - "Id": 1113, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" + "Rank": 1, + "Id": 1113 }, { - "Rank": 2, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", "CommandName": "New-PnPSiteGroup", - "Id": 1114, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" + "Rank": 2, + "Id": 1114 }, { - "Rank": 1, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1115, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "Rank": 1, + "Id": 1115 }, { - "Rank": 2, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1116, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" + "Rank": 2, + "Id": 1116 }, { - "Rank": 3, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1117, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" + "Rank": 3, + "Id": 1117 }, { - "Rank": 4, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1118, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" + "Rank": 4, + "Id": 1118 }, { - "Rank": 5, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1119, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" + "Rank": 5, + "Id": 1119 }, { - "Rank": 6, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1120, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 6, + "Id": 1120 }, { - "Rank": 7, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1121, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "Rank": 7, + "Id": 1121 }, { - "Rank": 8, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1122, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" + "Rank": 8, + "Id": 1122 }, { - "Rank": 1, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", "CommandName": "New-PnPTeamsApp", - "Id": 1123, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "Rank": 1, + "Id": 1123 }, { - "Rank": 1, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", "CommandName": "New-PnPTeamsTeam", - "Id": 1124, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" + "Rank": 1, + "Id": 1124 }, { - "Rank": 2, + "Command": "New-PnPTeamsTeam -GroupId $groupId", "CommandName": "New-PnPTeamsTeam", - "Id": 1125, - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "Rank": 2, + "Id": 1125 }, { - "Rank": 3, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", "CommandName": "New-PnPTeamsTeam", - "Id": 1126, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" + "Rank": 3, + "Id": 1126 }, { - "Rank": 4, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "CommandName": "New-PnPTeamsTeam", - "Id": 1127, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Rank": 4, + "Id": 1127 }, { - "Rank": 5, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", "CommandName": "New-PnPTeamsTeam", - "Id": 1128, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" + "Rank": 5, + "Id": 1128 }, { - "Rank": 6, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "New-PnPTeamsTeam", - "Id": 1129, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Id": 1129 }, { - "Rank": 1, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", "CommandName": "New-PnPTenantSite", - "Id": 1130, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" + "Rank": 1, + "Id": 1130 }, { - "Rank": 2, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", "CommandName": "New-PnPTenantSite", - "Id": 1131, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" + "Rank": 2, + "Id": 1131 }, { - "Rank": 1, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", "CommandName": "New-PnPTerm", - "Id": 1132, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" + "Rank": 1, + "Id": 1132 }, { - "Rank": 2, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "New-PnPTerm", - "Id": 1133, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 2, + "Id": 1133 }, { - "Rank": 1, + "Command": "New-PnPTermGroup -GroupName \"Countries\"", "CommandName": "New-PnPTermGroup", - "Id": 1134, - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "Rank": 1, + "Id": 1134 }, { - "Rank": 2, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "CommandName": "New-PnPTermGroup", - "Id": 1135, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Rank": 2, + "Id": 1135 }, { - "Rank": 1, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", "CommandName": "New-PnPTermLabel", - "Id": 1136, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" + "Rank": 1, + "Id": 1136 }, { - "Rank": 1, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", "CommandName": "New-PnPTermSet", - "Id": 1137, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "Rank": 1, + "Id": 1137 }, { - "Rank": 1, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", "CommandName": "New-PnPTodoList", - "Id": 1138, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"" + "Rank": 1, + "Id": 1138 }, { - "Rank": 2, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", "CommandName": "New-PnPTodoList", - "Id": 1139, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" + "Rank": 2, + "Id": 1139 }, { - "Rank": 1, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", "CommandName": "New-PnPUPABulkImportJob", - "Id": 1140, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" + "Rank": 1, + "Id": 1140 }, { - "Rank": 2, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", "CommandName": "New-PnPUPABulkImportJob", - "Id": 1141, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" + "Rank": 2, + "Id": 1141 }, { - "Rank": 1, + "Command": "New-PnPUser -LoginName user@company.com", "CommandName": "New-PnPUser", - "Id": 1142, - "Command": "New-PnPUser -LoginName user@company.com" + "Rank": 1, + "Id": 1142 }, { - "Rank": 1, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", "CommandName": "New-PnPVivaEngageCommunity", - "Id": 1143, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" + "Rank": 1, + "Id": 1143 }, { - "Rank": 1, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", "CommandName": "New-PnPWeb", - "Id": 1144, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" + "Rank": 1, + "Id": 1144 }, { - "Rank": 1, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Publish-PnPApp", - "Id": 1145, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Rank": 1, + "Id": 1145 }, { - "Rank": 2, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", "CommandName": "Publish-PnPApp", - "Id": 1146, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" + "Rank": 2, + "Id": 1146 }, { - "Rank": 1, + "Command": "Publish-PnPContentType -ContentType 0x0101", "CommandName": "Publish-PnPContentType", - "Id": 1147, - "Command": "Publish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Id": 1147 }, { - "Rank": 1, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "CommandName": "Publish-PnPSyntexModel", - "Id": 1148, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Rank": 1, + "Id": 1148 }, { - "Rank": 2, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "CommandName": "Publish-PnPSyntexModel", - "Id": 1149, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Rank": 2, + "Id": 1149 }, { - "Rank": 1, + "Command": "Read-PnPSiteTemplate -Path template.pnp", "CommandName": "Read-PnPSiteTemplate", - "Id": 1150, - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "Rank": 1, + "Id": 1150 }, { - "Rank": 2, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", "CommandName": "Read-PnPSiteTemplate", - "Id": 1151, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "Rank": 2, + "Id": 1151 }, { - "Rank": 3, + "Command": "Read-PnPSiteTemplate -Xml $xml", "CommandName": "Read-PnPSiteTemplate", - "Id": 1152, - "Command": "Read-PnPSiteTemplate -Xml $xml" + "Rank": 3, + "Id": 1152 }, { - "Rank": 1, + "Command": "Read-PnPTenantTemplate -Path template.pnp", "CommandName": "Read-PnPTenantTemplate", - "Id": 1153, - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "Rank": 1, + "Id": 1153 }, { - "Rank": 1, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", "CommandName": "Register-PnPAppCatalogSite", - "Id": 1154, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" + "Rank": 1, + "Id": 1154 }, { - "Rank": 1, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", "CommandName": "Register-PnPAzureADApp", - "Id": 1155, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" + "Rank": 1, + "Id": 1155 }, { - "Rank": 2, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Id": 1156, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 2, + "Id": 1156 }, { - "Rank": 3, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", "CommandName": "Register-PnPAzureADApp", - "Id": 1157, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" + "Rank": 3, + "Id": 1157 }, { - "Rank": 4, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Id": 1158, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 4, + "Id": 1158 }, { - "Rank": 5, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Id": 1159, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 5, + "Id": 1159 }, { - "Rank": 6, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Id": 1160, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Rank": 6, + "Id": 1160 }, { - "Rank": 7, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", "CommandName": "Register-PnPAzureADApp", - "Id": 1161, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" + "Rank": 7, + "Id": 1161 }, { - "Rank": 8, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", "CommandName": "Register-PnPAzureADApp", - "Id": 1162, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" + "Rank": 8, + "Id": 1162 }, { - "Rank": 1, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1163, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" + "Rank": 1, + "Id": 1163 }, { - "Rank": 2, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1164, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" + "Rank": 2, + "Id": 1164 }, { - "Rank": 1, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "CommandName": "Register-PnPHubSite", - "Id": 1165, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Rank": 1, + "Id": 1165 }, { - "Rank": 2, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", "CommandName": "Register-PnPHubSite", - "Id": 1166, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" + "Rank": 2, + "Id": 1166 }, { - "Rank": 1, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1167, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "Rank": 1, + "Id": 1167 }, { - "Rank": 2, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1168, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "Rank": 2, + "Id": 1168 }, { - "Rank": 1, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", "CommandName": "Remove-PnPAlert", - "Id": 1169, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" + "Rank": 1, + "Id": 1169 }, { - "Rank": 2, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAlert", - "Id": 1170, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Rank": 2, + "Id": 1170 }, { - "Rank": 1, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Remove-PnPApp", - "Id": 1171, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 1171 }, { - "Rank": 2, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Remove-PnPApp", - "Id": 1172, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Id": 1172 }, { - "Rank": 1, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1173, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Id": 1173 }, { - "Rank": 2, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1174, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Rank": 2, + "Id": 1174 }, { - "Rank": 1, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1175, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "Rank": 1, + "Id": 1175 }, { - "Rank": 2, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1176, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 2, + "Id": 1176 }, { - "Rank": 1, + "Command": "Remove-PnPAzureADApp -Identity MyApp", "CommandName": "Remove-PnPAzureADApp", - "Id": 1177, - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "Rank": 1, + "Id": 1177 }, { - "Rank": 2, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Remove-PnPAzureADApp", - "Id": 1178, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Rank": 2, + "Id": 1178 }, { - "Rank": 1, + "Command": "Remove-PnPAzureADGroup -Identity $groupId", "CommandName": "Remove-PnPAzureADGroup", - "Id": 1179, - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "Rank": 1, + "Id": 1179 }, { - "Rank": 2, + "Command": "Remove-PnPAzureADGroup -Identity $group", "CommandName": "Remove-PnPAzureADGroup", - "Id": 1180, - "Command": "Remove-PnPAzureADGroup -Identity $group" + "Rank": 2, + "Id": 1180 }, { - "Rank": 1, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAzureADGroupMember", - "Id": 1181, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1181 }, { - "Rank": 1, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAzureADGroupOwner", - "Id": 1182, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1182 }, { - "Rank": 1, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1183, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" + "Rank": 1, + "Id": 1183 }, { - "Rank": 2, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1184, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" + "Rank": 2, + "Id": 1184 }, { - "Rank": 3, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1185, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Rank": 3, + "Id": 1185 }, { - "Rank": 4, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1186, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Rank": 4, + "Id": 1186 }, { - "Rank": 1, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", "CommandName": "Remove-PnPAzureADUser", - "Id": 1187, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" + "Rank": 1, + "Id": 1187 }, { - "Rank": 2, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", "CommandName": "Remove-PnPAzureADUser", - "Id": 1188, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" + "Rank": 2, + "Id": 1188 }, { - "Rank": 1, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Remove-PnPContainer", - "Id": 1189, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 1, + "Id": 1189 }, { - "Rank": 2, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "CommandName": "Remove-PnPContainer", - "Id": 1190, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Rank": 2, + "Id": 1190 }, { - "Rank": 1, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", "CommandName": "Remove-PnPContainerType", - "Id": 1191, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" + "Rank": 1, + "Id": 1191 }, { - "Rank": 1, + "Command": "Remove-PnPContentType -Identity \"Project Document\"", "CommandName": "Remove-PnPContentType", - "Id": 1192, - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "Rank": 1, + "Id": 1192 }, { - "Rank": 2, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", "CommandName": "Remove-PnPContentType", - "Id": 1193, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "Rank": 2, + "Id": 1193 }, { - "Rank": 1, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1194, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Rank": 1, + "Id": 1194 }, { - "Rank": 2, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1195, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Rank": 2, + "Id": 1195 }, { - "Rank": 1, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", "CommandName": "Remove-PnPContentTypeFromList", - "Id": 1196, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "Rank": 1, + "Id": 1196 }, { - "Rank": 1, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Remove-PnPCustomAction", - "Id": 1197, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Id": 1197 }, { - "Rank": 2, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "CommandName": "Remove-PnPCustomAction", - "Id": 1198, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Rank": 2, + "Id": 1198 }, { - "Rank": 3, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", "CommandName": "Remove-PnPCustomAction", - "Id": 1199, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" + "Rank": 3, + "Id": 1199 }, { - "Rank": 1, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Id": 1200, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 1, + "Id": 1200 }, { - "Rank": 1, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Remove-PnPEventReceiver", - "Id": 1201, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 1, + "Id": 1201 }, { - "Rank": 2, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Remove-PnPEventReceiver", - "Id": 1202, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Rank": 2, + "Id": 1202 }, { - "Rank": 3, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", "CommandName": "Remove-PnPEventReceiver", - "Id": 1203, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "Rank": 3, + "Id": 1203 }, { - "Rank": 4, + "Command": "Remove-PnPEventReceiver -List ProjectList", "CommandName": "Remove-PnPEventReceiver", - "Id": 1204, - "Command": "Remove-PnPEventReceiver -List ProjectList" + "Rank": 4, + "Id": 1204 }, { - "Rank": 5, + "Command": "Remove-PnPEventReceiver", "CommandName": "Remove-PnPEventReceiver", - "Id": 1205, - "Command": "Remove-PnPEventReceiver" + "Rank": 5, + "Id": 1205 }, { - "Rank": 6, + "Command": "Remove-PnPEventReceiver -Scope Site", "CommandName": "Remove-PnPEventReceiver", - "Id": 1206, - "Command": "Remove-PnPEventReceiver -Scope Site" + "Rank": 6, + "Id": 1206 }, { - "Rank": 7, + "Command": "Remove-PnPEventReceiver -Scope Web", "CommandName": "Remove-PnPEventReceiver", - "Id": 1207, - "Command": "Remove-PnPEventReceiver -Scope Web" + "Rank": 7, + "Id": 1207 }, { - "Rank": 8, + "Command": "Remove-PnPEventReceiver -Scope All", "CommandName": "Remove-PnPEventReceiver", - "Id": 1208, - "Command": "Remove-PnPEventReceiver -Scope All" + "Rank": 8, + "Id": 1208 }, { - "Rank": 1, + "Command": "Remove-PnPField -Identity \"Speakers\"", "CommandName": "Remove-PnPField", - "Id": 1209, - "Command": "Remove-PnPField -Identity \"Speakers\"" + "Rank": 1, + "Id": 1209 }, { - "Rank": 2, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", "CommandName": "Remove-PnPField", - "Id": 1210, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Rank": 2, + "Id": 1210 }, { - "Rank": 1, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1211, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Rank": 1, + "Id": 1211 }, { - "Rank": 2, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1212, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" + "Rank": 2, + "Id": 1212 }, { - "Rank": 1, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", "CommandName": "Remove-PnPFile", - "Id": 1213, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" + "Rank": 1, + "Id": 1213 }, { - "Rank": 2, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", "CommandName": "Remove-PnPFile", - "Id": 1214, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" + "Rank": 2, + "Id": 1214 }, { - "Rank": 3, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", "CommandName": "Remove-PnPFile", - "Id": 1215, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" + "Rank": 3, + "Id": 1215 }, { - "Rank": 1, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", "CommandName": "Remove-PnPFileFromSiteTemplate", - "Id": 1216, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "Rank": 1, + "Id": 1216 }, { - "Rank": 1, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Remove-PnPFileSharingLink", - "Id": 1217, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Rank": 1, + "Id": 1217 }, { - "Rank": 2, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", "CommandName": "Remove-PnPFileSharingLink", - "Id": 1218, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" + "Rank": 2, + "Id": 1218 }, { - "Rank": 1, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "CommandName": "Remove-PnPFileVersion", - "Id": 1219, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Rank": 1, + "Id": 1219 }, { - "Rank": 2, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "CommandName": "Remove-PnPFileVersion", - "Id": 1220, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Rank": 2, + "Id": 1220 }, { - "Rank": 3, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", "CommandName": "Remove-PnPFileVersion", - "Id": 1221, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "Rank": 3, + "Id": 1221 }, { - "Rank": 1, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Remove-PnPFlow", - "Id": 1222, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Id": 1222 }, { - "Rank": 2, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", "CommandName": "Remove-PnPFlow", - "Id": 1223, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" + "Rank": 2, + "Id": 1223 }, { - "Rank": 1, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", "CommandName": "Remove-PnPFlowOwner", - "Id": 1224, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" + "Rank": 1, + "Id": 1224 }, { - "Rank": 2, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", "CommandName": "Remove-PnPFlowOwner", - "Id": 1225, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" + "Rank": 2, + "Id": 1225 }, { - "Rank": 3, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", "CommandName": "Remove-PnPFlowOwner", - "Id": 1226, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" + "Rank": 3, + "Id": 1226 }, { - "Rank": 4, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", "CommandName": "Remove-PnPFlowOwner", - "Id": 1227, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" + "Rank": 4, + "Id": 1227 }, { - "Rank": 1, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "CommandName": "Remove-PnPFolder", - "Id": 1228, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Rank": 1, + "Id": 1228 }, { - "Rank": 2, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", "CommandName": "Remove-PnPFolder", - "Id": 1229, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" + "Rank": 2, + "Id": 1229 }, { - "Rank": 1, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1230, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Rank": 1, + "Id": 1230 }, { - "Rank": 2, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1231, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" + "Rank": 2, + "Id": 1231 }, { - "Rank": 1, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", "CommandName": "Remove-PnPGraphSubscription", - "Id": 1232, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" + "Rank": 1, + "Id": 1232 }, { - "Rank": 1, + "Command": "Remove-PnPGroup -Identity \"My Users\"", "CommandName": "Remove-PnPGroup", - "Id": 1233, - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "Rank": 1, + "Id": 1233 }, { - "Rank": 1, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "CommandName": "Remove-PnPGroupMember", - "Id": 1234, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Rank": 1, + "Id": 1234 }, { - "Rank": 1, + "Command": "Remove-PnPHomeSite", "CommandName": "Remove-PnPHomeSite", - "Id": 1235, - "Command": "Remove-PnPHomeSite" + "Rank": 1, + "Id": 1235 }, { - "Rank": 1, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", "CommandName": "Remove-PnPHubSiteAssociation", - "Id": 1236, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" + "Rank": 1, + "Id": 1236 }, { - "Rank": 1, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1237, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" + "Rank": 1, + "Id": 1237 }, { - "Rank": 2, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1238, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" + "Rank": 2, + "Id": 1238 }, { - "Rank": 1, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", "CommandName": "Remove-PnPIndexedProperty", - "Id": 1239, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "Rank": 1, + "Id": 1239 }, { - "Rank": 1, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1240, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "Rank": 1, + "Id": 1240 }, { - "Rank": 2, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1241, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "Rank": 2, + "Id": 1241 }, { - "Rank": 3, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1242, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" + "Rank": 3, + "Id": 1242 }, { - "Rank": 4, + "Command": "Remove-PnPJavaScriptLink -Scope Site", "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1243, - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "Rank": 4, + "Id": 1243 }, { - "Rank": 5, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1244, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" + "Rank": 5, + "Id": 1244 }, { - "Rank": 1, + "Command": "Remove-PnPKnowledgeHubSite", "CommandName": "Remove-PnPKnowledgeHubSite", - "Id": 1245, - "Command": "Remove-PnPKnowledgeHubSite" + "Rank": 1, + "Id": 1245 }, { - "Rank": 1, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1246, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" + "Rank": 1, + "Id": 1246 }, { - "Rank": 2, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1247, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Rank": 2, + "Id": 1247 }, { - "Rank": 1, + "Command": "Remove-PnPList -Identity Announcements", "CommandName": "Remove-PnPList", - "Id": 1248, - "Command": "Remove-PnPList -Identity Announcements" + "Rank": 1, + "Id": 1248 }, { - "Rank": 2, + "Command": "Remove-PnPList -Identity Announcements -Force", "CommandName": "Remove-PnPList", - "Id": 1249, - "Command": "Remove-PnPList -Identity Announcements -Force" + "Rank": 2, + "Id": 1249 }, { - "Rank": 3, + "Command": "Remove-PnPList -Identity Announcements -Recycle", "CommandName": "Remove-PnPList", - "Id": 1250, - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "Rank": 3, + "Id": 1250 }, { - "Rank": 4, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", "CommandName": "Remove-PnPList", - "Id": 1251, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "Rank": 4, + "Id": 1251 }, { - "Rank": 1, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPListDesign", - "Id": 1252, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Id": 1252 }, { - "Rank": 1, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", "CommandName": "Remove-PnPListItem", - "Id": 1253, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" + "Rank": 1, + "Id": 1253 }, { - "Rank": 2, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", "CommandName": "Remove-PnPListItem", - "Id": 1254, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" + "Rank": 2, + "Id": 1254 }, { - "Rank": 3, + "Command": "Remove-PnPListItem -List \"Demo List\"", "CommandName": "Remove-PnPListItem", - "Id": 1255, - "Command": "Remove-PnPListItem -List \"Demo List\"" + "Rank": 3, + "Id": 1255 }, { - "Rank": 1, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", "CommandName": "Remove-PnPListItemAttachment", - "Id": 1256, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" + "Rank": 1, + "Id": 1256 }, { - "Rank": 2, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", "CommandName": "Remove-PnPListItemAttachment", - "Id": 1257, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" + "Rank": 2, + "Id": 1257 }, { - "Rank": 3, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", "CommandName": "Remove-PnPListItemAttachment", - "Id": 1258, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" + "Rank": 3, + "Id": 1258 }, { - "Rank": 4, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", "CommandName": "Remove-PnPListItemAttachment", - "Id": 1259, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" + "Rank": 4, + "Id": 1259 }, { - "Rank": 5, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", "CommandName": "Remove-PnPListItemAttachment", - "Id": 1260, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" + "Rank": 5, + "Id": 1260 }, { - "Rank": 1, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", "CommandName": "Remove-PnPListItemComment", - "Id": 1261, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" + "Rank": 1, + "Id": 1261 }, { - "Rank": 2, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", "CommandName": "Remove-PnPListItemComment", - "Id": 1262, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" + "Rank": 2, + "Id": 1262 }, { - "Rank": 3, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", "CommandName": "Remove-PnPListItemComment", - "Id": 1263, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" + "Rank": 3, + "Id": 1263 }, { - "Rank": 4, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", "CommandName": "Remove-PnPListItemComment", - "Id": 1264, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" + "Rank": 4, + "Id": 1264 }, { - "Rank": 1, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "CommandName": "Remove-PnPListItemVersion", - "Id": 1265, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Rank": 1, + "Id": 1265 }, { - "Rank": 2, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "CommandName": "Remove-PnPListItemVersion", - "Id": 1266, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Rank": 2, + "Id": 1266 }, { - "Rank": 1, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", "CommandName": "Remove-PnPManagedAppId", - "Id": 1267, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" + "Rank": 1, + "Id": 1267 }, { - "Rank": 1, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1268, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "Rank": 1, + "Id": 1268 }, { - "Rank": 2, + "Command": "Remove-PnPMicrosoft365Group -Identity $group", "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1269, - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "Rank": 2, + "Id": 1269 }, { - "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Id": 1270, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1270 }, { - "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Id": 1271, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1271 }, { - "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Id": 1272, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" + "Rank": 1, + "Id": 1272 }, { - "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1273, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" + "Rank": 1, + "Id": 1273 }, { - "Rank": 2, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1274, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" + "Rank": 2, + "Id": 1274 }, { - "Rank": 1, + "Command": "Remove-PnPNavigationNode -Identity 1032", "CommandName": "Remove-PnPNavigationNode", - "Id": 1275, - "Command": "Remove-PnPNavigationNode -Identity 1032" + "Rank": 1, + "Id": 1275 }, { - "Rank": 2, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", "CommandName": "Remove-PnPNavigationNode", - "Id": 1276, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "Rank": 2, + "Id": 1276 }, { - "Rank": 3, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", "CommandName": "Remove-PnPNavigationNode", - "Id": 1277, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "Rank": 3, + "Id": 1277 }, { - "Rank": 1, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1278, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "Rank": 1, + "Id": 1278 }, { - "Rank": 2, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1279, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" + "Rank": 2, + "Id": 1279 }, { - "Rank": 3, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1280, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" + "Rank": 3, + "Id": 1280 }, { - "Rank": 1, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", "CommandName": "Remove-PnPOrgNewsSite", - "Id": 1281, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" + "Rank": 1, + "Id": 1281 }, { - "Rank": 1, + "Command": "Remove-PnPPage -Identity \"MyPage\"", "CommandName": "Remove-PnPPage", - "Id": 1282, - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "Rank": 1, + "Id": 1282 }, { - "Rank": 2, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", "CommandName": "Remove-PnPPage", - "Id": 1283, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "Rank": 2, + "Id": 1283 }, { - "Rank": 3, + "Command": "Remove-PnPPage $page", "CommandName": "Remove-PnPPage", - "Id": 1284, - "Command": "Remove-PnPPage $page" + "Rank": 3, + "Id": 1284 }, { - "Rank": 4, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", "CommandName": "Remove-PnPPage", - "Id": 1285, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "Rank": 4, + "Id": 1285 }, { - "Rank": 1, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Remove-PnPPageComponent", - "Id": 1286, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Id": 1286 }, { - "Rank": 1, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", "CommandName": "Remove-PnPPlannerBucket", - "Id": 1287, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" + "Rank": 1, + "Id": 1287 }, { - "Rank": 1, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", "CommandName": "Remove-PnPPlannerPlan", - "Id": 1288, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "Rank": 1, + "Id": 1288 }, { - "Rank": 1, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "CommandName": "Remove-PnPPlannerRoster", - "Id": 1289, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Rank": 1, + "Id": 1289 }, { - "Rank": 1, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPPlannerRosterMember", - "Id": 1290, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1290 }, { - "Rank": 1, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", "CommandName": "Remove-PnPPlannerTask", - "Id": 1291, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "Rank": 1, + "Id": 1291 }, { - "Rank": 1, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", "CommandName": "Remove-PnPProfileCardProperty", - "Id": 1292, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" + "Rank": 1, + "Id": 1292 }, { - "Rank": 1, + "Command": "Remove-PnPPropertyBagValue -Key MyKey", "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1293, - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "Rank": 1, + "Id": 1293 }, { - "Rank": 2, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1294, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "Rank": 2, + "Id": 1294 }, { - "Rank": 3, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1295, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "Rank": 3, + "Id": 1295 }, { - "Rank": 1, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "CommandName": "Remove-PnPPublishingImageRendition", - "Id": 1296, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Rank": 1, + "Id": 1296 }, { - "Rank": 1, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", "CommandName": "Remove-PnPRoleDefinition", - "Id": 1297, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "Rank": 1, + "Id": 1297 }, { - "Rank": 1, + "Command": "Remove-PnPSdnProvider -Confirm:false", "CommandName": "Remove-PnPSdnProvider", - "Id": 1298, - "Command": "Remove-PnPSdnProvider -Confirm:false" + "Rank": 1, + "Id": 1298 }, { - "Rank": 1, + "Command": "Remove-PnPSearchConfiguration -Configuration $config", "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1299, - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Id": 1299 }, { - "Rank": 2, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1300, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Id": 1300 }, { - "Rank": 3, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1301, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Id": 1301 }, { - "Rank": 4, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1302, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Id": 1302 }, { - "Rank": 1, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", "CommandName": "Remove-PnPSearchExternalConnection", - "Id": 1303, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Rank": 1, + "Id": 1303 }, { - "Rank": 1, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "CommandName": "Remove-PnPSearchExternalItem", - "Id": 1304, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Rank": 1, + "Id": 1304 }, { - "Rank": 1, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1305, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1305 }, { - "Rank": 2, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1306, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 2, + "Id": 1306 }, { - "Rank": 1, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Id": 1307, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Rank": 1, + "Id": 1307 }, { - "Rank": 1, + "Command": "Remove-PnPSiteCollectionTermStore", "CommandName": "Remove-PnPSiteCollectionTermStore", - "Id": 1308, - "Command": "Remove-PnPSiteCollectionTermStore" + "Rank": 1, + "Id": 1308 }, { - "Rank": 1, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteDesign", - "Id": 1309, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Id": 1309 }, { - "Rank": 1, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteDesignTask", - "Id": 1310, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Id": 1310 }, { - "Rank": 1, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1311, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" + "Rank": 1, + "Id": 1311 }, { - "Rank": 2, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1312, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" + "Rank": 2, + "Id": 1312 }, { - "Rank": 1, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Remove-PnPSiteGroup", - "Id": 1313, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Id": 1313 }, { - "Rank": 2, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", "CommandName": "Remove-PnPSiteGroup", - "Id": 1314, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "Rank": 2, + "Id": 1314 }, { - "Rank": 1, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteScript", - "Id": 1315, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Rank": 1, + "Id": 1315 }, { - "Rank": 1, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "CommandName": "Remove-PnPSiteUserInvitations", - "Id": 1316, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Rank": 1, + "Id": 1316 }, { - "Rank": 1, + "Command": "Remove-PnPStorageEntity -Key MyKey", "CommandName": "Remove-PnPStorageEntity", - "Id": 1317, - "Command": "Remove-PnPStorageEntity -Key MyKey" + "Rank": 1, + "Id": 1317 }, { - "Rank": 2, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", "CommandName": "Remove-PnPStorageEntity", - "Id": 1318, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "Rank": 2, + "Id": 1318 }, { - "Rank": 1, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", "CommandName": "Remove-PnPStoredCredential", - "Id": 1319, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "Rank": 1, + "Id": 1319 }, { - "Rank": 1, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1320, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "Rank": 1, + "Id": 1320 }, { - "Rank": 2, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1321, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "Rank": 2, + "Id": 1321 }, { - "Rank": 1, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", "CommandName": "Remove-PnPTeamsApp", - "Id": 1322, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" + "Rank": 1, + "Id": 1322 }, { - "Rank": 2, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", "CommandName": "Remove-PnPTeamsApp", - "Id": 1323, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "Rank": 2, + "Id": 1323 }, { - "Rank": 1, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", "CommandName": "Remove-PnPTeamsChannel", - "Id": 1324, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" + "Rank": 1, + "Id": 1324 }, { - "Rank": 1, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1325, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" + "Rank": 1, + "Id": 1325 }, { - "Rank": 2, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1326, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Rank": 2, + "Id": 1326 }, { - "Rank": 3, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1327, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" + "Rank": 3, + "Id": 1327 }, { - "Rank": 1, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", "CommandName": "Remove-PnPTeamsTab", - "Id": 1328, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" + "Rank": 1, + "Id": 1328 }, { - "Rank": 2, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", "CommandName": "Remove-PnPTeamsTab", - "Id": 1329, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" + "Rank": 2, + "Id": 1329 }, { - "Rank": 3, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", "CommandName": "Remove-PnPTeamsTab", - "Id": 1330, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" + "Rank": 3, + "Id": 1330 }, { - "Rank": 1, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "CommandName": "Remove-PnPTeamsTag", - "Id": 1331, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Rank": 1, + "Id": 1331 }, { - "Rank": 1, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "CommandName": "Remove-PnPTeamsTeam", - "Id": 1332, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Rank": 1, + "Id": 1332 }, { - "Rank": 2, + "Command": "Remove-PnPTeamsTeam -Identity testteam", "CommandName": "Remove-PnPTeamsTeam", - "Id": 1333, - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "Rank": 2, + "Id": 1333 }, { - "Rank": 1, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", "CommandName": "Remove-PnPTeamsUser", - "Id": 1334, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" + "Rank": 1, + "Id": 1334 }, { - "Rank": 2, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Remove-PnPTeamsUser", - "Id": 1335, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 2, + "Id": 1335 }, { - "Rank": 3, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", "CommandName": "Remove-PnPTeamsUser", - "Id": 1336, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" + "Rank": 3, + "Id": 1336 }, { - "Rank": 1, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "CommandName": "Remove-PnPTenantCdnOrigin", - "Id": 1337, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Rank": 1, + "Id": 1337 }, { - "Rank": 1, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1338, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Id": 1338 }, { - "Rank": 2, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1339, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Rank": 2, + "Id": 1339 }, { - "Rank": 1, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1340, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Rank": 1, + "Id": 1340 }, { - "Rank": 2, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1341, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Rank": 2, + "Id": 1341 }, { - "Rank": 3, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1342, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Rank": 3, + "Id": 1342 }, { - "Rank": 1, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Remove-PnPTenantSite", - "Id": 1343, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Id": 1343 }, { - "Rank": 2, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", "CommandName": "Remove-PnPTenantSite", - "Id": 1344, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" + "Rank": 2, + "Id": 1344 }, { - "Rank": 3, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", "CommandName": "Remove-PnPTenantSite", - "Id": 1345, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" + "Rank": 3, + "Id": 1345 }, { - "Rank": 1, + "Command": "Remove-PnPTenantSyncClientRestriction", "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Id": 1346, - "Command": "Remove-PnPTenantSyncClientRestriction" + "Rank": 1, + "Id": 1346 }, { - "Rank": 1, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", "CommandName": "Remove-PnPTenantTheme", - "Id": 1347, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Rank": 1, + "Id": 1347 }, { - "Rank": 1, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "CommandName": "Remove-PnPTerm", - "Id": 1348, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Rank": 1, + "Id": 1348 }, { - "Rank": 2, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Remove-PnPTerm", - "Id": 1349, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Id": 1349 }, { - "Rank": 1, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "CommandName": "Remove-PnPTermGroup", - "Id": 1350, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Rank": 1, + "Id": 1350 }, { - "Rank": 2, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", "CommandName": "Remove-PnPTermGroup", - "Id": 1351, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "Rank": 2, + "Id": 1351 }, { - "Rank": 3, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", "CommandName": "Remove-PnPTermGroup", - "Id": 1352, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "Rank": 3, + "Id": 1352 }, { - "Rank": 1, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", "CommandName": "Remove-PnPTermLabel", - "Id": 1353, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" + "Rank": 1, + "Id": 1353 }, { - "Rank": 2, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Remove-PnPTermLabel", - "Id": 1354, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Rank": 2, + "Id": 1354 }, { - "Rank": 1, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", "CommandName": "Remove-PnPTodoList", - "Id": 1355, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" + "Rank": 1, + "Id": 1355 }, { - "Rank": 2, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", "CommandName": "Remove-PnPTodoList", - "Id": 1356, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" + "Rank": 2, + "Id": 1356 }, { - "Rank": 1, + "Command": "Remove-PnPUser -Identity 23", "CommandName": "Remove-PnPUser", - "Id": 1357, - "Command": "Remove-PnPUser -Identity 23" + "Rank": 1, + "Id": 1357 }, { - "Rank": 2, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", "CommandName": "Remove-PnPUser", - "Id": 1358, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" + "Rank": 2, + "Id": 1358 }, { - "Rank": 3, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", "CommandName": "Remove-PnPUser", - "Id": 1359, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" + "Rank": 3, + "Id": 1359 }, { - "Rank": 1, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "CommandName": "Remove-PnPUserInfo", - "Id": 1360, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Rank": 1, + "Id": 1360 }, { - "Rank": 1, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", "CommandName": "Remove-PnPUserProfile", - "Id": 1361, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "Rank": 1, + "Id": 1361 }, { - "Rank": 1, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPUserProfilePhoto", - "Id": 1362, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1362 }, { - "Rank": 1, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", "CommandName": "Remove-PnPView", - "Id": 1363, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" + "Rank": 1, + "Id": 1363 }, { - "Rank": 1, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Id": 1364, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Rank": 1, + "Id": 1364 }, { - "Rank": 1, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "CommandName": "Remove-PnPVivaEngageCommunity", - "Id": 1365, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Rank": 1, + "Id": 1365 }, { - "Rank": 1, + "Command": "Remove-PnPWeb -Identity projectA", "CommandName": "Remove-PnPWeb", - "Id": 1366, - "Command": "Remove-PnPWeb -Identity projectA" + "Rank": 1, + "Id": 1366 }, { - "Rank": 2, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", "CommandName": "Remove-PnPWeb", - "Id": 1367, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" + "Rank": 2, + "Id": 1367 }, { - "Rank": 1, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", "CommandName": "Remove-PnPWebhookSubscription", - "Id": 1368, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" + "Rank": 1, + "Id": 1368 }, { - "Rank": 1, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Remove-PnPWebPart", - "Id": 1369, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Rank": 1, + "Id": 1369 }, { - "Rank": 2, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", "CommandName": "Remove-PnPWebPart", - "Id": 1370, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" + "Rank": 2, + "Id": 1370 }, { - "Rank": 1, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", "CommandName": "Remove-PnPWikiPage", - "Id": 1371, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "Rank": 1, + "Id": 1371 }, { - "Rank": 1, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", "CommandName": "Rename-PnPFile", - "Id": 1372, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" + "Rank": 1, + "Id": 1372 }, { - "Rank": 2, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", "CommandName": "Rename-PnPFile", - "Id": 1373, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" + "Rank": 2, + "Id": 1373 }, { - "Rank": 3, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", "CommandName": "Rename-PnPFile", - "Id": 1374, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" + "Rank": 3, + "Id": 1374 }, { - "Rank": 1, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", "CommandName": "Rename-PnPFolder", - "Id": 1375, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" + "Rank": 1, + "Id": 1375 }, { - "Rank": 1, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Repair-PnPSite", - "Id": 1376, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Id": 1376 }, { - "Rank": 2, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "CommandName": "Repair-PnPSite", - "Id": 1377, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Rank": 2, + "Id": 1377 }, { - "Rank": 1, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", "CommandName": "Request-PnPPersonalSite", - "Id": 1378, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" + "Rank": 1, + "Id": 1378 }, { - "Rank": 2, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", "CommandName": "Request-PnPPersonalSite", - "Id": 1379, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "Rank": 2, + "Id": 1379 }, { - "Rank": 1, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", "CommandName": "Request-PnPReIndexList", - "Id": 1380, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "Rank": 1, + "Id": 1380 }, { - "Rank": 1, + "Command": "Request-PnPReIndexWeb", "CommandName": "Request-PnPReIndexWeb", - "Id": 1381, - "Command": "Request-PnPReIndexWeb" + "Rank": 1, + "Id": 1381 }, { - "Rank": 1, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1382, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" + "Rank": 1, + "Id": 1382 }, { - "Rank": 2, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1383, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "Rank": 2, + "Id": 1383 }, { - "Rank": 3, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1384, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" + "Rank": 3, + "Id": 1384 }, { - "Rank": 1, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", "CommandName": "Reset-PnPDocumentId", - "Id": 1385, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" + "Rank": 1, + "Id": 1385 }, { - "Rank": 2, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", "CommandName": "Reset-PnPDocumentId", - "Id": 1386, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" + "Rank": 2, + "Id": 1386 }, { - "Rank": 1, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", "CommandName": "Reset-PnPFileVersion", - "Id": 1387, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "Rank": 1, + "Id": 1387 }, { - "Rank": 2, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", "CommandName": "Reset-PnPFileVersion", - "Id": 1388, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" + "Rank": 2, + "Id": 1388 }, { - "Rank": 1, + "Command": "Reset-PnPMicrosoft365GroupExpiration", "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Id": 1389, - "Command": "Reset-PnPMicrosoft365GroupExpiration" + "Rank": 1, + "Id": 1389 }, { - "Rank": 1, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", "CommandName": "Reset-PnPRetentionLabel", - "Id": 1390, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" + "Rank": 1, + "Id": 1390 }, { - "Rank": 2, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", "CommandName": "Reset-PnPRetentionLabel", - "Id": 1391, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" + "Rank": 2, + "Id": 1391 }, { - "Rank": 1, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Id": 1392, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "Rank": 1, + "Id": 1392 }, { - "Rank": 1, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", "CommandName": "Resolve-PnPFolder", - "Id": 1393, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "Rank": 1, + "Id": 1393 }, { - "Rank": 1, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Restart-PnPFlowRun", - "Id": 1394, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 1, + "Id": 1394 }, { - "Rank": 1, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Restore-PnPDeletedContainer", - "Id": 1395, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Rank": 1, + "Id": 1395 }, { - "Rank": 1, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Id": 1396, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Rank": 1, + "Id": 1396 }, { - "Rank": 1, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "CommandName": "Restore-PnPFileVersion", - "Id": 1397, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Rank": 1, + "Id": 1397 }, { - "Rank": 2, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", "CommandName": "Restore-PnPFileVersion", - "Id": 1398, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" + "Rank": 2, + "Id": 1398 }, { - "Rank": 3, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "CommandName": "Restore-PnPFileVersion", - "Id": 1399, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Rank": 3, + "Id": 1399 }, { - "Rank": 1, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Restore-PnPFlow", - "Id": 1400, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 1, + "Id": 1400 }, { - "Rank": 2, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Restore-PnPFlow", - "Id": 1401, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Rank": 2, + "Id": 1401 }, { - "Rank": 1, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "CommandName": "Restore-PnPListItemVersion", - "Id": 1402, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Rank": 1, + "Id": 1402 }, { - "Rank": 2, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "CommandName": "Restore-PnPListItemVersion", - "Id": 1403, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Rank": 2, + "Id": 1403 }, { - "Rank": 1, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "CommandName": "Restore-PnPRecycleBinItem", - "Id": 1404, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Rank": 1, + "Id": 1404 }, { - "Rank": 1, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1405, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Id": 1405 }, { - "Rank": 2, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1406, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Rank": 2, + "Id": 1406 }, { - "Rank": 1, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Restore-PnPTenantSite", - "Id": 1407, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Rank": 1, + "Id": 1407 }, { - "Rank": 2, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "CommandName": "Restore-PnPTenantSite", - "Id": 1408, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Rank": 2, + "Id": 1408 }, { - "Rank": 3, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", "CommandName": "Restore-PnPTenantSite", - "Id": 1409, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" + "Rank": 3, + "Id": 1409 }, { - "Rank": 1, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Id": 1410, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "Rank": 1, + "Id": 1410 }, { - "Rank": 1, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Revoke-PnPHubSiteRights", - "Id": 1411, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Id": 1411 }, { - "Rank": 1, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Revoke-PnPSiteDesignRights", - "Id": 1412, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Rank": 1, + "Id": 1412 }, { - "Rank": 1, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Id": 1413, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Rank": 1, + "Id": 1413 }, { - "Rank": 1, + "Command": "Revoke-PnPUserSession -User user1@contoso.com", "CommandName": "Revoke-PnPUserSession", - "Id": 1414, - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "Rank": 1, + "Id": 1414 }, { - "Rank": 1, + "Command": "Save-PnPPageConversionLog", "CommandName": "Save-PnPPageConversionLog", - "Id": 1415, - "Command": "Save-PnPPageConversionLog" + "Rank": 1, + "Id": 1415 }, { - "Rank": 1, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", "CommandName": "Save-PnPSiteTemplate", - "Id": 1416, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" + "Rank": 1, + "Id": 1416 }, { - "Rank": 1, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", "CommandName": "Save-PnPTenantTemplate", - "Id": 1417, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" + "Rank": 1, + "Id": 1417 }, { - "Rank": 1, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", "CommandName": "Send-PnPMail", - "Id": 1418, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Rank": 1, + "Id": 1418 }, { - "Rank": 2, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", "CommandName": "Send-PnPMail", - "Id": 1419, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" + "Rank": 2, + "Id": 1419 }, { - "Rank": 3, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", "CommandName": "Send-PnPMail", - "Id": 1420, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Rank": 3, + "Id": 1420 }, { - "Rank": 4, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", "CommandName": "Send-PnPMail", - "Id": 1421, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" + "Rank": 4, + "Id": 1421 }, { - "Rank": 5, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", "CommandName": "Send-PnPMail", - "Id": 1422, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" + "Rank": 5, + "Id": 1422 }, { - "Rank": 1, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", "CommandName": "Set-PnPAdaptiveScopeProperty", - "Id": 1423, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "Rank": 1, + "Id": 1423 }, { - "Rank": 1, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1424, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Rank": 1, + "Id": 1424 }, { - "Rank": 2, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1425, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Rank": 2, + "Id": 1425 }, { - "Rank": 1, + "Command": "Set-PnPAppSideLoading -On", "CommandName": "Set-PnPAppSideLoading", - "Id": 1426, - "Command": "Set-PnPAppSideLoading -On" + "Rank": 1, + "Id": 1426 }, { - "Rank": 2, + "Command": "Set-PnPAppSideLoading -Off", "CommandName": "Set-PnPAppSideLoading", - "Id": 1427, - "Command": "Set-PnPAppSideLoading -Off" + "Rank": 2, + "Id": 1427 }, { - "Rank": 1, + "Command": "Set-PnPAuditing -EnableAll", "CommandName": "Set-PnPAuditing", - "Id": 1428, - "Command": "Set-PnPAuditing -EnableAll" + "Rank": 1, + "Id": 1428 }, { - "Rank": 2, + "Command": "Set-PnPAuditing -DisableAll", "CommandName": "Set-PnPAuditing", - "Id": 1429, - "Command": "Set-PnPAuditing -DisableAll" + "Rank": 2, + "Id": 1429 }, { - "Rank": 3, + "Command": "Set-PnPAuditing -RetentionTime 7", "CommandName": "Set-PnPAuditing", - "Id": 1430, - "Command": "Set-PnPAuditing -RetentionTime 7" + "Rank": 3, + "Id": 1430 }, { - "Rank": 4, + "Command": "Set-PnPAuditing -TrimAuditLog", "CommandName": "Set-PnPAuditing", - "Id": 1431, - "Command": "Set-PnPAuditing -TrimAuditLog" + "Rank": 4, + "Id": 1431 }, { - "Rank": 5, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", "CommandName": "Set-PnPAuditing", - "Id": 1432, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "Rank": 5, + "Id": 1432 }, { - "Rank": 1, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", "CommandName": "Set-PnPAvailablePageLayouts", - "Id": 1433, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "Rank": 1, + "Id": 1433 }, { - "Rank": 1, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1434, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "Rank": 1, + "Id": 1434 }, { - "Rank": 2, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1435, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" + "Rank": 2, + "Id": 1435 }, { - "Rank": 1, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPAzureADGroup", - "Id": 1436, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Id": 1436 }, { - "Rank": 2, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPAzureADGroup", - "Id": 1437, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Id": 1437 }, { - "Rank": 3, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", "CommandName": "Set-PnPAzureADGroup", - "Id": 1438, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" + "Rank": 3, + "Id": 1438 }, { - "Rank": 1, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1439, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" + "Rank": 1, + "Id": 1439 }, { - "Rank": 2, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1440, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" + "Rank": 2, + "Id": 1440 }, { - "Rank": 3, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1441, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "Rank": 3, + "Id": 1441 }, { - "Rank": 1, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1442, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "Rank": 1, + "Id": 1442 }, { - "Rank": 2, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1443, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "Rank": 2, + "Id": 1443 }, { - "Rank": 1, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1444, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" + "Rank": 1, + "Id": 1444 }, { - "Rank": 2, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1445, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" + "Rank": 2, + "Id": 1445 }, { - "Rank": 3, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1446, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "Rank": 3, + "Id": 1446 }, { - "Rank": 4, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1447, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "Rank": 4, + "Id": 1447 }, { - "Rank": 1, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", "CommandName": "Set-PnPContentType", - "Id": 1448, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Rank": 1, + "Id": 1448 }, { - "Rank": 2, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", "CommandName": "Set-PnPContentType", - "Id": 1449, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" + "Rank": 2, + "Id": 1449 }, { - "Rank": 3, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", "CommandName": "Set-PnPContentType", - "Id": 1450, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Rank": 3, + "Id": 1450 }, { - "Rank": 4, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "CommandName": "Set-PnPContentType", - "Id": 1451, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Rank": 4, + "Id": 1451 }, { - "Rank": 5, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "CommandName": "Set-PnPContentType", - "Id": 1452, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Rank": 5, + "Id": 1452 }, { - "Rank": 1, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1453, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" + "Rank": 1, + "Id": 1453 }, { - "Rank": 2, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1454, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" + "Rank": 2, + "Id": 1454 }, { - "Rank": 1, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1455, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" + "Rank": 1, + "Id": 1455 }, { - "Rank": 2, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1456, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" + "Rank": 2, + "Id": 1456 }, { - "Rank": 3, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1457, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" + "Rank": 3, + "Id": 1457 }, { - "Rank": 4, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1458, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" + "Rank": 4, + "Id": 1458 }, { - "Rank": 1, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", "CommandName": "Set-PnPDefaultContentTypeToList", - "Id": 1459, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "Rank": 1, + "Id": 1459 }, { - "Rank": 1, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1460, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "Rank": 1, + "Id": 1460 }, { - "Rank": 2, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1461, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "Rank": 2, + "Id": 1461 }, { - "Rank": 3, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1462, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "Rank": 3, + "Id": 1462 }, { - "Rank": 1, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1463, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "Rank": 1, + "Id": 1463 }, { - "Rank": 2, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1464, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Rank": 2, + "Id": 1464 }, { - "Rank": 3, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1465, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Rank": 3, + "Id": 1465 }, { - "Rank": 1, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", "CommandName": "Set-PnPDocumentSetField", - "Id": 1466, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" + "Rank": 1, + "Id": 1466 }, { - "Rank": 2, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", "CommandName": "Set-PnPDocumentSetField", - "Id": 1467, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" + "Rank": 2, + "Id": 1467 }, { - "Rank": 1, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", "CommandName": "Set-PnPField", - "Id": 1468, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" + "Rank": 1, + "Id": 1468 }, { - "Rank": 2, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", "CommandName": "Set-PnPField", - "Id": 1469, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" + "Rank": 2, + "Id": 1469 }, { - "Rank": 3, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", "CommandName": "Set-PnPField", - "Id": 1470, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" + "Rank": 3, + "Id": 1470 }, { - "Rank": 1, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", "CommandName": "Set-PnPFileCheckedIn", - "Id": 1471, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "Rank": 1, + "Id": 1471 }, { - "Rank": 2, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", "CommandName": "Set-PnPFileCheckedIn", - "Id": 1472, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" + "Rank": 2, + "Id": 1472 }, { - "Rank": 3, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", "CommandName": "Set-PnPFileCheckedIn", - "Id": 1473, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "Rank": 3, + "Id": 1473 }, { - "Rank": 1, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", "CommandName": "Set-PnPFileCheckedOut", - "Id": 1474, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" + "Rank": 1, + "Id": 1474 }, { - "Rank": 1, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1475, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" + "Rank": 1, + "Id": 1475 }, { - "Rank": 2, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1476, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" + "Rank": 2, + "Id": 1476 }, { - "Rank": 3, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1477, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" + "Rank": 3, + "Id": 1477 }, { - "Rank": 1, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPFolderPermission", - "Id": 1478, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Id": 1478 }, { - "Rank": 2, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPFolderPermission", - "Id": 1479, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Id": 1479 }, { - "Rank": 3, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "CommandName": "Set-PnPFolderPermission", - "Id": 1480, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Rank": 3, + "Id": 1480 }, { - "Rank": 1, + "Command": "Set-PnPFooter -Enabled:$true", "CommandName": "Set-PnPFooter", - "Id": 1481, - "Command": "Set-PnPFooter -Enabled:$true" + "Rank": 1, + "Id": 1481 }, { - "Rank": 2, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", "CommandName": "Set-PnPFooter", - "Id": 1482, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" + "Rank": 2, + "Id": 1482 }, { - "Rank": 3, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", "CommandName": "Set-PnPFooter", - "Id": 1483, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" + "Rank": 3, + "Id": 1483 }, { - "Rank": 4, + "Command": "Set-PnPFooter -LogoUrl \"\"", "CommandName": "Set-PnPFooter", - "Id": 1484, - "Command": "Set-PnPFooter -LogoUrl \"\"" + "Rank": 4, + "Id": 1484 }, { - "Rank": 1, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", "CommandName": "Set-PnPGraphSubscription", - "Id": 1485, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" + "Rank": 1, + "Id": 1485 }, { - "Rank": 1, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", "CommandName": "Set-PnPGroup", - "Id": 1486, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" + "Rank": 1, + "Id": 1486 }, { - "Rank": 2, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", "CommandName": "Set-PnPGroup", - "Id": 1487, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" + "Rank": 2, + "Id": 1487 }, { - "Rank": 1, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", "CommandName": "Set-PnPGroupPermissions", - "Id": 1488, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" + "Rank": 1, + "Id": 1488 }, { - "Rank": 2, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", "CommandName": "Set-PnPGroupPermissions", - "Id": 1489, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" + "Rank": 2, + "Id": 1489 }, { - "Rank": 3, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", "CommandName": "Set-PnPGroupPermissions", - "Id": 1490, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" + "Rank": 3, + "Id": 1490 }, { - "Rank": 4, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", "CommandName": "Set-PnPGroupPermissions", - "Id": 1491, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" + "Rank": 4, + "Id": 1491 }, { - "Rank": 5, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", "CommandName": "Set-PnPGroupPermissions", - "Id": 1492, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" + "Rank": 5, + "Id": 1492 }, { - "Rank": 1, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1493, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "Rank": 1, + "Id": 1493 }, { - "Rank": 2, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1494, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "Rank": 2, + "Id": 1494 }, { - "Rank": 1, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", "CommandName": "Set-PnPHomePage", - "Id": 1495, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "Rank": 1, + "Id": 1495 }, { - "Rank": 2, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", "CommandName": "Set-PnPHomePage", - "Id": 1496, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "Rank": 2, + "Id": 1496 }, { - "Rank": 1, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "CommandName": "Set-PnPHomeSite", - "Id": 1497, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Rank": 1, + "Id": 1497 }, { - "Rank": 2, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", "CommandName": "Set-PnPHomeSite", - "Id": 1498, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" + "Rank": 2, + "Id": 1498 }, { - "Rank": 3, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", "CommandName": "Set-PnPHomeSite", - "Id": 1499, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" + "Rank": 3, + "Id": 1499 }, { - "Rank": 1, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", "CommandName": "Set-PnPHubSite", - "Id": 1500, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" + "Rank": 1, + "Id": 1500 }, { - "Rank": 2, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", "CommandName": "Set-PnPHubSite", - "Id": 1501, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" + "Rank": 2, + "Id": 1501 }, { - "Rank": 3, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", "CommandName": "Set-PnPHubSite", - "Id": 1502, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" + "Rank": 3, + "Id": 1502 }, { - "Rank": 4, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", "CommandName": "Set-PnPHubSite", - "Id": 1503, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" + "Rank": 4, + "Id": 1503 }, { - "Rank": 5, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", "CommandName": "Set-PnPHubSite", - "Id": 1504, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" + "Rank": 5, + "Id": 1504 }, { - "Rank": 6, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", "CommandName": "Set-PnPHubSite", - "Id": 1505, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" + "Rank": 6, + "Id": 1505 }, { - "Rank": 1, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", "CommandName": "Set-PnPImageListItemColumn", - "Id": 1506, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" + "Rank": 1, + "Id": 1506 }, { - "Rank": 2, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", "CommandName": "Set-PnPImageListItemColumn", - "Id": 1507, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" + "Rank": 2, + "Id": 1507 }, { - "Rank": 1, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", "CommandName": "Set-PnPIndexedProperties", - "Id": 1508, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "Rank": 1, + "Id": 1508 }, { - "Rank": 1, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1509, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "Rank": 1, + "Id": 1509 }, { - "Rank": 2, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1510, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "Rank": 2, + "Id": 1510 }, { - "Rank": 1, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", "CommandName": "Set-PnPKnowledgeHubSite", - "Id": 1511, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" + "Rank": 1, + "Id": 1511 }, { - "Rank": 1, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", "CommandName": "Set-PnPList", - "Id": 1512, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "Rank": 1, + "Id": 1512 }, { - "Rank": 2, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", "CommandName": "Set-PnPList", - "Id": 1513, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "Rank": 2, + "Id": 1513 }, { - "Rank": 3, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", "CommandName": "Set-PnPList", - "Id": 1514, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "Rank": 3, + "Id": 1514 }, { - "Rank": 4, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", "CommandName": "Set-PnPList", - "Id": 1515, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" + "Rank": 4, + "Id": 1515 }, { - "Rank": 5, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", "CommandName": "Set-PnPList", - "Id": 1516, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" + "Rank": 5, + "Id": 1516 }, { - "Rank": 6, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", "CommandName": "Set-PnPList", - "Id": 1517, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "Rank": 6, + "Id": 1517 }, { - "Rank": 7, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", "CommandName": "Set-PnPList", - "Id": 1518, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" + "Rank": 7, + "Id": 1518 }, { - "Rank": 8, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", "CommandName": "Set-PnPList", - "Id": 1519, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "Rank": 8, + "Id": 1519 }, { - "Rank": 9, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", "CommandName": "Set-PnPList", - "Id": 1520, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" + "Rank": 9, + "Id": 1520 }, { - "Rank": 10, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", "CommandName": "Set-PnPList", - "Id": 1521, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" + "Rank": 10, + "Id": 1521 }, { - "Rank": 11, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", "CommandName": "Set-PnPList", - "Id": 1522, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "Rank": 11, + "Id": 1522 }, { - "Rank": 12, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", "CommandName": "Set-PnPList", - "Id": 1523, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" + "Rank": 12, + "Id": 1523 }, { - "Rank": 1, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1524, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "Rank": 1, + "Id": 1524 }, { - "Rank": 2, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1525, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" + "Rank": 2, + "Id": 1525 }, { - "Rank": 1, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Id": 1526, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 1, + "Id": 1526 }, { - "Rank": 2, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Id": 1527, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 2, + "Id": 1527 }, { - "Rank": 3, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Id": 1528, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Rank": 3, + "Id": 1528 }, { - "Rank": 4, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", "CommandName": "Set-PnPListItem", - "Id": 1529, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" + "Rank": 4, + "Id": 1529 }, { - "Rank": 5, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", "CommandName": "Set-PnPListItem", - "Id": 1530, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" + "Rank": 5, + "Id": 1530 }, { - "Rank": 1, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", "CommandName": "Set-PnPListItemAsRecord", - "Id": 1531, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Id": 1531 }, { - "Rank": 2, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", "CommandName": "Set-PnPListItemAsRecord", - "Id": 1532, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" + "Rank": 2, + "Id": 1532 }, { - "Rank": 1, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPListItemPermission", - "Id": 1533, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Id": 1533 }, { - "Rank": 2, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPListItemPermission", - "Id": 1534, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Id": 1534 }, { - "Rank": 3, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "CommandName": "Set-PnPListItemPermission", - "Id": 1535, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Rank": 3, + "Id": 1535 }, { - "Rank": 4, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", "CommandName": "Set-PnPListItemPermission", - "Id": 1536, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "Rank": 4, + "Id": 1536 }, { - "Rank": 5, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", "CommandName": "Set-PnPListItemPermission", - "Id": 1537, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" + "Rank": 5, + "Id": 1537 }, { - "Rank": 1, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPListPermission", - "Id": 1538, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" + "Rank": 1, + "Id": 1538 }, { - "Rank": 2, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPListPermission", - "Id": 1539, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Rank": 2, + "Id": 1539 }, { - "Rank": 1, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1540, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "Rank": 1, + "Id": 1540 }, { - "Rank": 2, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1541, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "Rank": 2, + "Id": 1541 }, { - "Rank": 1, + "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", "CommandName": "Set-PnPManagedAppId", - "Id": 1542, - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" + "Rank": 1, + "Id": 1542 }, { - "Rank": 1, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Id": 1543, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Rank": 1, + "Id": 1543 }, { - "Rank": 2, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Id": 1544, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Rank": 2, + "Id": 1544 }, { - "Rank": 3, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Id": 1545, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Rank": 3, + "Id": 1545 }, { - "Rank": 4, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Id": 1546, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Rank": 4, + "Id": 1546 }, { - "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1547, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "Rank": 1, + "Id": 1547 }, { - "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1548, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Id": 1548 }, { - "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1549, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "Rank": 3, + "Id": 1549 }, { - "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1550, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "Rank": 1, + "Id": 1550 }, { - "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1551, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Id": 1551 }, { - "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1552, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "Rank": 3, + "Id": 1552 }, { - "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1553, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "Rank": 1, + "Id": 1553 }, { - "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1554, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Id": 1554 }, { - "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1555, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "Rank": 3, + "Id": 1555 }, { - "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1556, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "Rank": 1, + "Id": 1556 }, { - "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1557, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Id": 1557 }, { - "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1558, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "Rank": 3, + "Id": 1558 }, { - "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1559, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "Rank": 1, + "Id": 1559 }, { - "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1560, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Id": 1560 }, { - "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsRead", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1561, - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "Rank": 3, + "Id": 1561 }, { - "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1562, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "Rank": 1, + "Id": 1562 }, { - "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1563, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "Rank": 2, + "Id": 1563 }, { - "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1564, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "Rank": 3, + "Id": 1564 }, { - "Rank": 1, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1565, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "Rank": 1, + "Id": 1565 }, { - "Rank": 2, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1566, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Rank": 2, + "Id": 1566 }, { - "Rank": 3, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1567, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "Rank": 3, + "Id": 1567 }, { - "Rank": 4, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1568, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "Rank": 4, + "Id": 1568 }, { - "Rank": 5, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1569, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" + "Rank": 5, + "Id": 1569 }, { - "Rank": 6, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1570, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Rank": 6, + "Id": 1570 }, { - "Rank": 1, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1571, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "Rank": 1, + "Id": 1571 }, { - "Rank": 2, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1572, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" + "Rank": 2, + "Id": 1572 }, { - "Rank": 1, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1573, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Rank": 1, + "Id": 1573 }, { - "Rank": 2, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1574, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" + "Rank": 2, + "Id": 1574 }, { - "Rank": 1, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", "CommandName": "Set-PnPPage", - "Id": 1575, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" + "Rank": 1, + "Id": 1575 }, { - "Rank": 2, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", "CommandName": "Set-PnPPage", - "Id": 1576, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "Rank": 2, + "Id": 1576 }, { - "Rank": 3, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", "CommandName": "Set-PnPPage", - "Id": 1577, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "Rank": 3, + "Id": 1577 }, { - "Rank": 4, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", "CommandName": "Set-PnPPage", - "Id": 1578, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "Rank": 4, + "Id": 1578 }, { - "Rank": 5, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", "CommandName": "Set-PnPPage", - "Id": 1579, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "Rank": 5, + "Id": 1579 }, { - "Rank": 6, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", "CommandName": "Set-PnPPage", - "Id": 1580, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" + "Rank": 6, + "Id": 1580 }, { - "Rank": 7, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", "CommandName": "Set-PnPPage", - "Id": 1581, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" + "Rank": 7, + "Id": 1581 }, { - "Rank": 8, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", "CommandName": "Set-PnPPage", - "Id": 1582, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" + "Rank": 8, + "Id": 1582 }, { - "Rank": 9, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", "CommandName": "Set-PnPPage", - "Id": 1583, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" + "Rank": 9, + "Id": 1583 }, { - "Rank": 10, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", "CommandName": "Set-PnPPage", - "Id": 1584, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Rank": 10, + "Id": 1584 }, { - "Rank": 11, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", "CommandName": "Set-PnPPage", - "Id": 1585, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" + "Rank": 11, + "Id": 1585 }, { - "Rank": 12, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", "CommandName": "Set-PnPPage", - "Id": 1586, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" + "Rank": 12, + "Id": 1586 }, { - "Rank": 13, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", "CommandName": "Set-PnPPage", - "Id": 1587, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" + "Rank": 13, + "Id": 1587 }, { - "Rank": 1, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", "CommandName": "Set-PnPPageTextPart", - "Id": 1588, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" + "Rank": 1, + "Id": 1588 }, { - "Rank": 1, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", "CommandName": "Set-PnPPageWebPart", - "Id": 1589, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" + "Rank": 1, + "Id": 1589 }, { - "Rank": 2, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", "CommandName": "Set-PnPPageWebPart", - "Id": 1590, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" + "Rank": 2, + "Id": 1590 }, { - "Rank": 1, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", "CommandName": "Set-PnPPlannerBucket", - "Id": 1591, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" + "Rank": 1, + "Id": 1591 }, { - "Rank": 1, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1592, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "Rank": 1, + "Id": 1592 }, { - "Rank": 2, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1593, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "Rank": 2, + "Id": 1593 }, { - "Rank": 1, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", "CommandName": "Set-PnPPlannerPlan", - "Id": 1594, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" + "Rank": 1, + "Id": 1594 }, { - "Rank": 1, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", "CommandName": "Set-PnPPlannerTask", - "Id": 1595, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" + "Rank": 1, + "Id": 1595 }, { - "Rank": 2, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", "CommandName": "Set-PnPPlannerTask", - "Id": 1596, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" + "Rank": 2, + "Id": 1596 }, { - "Rank": 3, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", "CommandName": "Set-PnPPlannerTask", - "Id": 1597, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "Rank": 3, + "Id": 1597 }, { - "Rank": 4, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", "CommandName": "Set-PnPPlannerTask", - "Id": 1598, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" + "Rank": 4, + "Id": 1598 }, { - "Rank": 1, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPPlannerUserPolicy", - "Id": 1599, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Rank": 1, + "Id": 1599 }, { - "Rank": 1, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1600, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" + "Rank": 1, + "Id": 1600 }, { - "Rank": 2, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1601, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" + "Rank": 2, + "Id": 1601 }, { - "Rank": 1, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", "CommandName": "Set-PnPPropertyBagValue", - "Id": 1602, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "Rank": 1, + "Id": 1602 }, { - "Rank": 2, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", "CommandName": "Set-PnPPropertyBagValue", - "Id": 1603, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "Rank": 2, + "Id": 1603 }, { - "Rank": 3, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", "CommandName": "Set-PnPPropertyBagValue", - "Id": 1604, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" + "Rank": 3, + "Id": 1604 }, { - "Rank": 1, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1605, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "Rank": 1, + "Id": 1605 }, { - "Rank": 2, + "Command": "Set-PnPRequestAccessEmails -Disabled", "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1606, - "Command": "Set-PnPRequestAccessEmails -Disabled" + "Rank": 2, + "Id": 1606 }, { - "Rank": 3, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1607, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "Rank": 3, + "Id": 1607 }, { - "Rank": 1, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", "CommandName": "Set-PnPRetentionLabel", - "Id": 1608, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" + "Rank": 1, + "Id": 1608 }, { - "Rank": 2, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", "CommandName": "Set-PnPRetentionLabel", - "Id": 1609, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "Rank": 2, + "Id": 1609 }, { - "Rank": 3, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", "CommandName": "Set-PnPRetentionLabel", - "Id": 1610, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" + "Rank": 3, + "Id": 1610 }, { - "Rank": 1, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", "CommandName": "Set-PnPRoleDefinition", - "Id": 1611, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "Rank": 1, + "Id": 1611 }, { - "Rank": 2, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", "CommandName": "Set-PnPRoleDefinition", - "Id": 1612, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "Rank": 2, + "Id": 1612 }, { - "Rank": 3, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", "CommandName": "Set-PnPRoleDefinition", - "Id": 1613, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" + "Rank": 3, + "Id": 1613 }, { - "Rank": 4, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", "CommandName": "Set-PnPRoleDefinition", - "Id": 1614, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "Rank": 4, + "Id": 1614 }, { - "Rank": 1, + "Command": "Set-PnPSearchConfiguration -Configuration $config", "CommandName": "Set-PnPSearchConfiguration", - "Id": 1615, - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "Rank": 1, + "Id": 1615 }, { - "Rank": 2, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", "CommandName": "Set-PnPSearchConfiguration", - "Id": 1616, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "Rank": 2, + "Id": 1616 }, { - "Rank": 3, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", "CommandName": "Set-PnPSearchConfiguration", - "Id": 1617, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Rank": 3, + "Id": 1617 }, { - "Rank": 4, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Set-PnPSearchConfiguration", - "Id": 1618, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Rank": 4, + "Id": 1618 }, { - "Rank": 1, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1619, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" + "Rank": 1, + "Id": 1619 }, { - "Rank": 2, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1620, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" + "Rank": 2, + "Id": 1620 }, { - "Rank": 3, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1621, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Rank": 3, + "Id": 1621 }, { - "Rank": 1, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", "CommandName": "Set-PnPSearchExternalItem", - "Id": 1622, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" + "Rank": 1, + "Id": 1622 }, { - "Rank": 2, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPSearchExternalItem", - "Id": 1623, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" + "Rank": 2, + "Id": 1623 }, { - "Rank": 1, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", "CommandName": "Set-PnPSearchExternalSchema", - "Id": 1624, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" + "Rank": 1, + "Id": 1624 }, { - "Rank": 1, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", "CommandName": "Set-PnPSearchSettings", - "Id": 1625, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "Rank": 1, + "Id": 1625 }, { - "Rank": 2, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", "CommandName": "Set-PnPSearchSettings", - "Id": 1626, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "Rank": 2, + "Id": 1626 }, { - "Rank": 3, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", "CommandName": "Set-PnPSearchSettings", - "Id": 1627, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" + "Rank": 3, + "Id": 1627 }, { - "Rank": 4, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", "CommandName": "Set-PnPSearchSettings", - "Id": 1628, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "Rank": 4, + "Id": 1628 }, { - "Rank": 5, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", "CommandName": "Set-PnPSearchSettings", - "Id": 1629, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" + "Rank": 5, + "Id": 1629 }, { - "Rank": 6, + "Command": "Set-PnPSearchSettings -SearchScope Tenant", "CommandName": "Set-PnPSearchSettings", - "Id": 1630, - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "Rank": 6, + "Id": 1630 }, { - "Rank": 7, + "Command": "Set-PnPSearchSettings -SearchScope Hub", "CommandName": "Set-PnPSearchSettings", - "Id": 1631, - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "Rank": 7, + "Id": 1631 }, { - "Rank": 1, + "Command": "Set-PnPSite -Classification \"HBI\"", "CommandName": "Set-PnPSite", - "Id": 1632, - "Command": "Set-PnPSite -Classification \"HBI\"" + "Rank": 1, + "Id": 1632 }, { - "Rank": 2, + "Command": "Set-PnPSite -Classification $null", "CommandName": "Set-PnPSite", - "Id": 1633, - "Command": "Set-PnPSite -Classification $null" + "Rank": 2, + "Id": 1633 }, { - "Rank": 3, + "Command": "Set-PnPSite -DisableFlows", "CommandName": "Set-PnPSite", - "Id": 1634, - "Command": "Set-PnPSite -DisableFlows" + "Rank": 3, + "Id": 1634 }, { - "Rank": 4, + "Command": "Set-PnPSite -DisableFlows:$false", "CommandName": "Set-PnPSite", - "Id": 1635, - "Command": "Set-PnPSite -DisableFlows:$false" + "Rank": 4, + "Id": 1635 }, { - "Rank": 5, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", "CommandName": "Set-PnPSite", - "Id": 1636, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "Rank": 5, + "Id": 1636 }, { - "Rank": 6, + "Command": "Set-PnPSite -NoScriptSite $false", "CommandName": "Set-PnPSite", - "Id": 1637, - "Command": "Set-PnPSite -NoScriptSite $false" + "Rank": 6, + "Id": 1637 }, { - "Rank": 1, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", "CommandName": "Set-PnPSiteArchiveState", - "Id": 1638, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" + "Rank": 1, + "Id": 1638 }, { - "Rank": 2, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", "CommandName": "Set-PnPSiteArchiveState", - "Id": 1639, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" + "Rank": 2, + "Id": 1639 }, { - "Rank": 1, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", "CommandName": "Set-PnPSiteClassification", - "Id": 1640, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "Rank": 1, + "Id": 1640 }, { - "Rank": 1, + "Command": "Set-PnPSiteClosure -State Open", "CommandName": "Set-PnPSiteClosure", - "Id": 1641, - "Command": "Set-PnPSiteClosure -State Open" + "Rank": 1, + "Id": 1641 }, { - "Rank": 2, + "Command": "Set-PnPSiteClosure -State Closed", "CommandName": "Set-PnPSiteClosure", - "Id": 1642, - "Command": "Set-PnPSiteClosure -State Closed" + "Rank": 2, + "Id": 1642 }, { - "Rank": 1, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", "CommandName": "Set-PnPSiteDesign", - "Id": 1643, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" + "Rank": 1, + "Id": 1643 }, { - "Rank": 2, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "CommandName": "Set-PnPSiteDesign", - "Id": 1644, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Rank": 2, + "Id": 1644 }, { - "Rank": 1, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1645, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" + "Rank": 1, + "Id": 1645 }, { - "Rank": 2, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1646, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" + "Rank": 2, + "Id": 1646 }, { - "Rank": 1, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", "CommandName": "Set-PnPSiteGroup", - "Id": 1647, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" + "Rank": 1, + "Id": 1647 }, { - "Rank": 2, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", "CommandName": "Set-PnPSiteGroup", - "Id": 1648, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" + "Rank": 2, + "Id": 1648 }, { - "Rank": 1, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", "CommandName": "Set-PnPSitePolicy", - "Id": 1649, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "Rank": 1, + "Id": 1649 }, { - "Rank": 1, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "CommandName": "Set-PnPSiteScript", - "Id": 1650, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Rank": 1, + "Id": 1650 }, { - "Rank": 1, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "CommandName": "Set-PnPSiteScriptPackage", - "Id": 1651, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Rank": 1, + "Id": 1651 }, { - "Rank": 1, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1652, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "Rank": 1, + "Id": 1652 }, { - "Rank": 2, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1653, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" + "Rank": 2, + "Id": 1653 }, { - "Rank": 1, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1654, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 1, + "Id": 1654 }, { - "Rank": 2, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1655, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "Rank": 2, + "Id": 1655 }, { - "Rank": 3, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1656, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Rank": 3, + "Id": 1656 }, { - "Rank": 4, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1657, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Rank": 4, + "Id": 1657 }, { - "Rank": 5, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1658, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Rank": 5, + "Id": 1658 }, { - "Rank": 6, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1659, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Rank": 6, + "Id": 1659 }, { - "Rank": 1, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1660, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" + "Rank": 1, + "Id": 1660 }, { - "Rank": 2, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1661, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" + "Rank": 2, + "Id": 1661 }, { - "Rank": 3, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1662, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" + "Rank": 3, + "Id": 1662 }, { - "Rank": 4, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1663, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" + "Rank": 4, + "Id": 1663 }, { - "Rank": 5, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1664, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" + "Rank": 5, + "Id": 1664 }, { - "Rank": 6, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1665, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" + "Rank": 6, + "Id": 1665 }, { - "Rank": 7, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1666, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" + "Rank": 7, + "Id": 1666 }, { - "Rank": 8, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1667, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" + "Rank": 8, + "Id": 1667 }, { - "Rank": 9, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1668, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" + "Rank": 9, + "Id": 1668 }, { - "Rank": 10, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1669, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" + "Rank": 10, + "Id": 1669 }, { - "Rank": 11, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1670, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" + "Rank": 11, + "Id": 1670 }, { - "Rank": 1, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "CommandName": "Set-PnPStorageEntity", - "Id": 1671, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Rank": 1, + "Id": 1671 }, { - "Rank": 2, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "CommandName": "Set-PnPStorageEntity", - "Id": 1672, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Rank": 2, + "Id": 1672 }, { - "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1673, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 1, + "Id": 1673 }, { - "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1674, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Rank": 2, + "Id": 1674 }, { - "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1675, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 1, + "Id": 1675 }, { - "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1676, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Rank": 2, + "Id": 1676 }, { - "Rank": 1, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1677, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" + "Rank": 1, + "Id": 1677 }, { - "Rank": 2, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1678, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" + "Rank": 2, + "Id": 1678 }, { - "Rank": 3, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1679, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" + "Rank": 3, + "Id": 1679 }, { - "Rank": 1, + "Command": "Set-PnPTeamifyPromptHidden", "CommandName": "Set-PnPTeamifyPromptHidden", - "Id": 1680, - "Command": "Set-PnPTeamifyPromptHidden" + "Rank": 1, + "Id": 1680 }, { - "Rank": 1, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", "CommandName": "Set-PnPTeamsChannel", - "Id": 1681, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" + "Rank": 1, + "Id": 1681 }, { - "Rank": 2, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", "CommandName": "Set-PnPTeamsChannel", - "Id": 1682, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" + "Rank": 2, + "Id": 1682 }, { - "Rank": 1, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1683, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" + "Rank": 1, + "Id": 1683 }, { - "Rank": 2, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1684, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" + "Rank": 2, + "Id": 1684 }, { - "Rank": 1, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", "CommandName": "Set-PnPTeamsTab", - "Id": 1685, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" + "Rank": 1, + "Id": 1685 }, { - "Rank": 1, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", "CommandName": "Set-PnPTeamsTag", - "Id": 1686, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" + "Rank": 1, + "Id": 1686 }, { - "Rank": 1, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", "CommandName": "Set-PnPTeamsTeam", - "Id": 1687, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "Rank": 1, + "Id": 1687 }, { - "Rank": 2, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", "CommandName": "Set-PnPTeamsTeam", - "Id": 1688, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" + "Rank": 2, + "Id": 1688 }, { - "Rank": 3, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", "CommandName": "Set-PnPTeamsTeam", - "Id": 1689, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" + "Rank": 3, + "Id": 1689 }, { - "Rank": 4, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", "CommandName": "Set-PnPTeamsTeam", - "Id": 1690, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "Rank": 4, + "Id": 1690 }, { - "Rank": 1, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1691, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "Rank": 1, + "Id": 1691 }, { - "Rank": 2, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1692, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "Rank": 2, + "Id": 1692 }, { - "Rank": 3, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1693, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" + "Rank": 3, + "Id": 1693 }, { - "Rank": 1, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", "CommandName": "Set-PnPTeamsTeamPicture", - "Id": 1694, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" + "Rank": 1, + "Id": 1694 }, { - "Rank": 1, + "Command": "Set-PnPTemporarilyDisableAppBar $true", "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1695, - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "Rank": 1, + "Id": 1695 }, { - "Rank": 2, + "Command": "Set-PnPTemporarilyDisableAppBar $false", "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1696, - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "Rank": 2, + "Id": 1696 }, { - "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", "CommandName": "Set-PnPTenant", - "Id": 1697, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" + "Rank": 1, + "Id": 1697 }, { - "Rank": 2, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", "CommandName": "Set-PnPTenant", - "Id": 1698, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "Rank": 2, + "Id": 1698 }, { - "Rank": 3, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", "CommandName": "Set-PnPTenant", - "Id": 1699, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "Rank": 3, + "Id": 1699 }, { - "Rank": 4, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", "CommandName": "Set-PnPTenant", - "Id": 1700, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "Rank": 4, + "Id": 1700 }, { - "Rank": 5, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", "CommandName": "Set-PnPTenant", - "Id": 1701, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" + "Rank": 5, + "Id": 1701 }, { - "Rank": 6, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", "CommandName": "Set-PnPTenant", - "Id": 1702, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" + "Rank": 6, + "Id": 1702 }, { - "Rank": 1, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", "CommandName": "Set-PnPTenantAppCatalogUrl", - "Id": 1703, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" + "Rank": 1, + "Id": 1703 }, { - "Rank": 1, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1704, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "Rank": 1, + "Id": 1704 }, { - "Rank": 2, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1705, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "Rank": 2, + "Id": 1705 }, { - "Rank": 3, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1706, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "Rank": 3, + "Id": 1706 }, { - "Rank": 1, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1707, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" + "Rank": 1, + "Id": 1707 }, { - "Rank": 2, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1708, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" + "Rank": 2, + "Id": 1708 }, { - "Rank": 1, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1709, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" + "Rank": 1, + "Id": 1709 }, { - "Rank": 2, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1710, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" + "Rank": 2, + "Id": 1710 }, { - "Rank": 1, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1711, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" + "Rank": 1, + "Id": 1711 }, { - "Rank": 2, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1712, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" + "Rank": 2, + "Id": 1712 }, { - "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", "CommandName": "Set-PnPTenantSite", - "Id": 1713, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" + "Rank": 1, + "Id": 1713 }, { - "Rank": 2, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", "CommandName": "Set-PnPTenantSite", - "Id": 1714, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" + "Rank": 2, + "Id": 1714 }, { - "Rank": 3, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPTenantSite", - "Id": 1715, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" + "Rank": 3, + "Id": 1715 }, { - "Rank": 4, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Set-PnPTenantSite", - "Id": 1716, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Rank": 4, + "Id": 1716 }, { - "Rank": 5, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", "CommandName": "Set-PnPTenantSite", - "Id": 1717, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" + "Rank": 5, + "Id": 1717 }, { - "Rank": 1, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1718, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "Rank": 1, + "Id": 1718 }, { - "Rank": 2, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1719, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "Rank": 2, + "Id": 1719 }, { - "Rank": 1, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", "CommandName": "Set-PnPTerm", - "Id": 1720, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" + "Rank": 1, + "Id": 1720 }, { - "Rank": 2, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "Set-PnPTerm", - "Id": 1721, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 2, + "Id": 1721 }, { - "Rank": 3, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "Set-PnPTerm", - "Id": 1722, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Rank": 3, + "Id": 1722 }, { - "Rank": 4, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", "CommandName": "Set-PnPTerm", - "Id": 1723, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" + "Rank": 4, + "Id": 1723 }, { - "Rank": 1, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", "CommandName": "Set-PnPTermGroup", - "Id": 1724, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "Rank": 1, + "Id": 1724 }, { - "Rank": 2, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "CommandName": "Set-PnPTermGroup", - "Id": 1725, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Rank": 2, + "Id": 1725 }, { - "Rank": 1, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", "CommandName": "Set-PnPTermSet", - "Id": 1726, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" + "Rank": 1, + "Id": 1726 }, { - "Rank": 2, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", "CommandName": "Set-PnPTermSet", - "Id": 1727, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" + "Rank": 2, + "Id": 1727 }, { - "Rank": 3, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", "CommandName": "Set-PnPTermSet", - "Id": 1728, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" + "Rank": 3, + "Id": 1728 }, { - "Rank": 1, + "Command": "Set-PnPTheme", "CommandName": "Set-PnPTheme", - "Id": 1729, - "Command": "Set-PnPTheme" + "Rank": 1, + "Id": 1729 }, { - "Rank": 2, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", "CommandName": "Set-PnPTheme", - "Id": 1730, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" + "Rank": 2, + "Id": 1730 }, { - "Rank": 3, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", "CommandName": "Set-PnPTheme", - "Id": 1731, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" + "Rank": 3, + "Id": 1731 }, { - "Rank": 4, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", "CommandName": "Set-PnPTheme", - "Id": 1732, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" + "Rank": 4, + "Id": 1732 }, { - "Rank": 1, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", "CommandName": "Set-PnPUserOneDriveQuota", - "Id": 1733, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" + "Rank": 1, + "Id": 1733 }, { - "Rank": 1, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", "CommandName": "Set-PnPUserProfilePhoto", - "Id": 1734, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" + "Rank": 1, + "Id": 1734 }, { - "Rank": 1, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", "CommandName": "Set-PnPUserProfileProperty", - "Id": 1735, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "Rank": 1, + "Id": 1735 }, { - "Rank": 2, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", "CommandName": "Set-PnPUserProfileProperty", - "Id": 1736, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "Rank": 2, + "Id": 1736 }, { - "Rank": 1, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", "CommandName": "Set-PnPView", - "Id": 1737, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" + "Rank": 1, + "Id": 1737 }, { - "Rank": 2, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", "CommandName": "Set-PnPView", - "Id": 1738, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" + "Rank": 2, + "Id": 1738 }, { - "Rank": 3, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", "CommandName": "Set-PnPView", - "Id": 1739, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" + "Rank": 3, + "Id": 1739 }, { - "Rank": 4, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", "CommandName": "Set-PnPView", - "Id": 1740, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" + "Rank": 4, + "Id": 1740 }, { - "Rank": 1, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1741, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" + "Rank": 1, + "Id": 1741 }, { - "Rank": 2, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1742, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" + "Rank": 2, + "Id": 1742 }, { - "Rank": 3, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1743, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" + "Rank": 3, + "Id": 1743 }, { - "Rank": 4, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1744, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" + "Rank": 4, + "Id": 1744 }, { - "Rank": 1, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1745, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" + "Rank": 1, + "Id": 1745 }, { - "Rank": 2, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1746, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" + "Rank": 2, + "Id": 1746 }, { - "Rank": 1, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", "CommandName": "Set-PnPWeb", - "Id": 1747, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "Rank": 1, + "Id": 1747 }, { - "Rank": 2, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", "CommandName": "Set-PnPWeb", - "Id": 1748, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "Rank": 2, + "Id": 1748 }, { - "Rank": 3, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", "CommandName": "Set-PnPWeb", - "Id": 1749, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "Rank": 3, + "Id": 1749 }, { - "Rank": 4, + "Command": "Set-PnPWeb -NoCrawl:$true", "CommandName": "Set-PnPWeb", - "Id": 1750, - "Command": "Set-PnPWeb -NoCrawl:$true" + "Rank": 4, + "Id": 1750 }, { - "Rank": 1, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", "CommandName": "Set-PnPWebHeader", - "Id": 1751, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" + "Rank": 1, + "Id": 1751 }, { - "Rank": 2, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", "CommandName": "Set-PnPWebHeader", - "Id": 1752, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "Rank": 2, + "Id": 1752 }, { - "Rank": 3, + "Command": "Set-PnPWebHeader -LogoAlignment Middle", "CommandName": "Set-PnPWebHeader", - "Id": 1753, - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "Rank": 3, + "Id": 1753 }, { - "Rank": 1, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", "CommandName": "Set-PnPWebhookSubscription", - "Id": 1754, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Rank": 1, + "Id": 1754 }, { - "Rank": 2, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "CommandName": "Set-PnPWebhookSubscription", - "Id": 1755, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Rank": 2, + "Id": 1755 }, { - "Rank": 1, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", "CommandName": "Set-PnPWebPartProperty", - "Id": 1756, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" + "Rank": 1, + "Id": 1756 }, { - "Rank": 1, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Id": 1757, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Rank": 1, + "Id": 1757 }, { - "Rank": 2, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Id": 1758, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "Rank": 2, + "Id": 1758 }, { - "Rank": 3, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Id": 1759, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Rank": 3, + "Id": 1759 }, { - "Rank": 4, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", "CommandName": "Set-PnPWebPermission", - "Id": 1760, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" + "Rank": 4, + "Id": 1760 }, { - "Rank": 1, + "Command": "Set-PnPWebTheme -Theme MyTheme", "CommandName": "Set-PnPWebTheme", - "Id": 1761, - "Command": "Set-PnPWebTheme -Theme MyTheme" + "Rank": 1, + "Id": 1761 }, { - "Rank": 2, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", "CommandName": "Set-PnPWebTheme", - "Id": 1762, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" + "Rank": 2, + "Id": 1762 }, { - "Rank": 1, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", "CommandName": "Set-PnPWikiPageContent", - "Id": 1763, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" + "Rank": 1, + "Id": 1763 }, { - "Rank": 1, + "Command": "Start-PnPEnterpriseAppInsightsReport", "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1764, - "Command": "Start-PnPEnterpriseAppInsightsReport" + "Rank": 1, + "Id": 1764 }, { - "Rank": 2, + "Command": "Start-PnPEnterpriseAppInsightsReport 28", "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1765, - "Command": "Start-PnPEnterpriseAppInsightsReport 28" + "Rank": 2, + "Id": 1765 }, { - "Rank": 1, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", "CommandName": "Start-PnPTraceLog", - "Id": 1766, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" + "Rank": 1, + "Id": 1766 }, { - "Rank": 2, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", "CommandName": "Start-PnPTraceLog", - "Id": 1767, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" + "Rank": 2, + "Id": 1767 }, { - "Rank": 3, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", "CommandName": "Start-PnPTraceLog", - "Id": 1768, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" + "Rank": 3, + "Id": 1768 }, { - "Rank": 4, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", "CommandName": "Start-PnPTraceLog", - "Id": 1769, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" + "Rank": 4, + "Id": 1769 }, { - "Rank": 1, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Stop-PnPFlowRun", - "Id": 1770, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Rank": 1, + "Id": 1770 }, { - "Rank": 2, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", "CommandName": "Stop-PnPFlowRun", - "Id": 1771, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" + "Rank": 2, + "Id": 1771 }, { - "Rank": 1, + "Command": "Stop-PnPTraceLog", "CommandName": "Stop-PnPTraceLog", - "Id": 1772, - "Command": "Stop-PnPTraceLog" + "Rank": 1, + "Id": 1772 }, { - "Rank": 2, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", "CommandName": "Stop-PnPTraceLog", - "Id": 1773, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" + "Rank": 2, + "Id": 1773 }, { - "Rank": 1, + "Command": "Submit-PnPSearchQuery -Query \"finance\"", "CommandName": "Submit-PnPSearchQuery", - "Id": 1774, - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "Rank": 1, + "Id": 1774 }, { - "Rank": 2, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", "CommandName": "Submit-PnPSearchQuery", - "Id": 1775, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "Rank": 2, + "Id": 1775 }, { - "Rank": 3, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", "CommandName": "Submit-PnPSearchQuery", - "Id": 1776, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "Rank": 3, + "Id": 1776 }, { - "Rank": 4, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", "CommandName": "Submit-PnPSearchQuery", - "Id": 1777, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" + "Rank": 4, + "Id": 1777 }, { - "Rank": 5, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", "CommandName": "Submit-PnPSearchQuery", - "Id": 1778, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" + "Rank": 5, + "Id": 1778 }, { - "Rank": 6, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", "CommandName": "Submit-PnPSearchQuery", - "Id": 1779, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" + "Rank": 6, + "Id": 1779 }, { - "Rank": 1, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1780, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" + "Rank": 1, + "Id": 1780 }, { - "Rank": 2, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1781, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" + "Rank": 2, + "Id": 1781 }, { - "Rank": 1, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Sync-PnPAppToTeams", - "Id": 1782, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 1782 }, { - "Rank": 1, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1783, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "Rank": 1, + "Id": 1783 }, { - "Rank": 2, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1784, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" + "Rank": 2, + "Id": 1784 }, { - "Rank": 3, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1785, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" + "Rank": 3, + "Id": 1785 }, { - "Rank": 1, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", "CommandName": "Test-PnPListItemIsRecord", - "Id": 1786, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "Rank": 1, + "Id": 1786 }, { - "Rank": 1, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Id": 1787, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "Rank": 1, + "Id": 1787 }, { - "Rank": 1, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Test-PnPSite", - "Id": 1788, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Rank": 1, + "Id": 1788 }, { - "Rank": 2, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "CommandName": "Test-PnPSite", - "Id": 1789, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Rank": 2, + "Id": 1789 }, { - "Rank": 1, + "Command": "Test-PnPTenantTemplate -Template $myTemplate", "CommandName": "Test-PnPTenantTemplate", - "Id": 1790, - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "Rank": 1, + "Id": 1790 }, { - "Rank": 1, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", "CommandName": "Undo-PnPFileCheckedOut", - "Id": 1791, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" + "Rank": 1, + "Id": 1791 }, { - "Rank": 1, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Uninstall-PnPApp", - "Id": 1792, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 1792 }, { - "Rank": 2, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Uninstall-PnPApp", - "Id": 1793, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Id": 1793 }, { - "Rank": 1, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Id": 1794, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" + "Rank": 1, + "Id": 1794 }, { - "Rank": 1, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Unpublish-PnPApp", - "Id": 1795, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 1795 }, { - "Rank": 2, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Unpublish-PnPApp", - "Id": 1796, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Id": 1796 }, { - "Rank": 1, + "Command": "Unpublish-PnPContentType -ContentType 0x0101", "CommandName": "Unpublish-PnPContentType", - "Id": 1797, - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "Rank": 1, + "Id": 1797 }, { - "Rank": 1, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1798, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Rank": 1, + "Id": 1798 }, { - "Rank": 2, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1799, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Rank": 2, + "Id": 1799 }, { - "Rank": 1, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "CommandName": "Unregister-PnPHubSite", - "Id": 1800, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Rank": 1, + "Id": 1800 }, { - "Rank": 1, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Update-PnPApp", - "Id": 1801, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Rank": 1, + "Id": 1801 }, { - "Rank": 2, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Update-PnPApp", - "Id": 1802, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Rank": 2, + "Id": 1802 }, { - "Rank": 1, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1803, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Rank": 1, + "Id": 1803 }, { - "Rank": 2, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1804, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "Rank": 2, + "Id": 1804 }, { - "Rank": 3, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1805, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Rank": 3, + "Id": 1805 }, { - "Rank": 1, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1806, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "Rank": 1, + "Id": 1806 }, { - "Rank": 2, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1807, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Rank": 2, + "Id": 1807 }, { - "Rank": 3, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1808, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" + "Rank": 3, + "Id": 1808 }, { - "Rank": 1, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", "CommandName": "Update-PnPTeamsApp", - "Id": 1809, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" + "Rank": 1, + "Id": 1809 }, { - "Rank": 1, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Update-PnPTeamsUser", - "Id": 1810, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Rank": 1, + "Id": 1810 }, { - "Rank": 2, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "CommandName": "Update-PnPTeamsUser", - "Id": 1811, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Rank": 2, + "Id": 1811 }, { - "Rank": 3, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", "CommandName": "Update-PnPTeamsUser", - "Id": 1812, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + "Rank": 3, + "Id": 1812 }, { - "Rank": 1, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", "CommandName": "Update-PnPTodoList", - "Id": 1813, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + "Rank": 1, + "Id": 1813 }, { - "Rank": 2, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", "CommandName": "Update-PnPTodoList", - "Id": 1814, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + "Rank": 2, + "Id": 1814 }, { - "Rank": 1, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", "CommandName": "Update-PnPUserType", - "Id": 1815, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "Rank": 1, + "Id": 1815 }, { - "Rank": 1, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1816, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Rank": 1, + "Id": 1816 }, { - "Rank": 2, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1817, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" + "Rank": 2, + "Id": 1817 }, { - "Rank": 1, + "Command": "Write-PnPTraceLog \"Hello World\"", "CommandName": "Write-PnPTraceLog", - "Id": 1818, - "Command": "Write-PnPTraceLog \"Hello World\"" + "Rank": 1, + "Id": 1818 }, { - "Rank": 2, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", "CommandName": "Write-PnPTraceLog", - "Id": 1819, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" + "Rank": 2, + "Id": 1819 }, { - "Rank": 3, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", "CommandName": "Write-PnPTraceLog", - "Id": 1820, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" + "Rank": 3, + "Id": 1820 }, { - "Rank": 4, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", "CommandName": "Write-PnPTraceLog", - "Id": 1821, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" + "Rank": 4, + "Id": 1821 } ] diff --git a/version.json b/version.json index 1c01026e9..b4a15f3cd 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.115", + "Version": "3.1.116", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 548b875a2..3792063fc 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.115 \ No newline at end of file +3.1.116 \ No newline at end of file From 15d2cadd6f9bfa303721013ade6f41b376aad85a Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Tue, 12 Aug 2025 03:02:21 +0000 Subject: [PATCH 17/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +++--- version.json | 2 +- version.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies.json b/dependencies.json index 152937f5b..1c085b3cc 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250811-031043", + "Updated": "20250812-030056", "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "e3dbd0b82c666d02278a68ce85fc5575c57af9ad", - "PnPCore": "75960c539c3708fa3db30dc11c4718ee37193ef4" + "PnPFramework": "47bf48cab09bb6604404c5ceae20c760f2c6008c", + "PnPCore": "f08d2cc49ad0a3d2c06f96aaa2b6154e816aae0d" } diff --git a/version.json b/version.json index b4a15f3cd..f124d7482 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.116", + "Version": "3.1.117", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 3792063fc..5f9d74500 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.116 \ No newline at end of file +3.1.117 \ No newline at end of file From af577c9ed14adf733e7b2ff2f5b0d4b33d362d50 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Tue, 12 Aug 2025 14:34:19 +0100 Subject: [PATCH 18/78] Fix typo in the example provided in Set-PnPManagedAppID (#5041) * fix for bug #4943 * minor typo fix in the example --------- Co-authored-by: Gautam Sheth --- documentation/Set-PnPManagedAppId.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Set-PnPManagedAppId.md b/documentation/Set-PnPManagedAppId.md index 3248cd38a..221fdbf8a 100644 --- a/documentation/Set-PnPManagedAppId.md +++ b/documentation/Set-PnPManagedAppId.md @@ -28,7 +28,7 @@ If you add a Credential with a name of "https://yourtenant.sharepoint.com" it wi ### EXAMPLE 1 ```powershell -Set-PnPManagedAppId -Name "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7 +Set-PnPManagedAppId -Url "https://tenant.sharepoint.com" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7 ``` This will add an entry for the specified App Id to be use when connecting with Connect-PnPOnline to the URL specified. From a221a9638448b866dbd7668778d33b9691fb6935 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Tue, 12 Aug 2025 14:45:05 +0100 Subject: [PATCH 19/78] Fix bug #5018 (#5023) * fix for bug #4943 * fix for #5018 --------- Co-authored-by: Gautam Sheth --- documentation/Remove-PnPTermLabel.md | 9 ++++----- src/Commands/Taxonomy/RemoveTermLabel.cs | 5 ++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/documentation/Remove-PnPTermLabel.md b/documentation/Remove-PnPTermLabel.md index 41bba1c91..4a94d4df4 100644 --- a/documentation/Remove-PnPTermLabel.md +++ b/documentation/Remove-PnPTermLabel.md @@ -22,7 +22,7 @@ Remove-PnPTermLabel -Lcid [-TermStore ] [-Connection ] - [-Confirm] + [-Force] ``` @@ -36,7 +36,7 @@ Remove-PnPTermLabel -TermGroup [-TermStore ] [-Connection ] - [-Confirm] + [-Force] ``` @@ -60,13 +60,12 @@ Removes the Swedish label from the specified term. ## PARAMETERS -### -Confirm -Prompts you for confirmation before running the cmdlet. +### -Force +Specifying the Force parameter will skip the confirmation question. ```yaml Type: SwitchParameter Parameter Sets: (All) -Aliases: cf Required: False Position: Named diff --git a/src/Commands/Taxonomy/RemoveTermLabel.cs b/src/Commands/Taxonomy/RemoveTermLabel.cs index 8bcb7ed38..3c9e8d19b 100644 --- a/src/Commands/Taxonomy/RemoveTermLabel.cs +++ b/src/Commands/Taxonomy/RemoveTermLabel.cs @@ -32,6 +32,9 @@ public class RemoveTermLabel : PnPSharePointCmdlet [Parameter(Mandatory = false, ValueFromPipeline = true, ParameterSetName = ParameterAttribute.AllParameterSets)] public TaxonomyTermStorePipeBind TermStore; + [Parameter(Mandatory = false)] + public SwitchParameter Force; + protected override void ExecuteCmdlet() { var taxonomySession = TaxonomySession.GetTaxonomySession(ClientContext); @@ -67,7 +70,7 @@ protected override void ExecuteCmdlet() if (term != null) { term.EnsureProperties(t => t.Name, t => t.Id); - if (ShouldContinue($"Delete label {Label} for language {Lcid} from Term {term.Name} with id {term.Id}", Properties.Resources.Confirm)) + if (Force || ShouldContinue($"Delete label {Label} for language {Lcid} from Term {term.Name} with id {term.Id}", Properties.Resources.Confirm)) { var labels = term.GetAllLabels(Lcid); ClientContext.Load(labels); From 7086fb77cacbc5c79c7a5b2badca95822cf02c84 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Tue, 12 Aug 2025 14:46:57 +0100 Subject: [PATCH 20/78] fix for bug #4827 (#5026) * fix for bug #4943 * fix for bug 4827 * refactor code --------- Co-authored-by: Gautam Sheth --- src/Commands/Admin/SetHomeSite.cs | 47 ++++++++++++++++--------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/src/Commands/Admin/SetHomeSite.cs b/src/Commands/Admin/SetHomeSite.cs index 549fbb8eb..1cf65a227 100644 --- a/src/Commands/Admin/SetHomeSite.cs +++ b/src/Commands/Admin/SetHomeSite.cs @@ -27,6 +27,28 @@ public class SetHomeSite : PnPSharePointOnlineAdminCmdlet protected override void ExecuteCmdlet() { Tenant.EnsureProperties(t => t.IsMultipleVivaConnectionsFlightEnabled, t => t.IsVivaHomeFlightEnabled); + HomeSiteConfigurationParam configurationParam; + + bool hasVivaConnectionsDefaultStart = ParameterSpecified(nameof(VivaConnectionsDefaultStart)); + bool hasDraftMode = ParameterSpecified(nameof(DraftMode)); + + // Replace the current configurationParam assignment block with the following: + + configurationParam = null; + if (hasVivaConnectionsDefaultStart || hasDraftMode) + { + configurationParam = new(); + if (hasVivaConnectionsDefaultStart) + { + configurationParam.vivaConnectionsDefaultStart = VivaConnectionsDefaultStart; + configurationParam.IsVivaConnectionsDefaultStartPresent = true; + } + if (hasDraftMode) + { + configurationParam.isInDraftMode = DraftMode; + configurationParam.IsInDraftModePresent = true; + } + } if (Tenant.IsMultipleVivaConnectionsFlightEnabled) { @@ -34,12 +56,10 @@ protected override void ExecuteCmdlet() { IEnumerable enumerable = Tenant.GetTargetedSitesDetails()?.Where((TargetedSiteDetails hs) => !hs.IsVivaBackendSite); AdminContext.ExecuteQueryRetry(); - bool flag = false; if (enumerable == null || enumerable.Count() == 0) { Tenant.AddHomeSite(HomeSiteUrl, 1, null); AdminContext.ExecuteQueryRetry(); - flag = true; } else if (enumerable.Count() == 1 && !IsSameSiteUrl(enumerable.First().Url, HomeSiteUrl)) { @@ -47,16 +67,10 @@ protected override void ExecuteCmdlet() AdminContext.ExecuteQueryRetry(); Tenant.AddHomeSite(HomeSiteUrl, 1, null); AdminContext.ExecuteQueryRetry(); - flag = true; } - HomeSiteConfigurationParam configurationParam = new() - { - vivaConnectionsDefaultStart = VivaConnectionsDefaultStart, - IsVivaConnectionsDefaultStartPresent = VivaConnectionsDefaultStart, - isInDraftMode = DraftMode, - IsInDraftModePresent = DraftMode || flag - }; + ClientResult clientResult = Tenant.UpdateTargetedSite(HomeSiteUrl, configurationParam); + AdminContext.ExecuteQueryRetry(); WriteObject(clientResult.Value); } @@ -64,18 +78,7 @@ protected override void ExecuteCmdlet() else if (Force || ShouldContinue("Before you set a Home site, make sure you review the documentation at https://aka.ms/homesites.", Properties.Resources.Confirm)) { Tenant.ValidateVivaHomeParameterExists(VivaConnectionsDefaultStart); - HomeSiteConfigurationParam configuration = null; - if (VivaConnectionsDefaultStart || DraftMode) - { - configuration = new HomeSiteConfigurationParam - { - vivaConnectionsDefaultStart = VivaConnectionsDefaultStart, - IsVivaConnectionsDefaultStartPresent = VivaConnectionsDefaultStart, - isInDraftMode = DraftMode, - IsInDraftModePresent = DraftMode - }; - } - ClientResult clientResult = Tenant.SetSPHSiteWithConfiguration(HomeSiteUrl, configuration); + ClientResult clientResult = Tenant.SetSPHSiteWithConfiguration(HomeSiteUrl, configurationParam); AdminContext.ExecuteQueryRetry(); WriteObject(clientResult.Value); } From 59f3f2832bb8441b41f4157dd00d05982bf2c100 Mon Sep 17 00:00:00 2001 From: Pedro Monte Date: Tue, 12 Aug 2025 14:52:54 +0100 Subject: [PATCH 21/78] The AddDataRowsToSiteTemplate fields requested should also be validated if can be retrieved (#5020) * The fields requested should also be validated if can be retrieved. Fix issue "The property or field has not been initialized. It has not been requested or the request has not been executed. It may need to be explicitly requested". * Shouldn't filter ReadOnlyField fields * Update comment --------- Co-authored-by: Pedro Monte Co-authored-by: Gautam Sheth --- .../Site/AddDataRowsToSiteTemplate.cs | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/src/Commands/Provisioning/Site/AddDataRowsToSiteTemplate.cs b/src/Commands/Provisioning/Site/AddDataRowsToSiteTemplate.cs index 47efdf2f0..6933b006a 100644 --- a/src/Commands/Provisioning/Site/AddDataRowsToSiteTemplate.cs +++ b/src/Commands/Provisioning/Site/AddDataRowsToSiteTemplate.cs @@ -160,43 +160,42 @@ protected override void ExecuteCmdlet() } } } + + List fieldsToExport; + // Get the fieds to export if (Fields != null) { + fieldsToExport = []; foreach (var fieldName in Fields) { - Microsoft.SharePoint.Client.Field dataField = fieldCollection.FirstOrDefault(f => f.InternalName == fieldName); - + // Discard all fields unsupported + Microsoft.SharePoint.Client.Field dataField = fieldCollection.FirstOrDefault(f => f.InternalName == fieldName && !_unsupportedFieldTypes.Contains(f.FieldTypeKind)); if (dataField != null) { - var defaultFieldValue = GetFieldValueAsText(ClientContext.Web, listItem, dataField); - if (TokenizeUrls.IsPresent) - { - defaultFieldValue = Tokenize(defaultFieldValue, ClientContext.Web, ClientContext.Site); - } - - row.Values.Add(fieldName, defaultFieldValue); + fieldsToExport.Add(dataField); } } } else { - // All fields are added except readonly fields and unsupported field type - var fieldsToExport = fieldCollection.AsEnumerable() - .Where(f => !f.ReadOnlyField && !_unsupportedFieldTypes.Contains(f.FieldTypeKind)); - foreach (var field in fieldsToExport) + // Discard all fields readonly and unsupported field type + fieldsToExport = [.. fieldCollection.AsEnumerable().Where(f => !f.ReadOnlyField && !_unsupportedFieldTypes.Contains(f.FieldTypeKind))]; + } + + // Get validate field and get data + foreach (Microsoft.SharePoint.Client.Field field in fieldsToExport) + { + if (listItem.FieldExistsAndUsed(field.InternalName)) { - var fldKey = (from f in listItem.FieldValues.Keys where f == field.InternalName select f).FirstOrDefault(); - if (!string.IsNullOrEmpty(fldKey)) + var fieldValue = GetFieldValueAsText(ClientContext.Web, listItem, field); + if (TokenizeUrls.IsPresent) { - var fieldValue = GetFieldValueAsText(ClientContext.Web, listItem, field); - if (TokenizeUrls.IsPresent) - { - fieldValue = Tokenize(fieldValue, ClientContext.Web, ClientContext.Site); - } - row.Values.Add(field.InternalName, fieldValue); + fieldValue = Tokenize(fieldValue, ClientContext.Web, ClientContext.Site); } + row.Values.Add(field.InternalName, fieldValue); } } + rows.Add(row); } } From 870c2cb61864795efb65a00e342d32366f042516 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Wed, 13 Aug 2025 03:03:00 +0000 Subject: [PATCH 22/78] Nightly publish to PowerShell Gallery --- dependencies.json | 8 +- .../PnP.PowerShell.Suggestions.nightly.json | 7284 ++++++++--------- version.json | 4 +- version.txt | 2 +- 4 files changed, 3649 insertions(+), 3649 deletions(-) diff --git a/dependencies.json b/dependencies.json index 1c085b3cc..535e27f4d 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250812-030056", - "PnPPowerShell": "76a2d96fa593adbd04900675f127627f1f1a2a6b", - "PnPFramework": "47bf48cab09bb6604404c5ceae20c760f2c6008c", - "PnPCore": "f08d2cc49ad0a3d2c06f96aaa2b6154e816aae0d" + "Updated": "20250813-030136", + "PnPPowerShell": "ddb9d70897c7598c03c0087088381b8a0b34db93", + "PnPFramework": "68e825642219bd4328469944e8c4f9289cf56ebe", + "PnPCore": "3ed732052fa9ce1908ae882a3740ed1981999606" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index cc720f10f..c50ba911b 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Command": "Add-PnPAlert -List \"Demo List\"", - "CommandName": "Add-PnPAlert", "Rank": 1, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -List \"Demo List\"", "Id": 1 }, { - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", - "CommandName": "Add-PnPAlert", "Rank": 2, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", "Id": 2 }, { - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAlert", "Rank": 3, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Id": 3 }, { - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "CommandName": "Add-PnPAlert", "Rank": 4, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", "Id": 4 }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg", - "CommandName": "Add-PnPApp", "Rank": 1, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg", "Id": 5 }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "CommandName": "Add-PnPApp", "Rank": 2, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", "Id": 6 }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "CommandName": "Add-PnPApp", "Rank": 3, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", "Id": 7 }, { - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "CommandName": "Add-PnPApp", "Rank": 4, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", "Id": 8 }, { - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", - "CommandName": "Add-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Add-PnPApplicationCustomizer", + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", "Id": 9 }, { - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Add-PnPAvailableSiteClassification", + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", "Id": 10 }, { - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 2, + "CommandName": "Add-PnPAvailableSiteClassification", + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", "Id": 11 }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Add-PnPAzureADGroupMember", + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 12 }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 2, + "CommandName": "Add-PnPAzureADGroupMember", + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 13 }, { - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 3, + "CommandName": "Add-PnPAzureADGroupMember", + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Id": 14 }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 15 }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 2, + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 16 }, { - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 3, + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Id": 17 }, { - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 1, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", "Id": 18 }, { - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 2, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", "Id": 19 }, { - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", - "CommandName": "Add-PnPBrandCenterFont", "Rank": 1, + "CommandName": "Add-PnPBrandCenterFont", + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", "Id": 20 }, { - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", - "CommandName": "Add-PnPBrandCenterFont", "Rank": 2, + "CommandName": "Add-PnPBrandCenterFont", + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", "Id": 21 }, { - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", - "CommandName": "Add-PnPBrandCenterFontPackage", "Rank": 1, + "CommandName": "Add-PnPBrandCenterFontPackage", + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", "Id": 22 }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "CommandName": "Add-PnPContentType", "Rank": 1, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", "Id": 23 }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "CommandName": "Add-PnPContentType", "Rank": 2, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", "Id": 24 }, { - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", - "CommandName": "Add-PnPContentType", "Rank": 3, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", "Id": 25 }, { - "Command": "Add-PnPContentType -Name \"Project Item\"", - "CommandName": "Add-PnPContentType", "Rank": 4, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Item\"", "Id": 26 }, { - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", - "CommandName": "Add-PnPContentType", "Rank": 5, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", "Id": 27 }, { - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 1, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", "Id": 28 }, { - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 2, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", "Id": 29 }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 1, + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Id": 30 }, { - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 2, + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Id": 31 }, { - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "CommandName": "Add-PnPContentTypeToList", "Rank": 1, + "CommandName": "Add-PnPContentTypeToList", + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", "Id": 32 }, { - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "CommandName": "Add-PnPCustomAction", "Rank": 1, + "CommandName": "Add-PnPCustomAction", + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Id": 33 }, { - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", "Id": 34 }, { - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 2, + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", "Id": 35 }, { - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "CommandName": "Add-PnPDocumentSet", "Rank": 1, + "CommandName": "Add-PnPDocumentSet", + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", "Id": 36 }, { - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", - "CommandName": "Add-PnPDocumentSet", "Rank": 2, + "CommandName": "Add-PnPDocumentSet", + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", "Id": 37 }, { - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "CommandName": "Add-PnPEventReceiver", "Rank": 1, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", "Id": 38 }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "CommandName": "Add-PnPEventReceiver", "Rank": 2, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", "Id": 39 }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", - "CommandName": "Add-PnPEventReceiver", "Rank": 3, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", "Id": 40 }, { - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", - "CommandName": "Add-PnPEventReceiver", "Rank": 4, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", "Id": 41 }, { - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "CommandName": "Add-PnPField", "Rank": 1, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", "Id": 42 }, { - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", - "CommandName": "Add-PnPField", "Rank": 2, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", "Id": 43 }, { - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "CommandName": "Add-PnPField", "Rank": 3, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", "Id": 44 }, { - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "CommandName": "Add-PnPField", "Rank": 4, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", "Id": 45 }, { - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", - "CommandName": "Add-PnPField", "Rank": 5, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", "Id": 46 }, { - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "CommandName": "Add-PnPField", "Rank": 6, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", "Id": 47 }, { - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Add-PnPFieldToContentType", "Rank": 1, + "CommandName": "Add-PnPFieldToContentType", + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Id": 48 }, { - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "CommandName": "Add-PnPFile", "Rank": 1, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", "Id": 49 }, { - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "CommandName": "Add-PnPFile", "Rank": 2, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", "Id": 50 }, { - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile", "Rank": 3, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", "Id": 51 }, { - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile", "Rank": 4, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", "Id": 52 }, { - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", - "CommandName": "Add-PnPFile", "Rank": 5, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", "Id": 53 }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", - "CommandName": "Add-PnPFile", "Rank": 6, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", "Id": 54 }, { - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "CommandName": "Add-PnPFile", "Rank": 7, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", "Id": 55 }, { - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPFile", "Rank": 8, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", "Id": 56 }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 1, + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Id": 57 }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", - "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 2, + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", "Id": 58 }, { - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 3, + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", "Id": 59 }, { - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Add-PnPFileOrganizationalSharingLink", "Rank": 1, + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Id": 60 }, { - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", - "CommandName": "Add-PnPFileOrganizationalSharingLink", "Rank": 2, + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", "Id": 61 }, { - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "CommandName": "Add-PnPFileSensitivityLabel", "Rank": 1, + "CommandName": "Add-PnPFileSensitivityLabel", + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Id": 62 }, { - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "CommandName": "Add-PnPFileSensitivityLabel", "Rank": 2, + "CommandName": "Add-PnPFileSensitivityLabel", + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Id": 63 }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "CommandName": "Add-PnPFileSharingInvite", "Rank": 1, + "CommandName": "Add-PnPFileSharingInvite", + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Id": 64 }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "CommandName": "Add-PnPFileSharingInvite", "Rank": 2, + "CommandName": "Add-PnPFileSharingInvite", + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Id": 65 }, { - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFileSharingInvite", "Rank": 3, + "CommandName": "Add-PnPFileSharingInvite", + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Id": 66 }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", "Id": 67 }, { - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 2, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", "Id": 68 }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 3, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", "Id": 69 }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 4, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", "Id": 70 }, { - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 5, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", "Id": 71 }, { - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFileUserSharingLink", "Rank": 1, + "CommandName": "Add-PnPFileUserSharingLink", + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 72 }, { - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFileUserSharingLink", "Rank": 2, + "CommandName": "Add-PnPFileUserSharingLink", + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 73 }, { - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", - "CommandName": "Add-PnPFlowOwner", "Rank": 1, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", "Id": 74 }, { - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", - "CommandName": "Add-PnPFlowOwner", "Rank": 2, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", "Id": 75 }, { - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", - "CommandName": "Add-PnPFlowOwner", "Rank": 3, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", "Id": 76 }, { - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", - "CommandName": "Add-PnPFlowOwner", "Rank": 4, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", "Id": 77 }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Add-PnPFolder", "Rank": 1, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Id": 78 }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "CommandName": "Add-PnPFolder", "Rank": 2, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", "Id": 79 }, { - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "CommandName": "Add-PnPFolder", "Rank": 3, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", "Id": 80 }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 1, + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 81 }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 2, + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", "Id": 82 }, { - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 3, + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", "Id": 83 }, { - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Rank": 1, + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 84 }, { - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", - "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Rank": 2, + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", "Id": 85 }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "CommandName": "Add-PnPFolderSharingInvite", "Rank": 1, + "CommandName": "Add-PnPFolderSharingInvite", + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Id": 86 }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "CommandName": "Add-PnPFolderSharingInvite", "Rank": 2, + "CommandName": "Add-PnPFolderSharingInvite", + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Id": 87 }, { - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "CommandName": "Add-PnPFolderSharingInvite", "Rank": 3, + "CommandName": "Add-PnPFolderSharingInvite", + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Id": 88 }, { - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFolderUserSharingLink", "Rank": 1, + "CommandName": "Add-PnPFolderUserSharingLink", + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 89 }, { - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPFolderUserSharingLink", "Rank": 2, + "CommandName": "Add-PnPFolderUserSharingLink", + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 90 }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Add-PnPGroupMember", "Rank": 1, + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Id": 91 }, { - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "CommandName": "Add-PnPGroupMember", "Rank": 2, + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", "Id": 92 }, { - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Add-PnPHomeSite", "Rank": 1, + "CommandName": "Add-PnPHomeSite", + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Id": 93 }, { - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "CommandName": "Add-PnPHtmlPublishingPageLayout", "Rank": 1, + "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Id": 94 }, { - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", - "CommandName": "Add-PnPHubSiteAssociation", "Rank": 1, + "CommandName": "Add-PnPHubSiteAssociation", + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", "Id": 95 }, { - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 1, + "CommandName": "Add-PnPHubToHubAssociation", + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", "Id": 96 }, { - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 2, + "CommandName": "Add-PnPHubToHubAssociation", + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", "Id": 97 }, { - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 3, + "CommandName": "Add-PnPHubToHubAssociation", + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", "Id": 98 }, { - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptBlock", "Rank": 1, + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", "Id": 99 }, { - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "CommandName": "Add-PnPJavaScriptBlock", "Rank": 2, + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", "Id": 100 }, { - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "CommandName": "Add-PnPJavaScriptLink", "Rank": 1, + "CommandName": "Add-PnPJavaScriptLink", + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", "Id": 101 }, { - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "CommandName": "Add-PnPJavaScriptLink", "Rank": 2, + "CommandName": "Add-PnPJavaScriptLink", + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", "Id": 102 }, { - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "CommandName": "Add-PnPListDesign", "Rank": 1, + "CommandName": "Add-PnPListDesign", + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", "Id": 103 }, { - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", - "CommandName": "Add-PnPListDesign", "Rank": 2, + "CommandName": "Add-PnPListDesign", + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", "Id": 104 }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", "Id": 105 }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 2, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", "Id": 106 }, { - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 3, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", "Id": 107 }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem", "Rank": 1, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 108 }, { - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Add-PnPListItem", "Rank": 2, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 109 }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "CommandName": "Add-PnPListItem", "Rank": 3, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", "Id": 110 }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "CommandName": "Add-PnPListItem", "Rank": 4, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", "Id": 111 }, { - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "CommandName": "Add-PnPListItem", "Rank": 5, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", "Id": 112 }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "CommandName": "Add-PnPListItemAttachment", "Rank": 1, + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", "Id": 113 }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "CommandName": "Add-PnPListItemAttachment", "Rank": 2, + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", "Id": 114 }, { - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "CommandName": "Add-PnPListItemAttachment", "Rank": 3, + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", "Id": 115 }, { - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "CommandName": "Add-PnPListItemComment", "Rank": 1, + "CommandName": "Add-PnPListItemComment", + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", "Id": 116 }, { - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "CommandName": "Add-PnPMasterPage", "Rank": 1, + "CommandName": "Add-PnPMasterPage", + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", "Id": 117 }, { - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 118 }, { - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 119 }, { - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 120 }, { - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 121 }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", "Id": 122 }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", "Id": 123 }, { - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 3, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", "Id": 124 }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "CommandName": "Add-PnPNavigationNode", "Rank": 1, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", "Id": 125 }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", - "CommandName": "Add-PnPNavigationNode", "Rank": 2, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", "Id": 126 }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "CommandName": "Add-PnPNavigationNode", "Rank": 3, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", "Id": 127 }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "CommandName": "Add-PnPNavigationNode", "Rank": 4, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", "Id": 128 }, { - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "CommandName": "Add-PnPNavigationNode", "Rank": 5, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", "Id": 129 }, { - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "CommandName": "Add-PnPNavigationNode", "Rank": 6, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", "Id": 130 }, { - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", - "CommandName": "Add-PnPNavigationNode", "Rank": 7, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", "Id": 131 }, { - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", - "CommandName": "Add-PnPNavigationNode", "Rank": 8, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", "Id": 132 }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", "Id": 133 }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 2, + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Id": 134 }, { - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 3, + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", "Id": 135 }, { - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "CommandName": "Add-PnPOrgNewsSite", "Rank": 1, + "CommandName": "Add-PnPOrgNewsSite", + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", "Id": 136 }, { - "Command": "Add-PnPPage -Name \"NewPage\"", - "CommandName": "Add-PnPPage", "Rank": 1, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\"", "Id": 137 }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "CommandName": "Add-PnPPage", "Rank": 2, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", "Id": 138 }, { - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "CommandName": "Add-PnPPage", "Rank": 3, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", "Id": 139 }, { - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "CommandName": "Add-PnPPage", "Rank": 4, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", "Id": 140 }, { - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "CommandName": "Add-PnPPage", "Rank": 5, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", "Id": 141 }, { - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "CommandName": "Add-PnPPage", "Rank": 6, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", "Id": 142 }, { - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Add-PnPPage", "Rank": 7, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", "Id": 143 }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "CommandName": "Add-PnPPage", "Rank": 8, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", "Id": 144 }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Add-PnPPage", "Rank": 9, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", "Id": 145 }, { - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Add-PnPPage", "Rank": 10, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", "Id": 146 }, { - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "CommandName": "Add-PnPPageImageWebPart", "Rank": 1, + "CommandName": "Add-PnPPageImageWebPart", + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", "Id": 147 }, { - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "CommandName": "Add-PnPPageImageWebPart", "Rank": 2, + "CommandName": "Add-PnPPageImageWebPart", + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", "Id": 148 }, { - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "CommandName": "Add-PnPPageSection", "Rank": 1, + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", "Id": 149 }, { - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "CommandName": "Add-PnPPageSection", "Rank": 2, + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", "Id": 150 }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "CommandName": "Add-PnPPageTextPart", "Rank": 1, + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", "Id": 151 }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Add-PnPPageTextPart", "Rank": 2, + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", "Id": 152 }, { - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "CommandName": "Add-PnPPageTextPart", "Rank": 3, + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", "Id": 153 }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "CommandName": "Add-PnPPageWebPart", "Rank": 1, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", "Id": 154 }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "CommandName": "Add-PnPPageWebPart", "Rank": 2, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", "Id": 155 }, { - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "CommandName": "Add-PnPPageWebPart", "Rank": 3, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", "Id": 156 }, { - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket", "Rank": 1, + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", "Id": 157 }, { - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "CommandName": "Add-PnPPlannerBucket", "Rank": 2, + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", "Id": 158 }, { - "Command": "Add-PnPPlannerRoster", - "CommandName": "Add-PnPPlannerRoster", "Rank": 1, + "CommandName": "Add-PnPPlannerRoster", + "Command": "Add-PnPPlannerRoster", "Id": 159 }, { - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPPlannerRosterMember", "Rank": 1, + "CommandName": "Add-PnPPlannerRosterMember", + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Id": 160 }, { - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask", "Rank": 1, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Id": 161 }, { - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask", "Rank": 2, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Id": 162 }, { - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "CommandName": "Add-PnPPlannerTask", "Rank": 3, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Id": 163 }, { - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Add-PnPPublishingImageRendition", "Rank": 1, + "CommandName": "Add-PnPPublishingImageRendition", + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Id": 164 }, { - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "CommandName": "Add-PnPPublishingPage", "Rank": 1, + "CommandName": "Add-PnPPublishingPage", + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", "Id": 165 }, { - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "CommandName": "Add-PnPPublishingPage", "Rank": 2, + "CommandName": "Add-PnPPublishingPage", + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", "Id": 166 }, { - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "CommandName": "Add-PnPPublishingPageLayout", "Rank": 1, + "CommandName": "Add-PnPPublishingPageLayout", + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Id": 167 }, { - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "CommandName": "Add-PnPRoleDefinition", "Rank": 1, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", "Id": 168 }, { - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "CommandName": "Add-PnPRoleDefinition", "Rank": 2, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", "Id": 169 }, { - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "CommandName": "Add-PnPRoleDefinition", "Rank": 3, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", "Id": 170 }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 1, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Id": 171 }, { - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 2, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Id": 172 }, { - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 3, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", "Id": 173 }, { - "Command": "Add-PnPSiteCollectionAppCatalog", - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 1, + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Command": "Add-PnPSiteCollectionAppCatalog", "Id": 174 }, { - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 2, + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Id": 175 }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", - "CommandName": "Add-PnPSiteDesign", "Rank": 1, + "CommandName": "Add-PnPSiteDesign", + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", "Id": 176 }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "CommandName": "Add-PnPSiteDesign", "Rank": 2, + "CommandName": "Add-PnPSiteDesign", + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", "Id": 177 }, { - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "CommandName": "Add-PnPSiteDesign", "Rank": 3, + "CommandName": "Add-PnPSiteDesign", + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Id": 178 }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 1, + "CommandName": "Add-PnPSiteDesignFromWeb", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", "Id": 179 }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 2, + "CommandName": "Add-PnPSiteDesignFromWeb", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Id": 180 }, { - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 3, + "CommandName": "Add-PnPSiteDesignFromWeb", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", "Id": 181 }, { - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Add-PnPSiteDesignTask", "Rank": 1, + "CommandName": "Add-PnPSiteDesignTask", + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", "Id": 182 }, { - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Add-PnPSiteDesignTask", "Rank": 2, + "CommandName": "Add-PnPSiteDesignTask", + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Id": 183 }, { - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "CommandName": "Add-PnPSiteScript", "Rank": 1, + "CommandName": "Add-PnPSiteScript", + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", "Id": 184 }, { - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", - "CommandName": "Add-PnPSiteScriptPackage", "Rank": 1, + "CommandName": "Add-PnPSiteScriptPackage", + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", "Id": 185 }, { - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "CommandName": "Add-PnPSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPSiteTemplate", + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", "Id": 186 }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "CommandName": "Add-PnPStoredCredential", "Rank": 1, + "CommandName": "Add-PnPStoredCredential", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", "Id": 187 }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Add-PnPStoredCredential", "Rank": 2, + "CommandName": "Add-PnPStoredCredential", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Id": 188 }, { - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "CommandName": "Add-PnPStoredCredential", "Rank": 3, + "CommandName": "Add-PnPStoredCredential", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", "Id": 189 }, { - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "CommandName": "Add-PnPTaxonomyField", "Rank": 1, + "CommandName": "Add-PnPTaxonomyField", + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", "Id": 190 }, { - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "CommandName": "Add-PnPTaxonomyField", "Rank": 2, + "CommandName": "Add-PnPTaxonomyField", + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", "Id": 191 }, { - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "CommandName": "Add-PnPTeamsChannel", "Rank": 1, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", "Id": 192 }, { - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "CommandName": "Add-PnPTeamsChannel", "Rank": 2, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", "Id": 193 }, { - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel", "Rank": 3, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", "Id": 194 }, { - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "CommandName": "Add-PnPTeamsChannel", "Rank": 4, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", "Id": 195 }, { - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", - "CommandName": "Add-PnpTeamsChannelUser", "Rank": 1, + "CommandName": "Add-PnpTeamsChannelUser", + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", "Id": 196 }, { - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "CommandName": "Add-PnpTeamsChannelUser", "Rank": 2, + "CommandName": "Add-PnpTeamsChannelUser", + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", "Id": 197 }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", - "CommandName": "Add-PnPTeamsTab", "Rank": 1, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", "Id": 198 }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "CommandName": "Add-PnPTeamsTab", "Rank": 2, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", "Id": 199 }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "CommandName": "Add-PnPTeamsTab", "Rank": 3, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", "Id": 200 }, { - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", - "CommandName": "Add-PnPTeamsTab", "Rank": 4, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", "Id": 201 }, { - "Command": "Add-PnPTeamsTeam", - "CommandName": "Add-PnPTeamsTeam", "Rank": 1, + "CommandName": "Add-PnPTeamsTeam", + "Command": "Add-PnPTeamsTeam", "Id": 202 }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Add-PnPTeamsUser", "Rank": 1, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Id": 203 }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Add-PnPTeamsUser", "Rank": 2, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Id": 204 }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "CommandName": "Add-PnPTeamsUser", "Rank": 3, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", "Id": 205 }, { - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "CommandName": "Add-PnPTeamsUser", "Rank": 4, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", "Id": 206 }, { - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Add-PnPTenantCdnOrigin", "Rank": 1, + "CommandName": "Add-PnPTenantCdnOrigin", + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Id": 207 }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Id": 208 }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 2, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Id": 209 }, { - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 3, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Id": 210 }, { - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequence", "Rank": 1, + "CommandName": "Add-PnPTenantSequence", + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", "Id": 211 }, { - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "CommandName": "Add-PnPTenantSequenceSite", "Rank": 1, + "CommandName": "Add-PnPTenantSequenceSite", + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", "Id": 212 }, { - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "CommandName": "Add-PnPTenantSequenceSubSite", "Rank": 1, + "CommandName": "Add-PnPTenantSequenceSubSite", + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", "Id": 213 }, { - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "CommandName": "Add-PnPTermToTerm", "Rank": 1, + "CommandName": "Add-PnPTermToTerm", + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", "Id": 214 }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "CommandName": "Add-PnPView", "Rank": 1, + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", "Id": 215 }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "CommandName": "Add-PnPView", "Rank": 2, + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", "Id": 216 }, { - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "CommandName": "Add-PnPView", "Rank": 3, + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", "Id": 217 }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Id": 218 }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 2, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Id": 219 }, { - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 3, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Id": 220 }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Add-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", "Id": 221 }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "CommandName": "Add-PnPWebhookSubscription", "Rank": 2, + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Id": 222 }, { - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", - "CommandName": "Add-PnPWebhookSubscription", "Rank": 3, + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", "Id": 223 }, { - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 1, + "CommandName": "Add-PnPWebPartToWebPartPage", + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", "Id": 224 }, { - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 2, + "CommandName": "Add-PnPWebPartToWebPartPage", + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", "Id": 225 }, { - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 1, + "CommandName": "Add-PnPWebPartToWikiPage", + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", "Id": 226 }, { - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 2, + "CommandName": "Add-PnPWebPartToWikiPage", + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", "Id": 227 }, { - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "CommandName": "Add-PnPWikiPage", "Rank": 1, + "CommandName": "Add-PnPWikiPage", + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", "Id": 228 }, { - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Clear-PnPAzureADGroupMember", + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", "Id": 229 }, { - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Clear-PnPAzureADGroupOwner", + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", "Id": 230 }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 1, + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", "Id": 231 }, { - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 2, + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", "Id": 232 }, { - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Clear-PnPListItemAsRecord", "Rank": 1, + "CommandName": "Clear-PnPListItemAsRecord", + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Id": 233 }, { - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", "Id": 234 }, { - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", "Id": 235 }, { - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 1, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Id": 236 }, { - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 2, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", "Id": 237 }, { - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 3, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", "Id": 238 }, { - "Command": "Clear-PnPTenantAppCatalogUrl", - "CommandName": "Clear-PnPTenantAppCatalogUrl", "Rank": 1, + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Command": "Clear-PnPTenantAppCatalogUrl", "Id": 239 }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 1, + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 240 }, { - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 2, + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Id": 241 }, { - "Command": "Clear-PnPTraceLog", - "CommandName": "Clear-PnPTraceLog", "Rank": 1, + "CommandName": "Clear-PnPTraceLog", + "Command": "Clear-PnPTraceLog", "Id": 242 }, { - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", - "CommandName": "Connect-PnPOnline", "Rank": 1, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", "Id": 243 }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", - "CommandName": "Convert-PnPFile", "Rank": 1, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", "Id": 244 }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", - "CommandName": "Convert-PnPFile", "Rank": 2, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", "Id": 245 }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", - "CommandName": "Convert-PnPFile", "Rank": 3, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", "Id": 246 }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", - "CommandName": "Convert-PnPFile", "Rank": 4, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", "Id": 247 }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", - "CommandName": "Convert-PnPFile", "Rank": 5, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", "Id": 248 }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", - "CommandName": "Convert-PnPFile", "Rank": 6, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", "Id": 249 }, { - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", - "CommandName": "Convert-PnPFile", "Rank": 7, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", "Id": 250 }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 1, + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", "Id": 251 }, { - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 2, + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", "Id": 252 }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml", - "CommandName": "Convert-PnPSiteTemplate", "Rank": 1, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml", "Id": 253 }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "CommandName": "Convert-PnPSiteTemplate", "Rank": 2, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", "Id": 254 }, { - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "CommandName": "Convert-PnPSiteTemplate", "Rank": 3, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", "Id": 255 }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 1, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", "Id": 256 }, { - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 2, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", "Id": 257 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "CommandName": "ConvertTo-PnPPage", "Rank": 1, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", "Id": 258 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "CommandName": "ConvertTo-PnPPage", "Rank": 2, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", "Id": 259 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "CommandName": "ConvertTo-PnPPage", "Rank": 3, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", "Id": 260 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "CommandName": "ConvertTo-PnPPage", "Rank": 4, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", "Id": 261 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 5, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 262 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "CommandName": "ConvertTo-PnPPage", "Rank": 6, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", "Id": 263 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "CommandName": "ConvertTo-PnPPage", "Rank": 7, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", "Id": 264 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "CommandName": "ConvertTo-PnPPage", "Rank": 8, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", "Id": 265 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 9, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 266 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "CommandName": "ConvertTo-PnPPage", "Rank": 10, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", "Id": 267 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "CommandName": "ConvertTo-PnPPage", "Rank": 11, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", "Id": 268 }, { - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 12, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 269 }, { - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "CommandName": "ConvertTo-PnPPage", "Rank": 13, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 270 }, { - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "CommandName": "ConvertTo-PnPPage", "Rank": 14, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", "Id": 271 }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile", "Rank": 1, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 272 }, { - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFile", "Rank": 2, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Id": 273 }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFile", "Rank": 3, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Id": 274 }, { - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile", "Rank": 4, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 275 }, { - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFile", "Rank": 5, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Id": 276 }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFile", "Rank": 6, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Id": 277 }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFile", "Rank": 7, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Id": 278 }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFile", "Rank": 8, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 279 }, { - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFile", "Rank": 9, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Id": 280 }, { - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFile", "Rank": 10, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Id": 281 }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder", "Rank": 1, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 282 }, { - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "CommandName": "Copy-PnPFolder", "Rank": 2, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Id": 283 }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "CommandName": "Copy-PnPFolder", "Rank": 3, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Id": 284 }, { - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder", "Rank": 4, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 285 }, { - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "CommandName": "Copy-PnPFolder", "Rank": 5, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Id": 286 }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "CommandName": "Copy-PnPFolder", "Rank": 6, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Id": 287 }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "CommandName": "Copy-PnPFolder", "Rank": 7, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Id": 288 }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder", "Rank": 8, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 289 }, { - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "CommandName": "Copy-PnPFolder", "Rank": 9, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Id": 290 }, { - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "CommandName": "Copy-PnPFolder", "Rank": 10, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Id": 291 }, { - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", - "CommandName": "Copy-PnPFolder", "Rank": 11, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", "Id": 292 }, { - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "CommandName": "Copy-PnPItemProxy", "Rank": 1, + "CommandName": "Copy-PnPItemProxy", + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", "Id": 293 }, { - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "CommandName": "Copy-PnPList", "Rank": 1, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", "Id": 294 }, { - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "CommandName": "Copy-PnPList", "Rank": 2, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", "Id": 295 }, { - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", - "CommandName": "Copy-PnPList", "Rank": 3, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", "Id": 296 }, { - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", - "CommandName": "Copy-PnPList", "Rank": 4, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", "Id": 297 }, { - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "CommandName": "Copy-PnPPage", "Rank": 1, + "CommandName": "Copy-PnPPage", + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Id": 298 }, { - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 1, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", "Id": 299 }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 2, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", "Id": 300 }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 3, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Id": 301 }, { - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "CommandName": "Copy-PnPTeamsTeam", "Rank": 4, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Id": 302 }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Disable-PnPFeature", "Rank": 1, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 303 }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Disable-PnPFeature", "Rank": 2, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Id": 304 }, { - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Disable-PnPFeature", "Rank": 3, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Id": 305 }, { - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Disable-PnPFlow", "Rank": 1, + "CommandName": "Disable-PnPFlow", + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 306 }, { - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Disable-PnPFlow", "Rank": 2, + "CommandName": "Disable-PnPFlow", + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 307 }, { - "Command": "Disable-PnPPageScheduling", - "CommandName": "Disable-PnPPageScheduling", "Rank": 1, + "CommandName": "Disable-PnPPageScheduling", + "Command": "Disable-PnPPageScheduling", "Id": 308 }, { - "Command": "Disable-PnPPowerShellTelemetry", - "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 1, + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry", "Id": 309 }, { - "Command": "Disable-PnPPowerShellTelemetry -Force", - "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 2, + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry -Force", "Id": 310 }, { - "Command": "Disable-PnPSharingForNonOwnersOfSite", - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Rank": 1, + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Command": "Disable-PnPSharingForNonOwnersOfSite", "Id": 311 }, { - "Command": "Disable-PnPSiteClassification", - "CommandName": "Disable-PnPSiteClassification", "Rank": 1, + "CommandName": "Disable-PnPSiteClassification", + "Command": "Disable-PnPSiteClassification", "Id": 312 }, { - "Command": "Disconnect-PnPOnline", - "CommandName": "Disconnect-PnPOnline", "Rank": 1, + "CommandName": "Disconnect-PnPOnline", + "Command": "Disconnect-PnPOnline", "Id": 313 }, { - "Command": "Enable-PnPCommSite", - "CommandName": "Enable-PnPCommSite", "Rank": 1, + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite", "Id": 314 }, { - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "CommandName": "Enable-PnPCommSite", "Rank": 2, + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", "Id": 315 }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Enable-PnPFeature", "Rank": 1, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 316 }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "CommandName": "Enable-PnPFeature", "Rank": 2, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Id": 317 }, { - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "CommandName": "Enable-PnPFeature", "Rank": 3, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Id": 318 }, { - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Enable-PnPFlow", "Rank": 1, + "CommandName": "Enable-PnPFlow", + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 319 }, { - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Enable-PnPFlow", "Rank": 2, + "CommandName": "Enable-PnPFlow", + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 320 }, { - "Command": "Enable-PnPPageScheduling", - "CommandName": "Enable-PnPPageScheduling", "Rank": 1, + "CommandName": "Enable-PnPPageScheduling", + "Command": "Enable-PnPPageScheduling", "Id": 321 }, { - "Command": "Enable-PnPPowerShellTelemetry", - "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 1, + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry", "Id": 322 }, { - "Command": "Enable-PnPPowerShellTelemetry -Force", - "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 2, + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry -Force", "Id": 323 }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 1, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", "Id": 324 }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 2, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", "Id": 325 }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 3, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", "Id": 326 }, { - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 4, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", "Id": 327 }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "CommandName": "Enable-PnPSiteClassification", "Rank": 1, + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", "Id": 328 }, { - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Enable-PnPSiteClassification", "Rank": 2, + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", "Id": 329 }, { - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Export-PnPFlow", "Rank": 1, + "CommandName": "Export-PnPFlow", + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 330 }, { - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Export-PnPFlow", "Rank": 2, + "CommandName": "Export-PnPFlow", + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 331 }, { - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "CommandName": "Export-PnPListToSiteTemplate", "Rank": 1, + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", "Id": 332 }, { - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "CommandName": "Export-PnPListToSiteTemplate", "Rank": 2, + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", "Id": 333 }, { - "Command": "Export-PnPPage -Identity Home.aspx", - "CommandName": "Export-PnPPage", "Rank": 1, + "CommandName": "Export-PnPPage", + "Command": "Export-PnPPage -Identity Home.aspx", "Id": 334 }, { - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", - "CommandName": "Export-PnPPage", "Rank": 2, + "CommandName": "Export-PnPPage", + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", "Id": 335 }, { - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping", "Rank": 1, + "CommandName": "Export-PnPPageMapping", + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", "Id": 336 }, { - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping", "Rank": 2, + "CommandName": "Export-PnPPageMapping", + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", "Id": 337 }, { - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", - "CommandName": "Export-PnPPageMapping", "Rank": 3, + "CommandName": "Export-PnPPageMapping", + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", "Id": 338 }, { - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", - "CommandName": "Export-PnPPowerApp", "Rank": 1, + "CommandName": "Export-PnPPowerApp", + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", "Id": 339 }, { - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", - "CommandName": "Export-PnPPowerApp", "Rank": 2, + "CommandName": "Export-PnPPowerApp", + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", "Id": 340 }, { - "Command": "Export-PnPTaxonomy", - "CommandName": "Export-PnPTaxonomy", "Rank": 1, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy", "Id": 341 }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "CommandName": "Export-PnPTaxonomy", "Rank": 2, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", "Id": 342 }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "CommandName": "Export-PnPTaxonomy", "Rank": 3, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", "Id": 343 }, { - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "CommandName": "Export-PnPTaxonomy", "Rank": 4, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", "Id": 344 }, { - "Command": "Export-PnPTermGroupToXml", - "CommandName": "Export-PnPTermGroupToXml", "Rank": 1, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml", "Id": 345 }, { - "Command": "Export-PnPTermGroupToXml -Out output.xml", - "CommandName": "Export-PnPTermGroupToXml", "Rank": 2, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out output.xml", "Id": 346 }, { - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "CommandName": "Export-PnPTermGroupToXml", "Rank": 3, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", "Id": 347 }, { - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Export-PnPUserInfo", "Rank": 1, + "CommandName": "Export-PnPUserInfo", + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Id": 348 }, { - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserInfo", "Rank": 2, + "CommandName": "Export-PnPUserInfo", + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", "Id": 349 }, { - "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Export-PnPUserProfile", "Rank": 1, + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com", "Id": 350 }, { - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "CommandName": "Export-PnPUserProfile", "Rank": 2, + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", "Id": 351 }, { - "Command": "Find-PnPFile -Match *.master", - "CommandName": "Find-PnPFile", "Rank": 1, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Match *.master", "Id": 352 }, { - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "CommandName": "Find-PnPFile", "Rank": 2, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", "Id": 353 }, { - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "CommandName": "Find-PnPFile", "Rank": 3, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", "Id": 354 }, { - "Command": "Get-PnPAccessToken", - "CommandName": "Get-PnPAccessToken", "Rank": 1, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken", "Id": 355 }, { - "Command": "Get-PnPAccessToken -Decoded", - "CommandName": "Get-PnPAccessToken", "Rank": 2, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -Decoded", "Id": 356 }, { - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "CommandName": "Get-PnPAccessToken", "Rank": 3, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", "Id": 357 }, { - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "CommandName": "Get-PnPAccessToken", "Rank": 4, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", "Id": 358 }, { - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "CommandName": "Get-PnPAccessToken", "Rank": 5, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", "Id": 359 }, { - "Command": "Get-PnPAccessToken -ListPermissionScopes", - "CommandName": "Get-PnPAccessToken", "Rank": 6, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ListPermissionScopes", "Id": 360 }, { - "Command": "Get-PnPAlert", - "CommandName": "Get-PnPAlert", "Rank": 1, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert", "Id": 361 }, { - "Command": "Get-PnPAlert -List \"Demo List\"", - "CommandName": "Get-PnPAlert", "Rank": 2, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\"", "Id": 362 }, { - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPAlert", "Rank": 3, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Id": 363 }, { - "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "CommandName": "Get-PnPAlert", "Rank": 4, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -Title \"Demo Alert\"", "Id": 364 }, { - "Command": "Get-PnPAlert -AllUsers", - "CommandName": "Get-PnPAlert", "Rank": 5, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -AllUsers", "Id": 365 }, { - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "CommandName": "Get-PnPAlert", "Rank": 6, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", "Id": 366 }, { - "Command": "Get-PnPApp", - "CommandName": "Get-PnPApp", "Rank": 1, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp", "Id": 367 }, { - "Command": "Get-PnPApp -Scope Site", - "CommandName": "Get-PnPApp", "Rank": 2, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Scope Site", "Id": 368 }, { - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPApp", "Rank": 3, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Id": 369 }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "CommandName": "Get-PnPAppErrors", "Rank": 1, + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", "Id": 370 }, { - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "CommandName": "Get-PnPAppErrors", "Rank": 2, + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", "Id": 371 }, { - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "CommandName": "Get-PnPAppInfo", "Rank": 1, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", "Id": 372 }, { - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Get-PnPAppInfo", "Rank": 2, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Id": 373 }, { - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "CommandName": "Get-PnPAppInfo", "Rank": 3, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", "Id": 374 }, { - "Command": "Get-PnPApplicationCustomizer", - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer", "Id": 375 }, { - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 2, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 376 }, { - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 3, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", "Id": 377 }, { - "Command": "Get-PnPAuditing", - "CommandName": "Get-PnPAuditing", "Rank": 1, + "CommandName": "Get-PnPAuditing", + "Command": "Get-PnPAuditing", "Id": 378 }, { - "Command": "Get-PnPAuthenticationRealm", - "CommandName": "Get-PnPAuthenticationRealm", "Rank": 1, + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm", "Id": 379 }, { - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "CommandName": "Get-PnPAuthenticationRealm", "Rank": 2, + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", "Id": 380 }, { - "Command": "Get-PnPAvailableLanguage", - "CommandName": "Get-PnPAvailableLanguage", "Rank": 1, + "CommandName": "Get-PnPAvailableLanguage", + "Command": "Get-PnPAvailableLanguage", "Id": 381 }, { - "Command": "Get-PnPAvailableSensitivityLabel", - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 1, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel", "Id": 382 }, { - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 2, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", "Id": 383 }, { - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 3, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", "Id": 384 }, { - "Command": "Get-PnPAvailableSiteClassification", - "CommandName": "Get-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Get-PnPAvailableSiteClassification", + "Command": "Get-PnPAvailableSiteClassification", "Id": 385 }, { - "Command": "Get-PnPAzureACSPrincipal", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 1, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal", "Id": 386 }, { - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 2, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", "Id": 387 }, { - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 3, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", "Id": 388 }, { - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 4, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", "Id": 389 }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 1, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 390 }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 2, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", "Id": 391 }, { - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 3, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", "Id": 392 }, { - "Command": "Get-PnPAzureADActivityReportSignIn", - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 1, + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn", "Id": 393 }, { - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 2, + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", "Id": 394 }, { - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 3, + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", "Id": 395 }, { - "Command": "Get-PnPAzureADApp", - "CommandName": "Get-PnPAzureADApp", "Rank": 1, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp", "Id": 396 }, { - "Command": "Get-PnPAzureADApp -Identity MyApp", - "CommandName": "Get-PnPAzureADApp", "Rank": 2, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity MyApp", "Id": 397 }, { - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADApp", "Rank": 3, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Id": 398 }, { - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADApp", "Rank": 4, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", "Id": 399 }, { - "Command": "Get-PnPAzureADAppPermission", - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 1, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission", "Id": 400 }, { - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 2, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", "Id": 401 }, { - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 3, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Id": 402 }, { - "Command": "Get-PnPAzureADAppSitePermission", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission", "Id": 403 }, { - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 2, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", "Id": 404 }, { - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 3, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", "Id": 405 }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 4, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", "Id": 406 }, { - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 5, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", "Id": 407 }, { - "Command": "Get-PnPAzureADGroup", - "CommandName": "Get-PnPAzureADGroup", "Rank": 1, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup", "Id": 408 }, { - "Command": "Get-PnPAzureADGroup -Identity $groupId", - "CommandName": "Get-PnPAzureADGroup", "Rank": 2, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupId", "Id": 409 }, { - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "CommandName": "Get-PnPAzureADGroup", "Rank": 3, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", "Id": 410 }, { - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPAzureADGroup", "Rank": 4, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", "Id": 411 }, { - "Command": "Get-PnPAzureADGroup -Identity $group", - "CommandName": "Get-PnPAzureADGroup", "Rank": 5, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $group", "Id": 412 }, { - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", "Id": 413 }, { - "Command": "Get-PnPAzureADGroupMember -Identity $group", - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 2, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $group", "Id": 414 }, { - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 3, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", "Id": 415 }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", "Id": 416 }, { - "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 2, + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $group", "Id": 417 }, { - "Command": "Get-PnPAzureADServicePrincipal", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal", "Id": 418 }, { - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", "Id": 419 }, { - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 3, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", "Id": 420 }, { - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 4, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", "Id": 421 }, { - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 5, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", "Id": 422 }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Id": 423 }, { - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Id": 424 }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Id": 425 }, { - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", "Id": 426 }, { - "Command": "Get-PnPAzureADUser", - "CommandName": "Get-PnPAzureADUser", "Rank": 1, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser", "Id": 427 }, { - "Command": "Get-PnPAzureADUser -EndIndex 50", - "CommandName": "Get-PnPAzureADUser", "Rank": 2, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -EndIndex 50", "Id": 428 }, { - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPAzureADUser", "Rank": 3, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Id": 429 }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "CommandName": "Get-PnPAzureADUser", "Rank": 4, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", "Id": 430 }, { - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "CommandName": "Get-PnPAzureADUser", "Rank": 5, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", "Id": 431 }, { - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "CommandName": "Get-PnPAzureADUser", "Rank": 6, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", "Id": 432 }, { - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "CommandName": "Get-PnPAzureADUser", "Rank": 7, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", "Id": 433 }, { - "Command": "Get-PnPAzureADUser -Delta", - "CommandName": "Get-PnPAzureADUser", "Rank": 8, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta", "Id": 434 }, { - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "CommandName": "Get-PnPAzureADUser", "Rank": 9, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", "Id": 435 }, { - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "CommandName": "Get-PnPAzureADUser", "Rank": 10, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", "Id": 436 }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "CommandName": "Get-PnPAzureCertificate", "Rank": 1, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", "Id": 437 }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "CommandName": "Get-PnPAzureCertificate", "Rank": 2, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Id": 438 }, { - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "CommandName": "Get-PnPAzureCertificate", "Rank": 3, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", "Id": 439 }, { - "Command": "Get-PnPBrandCenterConfig", - "CommandName": "Get-PnPBrandCenterConfig", "Rank": 1, + "CommandName": "Get-PnPBrandCenterConfig", + "Command": "Get-PnPBrandCenterConfig", "Id": 440 }, { - "Command": "Get-PnPBrandCenterFont", - "CommandName": "Get-PnPBrandCenterFont", "Rank": 1, + "CommandName": "Get-PnPBrandCenterFont", + "Command": "Get-PnPBrandCenterFont", "Id": 441 }, { - "Command": "Get-PnPBrandCenterFontPackage", - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 1, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage", "Id": 442 }, { - "Command": "Get-PnPBrandCenterFontPackage -Store Site", - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 2, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage -Store Site", "Id": 443 }, { - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 3, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", "Id": 444 }, { - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 4, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Id": 445 }, { - "Command": "Get-PnPBrowserIdleSignout", - "CommandName": "Get-PnPBrowserIdleSignout", "Rank": 1, + "CommandName": "Get-PnPBrowserIdleSignout", + "Command": "Get-PnPBrowserIdleSignout", "Id": 446 }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 1, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", "Id": 447 }, { - "Command": "Get-PnPBuiltInDesignPackageVisibility", - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 2, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility", "Id": 448 }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 1, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings", "Id": 449 }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 2, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", "Id": 450 }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 3, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", "Id": 451 }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 4, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", "Id": 452 }, { - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 5, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", "Id": 453 }, { - "Command": "Get-PnPChangeLog", - "CommandName": "Get-PnPChangeLog", "Rank": 1, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog", "Id": 454 }, { - "Command": "Get-PnPChangeLog -Nightly", - "CommandName": "Get-PnPChangeLog", "Rank": 2, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog -Nightly", "Id": 455 }, { - "Command": "Get-PnPChangeLog -Version 2.12.0", - "CommandName": "Get-PnPChangeLog", "Rank": 3, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog -Version 2.12.0", "Id": 456 }, { - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 1, + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", "Id": 457 }, { - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", - "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 2, + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", "Id": 458 }, { - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", - "CommandName": "Get-PnPContainer", "Rank": 1, + "CommandName": "Get-PnPContainer", + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", "Id": 459 }, { - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Get-PnPContainer", "Rank": 2, + "CommandName": "Get-PnPContainer", + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Id": 460 }, { - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "CommandName": "Get-PnPContainer", "Rank": 3, + "CommandName": "Get-PnPContainer", + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Id": 461 }, { - "Command": "Get-PnPContainerType", - "CommandName": "Get-PnPContainerType", "Rank": 1, + "CommandName": "Get-PnPContainerType", + "Command": "Get-PnPContainerType", "Id": 462 }, { - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", - "CommandName": "Get-PnPContainerTypeConfiguration", "Rank": 1, + "CommandName": "Get-PnPContainerTypeConfiguration", + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", "Id": 463 }, { - "Command": "Get-PnPContentType", - "CommandName": "Get-PnPContentType", "Rank": 1, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType", "Id": 464 }, { - "Command": "Get-PnPContentType -InSiteHierarchy", - "CommandName": "Get-PnPContentType", "Rank": 2, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -InSiteHierarchy", "Id": 465 }, { - "Command": "Get-PnPContentType -Identity \"Project Document\"", - "CommandName": "Get-PnPContentType", "Rank": 3, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -Identity \"Project Document\"", "Id": 466 }, { - "Command": "Get-PnPContentType -List \"Documents\"", - "CommandName": "Get-PnPContentType", "Rank": 4, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -List \"Documents\"", "Id": 467 }, { - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", - "CommandName": "Get-PnPContentType", "Rank": 5, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", "Id": 468 }, { - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "CommandName": "Get-PnPContentTypePublishingStatus", "Rank": 1, + "CommandName": "Get-PnPContentTypePublishingStatus", + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", "Id": 469 }, { - "Command": "Get-PnPCopilotAdminLimitedMode", - "CommandName": "Get-PnPCopilotAdminLimitedMode", "Rank": 1, + "CommandName": "Get-PnPCopilotAdminLimitedMode", + "Command": "Get-PnPCopilotAdminLimitedMode", "Id": 470 }, { - "Command": "Get-PnPCopilotAgent", - "CommandName": "Get-PnPCopilotAgent", "Rank": 1, + "CommandName": "Get-PnPCopilotAgent", + "Command": "Get-PnPCopilotAgent", "Id": 471 }, { - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", - "CommandName": "Get-PnPCopilotAgent", "Rank": 2, + "CommandName": "Get-PnPCopilotAgent", + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", "Id": 472 }, { - "Command": "Get-PnPCustomAction", - "CommandName": "Get-PnPCustomAction", "Rank": 1, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction", "Id": 473 }, { - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Get-PnPCustomAction", "Rank": 2, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 474 }, { - "Command": "Get-PnPCustomAction -Scope web", - "CommandName": "Get-PnPCustomAction", "Rank": 3, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Scope web", "Id": 475 }, { - "Command": "Get-PnPDeletedContainer", - "CommandName": "Get-PnPDeletedContainer", "Rank": 1, + "CommandName": "Get-PnPDeletedContainer", + "Command": "Get-PnPDeletedContainer", "Id": 476 }, { - "Command": "Get-PnPDeletedFlow", - "CommandName": "Get-PnPDeletedFlow", "Rank": 1, + "CommandName": "Get-PnPDeletedFlow", + "Command": "Get-PnPDeletedFlow", "Id": 477 }, { - "Command": "Get-PnPDeletedMicrosoft365Group", - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 1, + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group", "Id": 478 }, { - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 2, + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Id": 479 }, { - "Command": "Get-PnPDeletedTeam", - "CommandName": "Get-PnPDeletedTeam", "Rank": 1, + "CommandName": "Get-PnPDeletedTeam", + "Command": "Get-PnPDeletedTeam", "Id": 480 }, { - "Command": "Get-PnPDiagnostics", - "CommandName": "Get-PnPDiagnostics", "Rank": 1, + "CommandName": "Get-PnPDiagnostics", + "Command": "Get-PnPDiagnostics", "Id": 481 }, { - "Command": "Get-PnPDisableSpacesActivation", - "CommandName": "Get-PnPDisableSpacesActivation", "Rank": 1, + "CommandName": "Get-PnPDisableSpacesActivation", + "Command": "Get-PnPDisableSpacesActivation", "Id": 482 }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 1, + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", "Id": 483 }, { - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 2, + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", "Id": 484 }, { - "Command": "Get-PnPEnterpriseAppInsightsReport", - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 1, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Command": "Get-PnPEnterpriseAppInsightsReport", "Id": 485 }, { - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 2, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", "Id": 486 }, { - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 3, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", "Id": 487 }, { - "Command": "Get-PnPEventReceiver", - "CommandName": "Get-PnPEventReceiver", "Rank": 1, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver", "Id": 488 }, { - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver", "Rank": 2, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 489 }, { - "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver", "Rank": 3, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity MyReceiver", "Id": 490 }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "CommandName": "Get-PnPEventReceiver", "Rank": 4, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", "Id": 491 }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPEventReceiver", "Rank": 5, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 492 }, { - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "CommandName": "Get-PnPEventReceiver", "Rank": 6, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", "Id": 493 }, { - "Command": "Get-PnPEventReceiver -Scope Site", - "CommandName": "Get-PnPEventReceiver", "Rank": 7, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Site", "Id": 494 }, { - "Command": "Get-PnPEventReceiver -Scope Web", - "CommandName": "Get-PnPEventReceiver", "Rank": 8, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Web", "Id": 495 }, { - "Command": "Get-PnPEventReceiver -Scope All", - "CommandName": "Get-PnPEventReceiver", "Rank": 9, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope All", "Id": 496 }, { - "Command": "Get-PnPException", - "CommandName": "Get-PnPException", "Rank": 1, + "CommandName": "Get-PnPException", + "Command": "Get-PnPException", "Id": 497 }, { - "Command": "Get-PnPException -All", - "CommandName": "Get-PnPException", "Rank": 2, + "CommandName": "Get-PnPException", + "Command": "Get-PnPException -All", "Id": 498 }, { - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "CommandName": "Get-PnPExternalUser", "Rank": 1, + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", "Id": 499 }, { - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "CommandName": "Get-PnPExternalUser", "Rank": 2, + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", "Id": 500 }, { - "Command": "Get-PnPFeature", - "CommandName": "Get-PnPFeature", "Rank": 1, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature", "Id": 501 }, { - "Command": "Get-PnPFeature -Scope Site", - "CommandName": "Get-PnPFeature", "Rank": 2, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Scope Site", "Id": 502 }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Get-PnPFeature", "Rank": 3, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 503 }, { - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "CommandName": "Get-PnPFeature", "Rank": 4, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", "Id": 504 }, { - "Command": "Get-PnPField", - "CommandName": "Get-PnPField", "Rank": 1, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField", "Id": 505 }, { - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Get-PnPField", "Rank": 2, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Id": 506 }, { - "Command": "Get-PnPField -Group \"Custom Columns\"", - "CommandName": "Get-PnPField", "Rank": 3, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -Group \"Custom Columns\"", "Id": 507 }, { - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile", "Rank": 1, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", "Id": 508 }, { - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFile", "Rank": 2, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", "Id": 509 }, { - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "CommandName": "Get-PnPFile", "Rank": 3, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", "Id": 510 }, { - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "CommandName": "Get-PnPFile", "Rank": 4, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", "Id": 511 }, { - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "CommandName": "Get-PnPFile", "Rank": 5, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", "Id": 512 }, { - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "CommandName": "Get-PnPFile", "Rank": 6, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", "Id": 513 }, { - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", - "CommandName": "Get-PnPFile", "Rank": 7, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", "Id": 514 }, { - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "CommandName": "Get-PnPFile", "Rank": 8, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", "Id": 515 }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", - "CommandName": "Get-PnPFileAnalyticsData", "Rank": 1, + "CommandName": "Get-PnPFileAnalyticsData", + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", "Id": 516 }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", - "CommandName": "Get-PnPFileAnalyticsData", "Rank": 2, + "CommandName": "Get-PnPFileAnalyticsData", + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", "Id": 517 }, { - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPFileAnalyticsData", "Rank": 3, + "CommandName": "Get-PnPFileAnalyticsData", + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Id": 518 }, { - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", - "CommandName": "Get-PnPFileCheckedOut", "Rank": 1, + "CommandName": "Get-PnPFileCheckedOut", + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", "Id": 519 }, { - "Command": "Get-PnPFileInFolder", - "CommandName": "Get-PnPFileInFolder", "Rank": 1, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder", "Id": 520 }, { - "Command": "Get-PnPFileInFolder -Recurse", - "CommandName": "Get-PnPFileInFolder", "Rank": 2, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -Recurse", "Id": 521 }, { - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFileInFolder", "Rank": 3, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", "Id": 522 }, { - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFileInFolder", "Rank": 4, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Id": 523 }, { - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "CommandName": "Get-PnPFileInFolder", "Rank": 5, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Id": 524 }, { - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "CommandName": "Get-PnPFileRetentionLabel", "Rank": 1, + "CommandName": "Get-PnPFileRetentionLabel", + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Id": 525 }, { - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "CommandName": "Get-PnPFileSensitivityLabel", "Rank": 1, + "CommandName": "Get-PnPFileSensitivityLabel", + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Id": 526 }, { - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", - "CommandName": "Get-PnPFileSensitivityLabelInfo", "Rank": 1, + "CommandName": "Get-PnPFileSensitivityLabelInfo", + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", "Id": 527 }, { - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Get-PnPFileSharingLink", "Rank": 1, + "CommandName": "Get-PnPFileSharingLink", + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", "Id": 528 }, { - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", - "CommandName": "Get-PnPFileSharingLink", "Rank": 2, + "CommandName": "Get-PnPFileSharingLink", + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", "Id": 529 }, { - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", - "CommandName": "Get-PnPFileSharingLink", "Rank": 3, + "CommandName": "Get-PnPFileSharingLink", + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", "Id": 530 }, { - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "CommandName": "Get-PnPFileVersion", "Rank": 1, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", "Id": 531 }, { - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", - "CommandName": "Get-PnPFileVersion", "Rank": 2, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", "Id": 532 }, { - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", - "CommandName": "Get-PnPFileVersion", "Rank": 3, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", "Id": 533 }, { - "Command": "Get-PnPFlow -AsAdmin", - "CommandName": "Get-PnPFlow", "Rank": 1, + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -AsAdmin", "Id": 534 }, { - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", - "CommandName": "Get-PnPFlow", "Rank": 2, + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", "Id": 535 }, { - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlow", "Rank": 3, + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 536 }, { - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "CommandName": "Get-PnPFlowOwner", "Rank": 1, + "CommandName": "Get-PnPFlowOwner", + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Id": 537 }, { - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "CommandName": "Get-PnPFlowOwner", "Rank": 2, + "CommandName": "Get-PnPFlowOwner", + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Id": 538 }, { - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPFlowRun", "Rank": 1, + "CommandName": "Get-PnPFlowRun", + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 539 }, { - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Get-PnPFlowRun", "Rank": 2, + "CommandName": "Get-PnPFlowRun", + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Id": 540 }, { - "Command": "Get-PnPFolder", - "CommandName": "Get-PnPFolder", "Rank": 1, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder", "Id": 541 }, { - "Command": "Get-PnPFolder -CurrentWebRootFolder", - "CommandName": "Get-PnPFolder", "Rank": 2, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -CurrentWebRootFolder", "Id": 542 }, { - "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "CommandName": "Get-PnPFolder", "Rank": 3, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"Shared Documents\"", "Id": 543 }, { - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "CommandName": "Get-PnPFolder", "Rank": 4, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", "Id": 544 }, { - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", - "CommandName": "Get-PnPFolder", "Rank": 5, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", "Id": 545 }, { - "Command": "Get-PnPFolder -List \"Shared Documents\"", - "CommandName": "Get-PnPFolder", "Rank": 6, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -List \"Shared Documents\"", "Id": 546 }, { - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", - "CommandName": "Get-PnPFolder", "Rank": 7, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", "Id": 547 }, { - "Command": "Get-PnPFolderInFolder", - "CommandName": "Get-PnPFolderInFolder", "Rank": 1, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder", "Id": 548 }, { - "Command": "Get-PnPFolderInFolder -Recurse", - "CommandName": "Get-PnPFolderInFolder", "Rank": 2, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -Recurse", "Id": 549 }, { - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFolderInFolder", "Rank": 3, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", "Id": 550 }, { - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", - "CommandName": "Get-PnPFolderInFolder", "Rank": 4, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", "Id": 551 }, { - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", - "CommandName": "Get-PnPFolderInFolder", "Rank": 5, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", "Id": 552 }, { - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "CommandName": "Get-PnPFolderInFolder", "Rank": 6, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Id": 553 }, { - "Command": "Get-PnPFolderItem", - "CommandName": "Get-PnPFolderItem", "Rank": 1, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem", "Id": 554 }, { - "Command": "Get-PnPFolderItem -Recurse", - "CommandName": "Get-PnPFolderItem", "Rank": 2, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -Recurse", "Id": 555 }, { - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", - "CommandName": "Get-PnPFolderItem", "Rank": 3, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", "Id": 556 }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "CommandName": "Get-PnPFolderItem", "Rank": 4, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Id": 557 }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "CommandName": "Get-PnPFolderItem", "Rank": 5, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", "Id": 558 }, { - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "CommandName": "Get-PnPFolderItem", "Rank": 6, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", "Id": 559 }, { - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Get-PnPFolderSharingLink", "Rank": 1, + "CommandName": "Get-PnPFolderSharingLink", + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 560 }, { - "Command": "Get-PnPFolderStorageMetric", - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 1, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric", "Id": 561 }, { - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 2, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", "Id": 562 }, { - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 3, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", "Id": 563 }, { - "Command": "Get-PnPFooter", - "CommandName": "Get-PnPFooter", "Rank": 1, + "CommandName": "Get-PnPFooter", + "Command": "Get-PnPFooter", "Id": 564 }, { - "Command": "Get-PnPGraphSubscription", - "CommandName": "Get-PnPGraphSubscription", "Rank": 1, + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription", "Id": 565 }, { - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "CommandName": "Get-PnPGraphSubscription", "Rank": 2, + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Id": 566 }, { - "Command": "Get-PnPGroup", - "CommandName": "Get-PnPGroup", "Rank": 1, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup", "Id": 567 }, { - "Command": "Get-PnPGroup -Identity 'My Site Users'", - "CommandName": "Get-PnPGroup", "Rank": 2, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -Identity 'My Site Users'", "Id": 568 }, { - "Command": "Get-PnPGroup -AssociatedMemberGroup", - "CommandName": "Get-PnPGroup", "Rank": 3, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -AssociatedMemberGroup", "Id": 569 }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "CommandName": "Get-PnPGroupMember", "Rank": 1, + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", "Id": 570 }, { - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "CommandName": "Get-PnPGroupMember", "Rank": 2, + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", "Id": 571 }, { - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "CommandName": "Get-PnPGroupPermissions", "Rank": 1, + "CommandName": "Get-PnPGroupPermissions", + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", "Id": 572 }, { - "Command": "Get-PnPHideDefaultThemes", - "CommandName": "Get-PnPHideDefaultThemes", "Rank": 1, + "CommandName": "Get-PnPHideDefaultThemes", + "Command": "Get-PnPHideDefaultThemes", "Id": 573 }, { - "Command": "Get-PnPHomePage", - "CommandName": "Get-PnPHomePage", "Rank": 1, + "CommandName": "Get-PnPHomePage", + "Command": "Get-PnPHomePage", "Id": 574 }, { - "Command": "Get-PnPHomeSite", - "CommandName": "Get-PnPHomeSite", "Rank": 1, + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite", "Id": 575 }, { - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "CommandName": "Get-PnPHomeSite", "Rank": 2, + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", "Id": 576 }, { - "Command": "Get-PnPHomeSite -Detailed", - "CommandName": "Get-PnPHomeSite", "Rank": 3, + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite -Detailed", "Id": 577 }, { - "Command": "Get-PnPHubSite", - "CommandName": "Get-PnPHubSite", "Rank": 1, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite", "Id": 578 }, { - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSite", "Rank": 2, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Id": 579 }, { - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "CommandName": "Get-PnPHubSite", "Rank": 3, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", "Id": 580 }, { - "Command": "Get-PnPHubSiteChild", - "CommandName": "Get-PnPHubSiteChild", "Rank": 1, + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild", "Id": 581 }, { - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "CommandName": "Get-PnPHubSiteChild", "Rank": 2, + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Id": 582 }, { - "Command": "Get-PnPInPlaceRecordsManagement", - "CommandName": "Get-PnPInPlaceRecordsManagement", "Rank": 1, + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Command": "Get-PnPInPlaceRecordsManagement", "Id": 583 }, { - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "CommandName": "Get-PnPIsSiteAliasAvailable", "Rank": 1, + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", "Id": 584 }, { - "Command": "Get-PnPJavaScriptLink", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 1, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink", "Id": 585 }, { - "Command": "Get-PnPJavaScriptLink -Scope All", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 2, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope All", "Id": 586 }, { - "Command": "Get-PnPJavaScriptLink -Scope Web", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 3, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Web", "Id": 587 }, { - "Command": "Get-PnPJavaScriptLink -Scope Site", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 4, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Site", "Id": 588 }, { - "Command": "Get-PnPJavaScriptLink -Name Test", - "CommandName": "Get-PnPJavaScriptLink", "Rank": 5, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Name Test", "Id": 589 }, { - "Command": "Get-PnPKnowledgeHubSite", - "CommandName": "Get-PnPKnowledgeHubSite", "Rank": 1, + "CommandName": "Get-PnPKnowledgeHubSite", + "Command": "Get-PnPKnowledgeHubSite", "Id": 590 }, { - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", - "CommandName": "Get-PnPLargeListOperationStatus", "Rank": 1, + "CommandName": "Get-PnPLargeListOperationStatus", + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", "Id": 591 }, { - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Rank": 1, + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", "Id": 592 }, { - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Rank": 1, + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 593 }, { - "Command": "Get-PnPList", - "CommandName": "Get-PnPList", "Rank": 1, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList", "Id": 594 }, { - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Get-PnPList", "Rank": 2, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 595 }, { - "Command": "Get-PnPList -Identity Lists/Announcements", - "CommandName": "Get-PnPList", "Rank": 3, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity Lists/Announcements", "Id": 596 }, { - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "CommandName": "Get-PnPList", "Rank": 4, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", "Id": 597 }, { - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "CommandName": "Get-PnPList", "Rank": 5, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", "Id": 598 }, { - "Command": "Get-PnPListDesign", - "CommandName": "Get-PnPListDesign", "Rank": 1, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign", "Id": 599 }, { - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPListDesign", "Rank": 2, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 600 }, { - "Command": "Get-PnPListDesign -Identity ListEvent", - "CommandName": "Get-PnPListDesign", "Rank": 3, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity ListEvent", "Id": 601 }, { - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "CommandName": "Get-PnPListInformationRightsManagement", "Rank": 1, + "CommandName": "Get-PnPListInformationRightsManagement", + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", "Id": 602 }, { - "Command": "Get-PnPListItem -List Tasks", - "CommandName": "Get-PnPListItem", "Rank": 1, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks", "Id": 603 }, { - "Command": "Get-PnPListItem -List Tasks -Id 1", - "CommandName": "Get-PnPListItem", "Rank": 2, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1", "Id": 604 }, { - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "CommandName": "Get-PnPListItem", "Rank": 3, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", "Id": 605 }, { - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "CommandName": "Get-PnPListItem", "Rank": 4, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", "Id": 606 }, { - "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "CommandName": "Get-PnPListItem", "Rank": 5, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"\"", "Id": 607 }, { - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "CommandName": "Get-PnPListItem", "Rank": 6, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", "Id": 608 }, { - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", - "CommandName": "Get-PnPListItem", "Rank": 7, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", "Id": 609 }, { - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "CommandName": "Get-PnPListItem", "Rank": 8, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", "Id": 610 }, { - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "CommandName": "Get-PnPListItem", "Rank": 9, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", "Id": 611 }, { - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", - "CommandName": "Get-PnPListItemAttachment", "Rank": 1, + "CommandName": "Get-PnPListItemAttachment", + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", "Id": 612 }, { - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", - "CommandName": "Get-PnPListItemAttachment", "Rank": 2, + "CommandName": "Get-PnPListItemAttachment", + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", "Id": 613 }, { - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "CommandName": "Get-PnPListItemComment", "Rank": 1, + "CommandName": "Get-PnPListItemComment", + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", "Id": 614 }, { - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "CommandName": "Get-PnPListItemPermission", "Rank": 1, + "CommandName": "Get-PnPListItemPermission", + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", "Id": 615 }, { - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", - "CommandName": "Get-PnPListItemVersion", "Rank": 1, + "CommandName": "Get-PnPListItemVersion", + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", "Id": 616 }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "CommandName": "Get-PnPListPermissions", "Rank": 1, + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", "Id": 617 }, { - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPListPermissions", "Rank": 2, + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Id": 618 }, { - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "CommandName": "Get-PnPListRecordDeclaration", "Rank": 1, + "CommandName": "Get-PnPListRecordDeclaration", + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", "Id": 619 }, { - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", - "CommandName": "Get-PnPManagedAppId", "Rank": 1, + "CommandName": "Get-PnPManagedAppId", + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", "Id": 620 }, { - "Command": "Get-PnPMasterPage", - "CommandName": "Get-PnPMasterPage", "Rank": 1, + "CommandName": "Get-PnPMasterPage", + "Command": "Get-PnPMasterPage", "Id": 621 }, { - "Command": "Get-PnPMessageCenterAnnouncement", - "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 1, + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement", "Id": 622 }, { - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 2, + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", "Id": 623 }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup", "Id": 624 }, { - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", "Id": 625 }, { - "Command": "Get-PnPMicrosoft365Group", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group", "Id": 626 }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", "Id": 627 }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", "Id": 628 }, { - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 4, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", "Id": 629 }, { - "Command": "Get-PnPMicrosoft365Group -Identity $group", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 5, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $group", "Id": 630 }, { - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 6, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", "Id": 631 }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint", "Id": 632 }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", "Id": 633 }, { - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Id": 634 }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", "Id": 635 }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", "Id": 636 }, { - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", "Id": 637 }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", "Id": 638 }, { - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", "Id": 639 }, { - "Command": "Get-PnPMicrosoft365GroupSettings", - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings", "Id": 640 }, { - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", "Id": 641 }, { - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", "Id": 642 }, { - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 4, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", "Id": 643 }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 644 }, { - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", "Id": 645 }, { - "Command": "Get-PnPMicrosoft365GroupTeam", - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam", "Id": 646 }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", "Id": 647 }, { - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Id": 648 }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 649 }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", "Id": 650 }, { - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Id": 651 }, { - "Command": "Get-PnPMicrosoft365Roadmap", - "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Command": "Get-PnPMicrosoft365Roadmap", "Id": 652 }, { - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", - "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", "Id": 653 }, { - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", - "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", "Id": 654 }, { - "Command": "Get-PnPNavigationNode", - "CommandName": "Get-PnPNavigationNode", "Rank": 1, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode", "Id": 655 }, { - "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "CommandName": "Get-PnPNavigationNode", "Rank": 2, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location QuickLaunch", "Id": 656 }, { - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "CommandName": "Get-PnPNavigationNode", "Rank": 3, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", "Id": 657 }, { - "Command": "Get-PnPOrgAssetsLibrary", - "CommandName": "Get-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Get-PnPOrgAssetsLibrary", + "Command": "Get-PnPOrgAssetsLibrary", "Id": 658 }, { - "Command": "Get-PnPOrgNewsSite", - "CommandName": "Get-PnPOrgNewsSite", "Rank": 1, + "CommandName": "Get-PnPOrgNewsSite", + "Command": "Get-PnPOrgNewsSite", "Id": 659 }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPage", "Rank": 1, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", "Id": 660 }, { - "Command": "Get-PnPPage \"MyPage\"", - "CommandName": "Get-PnPPage", "Rank": 2, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"MyPage\"", "Id": 661 }, { - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "CommandName": "Get-PnPPage", "Rank": 3, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", "Id": 662 }, { - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPage", "Rank": 4, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Id": 663 }, { - "Command": "Get-PnPPage", - "CommandName": "Get-PnPPage", "Rank": 5, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage", "Id": 664 }, { - "Command": "Get-PnPPageComponent -Page Home", - "CommandName": "Get-PnPPageComponent", "Rank": 1, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home", "Id": 665 }, { - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPPageComponent", "Rank": 2, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 666 }, { - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "CommandName": "Get-PnPPageComponent", "Rank": 3, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", "Id": 667 }, { - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", - "CommandName": "Get-PnPPageCopyProgress", "Rank": 1, + "CommandName": "Get-PnPPageCopyProgress", + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", "Id": 668 }, { - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", - "CommandName": "Get-PnPPageLikedByInformation", "Rank": 1, + "CommandName": "Get-PnPPageLikedByInformation", + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", "Id": 669 }, { - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", - "CommandName": "Get-PnPPageLikedByInformation", "Rank": 2, + "CommandName": "Get-PnPPageLikedByInformation", + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", "Id": 670 }, { - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "CommandName": "Get-PnPPageLikedByInformation", "Rank": 3, + "CommandName": "Get-PnPPageLikedByInformation", + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Id": 671 }, { - "Command": "Get-PnPPageSchedulingEnabled", - "CommandName": "Get-PnPPageSchedulingEnabled", "Rank": 1, + "CommandName": "Get-PnPPageSchedulingEnabled", + "Command": "Get-PnPPageSchedulingEnabled", "Id": 672 }, { - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerBucket", "Rank": 1, + "CommandName": "Get-PnPPlannerBucket", + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", "Id": 673 }, { - "Command": "Get-PnPPlannerConfiguration", - "CommandName": "Get-PnPPlannerConfiguration", "Rank": 1, + "CommandName": "Get-PnPPlannerConfiguration", + "Command": "Get-PnPPlannerConfiguration", "Id": 674 }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "CommandName": "Get-PnPPlannerPlan", "Rank": 1, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", "Id": 675 }, { - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "CommandName": "Get-PnPPlannerPlan", "Rank": 2, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", "Id": 676 }, { - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "CommandName": "Get-PnPPlannerPlan", "Rank": 3, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", "Id": 677 }, { - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Get-PnPPlannerRosterMember", "Rank": 1, + "CommandName": "Get-PnPPlannerRosterMember", + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Id": 678 }, { - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 1, + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", "Id": 679 }, { - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 2, + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", "Id": 680 }, { - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "CommandName": "Get-PnPPlannerTask", "Rank": 1, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", "Id": 681 }, { - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask", "Rank": 2, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Id": 682 }, { - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "CommandName": "Get-PnPPlannerTask", "Rank": 3, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Id": 683 }, { - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPPlannerUserPolicy", "Rank": 1, + "CommandName": "Get-PnPPlannerUserPolicy", + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Id": 684 }, { - "Command": "Get-PnPPowerApp", - "CommandName": "Get-PnPPowerApp", "Rank": 1, + "CommandName": "Get-PnPPowerApp", + "Command": "Get-PnPPowerApp", "Id": 685 }, { - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Get-PnPPowerApp", "Rank": 2, + "CommandName": "Get-PnPPowerApp", + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 686 }, { - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "CommandName": "Get-PnPPowerPlatformCustomConnector", "Rank": 1, + "CommandName": "Get-PnPPowerPlatformCustomConnector", + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Id": 687 }, { - "Command": "Get-PnPPowerPlatformEnvironment", - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 1, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment", "Id": 688 }, { - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 2, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", "Id": 689 }, { - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 3, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", "Id": 690 }, { - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "CommandName": "Get-PnPPowerPlatformSolution", "Rank": 1, + "CommandName": "Get-PnPPowerPlatformSolution", + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Id": 691 }, { - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", - "CommandName": "Get-PnPPowerPlatformSolution", "Rank": 2, + "CommandName": "Get-PnPPowerPlatformSolution", + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", "Id": 692 }, { - "Command": "Get-PnPPowerShellTelemetryEnabled", - "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Rank": 1, + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Command": "Get-PnPPowerShellTelemetryEnabled", "Id": 693 }, { - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 1, + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 694 }, { - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 2, + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", "Id": 695 }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 1, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Command": "Get-PnPPriviledgedIdentityManagementRole", "Id": 696 }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 2, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", "Id": 697 }, { - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 3, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", "Id": 698 }, { - "Command": "Get-PnPProfileCardProperty", - "CommandName": "Get-PnPProfileCardProperty", "Rank": 1, + "CommandName": "Get-PnPProfileCardProperty", + "Command": "Get-PnPProfileCardProperty", "Id": 699 }, { - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", - "CommandName": "Get-PnPProfileCardProperty", "Rank": 2, + "CommandName": "Get-PnPProfileCardProperty", + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", "Id": 700 }, { - "Command": "Get-PnPPropertyBag", - "CommandName": "Get-PnPPropertyBag", "Rank": 1, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag", "Id": 701 }, { - "Command": "Get-PnPPropertyBag -Key MyKey", - "CommandName": "Get-PnPPropertyBag", "Rank": 2, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Key MyKey", "Id": 702 }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "CommandName": "Get-PnPPropertyBag", "Rank": 3, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder", "Id": 703 }, { - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag", "Rank": 4, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", "Id": 704 }, { - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "CommandName": "Get-PnPPropertyBag", "Rank": 5, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", "Id": 705 }, { - "Command": "Get-PnPPublishingImageRendition", - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 1, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition", "Id": 706 }, { - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 2, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", "Id": 707 }, { - "Command": "Get-PnPPublishingImageRendition -Identity 2", - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 3, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity 2", "Id": 708 }, { - "Command": "Get-PnPRecycleBinItem", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 1, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem", "Id": 709 }, { - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 2, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", "Id": 710 }, { - "Command": "Get-PnPRecycleBinItem -FirstStage", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 3, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -FirstStage", "Id": 711 }, { - "Command": "Get-PnPRecycleBinItem -SecondStage", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 4, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -SecondStage", "Id": 712 }, { - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "CommandName": "Get-PnPRecycleBinItem", "Rank": 5, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", "Id": 713 }, { - "Command": "Get-PnPRequestAccessEmails", - "CommandName": "Get-PnPRequestAccessEmails", "Rank": 1, + "CommandName": "Get-PnPRequestAccessEmails", + "Command": "Get-PnPRequestAccessEmails", "Id": 714 }, { - "Command": "Get-PnPRetentionLabel", - "CommandName": "Get-PnPRetentionLabel", "Rank": 1, + "CommandName": "Get-PnPRetentionLabel", + "Command": "Get-PnPRetentionLabel", "Id": 715 }, { - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", - "CommandName": "Get-PnPRetentionLabel", "Rank": 2, + "CommandName": "Get-PnPRetentionLabel", + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", "Id": 716 }, { - "Command": "Get-PnPRoleDefinition", - "CommandName": "Get-PnPRoleDefinition", "Rank": 1, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition", "Id": 717 }, { - "Command": "Get-PnPRoleDefinition -Identity Read", - "CommandName": "Get-PnPRoleDefinition", "Rank": 2, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition -Identity Read", "Id": 718 }, { - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "CommandName": "Get-PnPRoleDefinition", "Rank": 3, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", "Id": 719 }, { - "Command": "Get-PnPSearchConfiguration", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 1, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration", "Id": 720 }, { - "Command": "Get-PnPSearchConfiguration -Scope Site", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 2, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site", "Id": 721 }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 3, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription", "Id": 722 }, { - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 4, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Id": 723 }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 5, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", "Id": 724 }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 6, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", "Id": 725 }, { - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 7, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", "Id": 726 }, { - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "CommandName": "Get-PnPSearchConfiguration", "Rank": 8, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", "Id": 727 }, { - "Command": "Get-PnPSearchCrawlLog", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 1, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog", "Id": 728 }, { - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 2, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", "Id": 729 }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 3, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", "Id": 730 }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 4, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", "Id": 731 }, { - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 5, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", "Id": 732 }, { - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 6, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", "Id": 733 }, { - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 7, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", "Id": 734 }, { - "Command": "Get-PnPSearchExternalConnection", - "CommandName": "Get-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "Get-PnPSearchExternalConnection", + "Command": "Get-PnPSearchExternalConnection", "Id": 735 }, { - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalConnection", "Rank": 2, + "CommandName": "Get-PnPSearchExternalConnection", + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Id": 736 }, { - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "CommandName": "Get-PnPSearchExternalItem", "Rank": 1, + "CommandName": "Get-PnPSearchExternalItem", + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Id": 737 }, { - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalItem", "Rank": 2, + "CommandName": "Get-PnPSearchExternalItem", + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", "Id": 738 }, { - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", - "CommandName": "Get-PnPSearchExternalSchema", "Rank": 1, + "CommandName": "Get-PnPSearchExternalSchema", + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", "Id": 739 }, { - "Command": "Get-PnPSearchSettings", - "CommandName": "Get-PnPSearchSettings", "Rank": 1, + "CommandName": "Get-PnPSearchSettings", + "Command": "Get-PnPSearchSettings", "Id": 740 }, { - "Command": "Get-PnPServiceCurrentHealth", - "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 1, + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth", "Id": 741 }, { - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 2, + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", "Id": 742 }, { - "Command": "Get-PnPServiceHealthIssue", - "CommandName": "Get-PnPServiceHealthIssue", "Rank": 1, + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue", "Id": 743 }, { - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "CommandName": "Get-PnPServiceHealthIssue", "Rank": 2, + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", "Id": 744 }, { - "Command": "Get-PnPSharePointAddIn", - "CommandName": "Get-PnPSharePointAddIn", "Rank": 1, + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn", "Id": 745 }, { - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "CommandName": "Get-PnPSharePointAddIn", "Rank": 2, + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", "Id": 746 }, { - "Command": "Get-PnPSharingForNonOwnersOfSite", - "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Rank": 1, + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Command": "Get-PnPSharingForNonOwnersOfSite", "Id": 747 }, { - "Command": "Get-PnPSite", - "CommandName": "Get-PnPSite", "Rank": 1, + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite", "Id": 748 }, { - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "CommandName": "Get-PnPSite", "Rank": 2, + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", "Id": 749 }, { - "Command": "Get-PnPSiteAnalyticsData -All", - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 1, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -All", "Id": 750 }, { - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 2, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", "Id": 751 }, { - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 3, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Id": 752 }, { - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 4, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Id": 753 }, { - "Command": "Get-PnPSiteClosure", - "CommandName": "Get-PnPSiteClosure", "Rank": 1, + "CommandName": "Get-PnPSiteClosure", + "Command": "Get-PnPSiteClosure", "Id": 754 }, { - "Command": "Get-PnPSiteCollectionAdmin", - "CommandName": "Get-PnPSiteCollectionAdmin", "Rank": 1, + "CommandName": "Get-PnPSiteCollectionAdmin", + "Command": "Get-PnPSiteCollectionAdmin", "Id": 755 }, { - "Command": "Get-PnPSiteCollectionAppCatalog", - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 1, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog", "Id": 756 }, { - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 2, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", "Id": 757 }, { - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 3, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", "Id": 758 }, { - "Command": "Get-PnPSiteCollectionTermStore", - "CommandName": "Get-PnPSiteCollectionTermStore", "Rank": 1, + "CommandName": "Get-PnPSiteCollectionTermStore", + "Command": "Get-PnPSiteCollectionTermStore", "Id": 759 }, { - "Command": "Get-PnPSiteDesign", - "CommandName": "Get-PnPSiteDesign", "Rank": 1, + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign", "Id": 760 }, { - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesign", "Rank": 2, + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 761 }, { - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteDesignRights", "Rank": 1, + "CommandName": "Get-PnPSiteDesignRights", + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 762 }, { - "Command": "Get-PnPSiteDesignRun", - "CommandName": "Get-PnPSiteDesignRun", "Rank": 1, + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun", "Id": 763 }, { - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignRun", "Rank": 2, + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", "Id": 764 }, { - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "CommandName": "Get-PnPSiteDesignTask", "Rank": 1, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", "Id": 765 }, { - "Command": "Get-PnPSiteDesignTask", - "CommandName": "Get-PnPSiteDesignTask", "Rank": 2, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask", "Id": 766 }, { - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "CommandName": "Get-PnPSiteDesignTask", "Rank": 3, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Id": 767 }, { - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Rank": 1, + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Id": 768 }, { - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Rank": 1, + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 769 }, { - "Command": "Get-PnPSiteGroup", - "CommandName": "Get-PnPSiteGroup", "Rank": 1, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup", "Id": 770 }, { - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup", "Rank": 2, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Id": 771 }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "CommandName": "Get-PnPSiteGroup", "Rank": 3, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", "Id": 772 }, { - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "CommandName": "Get-PnPSiteGroup", "Rank": 4, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Id": 773 }, { - "Command": "Get-PnPSitePolicy", - "CommandName": "Get-PnPSitePolicy", "Rank": 1, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy", "Id": 774 }, { - "Command": "Get-PnPSitePolicy -AllAvailable", - "CommandName": "Get-PnPSitePolicy", "Rank": 2, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -AllAvailable", "Id": 775 }, { - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Get-PnPSitePolicy", "Rank": 3, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", "Id": 776 }, { - "Command": "Get-PnPSiteScript", - "CommandName": "Get-PnPSiteScript", "Rank": 1, + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript", "Id": 777 }, { - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Get-PnPSiteScript", "Rank": 2, + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 778 }, { - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 1, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", "Id": 779 }, { - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 2, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", "Id": 780 }, { - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 3, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", "Id": 781 }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 1, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", "Id": 782 }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 2, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", "Id": 783 }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 3, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", "Id": 784 }, { - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 4, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", "Id": 785 }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 5, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", "Id": 786 }, { - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 6, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", "Id": 787 }, { - "Command": "Get-PnPSiteSearchQueryResults", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 1, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults", "Id": 788 }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 2, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", "Id": 789 }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 3, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", "Id": 790 }, { - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 4, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", "Id": 791 }, { - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 5, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", "Id": 792 }, { - "Command": "Get-PnPSiteSearchQueryResults -All", - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 6, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -All", "Id": 793 }, { - "Command": "Get-PnPSiteSensitivityLabel", - "CommandName": "Get-PnPSiteSensitivityLabel", "Rank": 1, + "CommandName": "Get-PnPSiteSensitivityLabel", + "Command": "Get-PnPSiteSensitivityLabel", "Id": 794 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp", - "CommandName": "Get-PnPSiteTemplate", "Rank": 1, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp", "Id": 795 }, { - "Command": "Get-PnPSiteTemplate -Out template.xml", - "CommandName": "Get-PnPSiteTemplate", "Rank": 2, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.xml", "Id": 796 }, { - "Command": "Get-PnPSiteTemplate -Out template.md", - "CommandName": "Get-PnPSiteTemplate", "Rank": 3, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.md", "Id": 797 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "CommandName": "Get-PnPSiteTemplate", "Rank": 4, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", "Id": 798 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "CommandName": "Get-PnPSiteTemplate", "Rank": 5, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", "Id": 799 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "CommandName": "Get-PnPSiteTemplate", "Rank": 6, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", "Id": 800 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "CommandName": "Get-PnPSiteTemplate", "Rank": 7, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", "Id": 801 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "CommandName": "Get-PnPSiteTemplate", "Rank": 8, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", "Id": 802 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate", "Rank": 9, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", "Id": 803 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "CommandName": "Get-PnPSiteTemplate", "Rank": 10, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", "Id": 804 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "CommandName": "Get-PnPSiteTemplate", "Rank": 11, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", "Id": 805 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "CommandName": "Get-PnPSiteTemplate", "Rank": 12, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", "Id": 806 }, { - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", - "CommandName": "Get-PnPSiteTemplate", "Rank": 13, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", "Id": 807 }, { - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "CommandName": "Get-PnPSiteTemplate", "Rank": 14, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", "Id": 808 }, { - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Get-PnPSiteUserInvitations", "Rank": 1, + "CommandName": "Get-PnPSiteUserInvitations", + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Id": 809 }, { - "Command": "Get-PnPSiteVersionPolicy", - "CommandName": "Get-PnPSiteVersionPolicy", "Rank": 1, + "CommandName": "Get-PnPSiteVersionPolicy", + "Command": "Get-PnPSiteVersionPolicy", "Id": 810 }, { - "Command": "Get-PnPSiteVersionPolicyStatus", - "CommandName": "Get-PnPSiteVersionPolicyStatus", "Rank": 1, + "CommandName": "Get-PnPSiteVersionPolicyStatus", + "Command": "Get-PnPSiteVersionPolicyStatus", "Id": 811 }, { - "Command": "Get-PnPStorageEntity", - "CommandName": "Get-PnPStorageEntity", "Rank": 1, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity", "Id": 812 }, { - "Command": "Get-PnPStorageEntity -Key MyKey", - "CommandName": "Get-PnPStorageEntity", "Rank": 2, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey", "Id": 813 }, { - "Command": "Get-PnPStorageEntity -Scope Site", - "CommandName": "Get-PnPStorageEntity", "Rank": 3, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Scope Site", "Id": 814 }, { - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Get-PnPStorageEntity", "Rank": 4, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", "Id": 815 }, { - "Command": "Get-PnPStoredCredential -Name O365", - "CommandName": "Get-PnPStoredCredential", "Rank": 1, + "CommandName": "Get-PnPStoredCredential", + "Command": "Get-PnPStoredCredential -Name O365", "Id": 816 }, { - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Rank": 1, + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Id": 817 }, { - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Rank": 1, + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Id": 818 }, { - "Command": "Get-PnPSubWeb", - "CommandName": "Get-PnPSubWeb", "Rank": 1, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb", "Id": 819 }, { - "Command": "Get-PnPSubWeb -Recurse", - "CommandName": "Get-PnPSubWeb", "Rank": 2, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse", "Id": 820 }, { - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "CommandName": "Get-PnPSubWeb", "Rank": 3, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", "Id": 821 }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "CommandName": "Get-PnPSubWeb", "Rank": 4, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", "Id": 822 }, { - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "CommandName": "Get-PnPSubWeb", "Rank": 5, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", "Id": 823 }, { - "Command": "Get-PnPSyntexModel", - "CommandName": "Get-PnPSyntexModel", "Rank": 1, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel", "Id": 824 }, { - "Command": "Get-PnPSyntexModel -Identity 1", - "CommandName": "Get-PnPSyntexModel", "Rank": 2, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity 1", "Id": 825 }, { - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModel", "Rank": 3, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", "Id": 826 }, { - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "CommandName": "Get-PnPSyntexModelPublication", "Rank": 1, + "CommandName": "Get-PnPSyntexModelPublication", + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", "Id": 827 }, { - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "CommandName": "Get-PnPTaxonomyItem", "Rank": 1, + "CommandName": "Get-PnPTaxonomyItem", + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", "Id": 828 }, { - "Command": "Get-PnPTeamsApp", - "CommandName": "Get-PnPTeamsApp", "Rank": 1, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp", "Id": 829 }, { - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "CommandName": "Get-PnPTeamsApp", "Rank": 2, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", "Id": 830 }, { - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "CommandName": "Get-PnPTeamsApp", "Rank": 3, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", "Id": 831 }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "CommandName": "Get-PnPTeamsChannel", "Rank": 1, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", "Id": 832 }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannel", "Rank": 2, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", "Id": 833 }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannel", "Rank": 3, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Id": 834 }, { - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", - "CommandName": "Get-PnPTeamsChannel", "Rank": 4, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", "Id": 835 }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", "Id": 836 }, { - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Id": 837 }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", "Id": 838 }, { - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", "Id": 839 }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", "Id": 840 }, { - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", "Id": 841 }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", "Id": 842 }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", "Id": 843 }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 3, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", "Id": 844 }, { - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 4, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Id": 845 }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 1, + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", "Id": 846 }, { - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 2, + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", "Id": 847 }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "CommandName": "Get-PnPTeamsTab", "Rank": 1, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", "Id": 848 }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab", "Rank": 2, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", "Id": 849 }, { - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", - "CommandName": "Get-PnPTeamsTab", "Rank": 3, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", "Id": 850 }, { - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "CommandName": "Get-PnPTeamsTab", "Rank": 4, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", "Id": 851 }, { - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "CommandName": "Get-PnPTeamsTab", "Rank": 5, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", "Id": 852 }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Get-PnPTeamsTag", "Rank": 1, + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Id": 853 }, { - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Get-PnPTeamsTag", "Rank": 2, + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Id": 854 }, { - "Command": "Get-PnPTeamsTeam", - "CommandName": "Get-PnPTeamsTeam", "Rank": 1, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam", "Id": 855 }, { - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 2, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", "Id": 856 }, { - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 3, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", "Id": 857 }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 4, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", "Id": 858 }, { - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 5, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", "Id": 859 }, { - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", - "CommandName": "Get-PnPTeamsTeam", "Rank": 6, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", "Id": 860 }, { - "Command": "Get-PnPTeamsUser -Team MyTeam", - "CommandName": "Get-PnPTeamsUser", "Rank": 1, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam", "Id": 861 }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "CommandName": "Get-PnPTeamsUser", "Rank": 2, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", "Id": 862 }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "CommandName": "Get-PnPTeamsUser", "Rank": 3, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", "Id": 863 }, { - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "CommandName": "Get-PnPTeamsUser", "Rank": 4, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", "Id": 864 }, { - "Command": "Get-PnPTemporarilyDisableAppBar", - "CommandName": "Get-PnPTemporarilyDisableAppBar", "Rank": 1, + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Command": "Get-PnPTemporarilyDisableAppBar", "Id": 865 }, { - "Command": "Get-PnPTenant", - "CommandName": "Get-PnPTenant", "Rank": 1, + "CommandName": "Get-PnPTenant", + "Command": "Get-PnPTenant", "Id": 866 }, { - "Command": "Get-PnPTenantAppCatalogUrl", - "CommandName": "Get-PnPTenantAppCatalogUrl", "Rank": 1, + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Command": "Get-PnPTenantAppCatalogUrl", "Id": 867 }, { - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "CommandName": "Get-PnPTenantCdnEnabled", "Rank": 1, + "CommandName": "Get-PnPTenantCdnEnabled", + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", "Id": 868 }, { - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "CommandName": "Get-PnPTenantCdnOrigin", "Rank": 1, + "CommandName": "Get-PnPTenantCdnOrigin", + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", "Id": 869 }, { - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "CommandName": "Get-PnPTenantCdnPolicies", "Rank": 1, + "CommandName": "Get-PnPTenantCdnPolicies", + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", "Id": 870 }, { - "Command": "Get-PnPTenantDeletedSite", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 1, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite", "Id": 871 }, { - "Command": "Get-PnPTenantDeletedSite -Detailed", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 2, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -Detailed", "Id": 872 }, { - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 3, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 873 }, { - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 4, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", "Id": 874 }, { - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 5, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", "Id": 875 }, { - "Command": "Get-PnPTenantId", - "CommandName": "Get-PnPTenantId", "Rank": 1, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId", "Id": 876 }, { - "Command": "Get-PnPTenantId contoso", - "CommandName": "Get-PnPTenantId", "Rank": 2, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId contoso", "Id": 877 }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "CommandName": "Get-PnPTenantId", "Rank": 3, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", "Id": 878 }, { - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "CommandName": "Get-PnPTenantId", "Rank": 4, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", "Id": 879 }, { - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", - "CommandName": "Get-PnPTenantInfo", "Rank": 1, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", "Id": 880 }, { - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", - "CommandName": "Get-PnPTenantInfo", "Rank": 2, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", "Id": 881 }, { - "Command": "Get-PnPTenantInfo", - "CommandName": "Get-PnPTenantInfo", "Rank": 3, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo", "Id": 882 }, { - "Command": "Get-PnPTenantInfo -CurrentTenant", - "CommandName": "Get-PnPTenantInfo", "Rank": 4, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo -CurrentTenant", "Id": 883 }, { - "Command": "Get-PnPTenantInstance", - "CommandName": "Get-PnPTenantInstance", "Rank": 1, + "CommandName": "Get-PnPTenantInstance", + "Command": "Get-PnPTenantInstance", "Id": 884 }, { - "Command": "Get-PnPTenantInternalSetting", - "CommandName": "Get-PnPTenantInternalSetting", "Rank": 1, + "CommandName": "Get-PnPTenantInternalSetting", + "Command": "Get-PnPTenantInternalSetting", "Id": 885 }, { - "Command": "Get-PnPTenantPronounsSetting", - "CommandName": "Get-PnPTenantPronounsSetting", "Rank": 1, + "CommandName": "Get-PnPTenantPronounsSetting", + "Command": "Get-PnPTenantPronounsSetting", "Id": 886 }, { - "Command": "Get-PnPTenantRecycleBinItem", - "CommandName": "Get-PnPTenantRecycleBinItem", "Rank": 1, + "CommandName": "Get-PnPTenantRecycleBinItem", + "Command": "Get-PnPTenantRecycleBinItem", "Id": 887 }, { - "Command": "Get-PnPTenantRestrictedSearchAllowedList", - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", + "Command": "Get-PnPTenantRestrictedSearchAllowedList", "Id": 888 }, { - "Command": "Get-PnPTenantRestrictedSearchMode", - "CommandName": "Get-PnPTenantRestrictedSearchMode", "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchMode", + "Command": "Get-PnPTenantRestrictedSearchMode", "Id": 889 }, { - "Command": "Get-PnPTenantRetentionLabel", - "CommandName": "Get-PnPTenantRetentionLabel", "Rank": 1, + "CommandName": "Get-PnPTenantRetentionLabel", + "Command": "Get-PnPTenantRetentionLabel", "Id": 890 }, { - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", - "CommandName": "Get-PnPTenantRetentionLabel", "Rank": 2, + "CommandName": "Get-PnPTenantRetentionLabel", + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", "Id": 891 }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "CommandName": "Get-PnPTenantSequence", "Rank": 1, + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", "Id": 892 }, { - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "CommandName": "Get-PnPTenantSequence", "Rank": 2, + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", "Id": 893 }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "CommandName": "Get-PnPTenantSequenceSite", "Rank": 1, + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", "Id": 894 }, { - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "CommandName": "Get-PnPTenantSequenceSite", "Rank": 2, + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", "Id": 895 }, { - "Command": "Get-PnPTenantSite", - "CommandName": "Get-PnPTenantSite", "Rank": 1, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite", "Id": 896 }, { - "Command": "Get-PnPTenantSite -Detailed", - "CommandName": "Get-PnPTenantSite", "Rank": 2, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Detailed", "Id": 897 }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "CommandName": "Get-PnPTenantSite", "Rank": 3, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", "Id": 898 }, { - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "CommandName": "Get-PnPTenantSite", "Rank": 4, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", "Id": 899 }, { - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "CommandName": "Get-PnPTenantSite", "Rank": 5, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", "Id": 900 }, { - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "CommandName": "Get-PnPTenantSite", "Rank": 6, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", "Id": 901 }, { - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "CommandName": "Get-PnPTenantSite", "Rank": 7, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", "Id": 902 }, { - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "CommandName": "Get-PnPTenantSite", "Rank": 8, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", "Id": 903 }, { - "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "CommandName": "Get-PnPTenantSite", "Rank": 9, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -GroupIdDefined $true", "Id": 904 }, { - "Command": "Get-PnPTenantSyncClientRestriction", - "CommandName": "Get-PnPTenantSyncClientRestriction", "Rank": 1, + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Command": "Get-PnPTenantSyncClientRestriction", "Id": 905 }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "CommandName": "Get-PnPTenantTemplate", "Rank": 1, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", "Id": 906 }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "CommandName": "Get-PnPTenantTemplate", "Rank": 2, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", "Id": 907 }, { - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "CommandName": "Get-PnPTenantTemplate", "Rank": 3, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", "Id": 908 }, { - "Command": "Get-PnPTenantTheme", - "CommandName": "Get-PnPTenantTheme", "Rank": 1, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme", "Id": 909 }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Get-PnPTenantTheme", "Rank": 2, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", "Id": 910 }, { - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "CommandName": "Get-PnPTenantTheme", "Rank": 3, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", "Id": 911 }, { - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm", "Rank": 1, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 912 }, { - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm", "Rank": 2, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 913 }, { - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTerm", "Rank": 3, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 914 }, { - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "CommandName": "Get-PnPTerm", "Rank": 4, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", "Id": 915 }, { - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "CommandName": "Get-PnPTerm", "Rank": 5, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", "Id": 916 }, { - "Command": "Get-PnPTermGroup", - "CommandName": "Get-PnPTermGroup", "Rank": 1, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup", "Id": 917 }, { - "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "CommandName": "Get-PnPTermGroup", "Rank": 2, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity \"Departments\"", "Id": 918 }, { - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "CommandName": "Get-PnPTermGroup", "Rank": 3, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", "Id": 919 }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "CommandName": "Get-PnPTermLabel", "Rank": 1, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", "Id": 920 }, { - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "CommandName": "Get-PnPTermLabel", "Rank": 2, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", "Id": 921 }, { - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermLabel", "Rank": 3, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 922 }, { - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet", "Rank": 1, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", "Id": 923 }, { - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Get-PnPTermSet", "Rank": 2, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", "Id": 924 }, { - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "CommandName": "Get-PnPTermSet", "Rank": 3, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", "Id": 925 }, { - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", - "CommandName": "Get-PnPTermSet", "Rank": 4, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", "Id": 926 }, { - "Command": "Get-PnPTheme", - "CommandName": "Get-PnPTheme", "Rank": 1, + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme", "Id": 927 }, { - "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "CommandName": "Get-PnPTheme", "Rank": 2, + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme -DetectCurrentComposedLook", "Id": 928 }, { - "Command": "Get-PnPTimeZoneId", - "CommandName": "Get-PnPTimeZoneId", "Rank": 1, + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId", "Id": 929 }, { - "Command": "Get-PnPTimeZoneId -Match Stockholm", - "CommandName": "Get-PnPTimeZoneId", "Rank": 2, + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId -Match Stockholm", "Id": 930 }, { - "Command": "Get-PnPTodoList", - "CommandName": "Get-PnPTodoList", "Rank": 1, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList", "Id": 931 }, { - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "CommandName": "Get-PnPTodoList", "Rank": 2, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Id": 932 }, { - "Command": "Get-PnPTodoList -User john@doe.com", - "CommandName": "Get-PnPTodoList", "Rank": 3, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList -User john@doe.com", "Id": 933 }, { - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "CommandName": "Get-PnPTodoList", "Rank": 4, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Id": 934 }, { - "Command": "Get-PnPTraceLog", - "CommandName": "Get-PnPTraceLog", "Rank": 1, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog", "Id": 935 }, { - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", - "CommandName": "Get-PnPTraceLog", "Rank": 2, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", "Id": 936 }, { - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", - "CommandName": "Get-PnPTraceLog", "Rank": 3, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", "Id": 937 }, { - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", - "CommandName": "Get-PnPTraceLog", "Rank": 4, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", "Id": 938 }, { - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", - "CommandName": "Get-PnPTraceLog", "Rank": 5, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", "Id": 939 }, { - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", - "CommandName": "Get-PnPTraceLog", "Rank": 6, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", "Id": 940 }, { - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", - "CommandName": "Get-PnPUnfurlLink", "Rank": 1, + "CommandName": "Get-PnPUnfurlLink", + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", "Id": 941 }, { - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", - "CommandName": "Get-PnPUnifiedAuditLog", "Rank": 1, + "CommandName": "Get-PnPUnifiedAuditLog", + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", "Id": 942 }, { - "Command": "Get-PnPUPABulkImportStatus", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 1, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus", "Id": 943 }, { - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 2, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", "Id": 944 }, { - "Command": "Get-PnPUPABulkImportStatus -JobId ", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 3, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId ", "Id": 945 }, { - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 4, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", "Id": 946 }, { - "Command": "Get-PnPUser", - "CommandName": "Get-PnPUser", "Rank": 1, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser", "Id": 947 }, { - "Command": "Get-PnPUser -Identity 23", - "CommandName": "Get-PnPUser", "Rank": 2, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity 23", "Id": 948 }, { - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser", "Rank": 3, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", "Id": 949 }, { - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "CommandName": "Get-PnPUser", "Rank": 4, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", "Id": 950 }, { - "Command": "Get-PnPUser -WithRightsAssigned", - "CommandName": "Get-PnPUser", "Rank": 5, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned", "Id": 951 }, { - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "CommandName": "Get-PnPUser", "Rank": 6, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", "Id": 952 }, { - "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "CommandName": "Get-PnPUser", "Rank": 7, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssignedDetailed", "Id": 953 }, { - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "CommandName": "Get-PnPUserOneDriveQuota", "Rank": 1, + "CommandName": "Get-PnPUserOneDriveQuota", + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", "Id": 954 }, { - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "CommandName": "Get-PnPUserProfilePhoto", "Rank": 1, + "CommandName": "Get-PnPUserProfilePhoto", + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Id": 955 }, { - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", - "CommandName": "Get-PnPUserProfilePhoto", "Rank": 2, + "CommandName": "Get-PnPUserProfilePhoto", + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", "Id": 956 }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "CommandName": "Get-PnPUserProfileProperty", "Rank": 1, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", "Id": 957 }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "CommandName": "Get-PnPUserProfileProperty", "Rank": 2, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", "Id": 958 }, { - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "CommandName": "Get-PnPUserProfileProperty", "Rank": 3, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", "Id": 959 }, { - "Command": "Get-PnPView -List \"Demo List\"", - "CommandName": "Get-PnPView", "Rank": 1, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\"", "Id": 960 }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "CommandName": "Get-PnPView", "Rank": 2, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", "Id": 961 }, { - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "CommandName": "Get-PnPView", "Rank": 3, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", "Id": 962 }, { - "Command": "Get-PnPVivaConnectionsDashboardACE", - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE", "Id": 963 }, { - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 2, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Id": 964 }, { - "Command": "Get-PnPVivaEngageCommunity", - "CommandName": "Get-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "Get-PnPVivaEngageCommunity", + "Command": "Get-PnPVivaEngageCommunity", "Id": 965 }, { - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "CommandName": "Get-PnPVivaEngageCommunity", "Rank": 2, + "CommandName": "Get-PnPVivaEngageCommunity", + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Id": 966 }, { - "Command": "Get-PnPWeb", - "CommandName": "Get-PnPWeb", "Rank": 1, + "CommandName": "Get-PnPWeb", + "Command": "Get-PnPWeb", "Id": 967 }, { - "Command": "Get-PnPWebHeader", - "CommandName": "Get-PnPWebHeader", "Rank": 1, + "CommandName": "Get-PnPWebHeader", + "Command": "Get-PnPWebHeader", "Id": 968 }, { - "Command": "Get-PnPWebhookSubscription -List MyList", - "CommandName": "Get-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Get-PnPWebhookSubscription", + "Command": "Get-PnPWebhookSubscription -List MyList", "Id": 969 }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "CommandName": "Get-PnPWebPart", "Rank": 1, + "CommandName": "Get-PnPWebPart", + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", "Id": 970 }, { - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPart", "Rank": 2, + "CommandName": "Get-PnPWebPart", + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 971 }, { - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", - "CommandName": "Get-PnPWebPartProperty", "Rank": 1, + "CommandName": "Get-PnPWebPartProperty", + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", "Id": 972 }, { - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", - "CommandName": "Get-PnPWebPartProperty", "Rank": 2, + "CommandName": "Get-PnPWebPartProperty", + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", "Id": 973 }, { - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Get-PnPWebPartXml", "Rank": 1, + "CommandName": "Get-PnPWebPartXml", + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 974 }, { - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", - "CommandName": "Get-PnPWebPermission", "Rank": 1, + "CommandName": "Get-PnPWebPermission", + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", "Id": 975 }, { - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "CommandName": "Get-PnPWebPermission", "Rank": 2, + "CommandName": "Get-PnPWebPermission", + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Id": 976 }, { - "Command": "Get-PnPWebTemplates", - "CommandName": "Get-PnPWebTemplates", "Rank": 1, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates", "Id": 977 }, { - "Command": "Get-PnPWebTemplates -LCID 1033", - "CommandName": "Get-PnPWebTemplates", "Rank": 2, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -LCID 1033", "Id": 978 }, { - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "CommandName": "Get-PnPWebTemplates", "Rank": 3, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", "Id": 979 }, { - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "CommandName": "Get-PnPWikiPageContent", "Rank": 1, + "CommandName": "Get-PnPWikiPageContent", + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", "Id": 980 }, { - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", "Id": 981 }, { - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", - "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 2, + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", "Id": 982 }, { - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPHubSiteRights", "Rank": 1, + "CommandName": "Grant-PnPHubSiteRights", + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 983 }, { - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Grant-PnPSiteDesignRights", "Rank": 1, + "CommandName": "Grant-PnPSiteDesignRights", + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 984 }, { - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Rank": 1, + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Id": 985 }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "CommandName": "Import-PnPTaxonomy", "Rank": 1, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", "Id": 986 }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", - "CommandName": "Import-PnPTaxonomy", "Rank": 2, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", "Id": 987 }, { - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "CommandName": "Import-PnPTaxonomy", "Rank": 3, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", "Id": 988 }, { - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "CommandName": "Import-PnPTaxonomy", "Rank": 4, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", "Id": 989 }, { - "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "CommandName": "Import-PnPTermGroupFromXml", "Rank": 1, + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Xml $xml", "Id": 990 }, { - "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "CommandName": "Import-PnPTermGroupFromXml", "Rank": 2, + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Path input.xml", "Id": 991 }, { - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "CommandName": "Import-PnPTermSet", "Rank": 1, + "CommandName": "Import-PnPTermSet", + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", "Id": 992 }, { - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", - "CommandName": "Import-PnPTermSet", "Rank": 2, + "CommandName": "Import-PnPTermSet", + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", "Id": 993 }, { - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "CommandName": "Import-PnPTermSet", "Rank": 3, + "CommandName": "Import-PnPTermSet", + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", "Id": 994 }, { - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Install-PnPApp", "Rank": 1, + "CommandName": "Install-PnPApp", + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 995 }, { - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Install-PnPApp", "Rank": 2, + "CommandName": "Install-PnPApp", + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 996 }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 1, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", "Id": 997 }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 2, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", "Id": 998 }, { - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 3, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", "Id": 999 }, { - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 4, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", "Id": 1000 }, { - "Command": "Invoke-PnPGraphMethod -Url \"users\"", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 5, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users\"", "Id": 1001 }, { - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 6, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", "Id": 1002 }, { - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", - "CommandName": "Invoke-PnPGraphMethod", "Rank": 7, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", "Id": 1003 }, { - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPListDesign", "Rank": 1, + "CommandName": "Invoke-PnPListDesign", + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1004 }, { - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPListDesign", "Rank": 2, + "CommandName": "Invoke-PnPListDesign", + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Id": 1005 }, { - "Command": "Invoke-PnPQuery -RetryCount 5", - "CommandName": "Invoke-PnPQuery", "Rank": 1, + "CommandName": "Invoke-PnPQuery", + "Command": "Invoke-PnPQuery -RetryCount 5", "Id": 1006 }, { - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Invoke-PnPSiteDesign", "Rank": 1, + "CommandName": "Invoke-PnPSiteDesign", + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1007 }, { - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "CommandName": "Invoke-PnPSiteDesign", "Rank": 2, + "CommandName": "Invoke-PnPSiteDesign", + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Id": 1008 }, { - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", - "CommandName": "Invoke-PnPSiteScript", "Rank": 1, + "CommandName": "Invoke-PnPSiteScript", + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", "Id": 1009 }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "CommandName": "Invoke-PnPSiteSwap", "Rank": 1, + "CommandName": "Invoke-PnPSiteSwap", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Id": 1010 }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "CommandName": "Invoke-PnPSiteSwap", "Rank": 2, + "CommandName": "Invoke-PnPSiteSwap", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Id": 1011 }, { - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "CommandName": "Invoke-PnPSiteSwap", "Rank": 3, + "CommandName": "Invoke-PnPSiteSwap", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", "Id": 1012 }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 1, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", "Id": 1013 }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 2, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml", "Id": 1014 }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 3, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", "Id": 1015 }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 4, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Id": 1016 }, { - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 5, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", "Id": 1017 }, { - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 6, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", "Id": 1018 }, { - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 7, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", "Id": 1019 }, { - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 8, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", "Id": 1020 }, { - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 9, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", "Id": 1021 }, { - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", - "CommandName": "Invoke-PnPSPRestMethod", "Rank": 1, + "CommandName": "Invoke-PnPSPRestMethod", + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", "Id": 1022 }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 1, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", "Id": 1023 }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 2, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", "Id": 1024 }, { - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 3, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Id": 1025 }, { - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction", "Rank": 1, + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", "Id": 1026 }, { - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "CommandName": "Invoke-PnPWebAction", "Rank": 2, + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", "Id": 1027 }, { - "Command": "Measure-PnPList \"Documents\"", - "CommandName": "Measure-PnPList", "Rank": 1, + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\"", "Id": 1028 }, { - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "CommandName": "Measure-PnPList", "Rank": 2, + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", "Id": 1029 }, { - "Command": "Measure-PnPWeb", - "CommandName": "Measure-PnPWeb", "Rank": 1, + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb", "Id": 1030 }, { - "Command": "Measure-PnPWeb $web -Recursive", - "CommandName": "Measure-PnPWeb", "Rank": 2, + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb $web -Recursive", "Id": 1031 }, { - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", - "CommandName": "Merge-PnPTerm", "Rank": 1, + "CommandName": "Merge-PnPTerm", + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", "Id": 1032 }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "CommandName": "Move-PnPFile", "Rank": 1, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", "Id": 1033 }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "CommandName": "Move-PnPFile", "Rank": 2, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", "Id": 1034 }, { - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile", "Rank": 3, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Id": 1035 }, { - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "CommandName": "Move-PnPFile", "Rank": 4, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Id": 1036 }, { - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "CommandName": "Move-PnPFolder", "Rank": 1, + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", "Id": 1037 }, { - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "CommandName": "Move-PnPFolder", "Rank": 2, + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", "Id": 1038 }, { - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Move-PnPListItemToRecycleBin", "Rank": 1, + "CommandName": "Move-PnPListItemToRecycleBin", + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", "Id": 1039 }, { - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "CommandName": "Move-PnPPage", "Rank": 1, + "CommandName": "Move-PnPPage", + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Id": 1040 }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "CommandName": "Move-PnPPageComponent", "Rank": 1, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", "Id": 1041 }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "CommandName": "Move-PnPPageComponent", "Rank": 2, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", "Id": 1042 }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "CommandName": "Move-PnPPageComponent", "Rank": 3, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", "Id": 1043 }, { - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", - "CommandName": "Move-PnPPageComponent", "Rank": 4, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", "Id": 1044 }, { - "Command": "Move-PnPRecycleBinItem", - "CommandName": "Move-PnpRecycleBinItem", "Rank": 1, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem", "Id": 1045 }, { - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "CommandName": "Move-PnpRecycleBinItem", "Rank": 2, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", "Id": 1046 }, { - "Command": "Move-PnPRecycleBinItem -Force", - "CommandName": "Move-PnpRecycleBinItem", "Rank": 3, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Force", "Id": 1047 }, { - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", - "CommandName": "Move-PnPTerm", "Rank": 1, + "CommandName": "Move-PnPTerm", + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", "Id": 1048 }, { - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", - "CommandName": "Move-PnPTerm", "Rank": 2, + "CommandName": "Move-PnPTerm", + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", "Id": 1049 }, { - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", - "CommandName": "Move-PnPTerm", "Rank": 3, + "CommandName": "Move-PnPTerm", + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", "Id": 1050 }, { - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", - "CommandName": "Move-PnPTermSet", "Rank": 1, + "CommandName": "Move-PnPTermSet", + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", "Id": 1051 }, { - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", - "CommandName": "Move-PnPTermSet", "Rank": 2, + "CommandName": "Move-PnPTermSet", + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", "Id": 1052 }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPAzureADGroup", "Rank": 1, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", "Id": 1053 }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "CommandName": "New-PnPAzureADGroup", "Rank": 2, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", "Id": 1054 }, { - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "CommandName": "New-PnPAzureADGroup", "Rank": 3, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", "Id": 1055 }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 1, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", "Id": 1056 }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 2, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", "Id": 1057 }, { - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 3, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", "Id": 1058 }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", - "CommandName": "New-PnPAzureCertificate", "Rank": 1, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", "Id": 1059 }, { - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "CommandName": "New-PnPAzureCertificate", "Rank": 2, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", "Id": 1060 }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", - "CommandName": "New-PnPAzureCertificate", "Rank": 3, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", "Id": 1061 }, { - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", - "CommandName": "New-PnPAzureCertificate", "Rank": 4, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", "Id": 1062 }, { - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", - "CommandName": "New-PnPContainerType", "Rank": 1, + "CommandName": "New-PnPContainerType", + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", "Id": 1063 }, { - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", - "CommandName": "New-PnPGraphSubscription", "Rank": 1, + "CommandName": "New-PnPGraphSubscription", + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", "Id": 1064 }, { - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "CommandName": "New-PnPGraphSubscription", "Rank": 2, + "CommandName": "New-PnPGraphSubscription", + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", "Id": 1065 }, { - "Command": "New-PnPGroup -Title \"My Site Users\"", - "CommandName": "New-PnPGroup", "Rank": 1, + "CommandName": "New-PnPGroup", + "Command": "New-PnPGroup -Title \"My Site Users\"", "Id": 1066 }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", "Id": 1067 }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Id": 1068 }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 3, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", "Id": 1069 }, { - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 4, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Id": 1070 }, { - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Rank": 1, + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 1071 }, { - "Command": "New-PnPList -Title Announcements -Template Announcements", - "CommandName": "New-PnPList", "Rank": 1, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title Announcements -Template Announcements", "Id": 1072 }, { - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "CommandName": "New-PnPList", "Rank": 2, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", "Id": 1073 }, { - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "CommandName": "New-PnPList", "Rank": 3, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", "Id": 1074 }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", "Id": 1075 }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", "Id": 1076 }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 3, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", "Id": 1077 }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 4, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", "Id": 1078 }, { - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 5, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Id": 1079 }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 6, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Id": 1080 }, { - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", - "CommandName": "New-PnPMicrosoft365Group", "Rank": 7, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", "Id": 1081 }, { - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", - "CommandName": "New-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", "Id": 1082 }, { - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "CommandName": "New-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", "Id": 1083 }, { - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", - "CommandName": "New-PnPPersonalSite", "Rank": 1, + "CommandName": "New-PnPPersonalSite", + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", "Id": 1084 }, { - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "CommandName": "New-PnPPlannerPlan", "Rank": 1, + "CommandName": "New-PnPPlannerPlan", + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", "Id": 1085 }, { - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", - "CommandName": "New-PnpProfileCardProperty", "Rank": 1, + "CommandName": "New-PnpProfileCardProperty", + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", "Id": 1086 }, { - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "CommandName": "New-PnPSdnProvider", "Rank": 1, + "CommandName": "New-PnPSdnProvider", + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", "Id": 1087 }, { - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", - "CommandName": "New-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "New-PnPSearchExternalConnection", + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", "Id": 1088 }, { - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "CommandName": "New-PnPSearchExternalConnection", "Rank": 2, + "CommandName": "New-PnPSearchExternalConnection", + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Id": 1089 }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite", "Rank": 1, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Id": 1090 }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "CommandName": "New-PnPSite", "Rank": 2, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", "Id": 1091 }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite", "Rank": 3, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Id": 1092 }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite", "Rank": 4, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Id": 1093 }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite", "Rank": 5, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Id": 1094 }, { - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite", "Rank": 6, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Id": 1095 }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "CommandName": "New-PnPSite", "Rank": 7, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", "Id": 1096 }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "CommandName": "New-PnPSite", "Rank": 8, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", "Id": 1097 }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "CommandName": "New-PnPSite", "Rank": 9, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", "Id": 1098 }, { - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "CommandName": "New-PnPSite", "Rank": 10, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", "Id": 1099 }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "CommandName": "New-PnPSite", "Rank": 11, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Id": 1100 }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "CommandName": "New-PnPSite", "Rank": 12, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Id": 1101 }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "CommandName": "New-PnPSite", "Rank": 13, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Id": 1102 }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "CommandName": "New-PnPSite", "Rank": 14, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Id": 1103 }, { - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "CommandName": "New-PnPSite", "Rank": 15, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Id": 1104 }, { - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", - "CommandName": "New-PnPSite", "Rank": 16, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", "Id": 1105 }, { - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", - "CommandName": "New-PnPSite", "Rank": 17, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", "Id": 1106 }, { - "Command": "New-PnPSiteCollectionTermStore", - "CommandName": "New-PnPSiteCollectionTermStore", "Rank": 1, + "CommandName": "New-PnPSiteCollectionTermStore", + "Command": "New-PnPSiteCollectionTermStore", "Id": 1107 }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", "Id": 1108 }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", "Id": 1109 }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 3, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", "Id": 1110 }, { - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 4, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Id": 1111 }, { - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Rank": 1, + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 1112 }, { - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "CommandName": "New-PnPSiteGroup", "Rank": 1, + "CommandName": "New-PnPSiteGroup", + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", "Id": 1113 }, { - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "CommandName": "New-PnPSiteGroup", "Rank": 2, + "CommandName": "New-PnPSiteGroup", + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", "Id": 1114 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 1, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", "Id": 1115 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 2, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", "Id": 1116 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 3, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", "Id": 1117 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 4, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", "Id": 1118 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 5, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", "Id": 1119 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 6, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1120 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 7, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", "Id": 1121 }, { - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 8, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", "Id": 1122 }, { - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "CommandName": "New-PnPTeamsApp", "Rank": 1, + "CommandName": "New-PnPTeamsApp", + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", "Id": 1123 }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "CommandName": "New-PnPTeamsTeam", "Rank": 1, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", "Id": 1124 }, { - "Command": "New-PnPTeamsTeam -GroupId $groupId", - "CommandName": "New-PnPTeamsTeam", "Rank": 2, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -GroupId $groupId", "Id": 1125 }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "CommandName": "New-PnPTeamsTeam", "Rank": 3, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", "Id": 1126 }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "CommandName": "New-PnPTeamsTeam", "Rank": 4, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Id": 1127 }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", - "CommandName": "New-PnPTeamsTeam", "Rank": 5, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", "Id": 1128 }, { - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "New-PnPTeamsTeam", "Rank": 6, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Id": 1129 }, { - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", - "CommandName": "New-PnPTenantSite", "Rank": 1, + "CommandName": "New-PnPTenantSite", + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", "Id": 1130 }, { - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "CommandName": "New-PnPTenantSite", "Rank": 2, + "CommandName": "New-PnPTenantSite", + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", "Id": 1131 }, { - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", - "CommandName": "New-PnPTerm", "Rank": 1, + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", "Id": 1132 }, { - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "New-PnPTerm", "Rank": 2, + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Id": 1133 }, { - "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "CommandName": "New-PnPTermGroup", "Rank": 1, + "CommandName": "New-PnPTermGroup", + "Command": "New-PnPTermGroup -GroupName \"Countries\"", "Id": 1134 }, { - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "CommandName": "New-PnPTermGroup", "Rank": 2, + "CommandName": "New-PnPTermGroup", + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Id": 1135 }, { - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "CommandName": "New-PnPTermLabel", "Rank": 1, + "CommandName": "New-PnPTermLabel", + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", "Id": 1136 }, { - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "CommandName": "New-PnPTermSet", "Rank": 1, + "CommandName": "New-PnPTermSet", + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", "Id": 1137 }, { - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", - "CommandName": "New-PnPTodoList", "Rank": 1, + "CommandName": "New-PnPTodoList", + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", "Id": 1138 }, { - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", - "CommandName": "New-PnPTodoList", "Rank": 2, + "CommandName": "New-PnPTodoList", + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", "Id": 1139 }, { - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", - "CommandName": "New-PnPUPABulkImportJob", "Rank": 1, + "CommandName": "New-PnPUPABulkImportJob", + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", "Id": 1140 }, { - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "CommandName": "New-PnPUPABulkImportJob", "Rank": 2, + "CommandName": "New-PnPUPABulkImportJob", + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", "Id": 1141 }, { - "Command": "New-PnPUser -LoginName user@company.com", - "CommandName": "New-PnPUser", "Rank": 1, + "CommandName": "New-PnPUser", + "Command": "New-PnPUser -LoginName user@company.com", "Id": 1142 }, { - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", - "CommandName": "New-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "New-PnPVivaEngageCommunity", + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", "Id": 1143 }, { - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", - "CommandName": "New-PnPWeb", "Rank": 1, + "CommandName": "New-PnPWeb", + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", "Id": 1144 }, { - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "CommandName": "Publish-PnPApp", "Rank": 1, + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Id": 1145 }, { - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "CommandName": "Publish-PnPApp", "Rank": 2, + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", "Id": 1146 }, { - "Command": "Publish-PnPContentType -ContentType 0x0101", - "CommandName": "Publish-PnPContentType", "Rank": 1, + "CommandName": "Publish-PnPContentType", + "Command": "Publish-PnPContentType -ContentType 0x0101", "Id": 1147 }, { - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Publish-PnPSyntexModel", "Rank": 1, + "CommandName": "Publish-PnPSyntexModel", + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Id": 1148 }, { - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "CommandName": "Publish-PnPSyntexModel", "Rank": 2, + "CommandName": "Publish-PnPSyntexModel", + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Id": 1149 }, { - "Command": "Read-PnPSiteTemplate -Path template.pnp", - "CommandName": "Read-PnPSiteTemplate", "Rank": 1, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp", "Id": 1150 }, { - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "CommandName": "Read-PnPSiteTemplate", "Rank": 2, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", "Id": 1151 }, { - "Command": "Read-PnPSiteTemplate -Xml $xml", - "CommandName": "Read-PnPSiteTemplate", "Rank": 3, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Xml $xml", "Id": 1152 }, { - "Command": "Read-PnPTenantTemplate -Path template.pnp", - "CommandName": "Read-PnPTenantTemplate", "Rank": 1, + "CommandName": "Read-PnPTenantTemplate", + "Command": "Read-PnPTenantTemplate -Path template.pnp", "Id": 1153 }, { - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "CommandName": "Register-PnPAppCatalogSite", "Rank": 1, + "CommandName": "Register-PnPAppCatalogSite", + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", "Id": 1154 }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", - "CommandName": "Register-PnPAzureADApp", "Rank": 1, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", "Id": 1155 }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp", "Rank": 2, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1156 }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", - "CommandName": "Register-PnPAzureADApp", "Rank": 3, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", "Id": 1157 }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp", "Rank": 4, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1158 }, { - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp", "Rank": 5, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1159 }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "CommandName": "Register-PnPAzureADApp", "Rank": 6, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1160 }, { - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", - "CommandName": "Register-PnPAzureADApp", "Rank": 7, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", "Id": 1161 }, { - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", - "CommandName": "Register-PnPAzureADApp", "Rank": 8, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", "Id": 1162 }, { - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Rank": 1, + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", "Id": 1163 }, { - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Rank": 2, + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", "Id": 1164 }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Register-PnPHubSite", "Rank": 1, + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Id": 1165 }, { - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "CommandName": "Register-PnPHubSite", "Rank": 2, + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", "Id": 1166 }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 1, + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", "Id": 1167 }, { - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 2, + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", "Id": 1168 }, { - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "CommandName": "Remove-PnPAlert", "Rank": 1, + "CommandName": "Remove-PnPAlert", + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", "Id": 1169 }, { - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAlert", "Rank": 2, + "CommandName": "Remove-PnPAlert", + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Id": 1170 }, { - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Remove-PnPApp", "Rank": 1, + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1171 }, { - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Remove-PnPApp", "Rank": 2, + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1172 }, { - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 1173 }, { - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 2, + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Id": 1174 }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", "Id": 1175 }, { - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 2, + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Id": 1176 }, { - "Command": "Remove-PnPAzureADApp -Identity MyApp", - "CommandName": "Remove-PnPAzureADApp", "Rank": 1, + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity MyApp", "Id": 1177 }, { - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "CommandName": "Remove-PnPAzureADApp", "Rank": 2, + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Id": 1178 }, { - "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "CommandName": "Remove-PnPAzureADGroup", "Rank": 1, + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $groupId", "Id": 1179 }, { - "Command": "Remove-PnPAzureADGroup -Identity $group", - "CommandName": "Remove-PnPAzureADGroup", "Rank": 2, + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $group", "Id": 1180 }, { - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupMember", + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1181 }, { - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupOwner", + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1182 }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", "Id": 1183 }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", "Id": 1184 }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 3, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Id": 1185 }, { - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 4, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Id": 1186 }, { - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", - "CommandName": "Remove-PnPAzureADUser", "Rank": 1, + "CommandName": "Remove-PnPAzureADUser", + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", "Id": 1187 }, { - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", - "CommandName": "Remove-PnPAzureADUser", "Rank": 2, + "CommandName": "Remove-PnPAzureADUser", + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", "Id": 1188 }, { - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Remove-PnPContainer", "Rank": 1, + "CommandName": "Remove-PnPContainer", + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Id": 1189 }, { - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "CommandName": "Remove-PnPContainer", "Rank": 2, + "CommandName": "Remove-PnPContainer", + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Id": 1190 }, { - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", - "CommandName": "Remove-PnPContainerType", "Rank": 1, + "CommandName": "Remove-PnPContainerType", + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", "Id": 1191 }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "CommandName": "Remove-PnPContentType", "Rank": 1, + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\"", "Id": 1192 }, { - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "CommandName": "Remove-PnPContentType", "Rank": 2, + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", "Id": 1193 }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 1, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Id": 1194 }, { - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 2, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Id": 1195 }, { - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPContentTypeFromList", "Rank": 1, + "CommandName": "Remove-PnPContentTypeFromList", + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", "Id": 1196 }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Remove-PnPCustomAction", "Rank": 1, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 1197 }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "CommandName": "Remove-PnPCustomAction", "Rank": 2, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Id": 1198 }, { - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "CommandName": "Remove-PnPCustomAction", "Rank": 3, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", "Id": 1199 }, { - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Rank": 1, + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Id": 1200 }, { - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver", "Rank": 1, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 1201 }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "CommandName": "Remove-PnPEventReceiver", "Rank": 2, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 1202 }, { - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "CommandName": "Remove-PnPEventReceiver", "Rank": 3, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", "Id": 1203 }, { - "Command": "Remove-PnPEventReceiver -List ProjectList", - "CommandName": "Remove-PnPEventReceiver", "Rank": 4, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList", "Id": 1204 }, { - "Command": "Remove-PnPEventReceiver", - "CommandName": "Remove-PnPEventReceiver", "Rank": 5, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver", "Id": 1205 }, { - "Command": "Remove-PnPEventReceiver -Scope Site", - "CommandName": "Remove-PnPEventReceiver", "Rank": 6, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Site", "Id": 1206 }, { - "Command": "Remove-PnPEventReceiver -Scope Web", - "CommandName": "Remove-PnPEventReceiver", "Rank": 7, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Web", "Id": 1207 }, { - "Command": "Remove-PnPEventReceiver -Scope All", - "CommandName": "Remove-PnPEventReceiver", "Rank": 8, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope All", "Id": 1208 }, { - "Command": "Remove-PnPField -Identity \"Speakers\"", - "CommandName": "Remove-PnPField", "Rank": 1, + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -Identity \"Speakers\"", "Id": 1209 }, { - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "CommandName": "Remove-PnPField", "Rank": 2, + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Id": 1210 }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "CommandName": "Remove-PnPFieldFromContentType", "Rank": 1, + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Id": 1211 }, { - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "CommandName": "Remove-PnPFieldFromContentType", "Rank": 2, + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", "Id": 1212 }, { - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile", "Rank": 1, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", "Id": 1213 }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "CommandName": "Remove-PnPFile", "Rank": 2, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", "Id": 1214 }, { - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "CommandName": "Remove-PnPFile", "Rank": 3, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", "Id": 1215 }, { - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "CommandName": "Remove-PnPFileFromSiteTemplate", "Rank": 1, + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", "Id": 1216 }, { - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "CommandName": "Remove-PnPFileSharingLink", "Rank": 1, + "CommandName": "Remove-PnPFileSharingLink", + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Id": 1217 }, { - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", - "CommandName": "Remove-PnPFileSharingLink", "Rank": 2, + "CommandName": "Remove-PnPFileSharingLink", + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", "Id": 1218 }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Remove-PnPFileVersion", "Rank": 1, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Id": 1219 }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Remove-PnPFileVersion", "Rank": 2, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Id": 1220 }, { - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "CommandName": "Remove-PnPFileVersion", "Rank": 3, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", "Id": 1221 }, { - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Remove-PnPFlow", "Rank": 1, + "CommandName": "Remove-PnPFlow", + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 1222 }, { - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", - "CommandName": "Remove-PnPFlow", "Rank": 2, + "CommandName": "Remove-PnPFlow", + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", "Id": 1223 }, { - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPFlowOwner", "Rank": 1, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", "Id": 1224 }, { - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", - "CommandName": "Remove-PnPFlowOwner", "Rank": 2, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", "Id": 1225 }, { - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", - "CommandName": "Remove-PnPFlowOwner", "Rank": 3, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", "Id": 1226 }, { - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", - "CommandName": "Remove-PnPFlowOwner", "Rank": 4, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", "Id": 1227 }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "CommandName": "Remove-PnPFolder", "Rank": 1, + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Id": 1228 }, { - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "CommandName": "Remove-PnPFolder", "Rank": 2, + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", "Id": 1229 }, { - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "CommandName": "Remove-PnPFolderSharingLink", "Rank": 1, + "CommandName": "Remove-PnPFolderSharingLink", + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 1230 }, { - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", - "CommandName": "Remove-PnPFolderSharingLink", "Rank": 2, + "CommandName": "Remove-PnPFolderSharingLink", + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", "Id": 1231 }, { - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "CommandName": "Remove-PnPGraphSubscription", "Rank": 1, + "CommandName": "Remove-PnPGraphSubscription", + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", "Id": 1232 }, { - "Command": "Remove-PnPGroup -Identity \"My Users\"", - "CommandName": "Remove-PnPGroup", "Rank": 1, + "CommandName": "Remove-PnPGroup", + "Command": "Remove-PnPGroup -Identity \"My Users\"", "Id": 1233 }, { - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "CommandName": "Remove-PnPGroupMember", "Rank": 1, + "CommandName": "Remove-PnPGroupMember", + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Id": 1234 }, { - "Command": "Remove-PnPHomeSite", - "CommandName": "Remove-PnPHomeSite", "Rank": 1, + "CommandName": "Remove-PnPHomeSite", + "Command": "Remove-PnPHomeSite", "Id": 1235 }, { - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPHubSiteAssociation", "Rank": 1, + "CommandName": "Remove-PnPHubSiteAssociation", + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", "Id": 1236 }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 1, + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", "Id": 1237 }, { - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 2, + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", "Id": 1238 }, { - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "CommandName": "Remove-PnPIndexedProperty", "Rank": 1, + "CommandName": "Remove-PnPIndexedProperty", + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", "Id": 1239 }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 1, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", "Id": 1240 }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 2, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", "Id": 1241 }, { - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 3, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", "Id": 1242 }, { - "Command": "Remove-PnPJavaScriptLink -Scope Site", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 4, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Scope Site", "Id": 1243 }, { - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 5, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", "Id": 1244 }, { - "Command": "Remove-PnPKnowledgeHubSite", - "CommandName": "Remove-PnPKnowledgeHubSite", "Rank": 1, + "CommandName": "Remove-PnPKnowledgeHubSite", + "Command": "Remove-PnPKnowledgeHubSite", "Id": 1245 }, { - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", "Id": 1246 }, { - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Id": 1247 }, { - "Command": "Remove-PnPList -Identity Announcements", - "CommandName": "Remove-PnPList", "Rank": 1, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements", "Id": 1248 }, { - "Command": "Remove-PnPList -Identity Announcements -Force", - "CommandName": "Remove-PnPList", "Rank": 2, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Force", "Id": 1249 }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle", - "CommandName": "Remove-PnPList", "Rank": 3, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle", "Id": 1250 }, { - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "CommandName": "Remove-PnPList", "Rank": 4, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", "Id": 1251 }, { - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPListDesign", "Rank": 1, + "CommandName": "Remove-PnPListDesign", + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1252 }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "CommandName": "Remove-PnPListItem", "Rank": 1, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", "Id": 1253 }, { - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "CommandName": "Remove-PnPListItem", "Rank": 2, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", "Id": 1254 }, { - "Command": "Remove-PnPListItem -List \"Demo List\"", - "CommandName": "Remove-PnPListItem", "Rank": 3, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\"", "Id": 1255 }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 1, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", "Id": 1256 }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 2, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", "Id": 1257 }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 3, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", "Id": 1258 }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 4, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", "Id": 1259 }, { - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "CommandName": "Remove-PnPListItemAttachment", "Rank": 5, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", "Id": 1260 }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", - "CommandName": "Remove-PnPListItemComment", "Rank": 1, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", "Id": 1261 }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", - "CommandName": "Remove-PnPListItemComment", "Rank": 2, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", "Id": 1262 }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", - "CommandName": "Remove-PnPListItemComment", "Rank": 3, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", "Id": 1263 }, { - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", - "CommandName": "Remove-PnPListItemComment", "Rank": 4, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", "Id": 1264 }, { - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "CommandName": "Remove-PnPListItemVersion", "Rank": 1, + "CommandName": "Remove-PnPListItemVersion", + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Id": 1265 }, { - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "CommandName": "Remove-PnPListItemVersion", "Rank": 2, + "CommandName": "Remove-PnPListItemVersion", + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Id": 1266 }, { - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPManagedAppId", "Rank": 1, + "CommandName": "Remove-PnPManagedAppId", + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", "Id": 1267 }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", "Id": 1268 }, { - "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $group", "Id": 1269 }, { - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1270 }, { - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1271 }, { - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", "Id": 1272 }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", "Id": 1273 }, { - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", "Id": 1274 }, { - "Command": "Remove-PnPNavigationNode -Identity 1032", - "CommandName": "Remove-PnPNavigationNode", "Rank": 1, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Identity 1032", "Id": 1275 }, { - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "CommandName": "Remove-PnPNavigationNode", "Rank": 2, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", "Id": 1276 }, { - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "CommandName": "Remove-PnPNavigationNode", "Rank": 3, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", "Id": 1277 }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", "Id": 1278 }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 2, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", "Id": 1279 }, { - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 3, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", "Id": 1280 }, { - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "CommandName": "Remove-PnPOrgNewsSite", "Rank": 1, + "CommandName": "Remove-PnPOrgNewsSite", + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", "Id": 1281 }, { - "Command": "Remove-PnPPage -Identity \"MyPage\"", - "CommandName": "Remove-PnPPage", "Rank": 1, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\"", "Id": 1282 }, { - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "CommandName": "Remove-PnPPage", "Rank": 2, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", "Id": 1283 }, { - "Command": "Remove-PnPPage $page", - "CommandName": "Remove-PnPPage", "Rank": 3, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage $page", "Id": 1284 }, { - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "CommandName": "Remove-PnPPage", "Rank": 4, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", "Id": 1285 }, { - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPPageComponent", "Rank": 1, + "CommandName": "Remove-PnPPageComponent", + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 1286 }, { - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "CommandName": "Remove-PnPPlannerBucket", "Rank": 1, + "CommandName": "Remove-PnPPlannerBucket", + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", "Id": 1287 }, { - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "CommandName": "Remove-PnPPlannerPlan", "Rank": 1, + "CommandName": "Remove-PnPPlannerPlan", + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", "Id": 1288 }, { - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "CommandName": "Remove-PnPPlannerRoster", "Rank": 1, + "CommandName": "Remove-PnPPlannerRoster", + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Id": 1289 }, { - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPPlannerRosterMember", "Rank": 1, + "CommandName": "Remove-PnPPlannerRosterMember", + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Id": 1290 }, { - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "CommandName": "Remove-PnPPlannerTask", "Rank": 1, + "CommandName": "Remove-PnPPlannerTask", + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", "Id": 1291 }, { - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", - "CommandName": "Remove-PnPProfileCardProperty", "Rank": 1, + "CommandName": "Remove-PnPProfileCardProperty", + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", "Id": 1292 }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 1, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey", "Id": 1293 }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 2, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", "Id": 1294 }, { - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 3, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", "Id": 1295 }, { - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "CommandName": "Remove-PnPPublishingImageRendition", "Rank": 1, + "CommandName": "Remove-PnPPublishingImageRendition", + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Id": 1296 }, { - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "CommandName": "Remove-PnPRoleDefinition", "Rank": 1, + "CommandName": "Remove-PnPRoleDefinition", + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", "Id": 1297 }, { - "Command": "Remove-PnPSdnProvider -Confirm:false", - "CommandName": "Remove-PnPSdnProvider", "Rank": 1, + "CommandName": "Remove-PnPSdnProvider", + "Command": "Remove-PnPSdnProvider -Confirm:false", "Id": 1298 }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 1, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config", "Id": 1299 }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 2, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", "Id": 1300 }, { - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 3, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Id": 1301 }, { - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 4, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Id": 1302 }, { - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "CommandName": "Remove-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "Remove-PnPSearchExternalConnection", + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Id": 1303 }, { - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "CommandName": "Remove-PnPSearchExternalItem", "Rank": 1, + "CommandName": "Remove-PnPSearchExternalItem", + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Id": 1304 }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Id": 1305 }, { - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 2, + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Id": 1306 }, { - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Id": 1307 }, { - "Command": "Remove-PnPSiteCollectionTermStore", - "CommandName": "Remove-PnPSiteCollectionTermStore", "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Command": "Remove-PnPSiteCollectionTermStore", "Id": 1308 }, { - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesign", "Rank": 1, + "CommandName": "Remove-PnPSiteDesign", + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1309 }, { - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteDesignTask", "Rank": 1, + "CommandName": "Remove-PnPSiteDesignTask", + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1310 }, { - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1311 }, { - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", "Id": 1312 }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Remove-PnPSiteGroup", "Rank": 1, + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", "Id": 1313 }, { - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "CommandName": "Remove-PnPSiteGroup", "Rank": 2, + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", "Id": 1314 }, { - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "CommandName": "Remove-PnPSiteScript", "Rank": 1, + "CommandName": "Remove-PnPSiteScript", + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1315 }, { - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "CommandName": "Remove-PnPSiteUserInvitations", "Rank": 1, + "CommandName": "Remove-PnPSiteUserInvitations", + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Id": 1316 }, { - "Command": "Remove-PnPStorageEntity -Key MyKey", - "CommandName": "Remove-PnPStorageEntity", "Rank": 1, + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey", "Id": 1317 }, { - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "CommandName": "Remove-PnPStorageEntity", "Rank": 2, + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", "Id": 1318 }, { - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "CommandName": "Remove-PnPStoredCredential", "Rank": 1, + "CommandName": "Remove-PnPStoredCredential", + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", "Id": 1319 }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "CommandName": "Remove-PnPTaxonomyItem", "Rank": 1, + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", "Id": 1320 }, { - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "CommandName": "Remove-PnPTaxonomyItem", "Rank": 2, + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", "Id": 1321 }, { - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "CommandName": "Remove-PnPTeamsApp", "Rank": 1, + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", "Id": 1322 }, { - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "CommandName": "Remove-PnPTeamsApp", "Rank": 2, + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", "Id": 1323 }, { - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", - "CommandName": "Remove-PnPTeamsChannel", "Rank": 1, + "CommandName": "Remove-PnPTeamsChannel", + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", "Id": 1324 }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 1, + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", "Id": 1325 }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 2, + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Id": 1326 }, { - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 3, + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", "Id": 1327 }, { - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab", "Rank": 1, + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", "Id": 1328 }, { - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "CommandName": "Remove-PnPTeamsTab", "Rank": 2, + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", "Id": 1329 }, { - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "CommandName": "Remove-PnPTeamsTab", "Rank": 3, + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", "Id": 1330 }, { - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "CommandName": "Remove-PnPTeamsTag", "Rank": 1, + "CommandName": "Remove-PnPTeamsTag", + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Id": 1331 }, { - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "CommandName": "Remove-PnPTeamsTeam", "Rank": 1, + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Id": 1332 }, { - "Command": "Remove-PnPTeamsTeam -Identity testteam", - "CommandName": "Remove-PnPTeamsTeam", "Rank": 2, + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity testteam", "Id": 1333 }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "CommandName": "Remove-PnPTeamsUser", "Rank": 1, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", "Id": 1334 }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Remove-PnPTeamsUser", "Rank": 2, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Id": 1335 }, { - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", - "CommandName": "Remove-PnPTeamsUser", "Rank": 3, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", "Id": 1336 }, { - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "CommandName": "Remove-PnPTenantCdnOrigin", "Rank": 1, + "CommandName": "Remove-PnPTenantCdnOrigin", + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Id": 1337 }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 1, + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1338 }, { - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 2, + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Id": 1339 }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Id": 1340 }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 2, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Id": 1341 }, { - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 3, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Id": 1342 }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Remove-PnPTenantSite", "Rank": 1, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1343 }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "CommandName": "Remove-PnPTenantSite", "Rank": 2, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", "Id": 1344 }, { - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "CommandName": "Remove-PnPTenantSite", "Rank": 3, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", "Id": 1345 }, { - "Command": "Remove-PnPTenantSyncClientRestriction", - "CommandName": "Remove-PnPTenantSyncClientRestriction", "Rank": 1, + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Command": "Remove-PnPTenantSyncClientRestriction", "Id": 1346 }, { - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "CommandName": "Remove-PnPTenantTheme", "Rank": 1, + "CommandName": "Remove-PnPTenantTheme", + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", "Id": 1347 }, { - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTerm", "Rank": 1, + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Id": 1348 }, { - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTerm", "Rank": 2, + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 1349 }, { - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "CommandName": "Remove-PnPTermGroup", "Rank": 1, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Id": 1350 }, { - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "CommandName": "Remove-PnPTermGroup", "Rank": 2, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", "Id": 1351 }, { - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "CommandName": "Remove-PnPTermGroup", "Rank": 3, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", "Id": 1352 }, { - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "CommandName": "Remove-PnPTermLabel", "Rank": 1, + "CommandName": "Remove-PnPTermLabel", + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", "Id": 1353 }, { - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "CommandName": "Remove-PnPTermLabel", "Rank": 2, + "CommandName": "Remove-PnPTermLabel", + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 1354 }, { - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", - "CommandName": "Remove-PnPTodoList", "Rank": 1, + "CommandName": "Remove-PnPTodoList", + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", "Id": 1355 }, { - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", - "CommandName": "Remove-PnPTodoList", "Rank": 2, + "CommandName": "Remove-PnPTodoList", + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", "Id": 1356 }, { - "Command": "Remove-PnPUser -Identity 23", - "CommandName": "Remove-PnPUser", "Rank": 1, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity 23", "Id": 1357 }, { - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "CommandName": "Remove-PnPUser", "Rank": 2, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", "Id": 1358 }, { - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", - "CommandName": "Remove-PnPUser", "Rank": 3, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", "Id": 1359 }, { - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "CommandName": "Remove-PnPUserInfo", "Rank": 1, + "CommandName": "Remove-PnPUserInfo", + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Id": 1360 }, { - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "CommandName": "Remove-PnPUserProfile", "Rank": 1, + "CommandName": "Remove-PnPUserProfile", + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", "Id": 1361 }, { - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "CommandName": "Remove-PnPUserProfilePhoto", "Rank": 1, + "CommandName": "Remove-PnPUserProfilePhoto", + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Id": 1362 }, { - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "CommandName": "Remove-PnPView", "Rank": 1, + "CommandName": "Remove-PnPView", + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", "Id": 1363 }, { - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Id": 1364 }, { - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "CommandName": "Remove-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "Remove-PnPVivaEngageCommunity", + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Id": 1365 }, { - "Command": "Remove-PnPWeb -Identity projectA", - "CommandName": "Remove-PnPWeb", "Rank": 1, + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity projectA", "Id": 1366 }, { - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "CommandName": "Remove-PnPWeb", "Rank": 2, + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", "Id": 1367 }, { - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "CommandName": "Remove-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Remove-PnPWebhookSubscription", + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", "Id": 1368 }, { - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "CommandName": "Remove-PnPWebPart", "Rank": 1, + "CommandName": "Remove-PnPWebPart", + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 1369 }, { - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "CommandName": "Remove-PnPWebPart", "Rank": 2, + "CommandName": "Remove-PnPWebPart", + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", "Id": 1370 }, { - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "CommandName": "Remove-PnPWikiPage", "Rank": 1, + "CommandName": "Remove-PnPWikiPage", + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", "Id": 1371 }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile", "Rank": 1, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", "Id": 1372 }, { - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "CommandName": "Rename-PnPFile", "Rank": 2, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", "Id": 1373 }, { - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "CommandName": "Rename-PnPFile", "Rank": 3, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", "Id": 1374 }, { - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "CommandName": "Rename-PnPFolder", "Rank": 1, + "CommandName": "Rename-PnPFolder", + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", "Id": 1375 }, { - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Repair-PnPSite", "Rank": 1, + "CommandName": "Repair-PnPSite", + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Id": 1376 }, { - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Repair-PnPSite", "Rank": 2, + "CommandName": "Repair-PnPSite", + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Id": 1377 }, { - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "CommandName": "Request-PnPPersonalSite", "Rank": 1, + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", "Id": 1378 }, { - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "CommandName": "Request-PnPPersonalSite", "Rank": 2, + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", "Id": 1379 }, { - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "CommandName": "Request-PnPReIndexList", "Rank": 1, + "CommandName": "Request-PnPReIndexList", + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", "Id": 1380 }, { - "Command": "Request-PnPReIndexWeb", - "CommandName": "Request-PnPReIndexWeb", "Rank": 1, + "CommandName": "Request-PnPReIndexWeb", + "Command": "Request-PnPReIndexWeb", "Id": 1381 }, { - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 1, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", "Id": 1382 }, { - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 2, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", "Id": 1383 }, { - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 3, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", "Id": 1384 }, { - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", - "CommandName": "Reset-PnPDocumentId", "Rank": 1, + "CommandName": "Reset-PnPDocumentId", + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", "Id": 1385 }, { - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", - "CommandName": "Reset-PnPDocumentId", "Rank": 2, + "CommandName": "Reset-PnPDocumentId", + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", "Id": 1386 }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "CommandName": "Reset-PnPFileVersion", "Rank": 1, + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", "Id": 1387 }, { - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "CommandName": "Reset-PnPFileVersion", "Rank": 2, + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", "Id": 1388 }, { - "Command": "Reset-PnPMicrosoft365GroupExpiration", - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Rank": 1, + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", + "Command": "Reset-PnPMicrosoft365GroupExpiration", "Id": 1389 }, { - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", - "CommandName": "Reset-PnPRetentionLabel", "Rank": 1, + "CommandName": "Reset-PnPRetentionLabel", + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", "Id": 1390 }, { - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", - "CommandName": "Reset-PnPRetentionLabel", "Rank": 2, + "CommandName": "Reset-PnPRetentionLabel", + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", "Id": 1391 }, { - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Rank": 1, + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", "Id": 1392 }, { - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "CommandName": "Resolve-PnPFolder", "Rank": 1, + "CommandName": "Resolve-PnPFolder", + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", "Id": 1393 }, { - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Restart-PnPFlowRun", "Rank": 1, + "CommandName": "Restart-PnPFlowRun", + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Id": 1394 }, { - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "CommandName": "Restore-PnPDeletedContainer", "Rank": 1, + "CommandName": "Restore-PnPDeletedContainer", + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Id": 1395 }, { - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Rank": 1, + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Id": 1396 }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion", "Rank": 1, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Id": 1397 }, { - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "CommandName": "Restore-PnPFileVersion", "Rank": 2, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", "Id": 1398 }, { - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "CommandName": "Restore-PnPFileVersion", "Rank": 3, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Id": 1399 }, { - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Restore-PnPFlow", "Rank": 1, + "CommandName": "Restore-PnPFlow", + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 1400 }, { - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "CommandName": "Restore-PnPFlow", "Rank": 2, + "CommandName": "Restore-PnPFlow", + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 1401 }, { - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "CommandName": "Restore-PnPListItemVersion", "Rank": 1, + "CommandName": "Restore-PnPListItemVersion", + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Id": 1402 }, { - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "CommandName": "Restore-PnPListItemVersion", "Rank": 2, + "CommandName": "Restore-PnPListItemVersion", + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Id": 1403 }, { - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "CommandName": "Restore-PnPRecycleBinItem", "Rank": 1, + "CommandName": "Restore-PnPRecycleBinItem", + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Id": 1404 }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 1, + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1405 }, { - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 2, + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Id": 1406 }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "CommandName": "Restore-PnPTenantSite", "Rank": 1, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1407 }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "CommandName": "Restore-PnPTenantSite", "Rank": 2, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Id": 1408 }, { - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "CommandName": "Restore-PnPTenantSite", "Rank": 3, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", "Id": 1409 }, { - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "CommandName": "Revoke-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", "Id": 1410 }, { - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPHubSiteRights", "Rank": 1, + "CommandName": "Revoke-PnPHubSiteRights", + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 1411 }, { - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "CommandName": "Revoke-PnPSiteDesignRights", "Rank": 1, + "CommandName": "Revoke-PnPSiteDesignRights", + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 1412 }, { - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Rank": 1, + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Id": 1413 }, { - "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "CommandName": "Revoke-PnPUserSession", "Rank": 1, + "CommandName": "Revoke-PnPUserSession", + "Command": "Revoke-PnPUserSession -User user1@contoso.com", "Id": 1414 }, { - "Command": "Save-PnPPageConversionLog", - "CommandName": "Save-PnPPageConversionLog", "Rank": 1, + "CommandName": "Save-PnPPageConversionLog", + "Command": "Save-PnPPageConversionLog", "Id": 1415 }, { - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "CommandName": "Save-PnPSiteTemplate", "Rank": 1, + "CommandName": "Save-PnPSiteTemplate", + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", "Id": 1416 }, { - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "CommandName": "Save-PnPTenantTemplate", "Rank": 1, + "CommandName": "Save-PnPTenantTemplate", + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", "Id": 1417 }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "CommandName": "Send-PnPMail", "Rank": 1, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Id": 1418 }, { - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", - "CommandName": "Send-PnPMail", "Rank": 2, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", "Id": 1419 }, { - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "CommandName": "Send-PnPMail", "Rank": 3, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Id": 1420 }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", - "CommandName": "Send-PnPMail", "Rank": 4, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", "Id": 1421 }, { - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", - "CommandName": "Send-PnPMail", "Rank": 5, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", "Id": 1422 }, { - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "CommandName": "Set-PnPAdaptiveScopeProperty", "Rank": 1, + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", "Id": 1423 }, { - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "CommandName": "Set-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Set-PnPApplicationCustomizer", + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 1424 }, { - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "CommandName": "Set-PnPApplicationCustomizer", "Rank": 2, + "CommandName": "Set-PnPApplicationCustomizer", + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Id": 1425 }, { - "Command": "Set-PnPAppSideLoading -On", - "CommandName": "Set-PnPAppSideLoading", "Rank": 1, + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -On", "Id": 1426 }, { - "Command": "Set-PnPAppSideLoading -Off", - "CommandName": "Set-PnPAppSideLoading", "Rank": 2, + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -Off", "Id": 1427 }, { - "Command": "Set-PnPAuditing -EnableAll", - "CommandName": "Set-PnPAuditing", "Rank": 1, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -EnableAll", "Id": 1428 }, { - "Command": "Set-PnPAuditing -DisableAll", - "CommandName": "Set-PnPAuditing", "Rank": 2, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -DisableAll", "Id": 1429 }, { - "Command": "Set-PnPAuditing -RetentionTime 7", - "CommandName": "Set-PnPAuditing", "Rank": 3, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7", "Id": 1430 }, { - "Command": "Set-PnPAuditing -TrimAuditLog", - "CommandName": "Set-PnPAuditing", "Rank": 4, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -TrimAuditLog", "Id": 1431 }, { - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "CommandName": "Set-PnPAuditing", "Rank": 5, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", "Id": 1432 }, { - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "CommandName": "Set-PnPAvailablePageLayouts", "Rank": 1, + "CommandName": "Set-PnPAvailablePageLayouts", + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", "Id": 1433 }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", "Id": 1434 }, { - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 2, + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", "Id": 1435 }, { - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup", "Rank": 1, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", "Id": 1436 }, { - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPAzureADGroup", "Rank": 2, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Id": 1437 }, { - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPAzureADGroup", "Rank": 3, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", "Id": 1438 }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 1, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", "Id": 1439 }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 2, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", "Id": 1440 }, { - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 3, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", "Id": 1441 }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 1, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", "Id": 1442 }, { - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 2, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", "Id": 1443 }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 1, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", "Id": 1444 }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 2, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", "Id": 1445 }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 3, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", "Id": 1446 }, { - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 4, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", "Id": 1447 }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType", "Rank": 1, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Id": 1448 }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "CommandName": "Set-PnPContentType", "Rank": 2, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", "Id": 1449 }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "CommandName": "Set-PnPContentType", "Rank": 3, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Id": 1450 }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType", "Rank": 4, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Id": 1451 }, { - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "CommandName": "Set-PnPContentType", "Rank": 5, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Id": 1452 }, { - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", - "CommandName": "Set-PnPCopilotAdminLimitedMode", "Rank": 1, + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", "Id": 1453 }, { - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", - "CommandName": "Set-PnPCopilotAdminLimitedMode", "Rank": 2, + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", "Id": 1454 }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 1, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", "Id": 1455 }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 2, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", "Id": 1456 }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 3, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", "Id": 1457 }, { - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 4, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", "Id": 1458 }, { - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "CommandName": "Set-PnPDefaultContentTypeToList", "Rank": 1, + "CommandName": "Set-PnPDefaultContentTypeToList", + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", "Id": 1459 }, { - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 1, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", "Id": 1460 }, { - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 2, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", "Id": 1461 }, { - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 3, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", "Id": 1462 }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 1, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", "Id": 1463 }, { - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 2, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Id": 1464 }, { - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 3, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Id": 1465 }, { - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "CommandName": "Set-PnPDocumentSetField", "Rank": 1, + "CommandName": "Set-PnPDocumentSetField", + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", "Id": 1466 }, { - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "CommandName": "Set-PnPDocumentSetField", "Rank": 2, + "CommandName": "Set-PnPDocumentSetField", + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", "Id": 1467 }, { - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "CommandName": "Set-PnPField", "Rank": 1, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", "Id": 1468 }, { - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "CommandName": "Set-PnPField", "Rank": 2, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", "Id": 1469 }, { - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "CommandName": "Set-PnPField", "Rank": 3, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", "Id": 1470 }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedIn", "Rank": 1, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", "Id": 1471 }, { - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", - "CommandName": "Set-PnPFileCheckedIn", "Rank": 2, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", "Id": 1472 }, { - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "CommandName": "Set-PnPFileCheckedIn", "Rank": 3, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", "Id": 1473 }, { - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "CommandName": "Set-PnPFileCheckedOut", "Rank": 1, + "CommandName": "Set-PnPFileCheckedOut", + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", "Id": 1474 }, { - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", - "CommandName": "Set-PnPFileRetentionLabel", "Rank": 1, + "CommandName": "Set-PnPFileRetentionLabel", + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", "Id": 1475 }, { - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", - "CommandName": "Set-PnPFileRetentionLabel", "Rank": 2, + "CommandName": "Set-PnPFileRetentionLabel", + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", "Id": 1476 }, { - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", - "CommandName": "Set-PnPFileRetentionLabel", "Rank": 3, + "CommandName": "Set-PnPFileRetentionLabel", + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", "Id": 1477 }, { - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission", "Rank": 1, + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", "Id": 1478 }, { - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPFolderPermission", "Rank": 2, + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Id": 1479 }, { - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPFolderPermission", "Rank": 3, + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Id": 1480 }, { - "Command": "Set-PnPFooter -Enabled:$true", - "CommandName": "Set-PnPFooter", "Rank": 1, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true", "Id": 1481 }, { - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "CommandName": "Set-PnPFooter", "Rank": 2, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", "Id": 1482 }, { - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "CommandName": "Set-PnPFooter", "Rank": 3, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", "Id": 1483 }, { - "Command": "Set-PnPFooter -LogoUrl \"\"", - "CommandName": "Set-PnPFooter", "Rank": 4, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -LogoUrl \"\"", "Id": 1484 }, { - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "CommandName": "Set-PnPGraphSubscription", "Rank": 1, + "CommandName": "Set-PnPGraphSubscription", + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", "Id": 1485 }, { - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", - "CommandName": "Set-PnPGroup", "Rank": 1, + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", "Id": 1486 }, { - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "CommandName": "Set-PnPGroup", "Rank": 2, + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", "Id": 1487 }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "CommandName": "Set-PnPGroupPermissions", "Rank": 1, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", "Id": 1488 }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "CommandName": "Set-PnPGroupPermissions", "Rank": 2, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", "Id": 1489 }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions", "Rank": 3, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", "Id": 1490 }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "CommandName": "Set-PnPGroupPermissions", "Rank": 4, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", "Id": 1491 }, { - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "CommandName": "Set-PnPGroupPermissions", "Rank": 5, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", "Id": 1492 }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "CommandName": "Set-PnPHideDefaultThemes", "Rank": 1, + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", "Id": 1493 }, { - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "CommandName": "Set-PnPHideDefaultThemes", "Rank": 2, + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", "Id": 1494 }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "CommandName": "Set-PnPHomePage", "Rank": 1, + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", "Id": 1495 }, { - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "CommandName": "Set-PnPHomePage", "Rank": 2, + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", "Id": 1496 }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "CommandName": "Set-PnPHomeSite", "Rank": 1, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Id": 1497 }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "CommandName": "Set-PnPHomeSite", "Rank": 2, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", "Id": 1498 }, { - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", - "CommandName": "Set-PnPHomeSite", "Rank": 3, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", "Id": 1499 }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "CommandName": "Set-PnPHubSite", "Rank": 1, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", "Id": 1500 }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "CommandName": "Set-PnPHubSite", "Rank": 2, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", "Id": 1501 }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "CommandName": "Set-PnPHubSite", "Rank": 3, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", "Id": 1502 }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "CommandName": "Set-PnPHubSite", "Rank": 4, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", "Id": 1503 }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", - "CommandName": "Set-PnPHubSite", "Rank": 5, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", "Id": 1504 }, { - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "CommandName": "Set-PnPHubSite", "Rank": 6, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", "Id": 1505 }, { - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", - "CommandName": "Set-PnPImageListItemColumn", "Rank": 1, + "CommandName": "Set-PnPImageListItemColumn", + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", "Id": 1506 }, { - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "CommandName": "Set-PnPImageListItemColumn", "Rank": 2, + "CommandName": "Set-PnPImageListItemColumn", + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", "Id": 1507 }, { - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "CommandName": "Set-PnPIndexedProperties", "Rank": 1, + "CommandName": "Set-PnPIndexedProperties", + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", "Id": 1508 }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 1, + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", "Id": 1509 }, { - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 2, + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", "Id": 1510 }, { - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "CommandName": "Set-PnPKnowledgeHubSite", "Rank": 1, + "CommandName": "Set-PnPKnowledgeHubSite", + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", "Id": 1511 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "CommandName": "Set-PnPList", "Rank": 1, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", "Id": 1512 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "CommandName": "Set-PnPList", "Rank": 2, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", "Id": 1513 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "CommandName": "Set-PnPList", "Rank": 3, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", "Id": 1514 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "CommandName": "Set-PnPList", "Rank": 4, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", "Id": 1515 }, { - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "CommandName": "Set-PnPList", "Rank": 5, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", "Id": 1516 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "CommandName": "Set-PnPList", "Rank": 6, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", "Id": 1517 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "CommandName": "Set-PnPList", "Rank": 7, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", "Id": 1518 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPList", "Rank": 8, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", "Id": 1519 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", - "CommandName": "Set-PnPList", "Rank": 9, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", "Id": 1520 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", - "CommandName": "Set-PnPList", "Rank": 10, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", "Id": 1521 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "CommandName": "Set-PnPList", "Rank": 11, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", "Id": 1522 }, { - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", - "CommandName": "Set-PnPList", "Rank": 12, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", "Id": 1523 }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 1, + "CommandName": "Set-PnPListInformationRightsManagement", + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", "Id": 1524 }, { - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 2, + "CommandName": "Set-PnPListInformationRightsManagement", + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", "Id": 1525 }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem", "Rank": 1, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1526 }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem", "Rank": 2, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1527 }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "CommandName": "Set-PnPListItem", "Rank": 3, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1528 }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "CommandName": "Set-PnPListItem", "Rank": 4, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", "Id": 1529 }, { - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "CommandName": "Set-PnPListItem", "Rank": 5, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", "Id": 1530 }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "CommandName": "Set-PnPListItemAsRecord", "Rank": 1, + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Id": 1531 }, { - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "CommandName": "Set-PnPListItemAsRecord", "Rank": 2, + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", "Id": 1532 }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission", "Rank": 1, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", "Id": 1533 }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListItemPermission", "Rank": 2, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", "Id": 1534 }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "CommandName": "Set-PnPListItemPermission", "Rank": 3, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Id": 1535 }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "CommandName": "Set-PnPListItemPermission", "Rank": 4, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", "Id": 1536 }, { - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "CommandName": "Set-PnPListItemPermission", "Rank": 5, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", "Id": 1537 }, { - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", - "CommandName": "Set-PnPListPermission", "Rank": 1, + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", "Id": 1538 }, { - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "CommandName": "Set-PnPListPermission", "Rank": 2, + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Id": 1539 }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "CommandName": "Set-PnPListRecordDeclaration", "Rank": 1, + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", "Id": 1540 }, { - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "CommandName": "Set-PnPListRecordDeclaration", "Rank": 2, + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", "Id": 1541 }, { - "Command": "Set-PnPManagedAppId -Name \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", - "CommandName": "Set-PnPManagedAppId", "Rank": 1, + "CommandName": "Set-PnPManagedAppId", + "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", "Id": 1542 }, { - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage", "Rank": 1, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Id": 1543 }, { - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage", "Rank": 2, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Id": 1544 }, { - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage", "Rank": 3, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Id": 1545 }, { - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "CommandName": "Set-PnPMasterPage", "Rank": 4, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Id": 1546 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", "Id": 1547 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", "Id": 1548 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1549 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", "Id": 1550 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", "Id": 1551 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1552 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", "Id": 1553 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", "Id": 1554 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1555 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", "Id": 1556 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", "Id": 1557 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1558 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", "Id": 1559 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", "Id": 1560 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1561 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", "Id": 1562 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", "Id": 1563 }, { - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1564 }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", "Id": 1565 }, { - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Id": 1566 }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 3, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", "Id": 1567 }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 4, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", "Id": 1568 }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 5, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", "Id": 1569 }, { - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 6, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Id": 1570 }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", "Id": 1571 }, { - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", "Id": 1572 }, { - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "CommandName": "Set-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Set-PnPOrgAssetsLibrary", + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Id": 1573 }, { - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", - "CommandName": "Set-PnPOrgAssetsLibrary", "Rank": 2, + "CommandName": "Set-PnPOrgAssetsLibrary", + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", "Id": 1574 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "CommandName": "Set-PnPPage", "Rank": 1, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", "Id": 1575 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "CommandName": "Set-PnPPage", "Rank": 2, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", "Id": 1576 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "CommandName": "Set-PnPPage", "Rank": 3, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", "Id": 1577 }, { - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "CommandName": "Set-PnPPage", "Rank": 4, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", "Id": 1578 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "CommandName": "Set-PnPPage", "Rank": 5, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", "Id": 1579 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", - "CommandName": "Set-PnPPage", "Rank": 6, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", "Id": 1580 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "CommandName": "Set-PnPPage", "Rank": 7, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", "Id": 1581 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", - "CommandName": "Set-PnPPage", "Rank": 8, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", "Id": 1582 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", - "CommandName": "Set-PnPPage", "Rank": 9, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", "Id": 1583 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", - "CommandName": "Set-PnPPage", "Rank": 10, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", "Id": 1584 }, { - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", - "CommandName": "Set-PnPPage", "Rank": 11, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", "Id": 1585 }, { - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", - "CommandName": "Set-PnPPage", "Rank": 12, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", "Id": 1586 }, { - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", - "CommandName": "Set-PnPPage", "Rank": 13, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", "Id": 1587 }, { - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "CommandName": "Set-PnPPageTextPart", "Rank": 1, + "CommandName": "Set-PnPPageTextPart", + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", "Id": 1588 }, { - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", - "CommandName": "Set-PnPPageWebPart", "Rank": 1, + "CommandName": "Set-PnPPageWebPart", + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", "Id": 1589 }, { - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", - "CommandName": "Set-PnPPageWebPart", "Rank": 2, + "CommandName": "Set-PnPPageWebPart", + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", "Id": 1590 }, { - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", - "CommandName": "Set-PnPPlannerBucket", "Rank": 1, + "CommandName": "Set-PnPPlannerBucket", + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", "Id": 1591 }, { - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "CommandName": "Set-PnPPlannerConfiguration", "Rank": 1, + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", "Id": 1592 }, { - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "CommandName": "Set-PnPPlannerConfiguration", "Rank": 2, + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", "Id": 1593 }, { - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "CommandName": "Set-PnPPlannerPlan", "Rank": 1, + "CommandName": "Set-PnPPlannerPlan", + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", "Id": 1594 }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "CommandName": "Set-PnPPlannerTask", "Rank": 1, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", "Id": 1595 }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "CommandName": "Set-PnPPlannerTask", "Rank": 2, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", "Id": 1596 }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "CommandName": "Set-PnPPlannerTask", "Rank": 3, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", "Id": 1597 }, { - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", - "CommandName": "Set-PnPPlannerTask", "Rank": 4, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", "Id": 1598 }, { - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPPlannerUserPolicy", "Rank": 1, + "CommandName": "Set-PnPPlannerUserPolicy", + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Id": 1599 }, { - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", - "CommandName": "Set-PnPPowerAppByPassConsent", "Rank": 1, + "CommandName": "Set-PnPPowerAppByPassConsent", + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", "Id": 1600 }, { - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", - "CommandName": "Set-PnPPowerAppByPassConsent", "Rank": 2, + "CommandName": "Set-PnPPowerAppByPassConsent", + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", "Id": 1601 }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "CommandName": "Set-PnPPropertyBagValue", "Rank": 1, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", "Id": 1602 }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "CommandName": "Set-PnPPropertyBagValue", "Rank": 2, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", "Id": 1603 }, { - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "CommandName": "Set-PnPPropertyBagValue", "Rank": 3, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", "Id": 1604 }, { - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 1, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", "Id": 1605 }, { - "Command": "Set-PnPRequestAccessEmails -Disabled", - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 2, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled", "Id": 1606 }, { - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 3, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", "Id": 1607 }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", - "CommandName": "Set-PnPRetentionLabel", "Rank": 1, + "CommandName": "Set-PnPRetentionLabel", + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", "Id": 1608 }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "CommandName": "Set-PnPRetentionLabel", "Rank": 2, + "CommandName": "Set-PnPRetentionLabel", + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", "Id": 1609 }, { - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", - "CommandName": "Set-PnPRetentionLabel", "Rank": 3, + "CommandName": "Set-PnPRetentionLabel", + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", "Id": 1610 }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "CommandName": "Set-PnPRoleDefinition", "Rank": 1, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", "Id": 1611 }, { - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "CommandName": "Set-PnPRoleDefinition", "Rank": 2, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", "Id": 1612 }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "CommandName": "Set-PnPRoleDefinition", "Rank": 3, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", "Id": 1613 }, { - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "CommandName": "Set-PnPRoleDefinition", "Rank": 4, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", "Id": 1614 }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 1, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config", "Id": 1615 }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 2, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", "Id": 1616 }, { - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 3, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Id": 1617 }, { - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "CommandName": "Set-PnPSearchConfiguration", "Rank": 4, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Id": 1618 }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", - "CommandName": "Set-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "Set-PnPSearchExternalConnection", + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", "Id": 1619 }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", - "CommandName": "Set-PnPSearchExternalConnection", "Rank": 2, + "CommandName": "Set-PnPSearchExternalConnection", + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", "Id": 1620 }, { - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "CommandName": "Set-PnPSearchExternalConnection", "Rank": 3, + "CommandName": "Set-PnPSearchExternalConnection", + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Id": 1621 }, { - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", - "CommandName": "Set-PnPSearchExternalItem", "Rank": 1, + "CommandName": "Set-PnPSearchExternalItem", + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", "Id": 1622 }, { - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPSearchExternalItem", "Rank": 2, + "CommandName": "Set-PnPSearchExternalItem", + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", "Id": 1623 }, { - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", - "CommandName": "Set-PnPSearchExternalSchema", "Rank": 1, + "CommandName": "Set-PnPSearchExternalSchema", + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", "Id": 1624 }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "CommandName": "Set-PnPSearchSettings", "Rank": 1, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", "Id": 1625 }, { - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "CommandName": "Set-PnPSearchSettings", "Rank": 2, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", "Id": 1626 }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "CommandName": "Set-PnPSearchSettings", "Rank": 3, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", "Id": 1627 }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "CommandName": "Set-PnPSearchSettings", "Rank": 4, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", "Id": 1628 }, { - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "CommandName": "Set-PnPSearchSettings", "Rank": 5, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", "Id": 1629 }, { - "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "CommandName": "Set-PnPSearchSettings", "Rank": 6, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Tenant", "Id": 1630 }, { - "Command": "Set-PnPSearchSettings -SearchScope Hub", - "CommandName": "Set-PnPSearchSettings", "Rank": 7, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Hub", "Id": 1631 }, { - "Command": "Set-PnPSite -Classification \"HBI\"", - "CommandName": "Set-PnPSite", "Rank": 1, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification \"HBI\"", "Id": 1632 }, { - "Command": "Set-PnPSite -Classification $null", - "CommandName": "Set-PnPSite", "Rank": 2, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification $null", "Id": 1633 }, { - "Command": "Set-PnPSite -DisableFlows", - "CommandName": "Set-PnPSite", "Rank": 3, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows", "Id": 1634 }, { - "Command": "Set-PnPSite -DisableFlows:$false", - "CommandName": "Set-PnPSite", "Rank": 4, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows:$false", "Id": 1635 }, { - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "CommandName": "Set-PnPSite", "Rank": 5, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", "Id": 1636 }, { - "Command": "Set-PnPSite -NoScriptSite $false", - "CommandName": "Set-PnPSite", "Rank": 6, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -NoScriptSite $false", "Id": 1637 }, { - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", - "CommandName": "Set-PnPSiteArchiveState", "Rank": 1, + "CommandName": "Set-PnPSiteArchiveState", + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", "Id": 1638 }, { - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", - "CommandName": "Set-PnPSiteArchiveState", "Rank": 2, + "CommandName": "Set-PnPSiteArchiveState", + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", "Id": 1639 }, { - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "CommandName": "Set-PnPSiteClassification", "Rank": 1, + "CommandName": "Set-PnPSiteClassification", + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", "Id": 1640 }, { - "Command": "Set-PnPSiteClosure -State Open", - "CommandName": "Set-PnPSiteClosure", "Rank": 1, + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Open", "Id": 1641 }, { - "Command": "Set-PnPSiteClosure -State Closed", - "CommandName": "Set-PnPSiteClosure", "Rank": 2, + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Closed", "Id": 1642 }, { - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "CommandName": "Set-PnPSiteDesign", "Rank": 1, + "CommandName": "Set-PnPSiteDesign", + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", "Id": 1643 }, { - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "CommandName": "Set-PnPSiteDesign", "Rank": 2, + "CommandName": "Set-PnPSiteDesign", + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Id": 1644 }, { - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", - "CommandName": "Set-PnPSiteDocumentIdPrefix", "Rank": 1, + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", "Id": 1645 }, { - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", - "CommandName": "Set-PnPSiteDocumentIdPrefix", "Rank": 2, + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", "Id": 1646 }, { - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", - "CommandName": "Set-PnPSiteGroup", "Rank": 1, + "CommandName": "Set-PnPSiteGroup", + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", "Id": 1647 }, { - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "CommandName": "Set-PnPSiteGroup", "Rank": 2, + "CommandName": "Set-PnPSiteGroup", + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", "Id": 1648 }, { - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "CommandName": "Set-PnPSitePolicy", "Rank": 1, + "CommandName": "Set-PnPSitePolicy", + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", "Id": 1649 }, { - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScript", "Rank": 1, + "CommandName": "Set-PnPSiteScript", + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Id": 1650 }, { - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "CommandName": "Set-PnPSiteScriptPackage", "Rank": 1, + "CommandName": "Set-PnPSiteScriptPackage", + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Id": 1651 }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 1, + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", "Id": 1652 }, { - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 2, + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", "Id": 1653 }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 1, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", "Id": 1654 }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 2, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", "Id": 1655 }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 3, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Id": 1656 }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 4, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Id": 1657 }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 5, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Id": 1658 }, { - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 6, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Id": 1659 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 1, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", "Id": 1660 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 2, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", "Id": 1661 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 3, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", "Id": 1662 }, { - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 4, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", "Id": 1663 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 5, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", "Id": 1664 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 6, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", "Id": 1665 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 7, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", "Id": 1666 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 8, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", "Id": 1667 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 9, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", "Id": 1668 }, { - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 10, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", "Id": 1669 }, { - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 11, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", "Id": 1670 }, { - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity", "Rank": 1, + "CommandName": "Set-PnPStorageEntity", + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Id": 1671 }, { - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "CommandName": "Set-PnPStorageEntity", "Rank": 2, + "CommandName": "Set-PnPStorageEntity", + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Id": 1672 }, { - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 1, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Id": 1673 }, { - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Id": 1674 }, { - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 1, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Id": 1675 }, { - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Id": 1676 }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 1, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", "Id": 1677 }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 2, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", "Id": 1678 }, { - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 3, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", "Id": 1679 }, { - "Command": "Set-PnPTeamifyPromptHidden", - "CommandName": "Set-PnPTeamifyPromptHidden", "Rank": 1, + "CommandName": "Set-PnPTeamifyPromptHidden", + "Command": "Set-PnPTeamifyPromptHidden", "Id": 1680 }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "CommandName": "Set-PnPTeamsChannel", "Rank": 1, + "CommandName": "Set-PnPTeamsChannel", + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", "Id": 1681 }, { - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "CommandName": "Set-PnPTeamsChannel", "Rank": 2, + "CommandName": "Set-PnPTeamsChannel", + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", "Id": 1682 }, { - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", - "CommandName": "Set-PnpTeamsChannelUser", "Rank": 1, + "CommandName": "Set-PnpTeamsChannelUser", + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", "Id": 1683 }, { - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "CommandName": "Set-PnpTeamsChannelUser", "Rank": 2, + "CommandName": "Set-PnpTeamsChannelUser", + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", "Id": 1684 }, { - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", - "CommandName": "Set-PnPTeamsTab", "Rank": 1, + "CommandName": "Set-PnPTeamsTab", + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", "Id": 1685 }, { - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", - "CommandName": "Set-PnPTeamsTag", "Rank": 1, + "CommandName": "Set-PnPTeamsTag", + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", "Id": 1686 }, { - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "CommandName": "Set-PnPTeamsTeam", "Rank": 1, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", "Id": 1687 }, { - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "CommandName": "Set-PnPTeamsTeam", "Rank": 2, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", "Id": 1688 }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "CommandName": "Set-PnPTeamsTeam", "Rank": 3, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", "Id": 1689 }, { - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "CommandName": "Set-PnPTeamsTeam", "Rank": 4, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", "Id": 1690 }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 1, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", "Id": 1691 }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 2, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", "Id": 1692 }, { - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 3, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", "Id": 1693 }, { - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPTeamsTeamPicture", "Rank": 1, + "CommandName": "Set-PnPTeamsTeamPicture", + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", "Id": 1694 }, { - "Command": "Set-PnPTemporarilyDisableAppBar $true", - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 1, + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $true", "Id": 1695 }, { - "Command": "Set-PnPTemporarilyDisableAppBar $false", - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 2, + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $false", "Id": 1696 }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", - "CommandName": "Set-PnPTenant", "Rank": 1, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", "Id": 1697 }, { - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "CommandName": "Set-PnPTenant", "Rank": 2, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", "Id": 1698 }, { - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "CommandName": "Set-PnPTenant", "Rank": 3, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", "Id": 1699 }, { - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "CommandName": "Set-PnPTenant", "Rank": 4, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", "Id": 1700 }, { - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", - "CommandName": "Set-PnPTenant", "Rank": 5, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", "Id": 1701 }, { - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", - "CommandName": "Set-PnPTenant", "Rank": 6, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", "Id": 1702 }, { - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "CommandName": "Set-PnPTenantAppCatalogUrl", "Rank": 1, + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", "Id": 1703 }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 1, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", "Id": 1704 }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 2, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", "Id": 1705 }, { - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 3, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", "Id": 1706 }, { - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", - "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 1, + "CommandName": "Set-PnPTenantCdnPolicy", + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", "Id": 1707 }, { - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 2, + "CommandName": "Set-PnPTenantCdnPolicy", + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", "Id": 1708 }, { - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", - "CommandName": "Set-PnPTenantPronounsSetting", "Rank": 1, + "CommandName": "Set-PnPTenantPronounsSetting", + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", "Id": 1709 }, { - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", - "CommandName": "Set-PnPTenantPronounsSetting", "Rank": 2, + "CommandName": "Set-PnPTenantPronounsSetting", + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", "Id": 1710 }, { - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", - "CommandName": "Set-PnPTenantRestrictedSearchMode", "Rank": 1, + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", "Id": 1711 }, { - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", - "CommandName": "Set-PnPTenantRestrictedSearchMode", "Rank": 2, + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", "Id": 1712 }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "CommandName": "Set-PnPTenantSite", "Rank": 1, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", "Id": 1713 }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "CommandName": "Set-PnPTenantSite", "Rank": 2, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", "Id": 1714 }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "CommandName": "Set-PnPTenantSite", "Rank": 3, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", "Id": 1715 }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "CommandName": "Set-PnPTenantSite", "Rank": 4, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Id": 1716 }, { - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "CommandName": "Set-PnPTenantSite", "Rank": 5, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", "Id": 1717 }, { - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 1, + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", "Id": 1718 }, { - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 2, + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", "Id": 1719 }, { - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "CommandName": "Set-PnPTerm", "Rank": 1, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", "Id": 1720 }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm", "Rank": 2, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Id": 1721 }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "CommandName": "Set-PnPTerm", "Rank": 3, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", "Id": 1722 }, { - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", - "CommandName": "Set-PnPTerm", "Rank": 4, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", "Id": 1723 }, { - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "CommandName": "Set-PnPTermGroup", "Rank": 1, + "CommandName": "Set-PnPTermGroup", + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", "Id": 1724 }, { - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "CommandName": "Set-PnPTermGroup", "Rank": 2, + "CommandName": "Set-PnPTermGroup", + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Id": 1725 }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "CommandName": "Set-PnPTermSet", "Rank": 1, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", "Id": 1726 }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "CommandName": "Set-PnPTermSet", "Rank": 2, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", "Id": 1727 }, { - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "CommandName": "Set-PnPTermSet", "Rank": 3, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", "Id": 1728 }, { - "Command": "Set-PnPTheme", - "CommandName": "Set-PnPTheme", "Rank": 1, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme", "Id": 1729 }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "CommandName": "Set-PnPTheme", "Rank": 2, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", "Id": 1730 }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "CommandName": "Set-PnPTheme", "Rank": 3, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", "Id": 1731 }, { - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "CommandName": "Set-PnPTheme", "Rank": 4, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", "Id": 1732 }, { - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "CommandName": "Set-PnPUserOneDriveQuota", "Rank": 1, + "CommandName": "Set-PnPUserOneDriveQuota", + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", "Id": 1733 }, { - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", - "CommandName": "Set-PnPUserProfilePhoto", "Rank": 1, + "CommandName": "Set-PnPUserProfilePhoto", + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", "Id": 1734 }, { - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "CommandName": "Set-PnPUserProfileProperty", "Rank": 1, + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", "Id": 1735 }, { - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "CommandName": "Set-PnPUserProfileProperty", "Rank": 2, + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", "Id": 1736 }, { - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", - "CommandName": "Set-PnPView", "Rank": 1, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", "Id": 1737 }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", - "CommandName": "Set-PnPView", "Rank": 2, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", "Id": 1738 }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", - "CommandName": "Set-PnPView", "Rank": 3, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", "Id": 1739 }, { - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", - "CommandName": "Set-PnPView", "Rank": 4, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", "Id": 1740 }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", "Id": 1741 }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 2, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", "Id": 1742 }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 3, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", "Id": 1743 }, { - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 4, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", "Id": 1744 }, { - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", - "CommandName": "Set-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "Set-PnPVivaEngageCommunity", + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", "Id": 1745 }, { - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", - "CommandName": "Set-PnPVivaEngageCommunity", "Rank": 2, + "CommandName": "Set-PnPVivaEngageCommunity", + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", "Id": 1746 }, { - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "CommandName": "Set-PnPWeb", "Rank": 1, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", "Id": 1747 }, { - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "CommandName": "Set-PnPWeb", "Rank": 2, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", "Id": 1748 }, { - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "CommandName": "Set-PnPWeb", "Rank": 3, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", "Id": 1749 }, { - "Command": "Set-PnPWeb -NoCrawl:$true", - "CommandName": "Set-PnPWeb", "Rank": 4, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -NoCrawl:$true", "Id": 1750 }, { - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "CommandName": "Set-PnPWebHeader", "Rank": 1, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", "Id": 1751 }, { - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "CommandName": "Set-PnPWebHeader", "Rank": 2, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", "Id": 1752 }, { - "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "CommandName": "Set-PnPWebHeader", "Rank": 3, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -LogoAlignment Middle", "Id": 1753 }, { - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", - "CommandName": "Set-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Set-PnPWebhookSubscription", + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", "Id": 1754 }, { - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "CommandName": "Set-PnPWebhookSubscription", "Rank": 2, + "CommandName": "Set-PnPWebhookSubscription", + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Id": 1755 }, { - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", - "CommandName": "Set-PnPWebPartProperty", "Rank": 1, + "CommandName": "Set-PnPWebPartProperty", + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", "Id": 1756 }, { - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission", "Rank": 1, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", "Id": 1757 }, { - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission", "Rank": 2, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", "Id": 1758 }, { - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "CommandName": "Set-PnPWebPermission", "Rank": 3, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", "Id": 1759 }, { - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", - "CommandName": "Set-PnPWebPermission", "Rank": 4, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", "Id": 1760 }, { - "Command": "Set-PnPWebTheme -Theme MyTheme", - "CommandName": "Set-PnPWebTheme", "Rank": 1, + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme MyTheme", "Id": 1761 }, { - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "CommandName": "Set-PnPWebTheme", "Rank": 2, + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", "Id": 1762 }, { - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "CommandName": "Set-PnPWikiPageContent", "Rank": 1, + "CommandName": "Set-PnPWikiPageContent", + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", "Id": 1763 }, { - "Command": "Start-PnPEnterpriseAppInsightsReport", - "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Rank": 1, + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Command": "Start-PnPEnterpriseAppInsightsReport", "Id": 1764 }, { - "Command": "Start-PnPEnterpriseAppInsightsReport 28", - "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Rank": 2, + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Command": "Start-PnPEnterpriseAppInsightsReport 28", "Id": 1765 }, { - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", - "CommandName": "Start-PnPTraceLog", "Rank": 1, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", "Id": 1766 }, { - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", - "CommandName": "Start-PnPTraceLog", "Rank": 2, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", "Id": 1767 }, { - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", - "CommandName": "Start-PnPTraceLog", "Rank": 3, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", "Id": 1768 }, { - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", - "CommandName": "Start-PnPTraceLog", "Rank": 4, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", "Id": 1769 }, { - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "CommandName": "Stop-PnPFlowRun", "Rank": 1, + "CommandName": "Stop-PnPFlowRun", + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Id": 1770 }, { - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", - "CommandName": "Stop-PnPFlowRun", "Rank": 2, + "CommandName": "Stop-PnPFlowRun", + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", "Id": 1771 }, { - "Command": "Stop-PnPTraceLog", - "CommandName": "Stop-PnPTraceLog", "Rank": 1, + "CommandName": "Stop-PnPTraceLog", + "Command": "Stop-PnPTraceLog", "Id": 1772 }, { - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", - "CommandName": "Stop-PnPTraceLog", "Rank": 2, + "CommandName": "Stop-PnPTraceLog", + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", "Id": 1773 }, { - "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "CommandName": "Submit-PnPSearchQuery", "Rank": 1, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"finance\"", "Id": 1774 }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "CommandName": "Submit-PnPSearchQuery", "Rank": 2, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", "Id": 1775 }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "CommandName": "Submit-PnPSearchQuery", "Rank": 3, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", "Id": 1776 }, { - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "CommandName": "Submit-PnPSearchQuery", "Rank": 4, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", "Id": 1777 }, { - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "CommandName": "Submit-PnPSearchQuery", "Rank": 5, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", "Id": 1778 }, { - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", - "CommandName": "Submit-PnPSearchQuery", "Rank": 6, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", "Id": 1779 }, { - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 1, + "CommandName": "Submit-PnPTeamsChannelMessage", + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", "Id": 1780 }, { - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", - "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 2, + "CommandName": "Submit-PnPTeamsChannelMessage", + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", "Id": 1781 }, { - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Sync-PnPAppToTeams", "Rank": 1, + "CommandName": "Sync-PnPAppToTeams", + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1782 }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 1, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", "Id": 1783 }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 2, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", "Id": 1784 }, { - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 3, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", "Id": 1785 }, { - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "CommandName": "Test-PnPListItemIsRecord", "Rank": 1, + "CommandName": "Test-PnPListItemIsRecord", + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", "Id": 1786 }, { - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Rank": 1, + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", "Id": 1787 }, { - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "CommandName": "Test-PnPSite", "Rank": 1, + "CommandName": "Test-PnPSite", + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Id": 1788 }, { - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "CommandName": "Test-PnPSite", "Rank": 2, + "CommandName": "Test-PnPSite", + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Id": 1789 }, { - "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "CommandName": "Test-PnPTenantTemplate", "Rank": 1, + "CommandName": "Test-PnPTenantTemplate", + "Command": "Test-PnPTenantTemplate -Template $myTemplate", "Id": 1790 }, { - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "CommandName": "Undo-PnPFileCheckedOut", "Rank": 1, + "CommandName": "Undo-PnPFileCheckedOut", + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", "Id": 1791 }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Uninstall-PnPApp", "Rank": 1, + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1792 }, { - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Uninstall-PnPApp", "Rank": 2, + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1793 }, { - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Rank": 1, + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", "Id": 1794 }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Unpublish-PnPApp", "Rank": 1, + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1795 }, { - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Unpublish-PnPApp", "Rank": 2, + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1796 }, { - "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "CommandName": "Unpublish-PnPContentType", "Rank": 1, + "CommandName": "Unpublish-PnPContentType", + "Command": "Unpublish-PnPContentType -ContentType 0x0101", "Id": 1797 }, { - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "CommandName": "Unpublish-PnPSyntexModel", "Rank": 1, + "CommandName": "Unpublish-PnPSyntexModel", + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Id": 1798 }, { - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "CommandName": "Unpublish-PnPSyntexModel", "Rank": 2, + "CommandName": "Unpublish-PnPSyntexModel", + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Id": 1799 }, { - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "CommandName": "Unregister-PnPHubSite", "Rank": 1, + "CommandName": "Unregister-PnPHubSite", + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Id": 1800 }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "CommandName": "Update-PnPApp", "Rank": 1, + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1801 }, { - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "CommandName": "Update-PnPApp", "Rank": 2, + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1802 }, { - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Id": 1803 }, { - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 2, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", "Id": 1804 }, { - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 3, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", "Id": 1805 }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 1, + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", "Id": 1806 }, { - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 2, + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Id": 1807 }, { - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 3, + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", "Id": 1808 }, { - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", - "CommandName": "Update-PnPTeamsApp", "Rank": 1, + "CommandName": "Update-PnPTeamsApp", + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", "Id": 1809 }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "CommandName": "Update-PnPTeamsUser", "Rank": 1, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Id": 1810 }, { - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "CommandName": "Update-PnPTeamsUser", "Rank": 2, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Id": 1811 }, { - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", - "CommandName": "Update-PnPTeamsUser", "Rank": 3, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", "Id": 1812 }, { - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", - "CommandName": "Update-PnPTodoList", "Rank": 1, + "CommandName": "Update-PnPTodoList", + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", "Id": 1813 }, { - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", - "CommandName": "Update-PnPTodoList", "Rank": 2, + "CommandName": "Update-PnPTodoList", + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", "Id": 1814 }, { - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "CommandName": "Update-PnPUserType", "Rank": 1, + "CommandName": "Update-PnPUserType", + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", "Id": 1815 }, { - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "CommandName": "Use-PnPBrandCenterFontPackage", "Rank": 1, + "CommandName": "Use-PnPBrandCenterFontPackage", + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Id": 1816 }, { - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", - "CommandName": "Use-PnPBrandCenterFontPackage", "Rank": 2, + "CommandName": "Use-PnPBrandCenterFontPackage", + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", "Id": 1817 }, { - "Command": "Write-PnPTraceLog \"Hello World\"", - "CommandName": "Write-PnPTraceLog", "Rank": 1, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\"", "Id": 1818 }, { - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", - "CommandName": "Write-PnPTraceLog", "Rank": 2, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", "Id": 1819 }, { - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", - "CommandName": "Write-PnPTraceLog", "Rank": 3, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", "Id": 1820 }, { - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", - "CommandName": "Write-PnPTraceLog", "Rank": 4, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", "Id": 1821 } ] diff --git a/version.json b/version.json index f124d7482..17d07d734 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.117", - "Message": "" + "Message": "", + "Version": "3.1.118" } \ No newline at end of file diff --git a/version.txt b/version.txt index 5f9d74500..11a31f9bd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.117 \ No newline at end of file +3.1.118 \ No newline at end of file From 7a063776a714eb54140f52d7264ef0c82b0a7c84 Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Wed, 13 Aug 2025 14:21:39 +0100 Subject: [PATCH 23/78] Add property AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled to the set-pnptenantsite and get-pnptenantsite (#5050) * fix for bug #4943 * fix for bug 4827 * refactor code * push updates --------- Co-authored-by: Gautam Sheth --- documentation/Set-PnPTenantSite.md | 14 ++++++++++++++ src/Commands/Admin/SetTenantSite.cs | 9 +++++++++ src/Commands/Model/SPOSite.cs | 2 ++ 3 files changed, 25 insertions(+) diff --git a/documentation/Set-PnPTenantSite.md b/documentation/Set-PnPTenantSite.md index d819a825a..19d7c52cd 100644 --- a/documentation/Set-PnPTenantSite.md +++ b/documentation/Set-PnPTenantSite.md @@ -43,6 +43,7 @@ Set-PnPTenantSite [-Identity] [-Title ] [-LocaleId ] [- [-RequestFilesLinkExpirationInDays ] [-RequestFilesLinkEnabled ] [-OverrideSharingCapability ] [-RestrictedAccessControl ] [-ClearRestrictedAccessControl ] [-RestrictedAccessControlGroups ] [-AddRestrictedAccessControlGroups ] [-RemoveRestrictedAccessControlGroups ][-InheritVersionPolicyFromTenant ] + [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-Wait] [-Connection ] ``` @@ -986,6 +987,19 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled +Enables or disables adding and updating web property bag values when the DenyAddAndCustomizePages is enabled. + +```yaml +Type: Boolean +Parameter Sets: Set Properties + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` ### -Wait Wait for the operation to complete diff --git a/src/Commands/Admin/SetTenantSite.cs b/src/Commands/Admin/SetTenantSite.cs index 3cb89c009..e7c2852bb 100644 --- a/src/Commands/Admin/SetTenantSite.cs +++ b/src/Commands/Admin/SetTenantSite.cs @@ -223,6 +223,9 @@ public class SetTenantSite : PnPSharePointOnlineAdminCmdlet [Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)] public bool RequestFilesLinkEnabled; + [Parameter(Mandatory = false, ParameterSetName = ParameterSet_PROPERTIES)] + public bool AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled; + [Parameter(Mandatory = false)] public SwitchParameter Wait; @@ -668,6 +671,12 @@ private void SetSiteProperties(Func timeoutFunctio updateRequired = true; } + if (ParameterSpecified(nameof(AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled))) + { + props.AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled = AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled; + updateRequired = true; + } + if (updateRequired) { var op = props.Update(); diff --git a/src/Commands/Model/SPOSite.cs b/src/Commands/Model/SPOSite.cs index 5a5f703a6..830c2bdc0 100644 --- a/src/Commands/Model/SPOSite.cs +++ b/src/Commands/Model/SPOSite.cs @@ -103,6 +103,7 @@ public class SPOSite public bool ReadOnlyForUnmanagedDevices { get; set; } public SiteUserInfoVisibilityPolicyValue OverrideBlockUserInfoVisibility { get; set; } public bool OverrideSharingCapability { get; set; } + public bool AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled { get; set; } #endregion @@ -200,6 +201,7 @@ public SPOSite(SiteProperties props, bool? disableSharingForNonOwnersStatus) ReadOnlyForUnmanagedDevices = props.ReadOnlyForUnmanagedDevices; OverrideSharingCapability = props.OverrideSharingCapability; OverrideBlockUserInfoVisibility = props.OverrideBlockUserInfoVisibility; + AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled = props.AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled; } } } \ No newline at end of file From 9ba52692cd560019e3414dcf3b32a9bc472b5729 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Thu, 14 Aug 2025 03:03:44 +0000 Subject: [PATCH 24/78] Nightly publish to PowerShell Gallery --- dependencies.json | 8 +- .../PnP.PowerShell.Suggestions.nightly.json | 7284 ++++++++--------- version.json | 2 +- version.txt | 2 +- 4 files changed, 3648 insertions(+), 3648 deletions(-) diff --git a/dependencies.json b/dependencies.json index 535e27f4d..205d26504 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250813-030136", - "PnPPowerShell": "ddb9d70897c7598c03c0087088381b8a0b34db93", - "PnPFramework": "68e825642219bd4328469944e8c4f9289cf56ebe", - "PnPCore": "3ed732052fa9ce1908ae882a3740ed1981999606" + "Updated": "20250814-030209", + "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", + "PnPFramework": "47ab3c858a8bf0bebfa8f0b741fafcc66ea00c1b", + "PnPCore": "9033a35981b0225f289b618fd901574656959fae" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index c50ba911b..85970f36b 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { "Rank": 1, + "Id": 1, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -List \"Demo List\"", - "Id": 1 + "Command": "Add-PnPAlert -List \"Demo List\"" }, { "Rank": 2, + "Id": 2, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", - "Id": 2 + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { "Rank": 3, + "Id": 3, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 3 + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Rank": 4, + "Id": 4, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", - "Id": 4 + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { "Rank": 1, + "Id": 5, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg", - "Id": 5 + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { "Rank": 2, + "Id": 6, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", - "Id": 6 + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { "Rank": 3, + "Id": 7, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", - "Id": 7 + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { "Rank": 4, + "Id": 8, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", - "Id": 8 + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { "Rank": 1, + "Id": 9, "CommandName": "Add-PnPApplicationCustomizer", - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", - "Id": 9 + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { "Rank": 1, + "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", - "Id": 10 + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { "Rank": 2, + "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", - "Id": 11 + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { "Rank": 1, + "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 12 + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 13, "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 13 + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 3, + "Id": 14, "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Id": 14 + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { "Rank": 1, + "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 15 + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 16, "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 16 + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 3, + "Id": 17, "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", - "Id": 17 + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { "Rank": 1, + "Id": 18, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", - "Id": 18 + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { "Rank": 2, + "Id": 19, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", - "Id": 19 + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { "Rank": 1, + "Id": 20, "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", - "Id": 20 + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { "Rank": 2, + "Id": 21, "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", - "Id": 21 + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { "Rank": 1, + "Id": 22, "CommandName": "Add-PnPBrandCenterFontPackage", - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", - "Id": 22 + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { "Rank": 1, + "Id": 23, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", - "Id": 23 + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { "Rank": 2, + "Id": 24, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", - "Id": 24 + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { "Rank": 3, + "Id": 25, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", - "Id": 25 + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { "Rank": 4, + "Id": 26, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\"", - "Id": 26 + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { "Rank": 5, + "Id": 27, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", - "Id": 27 + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { "Rank": 1, + "Id": 28, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", - "Id": 28 + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { "Rank": 2, + "Id": 29, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", - "Id": 29 + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { "Rank": 1, + "Id": 30, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "Id": 30 + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Rank": 2, + "Id": 31, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Id": 31 + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Rank": 1, + "Id": 32, "CommandName": "Add-PnPContentTypeToList", - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", - "Id": 32 + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { "Rank": 1, + "Id": 33, "CommandName": "Add-PnPCustomAction", - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Id": 33 + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Rank": 1, + "Id": 34, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", - "Id": 34 + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { "Rank": 2, + "Id": 35, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", - "Id": 35 + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { "Rank": 1, + "Id": 36, "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", - "Id": 36 + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { "Rank": 2, + "Id": 37, "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", - "Id": 37 + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { "Rank": 1, + "Id": 38, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", - "Id": 38 + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { "Rank": 2, + "Id": 39, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", - "Id": 39 + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { "Rank": 3, + "Id": 40, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", - "Id": 40 + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { "Rank": 4, + "Id": 41, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", - "Id": 41 + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { "Rank": 1, + "Id": 42, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", - "Id": 42 + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { "Rank": 2, + "Id": 43, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", - "Id": 43 + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { "Rank": 3, + "Id": 44, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", - "Id": 44 + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { "Rank": 4, + "Id": 45, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", - "Id": 45 + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { "Rank": 5, + "Id": 46, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", - "Id": 46 + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { "Rank": 6, + "Id": 47, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", - "Id": 47 + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { "Rank": 1, + "Id": 48, "CommandName": "Add-PnPFieldToContentType", - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "Id": 48 + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Rank": 1, + "Id": 49, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", - "Id": 49 + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { "Rank": 2, + "Id": 50, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", - "Id": 50 + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { "Rank": 3, + "Id": 51, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", - "Id": 51 + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { "Rank": 4, + "Id": 52, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", - "Id": 52 + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { "Rank": 5, + "Id": 53, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", - "Id": 53 + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { "Rank": 6, + "Id": 54, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", - "Id": 54 + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { "Rank": 7, + "Id": 55, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", - "Id": 55 + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { "Rank": 8, + "Id": 56, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", - "Id": 56 + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { "Rank": 1, + "Id": 57, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 57 + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Rank": 2, + "Id": 58, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", - "Id": 58 + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { "Rank": 3, + "Id": 59, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", - "Id": 59 + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { "Rank": 1, + "Id": 60, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 60 + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Rank": 2, + "Id": 61, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", - "Id": 61 + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { "Rank": 1, + "Id": 62, "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Id": 62 + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { "Rank": 2, + "Id": 63, "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", - "Id": 63 + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { "Rank": 1, + "Id": 64, "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Id": 64 + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { "Rank": 2, + "Id": 65, "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Id": 65 + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { "Rank": 3, + "Id": 66, "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Id": 66 + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { "Rank": 1, + "Id": 67, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", - "Id": 67 + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { "Rank": 2, + "Id": 68, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", - "Id": 68 + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { "Rank": 3, + "Id": 69, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", - "Id": 69 + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { "Rank": 4, + "Id": 70, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", - "Id": 70 + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { "Rank": 5, + "Id": 71, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", - "Id": 71 + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { "Rank": 1, + "Id": 72, "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 72 + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 73, "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 73 + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 74, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", - "Id": 74 + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { "Rank": 2, + "Id": 75, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", - "Id": 75 + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { "Rank": 3, + "Id": 76, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", - "Id": 76 + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { "Rank": 4, + "Id": 77, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", - "Id": 77 + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { "Rank": 1, + "Id": 78, "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "Id": 78 + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Rank": 2, + "Id": 79, "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", - "Id": 79 + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { "Rank": 3, + "Id": 80, "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", - "Id": 80 + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { "Rank": 1, + "Id": 81, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 81 + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Rank": 2, + "Id": 82, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", - "Id": 82 + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { "Rank": 3, + "Id": 83, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", - "Id": 83 + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { "Rank": 1, + "Id": 84, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 84 + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Rank": 2, + "Id": 85, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", - "Id": 85 + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { "Rank": 1, + "Id": 86, "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", - "Id": 86 + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { "Rank": 2, + "Id": 87, "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", - "Id": 87 + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { "Rank": 3, + "Id": 88, "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", - "Id": 88 + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { "Rank": 1, + "Id": 89, "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 89 + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 90, "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 90 + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 91, "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "Id": 91 + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Rank": 2, + "Id": 92, "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", - "Id": 92 + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { "Rank": 1, + "Id": 93, "CommandName": "Add-PnPHomeSite", - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "Id": 93 + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Rank": 1, + "Id": 94, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Id": 94 + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Rank": 1, + "Id": 95, "CommandName": "Add-PnPHubSiteAssociation", - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", - "Id": 95 + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { "Rank": 1, + "Id": 96, "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", - "Id": 96 + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { "Rank": 2, + "Id": 97, "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", - "Id": 97 + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { "Rank": 3, + "Id": 98, "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", - "Id": 98 + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { "Rank": 1, + "Id": 99, "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", - "Id": 99 + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { "Rank": 2, + "Id": 100, "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", - "Id": 100 + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { "Rank": 1, + "Id": 101, "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", - "Id": 101 + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { "Rank": 2, + "Id": 102, "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", - "Id": 102 + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { "Rank": 1, + "Id": 103, "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", - "Id": 103 + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { "Rank": 2, + "Id": 104, "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", - "Id": 104 + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { "Rank": 1, + "Id": 105, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", - "Id": 105 + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { "Rank": 2, + "Id": 106, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", - "Id": 106 + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { "Rank": 3, + "Id": 107, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", - "Id": 107 + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { "Rank": 1, + "Id": 108, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 108 + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 2, + "Id": 109, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 109 + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 3, + "Id": 110, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", - "Id": 110 + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { "Rank": 4, + "Id": 111, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", - "Id": 111 + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { "Rank": 5, + "Id": 112, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", - "Id": 112 + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { "Rank": 1, + "Id": 113, "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", - "Id": 113 + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { "Rank": 2, + "Id": 114, "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", - "Id": 114 + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { "Rank": 3, + "Id": 115, "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", - "Id": 115 + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { "Rank": 1, + "Id": 116, "CommandName": "Add-PnPListItemComment", - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", - "Id": 116 + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { "Rank": 1, + "Id": 117, "CommandName": "Add-PnPMasterPage", - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", - "Id": 117 + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { "Rank": 1, + "Id": 118, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 118 + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 119, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 119 + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, + "Id": 120, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 120 + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 121, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", - "Id": 121 + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Rank": 1, + "Id": 122, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", - "Id": 122 + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { "Rank": 2, + "Id": 123, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", - "Id": 123 + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { "Rank": 3, + "Id": 124, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", - "Id": 124 + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { "Rank": 1, + "Id": 125, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", - "Id": 125 + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { "Rank": 2, + "Id": 126, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", - "Id": 126 + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { "Rank": 3, + "Id": 127, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", - "Id": 127 + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { "Rank": 4, + "Id": 128, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", - "Id": 128 + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { "Rank": 5, + "Id": 129, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", - "Id": 129 + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { "Rank": 6, + "Id": 130, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", - "Id": 130 + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { "Rank": 7, + "Id": 131, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", - "Id": 131 + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { "Rank": 8, + "Id": 132, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", - "Id": 132 + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { "Rank": 1, + "Id": 133, "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", - "Id": 133 + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { "Rank": 2, + "Id": 134, "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "Id": 134 + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Rank": 3, + "Id": 135, "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", - "Id": 135 + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { "Rank": 1, + "Id": 136, "CommandName": "Add-PnPOrgNewsSite", - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", - "Id": 136 + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { "Rank": 1, + "Id": 137, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\"", - "Id": 137 + "Command": "Add-PnPPage -Name \"NewPage\"" }, { "Rank": 2, + "Id": 138, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", - "Id": 138 + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { "Rank": 3, + "Id": 139, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", - "Id": 139 + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { "Rank": 4, + "Id": 140, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", - "Id": 140 + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { "Rank": 5, + "Id": 141, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", - "Id": 141 + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { "Rank": 6, + "Id": 142, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", - "Id": 142 + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { "Rank": 7, + "Id": 143, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", - "Id": 143 + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Rank": 8, + "Id": 144, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", - "Id": 144 + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { "Rank": 9, + "Id": 145, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", - "Id": 145 + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Rank": 10, + "Id": 146, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Id": 146 + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Rank": 1, + "Id": 147, "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", - "Id": 147 + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { "Rank": 2, + "Id": 148, "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", - "Id": 148 + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { "Rank": 1, + "Id": 149, "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", - "Id": 149 + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { "Rank": 2, + "Id": 150, "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", - "Id": 150 + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { "Rank": 1, + "Id": 151, "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", - "Id": 151 + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { "Rank": 2, + "Id": 152, "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", - "Id": 152 + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { "Rank": 3, + "Id": 153, "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", - "Id": 153 + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { "Rank": 1, + "Id": 154, "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", - "Id": 154 + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { "Rank": 2, + "Id": 155, "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", - "Id": 155 + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { "Rank": 3, + "Id": 156, "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", - "Id": 156 + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { "Rank": 1, + "Id": 157, "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", - "Id": 157 + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { "Rank": 2, + "Id": 158, "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", - "Id": 158 + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { "Rank": 1, + "Id": 159, "CommandName": "Add-PnPPlannerRoster", - "Command": "Add-PnPPlannerRoster", - "Id": 159 + "Command": "Add-PnPPlannerRoster" }, { "Rank": 1, + "Id": 160, "CommandName": "Add-PnPPlannerRosterMember", - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 160 + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 161, "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Id": 161 + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Rank": 2, + "Id": 162, "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Id": 162 + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Rank": 3, + "Id": 163, "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", - "Id": 163 + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Rank": 1, + "Id": 164, "CommandName": "Add-PnPPublishingImageRendition", - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "Id": 164 + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Rank": 1, + "Id": 165, "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", - "Id": 165 + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { "Rank": 2, + "Id": 166, "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", - "Id": 166 + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { "Rank": 1, + "Id": 167, "CommandName": "Add-PnPPublishingPageLayout", - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", - "Id": 167 + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Rank": 1, + "Id": 168, "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", - "Id": 168 + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { "Rank": 2, + "Id": 169, "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", - "Id": 169 + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { "Rank": 3, + "Id": 170, "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", - "Id": 170 + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { "Rank": 1, + "Id": 171, "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "Id": 171 + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 172, "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 172 + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 3, + "Id": 173, "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", - "Id": 173 + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 174, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog", - "Id": 174 + "Command": "Add-PnPSiteCollectionAppCatalog" }, { "Rank": 2, + "Id": 175, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "Id": 175 + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Rank": 1, + "Id": 176, "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", - "Id": 176 + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { "Rank": 2, + "Id": 177, "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", - "Id": 177 + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { "Rank": 3, + "Id": 178, "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "Id": 178 + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { "Rank": 1, + "Id": 179, "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", - "Id": 179 + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { "Rank": 2, + "Id": 180, "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "Id": 180 + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Rank": 3, + "Id": 181, "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", - "Id": 181 + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { "Rank": 1, + "Id": 182, "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", - "Id": 182 + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Rank": 2, + "Id": 183, "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Id": 183 + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Rank": 1, + "Id": 184, "CommandName": "Add-PnPSiteScript", - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", - "Id": 184 + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { "Rank": 1, + "Id": 185, "CommandName": "Add-PnPSiteScriptPackage", - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", - "Id": 185 + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { "Rank": 1, + "Id": 186, "CommandName": "Add-PnPSiteTemplate", - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", - "Id": 186 + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { "Rank": 1, + "Id": 187, "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", - "Id": 187 + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { "Rank": 2, + "Id": 188, "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Id": 188 + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Rank": 3, + "Id": 189, "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", - "Id": 189 + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { "Rank": 1, + "Id": 190, "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", - "Id": 190 + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { "Rank": 2, + "Id": 191, "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", - "Id": 191 + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { "Rank": 1, + "Id": 192, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", - "Id": 192 + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { "Rank": 2, + "Id": 193, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", - "Id": 193 + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { "Rank": 3, + "Id": 194, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", - "Id": 194 + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { "Rank": 4, + "Id": 195, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", - "Id": 195 + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { "Rank": 1, + "Id": 196, "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", - "Id": 196 + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { "Rank": 2, + "Id": 197, "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", - "Id": 197 + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { "Rank": 1, + "Id": 198, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", - "Id": 198 + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { "Rank": 2, + "Id": 199, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", - "Id": 199 + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { "Rank": 3, + "Id": 200, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", - "Id": 200 + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { "Rank": 4, + "Id": 201, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", - "Id": 201 + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { "Rank": 1, + "Id": 202, "CommandName": "Add-PnPTeamsTeam", - "Command": "Add-PnPTeamsTeam", - "Id": 202 + "Command": "Add-PnPTeamsTeam" }, { "Rank": 1, + "Id": 203, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 203 + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 2, + "Id": 204, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "Id": 204 + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Rank": 3, + "Id": 205, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", - "Id": 205 + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { "Rank": 4, + "Id": 206, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", - "Id": 206 + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { "Rank": 1, + "Id": 207, "CommandName": "Add-PnPTenantCdnOrigin", - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "Id": 207 + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Rank": 1, + "Id": 208, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "Id": 208 + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { "Rank": 2, + "Id": 209, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Id": 209 + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { "Rank": 3, + "Id": 210, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Id": 210 + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { "Rank": 1, + "Id": 211, "CommandName": "Add-PnPTenantSequence", - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", - "Id": 211 + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { "Rank": 1, + "Id": 212, "CommandName": "Add-PnPTenantSequenceSite", - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", - "Id": 212 + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { "Rank": 1, + "Id": 213, "CommandName": "Add-PnPTenantSequenceSubSite", - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", - "Id": 213 + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { "Rank": 1, + "Id": 214, "CommandName": "Add-PnPTermToTerm", - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", - "Id": 214 + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { "Rank": 1, + "Id": 215, "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", - "Id": 215 + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { "Rank": 2, + "Id": 216, "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", - "Id": 216 + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { "Rank": 3, + "Id": 217, "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", - "Id": 217 + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { "Rank": 1, + "Id": 218, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 218 + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Rank": 2, + "Id": 219, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 219 + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Rank": 3, + "Id": 220, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", - "Id": 220 + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Rank": 1, + "Id": 221, "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", - "Id": 221 + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Rank": 2, + "Id": 222, "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "Id": 222 + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Rank": 3, + "Id": 223, "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", - "Id": 223 + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { "Rank": 1, + "Id": 224, "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", - "Id": 224 + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { "Rank": 2, + "Id": 225, "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", - "Id": 225 + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { "Rank": 1, + "Id": 226, "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", - "Id": 226 + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { "Rank": 2, + "Id": 227, "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", - "Id": 227 + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { "Rank": 1, + "Id": 228, "CommandName": "Add-PnPWikiPage", - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", - "Id": 228 + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { "Rank": 1, + "Id": 229, "CommandName": "Clear-PnPAzureADGroupMember", - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", - "Id": 229 + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { "Rank": 1, + "Id": 230, "CommandName": "Clear-PnPAzureADGroupOwner", - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", - "Id": 230 + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { "Rank": 1, + "Id": 231, "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", - "Id": 231 + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { "Rank": 2, + "Id": 232, "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", - "Id": 232 + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { "Rank": 1, + "Id": 233, "CommandName": "Clear-PnPListItemAsRecord", - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "Id": 233 + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Rank": 1, + "Id": 234, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", - "Id": 234 + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { "Rank": 1, + "Id": 235, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", - "Id": 235 + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { "Rank": 1, + "Id": 236, "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "Id": 236 + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Rank": 2, + "Id": 237, "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", - "Id": 237 + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { "Rank": 3, + "Id": 238, "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", - "Id": 238 + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { "Rank": 1, + "Id": 239, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Command": "Clear-PnPTenantAppCatalogUrl", - "Id": 239 + "Command": "Clear-PnPTenantAppCatalogUrl" }, { "Rank": 1, + "Id": 240, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 240 + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, + "Id": 241, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Id": 241 + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Rank": 1, + "Id": 242, "CommandName": "Clear-PnPTraceLog", - "Command": "Clear-PnPTraceLog", - "Id": 242 + "Command": "Clear-PnPTraceLog" }, { "Rank": 1, + "Id": 243, "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", - "Id": 243 + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { "Rank": 1, + "Id": 244, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", - "Id": 244 + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { "Rank": 2, + "Id": 245, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", - "Id": 245 + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { "Rank": 3, + "Id": 246, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", - "Id": 246 + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { "Rank": 4, + "Id": 247, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", - "Id": 247 + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { "Rank": 5, + "Id": 248, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", - "Id": 248 + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { "Rank": 6, + "Id": 249, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", - "Id": 249 + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { "Rank": 7, + "Id": 250, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", - "Id": 250 + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { "Rank": 1, + "Id": 251, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", - "Id": 251 + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { "Rank": 2, + "Id": 252, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", - "Id": 252 + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { "Rank": 1, + "Id": 253, "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml", - "Id": 253 + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { "Rank": 2, + "Id": 254, "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", - "Id": 254 + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { "Rank": 3, + "Id": 255, "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", - "Id": 255 + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { "Rank": 1, + "Id": 256, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", - "Id": 256 + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { "Rank": 2, + "Id": 257, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", - "Id": 257 + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { "Rank": 1, + "Id": 258, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", - "Id": 258 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { "Rank": 2, + "Id": 259, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", - "Id": 259 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { "Rank": 3, + "Id": 260, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", - "Id": 260 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { "Rank": 4, + "Id": 261, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", - "Id": 261 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { "Rank": 5, + "Id": 262, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 262 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 6, + "Id": 263, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", - "Id": 263 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { "Rank": 7, + "Id": 264, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", - "Id": 264 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { "Rank": 8, + "Id": 265, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", - "Id": 265 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { "Rank": 9, + "Id": 266, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 266 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 10, + "Id": 267, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", - "Id": 267 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { "Rank": 11, + "Id": 268, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", - "Id": 268 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { "Rank": 12, + "Id": 269, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 269 + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 13, + "Id": 270, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", - "Id": 270 + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Rank": 14, + "Id": 271, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", - "Id": 271 + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { "Rank": 1, + "Id": 272, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 272 + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 2, + "Id": 273, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Id": 273 + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Rank": 3, + "Id": 274, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Id": 274 + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Rank": 4, + "Id": 275, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 275 + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 5, + "Id": 276, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Id": 276 + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Rank": 6, + "Id": 277, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Id": 277 + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Rank": 7, + "Id": 278, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Id": 278 + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Rank": 8, + "Id": 279, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 279 + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 9, + "Id": 280, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Id": 280 + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Rank": 10, + "Id": 281, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Id": 281 + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Rank": 1, + "Id": 282, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 282 + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 2, + "Id": 283, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", - "Id": 283 + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Rank": 3, + "Id": 284, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", - "Id": 284 + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Rank": 4, + "Id": 285, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 285 + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 5, + "Id": 286, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", - "Id": 286 + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Rank": 6, + "Id": 287, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", - "Id": 287 + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Rank": 7, + "Id": 288, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", - "Id": 288 + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Rank": 8, + "Id": 289, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", - "Id": 289 + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Rank": 9, + "Id": 290, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", - "Id": 290 + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Rank": 10, + "Id": 291, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", - "Id": 291 + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Rank": 11, + "Id": 292, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", - "Id": 292 + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { "Rank": 1, + "Id": 293, "CommandName": "Copy-PnPItemProxy", - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", - "Id": 293 + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { "Rank": 1, + "Id": 294, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", - "Id": 294 + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { "Rank": 2, + "Id": 295, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", - "Id": 295 + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { "Rank": 3, + "Id": 296, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", - "Id": 296 + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { "Rank": 4, + "Id": 297, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", - "Id": 297 + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { "Rank": 1, + "Id": 298, "CommandName": "Copy-PnPPage", - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "Id": 298 + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { "Rank": 1, + "Id": 299, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", - "Id": 299 + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { "Rank": 2, + "Id": 300, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", - "Id": 300 + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { "Rank": 3, + "Id": 301, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Id": 301 + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { "Rank": 4, + "Id": 302, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", - "Id": 302 + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { "Rank": 1, + "Id": 303, "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 303 + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, + "Id": 304, "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Id": 304 + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Rank": 3, + "Id": 305, "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Id": 305 + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Rank": 1, + "Id": 306, "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 306 + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 2, + "Id": 307, "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 307 + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, + "Id": 308, "CommandName": "Disable-PnPPageScheduling", - "Command": "Disable-PnPPageScheduling", - "Id": 308 + "Command": "Disable-PnPPageScheduling" }, { "Rank": 1, + "Id": 309, "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry", - "Id": 309 + "Command": "Disable-PnPPowerShellTelemetry" }, { "Rank": 2, + "Id": 310, "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry -Force", - "Id": 310 + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { "Rank": 1, + "Id": 311, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Command": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 311 + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { "Rank": 1, + "Id": 312, "CommandName": "Disable-PnPSiteClassification", - "Command": "Disable-PnPSiteClassification", - "Id": 312 + "Command": "Disable-PnPSiteClassification" }, { "Rank": 1, + "Id": 313, "CommandName": "Disconnect-PnPOnline", - "Command": "Disconnect-PnPOnline", - "Id": 313 + "Command": "Disconnect-PnPOnline" }, { "Rank": 1, + "Id": 314, "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite", - "Id": 314 + "Command": "Enable-PnPCommSite" }, { "Rank": 2, + "Id": 315, "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", - "Id": 315 + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { "Rank": 1, + "Id": 316, "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 316 + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, + "Id": 317, "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", - "Id": 317 + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Rank": 3, + "Id": 318, "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", - "Id": 318 + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Rank": 1, + "Id": 319, "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 319 + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 2, + "Id": 320, "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 320 + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, + "Id": 321, "CommandName": "Enable-PnPPageScheduling", - "Command": "Enable-PnPPageScheduling", - "Id": 321 + "Command": "Enable-PnPPageScheduling" }, { "Rank": 1, + "Id": 322, "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry", - "Id": 322 + "Command": "Enable-PnPPowerShellTelemetry" }, { "Rank": 2, + "Id": 323, "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry -Force", - "Id": 323 + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { "Rank": 1, + "Id": 324, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", - "Id": 324 + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { "Rank": 2, + "Id": 325, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", - "Id": 325 + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { "Rank": 3, + "Id": 326, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", - "Id": 326 + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { "Rank": 4, + "Id": 327, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", - "Id": 327 + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 328, "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", - "Id": 328 + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { "Rank": 2, + "Id": 329, "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", - "Id": 329 + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Rank": 1, + "Id": 330, "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 330 + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 2, + "Id": 331, "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 331 + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, + "Id": 332, "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", - "Id": 332 + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { "Rank": 2, + "Id": 333, "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", - "Id": 333 + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { "Rank": 1, + "Id": 334, "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity Home.aspx", - "Id": 334 + "Command": "Export-PnPPage -Identity Home.aspx" }, { "Rank": 2, + "Id": 335, "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", - "Id": 335 + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { "Rank": 1, + "Id": 336, "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", - "Id": 336 + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { "Rank": 2, + "Id": 337, "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", - "Id": 337 + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { "Rank": 3, + "Id": 338, "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", - "Id": 338 + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { "Rank": 1, + "Id": 339, "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", - "Id": 339 + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { "Rank": 2, + "Id": 340, "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", - "Id": 340 + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { "Rank": 1, + "Id": 341, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy", - "Id": 341 + "Command": "Export-PnPTaxonomy" }, { "Rank": 2, + "Id": 342, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", - "Id": 342 + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { "Rank": 3, + "Id": 343, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", - "Id": 343 + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { "Rank": 4, + "Id": 344, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", - "Id": 344 + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { "Rank": 1, + "Id": 345, "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml", - "Id": 345 + "Command": "Export-PnPTermGroupToXml" }, { "Rank": 2, + "Id": 346, "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out output.xml", - "Id": 346 + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { "Rank": 3, + "Id": 347, "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", - "Id": 347 + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { "Rank": 1, + "Id": 348, "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "Id": 348 + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Rank": 2, + "Id": 349, "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", - "Id": 349 + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { "Rank": 1, + "Id": 350, "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com", - "Id": 350 + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { "Rank": 2, + "Id": 351, "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", - "Id": 351 + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { "Rank": 1, + "Id": 352, "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Match *.master", - "Id": 352 + "Command": "Find-PnPFile -Match *.master" }, { "Rank": 2, + "Id": 353, "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", - "Id": 353 + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { "Rank": 3, + "Id": 354, "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", - "Id": 354 + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { "Rank": 1, + "Id": 355, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken", - "Id": 355 + "Command": "Get-PnPAccessToken" }, { "Rank": 2, + "Id": 356, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -Decoded", - "Id": 356 + "Command": "Get-PnPAccessToken -Decoded" }, { "Rank": 3, + "Id": 357, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", - "Id": 357 + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { "Rank": 4, + "Id": 358, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", - "Id": 358 + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { "Rank": 5, + "Id": 359, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", - "Id": 359 + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { "Rank": 6, + "Id": 360, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ListPermissionScopes", - "Id": 360 + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { "Rank": 1, + "Id": 361, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert", - "Id": 361 + "Command": "Get-PnPAlert" }, { "Rank": 2, + "Id": 362, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\"", - "Id": 362 + "Command": "Get-PnPAlert -List \"Demo List\"" }, { "Rank": 3, + "Id": 363, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 363 + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Rank": 4, + "Id": 364, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -Title \"Demo Alert\"", - "Id": 364 + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { "Rank": 5, + "Id": 365, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -AllUsers", - "Id": 365 + "Command": "Get-PnPAlert -AllUsers" }, { "Rank": 6, + "Id": 366, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", - "Id": 366 + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { "Rank": 1, + "Id": 367, "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp", - "Id": 367 + "Command": "Get-PnPApp" }, { "Rank": 2, + "Id": 368, "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Scope Site", - "Id": 368 + "Command": "Get-PnPApp -Scope Site" }, { "Rank": 3, + "Id": 369, "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 369 + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 1, + "Id": 370, "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", - "Id": 370 + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { "Rank": 2, + "Id": 371, "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", - "Id": 371 + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { "Rank": 1, + "Id": 372, "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", - "Id": 372 + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { "Rank": 2, + "Id": 373, "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 373 + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 3, + "Id": 374, "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", - "Id": 374 + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { "Rank": 1, + "Id": 375, "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer", - "Id": 375 + "Command": "Get-PnPApplicationCustomizer" }, { "Rank": 2, + "Id": 376, "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 376 + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 3, + "Id": 377, "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", - "Id": 377 + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { "Rank": 1, + "Id": 378, "CommandName": "Get-PnPAuditing", - "Command": "Get-PnPAuditing", - "Id": 378 + "Command": "Get-PnPAuditing" }, { "Rank": 1, + "Id": 379, "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm", - "Id": 379 + "Command": "Get-PnPAuthenticationRealm" }, { "Rank": 2, + "Id": 380, "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", - "Id": 380 + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { "Rank": 1, + "Id": 381, "CommandName": "Get-PnPAvailableLanguage", - "Command": "Get-PnPAvailableLanguage", - "Id": 381 + "Command": "Get-PnPAvailableLanguage" }, { "Rank": 1, + "Id": 382, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel", - "Id": 382 + "Command": "Get-PnPAvailableSensitivityLabel" }, { "Rank": 2, + "Id": 383, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", - "Id": 383 + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { "Rank": 3, + "Id": 384, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", - "Id": 384 + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { "Rank": 1, + "Id": 385, "CommandName": "Get-PnPAvailableSiteClassification", - "Command": "Get-PnPAvailableSiteClassification", - "Id": 385 + "Command": "Get-PnPAvailableSiteClassification" }, { "Rank": 1, + "Id": 386, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal", - "Id": 386 + "Command": "Get-PnPAzureACSPrincipal" }, { "Rank": 2, + "Id": 387, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", - "Id": 387 + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { "Rank": 3, + "Id": 388, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", - "Id": 388 + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { "Rank": 4, + "Id": 389, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", - "Id": 389 + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { "Rank": 1, + "Id": 390, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 390 + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { "Rank": 2, + "Id": 391, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", - "Id": 391 + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { "Rank": 3, + "Id": 392, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", - "Id": 392 + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { "Rank": 1, + "Id": 393, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn", - "Id": 393 + "Command": "Get-PnPAzureADActivityReportSignIn" }, { "Rank": 2, + "Id": 394, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", - "Id": 394 + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { "Rank": 3, + "Id": 395, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", - "Id": 395 + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { "Rank": 1, + "Id": 396, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp", - "Id": 396 + "Command": "Get-PnPAzureADApp" }, { "Rank": 2, + "Id": 397, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity MyApp", - "Id": 397 + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { "Rank": 3, + "Id": 398, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 398 + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 4, + "Id": 399, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", - "Id": 399 + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, + "Id": 400, "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission", - "Id": 400 + "Command": "Get-PnPAzureADAppPermission" }, { "Rank": 2, + "Id": 401, "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", - "Id": 401 + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { "Rank": 3, + "Id": 402, "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 402 + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 1, + "Id": 403, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission", - "Id": 403 + "Command": "Get-PnPAzureADAppSitePermission" }, { "Rank": 2, + "Id": 404, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", - "Id": 404 + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { "Rank": 3, + "Id": 405, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", - "Id": 405 + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { "Rank": 4, + "Id": 406, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", - "Id": 406 + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { "Rank": 5, + "Id": 407, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", - "Id": 407 + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { "Rank": 1, + "Id": 408, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup", - "Id": 408 + "Command": "Get-PnPAzureADGroup" }, { "Rank": 2, + "Id": 409, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupId", - "Id": 409 + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { "Rank": 3, + "Id": 410, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", - "Id": 410 + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { "Rank": 4, + "Id": 411, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", - "Id": 411 + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { "Rank": 5, + "Id": 412, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $group", - "Id": 412 + "Command": "Get-PnPAzureADGroup -Identity $group" }, { "Rank": 1, + "Id": 413, "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", - "Id": 413 + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { "Rank": 2, + "Id": 414, "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group", - "Id": 414 + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { "Rank": 3, + "Id": 415, "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", - "Id": 415 + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { "Rank": 1, + "Id": 416, "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", - "Id": 416 + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { "Rank": 2, + "Id": 417, "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $group", - "Id": 417 + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { "Rank": 1, + "Id": 418, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal", - "Id": 418 + "Command": "Get-PnPAzureADServicePrincipal" }, { "Rank": 2, + "Id": 419, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", - "Id": 419 + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { "Rank": 3, + "Id": 420, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", - "Id": 420 + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { "Rank": 4, + "Id": 421, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", - "Id": 421 + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { "Rank": 5, + "Id": 422, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", - "Id": 422 + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 1, + "Id": 423, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 423 + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 2, + "Id": 424, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Id": 424 + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Rank": 1, + "Id": 425, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 425 + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 2, + "Id": 426, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", - "Id": 426 + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { "Rank": 1, + "Id": 427, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser", - "Id": 427 + "Command": "Get-PnPAzureADUser" }, { "Rank": 2, + "Id": 428, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -EndIndex 50", - "Id": 428 + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { "Rank": 3, + "Id": 429, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Id": 429 + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Rank": 4, + "Id": 430, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", - "Id": 430 + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { "Rank": 5, + "Id": 431, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", - "Id": 431 + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { "Rank": 6, + "Id": 432, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", - "Id": 432 + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { "Rank": 7, + "Id": 433, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", - "Id": 433 + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { "Rank": 8, + "Id": 434, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta", - "Id": 434 + "Command": "Get-PnPAzureADUser -Delta" }, { "Rank": 9, + "Id": 435, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", - "Id": 435 + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { "Rank": 10, + "Id": 436, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", - "Id": 436 + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { "Rank": 1, + "Id": 437, "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", - "Id": 437 + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { "Rank": 2, + "Id": 438, "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", - "Id": 438 + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Rank": 3, + "Id": 439, "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", - "Id": 439 + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { "Rank": 1, + "Id": 440, "CommandName": "Get-PnPBrandCenterConfig", - "Command": "Get-PnPBrandCenterConfig", - "Id": 440 + "Command": "Get-PnPBrandCenterConfig" }, { "Rank": 1, + "Id": 441, "CommandName": "Get-PnPBrandCenterFont", - "Command": "Get-PnPBrandCenterFont", - "Id": 441 + "Command": "Get-PnPBrandCenterFont" }, { "Rank": 1, + "Id": 442, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage", - "Id": 442 + "Command": "Get-PnPBrandCenterFontPackage" }, { "Rank": 2, + "Id": 443, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Store Site", - "Id": 443 + "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { "Rank": 3, + "Id": 444, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", - "Id": 444 + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { "Rank": 4, + "Id": 445, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "Id": 445 + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { "Rank": 1, + "Id": 446, "CommandName": "Get-PnPBrowserIdleSignout", - "Command": "Get-PnPBrowserIdleSignout", - "Id": 446 + "Command": "Get-PnPBrowserIdleSignout" }, { "Rank": 1, + "Id": 447, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", - "Id": 447 + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { "Rank": 2, + "Id": 448, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 448 + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { "Rank": 1, + "Id": 449, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 449 + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { "Rank": 2, + "Id": 450, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", - "Id": 450 + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { "Rank": 3, + "Id": 451, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", - "Id": 451 + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { "Rank": 4, + "Id": 452, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", - "Id": 452 + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 5, + "Id": 453, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", - "Id": 453 + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { "Rank": 1, + "Id": 454, "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog", - "Id": 454 + "Command": "Get-PnPChangeLog" }, { "Rank": 2, + "Id": 455, "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Nightly", - "Id": 455 + "Command": "Get-PnPChangeLog -Nightly" }, { "Rank": 3, + "Id": 456, "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Version 2.12.0", - "Id": 456 + "Command": "Get-PnPChangeLog -Version 2.12.0" }, { "Rank": 1, + "Id": 457, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", - "Id": 457 + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { "Rank": 2, + "Id": 458, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", - "Id": 458 + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { "Rank": 1, + "Id": 459, "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", - "Id": 459 + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { "Rank": 2, + "Id": 460, "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Id": 460 + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Rank": 3, + "Id": 461, "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Id": 461 + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { "Rank": 1, + "Id": 462, "CommandName": "Get-PnPContainerType", - "Command": "Get-PnPContainerType", - "Id": 462 + "Command": "Get-PnPContainerType" }, { "Rank": 1, + "Id": 463, "CommandName": "Get-PnPContainerTypeConfiguration", - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", - "Id": 463 + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { "Rank": 1, + "Id": 464, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType", - "Id": 464 + "Command": "Get-PnPContentType" }, { "Rank": 2, + "Id": 465, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -InSiteHierarchy", - "Id": 465 + "Command": "Get-PnPContentType -InSiteHierarchy" }, { "Rank": 3, + "Id": 466, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Identity \"Project Document\"", - "Id": 466 + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { "Rank": 4, + "Id": 467, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -List \"Documents\"", - "Id": 467 + "Command": "Get-PnPContentType -List \"Documents\"" }, { "Rank": 5, + "Id": 468, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", - "Id": 468 + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { "Rank": 1, + "Id": 469, "CommandName": "Get-PnPContentTypePublishingStatus", - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", - "Id": 469 + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { "Rank": 1, + "Id": 470, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Command": "Get-PnPCopilotAdminLimitedMode", - "Id": 470 + "Command": "Get-PnPCopilotAdminLimitedMode" }, { "Rank": 1, + "Id": 471, "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent", - "Id": 471 + "Command": "Get-PnPCopilotAgent" }, { "Rank": 2, + "Id": 472, "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", - "Id": 472 + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { "Rank": 1, + "Id": 473, "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction", - "Id": 473 + "Command": "Get-PnPCustomAction" }, { "Rank": 2, + "Id": 474, "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 474 + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 3, + "Id": 475, "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Scope web", - "Id": 475 + "Command": "Get-PnPCustomAction -Scope web" }, { "Rank": 1, + "Id": 476, "CommandName": "Get-PnPDeletedContainer", - "Command": "Get-PnPDeletedContainer", - "Id": 476 + "Command": "Get-PnPDeletedContainer" }, { "Rank": 1, + "Id": 477, "CommandName": "Get-PnPDeletedFlow", - "Command": "Get-PnPDeletedFlow", - "Id": 477 + "Command": "Get-PnPDeletedFlow" }, { "Rank": 1, + "Id": 478, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group", - "Id": 478 + "Command": "Get-PnPDeletedMicrosoft365Group" }, { "Rank": 2, + "Id": 479, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Id": 479 + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, + "Id": 480, "CommandName": "Get-PnPDeletedTeam", - "Command": "Get-PnPDeletedTeam", - "Id": 480 + "Command": "Get-PnPDeletedTeam" }, { "Rank": 1, + "Id": 481, "CommandName": "Get-PnPDiagnostics", - "Command": "Get-PnPDiagnostics", - "Id": 481 + "Command": "Get-PnPDiagnostics" }, { "Rank": 1, + "Id": 482, "CommandName": "Get-PnPDisableSpacesActivation", - "Command": "Get-PnPDisableSpacesActivation", - "Id": 482 + "Command": "Get-PnPDisableSpacesActivation" }, { "Rank": 1, + "Id": 483, "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", - "Id": 483 + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { "Rank": 2, + "Id": 484, "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", - "Id": 484 + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { "Rank": 1, + "Id": 485, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport", - "Id": 485 + "Command": "Get-PnPEnterpriseAppInsightsReport" }, { "Rank": 2, + "Id": 486, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", - "Id": 486 + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { "Rank": 3, + "Id": 487, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", - "Id": 487 + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { "Rank": 1, + "Id": 488, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver", - "Id": 488 + "Command": "Get-PnPEventReceiver" }, { "Rank": 2, + "Id": 489, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 489 + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 3, + "Id": 490, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity MyReceiver", - "Id": 490 + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { "Rank": 4, + "Id": 491, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", - "Id": 491 + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { "Rank": 5, + "Id": 492, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 492 + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 6, + "Id": 493, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", - "Id": 493 + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { "Rank": 7, + "Id": 494, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Site", - "Id": 494 + "Command": "Get-PnPEventReceiver -Scope Site" }, { "Rank": 8, + "Id": 495, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Web", - "Id": 495 + "Command": "Get-PnPEventReceiver -Scope Web" }, { "Rank": 9, + "Id": 496, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope All", - "Id": 496 + "Command": "Get-PnPEventReceiver -Scope All" }, { "Rank": 1, + "Id": 497, "CommandName": "Get-PnPException", - "Command": "Get-PnPException", - "Id": 497 + "Command": "Get-PnPException" }, { "Rank": 2, + "Id": 498, "CommandName": "Get-PnPException", - "Command": "Get-PnPException -All", - "Id": 498 + "Command": "Get-PnPException -All" }, { "Rank": 1, + "Id": 499, "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", - "Id": 499 + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { "Rank": 2, + "Id": 500, "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", - "Id": 500 + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { "Rank": 1, + "Id": 501, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature", - "Id": 501 + "Command": "Get-PnPFeature" }, { "Rank": 2, + "Id": 502, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Scope Site", - "Id": 502 + "Command": "Get-PnPFeature -Scope Site" }, { "Rank": 3, + "Id": 503, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 503 + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 4, + "Id": 504, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", - "Id": 504 + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { "Rank": 1, + "Id": 505, "CommandName": "Get-PnPField", - "Command": "Get-PnPField", - "Id": 505 + "Command": "Get-PnPField" }, { "Rank": 2, + "Id": 506, "CommandName": "Get-PnPField", - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Id": 506 + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Rank": 3, + "Id": 507, "CommandName": "Get-PnPField", - "Command": "Get-PnPField -Group \"Custom Columns\"", - "Id": 507 + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { "Rank": 1, + "Id": 508, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", - "Id": 508 + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Rank": 2, + "Id": 509, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", - "Id": 509 + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { "Rank": 3, + "Id": 510, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", - "Id": 510 + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { "Rank": 4, + "Id": 511, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", - "Id": 511 + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { "Rank": 5, + "Id": 512, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", - "Id": 512 + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { "Rank": 6, + "Id": 513, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", - "Id": 513 + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { "Rank": 7, + "Id": 514, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", - "Id": 514 + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { "Rank": 8, + "Id": 515, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", - "Id": 515 + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { "Rank": 1, + "Id": 516, "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", - "Id": 516 + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Rank": 2, + "Id": 517, "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", - "Id": 517 + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { "Rank": 3, + "Id": 518, "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 518 + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Rank": 1, + "Id": 519, "CommandName": "Get-PnPFileCheckedOut", - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", - "Id": 519 + "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { "Rank": 1, + "Id": 520, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder", - "Id": 520 + "Command": "Get-PnPFileInFolder" }, { "Rank": 2, + "Id": 521, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Recurse", - "Id": 521 + "Command": "Get-PnPFileInFolder -Recurse" }, { "Rank": 3, + "Id": 522, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", - "Id": 522 + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { "Rank": 4, + "Id": 523, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Id": 523 + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Rank": 5, + "Id": 524, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Id": 524 + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { "Rank": 1, + "Id": 525, "CommandName": "Get-PnPFileRetentionLabel", - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Id": 525 + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { "Rank": 1, + "Id": 526, "CommandName": "Get-PnPFileSensitivityLabel", - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", - "Id": 526 + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { "Rank": 1, + "Id": 527, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", - "Id": 527 + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { "Rank": 1, + "Id": 528, "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 528 + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { "Rank": 2, + "Id": 529, "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", - "Id": 529 + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { "Rank": 3, + "Id": 530, "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", - "Id": 530 + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { "Rank": 1, + "Id": 531, "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", - "Id": 531 + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { "Rank": 2, + "Id": 532, "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", - "Id": 532 + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { "Rank": 3, + "Id": 533, "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", - "Id": 533 + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { "Rank": 1, + "Id": 534, "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -AsAdmin", - "Id": 534 + "Command": "Get-PnPFlow -AsAdmin" }, { "Rank": 2, + "Id": 535, "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", - "Id": 535 + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { "Rank": 3, + "Id": 536, "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 536 + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, + "Id": 537, "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Id": 537 + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { "Rank": 2, + "Id": 538, "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", - "Id": 538 + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { "Rank": 1, + "Id": 539, "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 539 + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 2, + "Id": 540, "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Id": 540 + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Rank": 1, + "Id": 541, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder", - "Id": 541 + "Command": "Get-PnPFolder" }, { "Rank": 2, + "Id": 542, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -CurrentWebRootFolder", - "Id": 542 + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { "Rank": 3, + "Id": 543, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"Shared Documents\"", - "Id": 543 + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { "Rank": 4, + "Id": 544, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", - "Id": 544 + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { "Rank": 5, + "Id": 545, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", - "Id": 545 + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { "Rank": 6, + "Id": 546, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -List \"Shared Documents\"", - "Id": 546 + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { "Rank": 7, + "Id": 547, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", - "Id": 547 + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { "Rank": 1, + "Id": 548, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder", - "Id": 548 + "Command": "Get-PnPFolderInFolder" }, { "Rank": 2, + "Id": 549, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Recurse", - "Id": 549 + "Command": "Get-PnPFolderInFolder -Recurse" }, { "Rank": 3, + "Id": 550, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", - "Id": 550 + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { "Rank": 4, + "Id": 551, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", - "Id": 551 + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { "Rank": 5, + "Id": 552, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", - "Id": 552 + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { "Rank": 6, + "Id": 553, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", - "Id": 553 + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { "Rank": 1, + "Id": 554, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem", - "Id": 554 + "Command": "Get-PnPFolderItem" }, { "Rank": 2, + "Id": 555, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Recurse", - "Id": 555 + "Command": "Get-PnPFolderItem -Recurse" }, { "Rank": 3, + "Id": 556, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", - "Id": 556 + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { "Rank": 4, + "Id": 557, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", - "Id": 557 + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Rank": 5, + "Id": 558, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", - "Id": 558 + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { "Rank": 6, + "Id": 559, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", - "Id": 559 + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { "Rank": 1, + "Id": 560, "CommandName": "Get-PnPFolderSharingLink", - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 560 + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Rank": 1, + "Id": 561, "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric", - "Id": 561 + "Command": "Get-PnPFolderStorageMetric" }, { "Rank": 2, + "Id": 562, "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", - "Id": 562 + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { "Rank": 3, + "Id": 563, "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", - "Id": 563 + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { "Rank": 1, + "Id": 564, "CommandName": "Get-PnPFooter", - "Command": "Get-PnPFooter", - "Id": 564 + "Command": "Get-PnPFooter" }, { "Rank": 1, + "Id": 565, "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription", - "Id": 565 + "Command": "Get-PnPGraphSubscription" }, { "Rank": 2, + "Id": 566, "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", - "Id": 566 + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Rank": 1, + "Id": 567, "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup", - "Id": 567 + "Command": "Get-PnPGroup" }, { "Rank": 2, + "Id": 568, "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -Identity 'My Site Users'", - "Id": 568 + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { "Rank": 3, + "Id": 569, "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -AssociatedMemberGroup", - "Id": 569 + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { "Rank": 1, + "Id": 570, "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", - "Id": 570 + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { "Rank": 2, + "Id": 571, "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", - "Id": 571 + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { "Rank": 1, + "Id": 572, "CommandName": "Get-PnPGroupPermissions", - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", - "Id": 572 + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { "Rank": 1, + "Id": 573, "CommandName": "Get-PnPHideDefaultThemes", - "Command": "Get-PnPHideDefaultThemes", - "Id": 573 + "Command": "Get-PnPHideDefaultThemes" }, { "Rank": 1, + "Id": 574, "CommandName": "Get-PnPHomePage", - "Command": "Get-PnPHomePage", - "Id": 574 + "Command": "Get-PnPHomePage" }, { "Rank": 1, + "Id": 575, "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite", - "Id": 575 + "Command": "Get-PnPHomeSite" }, { "Rank": 2, + "Id": 576, "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", - "Id": 576 + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { "Rank": 3, + "Id": 577, "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -Detailed", - "Id": 577 + "Command": "Get-PnPHomeSite -Detailed" }, { "Rank": 1, + "Id": 578, "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite", - "Id": 578 + "Command": "Get-PnPHubSite" }, { "Rank": 2, + "Id": 579, "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Id": 579 + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Rank": 3, + "Id": 580, "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", - "Id": 580 + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { "Rank": 1, + "Id": 581, "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild", - "Id": 581 + "Command": "Get-PnPHubSiteChild" }, { "Rank": 2, + "Id": 582, "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", - "Id": 582 + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Rank": 1, + "Id": 583, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Command": "Get-PnPInPlaceRecordsManagement", - "Id": 583 + "Command": "Get-PnPInPlaceRecordsManagement" }, { "Rank": 1, + "Id": 584, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", - "Id": 584 + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { "Rank": 1, + "Id": 585, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink", - "Id": 585 + "Command": "Get-PnPJavaScriptLink" }, { "Rank": 2, + "Id": 586, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope All", - "Id": 586 + "Command": "Get-PnPJavaScriptLink -Scope All" }, { "Rank": 3, + "Id": 587, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Web", - "Id": 587 + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { "Rank": 4, + "Id": 588, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Site", - "Id": 588 + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { "Rank": 5, + "Id": 589, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Name Test", - "Id": 589 + "Command": "Get-PnPJavaScriptLink -Name Test" }, { "Rank": 1, + "Id": 590, "CommandName": "Get-PnPKnowledgeHubSite", - "Command": "Get-PnPKnowledgeHubSite", - "Id": 590 + "Command": "Get-PnPKnowledgeHubSite" }, { "Rank": 1, + "Id": 591, "CommandName": "Get-PnPLargeListOperationStatus", - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", - "Id": 591 + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { "Rank": 1, + "Id": 592, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", - "Id": 592 + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { "Rank": 1, + "Id": 593, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 593 + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Rank": 1, + "Id": 594, "CommandName": "Get-PnPList", - "Command": "Get-PnPList", - "Id": 594 + "Command": "Get-PnPList" }, { "Rank": 2, + "Id": 595, "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 595 + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 3, + "Id": 596, "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity Lists/Announcements", - "Id": 596 + "Command": "Get-PnPList -Identity Lists/Announcements" }, { "Rank": 4, + "Id": 597, "CommandName": "Get-PnPList", - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", - "Id": 597 + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { "Rank": 5, + "Id": 598, "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", - "Id": 598 + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { "Rank": 1, + "Id": 599, "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign", - "Id": 599 + "Command": "Get-PnPListDesign" }, { "Rank": 2, + "Id": 600, "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 600 + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 3, + "Id": 601, "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity ListEvent", - "Id": 601 + "Command": "Get-PnPListDesign -Identity ListEvent" }, { "Rank": 1, + "Id": 602, "CommandName": "Get-PnPListInformationRightsManagement", - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", - "Id": 602 + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { "Rank": 1, + "Id": 603, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks", - "Id": 603 + "Command": "Get-PnPListItem -List Tasks" }, { "Rank": 2, + "Id": 604, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1", - "Id": 604 + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { "Rank": 3, + "Id": 605, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", - "Id": 605 + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { "Rank": 4, + "Id": 606, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", - "Id": 606 + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { "Rank": 5, + "Id": 607, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"\"", - "Id": 607 + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { "Rank": 6, + "Id": 608, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", - "Id": 608 + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { "Rank": 7, + "Id": 609, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", - "Id": 609 + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { "Rank": 8, + "Id": 610, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", - "Id": 610 + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { "Rank": 9, + "Id": 611, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", - "Id": 611 + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { "Rank": 1, + "Id": 612, "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", - "Id": 612 + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { "Rank": 2, + "Id": 613, "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", - "Id": 613 + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { "Rank": 1, + "Id": 614, "CommandName": "Get-PnPListItemComment", - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", - "Id": 614 + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { "Rank": 1, + "Id": 615, "CommandName": "Get-PnPListItemPermission", - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", - "Id": 615 + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { "Rank": 1, + "Id": 616, "CommandName": "Get-PnPListItemVersion", - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", - "Id": 616 + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { "Rank": 1, + "Id": 617, "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", - "Id": 617 + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { "Rank": 2, + "Id": 618, "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Id": 618 + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Rank": 1, + "Id": 619, "CommandName": "Get-PnPListRecordDeclaration", - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", - "Id": 619 + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { "Rank": 1, + "Id": 620, "CommandName": "Get-PnPManagedAppId", - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", - "Id": 620 + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { "Rank": 1, + "Id": 621, "CommandName": "Get-PnPMasterPage", - "Command": "Get-PnPMasterPage", - "Id": 621 + "Command": "Get-PnPMasterPage" }, { "Rank": 1, + "Id": 622, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement", - "Id": 622 + "Command": "Get-PnPMessageCenterAnnouncement" }, { "Rank": 2, + "Id": 623, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", - "Id": 623 + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { "Rank": 1, + "Id": 624, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 624 + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { "Rank": 2, + "Id": 625, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", - "Id": 625 + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { "Rank": 1, + "Id": 626, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group", - "Id": 626 + "Command": "Get-PnPMicrosoft365Group" }, { "Rank": 2, + "Id": 627, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", - "Id": 627 + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { "Rank": 3, + "Id": 628, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", - "Id": 628 + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { "Rank": 4, + "Id": 629, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", - "Id": 629 + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { "Rank": 5, + "Id": 630, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $group", - "Id": 630 + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { "Rank": 6, + "Id": 631, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", - "Id": 631 + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { "Rank": 1, + "Id": 632, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 632 + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { "Rank": 2, + "Id": 633, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", - "Id": 633 + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { "Rank": 3, + "Id": 634, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 634 + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, + "Id": 635, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", - "Id": 635 + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { "Rank": 2, + "Id": 636, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", - "Id": 636 + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { "Rank": 3, + "Id": 637, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", - "Id": 637 + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { "Rank": 1, + "Id": 638, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", - "Id": 638 + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { "Rank": 2, + "Id": 639, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", - "Id": 639 + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { "Rank": 1, + "Id": 640, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings", - "Id": 640 + "Command": "Get-PnPMicrosoft365GroupSettings" }, { "Rank": 2, + "Id": 641, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", - "Id": 641 + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { "Rank": 3, + "Id": 642, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", - "Id": 642 + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { "Rank": 4, + "Id": 643, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", - "Id": 643 + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { "Rank": 1, + "Id": 644, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 644 + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { "Rank": 2, + "Id": 645, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", - "Id": 645 + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { "Rank": 1, + "Id": 646, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam", - "Id": 646 + "Command": "Get-PnPMicrosoft365GroupTeam" }, { "Rank": 2, + "Id": 647, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", - "Id": 647 + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { "Rank": 3, + "Id": 648, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 648 + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, + "Id": 649, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 649 + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { "Rank": 2, + "Id": 650, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", - "Id": 650 + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { "Rank": 3, + "Id": 651, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", - "Id": 651 + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Rank": 1, + "Id": 652, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap", - "Id": 652 + "Command": "Get-PnPMicrosoft365Roadmap" }, { "Rank": 2, + "Id": 653, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", - "Id": 653 + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { "Rank": 3, + "Id": 654, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", - "Id": 654 + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { "Rank": 1, + "Id": 655, "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode", - "Id": 655 + "Command": "Get-PnPNavigationNode" }, { "Rank": 2, + "Id": 656, "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location QuickLaunch", - "Id": 656 + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { "Rank": 3, + "Id": 657, "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", - "Id": 657 + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { "Rank": 1, + "Id": 658, "CommandName": "Get-PnPOrgAssetsLibrary", - "Command": "Get-PnPOrgAssetsLibrary", - "Id": 658 + "Command": "Get-PnPOrgAssetsLibrary" }, { "Rank": 1, + "Id": 659, "CommandName": "Get-PnPOrgNewsSite", - "Command": "Get-PnPOrgNewsSite", - "Id": 659 + "Command": "Get-PnPOrgNewsSite" }, { "Rank": 1, + "Id": 660, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", - "Id": 660 + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { "Rank": 2, + "Id": 661, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"MyPage\"", - "Id": 661 + "Command": "Get-PnPPage \"MyPage\"" }, { "Rank": 3, + "Id": 662, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", - "Id": 662 + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { "Rank": 4, + "Id": 663, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Id": 663 + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Rank": 5, + "Id": 664, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage", - "Id": 664 + "Command": "Get-PnPPage" }, { "Rank": 1, + "Id": 665, "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home", - "Id": 665 + "Command": "Get-PnPPageComponent -Page Home" }, { "Rank": 2, + "Id": 666, "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 666 + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 3, + "Id": 667, "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", - "Id": 667 + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { "Rank": 1, + "Id": 668, "CommandName": "Get-PnPPageCopyProgress", - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", - "Id": 668 + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { "Rank": 1, + "Id": 669, "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", - "Id": 669 + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { "Rank": 2, + "Id": 670, "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", - "Id": 670 + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { "Rank": 3, + "Id": 671, "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", - "Id": 671 + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Rank": 1, + "Id": 672, "CommandName": "Get-PnPPageSchedulingEnabled", - "Command": "Get-PnPPageSchedulingEnabled", - "Id": 672 + "Command": "Get-PnPPageSchedulingEnabled" }, { "Rank": 1, + "Id": 673, "CommandName": "Get-PnPPlannerBucket", - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", - "Id": 673 + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Rank": 1, + "Id": 674, "CommandName": "Get-PnPPlannerConfiguration", - "Command": "Get-PnPPlannerConfiguration", - "Id": 674 + "Command": "Get-PnPPlannerConfiguration" }, { "Rank": 1, + "Id": 675, "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", - "Id": 675 + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { "Rank": 2, + "Id": 676, "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", - "Id": 676 + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { "Rank": 3, + "Id": 677, "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", - "Id": 677 + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { "Rank": 1, + "Id": 678, "CommandName": "Get-PnPPlannerRosterMember", - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "Id": 678 + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Rank": 1, + "Id": 679, "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", - "Id": 679 + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { "Rank": 2, + "Id": 680, "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 680 + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 681, "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", - "Id": 681 + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Rank": 2, + "Id": 682, "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Id": 682 + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Rank": 3, + "Id": 683, "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", - "Id": 683 + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Rank": 1, + "Id": 684, "CommandName": "Get-PnPPlannerUserPolicy", - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "Id": 684 + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 685, "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp", - "Id": 685 + "Command": "Get-PnPPowerApp" }, { "Rank": 2, + "Id": 686, "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 686 + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, + "Id": 687, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Id": 687 + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { "Rank": 1, + "Id": 688, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment", - "Id": 688 + "Command": "Get-PnPPowerPlatformEnvironment" }, { "Rank": 2, + "Id": 689, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", - "Id": 689 + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { "Rank": 3, + "Id": 690, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", - "Id": 690 + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { "Rank": 1, + "Id": 691, "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", - "Id": 691 + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { "Rank": 2, + "Id": 692, "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", - "Id": 692 + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { "Rank": 1, + "Id": 693, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Command": "Get-PnPPowerShellTelemetryEnabled", - "Id": 693 + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { "Rank": 1, + "Id": 694, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 694 + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { "Rank": 2, + "Id": 695, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", - "Id": 695 + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { "Rank": 1, + "Id": 696, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 696 + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { "Rank": 2, + "Id": 697, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", - "Id": 697 + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { "Rank": 3, + "Id": 698, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", - "Id": 698 + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { "Rank": 1, + "Id": 699, "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty", - "Id": 699 + "Command": "Get-PnPProfileCardProperty" }, { "Rank": 2, + "Id": 700, "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", - "Id": 700 + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { "Rank": 1, + "Id": 701, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag", - "Id": 701 + "Command": "Get-PnPPropertyBag" }, { "Rank": 2, + "Id": 702, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Key MyKey", - "Id": 702 + "Command": "Get-PnPPropertyBag -Key MyKey" }, { "Rank": 3, + "Id": 703, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder", - "Id": 703 + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { "Rank": 4, + "Id": 704, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", - "Id": 704 + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { "Rank": 5, + "Id": 705, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", - "Id": 705 + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { "Rank": 1, + "Id": 706, "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition", - "Id": 706 + "Command": "Get-PnPPublishingImageRendition" }, { "Rank": 2, + "Id": 707, "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", - "Id": 707 + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { "Rank": 3, + "Id": 708, "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity 2", - "Id": 708 + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { "Rank": 1, + "Id": 709, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem", - "Id": 709 + "Command": "Get-PnPRecycleBinItem" }, { "Rank": 2, + "Id": 710, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", - "Id": 710 + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { "Rank": 3, + "Id": 711, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -FirstStage", - "Id": 711 + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { "Rank": 4, + "Id": 712, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -SecondStage", - "Id": 712 + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { "Rank": 5, + "Id": 713, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", - "Id": 713 + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { "Rank": 1, + "Id": 714, "CommandName": "Get-PnPRequestAccessEmails", - "Command": "Get-PnPRequestAccessEmails", - "Id": 714 + "Command": "Get-PnPRequestAccessEmails" }, { "Rank": 1, + "Id": 715, "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel", - "Id": 715 + "Command": "Get-PnPRetentionLabel" }, { "Rank": 2, + "Id": 716, "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", - "Id": 716 + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { "Rank": 1, + "Id": 717, "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition", - "Id": 717 + "Command": "Get-PnPRoleDefinition" }, { "Rank": 2, + "Id": 718, "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition -Identity Read", - "Id": 718 + "Command": "Get-PnPRoleDefinition -Identity Read" }, { "Rank": 3, + "Id": 719, "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", - "Id": 719 + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { "Rank": 1, + "Id": 720, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration", - "Id": 720 + "Command": "Get-PnPSearchConfiguration" }, { "Rank": 2, + "Id": 721, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site", - "Id": 721 + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { "Rank": 3, + "Id": 722, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription", - "Id": 722 + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { "Rank": 4, + "Id": 723, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 723 + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 5, + "Id": 724, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", - "Id": 724 + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { "Rank": 6, + "Id": 725, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", - "Id": 725 + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { "Rank": 7, + "Id": 726, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", - "Id": 726 + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { "Rank": 8, + "Id": 727, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", - "Id": 727 + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { "Rank": 1, + "Id": 728, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog", - "Id": 728 + "Command": "Get-PnPSearchCrawlLog" }, { "Rank": 2, + "Id": 729, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", - "Id": 729 + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { "Rank": 3, + "Id": 730, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", - "Id": 730 + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { "Rank": 4, + "Id": 731, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", - "Id": 731 + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { "Rank": 5, + "Id": 732, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", - "Id": 732 + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { "Rank": 6, + "Id": 733, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", - "Id": 733 + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { "Rank": 7, + "Id": 734, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", - "Id": 734 + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { "Rank": 1, + "Id": 735, "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection", - "Id": 735 + "Command": "Get-PnPSearchExternalConnection" }, { "Rank": 2, + "Id": 736, "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "Id": 736 + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { "Rank": 1, + "Id": 737, "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "Id": 737 + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { "Rank": 2, + "Id": 738, "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", - "Id": 738 + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { "Rank": 1, + "Id": 739, "CommandName": "Get-PnPSearchExternalSchema", - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", - "Id": 739 + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { "Rank": 1, + "Id": 740, "CommandName": "Get-PnPSearchSettings", - "Command": "Get-PnPSearchSettings", - "Id": 740 + "Command": "Get-PnPSearchSettings" }, { "Rank": 1, + "Id": 741, "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth", - "Id": 741 + "Command": "Get-PnPServiceCurrentHealth" }, { "Rank": 2, + "Id": 742, "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", - "Id": 742 + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { "Rank": 1, + "Id": 743, "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue", - "Id": 743 + "Command": "Get-PnPServiceHealthIssue" }, { "Rank": 2, + "Id": 744, "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", - "Id": 744 + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { "Rank": 1, + "Id": 745, "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn", - "Id": 745 + "Command": "Get-PnPSharePointAddIn" }, { "Rank": 2, + "Id": 746, "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", - "Id": 746 + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { "Rank": 1, + "Id": 747, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Command": "Get-PnPSharingForNonOwnersOfSite", - "Id": 747 + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { "Rank": 1, + "Id": 748, "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite", - "Id": 748 + "Command": "Get-PnPSite" }, { "Rank": 2, + "Id": 749, "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", - "Id": 749 + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { "Rank": 1, + "Id": 750, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -All", - "Id": 750 + "Command": "Get-PnPSiteAnalyticsData -All" }, { "Rank": 2, + "Id": 751, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", - "Id": 751 + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { "Rank": 3, + "Id": 752, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 752 + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Rank": 4, + "Id": 753, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", - "Id": 753 + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Rank": 1, + "Id": 754, "CommandName": "Get-PnPSiteClosure", - "Command": "Get-PnPSiteClosure", - "Id": 754 + "Command": "Get-PnPSiteClosure" }, { "Rank": 1, + "Id": 755, "CommandName": "Get-PnPSiteCollectionAdmin", - "Command": "Get-PnPSiteCollectionAdmin", - "Id": 755 + "Command": "Get-PnPSiteCollectionAdmin" }, { "Rank": 1, + "Id": 756, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog", - "Id": 756 + "Command": "Get-PnPSiteCollectionAppCatalog" }, { "Rank": 2, + "Id": 757, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", - "Id": 757 + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { "Rank": 3, + "Id": 758, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", - "Id": 758 + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { "Rank": 1, + "Id": 759, "CommandName": "Get-PnPSiteCollectionTermStore", - "Command": "Get-PnPSiteCollectionTermStore", - "Id": 759 + "Command": "Get-PnPSiteCollectionTermStore" }, { "Rank": 1, + "Id": 760, "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign", - "Id": 760 + "Command": "Get-PnPSiteDesign" }, { "Rank": 2, + "Id": 761, "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 761 + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, + "Id": 762, "CommandName": "Get-PnPSiteDesignRights", - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 762 + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, + "Id": 763, "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun", - "Id": 763 + "Command": "Get-PnPSiteDesignRun" }, { "Rank": 2, + "Id": 764, "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", - "Id": 764 + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { "Rank": 1, + "Id": 765, "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", - "Id": 765 + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Rank": 2, + "Id": 766, "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask", - "Id": 766 + "Command": "Get-PnPSiteDesignTask" }, { "Rank": 3, + "Id": 767, "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", - "Id": 767 + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Rank": 1, + "Id": 768, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 768 + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { "Rank": 1, + "Id": 769, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 769 + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Rank": 1, + "Id": 770, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup", - "Id": 770 + "Command": "Get-PnPSiteGroup" }, { "Rank": 2, + "Id": 771, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Id": 771 + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Rank": 3, + "Id": 772, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", - "Id": 772 + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { "Rank": 4, + "Id": 773, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", - "Id": 773 + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Rank": 1, + "Id": 774, "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy", - "Id": 774 + "Command": "Get-PnPSitePolicy" }, { "Rank": 2, + "Id": 775, "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -AllAvailable", - "Id": 775 + "Command": "Get-PnPSitePolicy -AllAvailable" }, { "Rank": 3, + "Id": 776, "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", - "Id": 776 + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Rank": 1, + "Id": 777, "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript", - "Id": 777 + "Command": "Get-PnPSiteScript" }, { "Rank": 2, + "Id": 778, "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 778 + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, + "Id": 779, "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", - "Id": 779 + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { "Rank": 2, + "Id": 780, "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", - "Id": 780 + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { "Rank": 3, + "Id": 781, "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", - "Id": 781 + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { "Rank": 1, + "Id": 782, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", - "Id": 782 + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { "Rank": 2, + "Id": 783, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", - "Id": 783 + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { "Rank": 3, + "Id": 784, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", - "Id": 784 + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { "Rank": 4, + "Id": 785, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", - "Id": 785 + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { "Rank": 5, + "Id": 786, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", - "Id": 786 + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { "Rank": 6, + "Id": 787, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", - "Id": 787 + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { "Rank": 1, + "Id": 788, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults", - "Id": 788 + "Command": "Get-PnPSiteSearchQueryResults" }, { "Rank": 2, + "Id": 789, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", - "Id": 789 + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { "Rank": 3, + "Id": 790, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", - "Id": 790 + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { "Rank": 4, + "Id": 791, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", - "Id": 791 + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { "Rank": 5, + "Id": 792, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", - "Id": 792 + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { "Rank": 6, + "Id": 793, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -All", - "Id": 793 + "Command": "Get-PnPSiteSearchQueryResults -All" }, { "Rank": 1, + "Id": 794, "CommandName": "Get-PnPSiteSensitivityLabel", - "Command": "Get-PnPSiteSensitivityLabel", - "Id": 794 + "Command": "Get-PnPSiteSensitivityLabel" }, { "Rank": 1, + "Id": 795, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp", - "Id": 795 + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { "Rank": 2, + "Id": 796, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml", - "Id": 796 + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { "Rank": 3, + "Id": 797, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.md", - "Id": 797 + "Command": "Get-PnPSiteTemplate -Out template.md" }, { "Rank": 4, + "Id": 798, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", - "Id": 798 + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { "Rank": 5, + "Id": 799, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", - "Id": 799 + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { "Rank": 6, + "Id": 800, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", - "Id": 800 + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { "Rank": 7, + "Id": 801, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", - "Id": 801 + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { "Rank": 8, + "Id": 802, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", - "Id": 802 + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { "Rank": 9, + "Id": 803, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", - "Id": 803 + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { "Rank": 10, + "Id": 804, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", - "Id": 804 + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { "Rank": 11, + "Id": 805, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", - "Id": 805 + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { "Rank": 12, + "Id": 806, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", - "Id": 806 + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { "Rank": 13, + "Id": 807, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", - "Id": 807 + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { "Rank": 14, + "Id": 808, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", - "Id": 808 + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { "Rank": 1, + "Id": 809, "CommandName": "Get-PnPSiteUserInvitations", - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "Id": 809 + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Rank": 1, + "Id": 810, "CommandName": "Get-PnPSiteVersionPolicy", - "Command": "Get-PnPSiteVersionPolicy", - "Id": 810 + "Command": "Get-PnPSiteVersionPolicy" }, { "Rank": 1, + "Id": 811, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Command": "Get-PnPSiteVersionPolicyStatus", - "Id": 811 + "Command": "Get-PnPSiteVersionPolicyStatus" }, { "Rank": 1, + "Id": 812, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity", - "Id": 812 + "Command": "Get-PnPStorageEntity" }, { "Rank": 2, + "Id": 813, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey", - "Id": 813 + "Command": "Get-PnPStorageEntity -Key MyKey" }, { "Rank": 3, + "Id": 814, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Scope Site", - "Id": 814 + "Command": "Get-PnPStorageEntity -Scope Site" }, { "Rank": 4, + "Id": 815, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", - "Id": 815 + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { "Rank": 1, + "Id": 816, "CommandName": "Get-PnPStoredCredential", - "Command": "Get-PnPStoredCredential -Name O365", - "Id": 816 + "Command": "Get-PnPStoredCredential -Name O365" }, { "Rank": 1, + "Id": 817, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 817 + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 1, + "Id": 818, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 818 + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 1, + "Id": 819, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb", - "Id": 819 + "Command": "Get-PnPSubWeb" }, { "Rank": 2, + "Id": 820, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse", - "Id": 820 + "Command": "Get-PnPSubWeb -Recurse" }, { "Rank": 3, + "Id": 821, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", - "Id": 821 + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { "Rank": 4, + "Id": 822, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", - "Id": 822 + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { "Rank": 5, + "Id": 823, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", - "Id": 823 + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { "Rank": 1, + "Id": 824, "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel", - "Id": 824 + "Command": "Get-PnPSyntexModel" }, { "Rank": 2, + "Id": 825, "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity 1", - "Id": 825 + "Command": "Get-PnPSyntexModel -Identity 1" }, { "Rank": 3, + "Id": 826, "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", - "Id": 826 + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { "Rank": 1, + "Id": 827, "CommandName": "Get-PnPSyntexModelPublication", - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", - "Id": 827 + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { "Rank": 1, + "Id": 828, "CommandName": "Get-PnPTaxonomyItem", - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", - "Id": 828 + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { "Rank": 1, + "Id": 829, "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp", - "Id": 829 + "Command": "Get-PnPTeamsApp" }, { "Rank": 2, + "Id": 830, "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", - "Id": 830 + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { "Rank": 3, + "Id": 831, "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", - "Id": 831 + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { "Rank": 1, + "Id": 832, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", - "Id": 832 + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { "Rank": 2, + "Id": 833, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", - "Id": 833 + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { "Rank": 3, + "Id": 834, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Id": 834 + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Rank": 4, + "Id": 835, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", - "Id": 835 + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { "Rank": 1, + "Id": 836, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", - "Id": 836 + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { "Rank": 2, + "Id": 837, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", - "Id": 837 + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Rank": 1, + "Id": 838, "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", - "Id": 838 + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { "Rank": 2, + "Id": 839, "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", - "Id": 839 + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { "Rank": 1, + "Id": 840, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", - "Id": 840 + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { "Rank": 2, + "Id": 841, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", - "Id": 841 + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { "Rank": 1, + "Id": 842, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", - "Id": 842 + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { "Rank": 2, + "Id": 843, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", - "Id": 843 + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { "Rank": 3, + "Id": 844, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", - "Id": 844 + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { "Rank": 4, + "Id": 845, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Id": 845 + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 1, + "Id": 846, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", - "Id": 846 + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { "Rank": 2, + "Id": 847, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", - "Id": 847 + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { "Rank": 1, + "Id": 848, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", - "Id": 848 + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { "Rank": 2, + "Id": 849, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", - "Id": 849 + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { "Rank": 3, + "Id": 850, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", - "Id": 850 + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { "Rank": 4, + "Id": 851, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", - "Id": 851 + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { "Rank": 5, + "Id": 852, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", - "Id": 852 + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { "Rank": 1, + "Id": 853, "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "Id": 853 + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Rank": 2, + "Id": 854, "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "Id": 854 + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Rank": 1, + "Id": 855, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam", - "Id": 855 + "Command": "Get-PnPTeamsTeam" }, { "Rank": 2, + "Id": 856, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", - "Id": 856 + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { "Rank": 3, + "Id": 857, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", - "Id": 857 + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { "Rank": 4, + "Id": 858, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", - "Id": 858 + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { "Rank": 5, + "Id": 859, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", - "Id": 859 + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { "Rank": 6, + "Id": 860, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", - "Id": 860 + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { "Rank": 1, + "Id": 861, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam", - "Id": 861 + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { "Rank": 2, + "Id": 862, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", - "Id": 862 + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { "Rank": 3, + "Id": 863, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", - "Id": 863 + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { "Rank": 4, + "Id": 864, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", - "Id": 864 + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { "Rank": 1, + "Id": 865, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Command": "Get-PnPTemporarilyDisableAppBar", - "Id": 865 + "Command": "Get-PnPTemporarilyDisableAppBar" }, { "Rank": 1, + "Id": 866, "CommandName": "Get-PnPTenant", - "Command": "Get-PnPTenant", - "Id": 866 + "Command": "Get-PnPTenant" }, { "Rank": 1, + "Id": 867, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Command": "Get-PnPTenantAppCatalogUrl", - "Id": 867 + "Command": "Get-PnPTenantAppCatalogUrl" }, { "Rank": 1, + "Id": 868, "CommandName": "Get-PnPTenantCdnEnabled", - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", - "Id": 868 + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { "Rank": 1, + "Id": 869, "CommandName": "Get-PnPTenantCdnOrigin", - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", - "Id": 869 + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { "Rank": 1, + "Id": 870, "CommandName": "Get-PnPTenantCdnPolicies", - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", - "Id": 870 + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { "Rank": 1, + "Id": 871, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite", - "Id": 871 + "Command": "Get-PnPTenantDeletedSite" }, { "Rank": 2, + "Id": 872, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Detailed", - "Id": 872 + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { "Rank": 3, + "Id": 873, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 873 + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 4, + "Id": 874, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", - "Id": 874 + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { "Rank": 5, + "Id": 875, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", - "Id": 875 + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { "Rank": 1, + "Id": 876, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId", - "Id": 876 + "Command": "Get-PnPTenantId" }, { "Rank": 2, + "Id": 877, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId contoso", - "Id": 877 + "Command": "Get-PnPTenantId contoso" }, { "Rank": 3, + "Id": 878, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", - "Id": 878 + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { "Rank": 4, + "Id": 879, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", - "Id": 879 + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { "Rank": 1, + "Id": 880, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", - "Id": 880 + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { "Rank": 2, + "Id": 881, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", - "Id": 881 + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { "Rank": 3, + "Id": 882, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo", - "Id": 882 + "Command": "Get-PnPTenantInfo" }, { "Rank": 4, + "Id": 883, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -CurrentTenant", - "Id": 883 + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { "Rank": 1, + "Id": 884, "CommandName": "Get-PnPTenantInstance", - "Command": "Get-PnPTenantInstance", - "Id": 884 + "Command": "Get-PnPTenantInstance" }, { "Rank": 1, + "Id": 885, "CommandName": "Get-PnPTenantInternalSetting", - "Command": "Get-PnPTenantInternalSetting", - "Id": 885 + "Command": "Get-PnPTenantInternalSetting" }, { "Rank": 1, + "Id": 886, "CommandName": "Get-PnPTenantPronounsSetting", - "Command": "Get-PnPTenantPronounsSetting", - "Id": 886 + "Command": "Get-PnPTenantPronounsSetting" }, { "Rank": 1, + "Id": 887, "CommandName": "Get-PnPTenantRecycleBinItem", - "Command": "Get-PnPTenantRecycleBinItem", - "Id": 887 + "Command": "Get-PnPTenantRecycleBinItem" }, { "Rank": 1, + "Id": 888, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Command": "Get-PnPTenantRestrictedSearchAllowedList", - "Id": 888 + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { "Rank": 1, + "Id": 889, "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Command": "Get-PnPTenantRestrictedSearchMode", - "Id": 889 + "Command": "Get-PnPTenantRestrictedSearchMode" }, { "Rank": 1, + "Id": 890, "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel", - "Id": 890 + "Command": "Get-PnPTenantRetentionLabel" }, { "Rank": 2, + "Id": 891, "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", - "Id": 891 + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { "Rank": 1, + "Id": 892, "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", - "Id": 892 + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { "Rank": 2, + "Id": 893, "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", - "Id": 893 + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { "Rank": 1, + "Id": 894, "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", - "Id": 894 + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { "Rank": 2, + "Id": 895, "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", - "Id": 895 + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { "Rank": 1, + "Id": 896, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite", - "Id": 896 + "Command": "Get-PnPTenantSite" }, { "Rank": 2, + "Id": 897, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Detailed", - "Id": 897 + "Command": "Get-PnPTenantSite -Detailed" }, { "Rank": 3, + "Id": 898, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", - "Id": 898 + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { "Rank": 4, + "Id": 899, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", - "Id": 899 + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { "Rank": 5, + "Id": 900, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", - "Id": 900 + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { "Rank": 6, + "Id": 901, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", - "Id": 901 + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { "Rank": 7, + "Id": 902, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", - "Id": 902 + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { "Rank": 8, + "Id": 903, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", - "Id": 903 + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { "Rank": 9, + "Id": 904, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -GroupIdDefined $true", - "Id": 904 + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { "Rank": 1, + "Id": 905, "CommandName": "Get-PnPTenantSyncClientRestriction", - "Command": "Get-PnPTenantSyncClientRestriction", - "Id": 905 + "Command": "Get-PnPTenantSyncClientRestriction" }, { "Rank": 1, + "Id": 906, "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", - "Id": 906 + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { "Rank": 2, + "Id": 907, "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", - "Id": 907 + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { "Rank": 3, + "Id": 908, "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", - "Id": 908 + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { "Rank": 1, + "Id": 909, "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme", - "Id": 909 + "Command": "Get-PnPTenantTheme" }, { "Rank": 2, + "Id": 910, "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", - "Id": 910 + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Rank": 3, + "Id": 911, "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", - "Id": 911 + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { "Rank": 1, + "Id": 912, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 912 + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 2, + "Id": 913, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 913 + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 3, + "Id": 914, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 914 + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 4, + "Id": 915, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", - "Id": 915 + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { "Rank": 5, + "Id": 916, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", - "Id": 916 + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { "Rank": 1, + "Id": 917, "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup", - "Id": 917 + "Command": "Get-PnPTermGroup" }, { "Rank": 2, + "Id": 918, "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity \"Departments\"", - "Id": 918 + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { "Rank": 3, + "Id": 919, "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", - "Id": 919 + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { "Rank": 1, + "Id": 920, "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", - "Id": 920 + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { "Rank": 2, + "Id": 921, "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", - "Id": 921 + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { "Rank": 3, + "Id": 922, "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 922 + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, + "Id": 923, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", - "Id": 923 + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { "Rank": 2, + "Id": 924, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", - "Id": 924 + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 3, + "Id": 925, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", - "Id": 925 + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { "Rank": 4, + "Id": 926, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", - "Id": 926 + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { "Rank": 1, + "Id": 927, "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme", - "Id": 927 + "Command": "Get-PnPTheme" }, { "Rank": 2, + "Id": 928, "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme -DetectCurrentComposedLook", - "Id": 928 + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { "Rank": 1, + "Id": 929, "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId", - "Id": 929 + "Command": "Get-PnPTimeZoneId" }, { "Rank": 2, + "Id": 930, "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId -Match Stockholm", - "Id": 930 + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { "Rank": 1, + "Id": 931, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList", - "Id": 931 + "Command": "Get-PnPTodoList" }, { "Rank": 2, + "Id": 932, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Id": 932 + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { "Rank": 3, + "Id": 933, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com", - "Id": 933 + "Command": "Get-PnPTodoList -User john@doe.com" }, { "Rank": 4, + "Id": 934, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", - "Id": 934 + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { "Rank": 1, + "Id": 935, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog", - "Id": 935 + "Command": "Get-PnPTraceLog" }, { "Rank": 2, + "Id": 936, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", - "Id": 936 + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { "Rank": 3, + "Id": 937, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", - "Id": 937 + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { "Rank": 4, + "Id": 938, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", - "Id": 938 + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { "Rank": 5, + "Id": 939, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", - "Id": 939 + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { "Rank": 6, + "Id": 940, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", - "Id": 940 + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { "Rank": 1, + "Id": 941, "CommandName": "Get-PnPUnfurlLink", - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", - "Id": 941 + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { "Rank": 1, + "Id": 942, "CommandName": "Get-PnPUnifiedAuditLog", - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", - "Id": 942 + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { "Rank": 1, + "Id": 943, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus", - "Id": 943 + "Command": "Get-PnPUPABulkImportStatus" }, { "Rank": 2, + "Id": 944, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", - "Id": 944 + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { "Rank": 3, + "Id": 945, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId ", - "Id": 945 + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { "Rank": 4, + "Id": 946, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", - "Id": 946 + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { "Rank": 1, + "Id": 947, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser", - "Id": 947 + "Command": "Get-PnPUser" }, { "Rank": 2, + "Id": 948, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity 23", - "Id": 948 + "Command": "Get-PnPUser -Identity 23" }, { "Rank": 3, + "Id": 949, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", - "Id": 949 + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { "Rank": 4, + "Id": 950, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", - "Id": 950 + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { "Rank": 5, + "Id": 951, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned", - "Id": 951 + "Command": "Get-PnPUser -WithRightsAssigned" }, { "Rank": 6, + "Id": 952, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", - "Id": 952 + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { "Rank": 7, + "Id": 953, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssignedDetailed", - "Id": 953 + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { "Rank": 1, + "Id": 954, "CommandName": "Get-PnPUserOneDriveQuota", - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", - "Id": 954 + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { "Rank": 1, + "Id": 955, "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "Id": 955 + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 956, "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", - "Id": 956 + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { "Rank": 1, + "Id": 957, "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", - "Id": 957 + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { "Rank": 2, + "Id": 958, "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", - "Id": 958 + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { "Rank": 3, + "Id": 959, "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", - "Id": 959 + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { "Rank": 1, + "Id": 960, "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\"", - "Id": 960 + "Command": "Get-PnPView -List \"Demo List\"" }, { "Rank": 2, + "Id": 961, "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", - "Id": 961 + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { "Rank": 3, + "Id": 962, "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", - "Id": 962 + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { "Rank": 1, + "Id": 963, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE", - "Id": 963 + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { "Rank": 2, + "Id": 964, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "Id": 964 + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Rank": 1, + "Id": 965, "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity", - "Id": 965 + "Command": "Get-PnPVivaEngageCommunity" }, { "Rank": 2, + "Id": 966, "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "Id": 966 + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { "Rank": 1, + "Id": 967, "CommandName": "Get-PnPWeb", - "Command": "Get-PnPWeb", - "Id": 967 + "Command": "Get-PnPWeb" }, { "Rank": 1, + "Id": 968, "CommandName": "Get-PnPWebHeader", - "Command": "Get-PnPWebHeader", - "Id": 968 + "Command": "Get-PnPWebHeader" }, { "Rank": 1, + "Id": 969, "CommandName": "Get-PnPWebhookSubscription", - "Command": "Get-PnPWebhookSubscription -List MyList", - "Id": 969 + "Command": "Get-PnPWebhookSubscription -List MyList" }, { "Rank": 1, + "Id": 970, "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", - "Id": 970 + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { "Rank": 2, + "Id": 971, "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 971 + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, + "Id": 972, "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", - "Id": 972 + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { "Rank": 2, + "Id": 973, "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", - "Id": 973 + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { "Rank": 1, + "Id": 974, "CommandName": "Get-PnPWebPartXml", - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 974 + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, + "Id": 975, "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", - "Id": 975 + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { "Rank": 2, + "Id": 976, "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", - "Id": 976 + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Rank": 1, + "Id": 977, "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates", - "Id": 977 + "Command": "Get-PnPWebTemplates" }, { "Rank": 2, + "Id": 978, "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -LCID 1033", - "Id": 978 + "Command": "Get-PnPWebTemplates -LCID 1033" }, { "Rank": 3, + "Id": 979, "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", - "Id": 979 + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { "Rank": 1, + "Id": 980, "CommandName": "Get-PnPWikiPageContent", - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", - "Id": 980 + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { "Rank": 1, + "Id": 981, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", - "Id": 981 + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { "Rank": 2, + "Id": 982, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", - "Id": 982 + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { "Rank": 1, + "Id": 983, "CommandName": "Grant-PnPHubSiteRights", - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 983 + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, + "Id": 984, "CommandName": "Grant-PnPSiteDesignRights", - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 984 + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, + "Id": 985, "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "Id": 985 + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Rank": 1, + "Id": 986, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", - "Id": 986 + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { "Rank": 2, + "Id": 987, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", - "Id": 987 + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { "Rank": 3, + "Id": 988, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", - "Id": 988 + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { "Rank": 4, + "Id": 989, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", - "Id": 989 + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { "Rank": 1, + "Id": 990, "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Xml $xml", - "Id": 990 + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { "Rank": 2, + "Id": 991, "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Path input.xml", - "Id": 991 + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { "Rank": 1, + "Id": 992, "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", - "Id": 992 + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { "Rank": 2, + "Id": 993, "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", - "Id": 993 + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { "Rank": 3, + "Id": 994, "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", - "Id": 994 + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { "Rank": 1, + "Id": 995, "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 995 + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, + "Id": 996, "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 996 + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, + "Id": 997, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", - "Id": 997 + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { "Rank": 2, + "Id": 998, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", - "Id": 998 + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { "Rank": 3, + "Id": 999, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", - "Id": 999 + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { "Rank": 4, + "Id": 1000, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", - "Id": 1000 + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { "Rank": 5, + "Id": 1001, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users\"", - "Id": 1001 + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { "Rank": 6, + "Id": 1002, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", - "Id": 1002 + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { "Rank": 7, + "Id": 1003, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", - "Id": 1003 + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { "Rank": 1, + "Id": 1004, "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1004 + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 2, + "Id": 1005, "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Id": 1005 + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Rank": 1, + "Id": 1006, "CommandName": "Invoke-PnPQuery", - "Command": "Invoke-PnPQuery -RetryCount 5", - "Id": 1006 + "Command": "Invoke-PnPQuery -RetryCount 5" }, { "Rank": 1, + "Id": 1007, "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1007 + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 2, + "Id": 1008, "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", - "Id": 1008 + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Rank": 1, + "Id": 1009, "CommandName": "Invoke-PnPSiteScript", - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", - "Id": 1009 + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { "Rank": 1, + "Id": 1010, "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "Id": 1010 + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Rank": 2, + "Id": 1011, "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", - "Id": 1011 + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Rank": 3, + "Id": 1012, "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", - "Id": 1012 + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { "Rank": 1, + "Id": 1013, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", - "Id": 1013 + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { "Rank": 2, + "Id": 1014, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml", - "Id": 1014 + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { "Rank": 3, + "Id": 1015, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", - "Id": 1015 + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { "Rank": 4, + "Id": 1016, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Id": 1016 + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Rank": 5, + "Id": 1017, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", - "Id": 1017 + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { "Rank": 6, + "Id": 1018, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", - "Id": 1018 + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { "Rank": 7, + "Id": 1019, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", - "Id": 1019 + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { "Rank": 8, + "Id": 1020, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", - "Id": 1020 + "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { "Rank": 9, + "Id": 1021, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", - "Id": 1021 + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { "Rank": 1, + "Id": 1022, "CommandName": "Invoke-PnPSPRestMethod", - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", - "Id": 1022 + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { "Rank": 1, + "Id": 1023, "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", - "Id": 1023 + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { "Rank": 2, + "Id": 1024, "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", - "Id": 1024 + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { "Rank": 3, + "Id": 1025, "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", - "Id": 1025 + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Rank": 1, + "Id": 1026, "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", - "Id": 1026 + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { "Rank": 2, + "Id": 1027, "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", - "Id": 1027 + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { "Rank": 1, + "Id": 1028, "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\"", - "Id": 1028 + "Command": "Measure-PnPList \"Documents\"" }, { "Rank": 2, + "Id": 1029, "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", - "Id": 1029 + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { "Rank": 1, + "Id": 1030, "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb", - "Id": 1030 + "Command": "Measure-PnPWeb" }, { "Rank": 2, + "Id": 1031, "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb $web -Recursive", - "Id": 1031 + "Command": "Measure-PnPWeb $web -Recursive" }, { "Rank": 1, + "Id": 1032, "CommandName": "Merge-PnPTerm", - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", - "Id": 1032 + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { "Rank": 1, + "Id": 1033, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", - "Id": 1033 + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { "Rank": 2, + "Id": 1034, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", - "Id": 1034 + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { "Rank": 3, + "Id": 1035, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Id": 1035 + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Rank": 4, + "Id": 1036, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", - "Id": 1036 + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Rank": 1, + "Id": 1037, "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", - "Id": 1037 + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { "Rank": 2, + "Id": 1038, "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", - "Id": 1038 + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { "Rank": 1, + "Id": 1039, "CommandName": "Move-PnPListItemToRecycleBin", - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", - "Id": 1039 + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { "Rank": 1, + "Id": 1040, "CommandName": "Move-PnPPage", - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", - "Id": 1040 + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { "Rank": 1, + "Id": 1041, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", - "Id": 1041 + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { "Rank": 2, + "Id": 1042, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", - "Id": 1042 + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { "Rank": 3, + "Id": 1043, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", - "Id": 1043 + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { "Rank": 4, + "Id": 1044, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", - "Id": 1044 + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { "Rank": 1, + "Id": 1045, "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem", - "Id": 1045 + "Command": "Move-PnPRecycleBinItem" }, { "Rank": 2, + "Id": 1046, "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", - "Id": 1046 + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { "Rank": 3, + "Id": 1047, "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Force", - "Id": 1047 + "Command": "Move-PnPRecycleBinItem -Force" }, { "Rank": 1, + "Id": 1048, "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", - "Id": 1048 + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { "Rank": 2, + "Id": 1049, "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", - "Id": 1049 + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { "Rank": 3, + "Id": 1050, "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", - "Id": 1050 + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { "Rank": 1, + "Id": 1051, "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", - "Id": 1051 + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { "Rank": 2, + "Id": 1052, "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", - "Id": 1052 + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { "Rank": 1, + "Id": 1053, "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", - "Id": 1053 + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Rank": 2, + "Id": 1054, "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", - "Id": 1054 + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { "Rank": 3, + "Id": 1055, "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", - "Id": 1055 + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { "Rank": 1, + "Id": 1056, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", - "Id": 1056 + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { "Rank": 2, + "Id": 1057, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", - "Id": 1057 + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { "Rank": 3, + "Id": 1058, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", - "Id": 1058 + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { "Rank": 1, + "Id": 1059, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", - "Id": 1059 + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { "Rank": 2, + "Id": 1060, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", - "Id": 1060 + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { "Rank": 3, + "Id": 1061, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", - "Id": 1061 + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { "Rank": 4, + "Id": 1062, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", - "Id": 1062 + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { "Rank": 1, + "Id": 1063, "CommandName": "New-PnPContainerType", - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", - "Id": 1063 + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { "Rank": 1, + "Id": 1064, "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", - "Id": 1064 + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Rank": 2, + "Id": 1065, "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", - "Id": 1065 + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Rank": 1, + "Id": 1066, "CommandName": "New-PnPGroup", - "Command": "New-PnPGroup -Title \"My Site Users\"", - "Id": 1066 + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { "Rank": 1, + "Id": 1067, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", - "Id": 1067 + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { "Rank": 2, + "Id": 1068, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Id": 1068 + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { "Rank": 3, + "Id": 1069, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", - "Id": 1069 + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { "Rank": 4, + "Id": 1070, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Id": 1070 + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { "Rank": 1, + "Id": 1071, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 1071 + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Rank": 1, + "Id": 1072, "CommandName": "New-PnPList", - "Command": "New-PnPList -Title Announcements -Template Announcements", - "Id": 1072 + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { "Rank": 2, + "Id": 1073, "CommandName": "New-PnPList", - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", - "Id": 1073 + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { "Rank": 3, + "Id": 1074, "CommandName": "New-PnPList", - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", - "Id": 1074 + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { "Rank": 1, + "Id": 1075, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", - "Id": 1075 + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Rank": 2, + "Id": 1076, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", - "Id": 1076 + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { "Rank": 3, + "Id": 1077, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", - "Id": 1077 + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { "Rank": 4, + "Id": 1078, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", - "Id": 1078 + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { "Rank": 5, + "Id": 1079, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Id": 1079 + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Rank": 6, + "Id": 1080, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1080 + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Rank": 7, + "Id": 1081, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", - "Id": 1081 + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { "Rank": 1, + "Id": 1082, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", - "Id": 1082 + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { "Rank": 2, + "Id": 1083, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", - "Id": 1083 + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { "Rank": 1, + "Id": 1084, "CommandName": "New-PnPPersonalSite", - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", - "Id": 1084 + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { "Rank": 1, + "Id": 1085, "CommandName": "New-PnPPlannerPlan", - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", - "Id": 1085 + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { "Rank": 1, + "Id": 1086, "CommandName": "New-PnpProfileCardProperty", - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", - "Id": 1086 + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { "Rank": 1, + "Id": 1087, "CommandName": "New-PnPSdnProvider", - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", - "Id": 1087 + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { "Rank": 1, + "Id": 1088, "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", - "Id": 1088 + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { "Rank": 2, + "Id": 1089, "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Id": 1089 + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { "Rank": 1, + "Id": 1090, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "Id": 1090 + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Rank": 2, + "Id": 1091, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", - "Id": 1091 + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { "Rank": 3, + "Id": 1092, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Id": 1092 + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Rank": 4, + "Id": 1093, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "Id": 1093 + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Rank": 5, + "Id": 1094, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "Id": 1094 + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Rank": 6, + "Id": 1095, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "Id": 1095 + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Rank": 7, + "Id": 1096, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", - "Id": 1096 + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { "Rank": 8, + "Id": 1097, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", - "Id": 1097 + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { "Rank": 9, + "Id": 1098, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", - "Id": 1098 + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { "Rank": 10, + "Id": 1099, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", - "Id": 1099 + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { "Rank": 11, + "Id": 1100, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", - "Id": 1100 + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Rank": 12, + "Id": 1101, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", - "Id": 1101 + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Rank": 13, + "Id": 1102, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", - "Id": 1102 + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Rank": 14, + "Id": 1103, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", - "Id": 1103 + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Rank": 15, + "Id": 1104, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", - "Id": 1104 + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Rank": 16, + "Id": 1105, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", - "Id": 1105 + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { "Rank": 17, + "Id": 1106, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", - "Id": 1106 + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { "Rank": 1, + "Id": 1107, "CommandName": "New-PnPSiteCollectionTermStore", - "Command": "New-PnPSiteCollectionTermStore", - "Id": 1107 + "Command": "New-PnPSiteCollectionTermStore" }, { "Rank": 1, + "Id": 1108, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", - "Id": 1108 + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { "Rank": 2, + "Id": 1109, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", - "Id": 1109 + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { "Rank": 3, + "Id": 1110, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", - "Id": 1110 + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { "Rank": 4, + "Id": 1111, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", - "Id": 1111 + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { "Rank": 1, + "Id": 1112, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", - "Id": 1112 + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Rank": 1, + "Id": 1113, "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", - "Id": 1113 + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { "Rank": 2, + "Id": 1114, "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", - "Id": 1114 + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { "Rank": 1, + "Id": 1115, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", - "Id": 1115 + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { "Rank": 2, + "Id": 1116, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", - "Id": 1116 + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { "Rank": 3, + "Id": 1117, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", - "Id": 1117 + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { "Rank": 4, + "Id": 1118, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", - "Id": 1118 + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { "Rank": 5, + "Id": 1119, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", - "Id": 1119 + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { "Rank": 6, + "Id": 1120, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1120 + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 7, + "Id": 1121, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", - "Id": 1121 + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { "Rank": 8, + "Id": 1122, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", - "Id": 1122 + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { "Rank": 1, + "Id": 1123, "CommandName": "New-PnPTeamsApp", - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", - "Id": 1123 + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { "Rank": 1, + "Id": 1124, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", - "Id": 1124 + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { "Rank": 2, + "Id": 1125, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -GroupId $groupId", - "Id": 1125 + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { "Rank": 3, + "Id": 1126, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", - "Id": 1126 + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { "Rank": 4, + "Id": 1127, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", - "Id": 1127 + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Rank": 5, + "Id": 1128, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", - "Id": 1128 + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { "Rank": 6, + "Id": 1129, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1129 + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Rank": 1, + "Id": 1130, "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", - "Id": 1130 + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Rank": 2, + "Id": 1131, "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", - "Id": 1131 + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Rank": 1, + "Id": 1132, "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", - "Id": 1132 + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { "Rank": 2, + "Id": 1133, "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Id": 1133 + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 1, + "Id": 1134, "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\"", - "Id": 1134 + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { "Rank": 2, + "Id": 1135, "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "Id": 1135 + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { "Rank": 1, + "Id": 1136, "CommandName": "New-PnPTermLabel", - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", - "Id": 1136 + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { "Rank": 1, + "Id": 1137, "CommandName": "New-PnPTermSet", - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", - "Id": 1137 + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { "Rank": 1, + "Id": 1138, "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", - "Id": 1138 + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { "Rank": 2, + "Id": 1139, "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", - "Id": 1139 + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { "Rank": 1, + "Id": 1140, "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", - "Id": 1140 + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { "Rank": 2, + "Id": 1141, "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", - "Id": 1141 + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { "Rank": 1, + "Id": 1142, "CommandName": "New-PnPUser", - "Command": "New-PnPUser -LoginName user@company.com", - "Id": 1142 + "Command": "New-PnPUser -LoginName user@company.com" }, { "Rank": 1, + "Id": 1143, "CommandName": "New-PnPVivaEngageCommunity", - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", - "Id": 1143 + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { "Rank": 1, + "Id": 1144, "CommandName": "New-PnPWeb", - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", - "Id": 1144 + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { "Rank": 1, + "Id": 1145, "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", - "Id": 1145 + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Rank": 2, + "Id": 1146, "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", - "Id": 1146 + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { "Rank": 1, + "Id": 1147, "CommandName": "Publish-PnPContentType", - "Command": "Publish-PnPContentType -ContentType 0x0101", - "Id": 1147 + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { "Rank": 1, + "Id": 1148, "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "Id": 1148 + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Rank": 2, + "Id": 1149, "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "Id": 1149 + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Rank": 1, + "Id": 1150, "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp", - "Id": 1150 + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { "Rank": 2, + "Id": 1151, "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", - "Id": 1151 + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { "Rank": 3, + "Id": 1152, "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Xml $xml", - "Id": 1152 + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { "Rank": 1, + "Id": 1153, "CommandName": "Read-PnPTenantTemplate", - "Command": "Read-PnPTenantTemplate -Path template.pnp", - "Id": 1153 + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { "Rank": 1, + "Id": 1154, "CommandName": "Register-PnPAppCatalogSite", - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", - "Id": 1154 + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { "Rank": 1, + "Id": 1155, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", - "Id": 1155 + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { "Rank": 2, + "Id": 1156, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1156 + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Rank": 3, + "Id": 1157, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", - "Id": 1157 + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { "Rank": 4, + "Id": 1158, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1158 + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Rank": 5, + "Id": 1159, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1159 + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Rank": 6, + "Id": 1160, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", - "Id": 1160 + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Rank": 7, + "Id": 1161, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", - "Id": 1161 + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { "Rank": 8, + "Id": 1162, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", - "Id": 1162 + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { "Rank": 1, + "Id": 1163, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", - "Id": 1163 + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { "Rank": 2, + "Id": 1164, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", - "Id": 1164 + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { "Rank": 1, + "Id": 1165, "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "Id": 1165 + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Rank": 2, + "Id": 1166, "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", - "Id": 1166 + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { "Rank": 1, + "Id": 1167, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", - "Id": 1167 + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { "Rank": 2, + "Id": 1168, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", - "Id": 1168 + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { "Rank": 1, + "Id": 1169, "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", - "Id": 1169 + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { "Rank": 2, + "Id": 1170, "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", - "Id": 1170 + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1171, "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1171 + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, + "Id": 1172, "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1172 + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, + "Id": 1173, "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 1173 + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, + "Id": 1174, "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Id": 1174 + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Rank": 1, + "Id": 1175, "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", - "Id": 1175 + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { "Rank": 2, + "Id": 1176, "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "Id": 1176 + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Rank": 1, + "Id": 1177, "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity MyApp", - "Id": 1177 + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { "Rank": 2, + "Id": 1178, "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", - "Id": 1178 + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Rank": 1, + "Id": 1179, "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $groupId", - "Id": 1179 + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { "Rank": 2, + "Id": 1180, "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $group", - "Id": 1180 + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { "Rank": 1, + "Id": 1181, "CommandName": "Remove-PnPAzureADGroupMember", - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1181 + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1182, "CommandName": "Remove-PnPAzureADGroupOwner", - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1182 + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1183, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", - "Id": 1183 + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { "Rank": 2, + "Id": 1184, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", - "Id": 1184 + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { "Rank": 3, + "Id": 1185, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", - "Id": 1185 + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Rank": 4, + "Id": 1186, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", - "Id": 1186 + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Rank": 1, + "Id": 1187, "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", - "Id": 1187 + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { "Rank": 2, + "Id": 1188, "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", - "Id": 1188 + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { "Rank": 1, + "Id": 1189, "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Id": 1189 + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Rank": 2, + "Id": 1190, "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", - "Id": 1190 + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { "Rank": 1, + "Id": 1191, "CommandName": "Remove-PnPContainerType", - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", - "Id": 1191 + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { "Rank": 1, + "Id": 1192, "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\"", - "Id": 1192 + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { "Rank": 2, + "Id": 1193, "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", - "Id": 1193 + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { "Rank": 1, + "Id": 1194, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", - "Id": 1194 + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Rank": 2, + "Id": 1195, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", - "Id": 1195 + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Rank": 1, + "Id": 1196, "CommandName": "Remove-PnPContentTypeFromList", - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", - "Id": 1196 + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { "Rank": 1, + "Id": 1197, "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 1197 + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, + "Id": 1198, "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", - "Id": 1198 + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Rank": 3, + "Id": 1199, "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", - "Id": 1199 + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { "Rank": 1, + "Id": 1200, "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Id": 1200 + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, + "Id": 1201, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 1201 + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 2, + "Id": 1202, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", - "Id": 1202 + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Rank": 3, + "Id": 1203, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", - "Id": 1203 + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { "Rank": 4, + "Id": 1204, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList", - "Id": 1204 + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { "Rank": 5, + "Id": 1205, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver", - "Id": 1205 + "Command": "Remove-PnPEventReceiver" }, { "Rank": 6, + "Id": 1206, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Site", - "Id": 1206 + "Command": "Remove-PnPEventReceiver -Scope Site" }, { "Rank": 7, + "Id": 1207, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Web", - "Id": 1207 + "Command": "Remove-PnPEventReceiver -Scope Web" }, { "Rank": 8, + "Id": 1208, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope All", - "Id": 1208 + "Command": "Remove-PnPEventReceiver -Scope All" }, { "Rank": 1, + "Id": 1209, "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -Identity \"Speakers\"", - "Id": 1209 + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { "Rank": 2, + "Id": 1210, "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", - "Id": 1210 + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Rank": 1, + "Id": 1211, "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", - "Id": 1211 + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Rank": 2, + "Id": 1212, "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", - "Id": 1212 + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { "Rank": 1, + "Id": 1213, "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", - "Id": 1213 + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { "Rank": 2, + "Id": 1214, "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", - "Id": 1214 + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { "Rank": 3, + "Id": 1215, "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", - "Id": 1215 + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { "Rank": 1, + "Id": 1216, "CommandName": "Remove-PnPFileFromSiteTemplate", - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", - "Id": 1216 + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { "Rank": 1, + "Id": 1217, "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", - "Id": 1217 + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Rank": 2, + "Id": 1218, "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", - "Id": 1218 + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { "Rank": 1, + "Id": 1219, "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "Id": 1219 + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Rank": 2, + "Id": 1220, "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Id": 1220 + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Rank": 3, + "Id": 1221, "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", - "Id": 1221 + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { "Rank": 1, + "Id": 1222, "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 1222 + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 2, + "Id": 1223, "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", - "Id": 1223 + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { "Rank": 1, + "Id": 1224, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", - "Id": 1224 + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { "Rank": 2, + "Id": 1225, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", - "Id": 1225 + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { "Rank": 3, + "Id": 1226, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", - "Id": 1226 + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { "Rank": 4, + "Id": 1227, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", - "Id": 1227 + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { "Rank": 1, + "Id": 1228, "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", - "Id": 1228 + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Rank": 2, + "Id": 1229, "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", - "Id": 1229 + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { "Rank": 1, + "Id": 1230, "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", - "Id": 1230 + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Rank": 2, + "Id": 1231, "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", - "Id": 1231 + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { "Rank": 1, + "Id": 1232, "CommandName": "Remove-PnPGraphSubscription", - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", - "Id": 1232 + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { "Rank": 1, + "Id": 1233, "CommandName": "Remove-PnPGroup", - "Command": "Remove-PnPGroup -Identity \"My Users\"", - "Id": 1233 + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { "Rank": 1, + "Id": 1234, "CommandName": "Remove-PnPGroupMember", - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", - "Id": 1234 + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Rank": 1, + "Id": 1235, "CommandName": "Remove-PnPHomeSite", - "Command": "Remove-PnPHomeSite", - "Id": 1235 + "Command": "Remove-PnPHomeSite" }, { "Rank": 1, + "Id": 1236, "CommandName": "Remove-PnPHubSiteAssociation", - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", - "Id": 1236 + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Rank": 1, + "Id": 1237, "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", - "Id": 1237 + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { "Rank": 2, + "Id": 1238, "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", - "Id": 1238 + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { "Rank": 1, + "Id": 1239, "CommandName": "Remove-PnPIndexedProperty", - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", - "Id": 1239 + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { "Rank": 1, + "Id": 1240, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", - "Id": 1240 + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { "Rank": 2, + "Id": 1241, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", - "Id": 1241 + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { "Rank": 3, + "Id": 1242, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", - "Id": 1242 + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { "Rank": 4, + "Id": 1243, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Scope Site", - "Id": 1243 + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { "Rank": 5, + "Id": 1244, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", - "Id": 1244 + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { "Rank": 1, + "Id": 1245, "CommandName": "Remove-PnPKnowledgeHubSite", - "Command": "Remove-PnPKnowledgeHubSite", - "Id": 1245 + "Command": "Remove-PnPKnowledgeHubSite" }, { "Rank": 1, + "Id": 1246, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", - "Id": 1246 + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { "Rank": 2, + "Id": 1247, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", - "Id": 1247 + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { "Rank": 1, + "Id": 1248, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements", - "Id": 1248 + "Command": "Remove-PnPList -Identity Announcements" }, { "Rank": 2, + "Id": 1249, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Force", - "Id": 1249 + "Command": "Remove-PnPList -Identity Announcements -Force" }, { "Rank": 3, + "Id": 1250, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle", - "Id": 1250 + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { "Rank": 4, + "Id": 1251, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", - "Id": 1251 + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { "Rank": 1, + "Id": 1252, "CommandName": "Remove-PnPListDesign", - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1252 + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, + "Id": 1253, "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", - "Id": 1253 + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { "Rank": 2, + "Id": 1254, "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", - "Id": 1254 + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { "Rank": 3, + "Id": 1255, "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\"", - "Id": 1255 + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { "Rank": 1, + "Id": 1256, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", - "Id": 1256 + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { "Rank": 2, + "Id": 1257, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", - "Id": 1257 + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { "Rank": 3, + "Id": 1258, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", - "Id": 1258 + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { "Rank": 4, + "Id": 1259, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", - "Id": 1259 + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { "Rank": 5, + "Id": 1260, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", - "Id": 1260 + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { "Rank": 1, + "Id": 1261, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", - "Id": 1261 + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { "Rank": 2, + "Id": 1262, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", - "Id": 1262 + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { "Rank": 3, + "Id": 1263, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", - "Id": 1263 + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { "Rank": 4, + "Id": 1264, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", - "Id": 1264 + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { "Rank": 1, + "Id": 1265, "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "Id": 1265 + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { "Rank": 2, + "Id": 1266, "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Id": 1266 + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { "Rank": 1, + "Id": 1267, "CommandName": "Remove-PnPManagedAppId", - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", - "Id": 1267 + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { "Rank": 1, + "Id": 1268, "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", - "Id": 1268 + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { "Rank": 2, + "Id": 1269, "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $group", - "Id": 1269 + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { "Rank": 1, + "Id": 1270, "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1270 + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1271, "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", - "Id": 1271 + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1272, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", - "Id": 1272 + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { "Rank": 1, + "Id": 1273, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", - "Id": 1273 + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { "Rank": 2, + "Id": 1274, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", - "Id": 1274 + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { "Rank": 1, + "Id": 1275, "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Identity 1032", - "Id": 1275 + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { "Rank": 2, + "Id": 1276, "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", - "Id": 1276 + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { "Rank": 3, + "Id": 1277, "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", - "Id": 1277 + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { "Rank": 1, + "Id": 1278, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", - "Id": 1278 + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { "Rank": 2, + "Id": 1279, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", - "Id": 1279 + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { "Rank": 3, + "Id": 1280, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", - "Id": 1280 + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { "Rank": 1, + "Id": 1281, "CommandName": "Remove-PnPOrgNewsSite", - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", - "Id": 1281 + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Rank": 1, + "Id": 1282, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\"", - "Id": 1282 + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { "Rank": 2, + "Id": 1283, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", - "Id": 1283 + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { "Rank": 3, + "Id": 1284, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage $page", - "Id": 1284 + "Command": "Remove-PnPPage $page" }, { "Rank": 4, + "Id": 1285, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", - "Id": 1285 + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { "Rank": 1, + "Id": 1286, "CommandName": "Remove-PnPPageComponent", - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 1286 + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 1, + "Id": 1287, "CommandName": "Remove-PnPPlannerBucket", - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", - "Id": 1287 + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { "Rank": 1, + "Id": 1288, "CommandName": "Remove-PnPPlannerPlan", - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", - "Id": 1288 + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { "Rank": 1, + "Id": 1289, "CommandName": "Remove-PnPPlannerRoster", - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", - "Id": 1289 + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Rank": 1, + "Id": 1290, "CommandName": "Remove-PnPPlannerRosterMember", - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", - "Id": 1290 + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1291, "CommandName": "Remove-PnPPlannerTask", - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", - "Id": 1291 + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { "Rank": 1, + "Id": 1292, "CommandName": "Remove-PnPProfileCardProperty", - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", - "Id": 1292 + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { "Rank": 1, + "Id": 1293, "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey", - "Id": 1293 + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { "Rank": 2, + "Id": 1294, "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", - "Id": 1294 + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { "Rank": 3, + "Id": 1295, "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", - "Id": 1295 + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { "Rank": 1, + "Id": 1296, "CommandName": "Remove-PnPPublishingImageRendition", - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", - "Id": 1296 + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Rank": 1, + "Id": 1297, "CommandName": "Remove-PnPRoleDefinition", - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", - "Id": 1297 + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { "Rank": 1, + "Id": 1298, "CommandName": "Remove-PnPSdnProvider", - "Command": "Remove-PnPSdnProvider -Confirm:false", - "Id": 1298 + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { "Rank": 1, + "Id": 1299, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config", - "Id": 1299 + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { "Rank": 2, + "Id": 1300, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", - "Id": 1300 + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Rank": 3, + "Id": 1301, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Id": 1301 + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Rank": 4, + "Id": 1302, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 1302 + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 1, + "Id": 1303, "CommandName": "Remove-PnPSearchExternalConnection", - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", - "Id": 1303 + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { "Rank": 1, + "Id": 1304, "CommandName": "Remove-PnPSearchExternalItem", - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", - "Id": 1304 + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { "Rank": 1, + "Id": 1305, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", - "Id": 1305 + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 2, + "Id": 1306, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 1306 + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 1, + "Id": 1307, "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", - "Id": 1307 + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Rank": 1, + "Id": 1308, "CommandName": "Remove-PnPSiteCollectionTermStore", - "Command": "Remove-PnPSiteCollectionTermStore", - "Id": 1308 + "Command": "Remove-PnPSiteCollectionTermStore" }, { "Rank": 1, + "Id": 1309, "CommandName": "Remove-PnPSiteDesign", - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1309 + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, + "Id": 1310, "CommandName": "Remove-PnPSiteDesignTask", - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1310 + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, + "Id": 1311, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1311 + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { "Rank": 2, + "Id": 1312, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", - "Id": 1312 + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { "Rank": 1, + "Id": 1313, "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", - "Id": 1313 + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, + "Id": 1314, "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", - "Id": 1314 + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { "Rank": 1, + "Id": 1315, "CommandName": "Remove-PnPSiteScript", - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", - "Id": 1315 + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Rank": 1, + "Id": 1316, "CommandName": "Remove-PnPSiteUserInvitations", - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", - "Id": 1316 + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Rank": 1, + "Id": 1317, "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey", - "Id": 1317 + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { "Rank": 2, + "Id": 1318, "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", - "Id": 1318 + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { "Rank": 1, + "Id": 1319, "CommandName": "Remove-PnPStoredCredential", - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", - "Id": 1319 + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { "Rank": 1, + "Id": 1320, "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", - "Id": 1320 + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { "Rank": 2, + "Id": 1321, "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", - "Id": 1321 + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { "Rank": 1, + "Id": 1322, "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", - "Id": 1322 + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { "Rank": 2, + "Id": 1323, "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", - "Id": 1323 + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { "Rank": 1, + "Id": 1324, "CommandName": "Remove-PnPTeamsChannel", - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", - "Id": 1324 + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { "Rank": 1, + "Id": 1325, "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", - "Id": 1325 + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { "Rank": 2, + "Id": 1326, "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", - "Id": 1326 + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Rank": 3, + "Id": 1327, "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", - "Id": 1327 + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { "Rank": 1, + "Id": 1328, "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", - "Id": 1328 + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { "Rank": 2, + "Id": 1329, "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", - "Id": 1329 + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { "Rank": 3, + "Id": 1330, "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", - "Id": 1330 + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { "Rank": 1, + "Id": 1331, "CommandName": "Remove-PnPTeamsTag", - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", - "Id": 1331 + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Rank": 1, + "Id": 1332, "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", - "Id": 1332 + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Rank": 2, + "Id": 1333, "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity testteam", - "Id": 1333 + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { "Rank": 1, + "Id": 1334, "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", - "Id": 1334 + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { "Rank": 2, + "Id": 1335, "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 1335 + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 3, + "Id": 1336, "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", - "Id": 1336 + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { "Rank": 1, + "Id": 1337, "CommandName": "Remove-PnPTenantCdnOrigin", - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", - "Id": 1337 + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Rank": 1, + "Id": 1338, "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1338 + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, + "Id": 1339, "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Id": 1339 + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Rank": 1, + "Id": 1340, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", - "Id": 1340 + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { "Rank": 2, + "Id": 1341, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", - "Id": 1341 + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { "Rank": 3, + "Id": 1342, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", - "Id": 1342 + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { "Rank": 1, + "Id": 1343, "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1343 + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, + "Id": 1344, "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", - "Id": 1344 + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { "Rank": 3, + "Id": 1345, "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", - "Id": 1345 + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { "Rank": 1, + "Id": 1346, "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Command": "Remove-PnPTenantSyncClientRestriction", - "Id": 1346 + "Command": "Remove-PnPTenantSyncClientRestriction" }, { "Rank": 1, + "Id": 1347, "CommandName": "Remove-PnPTenantTheme", - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", - "Id": 1347 + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Rank": 1, + "Id": 1348, "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "Id": 1348 + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Rank": 2, + "Id": 1349, "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 1349 + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, + "Id": 1350, "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", - "Id": 1350 + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Rank": 2, + "Id": 1351, "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", - "Id": 1351 + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { "Rank": 3, + "Id": 1352, "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", - "Id": 1352 + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { "Rank": 1, + "Id": 1353, "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", - "Id": 1353 + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { "Rank": 2, + "Id": 1354, "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", - "Id": 1354 + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Rank": 1, + "Id": 1355, "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", - "Id": 1355 + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { "Rank": 2, + "Id": 1356, "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", - "Id": 1356 + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { "Rank": 1, + "Id": 1357, "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity 23", - "Id": 1357 + "Command": "Remove-PnPUser -Identity 23" }, { "Rank": 2, + "Id": 1358, "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", - "Id": 1358 + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { "Rank": 3, + "Id": 1359, "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", - "Id": 1359 + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { "Rank": 1, + "Id": 1360, "CommandName": "Remove-PnPUserInfo", - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", - "Id": 1360 + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Rank": 1, + "Id": 1361, "CommandName": "Remove-PnPUserProfile", - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", - "Id": 1361 + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { "Rank": 1, + "Id": 1362, "CommandName": "Remove-PnPUserProfilePhoto", - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", - "Id": 1362 + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1363, "CommandName": "Remove-PnPView", - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", - "Id": 1363 + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { "Rank": 1, + "Id": 1364, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", - "Id": 1364 + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Rank": 1, + "Id": 1365, "CommandName": "Remove-PnPVivaEngageCommunity", - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", - "Id": 1365 + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { "Rank": 1, + "Id": 1366, "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity projectA", - "Id": 1366 + "Command": "Remove-PnPWeb -Identity projectA" }, { "Rank": 2, + "Id": 1367, "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", - "Id": 1367 + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { "Rank": 1, + "Id": 1368, "CommandName": "Remove-PnPWebhookSubscription", - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", - "Id": 1368 + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { "Rank": 1, + "Id": 1369, "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", - "Id": 1369 + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Rank": 2, + "Id": 1370, "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", - "Id": 1370 + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { "Rank": 1, + "Id": 1371, "CommandName": "Remove-PnPWikiPage", - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", - "Id": 1371 + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { "Rank": 1, + "Id": 1372, "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", - "Id": 1372 + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { "Rank": 2, + "Id": 1373, "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", - "Id": 1373 + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { "Rank": 3, + "Id": 1374, "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", - "Id": 1374 + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { "Rank": 1, + "Id": 1375, "CommandName": "Rename-PnPFolder", - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", - "Id": 1375 + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { "Rank": 1, + "Id": 1376, "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "Id": 1376 + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, + "Id": 1377, "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "Id": 1377 + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Rank": 1, + "Id": 1378, "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", - "Id": 1378 + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { "Rank": 2, + "Id": 1379, "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", - "Id": 1379 + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { "Rank": 1, + "Id": 1380, "CommandName": "Request-PnPReIndexList", - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", - "Id": 1380 + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { "Rank": 1, + "Id": 1381, "CommandName": "Request-PnPReIndexWeb", - "Command": "Request-PnPReIndexWeb", - "Id": 1381 + "Command": "Request-PnPReIndexWeb" }, { "Rank": 1, + "Id": 1382, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", - "Id": 1382 + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { "Rank": 2, + "Id": 1383, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", - "Id": 1383 + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { "Rank": 3, + "Id": 1384, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", - "Id": 1384 + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { "Rank": 1, + "Id": 1385, "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", - "Id": 1385 + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { "Rank": 2, + "Id": 1386, "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", - "Id": 1386 + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { "Rank": 1, + "Id": 1387, "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", - "Id": 1387 + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { "Rank": 2, + "Id": 1388, "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", - "Id": 1388 + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { "Rank": 1, + "Id": 1389, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Command": "Reset-PnPMicrosoft365GroupExpiration", - "Id": 1389 + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { "Rank": 1, + "Id": 1390, "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", - "Id": 1390 + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { "Rank": 2, + "Id": 1391, "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", - "Id": 1391 + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { "Rank": 1, + "Id": 1392, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", - "Id": 1392 + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { "Rank": 1, + "Id": 1393, "CommandName": "Resolve-PnPFolder", - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", - "Id": 1393 + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { "Rank": 1, + "Id": 1394, "CommandName": "Restart-PnPFlowRun", - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Id": 1394 + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Rank": 1, + "Id": 1395, "CommandName": "Restore-PnPDeletedContainer", - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", - "Id": 1395 + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Rank": 1, + "Id": 1396, "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", - "Id": 1396 + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Rank": 1, + "Id": 1397, "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", - "Id": 1397 + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Rank": 2, + "Id": 1398, "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", - "Id": 1398 + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { "Rank": 3, + "Id": 1399, "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", - "Id": 1399 + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Rank": 1, + "Id": 1400, "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 1400 + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 2, + "Id": 1401, "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", - "Id": 1401 + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Rank": 1, + "Id": 1402, "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", - "Id": 1402 + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { "Rank": 2, + "Id": 1403, "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", - "Id": 1403 + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { "Rank": 1, + "Id": 1404, "CommandName": "Restore-PnPRecycleBinItem", - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", - "Id": 1404 + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Rank": 1, + "Id": 1405, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1405 + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, + "Id": 1406, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", - "Id": 1406 + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Rank": 1, + "Id": 1407, "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", - "Id": 1407 + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Rank": 2, + "Id": 1408, "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", - "Id": 1408 + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Rank": 3, + "Id": 1409, "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", - "Id": 1409 + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { "Rank": 1, + "Id": 1410, "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", - "Id": 1410 + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { "Rank": 1, + "Id": 1411, "CommandName": "Revoke-PnPHubSiteRights", - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 1411 + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, + "Id": 1412, "CommandName": "Revoke-PnPSiteDesignRights", - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", - "Id": 1412 + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Rank": 1, + "Id": 1413, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", - "Id": 1413 + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Rank": 1, + "Id": 1414, "CommandName": "Revoke-PnPUserSession", - "Command": "Revoke-PnPUserSession -User user1@contoso.com", - "Id": 1414 + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { "Rank": 1, + "Id": 1415, "CommandName": "Save-PnPPageConversionLog", - "Command": "Save-PnPPageConversionLog", - "Id": 1415 + "Command": "Save-PnPPageConversionLog" }, { "Rank": 1, + "Id": 1416, "CommandName": "Save-PnPSiteTemplate", - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", - "Id": 1416 + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { "Rank": 1, + "Id": 1417, "CommandName": "Save-PnPTenantTemplate", - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", - "Id": 1417 + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { "Rank": 1, + "Id": 1418, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "Id": 1418 + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Rank": 2, + "Id": 1419, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", - "Id": 1419 + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { "Rank": 3, + "Id": 1420, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", - "Id": 1420 + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Rank": 4, + "Id": 1421, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", - "Id": 1421 + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { "Rank": 5, + "Id": 1422, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", - "Id": 1422 + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { "Rank": 1, + "Id": 1423, "CommandName": "Set-PnPAdaptiveScopeProperty", - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", - "Id": 1423 + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { "Rank": 1, + "Id": 1424, "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", - "Id": 1424 + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Rank": 2, + "Id": 1425, "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", - "Id": 1425 + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Rank": 1, + "Id": 1426, "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -On", - "Id": 1426 + "Command": "Set-PnPAppSideLoading -On" }, { "Rank": 2, + "Id": 1427, "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -Off", - "Id": 1427 + "Command": "Set-PnPAppSideLoading -Off" }, { "Rank": 1, + "Id": 1428, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -EnableAll", - "Id": 1428 + "Command": "Set-PnPAuditing -EnableAll" }, { "Rank": 2, + "Id": 1429, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -DisableAll", - "Id": 1429 + "Command": "Set-PnPAuditing -DisableAll" }, { "Rank": 3, + "Id": 1430, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7", - "Id": 1430 + "Command": "Set-PnPAuditing -RetentionTime 7" }, { "Rank": 4, + "Id": 1431, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -TrimAuditLog", - "Id": 1431 + "Command": "Set-PnPAuditing -TrimAuditLog" }, { "Rank": 5, + "Id": 1432, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", - "Id": 1432 + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { "Rank": 1, + "Id": 1433, "CommandName": "Set-PnPAvailablePageLayouts", - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", - "Id": 1433 + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { "Rank": 1, + "Id": 1434, "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", - "Id": 1434 + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { "Rank": 2, + "Id": 1435, "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", - "Id": 1435 + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { "Rank": 1, + "Id": 1436, "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", - "Id": 1436 + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { "Rank": 2, + "Id": 1437, "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "Id": 1437 + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { "Rank": 3, + "Id": 1438, "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", - "Id": 1438 + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { "Rank": 1, + "Id": 1439, "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", - "Id": 1439 + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { "Rank": 2, + "Id": 1440, "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", - "Id": 1440 + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { "Rank": 3, + "Id": 1441, "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", - "Id": 1441 + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { "Rank": 1, + "Id": 1442, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", - "Id": 1442 + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { "Rank": 2, + "Id": 1443, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", - "Id": 1443 + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { "Rank": 1, + "Id": 1444, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", - "Id": 1444 + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { "Rank": 2, + "Id": 1445, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", - "Id": 1445 + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { "Rank": 3, + "Id": 1446, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", - "Id": 1446 + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { "Rank": 4, + "Id": 1447, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", - "Id": 1447 + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { "Rank": 1, + "Id": 1448, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "Id": 1448 + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Rank": 2, + "Id": 1449, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", - "Id": 1449 + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { "Rank": 3, + "Id": 1450, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", - "Id": 1450 + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Rank": 4, + "Id": 1451, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Id": 1451 + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Rank": 5, + "Id": 1452, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", - "Id": 1452 + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Rank": 1, + "Id": 1453, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", - "Id": 1453 + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { "Rank": 2, + "Id": 1454, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", - "Id": 1454 + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { "Rank": 1, + "Id": 1455, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", - "Id": 1455 + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { "Rank": 2, + "Id": 1456, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", - "Id": 1456 + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { "Rank": 3, + "Id": 1457, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", - "Id": 1457 + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { "Rank": 4, + "Id": 1458, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", - "Id": 1458 + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { "Rank": 1, + "Id": 1459, "CommandName": "Set-PnPDefaultContentTypeToList", - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", - "Id": 1459 + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { "Rank": 1, + "Id": 1460, "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", - "Id": 1460 + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { "Rank": 2, + "Id": 1461, "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", - "Id": 1461 + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { "Rank": 3, + "Id": 1462, "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", - "Id": 1462 + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { "Rank": 1, + "Id": 1463, "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", - "Id": 1463 + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { "Rank": 2, + "Id": 1464, "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Id": 1464 + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Rank": 3, + "Id": 1465, "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", - "Id": 1465 + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Rank": 1, + "Id": 1466, "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", - "Id": 1466 + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { "Rank": 2, + "Id": 1467, "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", - "Id": 1467 + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { "Rank": 1, + "Id": 1468, "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", - "Id": 1468 + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { "Rank": 2, + "Id": 1469, "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", - "Id": 1469 + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { "Rank": 3, + "Id": 1470, "CommandName": "Set-PnPField", - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", - "Id": 1470 + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { "Rank": 1, + "Id": 1471, "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", - "Id": 1471 + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { "Rank": 2, + "Id": 1472, "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", - "Id": 1472 + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { "Rank": 3, + "Id": 1473, "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", - "Id": 1473 + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { "Rank": 1, + "Id": 1474, "CommandName": "Set-PnPFileCheckedOut", - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", - "Id": 1474 + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { "Rank": 1, + "Id": 1475, "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", - "Id": 1475 + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { "Rank": 2, + "Id": 1476, "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", - "Id": 1476 + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { "Rank": 3, + "Id": 1477, "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", - "Id": 1477 + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { "Rank": 1, + "Id": 1478, "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", - "Id": 1478 + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, + "Id": 1479, "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1479 + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 3, + "Id": 1480, "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Id": 1480 + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Rank": 1, + "Id": 1481, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true", - "Id": 1481 + "Command": "Set-PnPFooter -Enabled:$true" }, { "Rank": 2, + "Id": 1482, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", - "Id": 1482 + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { "Rank": 3, + "Id": 1483, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", - "Id": 1483 + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { "Rank": 4, + "Id": 1484, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -LogoUrl \"\"", - "Id": 1484 + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { "Rank": 1, + "Id": 1485, "CommandName": "Set-PnPGraphSubscription", - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", - "Id": 1485 + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { "Rank": 1, + "Id": 1486, "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", - "Id": 1486 + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { "Rank": 2, + "Id": 1487, "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", - "Id": 1487 + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { "Rank": 1, + "Id": 1488, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", - "Id": 1488 + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { "Rank": 2, + "Id": 1489, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", - "Id": 1489 + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { "Rank": 3, + "Id": 1490, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", - "Id": 1490 + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { "Rank": 4, + "Id": 1491, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", - "Id": 1491 + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { "Rank": 5, + "Id": 1492, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", - "Id": 1492 + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { "Rank": 1, + "Id": 1493, "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", - "Id": 1493 + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { "Rank": 2, + "Id": 1494, "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", - "Id": 1494 + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { "Rank": 1, + "Id": 1495, "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", - "Id": 1495 + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { "Rank": 2, + "Id": 1496, "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", - "Id": 1496 + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { "Rank": 1, + "Id": 1497, "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", - "Id": 1497 + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Rank": 2, + "Id": 1498, "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", - "Id": 1498 + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { "Rank": 3, + "Id": 1499, "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", - "Id": 1499 + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { "Rank": 1, + "Id": 1500, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", - "Id": 1500 + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { "Rank": 2, + "Id": 1501, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", - "Id": 1501 + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { "Rank": 3, + "Id": 1502, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", - "Id": 1502 + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { "Rank": 4, + "Id": 1503, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", - "Id": 1503 + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { "Rank": 5, + "Id": 1504, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", - "Id": 1504 + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { "Rank": 6, + "Id": 1505, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", - "Id": 1505 + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { "Rank": 1, + "Id": 1506, "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", - "Id": 1506 + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { "Rank": 2, + "Id": 1507, "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", - "Id": 1507 + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { "Rank": 1, + "Id": 1508, "CommandName": "Set-PnPIndexedProperties", - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", - "Id": 1508 + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { "Rank": 1, + "Id": 1509, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", - "Id": 1509 + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { "Rank": 2, + "Id": 1510, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", - "Id": 1510 + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { "Rank": 1, + "Id": 1511, "CommandName": "Set-PnPKnowledgeHubSite", - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", - "Id": 1511 + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { "Rank": 1, + "Id": 1512, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", - "Id": 1512 + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { "Rank": 2, + "Id": 1513, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", - "Id": 1513 + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { "Rank": 3, + "Id": 1514, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", - "Id": 1514 + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { "Rank": 4, + "Id": 1515, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", - "Id": 1515 + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { "Rank": 5, + "Id": 1516, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", - "Id": 1516 + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { "Rank": 6, + "Id": 1517, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", - "Id": 1517 + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { "Rank": 7, + "Id": 1518, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", - "Id": 1518 + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { "Rank": 8, + "Id": 1519, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", - "Id": 1519 + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { "Rank": 9, + "Id": 1520, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", - "Id": 1520 + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { "Rank": 10, + "Id": 1521, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", - "Id": 1521 + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { "Rank": 11, + "Id": 1522, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", - "Id": 1522 + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { "Rank": 12, + "Id": 1523, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", - "Id": 1523 + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { "Rank": 1, + "Id": 1524, "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", - "Id": 1524 + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { "Rank": 2, + "Id": 1525, "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", - "Id": 1525 + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { "Rank": 1, + "Id": 1526, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1526 + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 2, + "Id": 1527, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1527 + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 3, + "Id": 1528, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", - "Id": 1528 + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Rank": 4, + "Id": 1529, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", - "Id": 1529 + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { "Rank": 5, + "Id": 1530, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", - "Id": 1530 + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { "Rank": 1, + "Id": 1531, "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", - "Id": 1531 + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Rank": 2, + "Id": 1532, "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", - "Id": 1532 + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { "Rank": 1, + "Id": 1533, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", - "Id": 1533 + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, + "Id": 1534, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1534 + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 3, + "Id": 1535, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", - "Id": 1535 + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Rank": 4, + "Id": 1536, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", - "Id": 1536 + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { "Rank": 5, + "Id": 1537, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", - "Id": 1537 + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { "Rank": 1, + "Id": 1538, "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", - "Id": 1538 + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Rank": 2, + "Id": 1539, "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", - "Id": 1539 + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Rank": 1, + "Id": 1540, "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", - "Id": 1540 + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { "Rank": 2, + "Id": 1541, "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", - "Id": 1541 + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { "Rank": 1, + "Id": 1542, "CommandName": "Set-PnPManagedAppId", - "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", - "Id": 1542 + "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { "Rank": 1, + "Id": 1543, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "Id": 1543 + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Rank": 2, + "Id": 1544, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", - "Id": 1544 + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Rank": 3, + "Id": 1545, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Id": 1545 + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Rank": 4, + "Id": 1546, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", - "Id": 1546 + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Rank": 1, + "Id": 1547, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", - "Id": 1547 + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { "Rank": 2, + "Id": 1548, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", - "Id": 1548 + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, + "Id": 1549, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1549 + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { "Rank": 1, + "Id": 1550, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", - "Id": 1550 + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { "Rank": 2, + "Id": 1551, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", - "Id": 1551 + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, + "Id": 1552, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1552 + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { "Rank": 1, + "Id": 1553, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", - "Id": 1553 + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { "Rank": 2, + "Id": 1554, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", - "Id": 1554 + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, + "Id": 1555, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1555 + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { "Rank": 1, + "Id": 1556, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", - "Id": 1556 + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { "Rank": 2, + "Id": 1557, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", - "Id": 1557 + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, + "Id": 1558, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1558 + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { "Rank": 1, + "Id": 1559, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", - "Id": 1559 + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { "Rank": 2, + "Id": 1560, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", - "Id": 1560 + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, + "Id": 1561, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1561 + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { "Rank": 1, + "Id": 1562, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", - "Id": 1562 + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { "Rank": 2, + "Id": 1563, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", - "Id": 1563 + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { "Rank": 3, + "Id": 1564, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1564 + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { "Rank": 1, + "Id": 1565, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", - "Id": 1565 + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { "Rank": 2, + "Id": 1566, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", - "Id": 1566 + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { "Rank": 3, + "Id": 1567, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", - "Id": 1567 + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { "Rank": 4, + "Id": 1568, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", - "Id": 1568 + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { "Rank": 5, + "Id": 1569, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", - "Id": 1569 + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { "Rank": 6, + "Id": 1570, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", - "Id": 1570 + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Rank": 1, + "Id": 1571, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", - "Id": 1571 + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { "Rank": 2, + "Id": 1572, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", - "Id": 1572 + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { "Rank": 1, + "Id": 1573, "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", - "Id": 1573 + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Rank": 2, + "Id": 1574, "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", - "Id": 1574 + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { "Rank": 1, + "Id": 1575, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", - "Id": 1575 + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { "Rank": 2, + "Id": 1576, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", - "Id": 1576 + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { "Rank": 3, + "Id": 1577, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", - "Id": 1577 + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { "Rank": 4, + "Id": 1578, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", - "Id": 1578 + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { "Rank": 5, + "Id": 1579, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", - "Id": 1579 + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { "Rank": 6, + "Id": 1580, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", - "Id": 1580 + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { "Rank": 7, + "Id": 1581, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", - "Id": 1581 + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Rank": 8, + "Id": 1582, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", - "Id": 1582 + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { "Rank": 9, + "Id": 1583, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", - "Id": 1583 + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { "Rank": 10, + "Id": 1584, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", - "Id": 1584 + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Rank": 11, + "Id": 1585, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", - "Id": 1585 + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { "Rank": 12, + "Id": 1586, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", - "Id": 1586 + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { "Rank": 13, + "Id": 1587, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", - "Id": 1587 + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { "Rank": 1, + "Id": 1588, "CommandName": "Set-PnPPageTextPart", - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", - "Id": 1588 + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { "Rank": 1, + "Id": 1589, "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", - "Id": 1589 + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { "Rank": 2, + "Id": 1590, "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", - "Id": 1590 + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { "Rank": 1, + "Id": 1591, "CommandName": "Set-PnPPlannerBucket", - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", - "Id": 1591 + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { "Rank": 1, + "Id": 1592, "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", - "Id": 1592 + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { "Rank": 2, + "Id": 1593, "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", - "Id": 1593 + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { "Rank": 1, + "Id": 1594, "CommandName": "Set-PnPPlannerPlan", - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", - "Id": 1594 + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { "Rank": 1, + "Id": 1595, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", - "Id": 1595 + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { "Rank": 2, + "Id": 1596, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", - "Id": 1596 + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { "Rank": 3, + "Id": 1597, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", - "Id": 1597 + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Rank": 4, + "Id": 1598, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", - "Id": 1598 + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { "Rank": 1, + "Id": 1599, "CommandName": "Set-PnPPlannerUserPolicy", - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", - "Id": 1599 + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1600, "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", - "Id": 1600 + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { "Rank": 2, + "Id": 1601, "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", - "Id": 1601 + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { "Rank": 1, + "Id": 1602, "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", - "Id": 1602 + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { "Rank": 2, + "Id": 1603, "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", - "Id": 1603 + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { "Rank": 3, + "Id": 1604, "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", - "Id": 1604 + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { "Rank": 1, + "Id": 1605, "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", - "Id": 1605 + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { "Rank": 2, + "Id": 1606, "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled", - "Id": 1606 + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { "Rank": 3, + "Id": 1607, "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", - "Id": 1607 + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { "Rank": 1, + "Id": 1608, "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", - "Id": 1608 + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { "Rank": 2, + "Id": 1609, "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", - "Id": 1609 + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { "Rank": 3, + "Id": 1610, "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", - "Id": 1610 + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { "Rank": 1, + "Id": 1611, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", - "Id": 1611 + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { "Rank": 2, + "Id": 1612, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", - "Id": 1612 + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { "Rank": 3, + "Id": 1613, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", - "Id": 1613 + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { "Rank": 4, + "Id": 1614, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", - "Id": 1614 + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { "Rank": 1, + "Id": 1615, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config", - "Id": 1615 + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { "Rank": 2, + "Id": 1616, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", - "Id": 1616 + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Rank": 3, + "Id": 1617, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", - "Id": 1617 + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Rank": 4, + "Id": 1618, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", - "Id": 1618 + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Rank": 1, + "Id": 1619, "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", - "Id": 1619 + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { "Rank": 2, + "Id": 1620, "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", - "Id": 1620 + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { "Rank": 3, + "Id": 1621, "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", - "Id": 1621 + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { "Rank": 1, + "Id": 1622, "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", - "Id": 1622 + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { "Rank": 2, + "Id": 1623, "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", - "Id": 1623 + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { "Rank": 1, + "Id": 1624, "CommandName": "Set-PnPSearchExternalSchema", - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", - "Id": 1624 + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { "Rank": 1, + "Id": 1625, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", - "Id": 1625 + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { "Rank": 2, + "Id": 1626, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", - "Id": 1626 + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { "Rank": 3, + "Id": 1627, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", - "Id": 1627 + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { "Rank": 4, + "Id": 1628, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", - "Id": 1628 + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { "Rank": 5, + "Id": 1629, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", - "Id": 1629 + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { "Rank": 6, + "Id": 1630, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Tenant", - "Id": 1630 + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { "Rank": 7, + "Id": 1631, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Hub", - "Id": 1631 + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { "Rank": 1, + "Id": 1632, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification \"HBI\"", - "Id": 1632 + "Command": "Set-PnPSite -Classification \"HBI\"" }, { "Rank": 2, + "Id": 1633, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification $null", - "Id": 1633 + "Command": "Set-PnPSite -Classification $null" }, { "Rank": 3, + "Id": 1634, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows", - "Id": 1634 + "Command": "Set-PnPSite -DisableFlows" }, { "Rank": 4, + "Id": 1635, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows:$false", - "Id": 1635 + "Command": "Set-PnPSite -DisableFlows:$false" }, { "Rank": 5, + "Id": 1636, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", - "Id": 1636 + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { "Rank": 6, + "Id": 1637, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -NoScriptSite $false", - "Id": 1637 + "Command": "Set-PnPSite -NoScriptSite $false" }, { "Rank": 1, + "Id": 1638, "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", - "Id": 1638 + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { "Rank": 2, + "Id": 1639, "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", - "Id": 1639 + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { "Rank": 1, + "Id": 1640, "CommandName": "Set-PnPSiteClassification", - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", - "Id": 1640 + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { "Rank": 1, + "Id": 1641, "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Open", - "Id": 1641 + "Command": "Set-PnPSiteClosure -State Open" }, { "Rank": 2, + "Id": 1642, "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Closed", - "Id": 1642 + "Command": "Set-PnPSiteClosure -State Closed" }, { "Rank": 1, + "Id": 1643, "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", - "Id": 1643 + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { "Rank": 2, + "Id": 1644, "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", - "Id": 1644 + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { "Rank": 1, + "Id": 1645, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", - "Id": 1645 + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { "Rank": 2, + "Id": 1646, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", - "Id": 1646 + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { "Rank": 1, + "Id": 1647, "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", - "Id": 1647 + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { "Rank": 2, + "Id": 1648, "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", - "Id": 1648 + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { "Rank": 1, + "Id": 1649, "CommandName": "Set-PnPSitePolicy", - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", - "Id": 1649 + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Rank": 1, + "Id": 1650, "CommandName": "Set-PnPSiteScript", - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "Id": 1650 + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Rank": 1, + "Id": 1651, "CommandName": "Set-PnPSiteScriptPackage", - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", - "Id": 1651 + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Rank": 1, + "Id": 1652, "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", - "Id": 1652 + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { "Rank": 2, + "Id": 1653, "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", - "Id": 1653 + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { "Rank": 1, + "Id": 1654, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", - "Id": 1654 + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { "Rank": 2, + "Id": 1655, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", - "Id": 1655 + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { "Rank": 3, + "Id": 1656, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Id": 1656 + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Rank": 4, + "Id": 1657, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", - "Id": 1657 + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Rank": 5, + "Id": 1658, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Id": 1658 + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Rank": 6, + "Id": 1659, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", - "Id": 1659 + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Rank": 1, + "Id": 1660, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", - "Id": 1660 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { "Rank": 2, + "Id": 1661, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", - "Id": 1661 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { "Rank": 3, + "Id": 1662, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", - "Id": 1662 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { "Rank": 4, + "Id": 1663, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", - "Id": 1663 + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { "Rank": 5, + "Id": 1664, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", - "Id": 1664 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { "Rank": 6, + "Id": 1665, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", - "Id": 1665 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { "Rank": 7, + "Id": 1666, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", - "Id": 1666 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { "Rank": 8, + "Id": 1667, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", - "Id": 1667 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { "Rank": 9, + "Id": 1668, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", - "Id": 1668 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { "Rank": 10, + "Id": 1669, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", - "Id": 1669 + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { "Rank": 11, + "Id": 1670, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", - "Id": 1670 + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { "Rank": 1, + "Id": 1671, "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "Id": 1671 + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Rank": 2, + "Id": 1672, "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", - "Id": 1672 + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Rank": 1, + "Id": 1673, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 1673 + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 2, + "Id": 1674, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", - "Id": 1674 + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Rank": 1, + "Id": 1675, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 1675 + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 2, + "Id": 1676, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", - "Id": 1676 + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Rank": 1, + "Id": 1677, "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", - "Id": 1677 + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { "Rank": 2, + "Id": 1678, "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", - "Id": 1678 + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { "Rank": 3, + "Id": 1679, "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", - "Id": 1679 + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { "Rank": 1, + "Id": 1680, "CommandName": "Set-PnPTeamifyPromptHidden", - "Command": "Set-PnPTeamifyPromptHidden", - "Id": 1680 + "Command": "Set-PnPTeamifyPromptHidden" }, { "Rank": 1, + "Id": 1681, "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", - "Id": 1681 + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { "Rank": 2, + "Id": 1682, "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", - "Id": 1682 + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { "Rank": 1, + "Id": 1683, "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", - "Id": 1683 + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { "Rank": 2, + "Id": 1684, "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", - "Id": 1684 + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { "Rank": 1, + "Id": 1685, "CommandName": "Set-PnPTeamsTab", - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", - "Id": 1685 + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { "Rank": 1, + "Id": 1686, "CommandName": "Set-PnPTeamsTag", - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", - "Id": 1686 + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { "Rank": 1, + "Id": 1687, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", - "Id": 1687 + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { "Rank": 2, + "Id": 1688, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", - "Id": 1688 + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { "Rank": 3, + "Id": 1689, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", - "Id": 1689 + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { "Rank": 4, + "Id": 1690, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", - "Id": 1690 + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { "Rank": 1, + "Id": 1691, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", - "Id": 1691 + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { "Rank": 2, + "Id": 1692, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", - "Id": 1692 + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { "Rank": 3, + "Id": 1693, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", - "Id": 1693 + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { "Rank": 1, + "Id": 1694, "CommandName": "Set-PnPTeamsTeamPicture", - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", - "Id": 1694 + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { "Rank": 1, + "Id": 1695, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $true", - "Id": 1695 + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { "Rank": 2, + "Id": 1696, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $false", - "Id": 1696 + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { "Rank": 1, + "Id": 1697, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", - "Id": 1697 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { "Rank": 2, + "Id": 1698, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", - "Id": 1698 + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { "Rank": 3, + "Id": 1699, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", - "Id": 1699 + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { "Rank": 4, + "Id": 1700, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", - "Id": 1700 + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { "Rank": 5, + "Id": 1701, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", - "Id": 1701 + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { "Rank": 6, + "Id": 1702, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", - "Id": 1702 + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { "Rank": 1, + "Id": 1703, "CommandName": "Set-PnPTenantAppCatalogUrl", - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", - "Id": 1703 + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { "Rank": 1, + "Id": 1704, "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", - "Id": 1704 + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { "Rank": 2, + "Id": 1705, "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", - "Id": 1705 + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { "Rank": 3, + "Id": 1706, "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", - "Id": 1706 + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { "Rank": 1, + "Id": 1707, "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", - "Id": 1707 + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { "Rank": 2, + "Id": 1708, "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", - "Id": 1708 + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { "Rank": 1, + "Id": 1709, "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", - "Id": 1709 + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { "Rank": 2, + "Id": 1710, "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", - "Id": 1710 + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { "Rank": 1, + "Id": 1711, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", - "Id": 1711 + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { "Rank": 2, + "Id": 1712, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", - "Id": 1712 + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { "Rank": 1, + "Id": 1713, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", - "Id": 1713 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { "Rank": 2, + "Id": 1714, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", - "Id": 1714 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { "Rank": 3, + "Id": 1715, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", - "Id": 1715 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { "Rank": 4, + "Id": 1716, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", - "Id": 1716 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Rank": 5, + "Id": 1717, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", - "Id": 1717 + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { "Rank": 1, + "Id": 1718, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", - "Id": 1718 + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { "Rank": 2, + "Id": 1719, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", - "Id": 1719 + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { "Rank": 1, + "Id": 1720, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", - "Id": 1720 + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { "Rank": 2, + "Id": 1721, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Id": 1721 + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 3, + "Id": 1722, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", - "Id": 1722 + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Rank": 4, + "Id": 1723, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", - "Id": 1723 + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { "Rank": 1, + "Id": 1724, "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", - "Id": 1724 + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { "Rank": 2, + "Id": 1725, "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", - "Id": 1725 + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { "Rank": 1, + "Id": 1726, "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", - "Id": 1726 + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { "Rank": 2, + "Id": 1727, "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", - "Id": 1727 + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { "Rank": 3, + "Id": 1728, "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", - "Id": 1728 + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { "Rank": 1, + "Id": 1729, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme", - "Id": 1729 + "Command": "Set-PnPTheme" }, { "Rank": 2, + "Id": 1730, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", - "Id": 1730 + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { "Rank": 3, + "Id": 1731, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", - "Id": 1731 + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { "Rank": 4, + "Id": 1732, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", - "Id": 1732 + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { "Rank": 1, + "Id": 1733, "CommandName": "Set-PnPUserOneDriveQuota", - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", - "Id": 1733 + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { "Rank": 1, + "Id": 1734, "CommandName": "Set-PnPUserProfilePhoto", - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", - "Id": 1734 + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { "Rank": 1, + "Id": 1735, "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", - "Id": 1735 + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { "Rank": 2, + "Id": 1736, "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", - "Id": 1736 + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { "Rank": 1, + "Id": 1737, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", - "Id": 1737 + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { "Rank": 2, + "Id": 1738, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", - "Id": 1738 + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { "Rank": 3, + "Id": 1739, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", - "Id": 1739 + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { "Rank": 4, + "Id": 1740, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", - "Id": 1740 + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { "Rank": 1, + "Id": 1741, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", - "Id": 1741 + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { "Rank": 2, + "Id": 1742, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", - "Id": 1742 + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { "Rank": 3, + "Id": 1743, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", - "Id": 1743 + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { "Rank": 4, + "Id": 1744, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", - "Id": 1744 + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { "Rank": 1, + "Id": 1745, "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", - "Id": 1745 + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { "Rank": 2, + "Id": 1746, "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", - "Id": 1746 + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { "Rank": 1, + "Id": 1747, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", - "Id": 1747 + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { "Rank": 2, + "Id": 1748, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", - "Id": 1748 + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { "Rank": 3, + "Id": 1749, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", - "Id": 1749 + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { "Rank": 4, + "Id": 1750, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -NoCrawl:$true", - "Id": 1750 + "Command": "Set-PnPWeb -NoCrawl:$true" }, { "Rank": 1, + "Id": 1751, "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", - "Id": 1751 + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { "Rank": 2, + "Id": 1752, "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", - "Id": 1752 + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { "Rank": 3, + "Id": 1753, "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -LogoAlignment Middle", - "Id": 1753 + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { "Rank": 1, + "Id": 1754, "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", - "Id": 1754 + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Rank": 2, + "Id": 1755, "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", - "Id": 1755 + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Rank": 1, + "Id": 1756, "CommandName": "Set-PnPWebPartProperty", - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", - "Id": 1756 + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { "Rank": 1, + "Id": 1757, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", - "Id": 1757 + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Rank": 2, + "Id": 1758, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", - "Id": 1758 + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { "Rank": 3, + "Id": 1759, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", - "Id": 1759 + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Rank": 4, + "Id": 1760, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", - "Id": 1760 + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { "Rank": 1, + "Id": 1761, "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme MyTheme", - "Id": 1761 + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { "Rank": 2, + "Id": 1762, "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", - "Id": 1762 + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { "Rank": 1, + "Id": 1763, "CommandName": "Set-PnPWikiPageContent", - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", - "Id": 1763 + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { "Rank": 1, + "Id": 1764, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1764 + "Command": "Start-PnPEnterpriseAppInsightsReport" }, { "Rank": 2, + "Id": 1765, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport 28", - "Id": 1765 + "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { "Rank": 1, + "Id": 1766, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", - "Id": 1766 + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { "Rank": 2, + "Id": 1767, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", - "Id": 1767 + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { "Rank": 3, + "Id": 1768, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", - "Id": 1768 + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { "Rank": 4, + "Id": 1769, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", - "Id": 1769 + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { "Rank": 1, + "Id": 1770, "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", - "Id": 1770 + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Rank": 2, + "Id": 1771, "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", - "Id": 1771 + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { "Rank": 1, + "Id": 1772, "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog", - "Id": 1772 + "Command": "Stop-PnPTraceLog" }, { "Rank": 2, + "Id": 1773, "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", - "Id": 1773 + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { "Rank": 1, + "Id": 1774, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"finance\"", - "Id": 1774 + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { "Rank": 2, + "Id": 1775, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", - "Id": 1775 + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { "Rank": 3, + "Id": 1776, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", - "Id": 1776 + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { "Rank": 4, + "Id": 1777, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", - "Id": 1777 + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { "Rank": 5, + "Id": 1778, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", - "Id": 1778 + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { "Rank": 6, + "Id": 1779, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", - "Id": 1779 + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { "Rank": 1, + "Id": 1780, "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", - "Id": 1780 + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { "Rank": 2, + "Id": 1781, "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", - "Id": 1781 + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { "Rank": 1, + "Id": 1782, "CommandName": "Sync-PnPAppToTeams", - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1782 + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 1, + "Id": 1783, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", - "Id": 1783 + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { "Rank": 2, + "Id": 1784, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", - "Id": 1784 + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { "Rank": 3, + "Id": 1785, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", - "Id": 1785 + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { "Rank": 1, + "Id": 1786, "CommandName": "Test-PnPListItemIsRecord", - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", - "Id": 1786 + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { "Rank": 1, + "Id": 1787, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", - "Id": 1787 + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { "Rank": 1, + "Id": 1788, "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", - "Id": 1788 + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Rank": 2, + "Id": 1789, "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", - "Id": 1789 + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Rank": 1, + "Id": 1790, "CommandName": "Test-PnPTenantTemplate", - "Command": "Test-PnPTenantTemplate -Template $myTemplate", - "Id": 1790 + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { "Rank": 1, + "Id": 1791, "CommandName": "Undo-PnPFileCheckedOut", - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", - "Id": 1791 + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { "Rank": 1, + "Id": 1792, "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1792 + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, + "Id": 1793, "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1793 + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, + "Id": 1794, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", - "Id": 1794 + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { "Rank": 1, + "Id": 1795, "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1795 + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, + "Id": 1796, "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1796 + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, + "Id": 1797, "CommandName": "Unpublish-PnPContentType", - "Command": "Unpublish-PnPContentType -ContentType 0x0101", - "Id": 1797 + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { "Rank": 1, + "Id": 1798, "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", - "Id": 1798 + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Rank": 2, + "Id": 1799, "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", - "Id": 1799 + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Rank": 1, + "Id": 1800, "CommandName": "Unregister-PnPHubSite", - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", - "Id": 1800 + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Rank": 1, + "Id": 1801, "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", - "Id": 1801 + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Rank": 2, + "Id": 1802, "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", - "Id": 1802 + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Rank": 1, + "Id": 1803, "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", - "Id": 1803 + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Rank": 2, + "Id": 1804, "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", - "Id": 1804 + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { "Rank": 3, + "Id": 1805, "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", - "Id": 1805 + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Rank": 1, + "Id": 1806, "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", - "Id": 1806 + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { "Rank": 2, + "Id": 1807, "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", - "Id": 1807 + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Rank": 3, + "Id": 1808, "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", - "Id": 1808 + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { "Rank": 1, + "Id": 1809, "CommandName": "Update-PnPTeamsApp", - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", - "Id": 1809 + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { "Rank": 1, + "Id": 1810, "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", - "Id": 1810 + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Rank": 2, + "Id": 1811, "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", - "Id": 1811 + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Rank": 3, + "Id": 1812, "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", - "Id": 1812 + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { "Rank": 1, + "Id": 1813, "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", - "Id": 1813 + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { "Rank": 2, + "Id": 1814, "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", - "Id": 1814 + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { "Rank": 1, + "Id": 1815, "CommandName": "Update-PnPUserType", - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", - "Id": 1815 + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { "Rank": 1, + "Id": 1816, "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", - "Id": 1816 + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { "Rank": 2, + "Id": 1817, "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", - "Id": 1817 + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { "Rank": 1, + "Id": 1818, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\"", - "Id": 1818 + "Command": "Write-PnPTraceLog \"Hello World\"" }, { "Rank": 2, + "Id": 1819, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", - "Id": 1819 + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { "Rank": 3, + "Id": 1820, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", - "Id": 1820 + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { "Rank": 4, + "Id": 1821, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", - "Id": 1821 + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 17d07d734..60246f8d3 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "Message": "", - "Version": "3.1.118" + "Version": "3.1.119" } \ No newline at end of file diff --git a/version.txt b/version.txt index 11a31f9bd..b3e519146 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.118 \ No newline at end of file +3.1.119 \ No newline at end of file From 15a7a8966af0f89ea0e9a00278347b18609d7483 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Fri, 15 Aug 2025 03:04:20 +0000 Subject: [PATCH 25/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 7284 ++++++++--------- version.json | 2 +- version.txt | 2 +- 4 files changed, 3647 insertions(+), 3647 deletions(-) diff --git a/dependencies.json b/dependencies.json index 205d26504..f33fd9e4c 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250814-030209", + "Updated": "20250815-030229", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": "47ab3c858a8bf0bebfa8f0b741fafcc66ea00c1b", - "PnPCore": "9033a35981b0225f289b618fd901574656959fae" + "PnPFramework": "11693fa2c2ce27ddfb736eb5987887b9ef4b7a42", + "PnPCore": "ab3485b19ecb1dce704866329f954c597dbfa1b3" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 85970f36b..c29c80cb4 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { "Rank": 1, - "Id": 1, + "Command": "Add-PnPAlert -List \"Demo List\"", "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -List \"Demo List\"" + "Id": 1 }, { "Rank": 2, - "Id": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" + "Id": 2 }, { "Rank": 3, - "Id": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Id": 3 }, { "Rank": 4, - "Id": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" + "Id": 4 }, { "Rank": 1, - "Id": 5, + "Command": "Add-PnPApp -Path ./myapp.sppkg", "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "Id": 5 }, { "Rank": 2, - "Id": 6, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "Id": 6 }, { "Rank": 3, - "Id": 7, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" + "Id": 7 }, { "Rank": 4, - "Id": 8, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "Id": 8 }, { "Rank": 1, - "Id": 9, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", "CommandName": "Add-PnPApplicationCustomizer", - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" + "Id": 9 }, { "Rank": 1, - "Id": 10, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "Id": 10 }, { "Rank": 2, - "Id": 11, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "Id": 11 }, { "Rank": 1, - "Id": 12, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 12 }, { "Rank": 2, - "Id": 13, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Id": 13 }, { "Rank": 3, - "Id": 14, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Id": 14 }, { "Rank": 1, - "Id": 15, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 15 }, { "Rank": 2, - "Id": 16, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Id": 16 }, { "Rank": 3, - "Id": 17, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Id": 17 }, { "Rank": 1, - "Id": 18, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" + "Id": 18 }, { "Rank": 2, - "Id": 19, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" + "Id": 19 }, { "Rank": 1, - "Id": 20, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" + "Id": 20 }, { "Rank": 2, - "Id": 21, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" + "Id": 21 }, { "Rank": 1, - "Id": 22, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", "CommandName": "Add-PnPBrandCenterFontPackage", - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" + "Id": 22 }, { "Rank": 1, - "Id": 23, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" + "Id": 23 }, { "Rank": 2, - "Id": 24, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" + "Id": 24 }, { "Rank": 3, - "Id": 25, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" + "Id": 25 }, { "Rank": 4, - "Id": 26, + "Command": "Add-PnPContentType -Name \"Project Item\"", "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\"" + "Id": 26 }, { "Rank": 5, - "Id": 27, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" + "Id": 27 }, { "Rank": 1, - "Id": 28, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "Id": 28 }, { "Rank": 2, - "Id": 29, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" + "Id": 29 }, { "Rank": 1, - "Id": 30, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Id": 30 }, { "Rank": 2, - "Id": 31, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Id": 31 }, { "Rank": 1, - "Id": 32, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", "CommandName": "Add-PnPContentTypeToList", - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" + "Id": 32 }, { "Rank": 1, - "Id": 33, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "CommandName": "Add-PnPCustomAction", - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Id": 33 }, { "Rank": 1, - "Id": 34, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" + "Id": 34 }, { "Rank": 2, - "Id": 35, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" + "Id": 35 }, { "Rank": 1, - "Id": 36, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" + "Id": 36 }, { "Rank": 2, - "Id": 37, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" + "Id": 37 }, { "Rank": 1, - "Id": 38, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" + "Id": 38 }, { "Rank": 2, - "Id": 39, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" + "Id": 39 }, { "Rank": 3, - "Id": 40, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" + "Id": 40 }, { "Rank": 4, - "Id": 41, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" + "Id": 41 }, { "Rank": 1, - "Id": 42, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" + "Id": 42 }, { "Rank": 2, - "Id": 43, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" + "Id": 43 }, { "Rank": 3, - "Id": 44, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" + "Id": 44 }, { "Rank": 4, - "Id": 45, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "Id": 45 }, { "Rank": 5, - "Id": 46, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" + "Id": 46 }, { "Rank": 6, - "Id": 47, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" + "Id": 47 }, { "Rank": 1, - "Id": 48, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "CommandName": "Add-PnPFieldToContentType", - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Id": 48 }, { "Rank": 1, - "Id": 49, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" + "Id": 49 }, { "Rank": 2, - "Id": 50, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" + "Id": 50 }, { "Rank": 3, - "Id": 51, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" + "Id": 51 }, { "Rank": 4, - "Id": 52, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" + "Id": 52 }, { "Rank": 5, - "Id": 53, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" + "Id": 53 }, { "Rank": 6, - "Id": 54, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" + "Id": 54 }, { "Rank": 7, - "Id": 55, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" + "Id": 55 }, { "Rank": 8, - "Id": 56, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" + "Id": 56 }, { "Rank": 1, - "Id": 57, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Id": 57 }, { "Rank": 2, - "Id": 58, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" + "Id": 58 }, { "Rank": 3, - "Id": 59, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" + "Id": 59 }, { "Rank": 1, - "Id": 60, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Id": 60 }, { "Rank": 2, - "Id": 61, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" + "Id": 61 }, { "Rank": 1, - "Id": 62, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Id": 62 }, { "Rank": 2, - "Id": 63, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Id": 63 }, { "Rank": 1, - "Id": 64, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Id": 64 }, { "Rank": 2, - "Id": 65, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Id": 65 }, { "Rank": 3, - "Id": 66, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Id": 66 }, { "Rank": 1, - "Id": 67, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" + "Id": 67 }, { "Rank": 2, - "Id": 68, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" + "Id": 68 }, { "Rank": 3, - "Id": 69, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" + "Id": 69 }, { "Rank": 4, - "Id": 70, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" + "Id": 70 }, { "Rank": 5, - "Id": 71, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" + "Id": 71 }, { "Rank": 1, - "Id": 72, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 72 }, { "Rank": 2, - "Id": 73, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 73 }, { "Rank": 1, - "Id": 74, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" + "Id": 74 }, { "Rank": 2, - "Id": 75, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" + "Id": 75 }, { "Rank": 3, - "Id": 76, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" + "Id": 76 }, { "Rank": 4, - "Id": 77, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" + "Id": 77 }, { "Rank": 1, - "Id": 78, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Id": 78 }, { "Rank": 2, - "Id": 79, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "Id": 79 }, { "Rank": 3, - "Id": 80, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" + "Id": 80 }, { "Rank": 1, - "Id": 81, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Id": 81 }, { "Rank": 2, - "Id": 82, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" + "Id": 82 }, { "Rank": 3, - "Id": 83, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" + "Id": 83 }, { "Rank": 1, - "Id": 84, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Id": 84 }, { "Rank": 2, - "Id": 85, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" + "Id": 85 }, { "Rank": 1, - "Id": 86, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Id": 86 }, { "Rank": 2, - "Id": 87, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Id": 87 }, { "Rank": 3, - "Id": 88, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Id": 88 }, { "Rank": 1, - "Id": 89, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 89 }, { "Rank": 2, - "Id": 90, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 90 }, { "Rank": 1, - "Id": 91, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Id": 91 }, { "Rank": 2, - "Id": 92, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" + "Id": 92 }, { "Rank": 1, - "Id": 93, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "CommandName": "Add-PnPHomeSite", - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Id": 93 }, { "Rank": 1, - "Id": 94, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Id": 94 }, { "Rank": 1, - "Id": 95, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", "CommandName": "Add-PnPHubSiteAssociation", - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" + "Id": 95 }, { "Rank": 1, - "Id": 96, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" + "Id": 96 }, { "Rank": 2, - "Id": 97, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" + "Id": 97 }, { "Rank": 3, - "Id": 98, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" + "Id": 98 }, { "Rank": 1, - "Id": 99, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" + "Id": 99 }, { "Rank": 2, - "Id": 100, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "Id": 100 }, { "Rank": 1, - "Id": 101, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" + "Id": 101 }, { "Rank": 2, - "Id": 102, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" + "Id": 102 }, { "Rank": 1, - "Id": 103, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" + "Id": 103 }, { "Rank": 2, - "Id": 104, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" + "Id": 104 }, { "Rank": 1, - "Id": 105, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "Id": 105 }, { "Rank": 2, - "Id": 106, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" + "Id": 106 }, { "Rank": 3, - "Id": 107, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" + "Id": 107 }, { "Rank": 1, - "Id": 108, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Id": 108 }, { "Rank": 2, - "Id": 109, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Id": 109 }, { "Rank": 3, - "Id": 110, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" + "Id": 110 }, { "Rank": 4, - "Id": 111, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" + "Id": 111 }, { "Rank": 5, - "Id": 112, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" + "Id": 112 }, { "Rank": 1, - "Id": 113, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" + "Id": 113 }, { "Rank": 2, - "Id": 114, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" + "Id": 114 }, { "Rank": 3, - "Id": 115, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" + "Id": 115 }, { "Rank": 1, - "Id": 116, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", "CommandName": "Add-PnPListItemComment", - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" + "Id": 116 }, { "Rank": 1, - "Id": 117, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", "CommandName": "Add-PnPMasterPage", - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" + "Id": 117 }, { "Rank": 1, - "Id": 118, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 118 }, { "Rank": 2, - "Id": 119, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Id": 119 }, { "Rank": 1, - "Id": 120, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 120 }, { "Rank": 2, - "Id": 121, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Id": 121 }, { "Rank": 1, - "Id": 122, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" + "Id": 122 }, { "Rank": 2, - "Id": 123, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" + "Id": 123 }, { "Rank": 3, - "Id": 124, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" + "Id": 124 }, { "Rank": 1, - "Id": 125, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" + "Id": 125 }, { "Rank": 2, - "Id": 126, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" + "Id": 126 }, { "Rank": 3, - "Id": 127, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" + "Id": 127 }, { "Rank": 4, - "Id": 128, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" + "Id": 128 }, { "Rank": 5, - "Id": 129, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" + "Id": 129 }, { "Rank": 6, - "Id": 130, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" + "Id": 130 }, { "Rank": 7, - "Id": 131, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" + "Id": 131 }, { "Rank": 8, - "Id": 132, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" + "Id": 132 }, { "Rank": 1, - "Id": 133, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" + "Id": 133 }, { "Rank": 2, - "Id": 134, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Id": 134 }, { "Rank": 3, - "Id": 135, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" + "Id": 135 }, { "Rank": 1, - "Id": 136, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", "CommandName": "Add-PnPOrgNewsSite", - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" + "Id": 136 }, { "Rank": 1, - "Id": 137, + "Command": "Add-PnPPage -Name \"NewPage\"", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\"" + "Id": 137 }, { "Rank": 2, - "Id": 138, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" + "Id": 138 }, { "Rank": 3, - "Id": 139, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "Id": 139 }, { "Rank": 4, - "Id": 140, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "Id": 140 }, { "Rank": 5, - "Id": 141, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "Id": 141 }, { "Rank": 6, - "Id": 142, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "Id": 142 }, { "Rank": 7, - "Id": 143, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" + "Id": 143 }, { "Rank": 8, - "Id": 144, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "Id": 144 }, { "Rank": 9, - "Id": 145, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Id": 145 }, { "Rank": 10, - "Id": 146, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Id": 146 }, { "Rank": 1, - "Id": 147, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" + "Id": 147 }, { "Rank": 2, - "Id": 148, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" + "Id": 148 }, { "Rank": 1, - "Id": 149, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "Id": 149 }, { "Rank": 2, - "Id": 150, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" + "Id": 150 }, { "Rank": 1, - "Id": 151, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "Id": 151 }, { "Rank": 2, - "Id": 152, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" + "Id": 152 }, { "Rank": 3, - "Id": 153, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" + "Id": 153 }, { "Rank": 1, - "Id": 154, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "Id": 154 }, { "Rank": 2, - "Id": 155, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "Id": 155 }, { "Rank": 3, - "Id": 156, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" + "Id": 156 }, { "Rank": 1, - "Id": 157, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" + "Id": 157 }, { "Rank": 2, - "Id": 158, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" + "Id": 158 }, { "Rank": 1, - "Id": 159, + "Command": "Add-PnPPlannerRoster", "CommandName": "Add-PnPPlannerRoster", - "Command": "Add-PnPPlannerRoster" + "Id": 159 }, { "Rank": 1, - "Id": 160, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPPlannerRosterMember", - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Id": 160 }, { "Rank": 1, - "Id": 161, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Id": 161 }, { "Rank": 2, - "Id": 162, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Id": 162 }, { "Rank": 3, - "Id": 163, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Id": 163 }, { "Rank": 1, - "Id": 164, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "CommandName": "Add-PnPPublishingImageRendition", - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Id": 164 }, { "Rank": 1, - "Id": 165, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" + "Id": 165 }, { "Rank": 2, - "Id": 166, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" + "Id": 166 }, { "Rank": 1, - "Id": 167, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "CommandName": "Add-PnPPublishingPageLayout", - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Id": 167 }, { "Rank": 1, - "Id": 168, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "Id": 168 }, { "Rank": 2, - "Id": 169, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" + "Id": 169 }, { "Rank": 3, - "Id": 170, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" + "Id": 170 }, { "Rank": 1, - "Id": 171, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Id": 171 }, { "Rank": 2, - "Id": 172, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Id": 172 }, { "Rank": 3, - "Id": 173, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" + "Id": 173 }, { "Rank": 1, - "Id": 174, + "Command": "Add-PnPSiteCollectionAppCatalog", "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog" + "Id": 174 }, { "Rank": 2, - "Id": 175, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Id": 175 }, { "Rank": 1, - "Id": 176, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" + "Id": 176 }, { "Rank": 2, - "Id": 177, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" + "Id": 177 }, { "Rank": 3, - "Id": 178, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Id": 178 }, { "Rank": 1, - "Id": 179, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" + "Id": 179 }, { "Rank": 2, - "Id": 180, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Id": 180 }, { "Rank": 3, - "Id": 181, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" + "Id": 181 }, { "Rank": 1, - "Id": 182, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" + "Id": 182 }, { "Rank": 2, - "Id": 183, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Id": 183 }, { "Rank": 1, - "Id": 184, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", "CommandName": "Add-PnPSiteScript", - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" + "Id": 184 }, { "Rank": 1, - "Id": 185, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", "CommandName": "Add-PnPSiteScriptPackage", - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" + "Id": 185 }, { "Rank": 1, - "Id": 186, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", "CommandName": "Add-PnPSiteTemplate", - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "Id": 186 }, { "Rank": 1, - "Id": 187, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" + "Id": 187 }, { "Rank": 2, - "Id": 188, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Id": 188 }, { "Rank": 3, - "Id": 189, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" + "Id": 189 }, { "Rank": 1, - "Id": 190, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" + "Id": 190 }, { "Rank": 2, - "Id": 191, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" + "Id": 191 }, { "Rank": 1, - "Id": 192, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" + "Id": 192 }, { "Rank": 2, - "Id": 193, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" + "Id": 193 }, { "Rank": 3, - "Id": 194, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" + "Id": 194 }, { "Rank": 4, - "Id": 195, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" + "Id": 195 }, { "Rank": 1, - "Id": 196, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" + "Id": 196 }, { "Rank": 2, - "Id": 197, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" + "Id": 197 }, { "Rank": 1, - "Id": 198, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" + "Id": 198 }, { "Rank": 2, - "Id": 199, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" + "Id": 199 }, { "Rank": 3, - "Id": 200, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" + "Id": 200 }, { "Rank": 4, - "Id": 201, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" + "Id": 201 }, { "Rank": 1, - "Id": 202, + "Command": "Add-PnPTeamsTeam", "CommandName": "Add-PnPTeamsTeam", - "Command": "Add-PnPTeamsTeam" + "Id": 202 }, { "Rank": 1, - "Id": 203, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Id": 203 }, { "Rank": 2, - "Id": 204, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Id": 204 }, { "Rank": 3, - "Id": 205, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" + "Id": 205 }, { "Rank": 4, - "Id": 206, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" + "Id": 206 }, { "Rank": 1, - "Id": 207, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "CommandName": "Add-PnPTenantCdnOrigin", - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Id": 207 }, { "Rank": 1, - "Id": 208, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Id": 208 }, { "Rank": 2, - "Id": 209, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Id": 209 }, { "Rank": 3, - "Id": 210, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Id": 210 }, { "Rank": 1, - "Id": 211, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", "CommandName": "Add-PnPTenantSequence", - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "Id": 211 }, { "Rank": 1, - "Id": 212, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", "CommandName": "Add-PnPTenantSequenceSite", - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "Id": 212 }, { "Rank": 1, - "Id": 213, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", "CommandName": "Add-PnPTenantSequenceSubSite", - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "Id": 213 }, { "Rank": 1, - "Id": 214, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", "CommandName": "Add-PnPTermToTerm", - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "Id": 214 }, { "Rank": 1, - "Id": 215, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" + "Id": 215 }, { "Rank": 2, - "Id": 216, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" + "Id": 216 }, { "Rank": 3, - "Id": 217, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" + "Id": 217 }, { "Rank": 1, - "Id": 218, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Id": 218 }, { "Rank": 2, - "Id": 219, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Id": 219 }, { "Rank": 3, - "Id": 220, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Id": 220 }, { "Rank": 1, - "Id": 221, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Id": 221 }, { "Rank": 2, - "Id": 222, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Id": 222 }, { "Rank": 3, - "Id": 223, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" + "Id": 223 }, { "Rank": 1, - "Id": 224, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" + "Id": 224 }, { "Rank": 2, - "Id": 225, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" + "Id": 225 }, { "Rank": 1, - "Id": 226, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" + "Id": 226 }, { "Rank": 2, - "Id": 227, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" + "Id": 227 }, { "Rank": 1, - "Id": 228, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", "CommandName": "Add-PnPWikiPage", - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" + "Id": 228 }, { "Rank": 1, - "Id": 229, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", "CommandName": "Clear-PnPAzureADGroupMember", - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "Id": 229 }, { "Rank": 1, - "Id": 230, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", "CommandName": "Clear-PnPAzureADGroupOwner", - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "Id": 230 }, { "Rank": 1, - "Id": 231, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "Id": 231 }, { "Rank": 2, - "Id": 232, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" + "Id": 232 }, { "Rank": 1, - "Id": 233, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", "CommandName": "Clear-PnPListItemAsRecord", - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Id": 233 }, { "Rank": 1, - "Id": 234, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "Id": 234 }, { "Rank": 1, - "Id": 235, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "Id": 235 }, { "Rank": 1, - "Id": 236, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Id": 236 }, { "Rank": 2, - "Id": 237, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "Id": 237 }, { "Rank": 3, - "Id": 238, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "Id": 238 }, { "Rank": 1, - "Id": 239, + "Command": "Clear-PnPTenantAppCatalogUrl", "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Command": "Clear-PnPTenantAppCatalogUrl" + "Id": 239 }, { "Rank": 1, - "Id": 240, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Id": 240 }, { "Rank": 2, - "Id": 241, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Id": 241 }, { "Rank": 1, - "Id": 242, + "Command": "Clear-PnPTraceLog", "CommandName": "Clear-PnPTraceLog", - "Command": "Clear-PnPTraceLog" + "Id": 242 }, { "Rank": 1, - "Id": 243, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" + "Id": 243 }, { "Rank": 1, - "Id": 244, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" + "Id": 244 }, { "Rank": 2, - "Id": 245, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" + "Id": 245 }, { "Rank": 3, - "Id": 246, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" + "Id": 246 }, { "Rank": 4, - "Id": 247, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" + "Id": 247 }, { "Rank": 5, - "Id": 248, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" + "Id": 248 }, { "Rank": 6, - "Id": 249, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" + "Id": 249 }, { "Rank": 7, - "Id": 250, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" + "Id": 250 }, { "Rank": 1, - "Id": 251, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "Id": 251 }, { "Rank": 2, - "Id": 252, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" + "Id": 252 }, { "Rank": 1, - "Id": 253, + "Command": "Convert-PnPSiteTemplate -Path template.xml", "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "Id": 253 }, { "Rank": 2, - "Id": 254, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" + "Id": 254 }, { "Rank": 3, - "Id": 255, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" + "Id": 255 }, { "Rank": 1, - "Id": 256, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "Id": 256 }, { "Rank": 2, - "Id": 257, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" + "Id": 257 }, { "Rank": 1, - "Id": 258, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "Id": 258 }, { "Rank": 2, - "Id": 259, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" + "Id": 259 }, { "Rank": 3, - "Id": 260, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "Id": 260 }, { "Rank": 4, - "Id": 261, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "Id": 261 }, { "Rank": 5, - "Id": 262, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Id": 262 }, { "Rank": 6, - "Id": 263, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" + "Id": 263 }, { "Rank": 7, - "Id": 264, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" + "Id": 264 }, { "Rank": 8, - "Id": 265, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "Id": 265 }, { "Rank": 9, - "Id": 266, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Id": 266 }, { "Rank": 10, - "Id": 267, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" + "Id": 267 }, { "Rank": 11, - "Id": 268, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" + "Id": 268 }, { "Rank": 12, - "Id": 269, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Id": 269 }, { "Rank": 13, - "Id": 270, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Id": 270 }, { "Rank": 14, - "Id": 271, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" + "Id": 271 }, { "Rank": 1, - "Id": 272, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Id": 272 }, { "Rank": 2, - "Id": 273, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Id": 273 }, { "Rank": 3, - "Id": 274, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Id": 274 }, { "Rank": 4, - "Id": 275, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Id": 275 }, { "Rank": 5, - "Id": 276, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Id": 276 }, { "Rank": 6, - "Id": 277, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Id": 277 }, { "Rank": 7, - "Id": 278, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Id": 278 }, { "Rank": 8, - "Id": 279, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Id": 279 }, { "Rank": 9, - "Id": 280, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Id": 280 }, { "Rank": 10, - "Id": 281, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Id": 281 }, { "Rank": 1, - "Id": 282, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Id": 282 }, { "Rank": 2, - "Id": 283, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Id": 283 }, { "Rank": 3, - "Id": 284, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Id": 284 }, { "Rank": 4, - "Id": 285, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Id": 285 }, { "Rank": 5, - "Id": 286, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Id": 286 }, { "Rank": 6, - "Id": 287, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Id": 287 }, { "Rank": 7, - "Id": 288, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Id": 288 }, { "Rank": 8, - "Id": 289, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Id": 289 }, { "Rank": 9, - "Id": 290, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Id": 290 }, { "Rank": 10, - "Id": 291, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Id": 291 }, { "Rank": 11, - "Id": 292, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" + "Id": 292 }, { "Rank": 1, - "Id": 293, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", "CommandName": "Copy-PnPItemProxy", - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" + "Id": 293 }, { "Rank": 1, - "Id": 294, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" + "Id": 294 }, { "Rank": 2, - "Id": 295, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" + "Id": 295 }, { "Rank": 3, - "Id": 296, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" + "Id": 296 }, { "Rank": 4, - "Id": 297, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" + "Id": 297 }, { "Rank": 1, - "Id": 298, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "CommandName": "Copy-PnPPage", - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Id": 298 }, { "Rank": 1, - "Id": 299, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" + "Id": 299 }, { "Rank": 2, - "Id": 300, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" + "Id": 300 }, { "Rank": 3, - "Id": 301, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Id": 301 }, { "Rank": 4, - "Id": 302, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Id": 302 }, { "Rank": 1, - "Id": 303, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 303 }, { "Rank": 2, - "Id": 304, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Id": 304 }, { "Rank": 3, - "Id": 305, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Id": 305 }, { "Rank": 1, - "Id": 306, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 306 }, { "Rank": 2, - "Id": 307, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 307 }, { "Rank": 1, - "Id": 308, + "Command": "Disable-PnPPageScheduling", "CommandName": "Disable-PnPPageScheduling", - "Command": "Disable-PnPPageScheduling" + "Id": 308 }, { "Rank": 1, - "Id": 309, + "Command": "Disable-PnPPowerShellTelemetry", "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry" + "Id": 309 }, { "Rank": 2, - "Id": 310, + "Command": "Disable-PnPPowerShellTelemetry -Force", "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry -Force" + "Id": 310 }, { "Rank": 1, - "Id": 311, + "Command": "Disable-PnPSharingForNonOwnersOfSite", "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "Id": 311 }, { "Rank": 1, - "Id": 312, + "Command": "Disable-PnPSiteClassification", "CommandName": "Disable-PnPSiteClassification", - "Command": "Disable-PnPSiteClassification" + "Id": 312 }, { "Rank": 1, - "Id": 313, + "Command": "Disconnect-PnPOnline", "CommandName": "Disconnect-PnPOnline", - "Command": "Disconnect-PnPOnline" + "Id": 313 }, { "Rank": 1, - "Id": 314, + "Command": "Enable-PnPCommSite", "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite" + "Id": 314 }, { "Rank": 2, - "Id": 315, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" + "Id": 315 }, { "Rank": 1, - "Id": 316, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 316 }, { "Rank": 2, - "Id": 317, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Id": 317 }, { "Rank": 3, - "Id": 318, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Id": 318 }, { "Rank": 1, - "Id": 319, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 319 }, { "Rank": 2, - "Id": 320, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 320 }, { "Rank": 1, - "Id": 321, + "Command": "Enable-PnPPageScheduling", "CommandName": "Enable-PnPPageScheduling", - "Command": "Enable-PnPPageScheduling" + "Id": 321 }, { "Rank": 1, - "Id": 322, + "Command": "Enable-PnPPowerShellTelemetry", "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry" + "Id": 322 }, { "Rank": 2, - "Id": 323, + "Command": "Enable-PnPPowerShellTelemetry -Force", "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry -Force" + "Id": 323 }, { "Rank": 1, - "Id": 324, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" + "Id": 324 }, { "Rank": 2, - "Id": 325, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" + "Id": 325 }, { "Rank": 3, - "Id": 326, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" + "Id": 326 }, { "Rank": 4, - "Id": 327, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" + "Id": 327 }, { "Rank": 1, - "Id": 328, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" + "Id": 328 }, { "Rank": 2, - "Id": 329, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Id": 329 }, { "Rank": 1, - "Id": 330, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 330 }, { "Rank": 2, - "Id": 331, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 331 }, { "Rank": 1, - "Id": 332, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "Id": 332 }, { "Rank": 2, - "Id": 333, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" + "Id": 333 }, { "Rank": 1, - "Id": 334, + "Command": "Export-PnPPage -Identity Home.aspx", "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity Home.aspx" + "Id": 334 }, { "Rank": 2, - "Id": 335, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" + "Id": 335 }, { "Rank": 1, - "Id": 336, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" + "Id": 336 }, { "Rank": 2, - "Id": 337, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" + "Id": 337 }, { "Rank": 3, - "Id": 338, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" + "Id": 338 }, { "Rank": 1, - "Id": 339, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" + "Id": 339 }, { "Rank": 2, - "Id": 340, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" + "Id": 340 }, { "Rank": 1, - "Id": 341, + "Command": "Export-PnPTaxonomy", "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy" + "Id": 341 }, { "Rank": 2, - "Id": 342, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "Id": 342 }, { "Rank": 3, - "Id": 343, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" + "Id": 343 }, { "Rank": 4, - "Id": 344, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" + "Id": 344 }, { "Rank": 1, - "Id": 345, + "Command": "Export-PnPTermGroupToXml", "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml" + "Id": 345 }, { "Rank": 2, - "Id": 346, + "Command": "Export-PnPTermGroupToXml -Out output.xml", "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "Id": 346 }, { "Rank": 3, - "Id": 347, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" + "Id": 347 }, { "Rank": 1, - "Id": 348, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Id": 348 }, { "Rank": 2, - "Id": 349, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" + "Id": 349 }, { "Rank": 1, - "Id": 350, + "Command": "Export-PnPUserProfile -LoginName user@domain.com", "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "Id": 350 }, { "Rank": 2, - "Id": 351, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" + "Id": 351 }, { "Rank": 1, - "Id": 352, + "Command": "Find-PnPFile -Match *.master", "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Match *.master" + "Id": 352 }, { "Rank": 2, - "Id": 353, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "Id": 353 }, { "Rank": 3, - "Id": 354, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" + "Id": 354 }, { "Rank": 1, - "Id": 355, + "Command": "Get-PnPAccessToken", "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken" + "Id": 355 }, { "Rank": 2, - "Id": 356, + "Command": "Get-PnPAccessToken -Decoded", "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -Decoded" + "Id": 356 }, { "Rank": 3, - "Id": 357, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "Id": 357 }, { "Rank": 4, - "Id": 358, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "Id": 358 }, { "Rank": 5, - "Id": 359, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "Id": 359 }, { "Rank": 6, - "Id": 360, + "Command": "Get-PnPAccessToken -ListPermissionScopes", "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ListPermissionScopes" + "Id": 360 }, { "Rank": 1, - "Id": 361, + "Command": "Get-PnPAlert", "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert" + "Id": 361 }, { "Rank": 2, - "Id": 362, + "Command": "Get-PnPAlert -List \"Demo List\"", "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\"" + "Id": 362 }, { "Rank": 3, - "Id": 363, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Id": 363 }, { "Rank": 4, - "Id": 364, + "Command": "Get-PnPAlert -Title \"Demo Alert\"", "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "Id": 364 }, { "Rank": 5, - "Id": 365, + "Command": "Get-PnPAlert -AllUsers", "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -AllUsers" + "Id": 365 }, { "Rank": 6, - "Id": 366, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "Id": 366 }, { "Rank": 1, - "Id": 367, + "Command": "Get-PnPApp", "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp" + "Id": 367 }, { "Rank": 2, - "Id": 368, + "Command": "Get-PnPApp -Scope Site", "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Scope Site" + "Id": 368 }, { "Rank": 3, - "Id": 369, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Id": 369 }, { "Rank": 1, - "Id": 370, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" + "Id": 370 }, { "Rank": 2, - "Id": 371, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" + "Id": 371 }, { "Rank": 1, - "Id": 372, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "Id": 372 }, { "Rank": 2, - "Id": 373, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Id": 373 }, { "Rank": 3, - "Id": 374, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "Id": 374 }, { "Rank": 1, - "Id": 375, + "Command": "Get-PnPApplicationCustomizer", "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer" + "Id": 375 }, { "Rank": 2, - "Id": 376, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Id": 376 }, { "Rank": 3, - "Id": 377, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" + "Id": 377 }, { "Rank": 1, - "Id": 378, + "Command": "Get-PnPAuditing", "CommandName": "Get-PnPAuditing", - "Command": "Get-PnPAuditing" + "Id": 378 }, { "Rank": 1, - "Id": 379, + "Command": "Get-PnPAuthenticationRealm", "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm" + "Id": 379 }, { "Rank": 2, - "Id": 380, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "Id": 380 }, { "Rank": 1, - "Id": 381, + "Command": "Get-PnPAvailableLanguage", "CommandName": "Get-PnPAvailableLanguage", - "Command": "Get-PnPAvailableLanguage" + "Id": 381 }, { "Rank": 1, - "Id": 382, + "Command": "Get-PnPAvailableSensitivityLabel", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel" + "Id": 382 }, { "Rank": 2, - "Id": 383, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "Id": 383 }, { "Rank": 3, - "Id": 384, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" + "Id": 384 }, { "Rank": 1, - "Id": 385, + "Command": "Get-PnPAvailableSiteClassification", "CommandName": "Get-PnPAvailableSiteClassification", - "Command": "Get-PnPAvailableSiteClassification" + "Id": 385 }, { "Rank": 1, - "Id": 386, + "Command": "Get-PnPAzureACSPrincipal", "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal" + "Id": 386 }, { "Rank": 2, - "Id": 387, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "Id": 387 }, { "Rank": 3, - "Id": 388, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "Id": 388 }, { "Rank": 4, - "Id": 389, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "Id": 389 }, { "Rank": 1, - "Id": 390, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "Id": 390 }, { "Rank": 2, - "Id": 391, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" + "Id": 391 }, { "Rank": 3, - "Id": 392, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" + "Id": 392 }, { "Rank": 1, - "Id": 393, + "Command": "Get-PnPAzureADActivityReportSignIn", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn" + "Id": 393 }, { "Rank": 2, - "Id": 394, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" + "Id": 394 }, { "Rank": 3, - "Id": 395, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" + "Id": 395 }, { "Rank": 1, - "Id": 396, + "Command": "Get-PnPAzureADApp", "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp" + "Id": 396 }, { "Rank": 2, - "Id": 397, + "Command": "Get-PnPAzureADApp -Identity MyApp", "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity MyApp" + "Id": 397 }, { "Rank": 3, - "Id": 398, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Id": 398 }, { "Rank": 4, - "Id": 399, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "Id": 399 }, { "Rank": 1, - "Id": 400, + "Command": "Get-PnPAzureADAppPermission", "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission" + "Id": 400 }, { "Rank": 2, - "Id": 401, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "Id": 401 }, { "Rank": 3, - "Id": 402, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Id": 402 }, { "Rank": 1, - "Id": 403, + "Command": "Get-PnPAzureADAppSitePermission", "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission" + "Id": 403 }, { "Rank": 2, - "Id": 404, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" + "Id": 404 }, { "Rank": 3, - "Id": 405, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "Id": 405 }, { "Rank": 4, - "Id": 406, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "Id": 406 }, { "Rank": 5, - "Id": 407, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" + "Id": 407 }, { "Rank": 1, - "Id": 408, + "Command": "Get-PnPAzureADGroup", "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup" + "Id": 408 }, { "Rank": 2, - "Id": 409, + "Command": "Get-PnPAzureADGroup -Identity $groupId", "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "Id": 409 }, { "Rank": 3, - "Id": 410, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "Id": 410 }, { "Rank": 4, - "Id": 411, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "Id": 411 }, { "Rank": 5, - "Id": 412, + "Command": "Get-PnPAzureADGroup -Identity $group", "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $group" + "Id": 412 }, { "Rank": 1, - "Id": 413, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "Id": 413 }, { "Rank": 2, - "Id": 414, + "Command": "Get-PnPAzureADGroupMember -Identity $group", "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "Id": 414 }, { "Rank": 3, - "Id": 415, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" + "Id": 415 }, { "Rank": 1, - "Id": 416, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "Id": 416 }, { "Rank": 2, - "Id": 417, + "Command": "Get-PnPAzureADGroupOwner -Identity $group", "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "Id": 417 }, { "Rank": 1, - "Id": 418, + "Command": "Get-PnPAzureADServicePrincipal", "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal" + "Id": 418 }, { "Rank": 2, - "Id": 419, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" + "Id": 419 }, { "Rank": 3, - "Id": 420, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" + "Id": 420 }, { "Rank": 4, - "Id": 421, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "Id": 421 }, { "Rank": 5, - "Id": 422, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "Id": 422 }, { "Rank": 1, - "Id": 423, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Id": 423 }, { "Rank": 2, - "Id": 424, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Id": 424 }, { "Rank": 1, - "Id": 425, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Id": 425 }, { "Rank": 2, - "Id": 426, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "Id": 426 }, { "Rank": 1, - "Id": 427, + "Command": "Get-PnPAzureADUser", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser" + "Id": 427 }, { "Rank": 2, - "Id": 428, + "Command": "Get-PnPAzureADUser -EndIndex 50", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -EndIndex 50" + "Id": 428 }, { "Rank": 3, - "Id": 429, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Id": 429 }, { "Rank": 4, - "Id": 430, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "Id": 430 }, { "Rank": 5, - "Id": 431, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" + "Id": 431 }, { "Rank": 6, - "Id": 432, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "Id": 432 }, { "Rank": 7, - "Id": 433, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" + "Id": 433 }, { "Rank": 8, - "Id": 434, + "Command": "Get-PnPAzureADUser -Delta", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta" + "Id": 434 }, { "Rank": 9, - "Id": 435, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "Id": 435 }, { "Rank": 10, - "Id": 436, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "Id": 436 }, { "Rank": 1, - "Id": 437, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "Id": 437 }, { "Rank": 2, - "Id": 438, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Id": 438 }, { "Rank": 3, - "Id": 439, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "Id": 439 }, { "Rank": 1, - "Id": 440, + "Command": "Get-PnPBrandCenterConfig", "CommandName": "Get-PnPBrandCenterConfig", - "Command": "Get-PnPBrandCenterConfig" + "Id": 440 }, { "Rank": 1, - "Id": 441, + "Command": "Get-PnPBrandCenterFont", "CommandName": "Get-PnPBrandCenterFont", - "Command": "Get-PnPBrandCenterFont" + "Id": 441 }, { "Rank": 1, - "Id": 442, + "Command": "Get-PnPBrandCenterFontPackage", "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage" + "Id": 442 }, { "Rank": 2, - "Id": 443, + "Command": "Get-PnPBrandCenterFontPackage -Store Site", "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Store Site" + "Id": 443 }, { "Rank": 3, - "Id": 444, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" + "Id": 444 }, { "Rank": 4, - "Id": 445, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Id": 445 }, { "Rank": 1, - "Id": 446, + "Command": "Get-PnPBrowserIdleSignout", "CommandName": "Get-PnPBrowserIdleSignout", - "Command": "Get-PnPBrowserIdleSignout" + "Id": 446 }, { "Rank": 1, - "Id": 447, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "Id": 447 }, { "Rank": 2, - "Id": 448, + "Command": "Get-PnPBuiltInDesignPackageVisibility", "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "Id": 448 }, { "Rank": 1, - "Id": 449, + "Command": "Get-PnPBuiltInSiteTemplateSettings", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "Id": 449 }, { "Rank": 2, - "Id": 450, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" + "Id": 450 }, { "Rank": 3, - "Id": 451, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "Id": 451 }, { "Rank": 4, - "Id": 452, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" + "Id": 452 }, { "Rank": 5, - "Id": 453, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "Id": 453 }, { "Rank": 1, - "Id": 454, + "Command": "Get-PnPChangeLog", "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog" + "Id": 454 }, { "Rank": 2, - "Id": 455, + "Command": "Get-PnPChangeLog -Nightly", "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Nightly" + "Id": 455 }, { "Rank": 3, - "Id": 456, + "Command": "Get-PnPChangeLog -Version 2.12.0", "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Version 2.12.0" + "Id": 456 }, { "Rank": 1, - "Id": 457, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" + "Id": 457 }, { "Rank": 2, - "Id": 458, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" + "Id": 458 }, { "Rank": 1, - "Id": 459, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" + "Id": 459 }, { "Rank": 2, - "Id": 460, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Id": 460 }, { "Rank": 3, - "Id": 461, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Id": 461 }, { "Rank": 1, - "Id": 462, + "Command": "Get-PnPContainerType", "CommandName": "Get-PnPContainerType", - "Command": "Get-PnPContainerType" + "Id": 462 }, { "Rank": 1, - "Id": 463, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", "CommandName": "Get-PnPContainerTypeConfiguration", - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" + "Id": 463 }, { "Rank": 1, - "Id": 464, + "Command": "Get-PnPContentType", "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType" + "Id": 464 }, { "Rank": 2, - "Id": 465, + "Command": "Get-PnPContentType -InSiteHierarchy", "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -InSiteHierarchy" + "Id": 465 }, { "Rank": 3, - "Id": 466, + "Command": "Get-PnPContentType -Identity \"Project Document\"", "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "Id": 466 }, { "Rank": 4, - "Id": 467, + "Command": "Get-PnPContentType -List \"Documents\"", "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -List \"Documents\"" + "Id": 467 }, { "Rank": 5, - "Id": 468, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Includes \"SchemaXml\"" + "Id": 468 }, { "Rank": 1, - "Id": 469, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", "CommandName": "Get-PnPContentTypePublishingStatus", - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "Id": 469 }, { "Rank": 1, - "Id": 470, + "Command": "Get-PnPCopilotAdminLimitedMode", "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Command": "Get-PnPCopilotAdminLimitedMode" + "Id": 470 }, { "Rank": 1, - "Id": 471, + "Command": "Get-PnPCopilotAgent", "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent" + "Id": 471 }, { "Rank": 2, - "Id": 472, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" + "Id": 472 }, { "Rank": 1, - "Id": 473, + "Command": "Get-PnPCustomAction", "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction" + "Id": 473 }, { "Rank": 2, - "Id": 474, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Id": 474 }, { "Rank": 3, - "Id": 475, + "Command": "Get-PnPCustomAction -Scope web", "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Scope web" + "Id": 475 }, { "Rank": 1, - "Id": 476, + "Command": "Get-PnPDeletedContainer", "CommandName": "Get-PnPDeletedContainer", - "Command": "Get-PnPDeletedContainer" + "Id": 476 }, { "Rank": 1, - "Id": 477, + "Command": "Get-PnPDeletedFlow", "CommandName": "Get-PnPDeletedFlow", - "Command": "Get-PnPDeletedFlow" + "Id": 477 }, { "Rank": 1, - "Id": 478, + "Command": "Get-PnPDeletedMicrosoft365Group", "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group" + "Id": 478 }, { "Rank": 2, - "Id": 479, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Id": 479 }, { "Rank": 1, - "Id": 480, + "Command": "Get-PnPDeletedTeam", "CommandName": "Get-PnPDeletedTeam", - "Command": "Get-PnPDeletedTeam" + "Id": 480 }, { "Rank": 1, - "Id": 481, + "Command": "Get-PnPDiagnostics", "CommandName": "Get-PnPDiagnostics", - "Command": "Get-PnPDiagnostics" + "Id": 481 }, { "Rank": 1, - "Id": 482, + "Command": "Get-PnPDisableSpacesActivation", "CommandName": "Get-PnPDisableSpacesActivation", - "Command": "Get-PnPDisableSpacesActivation" + "Id": 482 }, { "Rank": 1, - "Id": 483, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "Id": 483 }, { "Rank": 2, - "Id": 484, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "Id": 484 }, { "Rank": 1, - "Id": 485, + "Command": "Get-PnPEnterpriseAppInsightsReport", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport" + "Id": 485 }, { "Rank": 2, - "Id": 486, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" + "Id": 486 }, { "Rank": 3, - "Id": 487, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" + "Id": 487 }, { "Rank": 1, - "Id": 488, + "Command": "Get-PnPEventReceiver", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver" + "Id": 488 }, { "Rank": 2, - "Id": 489, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Id": 489 }, { "Rank": 3, - "Id": 490, + "Command": "Get-PnPEventReceiver -Identity MyReceiver", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "Id": 490 }, { "Rank": 4, - "Id": 491, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "Id": 491 }, { "Rank": 5, - "Id": 492, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Id": 492 }, { "Rank": 6, - "Id": 493, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "Id": 493 }, { "Rank": 7, - "Id": 494, + "Command": "Get-PnPEventReceiver -Scope Site", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Site" + "Id": 494 }, { "Rank": 8, - "Id": 495, + "Command": "Get-PnPEventReceiver -Scope Web", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Web" + "Id": 495 }, { "Rank": 9, - "Id": 496, + "Command": "Get-PnPEventReceiver -Scope All", "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope All" + "Id": 496 }, { "Rank": 1, - "Id": 497, + "Command": "Get-PnPException", "CommandName": "Get-PnPException", - "Command": "Get-PnPException" + "Id": 497 }, { "Rank": 2, - "Id": 498, + "Command": "Get-PnPException -All", "CommandName": "Get-PnPException", - "Command": "Get-PnPException -All" + "Id": 498 }, { "Rank": 1, - "Id": 499, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "Id": 499 }, { "Rank": 2, - "Id": 500, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "Id": 500 }, { "Rank": 1, - "Id": 501, + "Command": "Get-PnPFeature", "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature" + "Id": 501 }, { "Rank": 2, - "Id": 502, + "Command": "Get-PnPFeature -Scope Site", "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Scope Site" + "Id": 502 }, { "Rank": 3, - "Id": 503, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Id": 503 }, { "Rank": 4, - "Id": 504, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" + "Id": 504 }, { "Rank": 1, - "Id": 505, + "Command": "Get-PnPField", "CommandName": "Get-PnPField", - "Command": "Get-PnPField" + "Id": 505 }, { "Rank": 2, - "Id": 506, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", "CommandName": "Get-PnPField", - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Id": 506 }, { "Rank": 3, - "Id": 507, + "Command": "Get-PnPField -Group \"Custom Columns\"", "CommandName": "Get-PnPField", - "Command": "Get-PnPField -Group \"Custom Columns\"" + "Id": 507 }, { "Rank": 1, - "Id": 508, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" + "Id": 508 }, { "Rank": 2, - "Id": 509, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" + "Id": 509 }, { "Rank": 3, - "Id": 510, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "Id": 510 }, { "Rank": 4, - "Id": 511, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "Id": 511 }, { "Rank": 5, - "Id": 512, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "Id": 512 }, { "Rank": 6, - "Id": 513, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "Id": 513 }, { "Rank": 7, - "Id": 514, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "Id": 514 }, { "Rank": 8, - "Id": 515, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "Id": 515 }, { "Rank": 1, - "Id": 516, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" + "Id": 516 }, { "Rank": 2, - "Id": 517, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" + "Id": 517 }, { "Rank": 3, - "Id": 518, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Id": 518 }, { "Rank": 1, - "Id": 519, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", "CommandName": "Get-PnPFileCheckedOut", - "Command": "Get-PnPFileCheckedOut -List \"Documents\"" + "Id": 519 }, { "Rank": 1, - "Id": 520, + "Command": "Get-PnPFileInFolder", "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder" + "Id": 520 }, { "Rank": 2, - "Id": 521, + "Command": "Get-PnPFileInFolder -Recurse", "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Recurse" + "Id": 521 }, { "Rank": 3, - "Id": 522, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" + "Id": 522 }, { "Rank": 4, - "Id": 523, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Id": 523 }, { "Rank": 5, - "Id": 524, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Id": 524 }, { "Rank": 1, - "Id": 525, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "CommandName": "Get-PnPFileRetentionLabel", - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Id": 525 }, { "Rank": 1, - "Id": 526, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "CommandName": "Get-PnPFileSensitivityLabel", - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Id": 526 }, { "Rank": 1, - "Id": 527, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" + "Id": 527 }, { "Rank": 1, - "Id": 528, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" + "Id": 528 }, { "Rank": 2, - "Id": 529, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" + "Id": 529 }, { "Rank": 3, - "Id": 530, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" + "Id": 530 }, { "Rank": 1, - "Id": 531, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "Id": 531 }, { "Rank": 2, - "Id": 532, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" + "Id": 532 }, { "Rank": 3, - "Id": 533, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" + "Id": 533 }, { "Rank": 1, - "Id": 534, + "Command": "Get-PnPFlow -AsAdmin", "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -AsAdmin" + "Id": 534 }, { "Rank": 2, - "Id": 535, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -SharingStatus SharedWithMe" + "Id": 535 }, { "Rank": 3, - "Id": 536, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 536 }, { "Rank": 1, - "Id": 537, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Id": 537 }, { "Rank": 2, - "Id": 538, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Id": 538 }, { "Rank": 1, - "Id": 539, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 539 }, { "Rank": 2, - "Id": 540, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Id": 540 }, { "Rank": 1, - "Id": 541, + "Command": "Get-PnPFolder", "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder" + "Id": 541 }, { "Rank": 2, - "Id": 542, + "Command": "Get-PnPFolder -CurrentWebRootFolder", "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -CurrentWebRootFolder" + "Id": 542 }, { "Rank": 3, - "Id": 543, + "Command": "Get-PnPFolder -Url \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "Id": 543 }, { "Rank": 4, - "Id": 544, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "Id": 544 }, { "Rank": 5, - "Id": 545, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" + "Id": 545 }, { "Rank": 6, - "Id": 546, + "Command": "Get-PnPFolder -List \"Shared Documents\"", "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "Id": 546 }, { "Rank": 7, - "Id": 547, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" + "Id": 547 }, { "Rank": 1, - "Id": 548, + "Command": "Get-PnPFolderInFolder", "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder" + "Id": 548 }, { "Rank": 2, - "Id": 549, + "Command": "Get-PnPFolderInFolder -Recurse", "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Recurse" + "Id": 549 }, { "Rank": 3, - "Id": 550, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" + "Id": 550 }, { "Rank": 4, - "Id": 551, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" + "Id": 551 }, { "Rank": 5, - "Id": 552, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" + "Id": 552 }, { "Rank": 6, - "Id": 553, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Id": 553 }, { "Rank": 1, - "Id": 554, + "Command": "Get-PnPFolderItem", "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem" + "Id": 554 }, { "Rank": 2, - "Id": 555, + "Command": "Get-PnPFolderItem -Recurse", "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Recurse" + "Id": 555 }, { "Rank": 3, - "Id": 556, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" + "Id": 556 }, { "Rank": 4, - "Id": 557, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Id": 557 }, { "Rank": 5, - "Id": 558, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "Id": 558 }, { "Rank": 6, - "Id": 559, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "Id": 559 }, { "Rank": 1, - "Id": 560, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Get-PnPFolderSharingLink", - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Id": 560 }, { "Rank": 1, - "Id": 561, + "Command": "Get-PnPFolderStorageMetric", "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric" + "Id": 561 }, { "Rank": 2, - "Id": 562, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "Id": 562 }, { "Rank": 3, - "Id": 563, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "Id": 563 }, { "Rank": 1, - "Id": 564, + "Command": "Get-PnPFooter", "CommandName": "Get-PnPFooter", - "Command": "Get-PnPFooter" + "Id": 564 }, { "Rank": 1, - "Id": 565, + "Command": "Get-PnPGraphSubscription", "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription" + "Id": 565 }, { "Rank": 2, - "Id": 566, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Id": 566 }, { "Rank": 1, - "Id": 567, + "Command": "Get-PnPGroup", "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup" + "Id": 567 }, { "Rank": 2, - "Id": 568, + "Command": "Get-PnPGroup -Identity 'My Site Users'", "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "Id": 568 }, { "Rank": 3, - "Id": 569, + "Command": "Get-PnPGroup -AssociatedMemberGroup", "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "Id": 569 }, { "Rank": 1, - "Id": 570, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "Id": 570 }, { "Rank": 2, - "Id": 571, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" + "Id": 571 }, { "Rank": 1, - "Id": 572, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", "CommandName": "Get-PnPGroupPermissions", - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "Id": 572 }, { "Rank": 1, - "Id": 573, + "Command": "Get-PnPHideDefaultThemes", "CommandName": "Get-PnPHideDefaultThemes", - "Command": "Get-PnPHideDefaultThemes" + "Id": 573 }, { "Rank": 1, - "Id": 574, + "Command": "Get-PnPHomePage", "CommandName": "Get-PnPHomePage", - "Command": "Get-PnPHomePage" + "Id": 574 }, { "Rank": 1, - "Id": 575, + "Command": "Get-PnPHomeSite", "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite" + "Id": 575 }, { "Rank": 2, - "Id": 576, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "Id": 576 }, { "Rank": 3, - "Id": 577, + "Command": "Get-PnPHomeSite -Detailed", "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -Detailed" + "Id": 577 }, { "Rank": 1, - "Id": 578, + "Command": "Get-PnPHubSite", "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite" + "Id": 578 }, { "Rank": 2, - "Id": 579, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Id": 579 }, { "Rank": 3, - "Id": 580, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" + "Id": 580 }, { "Rank": 1, - "Id": 581, + "Command": "Get-PnPHubSiteChild", "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild" + "Id": 581 }, { "Rank": 2, - "Id": 582, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Id": 582 }, { "Rank": 1, - "Id": 583, + "Command": "Get-PnPInPlaceRecordsManagement", "CommandName": "Get-PnPInPlaceRecordsManagement", - "Command": "Get-PnPInPlaceRecordsManagement" + "Id": 583 }, { "Rank": 1, - "Id": 584, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", "CommandName": "Get-PnPIsSiteAliasAvailable", - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "Id": 584 }, { "Rank": 1, - "Id": 585, + "Command": "Get-PnPJavaScriptLink", "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink" + "Id": 585 }, { "Rank": 2, - "Id": 586, + "Command": "Get-PnPJavaScriptLink -Scope All", "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope All" + "Id": 586 }, { "Rank": 3, - "Id": 587, + "Command": "Get-PnPJavaScriptLink -Scope Web", "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Web" + "Id": 587 }, { "Rank": 4, - "Id": 588, + "Command": "Get-PnPJavaScriptLink -Scope Site", "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Site" + "Id": 588 }, { "Rank": 5, - "Id": 589, + "Command": "Get-PnPJavaScriptLink -Name Test", "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Name Test" + "Id": 589 }, { "Rank": 1, - "Id": 590, + "Command": "Get-PnPKnowledgeHubSite", "CommandName": "Get-PnPKnowledgeHubSite", - "Command": "Get-PnPKnowledgeHubSite" + "Id": 590 }, { "Rank": 1, - "Id": 591, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", "CommandName": "Get-PnPLargeListOperationStatus", - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" + "Id": 591 }, { "Rank": 1, - "Id": 592, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" + "Id": 592 }, { "Rank": 1, - "Id": 593, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Id": 593 }, { "Rank": 1, - "Id": 594, + "Command": "Get-PnPList", "CommandName": "Get-PnPList", - "Command": "Get-PnPList" + "Id": 594 }, { "Rank": 2, - "Id": 595, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 595 }, { "Rank": 3, - "Id": 596, + "Command": "Get-PnPList -Identity Lists/Announcements", "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity Lists/Announcements" + "Id": 596 }, { "Rank": 4, - "Id": 597, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", "CommandName": "Get-PnPList", - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" + "Id": 597 }, { "Rank": 5, - "Id": 598, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "Id": 598 }, { "Rank": 1, - "Id": 599, + "Command": "Get-PnPListDesign", "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign" + "Id": 599 }, { "Rank": 2, - "Id": 600, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 600 }, { "Rank": 3, - "Id": 601, + "Command": "Get-PnPListDesign -Identity ListEvent", "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity ListEvent" + "Id": 601 }, { "Rank": 1, - "Id": 602, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", "CommandName": "Get-PnPListInformationRightsManagement", - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "Id": 602 }, { "Rank": 1, - "Id": 603, + "Command": "Get-PnPListItem -List Tasks", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks" + "Id": 603 }, { "Rank": 2, - "Id": 604, + "Command": "Get-PnPListItem -List Tasks -Id 1", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1" + "Id": 604 }, { "Rank": 3, - "Id": 605, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" + "Id": 605 }, { "Rank": 4, - "Id": 606, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" + "Id": 606 }, { "Rank": 5, - "Id": 607, + "Command": "Get-PnPListItem -List Tasks -Query \"\"", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "Id": 607 }, { "Rank": 6, - "Id": 608, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "Id": 608 }, { "Rank": 7, - "Id": 609, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" + "Id": 609 }, { "Rank": 8, - "Id": 610, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" + "Id": 610 }, { "Rank": 9, - "Id": 611, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "Id": 611 }, { "Rank": 1, - "Id": 612, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" + "Id": 612 }, { "Rank": 2, - "Id": 613, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" + "Id": 613 }, { "Rank": 1, - "Id": 614, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", "CommandName": "Get-PnPListItemComment", - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "Id": 614 }, { "Rank": 1, - "Id": 615, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", "CommandName": "Get-PnPListItemPermission", - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "Id": 615 }, { "Rank": 1, - "Id": 616, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", "CommandName": "Get-PnPListItemVersion", - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" + "Id": 616 }, { "Rank": 1, - "Id": 617, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "Id": 617 }, { "Rank": 2, - "Id": 618, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Id": 618 }, { "Rank": 1, - "Id": 619, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", "CommandName": "Get-PnPListRecordDeclaration", - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "Id": 619 }, { "Rank": 1, - "Id": 620, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", "CommandName": "Get-PnPManagedAppId", - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" + "Id": 620 }, { "Rank": 1, - "Id": 621, + "Command": "Get-PnPMasterPage", "CommandName": "Get-PnPMasterPage", - "Command": "Get-PnPMasterPage" + "Id": 621 }, { "Rank": 1, - "Id": 622, + "Command": "Get-PnPMessageCenterAnnouncement", "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement" + "Id": 622 }, { "Rank": 2, - "Id": 623, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "Id": 623 }, { "Rank": 1, - "Id": 624, + "Command": "Get-PnPMicrosoft365ExpiringGroup", "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "Id": 624 }, { "Rank": 2, - "Id": 625, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "Id": 625 }, { "Rank": 1, - "Id": 626, + "Command": "Get-PnPMicrosoft365Group", "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group" + "Id": 626 }, { "Rank": 2, - "Id": 627, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "Id": 627 }, { "Rank": 3, - "Id": 628, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "Id": 628 }, { "Rank": 4, - "Id": 629, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "Id": 629 }, { "Rank": 5, - "Id": 630, + "Command": "Get-PnPMicrosoft365Group -Identity $group", "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "Id": 630 }, { "Rank": 6, - "Id": 631, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "Id": 631 }, { "Rank": 1, - "Id": 632, + "Command": "Get-PnPMicrosoft365GroupEndpoint", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "Id": 632 }, { "Rank": 2, - "Id": 633, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "Id": 633 }, { "Rank": 3, - "Id": 634, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Id": 634 }, { "Rank": 1, - "Id": 635, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "Id": 635 }, { "Rank": 2, - "Id": 636, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "Id": 636 }, { "Rank": 3, - "Id": 637, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" + "Id": 637 }, { "Rank": 1, - "Id": 638, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "Id": 638 }, { "Rank": 2, - "Id": 639, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "Id": 639 }, { "Rank": 1, - "Id": 640, + "Command": "Get-PnPMicrosoft365GroupSettings", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings" + "Id": 640 }, { "Rank": 2, - "Id": 641, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "Id": 641 }, { "Rank": 3, - "Id": 642, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" + "Id": 642 }, { "Rank": 4, - "Id": 643, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" + "Id": 643 }, { "Rank": 1, - "Id": 644, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "Id": 644 }, { "Rank": 2, - "Id": 645, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" + "Id": 645 }, { "Rank": 1, - "Id": 646, + "Command": "Get-PnPMicrosoft365GroupTeam", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam" + "Id": 646 }, { "Rank": 2, - "Id": 647, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "Id": 647 }, { "Rank": 3, - "Id": 648, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Id": 648 }, { "Rank": 1, - "Id": 649, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "Id": 649 }, { "Rank": 2, - "Id": 650, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "Id": 650 }, { "Rank": 3, - "Id": 651, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Id": 651 }, { "Rank": 1, - "Id": 652, + "Command": "Get-PnPMicrosoft365Roadmap", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap" + "Id": 652 }, { "Rank": 2, - "Id": 653, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" + "Id": 653 }, { "Rank": 3, - "Id": 654, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" + "Id": 654 }, { "Rank": 1, - "Id": 655, + "Command": "Get-PnPNavigationNode", "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode" + "Id": 655 }, { "Rank": 2, - "Id": 656, + "Command": "Get-PnPNavigationNode -Location QuickLaunch", "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "Id": 656 }, { "Rank": 3, - "Id": 657, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "Id": 657 }, { "Rank": 1, - "Id": 658, + "Command": "Get-PnPOrgAssetsLibrary", "CommandName": "Get-PnPOrgAssetsLibrary", - "Command": "Get-PnPOrgAssetsLibrary" + "Id": 658 }, { "Rank": 1, - "Id": 659, + "Command": "Get-PnPOrgNewsSite", "CommandName": "Get-PnPOrgNewsSite", - "Command": "Get-PnPOrgNewsSite" + "Id": 659 }, { "Rank": 1, - "Id": 660, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "Id": 660 }, { "Rank": 2, - "Id": 661, + "Command": "Get-PnPPage \"MyPage\"", "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"MyPage\"" + "Id": 661 }, { "Rank": 3, - "Id": 662, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "Id": 662 }, { "Rank": 4, - "Id": 663, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Id": 663 }, { "Rank": 5, - "Id": 664, + "Command": "Get-PnPPage", "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage" + "Id": 664 }, { "Rank": 1, - "Id": 665, + "Command": "Get-PnPPageComponent -Page Home", "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home" + "Id": 665 }, { "Rank": 2, - "Id": 666, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Id": 666 }, { "Rank": 3, - "Id": 667, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "Id": 667 }, { "Rank": 1, - "Id": 668, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", "CommandName": "Get-PnPPageCopyProgress", - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" + "Id": 668 }, { "Rank": 1, - "Id": 669, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" + "Id": 669 }, { "Rank": 2, - "Id": 670, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation \"MyPage\"" + "Id": 670 }, { "Rank": 3, - "Id": 671, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Id": 671 }, { "Rank": 1, - "Id": 672, + "Command": "Get-PnPPageSchedulingEnabled", "CommandName": "Get-PnPPageSchedulingEnabled", - "Command": "Get-PnPPageSchedulingEnabled" + "Id": 672 }, { "Rank": 1, - "Id": 673, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", "CommandName": "Get-PnPPlannerBucket", - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "Id": 673 }, { "Rank": 1, - "Id": 674, + "Command": "Get-PnPPlannerConfiguration", "CommandName": "Get-PnPPlannerConfiguration", - "Command": "Get-PnPPlannerConfiguration" + "Id": 674 }, { "Rank": 1, - "Id": 675, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "Id": 675 }, { "Rank": 2, - "Id": 676, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "Id": 676 }, { "Rank": 3, - "Id": 677, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "Id": 677 }, { "Rank": 1, - "Id": 678, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "CommandName": "Get-PnPPlannerRosterMember", - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Id": 678 }, { "Rank": 1, - "Id": 679, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "Id": 679 }, { "Rank": 2, - "Id": 680, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "Id": 680 }, { "Rank": 1, - "Id": 681, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "Id": 681 }, { "Rank": 2, - "Id": 682, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Id": 682 }, { "Rank": 3, - "Id": 683, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Id": 683 }, { "Rank": 1, - "Id": 684, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPPlannerUserPolicy", - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Id": 684 }, { "Rank": 1, - "Id": 685, + "Command": "Get-PnPPowerApp", "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp" + "Id": 685 }, { "Rank": 2, - "Id": 686, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 686 }, { "Rank": 1, - "Id": 687, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Id": 687 }, { "Rank": 1, - "Id": 688, + "Command": "Get-PnPPowerPlatformEnvironment", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment" + "Id": 688 }, { "Rank": 2, - "Id": 689, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "Id": 689 }, { "Rank": 3, - "Id": 690, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "Id": 690 }, { "Rank": 1, - "Id": 691, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Id": 691 }, { "Rank": 2, - "Id": 692, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" + "Id": 692 }, { "Rank": 1, - "Id": 693, + "Command": "Get-PnPPowerShellTelemetryEnabled", "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Command": "Get-PnPPowerShellTelemetryEnabled" + "Id": 693 }, { "Rank": 1, - "Id": 694, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "Id": 694 }, { "Rank": 2, - "Id": 695, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" + "Id": 695 }, { "Rank": 1, - "Id": 696, + "Command": "Get-PnPPriviledgedIdentityManagementRole", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole" + "Id": 696 }, { "Rank": 2, - "Id": 697, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" + "Id": 697 }, { "Rank": 3, - "Id": 698, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" + "Id": 698 }, { "Rank": 1, - "Id": 699, + "Command": "Get-PnPProfileCardProperty", "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty" + "Id": 699 }, { "Rank": 2, - "Id": 700, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" + "Id": 700 }, { "Rank": 1, - "Id": 701, + "Command": "Get-PnPPropertyBag", "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag" + "Id": 701 }, { "Rank": 2, - "Id": 702, + "Command": "Get-PnPPropertyBag -Key MyKey", "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Key MyKey" + "Id": 702 }, { "Rank": 3, - "Id": 703, + "Command": "Get-PnPPropertyBag -Folder /MyFolder", "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "Id": 703 }, { "Rank": 4, - "Id": 704, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "Id": 704 }, { "Rank": 5, - "Id": 705, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "Id": 705 }, { "Rank": 1, - "Id": 706, + "Command": "Get-PnPPublishingImageRendition", "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition" + "Id": 706 }, { "Rank": 2, - "Id": 707, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "Id": 707 }, { "Rank": 3, - "Id": 708, + "Command": "Get-PnPPublishingImageRendition -Identity 2", "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "Id": 708 }, { "Rank": 1, - "Id": 709, + "Command": "Get-PnPRecycleBinItem", "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem" + "Id": 709 }, { "Rank": 2, - "Id": 710, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" + "Id": 710 }, { "Rank": 3, - "Id": 711, + "Command": "Get-PnPRecycleBinItem -FirstStage", "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -FirstStage" + "Id": 711 }, { "Rank": 4, - "Id": 712, + "Command": "Get-PnPRecycleBinItem -SecondStage", "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -SecondStage" + "Id": 712 }, { "Rank": 5, - "Id": 713, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "Id": 713 }, { "Rank": 1, - "Id": 714, + "Command": "Get-PnPRequestAccessEmails", "CommandName": "Get-PnPRequestAccessEmails", - "Command": "Get-PnPRequestAccessEmails" + "Id": 714 }, { "Rank": 1, - "Id": 715, + "Command": "Get-PnPRetentionLabel", "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel" + "Id": 715 }, { "Rank": 2, - "Id": 716, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" + "Id": 716 }, { "Rank": 1, - "Id": 717, + "Command": "Get-PnPRoleDefinition", "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition" + "Id": 717 }, { "Rank": 2, - "Id": 718, + "Command": "Get-PnPRoleDefinition -Identity Read", "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition -Identity Read" + "Id": 718 }, { "Rank": 3, - "Id": 719, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "Id": 719 }, { "Rank": 1, - "Id": 720, + "Command": "Get-PnPSearchConfiguration", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration" + "Id": 720 }, { "Rank": 2, - "Id": 721, + "Command": "Get-PnPSearchConfiguration -Scope Site", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site" + "Id": 721 }, { "Rank": 3, - "Id": 722, + "Command": "Get-PnPSearchConfiguration -Scope Subscription", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "Id": 722 }, { "Rank": 4, - "Id": 723, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Id": 723 }, { "Rank": 5, - "Id": 724, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "Id": 724 }, { "Rank": 6, - "Id": 725, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" + "Id": 725 }, { "Rank": 7, - "Id": 726, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" + "Id": 726 }, { "Rank": 8, - "Id": 727, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "Id": 727 }, { "Rank": 1, - "Id": 728, + "Command": "Get-PnPSearchCrawlLog", "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog" + "Id": 728 }, { "Rank": 2, - "Id": 729, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" + "Id": 729 }, { "Rank": 3, - "Id": 730, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "Id": 730 }, { "Rank": 4, - "Id": 731, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "Id": 731 }, { "Rank": 5, - "Id": 732, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" + "Id": 732 }, { "Rank": 6, - "Id": 733, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "Id": 733 }, { "Rank": 7, - "Id": 734, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "Id": 734 }, { "Rank": 1, - "Id": 735, + "Command": "Get-PnPSearchExternalConnection", "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection" + "Id": 735 }, { "Rank": 2, - "Id": 736, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Id": 736 }, { "Rank": 1, - "Id": 737, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Id": 737 }, { "Rank": 2, - "Id": 738, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" + "Id": 738 }, { "Rank": 1, - "Id": 739, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", "CommandName": "Get-PnPSearchExternalSchema", - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" + "Id": 739 }, { "Rank": 1, - "Id": 740, + "Command": "Get-PnPSearchSettings", "CommandName": "Get-PnPSearchSettings", - "Command": "Get-PnPSearchSettings" + "Id": 740 }, { "Rank": 1, - "Id": 741, + "Command": "Get-PnPServiceCurrentHealth", "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth" + "Id": 741 }, { "Rank": 2, - "Id": 742, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "Id": 742 }, { "Rank": 1, - "Id": 743, + "Command": "Get-PnPServiceHealthIssue", "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue" + "Id": 743 }, { "Rank": 2, - "Id": 744, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "Id": 744 }, { "Rank": 1, - "Id": 745, + "Command": "Get-PnPSharePointAddIn", "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn" + "Id": 745 }, { "Rank": 2, - "Id": 746, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "Id": 746 }, { "Rank": 1, - "Id": 747, + "Command": "Get-PnPSharingForNonOwnersOfSite", "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Command": "Get-PnPSharingForNonOwnersOfSite" + "Id": 747 }, { "Rank": 1, - "Id": 748, + "Command": "Get-PnPSite", "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite" + "Id": 748 }, { "Rank": 2, - "Id": 749, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "Id": 749 }, { "Rank": 1, - "Id": 750, + "Command": "Get-PnPSiteAnalyticsData -All", "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -All" + "Id": 750 }, { "Rank": 2, - "Id": 751, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" + "Id": 751 }, { "Rank": 3, - "Id": 752, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Id": 752 }, { "Rank": 4, - "Id": 753, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Id": 753 }, { "Rank": 1, - "Id": 754, + "Command": "Get-PnPSiteClosure", "CommandName": "Get-PnPSiteClosure", - "Command": "Get-PnPSiteClosure" + "Id": 754 }, { "Rank": 1, - "Id": 755, + "Command": "Get-PnPSiteCollectionAdmin", "CommandName": "Get-PnPSiteCollectionAdmin", - "Command": "Get-PnPSiteCollectionAdmin" + "Id": 755 }, { "Rank": 1, - "Id": 756, + "Command": "Get-PnPSiteCollectionAppCatalog", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog" + "Id": 756 }, { "Rank": 2, - "Id": 757, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "Id": 757 }, { "Rank": 3, - "Id": 758, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "Id": 758 }, { "Rank": 1, - "Id": 759, + "Command": "Get-PnPSiteCollectionTermStore", "CommandName": "Get-PnPSiteCollectionTermStore", - "Command": "Get-PnPSiteCollectionTermStore" + "Id": 759 }, { "Rank": 1, - "Id": 760, + "Command": "Get-PnPSiteDesign", "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign" + "Id": 760 }, { "Rank": 2, - "Id": 761, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 761 }, { "Rank": 1, - "Id": 762, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteDesignRights", - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 762 }, { "Rank": 1, - "Id": 763, + "Command": "Get-PnPSiteDesignRun", "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun" + "Id": 763 }, { "Rank": 2, - "Id": 764, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" + "Id": 764 }, { "Rank": 1, - "Id": 765, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" + "Id": 765 }, { "Rank": 2, - "Id": 766, + "Command": "Get-PnPSiteDesignTask", "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask" + "Id": 766 }, { "Rank": 3, - "Id": 767, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Id": 767 }, { "Rank": 1, - "Id": 768, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "Id": 768 }, { "Rank": 1, - "Id": 769, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Id": 769 }, { "Rank": 1, - "Id": 770, + "Command": "Get-PnPSiteGroup", "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup" + "Id": 770 }, { "Rank": 2, - "Id": 771, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Id": 771 }, { "Rank": 3, - "Id": 772, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "Id": 772 }, { "Rank": 4, - "Id": 773, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Id": 773 }, { "Rank": 1, - "Id": 774, + "Command": "Get-PnPSitePolicy", "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy" + "Id": 774 }, { "Rank": 2, - "Id": 775, + "Command": "Get-PnPSitePolicy -AllAvailable", "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -AllAvailable" + "Id": 775 }, { "Rank": 3, - "Id": 776, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "Id": 776 }, { "Rank": 1, - "Id": 777, + "Command": "Get-PnPSiteScript", "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript" + "Id": 777 }, { "Rank": 2, - "Id": 778, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 778 }, { "Rank": 1, - "Id": 779, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "Id": 779 }, { "Rank": 2, - "Id": 780, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" + "Id": 780 }, { "Rank": 3, - "Id": 781, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" + "Id": 781 }, { "Rank": 1, - "Id": 782, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "Id": 782 }, { "Rank": 2, - "Id": 783, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" + "Id": 783 }, { "Rank": 3, - "Id": 784, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" + "Id": 784 }, { "Rank": 4, - "Id": 785, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" + "Id": 785 }, { "Rank": 5, - "Id": 786, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "Id": 786 }, { "Rank": 6, - "Id": 787, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" + "Id": 787 }, { "Rank": 1, - "Id": 788, + "Command": "Get-PnPSiteSearchQueryResults", "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults" + "Id": 788 }, { "Rank": 2, - "Id": 789, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "Id": 789 }, { "Rank": 3, - "Id": 790, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "Id": 790 }, { "Rank": 4, - "Id": 791, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "Id": 791 }, { "Rank": 5, - "Id": 792, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "Id": 792 }, { "Rank": 6, - "Id": 793, + "Command": "Get-PnPSiteSearchQueryResults -All", "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -All" + "Id": 793 }, { "Rank": 1, - "Id": 794, + "Command": "Get-PnPSiteSensitivityLabel", "CommandName": "Get-PnPSiteSensitivityLabel", - "Command": "Get-PnPSiteSensitivityLabel" + "Id": 794 }, { "Rank": 1, - "Id": 795, + "Command": "Get-PnPSiteTemplate -Out template.pnp", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "Id": 795 }, { "Rank": 2, - "Id": 796, + "Command": "Get-PnPSiteTemplate -Out template.xml", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml" + "Id": 796 }, { "Rank": 3, - "Id": 797, + "Command": "Get-PnPSiteTemplate -Out template.md", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.md" + "Id": 797 }, { "Rank": 4, - "Id": 798, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "Id": 798 }, { "Rank": 5, - "Id": 799, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "Id": 799 }, { "Rank": 6, - "Id": 800, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "Id": 800 }, { "Rank": 7, - "Id": 801, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "Id": 801 }, { "Rank": 8, - "Id": 802, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" + "Id": 802 }, { "Rank": 9, - "Id": 803, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "Id": 803 }, { "Rank": 10, - "Id": 804, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" + "Id": 804 }, { "Rank": 11, - "Id": 805, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" + "Id": 805 }, { "Rank": 12, - "Id": 806, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "Id": 806 }, { "Rank": 13, - "Id": 807, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" + "Id": 807 }, { "Rank": 14, - "Id": 808, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" + "Id": 808 }, { "Rank": 1, - "Id": 809, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "CommandName": "Get-PnPSiteUserInvitations", - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Id": 809 }, { "Rank": 1, - "Id": 810, + "Command": "Get-PnPSiteVersionPolicy", "CommandName": "Get-PnPSiteVersionPolicy", - "Command": "Get-PnPSiteVersionPolicy" + "Id": 810 }, { "Rank": 1, - "Id": 811, + "Command": "Get-PnPSiteVersionPolicyStatus", "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Command": "Get-PnPSiteVersionPolicyStatus" + "Id": 811 }, { "Rank": 1, - "Id": 812, + "Command": "Get-PnPStorageEntity", "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity" + "Id": 812 }, { "Rank": 2, - "Id": 813, + "Command": "Get-PnPStorageEntity -Key MyKey", "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey" + "Id": 813 }, { "Rank": 3, - "Id": 814, + "Command": "Get-PnPStorageEntity -Scope Site", "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Scope Site" + "Id": 814 }, { "Rank": 4, - "Id": 815, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "Id": 815 }, { "Rank": 1, - "Id": 816, + "Command": "Get-PnPStoredCredential -Name O365", "CommandName": "Get-PnPStoredCredential", - "Command": "Get-PnPStoredCredential -Name O365" + "Id": 816 }, { "Rank": 1, - "Id": 817, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Id": 817 }, { "Rank": 1, - "Id": 818, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Id": 818 }, { "Rank": 1, - "Id": 819, + "Command": "Get-PnPSubWeb", "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb" + "Id": 819 }, { "Rank": 2, - "Id": 820, + "Command": "Get-PnPSubWeb -Recurse", "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse" + "Id": 820 }, { "Rank": 3, - "Id": 821, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" + "Id": 821 }, { "Rank": 4, - "Id": 822, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "Id": 822 }, { "Rank": 5, - "Id": 823, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "Id": 823 }, { "Rank": 1, - "Id": 824, + "Command": "Get-PnPSyntexModel", "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel" + "Id": 824 }, { "Rank": 2, - "Id": 825, + "Command": "Get-PnPSyntexModel -Identity 1", "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity 1" + "Id": 825 }, { "Rank": 3, - "Id": 826, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "Id": 826 }, { "Rank": 1, - "Id": 827, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", "CommandName": "Get-PnPSyntexModelPublication", - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "Id": 827 }, { "Rank": 1, - "Id": 828, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", "CommandName": "Get-PnPTaxonomyItem", - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" + "Id": 828 }, { "Rank": 1, - "Id": 829, + "Command": "Get-PnPTeamsApp", "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp" + "Id": 829 }, { "Rank": 2, - "Id": 830, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" + "Id": 830 }, { "Rank": 3, - "Id": 831, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "Id": 831 }, { "Rank": 1, - "Id": 832, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" + "Id": 832 }, { "Rank": 2, - "Id": 833, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" + "Id": 833 }, { "Rank": 3, - "Id": 834, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Id": 834 }, { "Rank": 4, - "Id": 835, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" + "Id": 835 }, { "Rank": 1, - "Id": 836, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" + "Id": 836 }, { "Rank": 2, - "Id": 837, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Id": 837 }, { "Rank": 1, - "Id": 838, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "Id": 838 }, { "Rank": 2, - "Id": 839, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" + "Id": 839 }, { "Rank": 1, - "Id": 840, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" + "Id": 840 }, { "Rank": 2, - "Id": 841, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" + "Id": 841 }, { "Rank": 1, - "Id": 842, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" + "Id": 842 }, { "Rank": 2, - "Id": 843, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" + "Id": 843 }, { "Rank": 3, - "Id": 844, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" + "Id": 844 }, { "Rank": 4, - "Id": 845, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Id": 845 }, { "Rank": 1, - "Id": 846, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" + "Id": 846 }, { "Rank": 2, - "Id": 847, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "Id": 847 }, { "Rank": 1, - "Id": 848, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" + "Id": 848 }, { "Rank": 2, - "Id": 849, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" + "Id": 849 }, { "Rank": 3, - "Id": 850, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" + "Id": 850 }, { "Rank": 4, - "Id": 851, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" + "Id": 851 }, { "Rank": 5, - "Id": 852, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" + "Id": 852 }, { "Rank": 1, - "Id": 853, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Id": 853 }, { "Rank": 2, - "Id": 854, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Id": 854 }, { "Rank": 1, - "Id": 855, + "Command": "Get-PnPTeamsTeam", "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam" + "Id": 855 }, { "Rank": 2, - "Id": 856, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "Id": 856 }, { "Rank": 3, - "Id": 857, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" + "Id": 857 }, { "Rank": 4, - "Id": 858, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "Id": 858 }, { "Rank": 5, - "Id": 859, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "Id": 859 }, { "Rank": 6, - "Id": 860, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" + "Id": 860 }, { "Rank": 1, - "Id": 861, + "Command": "Get-PnPTeamsUser -Team MyTeam", "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam" + "Id": 861 }, { "Rank": 2, - "Id": 862, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "Id": 862 }, { "Rank": 3, - "Id": 863, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "Id": 863 }, { "Rank": 4, - "Id": 864, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "Id": 864 }, { "Rank": 1, - "Id": 865, + "Command": "Get-PnPTemporarilyDisableAppBar", "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Command": "Get-PnPTemporarilyDisableAppBar" + "Id": 865 }, { "Rank": 1, - "Id": 866, + "Command": "Get-PnPTenant", "CommandName": "Get-PnPTenant", - "Command": "Get-PnPTenant" + "Id": 866 }, { "Rank": 1, - "Id": 867, + "Command": "Get-PnPTenantAppCatalogUrl", "CommandName": "Get-PnPTenantAppCatalogUrl", - "Command": "Get-PnPTenantAppCatalogUrl" + "Id": 867 }, { "Rank": 1, - "Id": 868, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", "CommandName": "Get-PnPTenantCdnEnabled", - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "Id": 868 }, { "Rank": 1, - "Id": 869, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", "CommandName": "Get-PnPTenantCdnOrigin", - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "Id": 869 }, { "Rank": 1, - "Id": 870, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", "CommandName": "Get-PnPTenantCdnPolicies", - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "Id": 870 }, { "Rank": 1, - "Id": 871, + "Command": "Get-PnPTenantDeletedSite", "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite" + "Id": 871 }, { "Rank": 2, - "Id": 872, + "Command": "Get-PnPTenantDeletedSite -Detailed", "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Detailed" + "Id": 872 }, { "Rank": 3, - "Id": 873, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Id": 873 }, { "Rank": 4, - "Id": 874, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "Id": 874 }, { "Rank": 5, - "Id": 875, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "Id": 875 }, { "Rank": 1, - "Id": 876, + "Command": "Get-PnPTenantId", "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId" + "Id": 876 }, { "Rank": 2, - "Id": 877, + "Command": "Get-PnPTenantId contoso", "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId contoso" + "Id": 877 }, { "Rank": 3, - "Id": 878, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "Id": 878 }, { "Rank": 4, - "Id": 879, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" + "Id": 879 }, { "Rank": 1, - "Id": 880, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" + "Id": 880 }, { "Rank": 2, - "Id": 881, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" + "Id": 881 }, { "Rank": 3, - "Id": 882, + "Command": "Get-PnPTenantInfo", "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo" + "Id": 882 }, { "Rank": 4, - "Id": 883, + "Command": "Get-PnPTenantInfo -CurrentTenant", "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -CurrentTenant" + "Id": 883 }, { "Rank": 1, - "Id": 884, + "Command": "Get-PnPTenantInstance", "CommandName": "Get-PnPTenantInstance", - "Command": "Get-PnPTenantInstance" + "Id": 884 }, { "Rank": 1, - "Id": 885, + "Command": "Get-PnPTenantInternalSetting", "CommandName": "Get-PnPTenantInternalSetting", - "Command": "Get-PnPTenantInternalSetting" + "Id": 885 }, { "Rank": 1, - "Id": 886, + "Command": "Get-PnPTenantPronounsSetting", "CommandName": "Get-PnPTenantPronounsSetting", - "Command": "Get-PnPTenantPronounsSetting" + "Id": 886 }, { "Rank": 1, - "Id": 887, + "Command": "Get-PnPTenantRecycleBinItem", "CommandName": "Get-PnPTenantRecycleBinItem", - "Command": "Get-PnPTenantRecycleBinItem" + "Id": 887 }, { "Rank": 1, - "Id": 888, + "Command": "Get-PnPTenantRestrictedSearchAllowedList", "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Command": "Get-PnPTenantRestrictedSearchAllowedList" + "Id": 888 }, { "Rank": 1, - "Id": 889, + "Command": "Get-PnPTenantRestrictedSearchMode", "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Command": "Get-PnPTenantRestrictedSearchMode" + "Id": 889 }, { "Rank": 1, - "Id": 890, + "Command": "Get-PnPTenantRetentionLabel", "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel" + "Id": 890 }, { "Rank": 2, - "Id": 891, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" + "Id": 891 }, { "Rank": 1, - "Id": 892, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "Id": 892 }, { "Rank": 2, - "Id": 893, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "Id": 893 }, { "Rank": 1, - "Id": 894, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "Id": 894 }, { "Rank": 2, - "Id": 895, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" + "Id": 895 }, { "Rank": 1, - "Id": 896, + "Command": "Get-PnPTenantSite", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite" + "Id": 896 }, { "Rank": 2, - "Id": 897, + "Command": "Get-PnPTenantSite -Detailed", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Detailed" + "Id": 897 }, { "Rank": 3, - "Id": 898, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "Id": 898 }, { "Rank": 4, - "Id": 899, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" + "Id": 899 }, { "Rank": 5, - "Id": 900, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" + "Id": 900 }, { "Rank": 6, - "Id": 901, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" + "Id": 901 }, { "Rank": 7, - "Id": 902, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "Id": 902 }, { "Rank": 8, - "Id": 903, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "Id": 903 }, { "Rank": 9, - "Id": 904, + "Command": "Get-PnPTenantSite -GroupIdDefined $true", "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "Id": 904 }, { "Rank": 1, - "Id": 905, + "Command": "Get-PnPTenantSyncClientRestriction", "CommandName": "Get-PnPTenantSyncClientRestriction", - "Command": "Get-PnPTenantSyncClientRestriction" + "Id": 905 }, { "Rank": 1, - "Id": 906, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "Id": 906 }, { "Rank": 2, - "Id": 907, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" + "Id": 907 }, { "Rank": 3, - "Id": 908, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" + "Id": 908 }, { "Rank": 1, - "Id": 909, + "Command": "Get-PnPTenantTheme", "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme" + "Id": 909 }, { "Rank": 2, - "Id": 910, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Id": 910 }, { "Rank": 3, - "Id": 911, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "Id": 911 }, { "Rank": 1, - "Id": 912, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Id": 912 }, { "Rank": 2, - "Id": 913, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Id": 913 }, { "Rank": 3, - "Id": 914, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Id": 914 }, { "Rank": 4, - "Id": 915, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" + "Id": 915 }, { "Rank": 5, - "Id": 916, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" + "Id": 916 }, { "Rank": 1, - "Id": 917, + "Command": "Get-PnPTermGroup", "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup" + "Id": 917 }, { "Rank": 2, - "Id": 918, + "Command": "Get-PnPTermGroup -Identity \"Departments\"", "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "Id": 918 }, { "Rank": 3, - "Id": 919, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" + "Id": 919 }, { "Rank": 1, - "Id": 920, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" + "Id": 920 }, { "Rank": 2, - "Id": 921, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" + "Id": 921 }, { "Rank": 3, - "Id": 922, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Id": 922 }, { "Rank": 1, - "Id": 923, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "Id": 923 }, { "Rank": 2, - "Id": 924, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "Id": 924 }, { "Rank": 3, - "Id": 925, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" + "Id": 925 }, { "Rank": 4, - "Id": 926, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" + "Id": 926 }, { "Rank": 1, - "Id": 927, + "Command": "Get-PnPTheme", "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme" + "Id": 927 }, { "Rank": 2, - "Id": 928, + "Command": "Get-PnPTheme -DetectCurrentComposedLook", "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "Id": 928 }, { "Rank": 1, - "Id": 929, + "Command": "Get-PnPTimeZoneId", "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId" + "Id": 929 }, { "Rank": 2, - "Id": 930, + "Command": "Get-PnPTimeZoneId -Match Stockholm", "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "Id": 930 }, { "Rank": 1, - "Id": 931, + "Command": "Get-PnPTodoList", "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList" + "Id": 931 }, { "Rank": 2, - "Id": 932, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Id": 932 }, { "Rank": 3, - "Id": 933, + "Command": "Get-PnPTodoList -User john@doe.com", "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com" + "Id": 933 }, { "Rank": 4, - "Id": 934, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Id": 934 }, { "Rank": 1, - "Id": 935, + "Command": "Get-PnPTraceLog", "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog" + "Id": 935 }, { "Rank": 2, - "Id": 936, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" + "Id": 936 }, { "Rank": 3, - "Id": 937, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" + "Id": 937 }, { "Rank": 4, - "Id": 938, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" + "Id": 938 }, { "Rank": 5, - "Id": 939, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" + "Id": 939 }, { "Rank": 6, - "Id": 940, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" + "Id": 940 }, { "Rank": 1, - "Id": 941, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", "CommandName": "Get-PnPUnfurlLink", - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" + "Id": 941 }, { "Rank": 1, - "Id": 942, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", "CommandName": "Get-PnPUnifiedAuditLog", - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" + "Id": 942 }, { "Rank": 1, - "Id": 943, + "Command": "Get-PnPUPABulkImportStatus", "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus" + "Id": 943 }, { "Rank": 2, - "Id": 944, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "Id": 944 }, { "Rank": 3, - "Id": 945, + "Command": "Get-PnPUPABulkImportStatus -JobId ", "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId " + "Id": 945 }, { "Rank": 4, - "Id": 946, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "Id": 946 }, { "Rank": 1, - "Id": 947, + "Command": "Get-PnPUser", "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser" + "Id": 947 }, { "Rank": 2, - "Id": 948, + "Command": "Get-PnPUser -Identity 23", "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity 23" + "Id": 948 }, { "Rank": 3, - "Id": 949, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" + "Id": 949 }, { "Rank": 4, - "Id": 950, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" + "Id": 950 }, { "Rank": 5, - "Id": 951, + "Command": "Get-PnPUser -WithRightsAssigned", "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned" + "Id": 951 }, { "Rank": 6, - "Id": 952, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "Id": 952 }, { "Rank": 7, - "Id": 953, + "Command": "Get-PnPUser -WithRightsAssignedDetailed", "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "Id": 953 }, { "Rank": 1, - "Id": 954, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", "CommandName": "Get-PnPUserOneDriveQuota", - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "Id": 954 }, { "Rank": 1, - "Id": 955, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Id": 955 }, { "Rank": 2, - "Id": 956, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" + "Id": 956 }, { "Rank": 1, - "Id": 957, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "Id": 957 }, { "Rank": 2, - "Id": 958, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" + "Id": 958 }, { "Rank": 3, - "Id": 959, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" + "Id": 959 }, { "Rank": 1, - "Id": 960, + "Command": "Get-PnPView -List \"Demo List\"", "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\"" + "Id": 960 }, { "Rank": 2, - "Id": 961, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" + "Id": 961 }, { "Rank": 3, - "Id": 962, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" + "Id": 962 }, { "Rank": 1, - "Id": 963, + "Command": "Get-PnPVivaConnectionsDashboardACE", "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE" + "Id": 963 }, { "Rank": 2, - "Id": 964, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Id": 964 }, { "Rank": 1, - "Id": 965, + "Command": "Get-PnPVivaEngageCommunity", "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity" + "Id": 965 }, { "Rank": 2, - "Id": 966, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Id": 966 }, { "Rank": 1, - "Id": 967, + "Command": "Get-PnPWeb", "CommandName": "Get-PnPWeb", - "Command": "Get-PnPWeb" + "Id": 967 }, { "Rank": 1, - "Id": 968, + "Command": "Get-PnPWebHeader", "CommandName": "Get-PnPWebHeader", - "Command": "Get-PnPWebHeader" + "Id": 968 }, { "Rank": 1, - "Id": 969, + "Command": "Get-PnPWebhookSubscription -List MyList", "CommandName": "Get-PnPWebhookSubscription", - "Command": "Get-PnPWebhookSubscription -List MyList" + "Id": 969 }, { "Rank": 1, - "Id": 970, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" + "Id": 970 }, { "Rank": 2, - "Id": 971, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Id": 971 }, { "Rank": 1, - "Id": 972, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" + "Id": 972 }, { "Rank": 2, - "Id": 973, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" + "Id": 973 }, { "Rank": 1, - "Id": 974, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Get-PnPWebPartXml", - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Id": 974 }, { "Rank": 1, - "Id": 975, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" + "Id": 975 }, { "Rank": 2, - "Id": 976, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Id": 976 }, { "Rank": 1, - "Id": 977, + "Command": "Get-PnPWebTemplates", "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates" + "Id": 977 }, { "Rank": 2, - "Id": 978, + "Command": "Get-PnPWebTemplates -LCID 1033", "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -LCID 1033" + "Id": 978 }, { "Rank": 3, - "Id": 979, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "Id": 979 }, { "Rank": 1, - "Id": 980, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", "CommandName": "Get-PnPWikiPageContent", - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" + "Id": 980 }, { "Rank": 1, - "Id": 981, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" + "Id": 981 }, { "Rank": 2, - "Id": 982, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" + "Id": 982 }, { "Rank": 1, - "Id": 983, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Grant-PnPHubSiteRights", - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Id": 983 }, { "Rank": 1, - "Id": 984, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Grant-PnPSiteDesignRights", - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Id": 984 }, { "Rank": 1, - "Id": 985, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Id": 985 }, { "Rank": 1, - "Id": 986, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "Id": 986 }, { "Rank": 2, - "Id": 987, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" + "Id": 987 }, { "Rank": 3, - "Id": 988, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "Id": 988 }, { "Rank": 4, - "Id": 989, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "Id": 989 }, { "Rank": 1, - "Id": 990, + "Command": "Import-PnPTermGroupFromXml -Xml $xml", "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "Id": 990 }, { "Rank": 2, - "Id": 991, + "Command": "Import-PnPTermGroupFromXml -Path input.xml", "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "Id": 991 }, { "Rank": 1, - "Id": 992, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" + "Id": 992 }, { "Rank": 2, - "Id": 993, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" + "Id": 993 }, { "Rank": 3, - "Id": 994, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" + "Id": 994 }, { "Rank": 1, - "Id": 995, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 995 }, { "Rank": 2, - "Id": 996, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Id": 996 }, { "Rank": 1, - "Id": 997, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" + "Id": 997 }, { "Rank": 2, - "Id": 998, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "Id": 998 }, { "Rank": 3, - "Id": 999, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" + "Id": 999 }, { "Rank": 4, - "Id": 1000, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" + "Id": 1000 }, { "Rank": 5, - "Id": 1001, + "Command": "Invoke-PnPGraphMethod -Url \"users\"", "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users\"" + "Id": 1001 }, { "Rank": 6, - "Id": 1002, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" + "Id": 1002 }, { "Rank": 7, - "Id": 1003, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" + "Id": 1003 }, { "Rank": 1, - "Id": 1004, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 1004 }, { "Rank": 2, - "Id": 1005, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Id": 1005 }, { "Rank": 1, - "Id": 1006, + "Command": "Invoke-PnPQuery -RetryCount 5", "CommandName": "Invoke-PnPQuery", - "Command": "Invoke-PnPQuery -RetryCount 5" + "Id": 1006 }, { "Rank": 1, - "Id": 1007, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 1007 }, { "Rank": 2, - "Id": 1008, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Id": 1008 }, { "Rank": 1, - "Id": 1009, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", "CommandName": "Invoke-PnPSiteScript", - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" + "Id": 1009 }, { "Rank": 1, - "Id": 1010, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Id": 1010 }, { "Rank": 2, - "Id": 1011, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Id": 1011 }, { "Rank": 3, - "Id": 1012, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" + "Id": 1012 }, { "Rank": 1, - "Id": 1013, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" + "Id": 1013 }, { "Rank": 2, - "Id": 1014, + "Command": "Invoke-PnPSiteTemplate -Path template.xml", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "Id": 1014 }, { "Rank": 3, - "Id": 1015, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "Id": 1015 }, { "Rank": 4, - "Id": 1016, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Id": 1016 }, { "Rank": 5, - "Id": 1017, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "Id": 1017 }, { "Rank": 6, - "Id": 1018, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "Id": 1018 }, { "Rank": 7, - "Id": 1019, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "Id": 1019 }, { "Rank": 8, - "Id": 1020, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -InputInstance $template" + "Id": 1020 }, { "Rank": 9, - "Id": 1021, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "Id": 1021 }, { "Rank": 1, - "Id": 1022, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", "CommandName": "Invoke-PnPSPRestMethod", - "Command": "Invoke-PnPSPRestMethod -Url /_api/web" + "Id": 1022 }, { "Rank": 1, - "Id": 1023, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "Id": 1023 }, { "Rank": 2, - "Id": 1024, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "Id": 1024 }, { "Rank": 3, - "Id": 1025, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Id": 1025 }, { "Rank": 1, - "Id": 1026, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "Id": 1026 }, { "Rank": 2, - "Id": 1027, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" + "Id": 1027 }, { "Rank": 1, - "Id": 1028, + "Command": "Measure-PnPList \"Documents\"", "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\"" + "Id": 1028 }, { "Rank": 2, - "Id": 1029, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "Id": 1029 }, { "Rank": 1, - "Id": 1030, + "Command": "Measure-PnPWeb", "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb" + "Id": 1030 }, { "Rank": 2, - "Id": 1031, + "Command": "Measure-PnPWeb $web -Recursive", "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb $web -Recursive" + "Id": 1031 }, { "Rank": 1, - "Id": 1032, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", "CommandName": "Merge-PnPTerm", - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" + "Id": 1032 }, { "Rank": 1, - "Id": 1033, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" + "Id": 1033 }, { "Rank": 2, - "Id": 1034, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" + "Id": 1034 }, { "Rank": 3, - "Id": 1035, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Id": 1035 }, { "Rank": 4, - "Id": 1036, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Id": 1036 }, { "Rank": 1, - "Id": 1037, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" + "Id": 1037 }, { "Rank": 2, - "Id": 1038, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" + "Id": 1038 }, { "Rank": 1, - "Id": 1039, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", "CommandName": "Move-PnPListItemToRecycleBin", - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" + "Id": 1039 }, { "Rank": 1, - "Id": 1040, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "CommandName": "Move-PnPPage", - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Id": 1040 }, { "Rank": 1, - "Id": 1041, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" + "Id": 1041 }, { "Rank": 2, - "Id": 1042, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" + "Id": 1042 }, { "Rank": 3, - "Id": 1043, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" + "Id": 1043 }, { "Rank": 4, - "Id": 1044, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" + "Id": 1044 }, { "Rank": 1, - "Id": 1045, + "Command": "Move-PnPRecycleBinItem", "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem" + "Id": 1045 }, { "Rank": 2, - "Id": 1046, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" + "Id": 1046 }, { "Rank": 3, - "Id": 1047, + "Command": "Move-PnPRecycleBinItem -Force", "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Force" + "Id": 1047 }, { "Rank": 1, - "Id": 1048, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" + "Id": 1048 }, { "Rank": 2, - "Id": 1049, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" + "Id": 1049 }, { "Rank": 3, - "Id": 1050, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" + "Id": 1050 }, { "Rank": 1, - "Id": 1051, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" + "Id": 1051 }, { "Rank": 2, - "Id": 1052, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" + "Id": 1052 }, { "Rank": 1, - "Id": 1053, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" + "Id": 1053 }, { "Rank": 2, - "Id": 1054, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" + "Id": 1054 }, { "Rank": 3, - "Id": 1055, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" + "Id": 1055 }, { "Rank": 1, - "Id": 1056, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "Id": 1056 }, { "Rank": 2, - "Id": 1057, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" + "Id": 1057 }, { "Rank": 3, - "Id": 1058, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" + "Id": 1058 }, { "Rank": 1, - "Id": 1059, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" + "Id": 1059 }, { "Rank": 2, - "Id": 1060, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "Id": 1060 }, { "Rank": 3, - "Id": 1061, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" + "Id": 1061 }, { "Rank": 4, - "Id": 1062, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" + "Id": 1062 }, { "Rank": 1, - "Id": 1063, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", "CommandName": "New-PnPContainerType", - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" + "Id": 1063 }, { "Rank": 1, - "Id": 1064, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" + "Id": 1064 }, { "Rank": 2, - "Id": 1065, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" + "Id": 1065 }, { "Rank": 1, - "Id": 1066, + "Command": "New-PnPGroup -Title \"My Site Users\"", "CommandName": "New-PnPGroup", - "Command": "New-PnPGroup -Title \"My Site Users\"" + "Id": 1066 }, { "Rank": 1, - "Id": 1067, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" + "Id": 1067 }, { "Rank": 2, - "Id": 1068, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Id": 1068 }, { "Rank": 3, - "Id": 1069, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" + "Id": 1069 }, { "Rank": 4, - "Id": 1070, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Id": 1070 }, { "Rank": 1, - "Id": 1071, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Id": 1071 }, { "Rank": 1, - "Id": 1072, + "Command": "New-PnPList -Title Announcements -Template Announcements", "CommandName": "New-PnPList", - "Command": "New-PnPList -Title Announcements -Template Announcements" + "Id": 1072 }, { "Rank": 2, - "Id": 1073, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", "CommandName": "New-PnPList", - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" + "Id": 1073 }, { "Rank": 3, - "Id": 1074, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", "CommandName": "New-PnPList", - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "Id": 1074 }, { "Rank": 1, - "Id": 1075, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" + "Id": 1075 }, { "Rank": 2, - "Id": 1076, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" + "Id": 1076 }, { "Rank": 3, - "Id": 1077, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" + "Id": 1077 }, { "Rank": 4, - "Id": 1078, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" + "Id": 1078 }, { "Rank": 5, - "Id": 1079, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Id": 1079 }, { "Rank": 6, - "Id": 1080, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Id": 1080 }, { "Rank": 7, - "Id": 1081, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" + "Id": 1081 }, { "Rank": 1, - "Id": 1082, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" + "Id": 1082 }, { "Rank": 2, - "Id": 1083, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" + "Id": 1083 }, { "Rank": 1, - "Id": 1084, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", "CommandName": "New-PnPPersonalSite", - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" + "Id": 1084 }, { "Rank": 1, - "Id": 1085, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", "CommandName": "New-PnPPlannerPlan", - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "Id": 1085 }, { "Rank": 1, - "Id": 1086, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", "CommandName": "New-PnpProfileCardProperty", - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" + "Id": 1086 }, { "Rank": 1, - "Id": 1087, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", "CommandName": "New-PnPSdnProvider", - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "Id": 1087 }, { "Rank": 1, - "Id": 1088, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" + "Id": 1088 }, { "Rank": 2, - "Id": 1089, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Id": 1089 }, { "Rank": 1, - "Id": 1090, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Id": 1090 }, { "Rank": 2, - "Id": 1091, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" + "Id": 1091 }, { "Rank": 3, - "Id": 1092, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Id": 1092 }, { "Rank": 4, - "Id": 1093, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Id": 1093 }, { "Rank": 5, - "Id": 1094, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Id": 1094 }, { "Rank": 6, - "Id": 1095, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Id": 1095 }, { "Rank": 7, - "Id": 1096, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" + "Id": 1096 }, { "Rank": 8, - "Id": 1097, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" + "Id": 1097 }, { "Rank": 9, - "Id": 1098, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" + "Id": 1098 }, { "Rank": 10, - "Id": 1099, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" + "Id": 1099 }, { "Rank": 11, - "Id": 1100, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Id": 1100 }, { "Rank": 12, - "Id": 1101, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Id": 1101 }, { "Rank": 13, - "Id": 1102, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Id": 1102 }, { "Rank": 14, - "Id": 1103, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Id": 1103 }, { "Rank": 15, - "Id": 1104, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Id": 1104 }, { "Rank": 16, - "Id": 1105, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" + "Id": 1105 }, { "Rank": 17, - "Id": 1106, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" + "Id": 1106 }, { "Rank": 1, - "Id": 1107, + "Command": "New-PnPSiteCollectionTermStore", "CommandName": "New-PnPSiteCollectionTermStore", - "Command": "New-PnPSiteCollectionTermStore" + "Id": 1107 }, { "Rank": 1, - "Id": 1108, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" + "Id": 1108 }, { "Rank": 2, - "Id": 1109, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" + "Id": 1109 }, { "Rank": 3, - "Id": 1110, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" + "Id": 1110 }, { "Rank": 4, - "Id": 1111, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Id": 1111 }, { "Rank": 1, - "Id": 1112, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Id": 1112 }, { "Rank": 1, - "Id": 1113, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" + "Id": 1113 }, { "Rank": 2, - "Id": 1114, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" + "Id": 1114 }, { "Rank": 1, - "Id": 1115, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "Id": 1115 }, { "Rank": 2, - "Id": 1116, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" + "Id": 1116 }, { "Rank": 3, - "Id": 1117, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" + "Id": 1117 }, { "Rank": 4, - "Id": 1118, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" + "Id": 1118 }, { "Rank": 5, - "Id": 1119, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" + "Id": 1119 }, { "Rank": 6, - "Id": 1120, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Id": 1120 }, { "Rank": 7, - "Id": 1121, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "Id": 1121 }, { "Rank": 8, - "Id": 1122, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" + "Id": 1122 }, { "Rank": 1, - "Id": 1123, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", "CommandName": "New-PnPTeamsApp", - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "Id": 1123 }, { "Rank": 1, - "Id": 1124, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" + "Id": 1124 }, { "Rank": 2, - "Id": 1125, + "Command": "New-PnPTeamsTeam -GroupId $groupId", "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "Id": 1125 }, { "Rank": 3, - "Id": 1126, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" + "Id": 1126 }, { "Rank": 4, - "Id": 1127, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Id": 1127 }, { "Rank": 5, - "Id": 1128, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" + "Id": 1128 }, { "Rank": 6, - "Id": 1129, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Id": 1129 }, { "Rank": 1, - "Id": 1130, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" + "Id": 1130 }, { "Rank": 2, - "Id": 1131, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" + "Id": 1131 }, { "Rank": 1, - "Id": 1132, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" + "Id": 1132 }, { "Rank": 2, - "Id": 1133, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Id": 1133 }, { "Rank": 1, - "Id": 1134, + "Command": "New-PnPTermGroup -GroupName \"Countries\"", "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "Id": 1134 }, { "Rank": 2, - "Id": 1135, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Id": 1135 }, { "Rank": 1, - "Id": 1136, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", "CommandName": "New-PnPTermLabel", - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" + "Id": 1136 }, { "Rank": 1, - "Id": 1137, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", "CommandName": "New-PnPTermSet", - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "Id": 1137 }, { "Rank": 1, - "Id": 1138, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -DisplayName \"Travel items\"" + "Id": 1138 }, { "Rank": 2, - "Id": 1139, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" + "Id": 1139 }, { "Rank": 1, - "Id": 1140, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" + "Id": 1140 }, { "Rank": 2, - "Id": 1141, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" + "Id": 1141 }, { "Rank": 1, - "Id": 1142, + "Command": "New-PnPUser -LoginName user@company.com", "CommandName": "New-PnPUser", - "Command": "New-PnPUser -LoginName user@company.com" + "Id": 1142 }, { "Rank": 1, - "Id": 1143, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", "CommandName": "New-PnPVivaEngageCommunity", - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" + "Id": 1143 }, { "Rank": 1, - "Id": 1144, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", "CommandName": "New-PnPWeb", - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" + "Id": 1144 }, { "Rank": 1, - "Id": 1145, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Id": 1145 }, { "Rank": 2, - "Id": 1146, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" + "Id": 1146 }, { "Rank": 1, - "Id": 1147, + "Command": "Publish-PnPContentType -ContentType 0x0101", "CommandName": "Publish-PnPContentType", - "Command": "Publish-PnPContentType -ContentType 0x0101" + "Id": 1147 }, { "Rank": 1, - "Id": 1148, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Id": 1148 }, { "Rank": 2, - "Id": 1149, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Id": 1149 }, { "Rank": 1, - "Id": 1150, + "Command": "Read-PnPSiteTemplate -Path template.pnp", "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "Id": 1150 }, { "Rank": 2, - "Id": 1151, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "Id": 1151 }, { "Rank": 3, - "Id": 1152, + "Command": "Read-PnPSiteTemplate -Xml $xml", "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Xml $xml" + "Id": 1152 }, { "Rank": 1, - "Id": 1153, + "Command": "Read-PnPTenantTemplate -Path template.pnp", "CommandName": "Read-PnPTenantTemplate", - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "Id": 1153 }, { "Rank": 1, - "Id": 1154, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", "CommandName": "Register-PnPAppCatalogSite", - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" + "Id": 1154 }, { "Rank": 1, - "Id": 1155, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" + "Id": 1155 }, { "Rank": 2, - "Id": 1156, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Id": 1156 }, { "Rank": 3, - "Id": 1157, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" + "Id": 1157 }, { "Rank": 4, - "Id": 1158, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Id": 1158 }, { "Rank": 5, - "Id": 1159, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Id": 1159 }, { "Rank": 6, - "Id": 1160, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Id": 1160 }, { "Rank": 7, - "Id": 1161, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" + "Id": 1161 }, { "Rank": 8, - "Id": 1162, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" + "Id": 1162 }, { "Rank": 1, - "Id": 1163, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" + "Id": 1163 }, { "Rank": 2, - "Id": 1164, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" + "Id": 1164 }, { "Rank": 1, - "Id": 1165, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Id": 1165 }, { "Rank": 2, - "Id": 1166, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" + "Id": 1166 }, { "Rank": 1, - "Id": 1167, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "Id": 1167 }, { "Rank": 2, - "Id": 1168, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "Id": 1168 }, { "Rank": 1, - "Id": 1169, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" + "Id": 1169 }, { "Rank": 2, - "Id": 1170, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Id": 1170 }, { "Rank": 1, - "Id": 1171, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 1171 }, { "Rank": 2, - "Id": 1172, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Id": 1172 }, { "Rank": 1, - "Id": 1173, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Id": 1173 }, { "Rank": 2, - "Id": 1174, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Id": 1174 }, { "Rank": 1, - "Id": 1175, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "Id": 1175 }, { "Rank": 2, - "Id": 1176, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Id": 1176 }, { "Rank": 1, - "Id": 1177, + "Command": "Remove-PnPAzureADApp -Identity MyApp", "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "Id": 1177 }, { "Rank": 2, - "Id": 1178, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Id": 1178 }, { "Rank": 1, - "Id": 1179, + "Command": "Remove-PnPAzureADGroup -Identity $groupId", "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "Id": 1179 }, { "Rank": 2, - "Id": 1180, + "Command": "Remove-PnPAzureADGroup -Identity $group", "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $group" + "Id": 1180 }, { "Rank": 1, - "Id": 1181, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAzureADGroupMember", - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 1181 }, { "Rank": 1, - "Id": 1182, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPAzureADGroupOwner", - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 1182 }, { "Rank": 1, - "Id": 1183, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" + "Id": 1183 }, { "Rank": 2, - "Id": 1184, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" + "Id": 1184 }, { "Rank": 3, - "Id": 1185, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Id": 1185 }, { "Rank": 4, - "Id": 1186, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Id": 1186 }, { "Rank": 1, - "Id": 1187, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" + "Id": 1187 }, { "Rank": 2, - "Id": 1188, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" + "Id": 1188 }, { "Rank": 1, - "Id": 1189, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Id": 1189 }, { "Rank": 2, - "Id": 1190, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Id": 1190 }, { "Rank": 1, - "Id": 1191, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", "CommandName": "Remove-PnPContainerType", - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" + "Id": 1191 }, { "Rank": 1, - "Id": 1192, + "Command": "Remove-PnPContentType -Identity \"Project Document\"", "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "Id": 1192 }, { "Rank": 2, - "Id": 1193, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "Id": 1193 }, { "Rank": 1, - "Id": 1194, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Id": 1194 }, { "Rank": 2, - "Id": 1195, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Id": 1195 }, { "Rank": 1, - "Id": 1196, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", "CommandName": "Remove-PnPContentTypeFromList", - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "Id": 1196 }, { "Rank": 1, - "Id": 1197, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Id": 1197 }, { "Rank": 2, - "Id": 1198, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Id": 1198 }, { "Rank": 3, - "Id": 1199, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" + "Id": 1199 }, { "Rank": 1, - "Id": 1200, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Id": 1200 }, { "Rank": 1, - "Id": 1201, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Id": 1201 }, { "Rank": 2, - "Id": 1202, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Id": 1202 }, { "Rank": 3, - "Id": 1203, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "Id": 1203 }, { "Rank": 4, - "Id": 1204, + "Command": "Remove-PnPEventReceiver -List ProjectList", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList" + "Id": 1204 }, { "Rank": 5, - "Id": 1205, + "Command": "Remove-PnPEventReceiver", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver" + "Id": 1205 }, { "Rank": 6, - "Id": 1206, + "Command": "Remove-PnPEventReceiver -Scope Site", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Site" + "Id": 1206 }, { "Rank": 7, - "Id": 1207, + "Command": "Remove-PnPEventReceiver -Scope Web", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Web" + "Id": 1207 }, { "Rank": 8, - "Id": 1208, + "Command": "Remove-PnPEventReceiver -Scope All", "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope All" + "Id": 1208 }, { "Rank": 1, - "Id": 1209, + "Command": "Remove-PnPField -Identity \"Speakers\"", "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -Identity \"Speakers\"" + "Id": 1209 }, { "Rank": 2, - "Id": 1210, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Id": 1210 }, { "Rank": 1, - "Id": 1211, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Id": 1211 }, { "Rank": 2, - "Id": 1212, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" + "Id": 1212 }, { "Rank": 1, - "Id": 1213, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" + "Id": 1213 }, { "Rank": 2, - "Id": 1214, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" + "Id": 1214 }, { "Rank": 3, - "Id": 1215, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" + "Id": 1215 }, { "Rank": 1, - "Id": 1216, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", "CommandName": "Remove-PnPFileFromSiteTemplate", - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "Id": 1216 }, { "Rank": 1, - "Id": 1217, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Id": 1217 }, { "Rank": 2, - "Id": 1218, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" + "Id": 1218 }, { "Rank": 1, - "Id": 1219, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Id": 1219 }, { "Rank": 2, - "Id": 1220, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Id": 1220 }, { "Rank": 3, - "Id": 1221, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "Id": 1221 }, { "Rank": 1, - "Id": 1222, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 1222 }, { "Rank": 2, - "Id": 1223, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" + "Id": 1223 }, { "Rank": 1, - "Id": 1224, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" + "Id": 1224 }, { "Rank": 2, - "Id": 1225, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" + "Id": 1225 }, { "Rank": 3, - "Id": 1226, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" + "Id": 1226 }, { "Rank": 4, - "Id": 1227, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" + "Id": 1227 }, { "Rank": 1, - "Id": 1228, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Id": 1228 }, { "Rank": 2, - "Id": 1229, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" + "Id": 1229 }, { "Rank": 1, - "Id": 1230, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Id": 1230 }, { "Rank": 2, - "Id": 1231, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" + "Id": 1231 }, { "Rank": 1, - "Id": 1232, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", "CommandName": "Remove-PnPGraphSubscription", - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" + "Id": 1232 }, { "Rank": 1, - "Id": 1233, + "Command": "Remove-PnPGroup -Identity \"My Users\"", "CommandName": "Remove-PnPGroup", - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "Id": 1233 }, { "Rank": 1, - "Id": 1234, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "CommandName": "Remove-PnPGroupMember", - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Id": 1234 }, { "Rank": 1, - "Id": 1235, + "Command": "Remove-PnPHomeSite", "CommandName": "Remove-PnPHomeSite", - "Command": "Remove-PnPHomeSite" + "Id": 1235 }, { "Rank": 1, - "Id": 1236, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", "CommandName": "Remove-PnPHubSiteAssociation", - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" + "Id": 1236 }, { "Rank": 1, - "Id": 1237, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" + "Id": 1237 }, { "Rank": 2, - "Id": 1238, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" + "Id": 1238 }, { "Rank": 1, - "Id": 1239, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", "CommandName": "Remove-PnPIndexedProperty", - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "Id": 1239 }, { "Rank": 1, - "Id": 1240, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "Id": 1240 }, { "Rank": 2, - "Id": 1241, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "Id": 1241 }, { "Rank": 3, - "Id": 1242, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" + "Id": 1242 }, { "Rank": 4, - "Id": 1243, + "Command": "Remove-PnPJavaScriptLink -Scope Site", "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "Id": 1243 }, { "Rank": 5, - "Id": 1244, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" + "Id": 1244 }, { "Rank": 1, - "Id": 1245, + "Command": "Remove-PnPKnowledgeHubSite", "CommandName": "Remove-PnPKnowledgeHubSite", - "Command": "Remove-PnPKnowledgeHubSite" + "Id": 1245 }, { "Rank": 1, - "Id": 1246, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" + "Id": 1246 }, { "Rank": 2, - "Id": 1247, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Id": 1247 }, { "Rank": 1, - "Id": 1248, + "Command": "Remove-PnPList -Identity Announcements", "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements" + "Id": 1248 }, { "Rank": 2, - "Id": 1249, + "Command": "Remove-PnPList -Identity Announcements -Force", "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Force" + "Id": 1249 }, { "Rank": 3, - "Id": 1250, + "Command": "Remove-PnPList -Identity Announcements -Recycle", "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "Id": 1250 }, { "Rank": 4, - "Id": 1251, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "Id": 1251 }, { "Rank": 1, - "Id": 1252, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPListDesign", - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 1252 }, { "Rank": 1, - "Id": 1253, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" + "Id": 1253 }, { "Rank": 2, - "Id": 1254, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" + "Id": 1254 }, { "Rank": 3, - "Id": 1255, + "Command": "Remove-PnPListItem -List \"Demo List\"", "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\"" + "Id": 1255 }, { "Rank": 1, - "Id": 1256, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" + "Id": 1256 }, { "Rank": 2, - "Id": 1257, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" + "Id": 1257 }, { "Rank": 3, - "Id": 1258, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" + "Id": 1258 }, { "Rank": 4, - "Id": 1259, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" + "Id": 1259 }, { "Rank": 5, - "Id": 1260, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" + "Id": 1260 }, { "Rank": 1, - "Id": 1261, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" + "Id": 1261 }, { "Rank": 2, - "Id": 1262, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" + "Id": 1262 }, { "Rank": 3, - "Id": 1263, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" + "Id": 1263 }, { "Rank": 4, - "Id": 1264, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" + "Id": 1264 }, { "Rank": 1, - "Id": 1265, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Id": 1265 }, { "Rank": 2, - "Id": 1266, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Id": 1266 }, { "Rank": 1, - "Id": 1267, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", "CommandName": "Remove-PnPManagedAppId", - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" + "Id": 1267 }, { "Rank": 1, - "Id": 1268, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "Id": 1268 }, { "Rank": 2, - "Id": 1269, + "Command": "Remove-PnPMicrosoft365Group -Identity $group", "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "Id": 1269 }, { "Rank": 1, - "Id": 1270, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 1270 }, { "Rank": 1, - "Id": 1271, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Id": 1271 }, { "Rank": 1, - "Id": 1272, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" + "Id": 1272 }, { "Rank": 1, - "Id": 1273, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" + "Id": 1273 }, { "Rank": 2, - "Id": 1274, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" + "Id": 1274 }, { "Rank": 1, - "Id": 1275, + "Command": "Remove-PnPNavigationNode -Identity 1032", "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Identity 1032" + "Id": 1275 }, { "Rank": 2, - "Id": 1276, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "Id": 1276 }, { "Rank": 3, - "Id": 1277, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "Id": 1277 }, { "Rank": 1, - "Id": 1278, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "Id": 1278 }, { "Rank": 2, - "Id": 1279, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" + "Id": 1279 }, { "Rank": 3, - "Id": 1280, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" + "Id": 1280 }, { "Rank": 1, - "Id": 1281, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", "CommandName": "Remove-PnPOrgNewsSite", - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" + "Id": 1281 }, { "Rank": 1, - "Id": 1282, + "Command": "Remove-PnPPage -Identity \"MyPage\"", "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "Id": 1282 }, { "Rank": 2, - "Id": 1283, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "Id": 1283 }, { "Rank": 3, - "Id": 1284, + "Command": "Remove-PnPPage $page", "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage $page" + "Id": 1284 }, { "Rank": 4, - "Id": 1285, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "Id": 1285 }, { "Rank": 1, - "Id": 1286, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Remove-PnPPageComponent", - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Id": 1286 }, { "Rank": 1, - "Id": 1287, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", "CommandName": "Remove-PnPPlannerBucket", - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" + "Id": 1287 }, { "Rank": 1, - "Id": 1288, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", "CommandName": "Remove-PnPPlannerPlan", - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "Id": 1288 }, { "Rank": 1, - "Id": 1289, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "CommandName": "Remove-PnPPlannerRoster", - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Id": 1289 }, { "Rank": 1, - "Id": 1290, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPPlannerRosterMember", - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Id": 1290 }, { "Rank": 1, - "Id": 1291, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", "CommandName": "Remove-PnPPlannerTask", - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "Id": 1291 }, { "Rank": 1, - "Id": 1292, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", "CommandName": "Remove-PnPProfileCardProperty", - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" + "Id": 1292 }, { "Rank": 1, - "Id": 1293, + "Command": "Remove-PnPPropertyBagValue -Key MyKey", "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "Id": 1293 }, { "Rank": 2, - "Id": 1294, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "Id": 1294 }, { "Rank": 3, - "Id": 1295, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "Id": 1295 }, { "Rank": 1, - "Id": 1296, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "CommandName": "Remove-PnPPublishingImageRendition", - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Id": 1296 }, { "Rank": 1, - "Id": 1297, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", "CommandName": "Remove-PnPRoleDefinition", - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "Id": 1297 }, { "Rank": 1, - "Id": 1298, + "Command": "Remove-PnPSdnProvider -Confirm:false", "CommandName": "Remove-PnPSdnProvider", - "Command": "Remove-PnPSdnProvider -Confirm:false" + "Id": 1298 }, { "Rank": 1, - "Id": 1299, + "Command": "Remove-PnPSearchConfiguration -Configuration $config", "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "Id": 1299 }, { "Rank": 2, - "Id": 1300, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "Id": 1300 }, { "Rank": 3, - "Id": 1301, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Id": 1301 }, { "Rank": 4, - "Id": 1302, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Id": 1302 }, { "Rank": 1, - "Id": 1303, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", "CommandName": "Remove-PnPSearchExternalConnection", - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Id": 1303 }, { "Rank": 1, - "Id": 1304, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "CommandName": "Remove-PnPSearchExternalItem", - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Id": 1304 }, { "Rank": 1, - "Id": 1305, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Id": 1305 }, { "Rank": 2, - "Id": 1306, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Id": 1306 }, { "Rank": 1, - "Id": 1307, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Id": 1307 }, { "Rank": 1, - "Id": 1308, + "Command": "Remove-PnPSiteCollectionTermStore", "CommandName": "Remove-PnPSiteCollectionTermStore", - "Command": "Remove-PnPSiteCollectionTermStore" + "Id": 1308 }, { "Rank": 1, - "Id": 1309, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteDesign", - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 1309 }, { "Rank": 1, - "Id": 1310, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteDesignTask", - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 1310 }, { "Rank": 1, - "Id": 1311, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" + "Id": 1311 }, { "Rank": 2, - "Id": 1312, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" + "Id": 1312 }, { "Rank": 1, - "Id": 1313, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" + "Id": 1313 }, { "Rank": 2, - "Id": 1314, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "Id": 1314 }, { "Rank": 1, - "Id": 1315, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "CommandName": "Remove-PnPSiteScript", - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Id": 1315 }, { "Rank": 1, - "Id": 1316, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "CommandName": "Remove-PnPSiteUserInvitations", - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Id": 1316 }, { "Rank": 1, - "Id": 1317, + "Command": "Remove-PnPStorageEntity -Key MyKey", "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey" + "Id": 1317 }, { "Rank": 2, - "Id": 1318, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "Id": 1318 }, { "Rank": 1, - "Id": 1319, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", "CommandName": "Remove-PnPStoredCredential", - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "Id": 1319 }, { "Rank": 1, - "Id": 1320, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "Id": 1320 }, { "Rank": 2, - "Id": 1321, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "Id": 1321 }, { "Rank": 1, - "Id": 1322, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" + "Id": 1322 }, { "Rank": 2, - "Id": 1323, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "Id": 1323 }, { "Rank": 1, - "Id": 1324, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", "CommandName": "Remove-PnPTeamsChannel", - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" + "Id": 1324 }, { "Rank": 1, - "Id": 1325, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" + "Id": 1325 }, { "Rank": 2, - "Id": 1326, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Id": 1326 }, { "Rank": 3, - "Id": 1327, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" + "Id": 1327 }, { "Rank": 1, - "Id": 1328, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" + "Id": 1328 }, { "Rank": 2, - "Id": 1329, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" + "Id": 1329 }, { "Rank": 3, - "Id": 1330, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" + "Id": 1330 }, { "Rank": 1, - "Id": 1331, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "CommandName": "Remove-PnPTeamsTag", - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Id": 1331 }, { "Rank": 1, - "Id": 1332, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Id": 1332 }, { "Rank": 2, - "Id": 1333, + "Command": "Remove-PnPTeamsTeam -Identity testteam", "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "Id": 1333 }, { "Rank": 1, - "Id": 1334, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" + "Id": 1334 }, { "Rank": 2, - "Id": 1335, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Id": 1335 }, { "Rank": 3, - "Id": 1336, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" + "Id": 1336 }, { "Rank": 1, - "Id": 1337, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "CommandName": "Remove-PnPTenantCdnOrigin", - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Id": 1337 }, { "Rank": 1, - "Id": 1338, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Id": 1338 }, { "Rank": 2, - "Id": 1339, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Id": 1339 }, { "Rank": 1, - "Id": 1340, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Id": 1340 }, { "Rank": 2, - "Id": 1341, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Id": 1341 }, { "Rank": 3, - "Id": 1342, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Id": 1342 }, { "Rank": 1, - "Id": 1343, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Id": 1343 }, { "Rank": 2, - "Id": 1344, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" + "Id": 1344 }, { "Rank": 3, - "Id": 1345, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" + "Id": 1345 }, { "Rank": 1, - "Id": 1346, + "Command": "Remove-PnPTenantSyncClientRestriction", "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Command": "Remove-PnPTenantSyncClientRestriction" + "Id": 1346 }, { "Rank": 1, - "Id": 1347, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", "CommandName": "Remove-PnPTenantTheme", - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Id": 1347 }, { "Rank": 1, - "Id": 1348, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Id": 1348 }, { "Rank": 2, - "Id": 1349, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Id": 1349 }, { "Rank": 1, - "Id": 1350, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Id": 1350 }, { "Rank": 2, - "Id": 1351, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "Id": 1351 }, { "Rank": 3, - "Id": 1352, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "Id": 1352 }, { "Rank": 1, - "Id": 1353, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" + "Id": 1353 }, { "Rank": 2, - "Id": 1354, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Id": 1354 }, { "Rank": 1, - "Id": 1355, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" + "Id": 1355 }, { "Rank": 2, - "Id": 1356, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" + "Id": 1356 }, { "Rank": 1, - "Id": 1357, + "Command": "Remove-PnPUser -Identity 23", "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity 23" + "Id": 1357 }, { "Rank": 2, - "Id": 1358, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" + "Id": 1358 }, { "Rank": 3, - "Id": 1359, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" + "Id": 1359 }, { "Rank": 1, - "Id": 1360, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "CommandName": "Remove-PnPUserInfo", - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Id": 1360 }, { "Rank": 1, - "Id": 1361, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", "CommandName": "Remove-PnPUserProfile", - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "Id": 1361 }, { "Rank": 1, - "Id": 1362, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "CommandName": "Remove-PnPUserProfilePhoto", - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Id": 1362 }, { "Rank": 1, - "Id": 1363, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", "CommandName": "Remove-PnPView", - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" + "Id": 1363 }, { "Rank": 1, - "Id": 1364, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Id": 1364 }, { "Rank": 1, - "Id": 1365, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "CommandName": "Remove-PnPVivaEngageCommunity", - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Id": 1365 }, { "Rank": 1, - "Id": 1366, + "Command": "Remove-PnPWeb -Identity projectA", "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity projectA" + "Id": 1366 }, { "Rank": 2, - "Id": 1367, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" + "Id": 1367 }, { "Rank": 1, - "Id": 1368, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", "CommandName": "Remove-PnPWebhookSubscription", - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" + "Id": 1368 }, { "Rank": 1, - "Id": 1369, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Id": 1369 }, { "Rank": 2, - "Id": 1370, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" + "Id": 1370 }, { "Rank": 1, - "Id": 1371, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", "CommandName": "Remove-PnPWikiPage", - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "Id": 1371 }, { "Rank": 1, - "Id": 1372, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" + "Id": 1372 }, { "Rank": 2, - "Id": 1373, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" + "Id": 1373 }, { "Rank": 3, - "Id": 1374, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" + "Id": 1374 }, { "Rank": 1, - "Id": 1375, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", "CommandName": "Rename-PnPFolder", - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" + "Id": 1375 }, { "Rank": 1, - "Id": 1376, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Id": 1376 }, { "Rank": 2, - "Id": 1377, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Id": 1377 }, { "Rank": 1, - "Id": 1378, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" + "Id": 1378 }, { "Rank": 2, - "Id": 1379, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "Id": 1379 }, { "Rank": 1, - "Id": 1380, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", "CommandName": "Request-PnPReIndexList", - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "Id": 1380 }, { "Rank": 1, - "Id": 1381, + "Command": "Request-PnPReIndexWeb", "CommandName": "Request-PnPReIndexWeb", - "Command": "Request-PnPReIndexWeb" + "Id": 1381 }, { "Rank": 1, - "Id": 1382, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" + "Id": 1382 }, { "Rank": 2, - "Id": 1383, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "Id": 1383 }, { "Rank": 3, - "Id": 1384, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" + "Id": 1384 }, { "Rank": 1, - "Id": 1385, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" + "Id": 1385 }, { "Rank": 2, - "Id": 1386, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" + "Id": 1386 }, { "Rank": 1, - "Id": 1387, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "Id": 1387 }, { "Rank": 2, - "Id": 1388, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" + "Id": 1388 }, { "Rank": 1, - "Id": 1389, + "Command": "Reset-PnPMicrosoft365GroupExpiration", "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Command": "Reset-PnPMicrosoft365GroupExpiration" + "Id": 1389 }, { "Rank": 1, - "Id": 1390, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" + "Id": 1390 }, { "Rank": 2, - "Id": 1391, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" + "Id": 1391 }, { "Rank": 1, - "Id": 1392, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "Id": 1392 }, { "Rank": 1, - "Id": 1393, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", "CommandName": "Resolve-PnPFolder", - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "Id": 1393 }, { "Rank": 1, - "Id": 1394, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Restart-PnPFlowRun", - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Id": 1394 }, { "Rank": 1, - "Id": 1395, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "CommandName": "Restore-PnPDeletedContainer", - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Id": 1395 }, { "Rank": 1, - "Id": 1396, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Id": 1396 }, { "Rank": 1, - "Id": 1397, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Id": 1397 }, { "Rank": 2, - "Id": 1398, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" + "Id": 1398 }, { "Rank": 3, - "Id": 1399, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Id": 1399 }, { "Rank": 1, - "Id": 1400, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 1400 }, { "Rank": 2, - "Id": 1401, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Id": 1401 }, { "Rank": 1, - "Id": 1402, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Id": 1402 }, { "Rank": 2, - "Id": 1403, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Id": 1403 }, { "Rank": 1, - "Id": 1404, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "CommandName": "Restore-PnPRecycleBinItem", - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Id": 1404 }, { "Rank": 1, - "Id": 1405, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Id": 1405 }, { "Rank": 2, - "Id": 1406, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Id": 1406 }, { "Rank": 1, - "Id": 1407, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Id": 1407 }, { "Rank": 2, - "Id": 1408, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Id": 1408 }, { "Rank": 3, - "Id": 1409, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" + "Id": 1409 }, { "Rank": 1, - "Id": 1410, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "Id": 1410 }, { "Rank": 1, - "Id": 1411, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Revoke-PnPHubSiteRights", - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Id": 1411 }, { "Rank": 1, - "Id": 1412, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "CommandName": "Revoke-PnPSiteDesignRights", - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Id": 1412 }, { "Rank": 1, - "Id": 1413, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Id": 1413 }, { "Rank": 1, - "Id": 1414, + "Command": "Revoke-PnPUserSession -User user1@contoso.com", "CommandName": "Revoke-PnPUserSession", - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "Id": 1414 }, { "Rank": 1, - "Id": 1415, + "Command": "Save-PnPPageConversionLog", "CommandName": "Save-PnPPageConversionLog", - "Command": "Save-PnPPageConversionLog" + "Id": 1415 }, { "Rank": 1, - "Id": 1416, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", "CommandName": "Save-PnPSiteTemplate", - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" + "Id": 1416 }, { "Rank": 1, - "Id": 1417, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", "CommandName": "Save-PnPTenantTemplate", - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" + "Id": 1417 }, { "Rank": 1, - "Id": 1418, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Id": 1418 }, { "Rank": 2, - "Id": 1419, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" + "Id": 1419 }, { "Rank": 3, - "Id": 1420, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Id": 1420 }, { "Rank": 4, - "Id": 1421, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" + "Id": 1421 }, { "Rank": 5, - "Id": 1422, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" + "Id": 1422 }, { "Rank": 1, - "Id": 1423, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", "CommandName": "Set-PnPAdaptiveScopeProperty", - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "Id": 1423 }, { "Rank": 1, - "Id": 1424, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Id": 1424 }, { "Rank": 2, - "Id": 1425, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Id": 1425 }, { "Rank": 1, - "Id": 1426, + "Command": "Set-PnPAppSideLoading -On", "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -On" + "Id": 1426 }, { "Rank": 2, - "Id": 1427, + "Command": "Set-PnPAppSideLoading -Off", "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -Off" + "Id": 1427 }, { "Rank": 1, - "Id": 1428, + "Command": "Set-PnPAuditing -EnableAll", "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -EnableAll" + "Id": 1428 }, { "Rank": 2, - "Id": 1429, + "Command": "Set-PnPAuditing -DisableAll", "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -DisableAll" + "Id": 1429 }, { "Rank": 3, - "Id": 1430, + "Command": "Set-PnPAuditing -RetentionTime 7", "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7" + "Id": 1430 }, { "Rank": 4, - "Id": 1431, + "Command": "Set-PnPAuditing -TrimAuditLog", "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -TrimAuditLog" + "Id": 1431 }, { "Rank": 5, - "Id": 1432, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "Id": 1432 }, { "Rank": 1, - "Id": 1433, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", "CommandName": "Set-PnPAvailablePageLayouts", - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "Id": 1433 }, { "Rank": 1, - "Id": 1434, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "Id": 1434 }, { "Rank": 2, - "Id": 1435, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" + "Id": 1435 }, { "Rank": 1, - "Id": 1436, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "Id": 1436 }, { "Rank": 2, - "Id": 1437, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Id": 1437 }, { "Rank": 3, - "Id": 1438, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" + "Id": 1438 }, { "Rank": 1, - "Id": 1439, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" + "Id": 1439 }, { "Rank": 2, - "Id": 1440, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" + "Id": 1440 }, { "Rank": 3, - "Id": 1441, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "Id": 1441 }, { "Rank": 1, - "Id": 1442, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "Id": 1442 }, { "Rank": 2, - "Id": 1443, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "Id": 1443 }, { "Rank": 1, - "Id": 1444, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" + "Id": 1444 }, { "Rank": 2, - "Id": 1445, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" + "Id": 1445 }, { "Rank": 3, - "Id": 1446, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "Id": 1446 }, { "Rank": 4, - "Id": 1447, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "Id": 1447 }, { "Rank": 1, - "Id": 1448, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Id": 1448 }, { "Rank": 2, - "Id": 1449, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" + "Id": 1449 }, { "Rank": 3, - "Id": 1450, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Id": 1450 }, { "Rank": 4, - "Id": 1451, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Id": 1451 }, { "Rank": 5, - "Id": 1452, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Id": 1452 }, { "Rank": 1, - "Id": 1453, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" + "Id": 1453 }, { "Rank": 2, - "Id": 1454, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" + "Id": 1454 }, { "Rank": 1, - "Id": 1455, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" + "Id": 1455 }, { "Rank": 2, - "Id": 1456, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" + "Id": 1456 }, { "Rank": 3, - "Id": 1457, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" + "Id": 1457 }, { "Rank": 4, - "Id": 1458, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" + "Id": 1458 }, { "Rank": 1, - "Id": 1459, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", "CommandName": "Set-PnPDefaultContentTypeToList", - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "Id": 1459 }, { "Rank": 1, - "Id": 1460, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "Id": 1460 }, { "Rank": 2, - "Id": 1461, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "Id": 1461 }, { "Rank": 3, - "Id": 1462, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "Id": 1462 }, { "Rank": 1, - "Id": 1463, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "Id": 1463 }, { "Rank": 2, - "Id": 1464, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Id": 1464 }, { "Rank": 3, - "Id": 1465, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Id": 1465 }, { "Rank": 1, - "Id": 1466, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" + "Id": 1466 }, { "Rank": 2, - "Id": 1467, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" + "Id": 1467 }, { "Rank": 1, - "Id": 1468, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" + "Id": 1468 }, { "Rank": 2, - "Id": 1469, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" + "Id": 1469 }, { "Rank": 3, - "Id": 1470, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", "CommandName": "Set-PnPField", - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" + "Id": 1470 }, { "Rank": 1, - "Id": 1471, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "Id": 1471 }, { "Rank": 2, - "Id": 1472, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" + "Id": 1472 }, { "Rank": 3, - "Id": 1473, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "Id": 1473 }, { "Rank": 1, - "Id": 1474, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", "CommandName": "Set-PnPFileCheckedOut", - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" + "Id": 1474 }, { "Rank": 1, - "Id": 1475, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" + "Id": 1475 }, { "Rank": 2, - "Id": 1476, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" + "Id": 1476 }, { "Rank": 3, - "Id": 1477, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" + "Id": 1477 }, { "Rank": 1, - "Id": 1478, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" + "Id": 1478 }, { "Rank": 2, - "Id": 1479, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Id": 1479 }, { "Rank": 3, - "Id": 1480, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Id": 1480 }, { "Rank": 1, - "Id": 1481, + "Command": "Set-PnPFooter -Enabled:$true", "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true" + "Id": 1481 }, { "Rank": 2, - "Id": 1482, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" + "Id": 1482 }, { "Rank": 3, - "Id": 1483, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" + "Id": 1483 }, { "Rank": 4, - "Id": 1484, + "Command": "Set-PnPFooter -LogoUrl \"\"", "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -LogoUrl \"\"" + "Id": 1484 }, { "Rank": 1, - "Id": 1485, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", "CommandName": "Set-PnPGraphSubscription", - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" + "Id": 1485 }, { "Rank": 1, - "Id": 1486, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" + "Id": 1486 }, { "Rank": 2, - "Id": 1487, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" + "Id": 1487 }, { "Rank": 1, - "Id": 1488, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" + "Id": 1488 }, { "Rank": 2, - "Id": 1489, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" + "Id": 1489 }, { "Rank": 3, - "Id": 1490, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" + "Id": 1490 }, { "Rank": 4, - "Id": 1491, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" + "Id": 1491 }, { "Rank": 5, - "Id": 1492, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" + "Id": 1492 }, { "Rank": 1, - "Id": 1493, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "Id": 1493 }, { "Rank": 2, - "Id": 1494, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "Id": 1494 }, { "Rank": 1, - "Id": 1495, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "Id": 1495 }, { "Rank": 2, - "Id": 1496, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "Id": 1496 }, { "Rank": 1, - "Id": 1497, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Id": 1497 }, { "Rank": 2, - "Id": 1498, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" + "Id": 1498 }, { "Rank": 3, - "Id": 1499, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" + "Id": 1499 }, { "Rank": 1, - "Id": 1500, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" + "Id": 1500 }, { "Rank": 2, - "Id": 1501, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" + "Id": 1501 }, { "Rank": 3, - "Id": 1502, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" + "Id": 1502 }, { "Rank": 4, - "Id": 1503, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" + "Id": 1503 }, { "Rank": 5, - "Id": 1504, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" + "Id": 1504 }, { "Rank": 6, - "Id": 1505, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" + "Id": 1505 }, { "Rank": 1, - "Id": 1506, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" + "Id": 1506 }, { "Rank": 2, - "Id": 1507, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" + "Id": 1507 }, { "Rank": 1, - "Id": 1508, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", "CommandName": "Set-PnPIndexedProperties", - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "Id": 1508 }, { "Rank": 1, - "Id": 1509, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "Id": 1509 }, { "Rank": 2, - "Id": 1510, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "Id": 1510 }, { "Rank": 1, - "Id": 1511, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", "CommandName": "Set-PnPKnowledgeHubSite", - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" + "Id": 1511 }, { "Rank": 1, - "Id": 1512, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "Id": 1512 }, { "Rank": 2, - "Id": 1513, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "Id": 1513 }, { "Rank": 3, - "Id": 1514, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "Id": 1514 }, { "Rank": 4, - "Id": 1515, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" + "Id": 1515 }, { "Rank": 5, - "Id": 1516, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" + "Id": 1516 }, { "Rank": 6, - "Id": 1517, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "Id": 1517 }, { "Rank": 7, - "Id": 1518, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" + "Id": 1518 }, { "Rank": 8, - "Id": 1519, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "Id": 1519 }, { "Rank": 9, - "Id": 1520, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" + "Id": 1520 }, { "Rank": 10, - "Id": 1521, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" + "Id": 1521 }, { "Rank": 11, - "Id": 1522, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "Id": 1522 }, { "Rank": 12, - "Id": 1523, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" + "Id": 1523 }, { "Rank": 1, - "Id": 1524, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "Id": 1524 }, { "Rank": 2, - "Id": 1525, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" + "Id": 1525 }, { "Rank": 1, - "Id": 1526, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Id": 1526 }, { "Rank": 2, - "Id": 1527, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Id": 1527 }, { "Rank": 3, - "Id": 1528, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Id": 1528 }, { "Rank": 4, - "Id": 1529, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" + "Id": 1529 }, { "Rank": 5, - "Id": 1530, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" + "Id": 1530 }, { "Rank": 1, - "Id": 1531, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Id": 1531 }, { "Rank": 2, - "Id": 1532, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" + "Id": 1532 }, { "Rank": 1, - "Id": 1533, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" + "Id": 1533 }, { "Rank": 2, - "Id": 1534, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Id": 1534 }, { "Rank": 3, - "Id": 1535, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Id": 1535 }, { "Rank": 4, - "Id": 1536, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "Id": 1536 }, { "Rank": 5, - "Id": 1537, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" + "Id": 1537 }, { "Rank": 1, - "Id": 1538, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" + "Id": 1538 }, { "Rank": 2, - "Id": 1539, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Id": 1539 }, { "Rank": 1, - "Id": 1540, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "Id": 1540 }, { "Rank": 2, - "Id": 1541, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "Id": 1541 }, { "Rank": 1, - "Id": 1542, + "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", "CommandName": "Set-PnPManagedAppId", - "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" + "Id": 1542 }, { "Rank": 1, - "Id": 1543, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Id": 1543 }, { "Rank": 2, - "Id": 1544, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Id": 1544 }, { "Rank": 3, - "Id": 1545, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Id": 1545 }, { "Rank": 4, - "Id": 1546, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Id": 1546 }, { "Rank": 1, - "Id": 1547, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "Id": 1547 }, { "Rank": 2, - "Id": 1548, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "Id": 1548 }, { "Rank": 3, - "Id": 1549, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "Id": 1549 }, { "Rank": 1, - "Id": 1550, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "Id": 1550 }, { "Rank": 2, - "Id": 1551, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "Id": 1551 }, { "Rank": 3, - "Id": 1552, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "Id": 1552 }, { "Rank": 1, - "Id": 1553, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "Id": 1553 }, { "Rank": 2, - "Id": 1554, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "Id": 1554 }, { "Rank": 3, - "Id": 1555, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "Id": 1555 }, { "Rank": 1, - "Id": 1556, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "Id": 1556 }, { "Rank": 2, - "Id": 1557, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "Id": 1557 }, { "Rank": 3, - "Id": 1558, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "Id": 1558 }, { "Rank": 1, - "Id": 1559, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "Id": 1559 }, { "Rank": 2, - "Id": 1560, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "Id": 1560 }, { "Rank": 3, - "Id": 1561, + "Command": "Set-PnPMessageCenterAnnouncementAsRead", "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "Id": 1561 }, { "Rank": 1, - "Id": 1562, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "Id": 1562 }, { "Rank": 2, - "Id": 1563, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "Id": 1563 }, { "Rank": 3, - "Id": 1564, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "Id": 1564 }, { "Rank": 1, - "Id": 1565, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "Id": 1565 }, { "Rank": 2, - "Id": 1566, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Id": 1566 }, { "Rank": 3, - "Id": 1567, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "Id": 1567 }, { "Rank": 4, - "Id": 1568, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "Id": 1568 }, { "Rank": 5, - "Id": 1569, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" + "Id": 1569 }, { "Rank": 6, - "Id": 1570, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Id": 1570 }, { "Rank": 1, - "Id": 1571, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "Id": 1571 }, { "Rank": 2, - "Id": 1572, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" + "Id": 1572 }, { "Rank": 1, - "Id": 1573, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Id": 1573 }, { "Rank": 2, - "Id": 1574, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" + "Id": 1574 }, { "Rank": 1, - "Id": 1575, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" + "Id": 1575 }, { "Rank": 2, - "Id": 1576, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "Id": 1576 }, { "Rank": 3, - "Id": 1577, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "Id": 1577 }, { "Rank": 4, - "Id": 1578, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "Id": 1578 }, { "Rank": 5, - "Id": 1579, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "Id": 1579 }, { "Rank": 6, - "Id": 1580, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" + "Id": 1580 }, { "Rank": 7, - "Id": 1581, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" + "Id": 1581 }, { "Rank": 8, - "Id": 1582, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" + "Id": 1582 }, { "Rank": 9, - "Id": 1583, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" + "Id": 1583 }, { "Rank": 10, - "Id": 1584, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Id": 1584 }, { "Rank": 11, - "Id": 1585, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" + "Id": 1585 }, { "Rank": 12, - "Id": 1586, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" + "Id": 1586 }, { "Rank": 13, - "Id": 1587, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" + "Id": 1587 }, { "Rank": 1, - "Id": 1588, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", "CommandName": "Set-PnPPageTextPart", - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" + "Id": 1588 }, { "Rank": 1, - "Id": 1589, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" + "Id": 1589 }, { "Rank": 2, - "Id": 1590, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" + "Id": 1590 }, { "Rank": 1, - "Id": 1591, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", "CommandName": "Set-PnPPlannerBucket", - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" + "Id": 1591 }, { "Rank": 1, - "Id": 1592, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "Id": 1592 }, { "Rank": 2, - "Id": 1593, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "Id": 1593 }, { "Rank": 1, - "Id": 1594, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", "CommandName": "Set-PnPPlannerPlan", - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" + "Id": 1594 }, { "Rank": 1, - "Id": 1595, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" + "Id": 1595 }, { "Rank": 2, - "Id": 1596, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" + "Id": 1596 }, { "Rank": 3, - "Id": 1597, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "Id": 1597 }, { "Rank": 4, - "Id": 1598, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" + "Id": 1598 }, { "Rank": 1, - "Id": 1599, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPPlannerUserPolicy", - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Id": 1599 }, { "Rank": 1, - "Id": 1600, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" + "Id": 1600 }, { "Rank": 2, - "Id": 1601, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" + "Id": 1601 }, { "Rank": 1, - "Id": 1602, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "Id": 1602 }, { "Rank": 2, - "Id": 1603, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "Id": 1603 }, { "Rank": 3, - "Id": 1604, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" + "Id": 1604 }, { "Rank": 1, - "Id": 1605, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "Id": 1605 }, { "Rank": 2, - "Id": 1606, + "Command": "Set-PnPRequestAccessEmails -Disabled", "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled" + "Id": 1606 }, { "Rank": 3, - "Id": 1607, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "Id": 1607 }, { "Rank": 1, - "Id": 1608, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" + "Id": 1608 }, { "Rank": 2, - "Id": 1609, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "Id": 1609 }, { "Rank": 3, - "Id": 1610, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" + "Id": 1610 }, { "Rank": 1, - "Id": 1611, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "Id": 1611 }, { "Rank": 2, - "Id": 1612, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "Id": 1612 }, { "Rank": 3, - "Id": 1613, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" + "Id": 1613 }, { "Rank": 4, - "Id": 1614, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "Id": 1614 }, { "Rank": 1, - "Id": 1615, + "Command": "Set-PnPSearchConfiguration -Configuration $config", "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "Id": 1615 }, { "Rank": 2, - "Id": 1616, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "Id": 1616 }, { "Rank": 3, - "Id": 1617, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Id": 1617 }, { "Rank": 4, - "Id": 1618, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Id": 1618 }, { "Rank": 1, - "Id": 1619, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" + "Id": 1619 }, { "Rank": 2, - "Id": 1620, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" + "Id": 1620 }, { "Rank": 3, - "Id": 1621, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Id": 1621 }, { "Rank": 1, - "Id": 1622, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" + "Id": 1622 }, { "Rank": 2, - "Id": 1623, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" + "Id": 1623 }, { "Rank": 1, - "Id": 1624, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", "CommandName": "Set-PnPSearchExternalSchema", - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" + "Id": 1624 }, { "Rank": 1, - "Id": 1625, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "Id": 1625 }, { "Rank": 2, - "Id": 1626, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "Id": 1626 }, { "Rank": 3, - "Id": 1627, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" + "Id": 1627 }, { "Rank": 4, - "Id": 1628, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "Id": 1628 }, { "Rank": 5, - "Id": 1629, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" + "Id": 1629 }, { "Rank": 6, - "Id": 1630, + "Command": "Set-PnPSearchSettings -SearchScope Tenant", "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "Id": 1630 }, { "Rank": 7, - "Id": 1631, + "Command": "Set-PnPSearchSettings -SearchScope Hub", "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "Id": 1631 }, { "Rank": 1, - "Id": 1632, + "Command": "Set-PnPSite -Classification \"HBI\"", "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification \"HBI\"" + "Id": 1632 }, { "Rank": 2, - "Id": 1633, + "Command": "Set-PnPSite -Classification $null", "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification $null" + "Id": 1633 }, { "Rank": 3, - "Id": 1634, + "Command": "Set-PnPSite -DisableFlows", "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows" + "Id": 1634 }, { "Rank": 4, - "Id": 1635, + "Command": "Set-PnPSite -DisableFlows:$false", "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows:$false" + "Id": 1635 }, { "Rank": 5, - "Id": 1636, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "Id": 1636 }, { "Rank": 6, - "Id": 1637, + "Command": "Set-PnPSite -NoScriptSite $false", "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -NoScriptSite $false" + "Id": 1637 }, { "Rank": 1, - "Id": 1638, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" + "Id": 1638 }, { "Rank": 2, - "Id": 1639, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" + "Id": 1639 }, { "Rank": 1, - "Id": 1640, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", "CommandName": "Set-PnPSiteClassification", - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "Id": 1640 }, { "Rank": 1, - "Id": 1641, + "Command": "Set-PnPSiteClosure -State Open", "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Open" + "Id": 1641 }, { "Rank": 2, - "Id": 1642, + "Command": "Set-PnPSiteClosure -State Closed", "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Closed" + "Id": 1642 }, { "Rank": 1, - "Id": 1643, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" + "Id": 1643 }, { "Rank": 2, - "Id": 1644, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Id": 1644 }, { "Rank": 1, - "Id": 1645, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" + "Id": 1645 }, { "Rank": 2, - "Id": 1646, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" + "Id": 1646 }, { "Rank": 1, - "Id": 1647, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" + "Id": 1647 }, { "Rank": 2, - "Id": 1648, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" + "Id": 1648 }, { "Rank": 1, - "Id": 1649, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", "CommandName": "Set-PnPSitePolicy", - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "Id": 1649 }, { "Rank": 1, - "Id": 1650, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "CommandName": "Set-PnPSiteScript", - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Id": 1650 }, { "Rank": 1, - "Id": 1651, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "CommandName": "Set-PnPSiteScriptPackage", - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Id": 1651 }, { "Rank": 1, - "Id": 1652, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "Id": 1652 }, { "Rank": 2, - "Id": 1653, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" + "Id": 1653 }, { "Rank": 1, - "Id": 1654, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "Id": 1654 }, { "Rank": 2, - "Id": 1655, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "Id": 1655 }, { "Rank": 3, - "Id": 1656, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Id": 1656 }, { "Rank": 4, - "Id": 1657, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Id": 1657 }, { "Rank": 5, - "Id": 1658, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Id": 1658 }, { "Rank": 6, - "Id": 1659, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Id": 1659 }, { "Rank": 1, - "Id": 1660, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" + "Id": 1660 }, { "Rank": 2, - "Id": 1661, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" + "Id": 1661 }, { "Rank": 3, - "Id": 1662, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" + "Id": 1662 }, { "Rank": 4, - "Id": 1663, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" + "Id": 1663 }, { "Rank": 5, - "Id": 1664, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" + "Id": 1664 }, { "Rank": 6, - "Id": 1665, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" + "Id": 1665 }, { "Rank": 7, - "Id": 1666, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" + "Id": 1666 }, { "Rank": 8, - "Id": 1667, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" + "Id": 1667 }, { "Rank": 9, - "Id": 1668, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" + "Id": 1668 }, { "Rank": 10, - "Id": 1669, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" + "Id": 1669 }, { "Rank": 11, - "Id": 1670, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" + "Id": 1670 }, { "Rank": 1, - "Id": 1671, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Id": 1671 }, { "Rank": 2, - "Id": 1672, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Id": 1672 }, { "Rank": 1, - "Id": 1673, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Id": 1673 }, { "Rank": 2, - "Id": 1674, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Id": 1674 }, { "Rank": 1, - "Id": 1675, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Id": 1675 }, { "Rank": 2, - "Id": 1676, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Id": 1676 }, { "Rank": 1, - "Id": 1677, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" + "Id": 1677 }, { "Rank": 2, - "Id": 1678, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" + "Id": 1678 }, { "Rank": 3, - "Id": 1679, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" + "Id": 1679 }, { "Rank": 1, - "Id": 1680, + "Command": "Set-PnPTeamifyPromptHidden", "CommandName": "Set-PnPTeamifyPromptHidden", - "Command": "Set-PnPTeamifyPromptHidden" + "Id": 1680 }, { "Rank": 1, - "Id": 1681, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" + "Id": 1681 }, { "Rank": 2, - "Id": 1682, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" + "Id": 1682 }, { "Rank": 1, - "Id": 1683, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" + "Id": 1683 }, { "Rank": 2, - "Id": 1684, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" + "Id": 1684 }, { "Rank": 1, - "Id": 1685, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", "CommandName": "Set-PnPTeamsTab", - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" + "Id": 1685 }, { "Rank": 1, - "Id": 1686, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", "CommandName": "Set-PnPTeamsTag", - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" + "Id": 1686 }, { "Rank": 1, - "Id": 1687, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "Id": 1687 }, { "Rank": 2, - "Id": 1688, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" + "Id": 1688 }, { "Rank": 3, - "Id": 1689, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" + "Id": 1689 }, { "Rank": 4, - "Id": 1690, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "Id": 1690 }, { "Rank": 1, - "Id": 1691, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "Id": 1691 }, { "Rank": 2, - "Id": 1692, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "Id": 1692 }, { "Rank": 3, - "Id": 1693, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" + "Id": 1693 }, { "Rank": 1, - "Id": 1694, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", "CommandName": "Set-PnPTeamsTeamPicture", - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" + "Id": 1694 }, { "Rank": 1, - "Id": 1695, + "Command": "Set-PnPTemporarilyDisableAppBar $true", "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "Id": 1695 }, { "Rank": 2, - "Id": 1696, + "Command": "Set-PnPTemporarilyDisableAppBar $false", "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "Id": 1696 }, { "Rank": 1, - "Id": 1697, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" + "Id": 1697 }, { "Rank": 2, - "Id": 1698, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "Id": 1698 }, { "Rank": 3, - "Id": 1699, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "Id": 1699 }, { "Rank": 4, - "Id": 1700, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "Id": 1700 }, { "Rank": 5, - "Id": 1701, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" + "Id": 1701 }, { "Rank": 6, - "Id": 1702, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" + "Id": 1702 }, { "Rank": 1, - "Id": 1703, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", "CommandName": "Set-PnPTenantAppCatalogUrl", - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" + "Id": 1703 }, { "Rank": 1, - "Id": 1704, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "Id": 1704 }, { "Rank": 2, - "Id": 1705, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "Id": 1705 }, { "Rank": 3, - "Id": 1706, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "Id": 1706 }, { "Rank": 1, - "Id": 1707, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" + "Id": 1707 }, { "Rank": 2, - "Id": 1708, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" + "Id": 1708 }, { "Rank": 1, - "Id": 1709, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" + "Id": 1709 }, { "Rank": 2, - "Id": 1710, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" + "Id": 1710 }, { "Rank": 1, - "Id": 1711, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" + "Id": 1711 }, { "Rank": 2, - "Id": 1712, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" + "Id": 1712 }, { "Rank": 1, - "Id": 1713, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" + "Id": 1713 }, { "Rank": 2, - "Id": 1714, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" + "Id": 1714 }, { "Rank": 3, - "Id": 1715, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" + "Id": 1715 }, { "Rank": 4, - "Id": 1716, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Id": 1716 }, { "Rank": 5, - "Id": 1717, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" + "Id": 1717 }, { "Rank": 1, - "Id": 1718, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "Id": 1718 }, { "Rank": 2, - "Id": 1719, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "Id": 1719 }, { "Rank": 1, - "Id": 1720, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" + "Id": 1720 }, { "Rank": 2, - "Id": 1721, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Id": 1721 }, { "Rank": 3, - "Id": 1722, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Id": 1722 }, { "Rank": 4, - "Id": 1723, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" + "Id": 1723 }, { "Rank": 1, - "Id": 1724, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "Id": 1724 }, { "Rank": 2, - "Id": 1725, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Id": 1725 }, { "Rank": 1, - "Id": 1726, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" + "Id": 1726 }, { "Rank": 2, - "Id": 1727, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" + "Id": 1727 }, { "Rank": 3, - "Id": 1728, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" + "Id": 1728 }, { "Rank": 1, - "Id": 1729, + "Command": "Set-PnPTheme", "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme" + "Id": 1729 }, { "Rank": 2, - "Id": 1730, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" + "Id": 1730 }, { "Rank": 3, - "Id": 1731, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" + "Id": 1731 }, { "Rank": 4, - "Id": 1732, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" + "Id": 1732 }, { "Rank": 1, - "Id": 1733, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", "CommandName": "Set-PnPUserOneDriveQuota", - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" + "Id": 1733 }, { "Rank": 1, - "Id": 1734, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", "CommandName": "Set-PnPUserProfilePhoto", - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" + "Id": 1734 }, { "Rank": 1, - "Id": 1735, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "Id": 1735 }, { "Rank": 2, - "Id": 1736, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "Id": 1736 }, { "Rank": 1, - "Id": 1737, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" + "Id": 1737 }, { "Rank": 2, - "Id": 1738, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" + "Id": 1738 }, { "Rank": 3, - "Id": 1739, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" + "Id": 1739 }, { "Rank": 4, - "Id": 1740, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" + "Id": 1740 }, { "Rank": 1, - "Id": 1741, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" + "Id": 1741 }, { "Rank": 2, - "Id": 1742, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" + "Id": 1742 }, { "Rank": 3, - "Id": 1743, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" + "Id": 1743 }, { "Rank": 4, - "Id": 1744, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" + "Id": 1744 }, { "Rank": 1, - "Id": 1745, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" + "Id": 1745 }, { "Rank": 2, - "Id": 1746, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" + "Id": 1746 }, { "Rank": 1, - "Id": 1747, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "Id": 1747 }, { "Rank": 2, - "Id": 1748, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "Id": 1748 }, { "Rank": 3, - "Id": 1749, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "Id": 1749 }, { "Rank": 4, - "Id": 1750, + "Command": "Set-PnPWeb -NoCrawl:$true", "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -NoCrawl:$true" + "Id": 1750 }, { "Rank": 1, - "Id": 1751, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" + "Id": 1751 }, { "Rank": 2, - "Id": 1752, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "Id": 1752 }, { "Rank": 3, - "Id": 1753, + "Command": "Set-PnPWebHeader -LogoAlignment Middle", "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "Id": 1753 }, { "Rank": 1, - "Id": 1754, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Id": 1754 }, { "Rank": 2, - "Id": 1755, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Id": 1755 }, { "Rank": 1, - "Id": 1756, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", "CommandName": "Set-PnPWebPartProperty", - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" + "Id": 1756 }, { "Rank": 1, - "Id": 1757, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Id": 1757 }, { "Rank": 2, - "Id": 1758, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "Id": 1758 }, { "Rank": 3, - "Id": 1759, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Id": 1759 }, { "Rank": 4, - "Id": 1760, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" + "Id": 1760 }, { "Rank": 1, - "Id": 1761, + "Command": "Set-PnPWebTheme -Theme MyTheme", "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme MyTheme" + "Id": 1761 }, { "Rank": 2, - "Id": 1762, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" + "Id": 1762 }, { "Rank": 1, - "Id": 1763, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", "CommandName": "Set-PnPWikiPageContent", - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" + "Id": 1763 }, { "Rank": 1, - "Id": 1764, + "Command": "Start-PnPEnterpriseAppInsightsReport", "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport" + "Id": 1764 }, { "Rank": 2, - "Id": 1765, + "Command": "Start-PnPEnterpriseAppInsightsReport 28", "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport 28" + "Id": 1765 }, { "Rank": 1, - "Id": 1766, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" + "Id": 1766 }, { "Rank": 2, - "Id": 1767, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" + "Id": 1767 }, { "Rank": 3, - "Id": 1768, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" + "Id": 1768 }, { "Rank": 4, - "Id": 1769, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" + "Id": 1769 }, { "Rank": 1, - "Id": 1770, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Id": 1770 }, { "Rank": 2, - "Id": 1771, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" + "Id": 1771 }, { "Rank": 1, - "Id": 1772, + "Command": "Stop-PnPTraceLog", "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog" + "Id": 1772 }, { "Rank": 2, - "Id": 1773, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" + "Id": 1773 }, { "Rank": 1, - "Id": 1774, + "Command": "Submit-PnPSearchQuery -Query \"finance\"", "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "Id": 1774 }, { "Rank": 2, - "Id": 1775, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "Id": 1775 }, { "Rank": 3, - "Id": 1776, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "Id": 1776 }, { "Rank": 4, - "Id": 1777, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" + "Id": 1777 }, { "Rank": 5, - "Id": 1778, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" + "Id": 1778 }, { "Rank": 6, - "Id": 1779, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" + "Id": 1779 }, { "Rank": 1, - "Id": 1780, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" + "Id": 1780 }, { "Rank": 2, - "Id": 1781, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" + "Id": 1781 }, { "Rank": 1, - "Id": 1782, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Sync-PnPAppToTeams", - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 1782 }, { "Rank": 1, - "Id": 1783, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "Id": 1783 }, { "Rank": 2, - "Id": 1784, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" + "Id": 1784 }, { "Rank": 3, - "Id": 1785, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" + "Id": 1785 }, { "Rank": 1, - "Id": 1786, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", "CommandName": "Test-PnPListItemIsRecord", - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "Id": 1786 }, { "Rank": 1, - "Id": 1787, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "Id": 1787 }, { "Rank": 1, - "Id": 1788, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Id": 1788 }, { "Rank": 2, - "Id": 1789, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Id": 1789 }, { "Rank": 1, - "Id": 1790, + "Command": "Test-PnPTenantTemplate -Template $myTemplate", "CommandName": "Test-PnPTenantTemplate", - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "Id": 1790 }, { "Rank": 1, - "Id": 1791, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", "CommandName": "Undo-PnPFileCheckedOut", - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" + "Id": 1791 }, { "Rank": 1, - "Id": 1792, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 1792 }, { "Rank": 2, - "Id": 1793, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Id": 1793 }, { "Rank": 1, - "Id": 1794, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" + "Id": 1794 }, { "Rank": 1, - "Id": 1795, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 1795 }, { "Rank": 2, - "Id": 1796, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Id": 1796 }, { "Rank": 1, - "Id": 1797, + "Command": "Unpublish-PnPContentType -ContentType 0x0101", "CommandName": "Unpublish-PnPContentType", - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "Id": 1797 }, { "Rank": 1, - "Id": 1798, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Id": 1798 }, { "Rank": 2, - "Id": 1799, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Id": 1799 }, { "Rank": 1, - "Id": 1800, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "CommandName": "Unregister-PnPHubSite", - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Id": 1800 }, { "Rank": 1, - "Id": 1801, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Id": 1801 }, { "Rank": 2, - "Id": 1802, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Id": 1802 }, { "Rank": 1, - "Id": 1803, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Id": 1803 }, { "Rank": 2, - "Id": 1804, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "Id": 1804 }, { "Rank": 3, - "Id": 1805, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Id": 1805 }, { "Rank": 1, - "Id": 1806, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "Id": 1806 }, { "Rank": 2, - "Id": 1807, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Id": 1807 }, { "Rank": 3, - "Id": 1808, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" + "Id": 1808 }, { "Rank": 1, - "Id": 1809, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", "CommandName": "Update-PnPTeamsApp", - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" + "Id": 1809 }, { "Rank": 1, - "Id": 1810, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Id": 1810 }, { "Rank": 2, - "Id": 1811, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Id": 1811 }, { "Rank": 3, - "Id": 1812, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + "Id": 1812 }, { "Rank": 1, - "Id": 1813, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + "Id": 1813 }, { "Rank": 2, - "Id": 1814, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + "Id": 1814 }, { "Rank": 1, - "Id": 1815, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", "CommandName": "Update-PnPUserType", - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "Id": 1815 }, { "Rank": 1, - "Id": 1816, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Id": 1816 }, { "Rank": 2, - "Id": 1817, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" + "Id": 1817 }, { "Rank": 1, - "Id": 1818, + "Command": "Write-PnPTraceLog \"Hello World\"", "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\"" + "Id": 1818 }, { "Rank": 2, - "Id": 1819, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" + "Id": 1819 }, { "Rank": 3, - "Id": 1820, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" + "Id": 1820 }, { "Rank": 4, - "Id": 1821, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" + "Id": 1821 } ] diff --git a/version.json b/version.json index 60246f8d3..85738a70b 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "Message": "", - "Version": "3.1.119" + "Version": "3.1.120" } \ No newline at end of file diff --git a/version.txt b/version.txt index b3e519146..fc3076ecb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.119 \ No newline at end of file +3.1.120 \ No newline at end of file From b81cc2305fedc1090ac2836484ed6e47a1bf494d Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Sat, 16 Aug 2025 03:00:22 +0000 Subject: [PATCH 26/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 2 +- version.txt | 2 +- 4 files changed, 5468 insertions(+), 5468 deletions(-) diff --git a/dependencies.json b/dependencies.json index f33fd9e4c..9ab33b3f5 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250815-030229", + "Updated": "20250816-025850", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": "11693fa2c2ce27ddfb736eb5987887b9ef4b7a42", - "PnPCore": "ab3485b19ecb1dce704866329f954c597dbfa1b3" + "PnPFramework": "2317284fb239a5ec91bd3d850af3e0e2d001be53", + "PnPCore": "488a1a90d2619559323f18a270cba29e46465cda" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index c29c80cb4..35125b3a3 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Rank": 1, - "Command": "Add-PnPAlert -List \"Demo List\"", + "Id": 1, "CommandName": "Add-PnPAlert", - "Id": 1 + "Rank": 1, + "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "Rank": 2, - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", + "Id": 2, "CommandName": "Add-PnPAlert", - "Id": 2 + "Rank": 2, + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "Rank": 3, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Id": 3, "CommandName": "Add-PnPAlert", - "Id": 3 + "Rank": 3, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Rank": 4, - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", + "Id": 4, "CommandName": "Add-PnPAlert", - "Id": 4 + "Rank": 4, + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "Rank": 1, - "Command": "Add-PnPApp -Path ./myapp.sppkg", + "Id": 5, "CommandName": "Add-PnPApp", - "Id": 5 + "Rank": 1, + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "Rank": 2, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", + "Id": 6, "CommandName": "Add-PnPApp", - "Id": 6 + "Rank": 2, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "Rank": 3, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", + "Id": 7, "CommandName": "Add-PnPApp", - "Id": 7 + "Rank": 3, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "Rank": 4, - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", + "Id": 8, "CommandName": "Add-PnPApp", - "Id": 8 + "Rank": 4, + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "Rank": 1, - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", + "Id": 9, "CommandName": "Add-PnPApplicationCustomizer", - "Id": 9 + "Rank": 1, + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "Rank": 1, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", + "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 10 + "Rank": 1, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "Rank": 2, - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", + "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", - "Id": 11 + "Rank": 2, + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "Rank": 1, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 12 + "Rank": 1, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 13, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 13 + "Rank": 2, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 3, - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Id": 14, "CommandName": "Add-PnPAzureADGroupMember", - "Id": 14 + "Rank": 3, + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Rank": 1, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 15 + "Rank": 1, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 16, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 16 + "Rank": 2, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 3, - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Id": 17, "CommandName": "Add-PnPAzureADGroupOwner", - "Id": 17 + "Rank": 3, + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "Rank": 1, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", + "Id": 18, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 18 + "Rank": 1, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "Rank": 2, - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", + "Id": 19, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Id": 19 + "Rank": 2, + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "Rank": 1, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", + "Id": 20, "CommandName": "Add-PnPBrandCenterFont", - "Id": 20 + "Rank": 1, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "Rank": 2, - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", + "Id": 21, "CommandName": "Add-PnPBrandCenterFont", - "Id": 21 + "Rank": 2, + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "Rank": 1, - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", + "Id": 22, "CommandName": "Add-PnPBrandCenterFontPackage", - "Id": 22 + "Rank": 1, + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "Rank": 1, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", + "Id": 23, "CommandName": "Add-PnPContentType", - "Id": 23 + "Rank": 1, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "Rank": 2, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", + "Id": 24, "CommandName": "Add-PnPContentType", - "Id": 24 + "Rank": 2, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "Rank": 3, - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", + "Id": 25, "CommandName": "Add-PnPContentType", - "Id": 25 + "Rank": 3, + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "Rank": 4, - "Command": "Add-PnPContentType -Name \"Project Item\"", + "Id": 26, "CommandName": "Add-PnPContentType", - "Id": 26 + "Rank": 4, + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "Rank": 5, - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", + "Id": 27, "CommandName": "Add-PnPContentType", - "Id": 27 + "Rank": 5, + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "Rank": 1, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", + "Id": 28, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 28 + "Rank": 1, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "Rank": 2, - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", + "Id": 29, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Id": 29 + "Rank": 2, + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "Rank": 1, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Id": 30, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 30 + "Rank": 1, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Rank": 2, - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Id": 31, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Id": 31 + "Rank": 2, + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Rank": 1, - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", + "Id": 32, "CommandName": "Add-PnPContentTypeToList", - "Id": 32 + "Rank": 1, + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "Rank": 1, - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Id": 33, "CommandName": "Add-PnPCustomAction", - "Id": 33 + "Rank": 1, + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Rank": 1, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", + "Id": 34, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 34 + "Rank": 1, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "Rank": 2, - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", + "Id": 35, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Id": 35 + "Rank": 2, + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "Rank": 1, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", + "Id": 36, "CommandName": "Add-PnPDocumentSet", - "Id": 36 + "Rank": 1, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "Rank": 2, - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", + "Id": 37, "CommandName": "Add-PnPDocumentSet", - "Id": 37 + "Rank": 2, + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "Rank": 1, - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", + "Id": 38, "CommandName": "Add-PnPEventReceiver", - "Id": 38 + "Rank": 1, + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "Rank": 2, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", + "Id": 39, "CommandName": "Add-PnPEventReceiver", - "Id": 39 + "Rank": 2, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "Rank": 3, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", + "Id": 40, "CommandName": "Add-PnPEventReceiver", - "Id": 40 + "Rank": 3, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "Rank": 4, - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", + "Id": 41, "CommandName": "Add-PnPEventReceiver", - "Id": 41 + "Rank": 4, + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "Rank": 1, - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", + "Id": 42, "CommandName": "Add-PnPField", - "Id": 42 + "Rank": 1, + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "Rank": 2, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", + "Id": 43, "CommandName": "Add-PnPField", - "Id": 43 + "Rank": 2, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "Rank": 3, - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", + "Id": 44, "CommandName": "Add-PnPField", - "Id": 44 + "Rank": 3, + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "Rank": 4, - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", + "Id": 45, "CommandName": "Add-PnPField", - "Id": 45 + "Rank": 4, + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "Rank": 5, - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", + "Id": 46, "CommandName": "Add-PnPField", - "Id": 46 + "Rank": 5, + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "Rank": 6, - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", + "Id": 47, "CommandName": "Add-PnPField", - "Id": 47 + "Rank": 6, + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "Rank": 1, - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Id": 48, "CommandName": "Add-PnPFieldToContentType", - "Id": 48 + "Rank": 1, + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Rank": 1, - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", + "Id": 49, "CommandName": "Add-PnPFile", - "Id": 49 + "Rank": 1, + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "Rank": 2, - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", + "Id": 50, "CommandName": "Add-PnPFile", - "Id": 50 + "Rank": 2, + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "Rank": 3, - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", + "Id": 51, "CommandName": "Add-PnPFile", - "Id": 51 + "Rank": 3, + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "Rank": 4, - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", + "Id": 52, "CommandName": "Add-PnPFile", - "Id": 52 + "Rank": 4, + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "Rank": 5, - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", + "Id": 53, "CommandName": "Add-PnPFile", - "Id": 53 + "Rank": 5, + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "Rank": 6, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", + "Id": 54, "CommandName": "Add-PnPFile", - "Id": 54 + "Rank": 6, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "Rank": 7, - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", + "Id": 55, "CommandName": "Add-PnPFile", - "Id": 55 + "Rank": 7, + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "Rank": 8, - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", + "Id": 56, "CommandName": "Add-PnPFile", - "Id": 56 + "Rank": 8, + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "Rank": 1, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 57, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 57 + "Rank": 1, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", + "Id": 58, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 58 + "Rank": 2, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "Rank": 3, - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", + "Id": 59, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Id": 59 + "Rank": 3, + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Rank": 1, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 60, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 60 + "Rank": 1, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", + "Id": 61, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Id": 61 + "Rank": 2, + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "Rank": 1, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Id": 62, "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 62 + "Rank": 1, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Rank": 2, - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Id": 63, "CommandName": "Add-PnPFileSensitivityLabel", - "Id": 63 + "Rank": 2, + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "Rank": 1, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Id": 64, "CommandName": "Add-PnPFileSharingInvite", - "Id": 64 + "Rank": 1, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Rank": 2, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Id": 65, "CommandName": "Add-PnPFileSharingInvite", - "Id": 65 + "Rank": 2, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Rank": 3, - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Id": 66, "CommandName": "Add-PnPFileSharingInvite", - "Id": 66 + "Rank": 3, + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Rank": 1, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", + "Id": 67, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 67 + "Rank": 1, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "Rank": 2, - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", + "Id": 68, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 68 + "Rank": 2, + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "Rank": 3, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", + "Id": 69, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 69 + "Rank": 3, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "Rank": 4, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", + "Id": 70, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 70 + "Rank": 4, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "Rank": 5, - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", + "Id": 71, "CommandName": "Add-PnPFileToSiteTemplate", - "Id": 71 + "Rank": 5, + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "Rank": 1, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 72, "CommandName": "Add-PnPFileUserSharingLink", - "Id": 72 + "Rank": 1, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 73, "CommandName": "Add-PnPFileUserSharingLink", - "Id": 73 + "Rank": 2, + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", + "Id": 74, "CommandName": "Add-PnPFlowOwner", - "Id": 74 + "Rank": 1, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "Rank": 2, - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", + "Id": 75, "CommandName": "Add-PnPFlowOwner", - "Id": 75 + "Rank": 2, + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "Rank": 3, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", + "Id": 76, "CommandName": "Add-PnPFlowOwner", - "Id": 76 + "Rank": 3, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "Rank": 4, - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", + "Id": 77, "CommandName": "Add-PnPFlowOwner", - "Id": 77 + "Rank": 4, + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "Rank": 1, - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Id": 78, "CommandName": "Add-PnPFolder", - "Id": 78 + "Rank": 1, + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Rank": 2, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", + "Id": 79, "CommandName": "Add-PnPFolder", - "Id": 79 + "Rank": 2, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "Rank": 3, - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", + "Id": 80, "CommandName": "Add-PnPFolder", - "Id": 80 + "Rank": 3, + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "Rank": 1, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 81, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 81 + "Rank": 1, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 2, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", + "Id": 82, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 82 + "Rank": 2, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "Rank": 3, - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", + "Id": 83, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Id": 83 + "Rank": 3, + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "Rank": 1, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 84, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 84 + "Rank": 1, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 2, - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", + "Id": 85, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Id": 85 + "Rank": 2, + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "Rank": 1, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Id": 86, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 86 + "Rank": 1, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "Rank": 2, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Id": 87, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 87 + "Rank": 2, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "Rank": 3, - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Id": 88, "CommandName": "Add-PnPFolderSharingInvite", - "Id": 88 + "Rank": 3, + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "Rank": 1, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 89, "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 89 + "Rank": 1, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 90, "CommandName": "Add-PnPFolderUserSharingLink", - "Id": 90 + "Rank": 2, + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Id": 91, "CommandName": "Add-PnPGroupMember", - "Id": 91 + "Rank": 1, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Rank": 2, - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", + "Id": 92, "CommandName": "Add-PnPGroupMember", - "Id": 92 + "Rank": 2, + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "Rank": 1, - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Id": 93, "CommandName": "Add-PnPHomeSite", - "Id": 93 + "Rank": 1, + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Rank": 1, - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Id": 94, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Id": 94 + "Rank": 1, + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Rank": 1, - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", + "Id": 95, "CommandName": "Add-PnPHubSiteAssociation", - "Id": 95 + "Rank": 1, + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "Rank": 1, - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", + "Id": 96, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 96 + "Rank": 1, + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "Rank": 2, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", + "Id": 97, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 97 + "Rank": 2, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "Rank": 3, - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", + "Id": 98, "CommandName": "Add-PnPHubToHubAssociation", - "Id": 98 + "Rank": 3, + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "Rank": 1, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", + "Id": 99, "CommandName": "Add-PnPJavaScriptBlock", - "Id": 99 + "Rank": 1, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "Rank": 2, - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", + "Id": 100, "CommandName": "Add-PnPJavaScriptBlock", - "Id": 100 + "Rank": 2, + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "Rank": 1, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", + "Id": 101, "CommandName": "Add-PnPJavaScriptLink", - "Id": 101 + "Rank": 1, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "Rank": 2, - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", + "Id": 102, "CommandName": "Add-PnPJavaScriptLink", - "Id": 102 + "Rank": 2, + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "Rank": 1, - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", + "Id": 103, "CommandName": "Add-PnPListDesign", - "Id": 103 + "Rank": 1, + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "Rank": 2, - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", + "Id": 104, "CommandName": "Add-PnPListDesign", - "Id": 104 + "Rank": 2, + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "Rank": 1, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", + "Id": 105, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 105 + "Rank": 1, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "Rank": 2, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", + "Id": 106, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 106 + "Rank": 2, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "Rank": 3, - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", + "Id": 107, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Id": 107 + "Rank": 3, + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "Rank": 1, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 108, "CommandName": "Add-PnPListItem", - "Id": 108 + "Rank": 1, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 2, - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 109, "CommandName": "Add-PnPListItem", - "Id": 109 + "Rank": 2, + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 3, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", + "Id": 110, "CommandName": "Add-PnPListItem", - "Id": 110 + "Rank": 3, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "Rank": 4, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", + "Id": 111, "CommandName": "Add-PnPListItem", - "Id": 111 + "Rank": 4, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "Rank": 5, - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", + "Id": 112, "CommandName": "Add-PnPListItem", - "Id": 112 + "Rank": 5, + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "Rank": 1, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", + "Id": 113, "CommandName": "Add-PnPListItemAttachment", - "Id": 113 + "Rank": 1, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "Rank": 2, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", + "Id": 114, "CommandName": "Add-PnPListItemAttachment", - "Id": 114 + "Rank": 2, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "Rank": 3, - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", + "Id": 115, "CommandName": "Add-PnPListItemAttachment", - "Id": 115 + "Rank": 3, + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "Rank": 1, - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", + "Id": 116, "CommandName": "Add-PnPListItemComment", - "Id": 116 + "Rank": 1, + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "Rank": 1, - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", + "Id": 117, "CommandName": "Add-PnPMasterPage", - "Id": 117 + "Rank": 1, + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 118, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 118 + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 119, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Id": 119 + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 120, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 120 + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 121, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Id": 121 + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "Rank": 1, - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", + "Id": 122, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 122 + "Rank": 1, + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "Rank": 2, - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", + "Id": 123, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 123 + "Rank": 2, + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "Rank": 3, - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", + "Id": 124, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Id": 124 + "Rank": 3, + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "Rank": 1, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", + "Id": 125, "CommandName": "Add-PnPNavigationNode", - "Id": 125 + "Rank": 1, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "Rank": 2, - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", + "Id": 126, "CommandName": "Add-PnPNavigationNode", - "Id": 126 + "Rank": 2, + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "Rank": 3, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", + "Id": 127, "CommandName": "Add-PnPNavigationNode", - "Id": 127 + "Rank": 3, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "Rank": 4, - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", + "Id": 128, "CommandName": "Add-PnPNavigationNode", - "Id": 128 + "Rank": 4, + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "Rank": 5, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", + "Id": 129, "CommandName": "Add-PnPNavigationNode", - "Id": 129 + "Rank": 5, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "Rank": 6, - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", + "Id": 130, "CommandName": "Add-PnPNavigationNode", - "Id": 130 + "Rank": 6, + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "Rank": 7, - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", + "Id": 131, "CommandName": "Add-PnPNavigationNode", - "Id": 131 + "Rank": 7, + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "Rank": 8, - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", + "Id": 132, "CommandName": "Add-PnPNavigationNode", - "Id": 132 + "Rank": 8, + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "Rank": 1, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", + "Id": 133, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 133 + "Rank": 1, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "Rank": 2, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Id": 134, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 134 + "Rank": 2, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Rank": 3, - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", + "Id": 135, "CommandName": "Add-PnPOrgAssetsLibrary", - "Id": 135 + "Rank": 3, + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "Rank": 1, - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", + "Id": 136, "CommandName": "Add-PnPOrgNewsSite", - "Id": 136 + "Rank": 1, + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "Rank": 1, - "Command": "Add-PnPPage -Name \"NewPage\"", + "Id": 137, "CommandName": "Add-PnPPage", - "Id": 137 + "Rank": 1, + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "Rank": 2, - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", + "Id": 138, "CommandName": "Add-PnPPage", - "Id": 138 + "Rank": 2, + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "Rank": 3, - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", + "Id": 139, "CommandName": "Add-PnPPage", - "Id": 139 + "Rank": 3, + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "Rank": 4, - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", + "Id": 140, "CommandName": "Add-PnPPage", - "Id": 140 + "Rank": 4, + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "Rank": 5, - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", + "Id": 141, "CommandName": "Add-PnPPage", - "Id": 141 + "Rank": 5, + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "Rank": 6, - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", + "Id": 142, "CommandName": "Add-PnPPage", - "Id": 142 + "Rank": 6, + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "Rank": 7, - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", + "Id": 143, "CommandName": "Add-PnPPage", - "Id": 143 + "Rank": 7, + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Rank": 8, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", + "Id": 144, "CommandName": "Add-PnPPage", - "Id": 144 + "Rank": 8, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "Rank": 9, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "Id": 145, "CommandName": "Add-PnPPage", - "Id": 145 + "Rank": 9, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Rank": 10, - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Id": 146, "CommandName": "Add-PnPPage", - "Id": 146 + "Rank": 10, + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Rank": 1, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", + "Id": 147, "CommandName": "Add-PnPPageImageWebPart", - "Id": 147 + "Rank": 1, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "Rank": 2, - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", + "Id": 148, "CommandName": "Add-PnPPageImageWebPart", - "Id": 148 + "Rank": 2, + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "Rank": 1, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", + "Id": 149, "CommandName": "Add-PnPPageSection", - "Id": 149 + "Rank": 1, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "Rank": 2, - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", + "Id": 150, "CommandName": "Add-PnPPageSection", - "Id": 150 + "Rank": 2, + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "Rank": 1, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", + "Id": 151, "CommandName": "Add-PnPPageTextPart", - "Id": 151 + "Rank": 1, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "Rank": 2, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", + "Id": 152, "CommandName": "Add-PnPPageTextPart", - "Id": 152 + "Rank": 2, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "Rank": 3, - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", + "Id": 153, "CommandName": "Add-PnPPageTextPart", - "Id": 153 + "Rank": 3, + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "Rank": 1, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", + "Id": 154, "CommandName": "Add-PnPPageWebPart", - "Id": 154 + "Rank": 1, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "Rank": 2, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", + "Id": 155, "CommandName": "Add-PnPPageWebPart", - "Id": 155 + "Rank": 2, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "Rank": 3, - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", + "Id": 156, "CommandName": "Add-PnPPageWebPart", - "Id": 156 + "Rank": 3, + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "Rank": 1, - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", + "Id": 157, "CommandName": "Add-PnPPlannerBucket", - "Id": 157 + "Rank": 1, + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "Rank": 2, - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", + "Id": 158, "CommandName": "Add-PnPPlannerBucket", - "Id": 158 + "Rank": 2, + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "Rank": 1, - "Command": "Add-PnPPlannerRoster", + "Id": 159, "CommandName": "Add-PnPPlannerRoster", - "Id": 159 + "Rank": 1, + "Command": "Add-PnPPlannerRoster" }, { - "Rank": 1, - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Id": 160, "CommandName": "Add-PnPPlannerRosterMember", - "Id": 160 + "Rank": 1, + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Id": 161, "CommandName": "Add-PnPPlannerTask", - "Id": 161 + "Rank": 1, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Rank": 2, - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Id": 162, "CommandName": "Add-PnPPlannerTask", - "Id": 162 + "Rank": 2, + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Rank": 3, - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Id": 163, "CommandName": "Add-PnPPlannerTask", - "Id": 163 + "Rank": 3, + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "Rank": 1, - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Id": 164, "CommandName": "Add-PnPPublishingImageRendition", - "Id": 164 + "Rank": 1, + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Rank": 1, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", + "Id": 165, "CommandName": "Add-PnPPublishingPage", - "Id": 165 + "Rank": 1, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "Rank": 2, - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", + "Id": 166, "CommandName": "Add-PnPPublishingPage", - "Id": 166 + "Rank": 2, + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "Rank": 1, - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Id": 167, "CommandName": "Add-PnPPublishingPageLayout", - "Id": 167 + "Rank": 1, + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "Rank": 1, - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", + "Id": 168, "CommandName": "Add-PnPRoleDefinition", - "Id": 168 + "Rank": 1, + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "Rank": 2, - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", + "Id": 169, "CommandName": "Add-PnPRoleDefinition", - "Id": 169 + "Rank": 2, + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "Rank": 3, - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", + "Id": 170, "CommandName": "Add-PnPRoleDefinition", - "Id": 170 + "Rank": 3, + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "Rank": 1, - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Id": 171, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 171 + "Rank": 1, + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Id": 172, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 172 + "Rank": 2, + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Rank": 3, - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", + "Id": 173, "CommandName": "Add-PnPSiteCollectionAdmin", - "Id": 173 + "Rank": 3, + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Add-PnPSiteCollectionAppCatalog", + "Id": 174, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 174 + "Rank": 1, + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Id": 175, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Id": 175 + "Rank": 2, + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Rank": 1, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", + "Id": 176, "CommandName": "Add-PnPSiteDesign", - "Id": 176 + "Rank": 1, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "Rank": 2, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", + "Id": 177, "CommandName": "Add-PnPSiteDesign", - "Id": 177 + "Rank": 2, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "Rank": 3, - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Id": 178, "CommandName": "Add-PnPSiteDesign", - "Id": 178 + "Rank": 3, + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Rank": 1, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", + "Id": 179, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 179 + "Rank": 1, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "Rank": 2, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Id": 180, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 180 + "Rank": 2, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Rank": 3, - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", + "Id": 181, "CommandName": "Add-PnPSiteDesignFromWeb", - "Id": 181 + "Rank": 3, + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "Rank": 1, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", + "Id": 182, "CommandName": "Add-PnPSiteDesignTask", - "Id": 182 + "Rank": 1, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Rank": 2, - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Id": 183, "CommandName": "Add-PnPSiteDesignTask", - "Id": 183 + "Rank": 2, + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Rank": 1, - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", + "Id": 184, "CommandName": "Add-PnPSiteScript", - "Id": 184 + "Rank": 1, + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "Rank": 1, - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", + "Id": 185, "CommandName": "Add-PnPSiteScriptPackage", - "Id": 185 + "Rank": 1, + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "Rank": 1, - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", + "Id": 186, "CommandName": "Add-PnPSiteTemplate", - "Id": 186 + "Rank": 1, + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "Rank": 1, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", + "Id": 187, "CommandName": "Add-PnPStoredCredential", - "Id": 187 + "Rank": 1, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "Rank": 2, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Id": 188, "CommandName": "Add-PnPStoredCredential", - "Id": 188 + "Rank": 2, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Rank": 3, - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", + "Id": 189, "CommandName": "Add-PnPStoredCredential", - "Id": 189 + "Rank": 3, + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "Rank": 1, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", + "Id": 190, "CommandName": "Add-PnPTaxonomyField", - "Id": 190 + "Rank": 1, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "Rank": 2, - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", + "Id": 191, "CommandName": "Add-PnPTaxonomyField", - "Id": 191 + "Rank": 2, + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "Rank": 1, - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", + "Id": 192, "CommandName": "Add-PnPTeamsChannel", - "Id": 192 + "Rank": 1, + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "Rank": 2, - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", + "Id": 193, "CommandName": "Add-PnPTeamsChannel", - "Id": 193 + "Rank": 2, + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "Rank": 3, - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", + "Id": 194, "CommandName": "Add-PnPTeamsChannel", - "Id": 194 + "Rank": 3, + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "Rank": 4, - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", + "Id": 195, "CommandName": "Add-PnPTeamsChannel", - "Id": 195 + "Rank": 4, + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "Rank": 1, - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", + "Id": 196, "CommandName": "Add-PnpTeamsChannelUser", - "Id": 196 + "Rank": 1, + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "Rank": 2, - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", + "Id": 197, "CommandName": "Add-PnpTeamsChannelUser", - "Id": 197 + "Rank": 2, + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "Rank": 1, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", + "Id": 198, "CommandName": "Add-PnPTeamsTab", - "Id": 198 + "Rank": 1, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "Rank": 2, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", + "Id": 199, "CommandName": "Add-PnPTeamsTab", - "Id": 199 + "Rank": 2, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "Rank": 3, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", + "Id": 200, "CommandName": "Add-PnPTeamsTab", - "Id": 200 + "Rank": 3, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "Rank": 4, - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", + "Id": 201, "CommandName": "Add-PnPTeamsTab", - "Id": 201 + "Rank": 4, + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "Rank": 1, - "Command": "Add-PnPTeamsTeam", + "Id": 202, "CommandName": "Add-PnPTeamsTeam", - "Id": 202 + "Rank": 1, + "Command": "Add-PnPTeamsTeam" }, { - "Rank": 1, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Id": 203, "CommandName": "Add-PnPTeamsUser", - "Id": 203 + "Rank": 1, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Rank": 2, - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Id": 204, "CommandName": "Add-PnPTeamsUser", - "Id": 204 + "Rank": 2, + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Rank": 3, - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", + "Id": 205, "CommandName": "Add-PnPTeamsUser", - "Id": 205 + "Rank": 3, + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "Rank": 4, - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", + "Id": 206, "CommandName": "Add-PnPTeamsUser", - "Id": 206 + "Rank": 4, + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "Rank": 1, - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Id": 207, "CommandName": "Add-PnPTenantCdnOrigin", - "Id": 207 + "Rank": 1, + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Rank": 1, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Id": 208, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 208 + "Rank": 1, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Rank": 2, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Id": 209, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 209 + "Rank": 2, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Rank": 3, - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Id": 210, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Id": 210 + "Rank": 3, + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Rank": 1, - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", + "Id": 211, "CommandName": "Add-PnPTenantSequence", - "Id": 211 + "Rank": 1, + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "Rank": 1, - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", + "Id": 212, "CommandName": "Add-PnPTenantSequenceSite", - "Id": 212 + "Rank": 1, + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "Rank": 1, - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", + "Id": 213, "CommandName": "Add-PnPTenantSequenceSubSite", - "Id": 213 + "Rank": 1, + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "Rank": 1, - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", + "Id": 214, "CommandName": "Add-PnPTermToTerm", - "Id": 214 + "Rank": 1, + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "Rank": 1, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", + "Id": 215, "CommandName": "Add-PnPView", - "Id": 215 + "Rank": 1, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "Rank": 2, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", + "Id": 216, "CommandName": "Add-PnPView", - "Id": 216 + "Rank": 2, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "Rank": 3, - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", + "Id": 217, "CommandName": "Add-PnPView", - "Id": 217 + "Rank": 3, + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "Rank": 1, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Id": 218, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 218 + "Rank": 1, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Rank": 2, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Id": 219, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 219 + "Rank": 2, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Rank": 3, - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Id": 220, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Id": 220 + "Rank": 3, + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "Rank": 1, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Id": 221, "CommandName": "Add-PnPWebhookSubscription", - "Id": 221 + "Rank": 1, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Rank": 2, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Id": 222, "CommandName": "Add-PnPWebhookSubscription", - "Id": 222 + "Rank": 2, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Rank": 3, - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", + "Id": 223, "CommandName": "Add-PnPWebhookSubscription", - "Id": 223 + "Rank": 3, + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "Rank": 1, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", + "Id": 224, "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 224 + "Rank": 1, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "Rank": 2, - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", + "Id": 225, "CommandName": "Add-PnPWebPartToWebPartPage", - "Id": 225 + "Rank": 2, + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "Rank": 1, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", + "Id": 226, "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 226 + "Rank": 1, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "Rank": 2, - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", + "Id": 227, "CommandName": "Add-PnPWebPartToWikiPage", - "Id": 227 + "Rank": 2, + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "Rank": 1, - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", + "Id": 228, "CommandName": "Add-PnPWikiPage", - "Id": 228 + "Rank": 1, + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "Rank": 1, - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", + "Id": 229, "CommandName": "Clear-PnPAzureADGroupMember", - "Id": 229 + "Rank": 1, + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "Rank": 1, - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", + "Id": 230, "CommandName": "Clear-PnPAzureADGroupOwner", - "Id": 230 + "Rank": 1, + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "Rank": 1, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", + "Id": 231, "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 231 + "Rank": 1, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "Rank": 2, - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", + "Id": 232, "CommandName": "Clear-PnPDefaultColumnValues", - "Id": 232 + "Rank": 2, + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "Rank": 1, - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Id": 233, "CommandName": "Clear-PnPListItemAsRecord", - "Id": 233 + "Rank": 1, + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", + "Id": 234, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Id": 234 + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "Rank": 1, - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", + "Id": 235, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Id": 235 + "Rank": 1, + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "Rank": 1, - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Id": 236, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 236 + "Rank": 1, + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Rank": 2, - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", + "Id": 237, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 237 + "Rank": 2, + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "Rank": 3, - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", + "Id": 238, "CommandName": "Clear-PnpRecycleBinItem", - "Id": 238 + "Rank": 3, + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "Rank": 1, - "Command": "Clear-PnPTenantAppCatalogUrl", + "Id": 239, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Id": 239 + "Rank": 1, + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "Rank": 1, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 240, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 240 + "Rank": 1, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Id": 241, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Id": 241 + "Rank": 2, + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Rank": 1, - "Command": "Clear-PnPTraceLog", + "Id": 242, "CommandName": "Clear-PnPTraceLog", - "Id": 242 + "Rank": 1, + "Command": "Clear-PnPTraceLog" }, { - "Rank": 1, - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", + "Id": 243, "CommandName": "Connect-PnPOnline", - "Id": 243 + "Rank": 1, + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "Rank": 1, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", + "Id": 244, "CommandName": "Convert-PnPFile", - "Id": 244 + "Rank": 1, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "Rank": 2, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", + "Id": 245, "CommandName": "Convert-PnPFile", - "Id": 245 + "Rank": 2, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "Rank": 3, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", + "Id": 246, "CommandName": "Convert-PnPFile", - "Id": 246 + "Rank": 3, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "Rank": 4, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", + "Id": 247, "CommandName": "Convert-PnPFile", - "Id": 247 + "Rank": 4, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "Rank": 5, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", + "Id": 248, "CommandName": "Convert-PnPFile", - "Id": 248 + "Rank": 5, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Rank": 6, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", + "Id": 249, "CommandName": "Convert-PnPFile", - "Id": 249 + "Rank": 6, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "Rank": 7, - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", + "Id": 250, "CommandName": "Convert-PnPFile", - "Id": 250 + "Rank": 7, + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "Rank": 1, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", + "Id": 251, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 251 + "Rank": 1, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "Rank": 2, - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", + "Id": 252, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Id": 252 + "Rank": 2, + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "Rank": 1, - "Command": "Convert-PnPSiteTemplate -Path template.xml", + "Id": 253, "CommandName": "Convert-PnPSiteTemplate", - "Id": 253 + "Rank": 1, + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "Rank": 2, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", + "Id": 254, "CommandName": "Convert-PnPSiteTemplate", - "Id": 254 + "Rank": 2, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "Rank": 3, - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", + "Id": 255, "CommandName": "Convert-PnPSiteTemplate", - "Id": 255 + "Rank": 3, + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "Rank": 1, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", + "Id": 256, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 256 + "Rank": 1, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "Rank": 2, - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", + "Id": 257, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Id": 257 + "Rank": 2, + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "Rank": 1, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", + "Id": 258, "CommandName": "ConvertTo-PnPPage", - "Id": 258 + "Rank": 1, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "Rank": 2, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", + "Id": 259, "CommandName": "ConvertTo-PnPPage", - "Id": 259 + "Rank": 2, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "Rank": 3, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", + "Id": 260, "CommandName": "ConvertTo-PnPPage", - "Id": 260 + "Rank": 3, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "Rank": 4, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", + "Id": 261, "CommandName": "ConvertTo-PnPPage", - "Id": 261 + "Rank": 4, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "Rank": 5, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 262, "CommandName": "ConvertTo-PnPPage", - "Id": 262 + "Rank": 5, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 6, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", + "Id": 263, "CommandName": "ConvertTo-PnPPage", - "Id": 263 + "Rank": 6, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "Rank": 7, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", + "Id": 264, "CommandName": "ConvertTo-PnPPage", - "Id": 264 + "Rank": 7, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "Rank": 8, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", + "Id": 265, "CommandName": "ConvertTo-PnPPage", - "Id": 265 + "Rank": 8, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "Rank": 9, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 266, "CommandName": "ConvertTo-PnPPage", - "Id": 266 + "Rank": 9, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 10, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", + "Id": 267, "CommandName": "ConvertTo-PnPPage", - "Id": 267 + "Rank": 10, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "Rank": 11, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", + "Id": 268, "CommandName": "ConvertTo-PnPPage", - "Id": 268 + "Rank": 11, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "Rank": 12, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 269, "CommandName": "ConvertTo-PnPPage", - "Id": 269 + "Rank": 12, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 13, - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 270, "CommandName": "ConvertTo-PnPPage", - "Id": 270 + "Rank": 13, + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "Rank": 14, - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", + "Id": 271, "CommandName": "ConvertTo-PnPPage", - "Id": 271 + "Rank": 14, + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "Rank": 1, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 272, "CommandName": "Copy-PnPFile", - "Id": 272 + "Rank": 1, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 2, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Id": 273, "CommandName": "Copy-PnPFile", - "Id": 273 + "Rank": 2, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Rank": 3, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Id": 274, "CommandName": "Copy-PnPFile", - "Id": 274 + "Rank": 3, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Rank": 4, - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 275, "CommandName": "Copy-PnPFile", - "Id": 275 + "Rank": 4, + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 5, - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Id": 276, "CommandName": "Copy-PnPFile", - "Id": 276 + "Rank": 5, + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Rank": 6, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Id": 277, "CommandName": "Copy-PnPFile", - "Id": 277 + "Rank": 6, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Rank": 7, - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Id": 278, "CommandName": "Copy-PnPFile", - "Id": 278 + "Rank": 7, + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Rank": 8, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 279, "CommandName": "Copy-PnPFile", - "Id": 279 + "Rank": 8, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 9, - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Id": 280, "CommandName": "Copy-PnPFile", - "Id": 280 + "Rank": 9, + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Rank": 10, - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Id": 281, "CommandName": "Copy-PnPFile", - "Id": 281 + "Rank": 10, + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Rank": 1, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 282, "CommandName": "Copy-PnPFolder", - "Id": 282 + "Rank": 1, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 2, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Id": 283, "CommandName": "Copy-PnPFolder", - "Id": 283 + "Rank": 2, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "Rank": 3, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Id": 284, "CommandName": "Copy-PnPFolder", - "Id": 284 + "Rank": 3, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "Rank": 4, - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 285, "CommandName": "Copy-PnPFolder", - "Id": 285 + "Rank": 4, + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 5, - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Id": 286, "CommandName": "Copy-PnPFolder", - "Id": 286 + "Rank": 5, + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "Rank": 6, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Id": 287, "CommandName": "Copy-PnPFolder", - "Id": 287 + "Rank": 6, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "Rank": 7, - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Id": 288, "CommandName": "Copy-PnPFolder", - "Id": 288 + "Rank": 7, + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "Rank": 8, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 289, "CommandName": "Copy-PnPFolder", - "Id": 289 + "Rank": 8, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "Rank": 9, - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Id": 290, "CommandName": "Copy-PnPFolder", - "Id": 290 + "Rank": 9, + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "Rank": 10, - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Id": 291, "CommandName": "Copy-PnPFolder", - "Id": 291 + "Rank": 10, + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "Rank": 11, - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", + "Id": 292, "CommandName": "Copy-PnPFolder", - "Id": 292 + "Rank": 11, + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "Rank": 1, - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", + "Id": 293, "CommandName": "Copy-PnPItemProxy", - "Id": 293 + "Rank": 1, + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "Rank": 1, - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", + "Id": 294, "CommandName": "Copy-PnPList", - "Id": 294 + "Rank": 1, + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "Rank": 2, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", + "Id": 295, "CommandName": "Copy-PnPList", - "Id": 295 + "Rank": 2, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "Rank": 3, - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", + "Id": 296, "CommandName": "Copy-PnPList", - "Id": 296 + "Rank": 3, + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "Rank": 4, - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", + "Id": 297, "CommandName": "Copy-PnPList", - "Id": 297 + "Rank": 4, + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "Rank": 1, - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Id": 298, "CommandName": "Copy-PnPPage", - "Id": 298 + "Rank": 1, + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Rank": 1, - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", + "Id": 299, "CommandName": "Copy-PnPTeamsTeam", - "Id": 299 + "Rank": 1, + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "Rank": 2, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", + "Id": 300, "CommandName": "Copy-PnPTeamsTeam", - "Id": 300 + "Rank": 2, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "Rank": 3, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Id": 301, "CommandName": "Copy-PnPTeamsTeam", - "Id": 301 + "Rank": 3, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Rank": 4, - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Id": 302, "CommandName": "Copy-PnPTeamsTeam", - "Id": 302 + "Rank": 4, + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "Rank": 1, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 303, "CommandName": "Disable-PnPFeature", - "Id": 303 + "Rank": 1, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Id": 304, "CommandName": "Disable-PnPFeature", - "Id": 304 + "Rank": 2, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Rank": 3, - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Id": 305, "CommandName": "Disable-PnPFeature", - "Id": 305 + "Rank": 3, + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Rank": 1, - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 306, "CommandName": "Disable-PnPFlow", - "Id": 306 + "Rank": 1, + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 307, "CommandName": "Disable-PnPFlow", - "Id": 307 + "Rank": 2, + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, - "Command": "Disable-PnPPageScheduling", + "Id": 308, "CommandName": "Disable-PnPPageScheduling", - "Id": 308 + "Rank": 1, + "Command": "Disable-PnPPageScheduling" }, { - "Rank": 1, - "Command": "Disable-PnPPowerShellTelemetry", + "Id": 309, "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 309 + "Rank": 1, + "Command": "Disable-PnPPowerShellTelemetry" }, { - "Rank": 2, - "Command": "Disable-PnPPowerShellTelemetry -Force", + "Id": 310, "CommandName": "Disable-PnPPowerShellTelemetry", - "Id": 310 + "Rank": 2, + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "Rank": 1, - "Command": "Disable-PnPSharingForNonOwnersOfSite", + "Id": 311, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Id": 311 + "Rank": 1, + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, - "Command": "Disable-PnPSiteClassification", + "Id": 312, "CommandName": "Disable-PnPSiteClassification", - "Id": 312 + "Rank": 1, + "Command": "Disable-PnPSiteClassification" }, { - "Rank": 1, - "Command": "Disconnect-PnPOnline", + "Id": 313, "CommandName": "Disconnect-PnPOnline", - "Id": 313 + "Rank": 1, + "Command": "Disconnect-PnPOnline" }, { - "Rank": 1, - "Command": "Enable-PnPCommSite", + "Id": 314, "CommandName": "Enable-PnPCommSite", - "Id": 314 + "Rank": 1, + "Command": "Enable-PnPCommSite" }, { - "Rank": 2, - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", + "Id": 315, "CommandName": "Enable-PnPCommSite", - "Id": 315 + "Rank": 2, + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "Rank": 1, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 316, "CommandName": "Enable-PnPFeature", - "Id": 316 + "Rank": 1, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Id": 317, "CommandName": "Enable-PnPFeature", - "Id": 317 + "Rank": 2, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "Rank": 3, - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Id": 318, "CommandName": "Enable-PnPFeature", - "Id": 318 + "Rank": 3, + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "Rank": 1, - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 319, "CommandName": "Enable-PnPFlow", - "Id": 319 + "Rank": 1, + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 320, "CommandName": "Enable-PnPFlow", - "Id": 320 + "Rank": 2, + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, - "Command": "Enable-PnPPageScheduling", + "Id": 321, "CommandName": "Enable-PnPPageScheduling", - "Id": 321 + "Rank": 1, + "Command": "Enable-PnPPageScheduling" }, { - "Rank": 1, - "Command": "Enable-PnPPowerShellTelemetry", + "Id": 322, "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 322 + "Rank": 1, + "Command": "Enable-PnPPowerShellTelemetry" }, { - "Rank": 2, - "Command": "Enable-PnPPowerShellTelemetry -Force", + "Id": 323, "CommandName": "Enable-PnPPowerShellTelemetry", - "Id": 323 + "Rank": 2, + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "Rank": 1, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", + "Id": 324, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 324 + "Rank": 1, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "Rank": 2, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", + "Id": 325, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 325 + "Rank": 2, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "Rank": 3, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", + "Id": 326, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 326 + "Rank": 3, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "Rank": 4, - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", + "Id": 327, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Id": 327 + "Rank": 4, + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", + "Id": 328, "CommandName": "Enable-PnPSiteClassification", - "Id": 328 + "Rank": 1, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "Rank": 2, - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Id": 329, "CommandName": "Enable-PnPSiteClassification", - "Id": 329 + "Rank": 2, + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Rank": 1, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 330, "CommandName": "Export-PnPFlow", - "Id": 330 + "Rank": 1, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 331, "CommandName": "Export-PnPFlow", - "Id": 331 + "Rank": 2, + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", + "Id": 332, "CommandName": "Export-PnPListToSiteTemplate", - "Id": 332 + "Rank": 1, + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "Rank": 2, - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", + "Id": 333, "CommandName": "Export-PnPListToSiteTemplate", - "Id": 333 + "Rank": 2, + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "Rank": 1, - "Command": "Export-PnPPage -Identity Home.aspx", + "Id": 334, "CommandName": "Export-PnPPage", - "Id": 334 + "Rank": 1, + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "Rank": 2, - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", + "Id": 335, "CommandName": "Export-PnPPage", - "Id": 335 + "Rank": 2, + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "Rank": 1, - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", + "Id": 336, "CommandName": "Export-PnPPageMapping", - "Id": 336 + "Rank": 1, + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "Rank": 2, - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", + "Id": 337, "CommandName": "Export-PnPPageMapping", - "Id": 337 + "Rank": 2, + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "Rank": 3, - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", + "Id": 338, "CommandName": "Export-PnPPageMapping", - "Id": 338 + "Rank": 3, + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "Rank": 1, - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", + "Id": 339, "CommandName": "Export-PnPPowerApp", - "Id": 339 + "Rank": 1, + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "Rank": 2, - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", + "Id": 340, "CommandName": "Export-PnPPowerApp", - "Id": 340 + "Rank": 2, + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "Rank": 1, - "Command": "Export-PnPTaxonomy", + "Id": 341, "CommandName": "Export-PnPTaxonomy", - "Id": 341 + "Rank": 1, + "Command": "Export-PnPTaxonomy" }, { - "Rank": 2, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", + "Id": 342, "CommandName": "Export-PnPTaxonomy", - "Id": 342 + "Rank": 2, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "Rank": 3, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", + "Id": 343, "CommandName": "Export-PnPTaxonomy", - "Id": 343 + "Rank": 3, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "Rank": 4, - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", + "Id": 344, "CommandName": "Export-PnPTaxonomy", - "Id": 344 + "Rank": 4, + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "Rank": 1, - "Command": "Export-PnPTermGroupToXml", + "Id": 345, "CommandName": "Export-PnPTermGroupToXml", - "Id": 345 + "Rank": 1, + "Command": "Export-PnPTermGroupToXml" }, { - "Rank": 2, - "Command": "Export-PnPTermGroupToXml -Out output.xml", + "Id": 346, "CommandName": "Export-PnPTermGroupToXml", - "Id": 346 + "Rank": 2, + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "Rank": 3, - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", + "Id": 347, "CommandName": "Export-PnPTermGroupToXml", - "Id": 347 + "Rank": 3, + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "Rank": 1, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Id": 348, "CommandName": "Export-PnPUserInfo", - "Id": 348 + "Rank": 1, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Rank": 2, - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", + "Id": 349, "CommandName": "Export-PnPUserInfo", - "Id": 349 + "Rank": 2, + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Rank": 1, - "Command": "Export-PnPUserProfile -LoginName user@domain.com", + "Id": 350, "CommandName": "Export-PnPUserProfile", - "Id": 350 + "Rank": 1, + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "Rank": 2, - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", + "Id": 351, "CommandName": "Export-PnPUserProfile", - "Id": 351 + "Rank": 2, + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "Rank": 1, - "Command": "Find-PnPFile -Match *.master", + "Id": 352, "CommandName": "Find-PnPFile", - "Id": 352 + "Rank": 1, + "Command": "Find-PnPFile -Match *.master" }, { - "Rank": 2, - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", + "Id": 353, "CommandName": "Find-PnPFile", - "Id": 353 + "Rank": 2, + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "Rank": 3, - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", + "Id": 354, "CommandName": "Find-PnPFile", - "Id": 354 + "Rank": 3, + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "Rank": 1, - "Command": "Get-PnPAccessToken", + "Id": 355, "CommandName": "Get-PnPAccessToken", - "Id": 355 + "Rank": 1, + "Command": "Get-PnPAccessToken" }, { - "Rank": 2, - "Command": "Get-PnPAccessToken -Decoded", + "Id": 356, "CommandName": "Get-PnPAccessToken", - "Id": 356 + "Rank": 2, + "Command": "Get-PnPAccessToken -Decoded" }, { - "Rank": 3, - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", + "Id": 357, "CommandName": "Get-PnPAccessToken", - "Id": 357 + "Rank": 3, + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "Rank": 4, - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", + "Id": 358, "CommandName": "Get-PnPAccessToken", - "Id": 358 + "Rank": 4, + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "Rank": 5, - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", + "Id": 359, "CommandName": "Get-PnPAccessToken", - "Id": 359 + "Rank": 5, + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "Rank": 6, - "Command": "Get-PnPAccessToken -ListPermissionScopes", + "Id": 360, "CommandName": "Get-PnPAccessToken", - "Id": 360 + "Rank": 6, + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "Rank": 1, - "Command": "Get-PnPAlert", + "Id": 361, "CommandName": "Get-PnPAlert", - "Id": 361 + "Rank": 1, + "Command": "Get-PnPAlert" }, { - "Rank": 2, - "Command": "Get-PnPAlert -List \"Demo List\"", + "Id": 362, "CommandName": "Get-PnPAlert", - "Id": 362 + "Rank": 2, + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "Rank": 3, - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Id": 363, "CommandName": "Get-PnPAlert", - "Id": 363 + "Rank": 3, + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Rank": 4, - "Command": "Get-PnPAlert -Title \"Demo Alert\"", + "Id": 364, "CommandName": "Get-PnPAlert", - "Id": 364 + "Rank": 4, + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "Rank": 5, - "Command": "Get-PnPAlert -AllUsers", + "Id": 365, "CommandName": "Get-PnPAlert", - "Id": 365 + "Rank": 5, + "Command": "Get-PnPAlert -AllUsers" }, { - "Rank": 6, - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", + "Id": 366, "CommandName": "Get-PnPAlert", - "Id": 366 + "Rank": 6, + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "Rank": 1, - "Command": "Get-PnPApp", + "Id": 367, "CommandName": "Get-PnPApp", - "Id": 367 + "Rank": 1, + "Command": "Get-PnPApp" }, { - "Rank": 2, - "Command": "Get-PnPApp -Scope Site", + "Id": 368, "CommandName": "Get-PnPApp", - "Id": 368 + "Rank": 2, + "Command": "Get-PnPApp -Scope Site" }, { - "Rank": 3, - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Id": 369, "CommandName": "Get-PnPApp", - "Id": 369 + "Rank": 3, + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Rank": 1, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", + "Id": 370, "CommandName": "Get-PnPAppErrors", - "Id": 370 + "Rank": 1, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "Rank": 2, - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", + "Id": 371, "CommandName": "Get-PnPAppErrors", - "Id": 371 + "Rank": 2, + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "Rank": 1, - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", + "Id": 372, "CommandName": "Get-PnPAppInfo", - "Id": 372 + "Rank": 1, + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "Rank": 2, - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Id": 373, "CommandName": "Get-PnPAppInfo", - "Id": 373 + "Rank": 2, + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Rank": 3, - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", + "Id": 374, "CommandName": "Get-PnPAppInfo", - "Id": 374 + "Rank": 3, + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "Rank": 1, - "Command": "Get-PnPApplicationCustomizer", + "Id": 375, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 375 + "Rank": 1, + "Command": "Get-PnPApplicationCustomizer" }, { - "Rank": 2, - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 376, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 376 + "Rank": 2, + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 3, - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", + "Id": 377, "CommandName": "Get-PnPApplicationCustomizer", - "Id": 377 + "Rank": 3, + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "Rank": 1, - "Command": "Get-PnPAuditing", + "Id": 378, "CommandName": "Get-PnPAuditing", - "Id": 378 + "Rank": 1, + "Command": "Get-PnPAuditing" }, { - "Rank": 1, - "Command": "Get-PnPAuthenticationRealm", + "Id": 379, "CommandName": "Get-PnPAuthenticationRealm", - "Id": 379 + "Rank": 1, + "Command": "Get-PnPAuthenticationRealm" }, { - "Rank": 2, - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", + "Id": 380, "CommandName": "Get-PnPAuthenticationRealm", - "Id": 380 + "Rank": 2, + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "Rank": 1, - "Command": "Get-PnPAvailableLanguage", + "Id": 381, "CommandName": "Get-PnPAvailableLanguage", - "Id": 381 + "Rank": 1, + "Command": "Get-PnPAvailableLanguage" }, { - "Rank": 1, - "Command": "Get-PnPAvailableSensitivityLabel", + "Id": 382, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 382 + "Rank": 1, + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "Rank": 2, - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", + "Id": 383, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 383 + "Rank": 2, + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "Rank": 3, - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", + "Id": 384, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Id": 384 + "Rank": 3, + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "Rank": 1, - "Command": "Get-PnPAvailableSiteClassification", + "Id": 385, "CommandName": "Get-PnPAvailableSiteClassification", - "Id": 385 + "Rank": 1, + "Command": "Get-PnPAvailableSiteClassification" }, { - "Rank": 1, - "Command": "Get-PnPAzureACSPrincipal", + "Id": 386, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 386 + "Rank": 1, + "Command": "Get-PnPAzureACSPrincipal" }, { - "Rank": 2, - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", + "Id": 387, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 387 + "Rank": 2, + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "Rank": 3, - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", + "Id": 388, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 388 + "Rank": 3, + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "Rank": 4, - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", + "Id": 389, "CommandName": "Get-PnPAzureACSPrincipal", - "Id": 389 + "Rank": 4, + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "Rank": 1, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 390, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 390 + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "Rank": 2, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", + "Id": 391, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 391 + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "Rank": 3, - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", + "Id": 392, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Id": 392 + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "Rank": 1, - "Command": "Get-PnPAzureADActivityReportSignIn", + "Id": 393, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 393 + "Rank": 1, + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "Rank": 2, - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", + "Id": 394, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 394 + "Rank": 2, + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "Rank": 3, - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", + "Id": 395, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Id": 395 + "Rank": 3, + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "Rank": 1, - "Command": "Get-PnPAzureADApp", + "Id": 396, "CommandName": "Get-PnPAzureADApp", - "Id": 396 + "Rank": 1, + "Command": "Get-PnPAzureADApp" }, { - "Rank": 2, - "Command": "Get-PnPAzureADApp -Identity MyApp", + "Id": 397, "CommandName": "Get-PnPAzureADApp", - "Id": 397 + "Rank": 2, + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "Rank": 3, - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Id": 398, "CommandName": "Get-PnPAzureADApp", - "Id": 398 + "Rank": 3, + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Rank": 4, - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", + "Id": 399, "CommandName": "Get-PnPAzureADApp", - "Id": 399 + "Rank": 4, + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "Rank": 1, - "Command": "Get-PnPAzureADAppPermission", + "Id": 400, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 400 + "Rank": 1, + "Command": "Get-PnPAzureADAppPermission" }, { - "Rank": 2, - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", + "Id": 401, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 401 + "Rank": 2, + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "Rank": 3, - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Id": 402, "CommandName": "Get-PnPAzureADAppPermission", - "Id": 402 + "Rank": 3, + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Rank": 1, - "Command": "Get-PnPAzureADAppSitePermission", + "Id": 403, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 403 + "Rank": 1, + "Command": "Get-PnPAzureADAppSitePermission" }, { - "Rank": 2, - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", + "Id": 404, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 404 + "Rank": 2, + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "Rank": 3, - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", + "Id": 405, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 405 + "Rank": 3, + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "Rank": 4, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", + "Id": 406, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 406 + "Rank": 4, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "Rank": 5, - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", + "Id": 407, "CommandName": "Get-PnPAzureADAppSitePermission", - "Id": 407 + "Rank": 5, + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "Rank": 1, - "Command": "Get-PnPAzureADGroup", + "Id": 408, "CommandName": "Get-PnPAzureADGroup", - "Id": 408 + "Rank": 1, + "Command": "Get-PnPAzureADGroup" }, { - "Rank": 2, - "Command": "Get-PnPAzureADGroup -Identity $groupId", + "Id": 409, "CommandName": "Get-PnPAzureADGroup", - "Id": 409 + "Rank": 2, + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "Rank": 3, - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", + "Id": 410, "CommandName": "Get-PnPAzureADGroup", - "Id": 410 + "Rank": 3, + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "Rank": 4, - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", + "Id": 411, "CommandName": "Get-PnPAzureADGroup", - "Id": 411 + "Rank": 4, + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "Rank": 5, - "Command": "Get-PnPAzureADGroup -Identity $group", + "Id": 412, "CommandName": "Get-PnPAzureADGroup", - "Id": 412 + "Rank": 5, + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "Rank": 1, - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", + "Id": 413, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 413 + "Rank": 1, + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "Rank": 2, - "Command": "Get-PnPAzureADGroupMember -Identity $group", + "Id": 414, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 414 + "Rank": 2, + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "Rank": 3, - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", + "Id": 415, "CommandName": "Get-PnPAzureADGroupMember", - "Id": 415 + "Rank": 3, + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "Rank": 1, - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", + "Id": 416, "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 416 + "Rank": 1, + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "Rank": 2, - "Command": "Get-PnPAzureADGroupOwner -Identity $group", + "Id": 417, "CommandName": "Get-PnPAzureADGroupOwner", - "Id": 417 + "Rank": 2, + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipal", + "Id": 418, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 418 + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipal" }, { - "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", + "Id": 419, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 419 + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "Rank": 3, - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", + "Id": 420, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 420 + "Rank": 3, + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "Rank": 4, - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", + "Id": 421, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 421 + "Rank": 4, + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "Rank": 5, - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", + "Id": 422, "CommandName": "Get-PnPAzureADServicePrincipal", - "Id": 422 + "Rank": 5, + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Id": 423, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 423 + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Id": 424, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 424 + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Rank": 1, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Id": 425, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 425 + "Rank": 1, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Rank": 2, - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", + "Id": 426, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Id": 426 + "Rank": 2, + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "Rank": 1, - "Command": "Get-PnPAzureADUser", + "Id": 427, "CommandName": "Get-PnPAzureADUser", - "Id": 427 + "Rank": 1, + "Command": "Get-PnPAzureADUser" }, { - "Rank": 2, - "Command": "Get-PnPAzureADUser -EndIndex 50", + "Id": 428, "CommandName": "Get-PnPAzureADUser", - "Id": 428 + "Rank": 2, + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "Rank": 3, - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Id": 429, "CommandName": "Get-PnPAzureADUser", - "Id": 429 + "Rank": 3, + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Rank": 4, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", + "Id": 430, "CommandName": "Get-PnPAzureADUser", - "Id": 430 + "Rank": 4, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "Rank": 5, - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", + "Id": 431, "CommandName": "Get-PnPAzureADUser", - "Id": 431 + "Rank": 5, + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "Rank": 6, - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", + "Id": 432, "CommandName": "Get-PnPAzureADUser", - "Id": 432 + "Rank": 6, + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "Rank": 7, - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", + "Id": 433, "CommandName": "Get-PnPAzureADUser", - "Id": 433 + "Rank": 7, + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "Rank": 8, - "Command": "Get-PnPAzureADUser -Delta", + "Id": 434, "CommandName": "Get-PnPAzureADUser", - "Id": 434 + "Rank": 8, + "Command": "Get-PnPAzureADUser -Delta" }, { - "Rank": 9, - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", + "Id": 435, "CommandName": "Get-PnPAzureADUser", - "Id": 435 + "Rank": 9, + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "Rank": 10, - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", + "Id": 436, "CommandName": "Get-PnPAzureADUser", - "Id": 436 + "Rank": 10, + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "Rank": 1, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", + "Id": 437, "CommandName": "Get-PnPAzureCertificate", - "Id": 437 + "Rank": 1, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "Rank": 2, - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Id": 438, "CommandName": "Get-PnPAzureCertificate", - "Id": 438 + "Rank": 2, + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "Rank": 3, - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", + "Id": 439, "CommandName": "Get-PnPAzureCertificate", - "Id": 439 + "Rank": 3, + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "Rank": 1, - "Command": "Get-PnPBrandCenterConfig", + "Id": 440, "CommandName": "Get-PnPBrandCenterConfig", - "Id": 440 + "Rank": 1, + "Command": "Get-PnPBrandCenterConfig" }, { - "Rank": 1, - "Command": "Get-PnPBrandCenterFont", + "Id": 441, "CommandName": "Get-PnPBrandCenterFont", - "Id": 441 + "Rank": 1, + "Command": "Get-PnPBrandCenterFont" }, { - "Rank": 1, - "Command": "Get-PnPBrandCenterFontPackage", + "Id": 442, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 442 + "Rank": 1, + "Command": "Get-PnPBrandCenterFontPackage" }, { - "Rank": 2, - "Command": "Get-PnPBrandCenterFontPackage -Store Site", + "Id": 443, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 443 + "Rank": 2, + "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "Rank": 3, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", + "Id": 444, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 444 + "Rank": 3, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "Rank": 4, - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Id": 445, "CommandName": "Get-PnPBrandCenterFontPackage", - "Id": 445 + "Rank": 4, + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Rank": 1, - "Command": "Get-PnPBrowserIdleSignout", + "Id": 446, "CommandName": "Get-PnPBrowserIdleSignout", - "Id": 446 + "Rank": 1, + "Command": "Get-PnPBrowserIdleSignout" }, { - "Rank": 1, - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", + "Id": 447, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 447 + "Rank": 1, + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "Rank": 2, - "Command": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 448, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Id": 448 + "Rank": 2, + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "Rank": 1, - "Command": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 449, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 449 + "Rank": 1, + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "Rank": 2, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", + "Id": 450, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 450 + "Rank": 2, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "Rank": 3, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", + "Id": 451, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 451 + "Rank": 3, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "Rank": 4, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", + "Id": 452, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 452 + "Rank": 4, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "Rank": 5, - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", + "Id": 453, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Id": 453 + "Rank": 5, + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "Rank": 1, - "Command": "Get-PnPChangeLog", + "Id": 454, "CommandName": "Get-PnPChangeLog", - "Id": 454 + "Rank": 1, + "Command": "Get-PnPChangeLog" }, { - "Rank": 2, - "Command": "Get-PnPChangeLog -Nightly", + "Id": 455, "CommandName": "Get-PnPChangeLog", - "Id": 455 + "Rank": 2, + "Command": "Get-PnPChangeLog -Nightly" }, { - "Rank": 3, - "Command": "Get-PnPChangeLog -Version 2.12.0", + "Id": 456, "CommandName": "Get-PnPChangeLog", - "Id": 456 + "Rank": 3, + "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "Rank": 1, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", + "Id": 457, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 457 + "Rank": 1, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "Rank": 2, - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", + "Id": 458, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Id": 458 + "Rank": 2, + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "Rank": 1, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", + "Id": 459, "CommandName": "Get-PnPContainer", - "Id": 459 + "Rank": 1, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Rank": 2, - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Id": 460, "CommandName": "Get-PnPContainer", - "Id": 460 + "Rank": 2, + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Rank": 3, - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Id": 461, "CommandName": "Get-PnPContainer", - "Id": 461 + "Rank": 3, + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Rank": 1, - "Command": "Get-PnPContainerType", + "Id": 462, "CommandName": "Get-PnPContainerType", - "Id": 462 + "Rank": 1, + "Command": "Get-PnPContainerType" }, { - "Rank": 1, - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", + "Id": 463, "CommandName": "Get-PnPContainerTypeConfiguration", - "Id": 463 + "Rank": 1, + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "Rank": 1, - "Command": "Get-PnPContentType", + "Id": 464, "CommandName": "Get-PnPContentType", - "Id": 464 + "Rank": 1, + "Command": "Get-PnPContentType" }, { - "Rank": 2, - "Command": "Get-PnPContentType -InSiteHierarchy", + "Id": 465, "CommandName": "Get-PnPContentType", - "Id": 465 + "Rank": 2, + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "Rank": 3, - "Command": "Get-PnPContentType -Identity \"Project Document\"", + "Id": 466, "CommandName": "Get-PnPContentType", - "Id": 466 + "Rank": 3, + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "Rank": 4, - "Command": "Get-PnPContentType -List \"Documents\"", + "Id": 467, "CommandName": "Get-PnPContentType", - "Id": 467 + "Rank": 4, + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "Rank": 5, - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", + "Id": 468, "CommandName": "Get-PnPContentType", - "Id": 468 + "Rank": 5, + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "Rank": 1, - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", + "Id": 469, "CommandName": "Get-PnPContentTypePublishingStatus", - "Id": 469 + "Rank": 1, + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "Rank": 1, - "Command": "Get-PnPCopilotAdminLimitedMode", + "Id": 470, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Id": 470 + "Rank": 1, + "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "Rank": 1, - "Command": "Get-PnPCopilotAgent", + "Id": 471, "CommandName": "Get-PnPCopilotAgent", - "Id": 471 + "Rank": 1, + "Command": "Get-PnPCopilotAgent" }, { - "Rank": 2, - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", + "Id": 472, "CommandName": "Get-PnPCopilotAgent", - "Id": 472 + "Rank": 2, + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "Rank": 1, - "Command": "Get-PnPCustomAction", + "Id": 473, "CommandName": "Get-PnPCustomAction", - "Id": 473 + "Rank": 1, + "Command": "Get-PnPCustomAction" }, { - "Rank": 2, - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 474, "CommandName": "Get-PnPCustomAction", - "Id": 474 + "Rank": 2, + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 3, - "Command": "Get-PnPCustomAction -Scope web", + "Id": 475, "CommandName": "Get-PnPCustomAction", - "Id": 475 + "Rank": 3, + "Command": "Get-PnPCustomAction -Scope web" }, { - "Rank": 1, - "Command": "Get-PnPDeletedContainer", + "Id": 476, "CommandName": "Get-PnPDeletedContainer", - "Id": 476 + "Rank": 1, + "Command": "Get-PnPDeletedContainer" }, { - "Rank": 1, - "Command": "Get-PnPDeletedFlow", + "Id": 477, "CommandName": "Get-PnPDeletedFlow", - "Id": 477 + "Rank": 1, + "Command": "Get-PnPDeletedFlow" }, { - "Rank": 1, - "Command": "Get-PnPDeletedMicrosoft365Group", + "Id": 478, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 478 + "Rank": 1, + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "Rank": 2, - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Id": 479, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Id": 479 + "Rank": 2, + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Rank": 1, - "Command": "Get-PnPDeletedTeam", + "Id": 480, "CommandName": "Get-PnPDeletedTeam", - "Id": 480 + "Rank": 1, + "Command": "Get-PnPDeletedTeam" }, { - "Rank": 1, - "Command": "Get-PnPDiagnostics", + "Id": 481, "CommandName": "Get-PnPDiagnostics", - "Id": 481 + "Rank": 1, + "Command": "Get-PnPDiagnostics" }, { - "Rank": 1, - "Command": "Get-PnPDisableSpacesActivation", + "Id": 482, "CommandName": "Get-PnPDisableSpacesActivation", - "Id": 482 + "Rank": 1, + "Command": "Get-PnPDisableSpacesActivation" }, { - "Rank": 1, - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", + "Id": 483, "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 483 + "Rank": 1, + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "Rank": 2, - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", + "Id": 484, "CommandName": "Get-PnPDocumentSetTemplate", - "Id": 484 + "Rank": 2, + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "Rank": 1, - "Command": "Get-PnPEnterpriseAppInsightsReport", + "Id": 485, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 485 + "Rank": 1, + "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "Rank": 2, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", + "Id": 486, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 486 + "Rank": 2, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "Rank": 3, - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", + "Id": 487, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Id": 487 + "Rank": 3, + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "Rank": 1, - "Command": "Get-PnPEventReceiver", + "Id": 488, "CommandName": "Get-PnPEventReceiver", - "Id": 488 + "Rank": 1, + "Command": "Get-PnPEventReceiver" }, { - "Rank": 2, - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 489, "CommandName": "Get-PnPEventReceiver", - "Id": 489 + "Rank": 2, + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 3, - "Command": "Get-PnPEventReceiver -Identity MyReceiver", + "Id": 490, "CommandName": "Get-PnPEventReceiver", - "Id": 490 + "Rank": 3, + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "Rank": 4, - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", + "Id": 491, "CommandName": "Get-PnPEventReceiver", - "Id": 491 + "Rank": 4, + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "Rank": 5, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 492, "CommandName": "Get-PnPEventReceiver", - "Id": 492 + "Rank": 5, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 6, - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", + "Id": 493, "CommandName": "Get-PnPEventReceiver", - "Id": 493 + "Rank": 6, + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "Rank": 7, - "Command": "Get-PnPEventReceiver -Scope Site", + "Id": 494, "CommandName": "Get-PnPEventReceiver", - "Id": 494 + "Rank": 7, + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "Rank": 8, - "Command": "Get-PnPEventReceiver -Scope Web", + "Id": 495, "CommandName": "Get-PnPEventReceiver", - "Id": 495 + "Rank": 8, + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "Rank": 9, - "Command": "Get-PnPEventReceiver -Scope All", + "Id": 496, "CommandName": "Get-PnPEventReceiver", - "Id": 496 + "Rank": 9, + "Command": "Get-PnPEventReceiver -Scope All" }, { - "Rank": 1, - "Command": "Get-PnPException", + "Id": 497, "CommandName": "Get-PnPException", - "Id": 497 + "Rank": 1, + "Command": "Get-PnPException" }, { - "Rank": 2, - "Command": "Get-PnPException -All", + "Id": 498, "CommandName": "Get-PnPException", - "Id": 498 + "Rank": 2, + "Command": "Get-PnPException -All" }, { - "Rank": 1, - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", + "Id": 499, "CommandName": "Get-PnPExternalUser", - "Id": 499 + "Rank": 1, + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "Rank": 2, - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", + "Id": 500, "CommandName": "Get-PnPExternalUser", - "Id": 500 + "Rank": 2, + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "Rank": 1, - "Command": "Get-PnPFeature", + "Id": 501, "CommandName": "Get-PnPFeature", - "Id": 501 + "Rank": 1, + "Command": "Get-PnPFeature" }, { - "Rank": 2, - "Command": "Get-PnPFeature -Scope Site", + "Id": 502, "CommandName": "Get-PnPFeature", - "Id": 502 + "Rank": 2, + "Command": "Get-PnPFeature -Scope Site" }, { - "Rank": 3, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 503, "CommandName": "Get-PnPFeature", - "Id": 503 + "Rank": 3, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 4, - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", + "Id": 504, "CommandName": "Get-PnPFeature", - "Id": 504 + "Rank": 4, + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "Rank": 1, - "Command": "Get-PnPField", + "Id": 505, "CommandName": "Get-PnPField", - "Id": 505 + "Rank": 1, + "Command": "Get-PnPField" }, { - "Rank": 2, - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Id": 506, "CommandName": "Get-PnPField", - "Id": 506 + "Rank": 2, + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Rank": 3, - "Command": "Get-PnPField -Group \"Custom Columns\"", + "Id": 507, "CommandName": "Get-PnPField", - "Id": 507 + "Rank": 3, + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "Rank": 1, - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", + "Id": 508, "CommandName": "Get-PnPFile", - "Id": 508 + "Rank": 1, + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Rank": 2, - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", + "Id": 509, "CommandName": "Get-PnPFile", - "Id": 509 + "Rank": 2, + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "Rank": 3, - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", + "Id": 510, "CommandName": "Get-PnPFile", - "Id": 510 + "Rank": 3, + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "Rank": 4, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", + "Id": 511, "CommandName": "Get-PnPFile", - "Id": 511 + "Rank": 4, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "Rank": 5, - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", + "Id": 512, "CommandName": "Get-PnPFile", - "Id": 512 + "Rank": 5, + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "Rank": 6, - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", + "Id": 513, "CommandName": "Get-PnPFile", - "Id": 513 + "Rank": 6, + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "Rank": 7, - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", + "Id": 514, "CommandName": "Get-PnPFile", - "Id": 514 + "Rank": 7, + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "Rank": 8, - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", + "Id": 515, "CommandName": "Get-PnPFile", - "Id": 515 + "Rank": 8, + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "Rank": 1, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", + "Id": 516, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 516 + "Rank": 1, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "Rank": 2, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", + "Id": 517, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 517 + "Rank": 2, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "Rank": 3, - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Id": 518, "CommandName": "Get-PnPFileAnalyticsData", - "Id": 518 + "Rank": 3, + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Rank": 1, - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", + "Id": 519, "CommandName": "Get-PnPFileCheckedOut", - "Id": 519 + "Rank": 1, + "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "Rank": 1, - "Command": "Get-PnPFileInFolder", + "Id": 520, "CommandName": "Get-PnPFileInFolder", - "Id": 520 + "Rank": 1, + "Command": "Get-PnPFileInFolder" }, { - "Rank": 2, - "Command": "Get-PnPFileInFolder -Recurse", + "Id": 521, "CommandName": "Get-PnPFileInFolder", - "Id": 521 + "Rank": 2, + "Command": "Get-PnPFileInFolder -Recurse" }, { - "Rank": 3, - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", + "Id": 522, "CommandName": "Get-PnPFileInFolder", - "Id": 522 + "Rank": 3, + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "Rank": 4, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Id": 523, "CommandName": "Get-PnPFileInFolder", - "Id": 523 + "Rank": 4, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Rank": 5, - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Id": 524, "CommandName": "Get-PnPFileInFolder", - "Id": 524 + "Rank": 5, + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Rank": 1, - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Id": 525, "CommandName": "Get-PnPFileRetentionLabel", - "Id": 525 + "Rank": 1, + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Rank": 1, - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Id": 526, "CommandName": "Get-PnPFileSensitivityLabel", - "Id": 526 + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "Rank": 1, - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", + "Id": 527, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Id": 527 + "Rank": 1, + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "Rank": 1, - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 528, "CommandName": "Get-PnPFileSharingLink", - "Id": 528 + "Rank": 1, + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", + "Id": 529, "CommandName": "Get-PnPFileSharingLink", - "Id": 529 + "Rank": 2, + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "Rank": 3, - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", + "Id": 530, "CommandName": "Get-PnPFileSharingLink", - "Id": 530 + "Rank": 3, + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "Rank": 1, - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", + "Id": 531, "CommandName": "Get-PnPFileVersion", - "Id": 531 + "Rank": 1, + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "Rank": 2, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", + "Id": 532, "CommandName": "Get-PnPFileVersion", - "Id": 532 + "Rank": 2, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "Rank": 3, - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", + "Id": 533, "CommandName": "Get-PnPFileVersion", - "Id": 533 + "Rank": 3, + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "Rank": 1, - "Command": "Get-PnPFlow -AsAdmin", + "Id": 534, "CommandName": "Get-PnPFlow", - "Id": 534 + "Rank": 1, + "Command": "Get-PnPFlow -AsAdmin" }, { - "Rank": 2, - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", + "Id": 535, "CommandName": "Get-PnPFlow", - "Id": 535 + "Rank": 2, + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "Rank": 3, - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 536, "CommandName": "Get-PnPFlow", - "Id": 536 + "Rank": 3, + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Id": 537, "CommandName": "Get-PnPFlowOwner", - "Id": 537 + "Rank": 1, + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Rank": 2, - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Id": 538, "CommandName": "Get-PnPFlowOwner", - "Id": 538 + "Rank": 2, + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "Rank": 1, - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 539, "CommandName": "Get-PnPFlowRun", - "Id": 539 + "Rank": 1, + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Id": 540, "CommandName": "Get-PnPFlowRun", - "Id": 540 + "Rank": 2, + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Rank": 1, - "Command": "Get-PnPFolder", + "Id": 541, "CommandName": "Get-PnPFolder", - "Id": 541 + "Rank": 1, + "Command": "Get-PnPFolder" }, { - "Rank": 2, - "Command": "Get-PnPFolder -CurrentWebRootFolder", + "Id": 542, "CommandName": "Get-PnPFolder", - "Id": 542 + "Rank": 2, + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "Rank": 3, - "Command": "Get-PnPFolder -Url \"Shared Documents\"", + "Id": 543, "CommandName": "Get-PnPFolder", - "Id": 543 + "Rank": 3, + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "Rank": 4, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", + "Id": 544, "CommandName": "Get-PnPFolder", - "Id": 544 + "Rank": 4, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "Rank": 5, - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", + "Id": 545, "CommandName": "Get-PnPFolder", - "Id": 545 + "Rank": 5, + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "Rank": 6, - "Command": "Get-PnPFolder -List \"Shared Documents\"", + "Id": 546, "CommandName": "Get-PnPFolder", - "Id": 546 + "Rank": 6, + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "Rank": 7, - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", + "Id": 547, "CommandName": "Get-PnPFolder", - "Id": 547 + "Rank": 7, + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "Rank": 1, - "Command": "Get-PnPFolderInFolder", + "Id": 548, "CommandName": "Get-PnPFolderInFolder", - "Id": 548 + "Rank": 1, + "Command": "Get-PnPFolderInFolder" }, { - "Rank": 2, - "Command": "Get-PnPFolderInFolder -Recurse", + "Id": 549, "CommandName": "Get-PnPFolderInFolder", - "Id": 549 + "Rank": 2, + "Command": "Get-PnPFolderInFolder -Recurse" }, { - "Rank": 3, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", + "Id": 550, "CommandName": "Get-PnPFolderInFolder", - "Id": 550 + "Rank": 3, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "Rank": 4, - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", + "Id": 551, "CommandName": "Get-PnPFolderInFolder", - "Id": 551 + "Rank": 4, + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "Rank": 5, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", + "Id": 552, "CommandName": "Get-PnPFolderInFolder", - "Id": 552 + "Rank": 5, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "Rank": 6, - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Id": 553, "CommandName": "Get-PnPFolderInFolder", - "Id": 553 + "Rank": 6, + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "Rank": 1, - "Command": "Get-PnPFolderItem", + "Id": 554, "CommandName": "Get-PnPFolderItem", - "Id": 554 + "Rank": 1, + "Command": "Get-PnPFolderItem" }, { - "Rank": 2, - "Command": "Get-PnPFolderItem -Recurse", + "Id": 555, "CommandName": "Get-PnPFolderItem", - "Id": 555 + "Rank": 2, + "Command": "Get-PnPFolderItem -Recurse" }, { - "Rank": 3, - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", + "Id": 556, "CommandName": "Get-PnPFolderItem", - "Id": 556 + "Rank": 3, + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "Rank": 4, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Id": 557, "CommandName": "Get-PnPFolderItem", - "Id": 557 + "Rank": 4, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "Rank": 5, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", + "Id": 558, "CommandName": "Get-PnPFolderItem", - "Id": 558 + "Rank": 5, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "Rank": 6, - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", + "Id": 559, "CommandName": "Get-PnPFolderItem", - "Id": 559 + "Rank": 6, + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "Rank": 1, - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 560, "CommandName": "Get-PnPFolderSharingLink", - "Id": 560 + "Rank": 1, + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 1, - "Command": "Get-PnPFolderStorageMetric", + "Id": 561, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 561 + "Rank": 1, + "Command": "Get-PnPFolderStorageMetric" }, { - "Rank": 2, - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", + "Id": 562, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 562 + "Rank": 2, + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "Rank": 3, - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", + "Id": 563, "CommandName": "Get-PnPFolderStorageMetric", - "Id": 563 + "Rank": 3, + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "Rank": 1, - "Command": "Get-PnPFooter", + "Id": 564, "CommandName": "Get-PnPFooter", - "Id": 564 + "Rank": 1, + "Command": "Get-PnPFooter" }, { - "Rank": 1, - "Command": "Get-PnPGraphSubscription", + "Id": 565, "CommandName": "Get-PnPGraphSubscription", - "Id": 565 + "Rank": 1, + "Command": "Get-PnPGraphSubscription" }, { - "Rank": 2, - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Id": 566, "CommandName": "Get-PnPGraphSubscription", - "Id": 566 + "Rank": 2, + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "Rank": 1, - "Command": "Get-PnPGroup", + "Id": 567, "CommandName": "Get-PnPGroup", - "Id": 567 + "Rank": 1, + "Command": "Get-PnPGroup" }, { - "Rank": 2, - "Command": "Get-PnPGroup -Identity 'My Site Users'", + "Id": 568, "CommandName": "Get-PnPGroup", - "Id": 568 + "Rank": 2, + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "Rank": 3, - "Command": "Get-PnPGroup -AssociatedMemberGroup", + "Id": 569, "CommandName": "Get-PnPGroup", - "Id": 569 + "Rank": 3, + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "Rank": 1, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", + "Id": 570, "CommandName": "Get-PnPGroupMember", - "Id": 570 + "Rank": 1, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "Rank": 2, - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", + "Id": 571, "CommandName": "Get-PnPGroupMember", - "Id": 571 + "Rank": 2, + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "Rank": 1, - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", + "Id": 572, "CommandName": "Get-PnPGroupPermissions", - "Id": 572 + "Rank": 1, + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "Rank": 1, - "Command": "Get-PnPHideDefaultThemes", + "Id": 573, "CommandName": "Get-PnPHideDefaultThemes", - "Id": 573 + "Rank": 1, + "Command": "Get-PnPHideDefaultThemes" }, { - "Rank": 1, - "Command": "Get-PnPHomePage", + "Id": 574, "CommandName": "Get-PnPHomePage", - "Id": 574 + "Rank": 1, + "Command": "Get-PnPHomePage" }, { - "Rank": 1, - "Command": "Get-PnPHomeSite", + "Id": 575, "CommandName": "Get-PnPHomeSite", - "Id": 575 + "Rank": 1, + "Command": "Get-PnPHomeSite" }, { - "Rank": 2, - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "Id": 576, "CommandName": "Get-PnPHomeSite", - "Id": 576 + "Rank": 2, + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "Rank": 3, - "Command": "Get-PnPHomeSite -Detailed", + "Id": 577, "CommandName": "Get-PnPHomeSite", - "Id": 577 + "Rank": 3, + "Command": "Get-PnPHomeSite -Detailed" }, { - "Rank": 1, - "Command": "Get-PnPHubSite", + "Id": 578, "CommandName": "Get-PnPHubSite", - "Id": 578 + "Rank": 1, + "Command": "Get-PnPHubSite" }, { - "Rank": 2, - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Id": 579, "CommandName": "Get-PnPHubSite", - "Id": 579 + "Rank": 2, + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 3, - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", + "Id": 580, "CommandName": "Get-PnPHubSite", - "Id": 580 + "Rank": 3, + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "Rank": 1, - "Command": "Get-PnPHubSiteChild", + "Id": 581, "CommandName": "Get-PnPHubSiteChild", - "Id": 581 + "Rank": 1, + "Command": "Get-PnPHubSiteChild" }, { - "Rank": 2, - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Id": 582, "CommandName": "Get-PnPHubSiteChild", - "Id": 582 + "Rank": 2, + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 1, - "Command": "Get-PnPInPlaceRecordsManagement", + "Id": 583, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Id": 583 + "Rank": 1, + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "Rank": 1, - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", + "Id": 584, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Id": 584 + "Rank": 1, + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "Rank": 1, - "Command": "Get-PnPJavaScriptLink", + "Id": 585, "CommandName": "Get-PnPJavaScriptLink", - "Id": 585 + "Rank": 1, + "Command": "Get-PnPJavaScriptLink" }, { - "Rank": 2, - "Command": "Get-PnPJavaScriptLink -Scope All", + "Id": 586, "CommandName": "Get-PnPJavaScriptLink", - "Id": 586 + "Rank": 2, + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "Rank": 3, - "Command": "Get-PnPJavaScriptLink -Scope Web", + "Id": 587, "CommandName": "Get-PnPJavaScriptLink", - "Id": 587 + "Rank": 3, + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "Rank": 4, - "Command": "Get-PnPJavaScriptLink -Scope Site", + "Id": 588, "CommandName": "Get-PnPJavaScriptLink", - "Id": 588 + "Rank": 4, + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "Rank": 5, - "Command": "Get-PnPJavaScriptLink -Name Test", + "Id": 589, "CommandName": "Get-PnPJavaScriptLink", - "Id": 589 + "Rank": 5, + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "Rank": 1, - "Command": "Get-PnPKnowledgeHubSite", + "Id": 590, "CommandName": "Get-PnPKnowledgeHubSite", - "Id": 590 + "Rank": 1, + "Command": "Get-PnPKnowledgeHubSite" }, { - "Rank": 1, - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", + "Id": 591, "CommandName": "Get-PnPLargeListOperationStatus", - "Id": 591 + "Rank": 1, + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "Rank": 1, - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", + "Id": 592, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Id": 592 + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "Rank": 1, - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 593, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Id": 593 + "Rank": 1, + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, - "Command": "Get-PnPList", + "Id": 594, "CommandName": "Get-PnPList", - "Id": 594 + "Rank": 1, + "Command": "Get-PnPList" }, { - "Rank": 2, - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 595, "CommandName": "Get-PnPList", - "Id": 595 + "Rank": 2, + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 3, - "Command": "Get-PnPList -Identity Lists/Announcements", + "Id": 596, "CommandName": "Get-PnPList", - "Id": 596 + "Rank": 3, + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "Rank": 4, - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", + "Id": 597, "CommandName": "Get-PnPList", - "Id": 597 + "Rank": 4, + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "Rank": 5, - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", + "Id": 598, "CommandName": "Get-PnPList", - "Id": 598 + "Rank": 5, + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "Rank": 1, - "Command": "Get-PnPListDesign", + "Id": 599, "CommandName": "Get-PnPListDesign", - "Id": 599 + "Rank": 1, + "Command": "Get-PnPListDesign" }, { - "Rank": 2, - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 600, "CommandName": "Get-PnPListDesign", - "Id": 600 + "Rank": 2, + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 3, - "Command": "Get-PnPListDesign -Identity ListEvent", + "Id": 601, "CommandName": "Get-PnPListDesign", - "Id": 601 + "Rank": 3, + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "Rank": 1, - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", + "Id": 602, "CommandName": "Get-PnPListInformationRightsManagement", - "Id": 602 + "Rank": 1, + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "Rank": 1, - "Command": "Get-PnPListItem -List Tasks", + "Id": 603, "CommandName": "Get-PnPListItem", - "Id": 603 + "Rank": 1, + "Command": "Get-PnPListItem -List Tasks" }, { - "Rank": 2, - "Command": "Get-PnPListItem -List Tasks -Id 1", + "Id": 604, "CommandName": "Get-PnPListItem", - "Id": 604 + "Rank": 2, + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "Rank": 3, - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", + "Id": 605, "CommandName": "Get-PnPListItem", - "Id": 605 + "Rank": 3, + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "Rank": 4, - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", + "Id": 606, "CommandName": "Get-PnPListItem", - "Id": 606 + "Rank": 4, + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "Rank": 5, - "Command": "Get-PnPListItem -List Tasks -Query \"\"", + "Id": 607, "CommandName": "Get-PnPListItem", - "Id": 607 + "Rank": 5, + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "Rank": 6, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", + "Id": 608, "CommandName": "Get-PnPListItem", - "Id": 608 + "Rank": 6, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "Rank": 7, - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", + "Id": 609, "CommandName": "Get-PnPListItem", - "Id": 609 + "Rank": 7, + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "Rank": 8, - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", + "Id": 610, "CommandName": "Get-PnPListItem", - "Id": 610 + "Rank": 8, + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "Rank": 9, - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", + "Id": 611, "CommandName": "Get-PnPListItem", - "Id": 611 + "Rank": 9, + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "Rank": 1, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", + "Id": 612, "CommandName": "Get-PnPListItemAttachment", - "Id": 612 + "Rank": 1, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "Rank": 2, - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", + "Id": 613, "CommandName": "Get-PnPListItemAttachment", - "Id": 613 + "Rank": 2, + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "Rank": 1, - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", + "Id": 614, "CommandName": "Get-PnPListItemComment", - "Id": 614 + "Rank": 1, + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "Rank": 1, - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", + "Id": 615, "CommandName": "Get-PnPListItemPermission", - "Id": 615 + "Rank": 1, + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "Rank": 1, - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", + "Id": 616, "CommandName": "Get-PnPListItemVersion", - "Id": 616 + "Rank": 1, + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "Rank": 1, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", + "Id": 617, "CommandName": "Get-PnPListPermissions", - "Id": 617 + "Rank": 1, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "Rank": 2, - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Id": 618, "CommandName": "Get-PnPListPermissions", - "Id": 618 + "Rank": 2, + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Rank": 1, - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", + "Id": 619, "CommandName": "Get-PnPListRecordDeclaration", - "Id": 619 + "Rank": 1, + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "Rank": 1, - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", + "Id": 620, "CommandName": "Get-PnPManagedAppId", - "Id": 620 + "Rank": 1, + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "Rank": 1, - "Command": "Get-PnPMasterPage", + "Id": 621, "CommandName": "Get-PnPMasterPage", - "Id": 621 + "Rank": 1, + "Command": "Get-PnPMasterPage" }, { - "Rank": 1, - "Command": "Get-PnPMessageCenterAnnouncement", + "Id": 622, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 622 + "Rank": 1, + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "Rank": 2, - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", + "Id": 623, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Id": 623 + "Rank": 2, + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 624, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 624 + "Rank": 1, + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", + "Id": 625, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Id": 625 + "Rank": 2, + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365Group", + "Id": 626, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 626 + "Rank": 1, + "Command": "Get-PnPMicrosoft365Group" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", + "Id": 627, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 627 + "Rank": 2, + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "Rank": 3, - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", + "Id": 628, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 628 + "Rank": 3, + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "Rank": 4, - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", + "Id": 629, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 629 + "Rank": 4, + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "Rank": 5, - "Command": "Get-PnPMicrosoft365Group -Identity $group", + "Id": 630, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 630 + "Rank": 5, + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "Rank": 6, - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", + "Id": 631, "CommandName": "Get-PnPMicrosoft365Group", - "Id": 631 + "Rank": 6, + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 632, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 632 + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", + "Id": 633, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 633 + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Id": 634, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Id": 634 + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", + "Id": 635, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 635 + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", + "Id": 636, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 636 + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", + "Id": 637, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Id": 637 + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", + "Id": 638, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 638 + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", + "Id": 639, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Id": 639 + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettings", + "Id": 640, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 640 + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", + "Id": 641, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 641 + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", + "Id": 642, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 642 + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "Rank": 4, - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", + "Id": 643, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Id": 643 + "Rank": 4, + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 644, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 644 + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", + "Id": 645, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Id": 645 + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupTeam", + "Id": 646, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 646 + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", + "Id": 647, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 647 + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Id": 648, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Id": 648 + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 649, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 649 + "Rank": 1, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", + "Id": 650, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 650 + "Rank": 2, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "Rank": 3, - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Id": 651, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Id": 651 + "Rank": 3, + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "Rank": 1, - "Command": "Get-PnPMicrosoft365Roadmap", + "Id": 652, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 652 + "Rank": 1, + "Command": "Get-PnPMicrosoft365Roadmap" }, { - "Rank": 2, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", + "Id": 653, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 653 + "Rank": 2, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "Rank": 3, - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", + "Id": 654, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Id": 654 + "Rank": 3, + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "Rank": 1, - "Command": "Get-PnPNavigationNode", + "Id": 655, "CommandName": "Get-PnPNavigationNode", - "Id": 655 + "Rank": 1, + "Command": "Get-PnPNavigationNode" }, { - "Rank": 2, - "Command": "Get-PnPNavigationNode -Location QuickLaunch", + "Id": 656, "CommandName": "Get-PnPNavigationNode", - "Id": 656 + "Rank": 2, + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "Rank": 3, - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", + "Id": 657, "CommandName": "Get-PnPNavigationNode", - "Id": 657 + "Rank": 3, + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "Rank": 1, - "Command": "Get-PnPOrgAssetsLibrary", + "Id": 658, "CommandName": "Get-PnPOrgAssetsLibrary", - "Id": 658 + "Rank": 1, + "Command": "Get-PnPOrgAssetsLibrary" }, { - "Rank": 1, - "Command": "Get-PnPOrgNewsSite", + "Id": 659, "CommandName": "Get-PnPOrgNewsSite", - "Id": 659 + "Rank": 1, + "Command": "Get-PnPOrgNewsSite" }, { - "Rank": 1, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", + "Id": 660, "CommandName": "Get-PnPPage", - "Id": 660 + "Rank": 1, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "Rank": 2, - "Command": "Get-PnPPage \"MyPage\"", + "Id": 661, "CommandName": "Get-PnPPage", - "Id": 661 + "Rank": 2, + "Command": "Get-PnPPage \"MyPage\"" }, { - "Rank": 3, - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", + "Id": 662, "CommandName": "Get-PnPPage", - "Id": 662 + "Rank": 3, + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "Rank": 4, - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Id": 663, "CommandName": "Get-PnPPage", - "Id": 663 + "Rank": 4, + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Rank": 5, - "Command": "Get-PnPPage", + "Id": 664, "CommandName": "Get-PnPPage", - "Id": 664 + "Rank": 5, + "Command": "Get-PnPPage" }, { - "Rank": 1, - "Command": "Get-PnPPageComponent -Page Home", + "Id": 665, "CommandName": "Get-PnPPageComponent", - "Id": 665 + "Rank": 1, + "Command": "Get-PnPPageComponent -Page Home" }, { - "Rank": 2, - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 666, "CommandName": "Get-PnPPageComponent", - "Id": 666 + "Rank": 2, + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 3, - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", + "Id": 667, "CommandName": "Get-PnPPageComponent", - "Id": 667 + "Rank": 3, + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "Rank": 1, - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", + "Id": 668, "CommandName": "Get-PnPPageCopyProgress", - "Id": 668 + "Rank": 1, + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "Rank": 1, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", + "Id": 669, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 669 + "Rank": 1, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "Rank": 2, - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", + "Id": 670, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 670 + "Rank": 2, + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "Rank": 3, - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Id": 671, "CommandName": "Get-PnPPageLikedByInformation", - "Id": 671 + "Rank": 3, + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "Rank": 1, - "Command": "Get-PnPPageSchedulingEnabled", + "Id": 672, "CommandName": "Get-PnPPageSchedulingEnabled", - "Id": 672 + "Rank": 1, + "Command": "Get-PnPPageSchedulingEnabled" }, { - "Rank": 1, - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", + "Id": 673, "CommandName": "Get-PnPPlannerBucket", - "Id": 673 + "Rank": 1, + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Rank": 1, - "Command": "Get-PnPPlannerConfiguration", + "Id": 674, "CommandName": "Get-PnPPlannerConfiguration", - "Id": 674 + "Rank": 1, + "Command": "Get-PnPPlannerConfiguration" }, { - "Rank": 1, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", + "Id": 675, "CommandName": "Get-PnPPlannerPlan", - "Id": 675 + "Rank": 1, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "Rank": 2, - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", + "Id": 676, "CommandName": "Get-PnPPlannerPlan", - "Id": 676 + "Rank": 2, + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "Rank": 3, - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", + "Id": 677, "CommandName": "Get-PnPPlannerPlan", - "Id": 677 + "Rank": 3, + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "Rank": 1, - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Id": 678, "CommandName": "Get-PnPPlannerRosterMember", - "Id": 678 + "Rank": 1, + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Rank": 1, - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", + "Id": 679, "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 679 + "Rank": 1, + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "Rank": 2, - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", + "Id": 680, "CommandName": "Get-PnPPlannerRosterPlan", - "Id": 680 + "Rank": 2, + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", + "Id": 681, "CommandName": "Get-PnPPlannerTask", - "Id": 681 + "Rank": 1, + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "Rank": 2, - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Id": 682, "CommandName": "Get-PnPPlannerTask", - "Id": 682 + "Rank": 2, + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Rank": 3, - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Id": 683, "CommandName": "Get-PnPPlannerTask", - "Id": 683 + "Rank": 3, + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "Rank": 1, - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Id": 684, "CommandName": "Get-PnPPlannerUserPolicy", - "Id": 684 + "Rank": 1, + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Get-PnPPowerApp", + "Id": 685, "CommandName": "Get-PnPPowerApp", - "Id": 685 + "Rank": 1, + "Command": "Get-PnPPowerApp" }, { - "Rank": 2, - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 686, "CommandName": "Get-PnPPowerApp", - "Id": 686 + "Rank": 2, + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Id": 687, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Id": 687 + "Rank": 1, + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Rank": 1, - "Command": "Get-PnPPowerPlatformEnvironment", + "Id": 688, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 688 + "Rank": 1, + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "Rank": 2, - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", + "Id": 689, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 689 + "Rank": 2, + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "Rank": 3, - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", + "Id": 690, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Id": 690 + "Rank": 3, + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "Rank": 1, - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Id": 691, "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 691 + "Rank": 1, + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "Rank": 2, - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", + "Id": 692, "CommandName": "Get-PnPPowerPlatformSolution", - "Id": 692 + "Rank": 2, + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "Rank": 1, - "Command": "Get-PnPPowerShellTelemetryEnabled", + "Id": 693, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Id": 693 + "Rank": 1, + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "Rank": 1, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 694, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 694 + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "Rank": 2, - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", + "Id": 695, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Id": 695 + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Rank": 1, - "Command": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 696, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 696 + "Rank": 1, + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "Rank": 2, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", + "Id": 697, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 697 + "Rank": 2, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "Rank": 3, - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", + "Id": 698, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Id": 698 + "Rank": 3, + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "Rank": 1, - "Command": "Get-PnPProfileCardProperty", + "Id": 699, "CommandName": "Get-PnPProfileCardProperty", - "Id": 699 + "Rank": 1, + "Command": "Get-PnPProfileCardProperty" }, { - "Rank": 2, - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", + "Id": 700, "CommandName": "Get-PnPProfileCardProperty", - "Id": 700 + "Rank": 2, + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "Rank": 1, - "Command": "Get-PnPPropertyBag", + "Id": 701, "CommandName": "Get-PnPPropertyBag", - "Id": 701 + "Rank": 1, + "Command": "Get-PnPPropertyBag" }, { - "Rank": 2, - "Command": "Get-PnPPropertyBag -Key MyKey", + "Id": 702, "CommandName": "Get-PnPPropertyBag", - "Id": 702 + "Rank": 2, + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "Rank": 3, - "Command": "Get-PnPPropertyBag -Folder /MyFolder", + "Id": 703, "CommandName": "Get-PnPPropertyBag", - "Id": 703 + "Rank": 3, + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "Rank": 4, - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", + "Id": 704, "CommandName": "Get-PnPPropertyBag", - "Id": 704 + "Rank": 4, + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "Rank": 5, - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", + "Id": 705, "CommandName": "Get-PnPPropertyBag", - "Id": 705 + "Rank": 5, + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "Rank": 1, - "Command": "Get-PnPPublishingImageRendition", + "Id": 706, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 706 + "Rank": 1, + "Command": "Get-PnPPublishingImageRendition" }, { - "Rank": 2, - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", + "Id": 707, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 707 + "Rank": 2, + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "Rank": 3, - "Command": "Get-PnPPublishingImageRendition -Identity 2", + "Id": 708, "CommandName": "Get-PnPPublishingImageRendition", - "Id": 708 + "Rank": 3, + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "Rank": 1, - "Command": "Get-PnPRecycleBinItem", + "Id": 709, "CommandName": "Get-PnPRecycleBinItem", - "Id": 709 + "Rank": 1, + "Command": "Get-PnPRecycleBinItem" }, { - "Rank": 2, - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", + "Id": 710, "CommandName": "Get-PnPRecycleBinItem", - "Id": 710 + "Rank": 2, + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "Rank": 3, - "Command": "Get-PnPRecycleBinItem -FirstStage", + "Id": 711, "CommandName": "Get-PnPRecycleBinItem", - "Id": 711 + "Rank": 3, + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "Rank": 4, - "Command": "Get-PnPRecycleBinItem -SecondStage", + "Id": 712, "CommandName": "Get-PnPRecycleBinItem", - "Id": 712 + "Rank": 4, + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "Rank": 5, - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", + "Id": 713, "CommandName": "Get-PnPRecycleBinItem", - "Id": 713 + "Rank": 5, + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "Rank": 1, - "Command": "Get-PnPRequestAccessEmails", + "Id": 714, "CommandName": "Get-PnPRequestAccessEmails", - "Id": 714 + "Rank": 1, + "Command": "Get-PnPRequestAccessEmails" }, { - "Rank": 1, - "Command": "Get-PnPRetentionLabel", + "Id": 715, "CommandName": "Get-PnPRetentionLabel", - "Id": 715 + "Rank": 1, + "Command": "Get-PnPRetentionLabel" }, { - "Rank": 2, - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", + "Id": 716, "CommandName": "Get-PnPRetentionLabel", - "Id": 716 + "Rank": 2, + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "Rank": 1, - "Command": "Get-PnPRoleDefinition", + "Id": 717, "CommandName": "Get-PnPRoleDefinition", - "Id": 717 + "Rank": 1, + "Command": "Get-PnPRoleDefinition" }, { - "Rank": 2, - "Command": "Get-PnPRoleDefinition -Identity Read", + "Id": 718, "CommandName": "Get-PnPRoleDefinition", - "Id": 718 + "Rank": 2, + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "Rank": 3, - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", + "Id": 719, "CommandName": "Get-PnPRoleDefinition", - "Id": 719 + "Rank": 3, + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "Rank": 1, - "Command": "Get-PnPSearchConfiguration", + "Id": 720, "CommandName": "Get-PnPSearchConfiguration", - "Id": 720 + "Rank": 1, + "Command": "Get-PnPSearchConfiguration" }, { - "Rank": 2, - "Command": "Get-PnPSearchConfiguration -Scope Site", + "Id": 721, "CommandName": "Get-PnPSearchConfiguration", - "Id": 721 + "Rank": 2, + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "Rank": 3, - "Command": "Get-PnPSearchConfiguration -Scope Subscription", + "Id": 722, "CommandName": "Get-PnPSearchConfiguration", - "Id": 722 + "Rank": 3, + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "Rank": 4, - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Id": 723, "CommandName": "Get-PnPSearchConfiguration", - "Id": 723 + "Rank": 4, + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Rank": 5, - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", + "Id": 724, "CommandName": "Get-PnPSearchConfiguration", - "Id": 724 + "Rank": 5, + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "Rank": 6, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", + "Id": 725, "CommandName": "Get-PnPSearchConfiguration", - "Id": 725 + "Rank": 6, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "Rank": 7, - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", + "Id": 726, "CommandName": "Get-PnPSearchConfiguration", - "Id": 726 + "Rank": 7, + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "Rank": 8, - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", + "Id": 727, "CommandName": "Get-PnPSearchConfiguration", - "Id": 727 + "Rank": 8, + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "Rank": 1, - "Command": "Get-PnPSearchCrawlLog", + "Id": 728, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 728 + "Rank": 1, + "Command": "Get-PnPSearchCrawlLog" }, { - "Rank": 2, - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", + "Id": 729, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 729 + "Rank": 2, + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "Rank": 3, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", + "Id": 730, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 730 + "Rank": 3, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "Rank": 4, - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", + "Id": 731, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 731 + "Rank": 4, + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "Rank": 5, - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", + "Id": 732, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 732 + "Rank": 5, + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "Rank": 6, - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", + "Id": 733, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 733 + "Rank": 6, + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "Rank": 7, - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", + "Id": 734, "CommandName": "Get-PnPSearchCrawlLog", - "Id": 734 + "Rank": 7, + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "Rank": 1, - "Command": "Get-PnPSearchExternalConnection", + "Id": 735, "CommandName": "Get-PnPSearchExternalConnection", - "Id": 735 + "Rank": 1, + "Command": "Get-PnPSearchExternalConnection" }, { - "Rank": 2, - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Id": 736, "CommandName": "Get-PnPSearchExternalConnection", - "Id": 736 + "Rank": 2, + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Rank": 1, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Id": 737, "CommandName": "Get-PnPSearchExternalItem", - "Id": 737 + "Rank": 1, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Rank": 2, - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", + "Id": 738, "CommandName": "Get-PnPSearchExternalItem", - "Id": 738 + "Rank": 2, + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "Rank": 1, - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", + "Id": 739, "CommandName": "Get-PnPSearchExternalSchema", - "Id": 739 + "Rank": 1, + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "Rank": 1, - "Command": "Get-PnPSearchSettings", + "Id": 740, "CommandName": "Get-PnPSearchSettings", - "Id": 740 + "Rank": 1, + "Command": "Get-PnPSearchSettings" }, { - "Rank": 1, - "Command": "Get-PnPServiceCurrentHealth", + "Id": 741, "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 741 + "Rank": 1, + "Command": "Get-PnPServiceCurrentHealth" }, { - "Rank": 2, - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", + "Id": 742, "CommandName": "Get-PnPServiceCurrentHealth", - "Id": 742 + "Rank": 2, + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "Rank": 1, - "Command": "Get-PnPServiceHealthIssue", + "Id": 743, "CommandName": "Get-PnPServiceHealthIssue", - "Id": 743 + "Rank": 1, + "Command": "Get-PnPServiceHealthIssue" }, { - "Rank": 2, - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", + "Id": 744, "CommandName": "Get-PnPServiceHealthIssue", - "Id": 744 + "Rank": 2, + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "Rank": 1, - "Command": "Get-PnPSharePointAddIn", + "Id": 745, "CommandName": "Get-PnPSharePointAddIn", - "Id": 745 + "Rank": 1, + "Command": "Get-PnPSharePointAddIn" }, { - "Rank": 2, - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", + "Id": 746, "CommandName": "Get-PnPSharePointAddIn", - "Id": 746 + "Rank": 2, + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "Rank": 1, - "Command": "Get-PnPSharingForNonOwnersOfSite", + "Id": 747, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Id": 747 + "Rank": 1, + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "Rank": 1, - "Command": "Get-PnPSite", + "Id": 748, "CommandName": "Get-PnPSite", - "Id": 748 + "Rank": 1, + "Command": "Get-PnPSite" }, { - "Rank": 2, - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", + "Id": 749, "CommandName": "Get-PnPSite", - "Id": 749 + "Rank": 2, + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "Rank": 1, - "Command": "Get-PnPSiteAnalyticsData -All", + "Id": 750, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 750 + "Rank": 1, + "Command": "Get-PnPSiteAnalyticsData -All" }, { - "Rank": 2, - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", + "Id": 751, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 751 + "Rank": 2, + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "Rank": 3, - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Id": 752, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 752 + "Rank": 3, + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Rank": 4, - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Id": 753, "CommandName": "Get-PnPSiteAnalyticsData", - "Id": 753 + "Rank": 4, + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "Rank": 1, - "Command": "Get-PnPSiteClosure", + "Id": 754, "CommandName": "Get-PnPSiteClosure", - "Id": 754 + "Rank": 1, + "Command": "Get-PnPSiteClosure" }, { - "Rank": 1, - "Command": "Get-PnPSiteCollectionAdmin", + "Id": 755, "CommandName": "Get-PnPSiteCollectionAdmin", - "Id": 755 + "Rank": 1, + "Command": "Get-PnPSiteCollectionAdmin" }, { - "Rank": 1, - "Command": "Get-PnPSiteCollectionAppCatalog", + "Id": 756, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 756 + "Rank": 1, + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "Rank": 2, - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", + "Id": 757, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 757 + "Rank": 2, + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "Rank": 3, - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", + "Id": 758, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Id": 758 + "Rank": 3, + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "Rank": 1, - "Command": "Get-PnPSiteCollectionTermStore", + "Id": 759, "CommandName": "Get-PnPSiteCollectionTermStore", - "Id": 759 + "Rank": 1, + "Command": "Get-PnPSiteCollectionTermStore" }, { - "Rank": 1, - "Command": "Get-PnPSiteDesign", + "Id": 760, "CommandName": "Get-PnPSiteDesign", - "Id": 760 + "Rank": 1, + "Command": "Get-PnPSiteDesign" }, { - "Rank": 2, - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 761, "CommandName": "Get-PnPSiteDesign", - "Id": 761 + "Rank": 2, + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 762, "CommandName": "Get-PnPSiteDesignRights", - "Id": 762 + "Rank": 1, + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, - "Command": "Get-PnPSiteDesignRun", + "Id": 763, "CommandName": "Get-PnPSiteDesignRun", - "Id": 763 + "Rank": 1, + "Command": "Get-PnPSiteDesignRun" }, { - "Rank": 2, - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", + "Id": 764, "CommandName": "Get-PnPSiteDesignRun", - "Id": 764 + "Rank": 2, + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "Rank": 1, - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", + "Id": 765, "CommandName": "Get-PnPSiteDesignTask", - "Id": 765 + "Rank": 1, + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "Rank": 2, - "Command": "Get-PnPSiteDesignTask", + "Id": 766, "CommandName": "Get-PnPSiteDesignTask", - "Id": 766 + "Rank": 2, + "Command": "Get-PnPSiteDesignTask" }, { - "Rank": 3, - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Id": 767, "CommandName": "Get-PnPSiteDesignTask", - "Id": 767 + "Rank": 3, + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "Rank": 1, - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Id": 768, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Id": 768 + "Rank": 1, + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "Rank": 1, - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 769, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Id": 769 + "Rank": 1, + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, - "Command": "Get-PnPSiteGroup", + "Id": 770, "CommandName": "Get-PnPSiteGroup", - "Id": 770 + "Rank": 1, + "Command": "Get-PnPSiteGroup" }, { - "Rank": 2, - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Id": 771, "CommandName": "Get-PnPSiteGroup", - "Id": 771 + "Rank": 2, + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Rank": 3, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", + "Id": 772, "CommandName": "Get-PnPSiteGroup", - "Id": 772 + "Rank": 3, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "Rank": 4, - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Id": 773, "CommandName": "Get-PnPSiteGroup", - "Id": 773 + "Rank": 4, + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "Rank": 1, - "Command": "Get-PnPSitePolicy", + "Id": 774, "CommandName": "Get-PnPSitePolicy", - "Id": 774 + "Rank": 1, + "Command": "Get-PnPSitePolicy" }, { - "Rank": 2, - "Command": "Get-PnPSitePolicy -AllAvailable", + "Id": 775, "CommandName": "Get-PnPSitePolicy", - "Id": 775 + "Rank": 2, + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "Rank": 3, - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", + "Id": 776, "CommandName": "Get-PnPSitePolicy", - "Id": 776 + "Rank": 3, + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Rank": 1, - "Command": "Get-PnPSiteScript", + "Id": 777, "CommandName": "Get-PnPSiteScript", - "Id": 777 + "Rank": 1, + "Command": "Get-PnPSiteScript" }, { - "Rank": 2, - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 778, "CommandName": "Get-PnPSiteScript", - "Id": 778 + "Rank": 2, + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", + "Id": 779, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 779 + "Rank": 1, + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "Rank": 2, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", + "Id": 780, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 780 + "Rank": 2, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "Rank": 3, - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", + "Id": 781, "CommandName": "Get-PnPSiteScriptFromList", - "Id": 781 + "Rank": 3, + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "Rank": 1, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", + "Id": 782, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 782 + "Rank": 1, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "Rank": 2, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", + "Id": 783, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 783 + "Rank": 2, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "Rank": 3, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", + "Id": 784, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 784 + "Rank": 3, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "Rank": 4, - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", + "Id": 785, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 785 + "Rank": 4, + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "Rank": 5, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", + "Id": 786, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 786 + "Rank": 5, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "Rank": 6, - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", + "Id": 787, "CommandName": "Get-PnPSiteScriptFromWeb", - "Id": 787 + "Rank": 6, + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "Rank": 1, - "Command": "Get-PnPSiteSearchQueryResults", + "Id": 788, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 788 + "Rank": 1, + "Command": "Get-PnPSiteSearchQueryResults" }, { - "Rank": 2, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", + "Id": 789, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 789 + "Rank": 2, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "Rank": 3, - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", + "Id": 790, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 790 + "Rank": 3, + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "Rank": 4, - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", + "Id": 791, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 791 + "Rank": 4, + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "Rank": 5, - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", + "Id": 792, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 792 + "Rank": 5, + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "Rank": 6, - "Command": "Get-PnPSiteSearchQueryResults -All", + "Id": 793, "CommandName": "Get-PnPSiteSearchQueryResults", - "Id": 793 + "Rank": 6, + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "Rank": 1, - "Command": "Get-PnPSiteSensitivityLabel", + "Id": 794, "CommandName": "Get-PnPSiteSensitivityLabel", - "Id": 794 + "Rank": 1, + "Command": "Get-PnPSiteSensitivityLabel" }, { - "Rank": 1, - "Command": "Get-PnPSiteTemplate -Out template.pnp", + "Id": 795, "CommandName": "Get-PnPSiteTemplate", - "Id": 795 + "Rank": 1, + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "Rank": 2, - "Command": "Get-PnPSiteTemplate -Out template.xml", + "Id": 796, "CommandName": "Get-PnPSiteTemplate", - "Id": 796 + "Rank": 2, + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "Rank": 3, - "Command": "Get-PnPSiteTemplate -Out template.md", + "Id": 797, "CommandName": "Get-PnPSiteTemplate", - "Id": 797 + "Rank": 3, + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "Rank": 4, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", + "Id": 798, "CommandName": "Get-PnPSiteTemplate", - "Id": 798 + "Rank": 4, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "Rank": 5, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", + "Id": 799, "CommandName": "Get-PnPSiteTemplate", - "Id": 799 + "Rank": 5, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "Rank": 6, - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", + "Id": 800, "CommandName": "Get-PnPSiteTemplate", - "Id": 800 + "Rank": 6, + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "Rank": 7, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", + "Id": 801, "CommandName": "Get-PnPSiteTemplate", - "Id": 801 + "Rank": 7, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "Rank": 8, - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", + "Id": 802, "CommandName": "Get-PnPSiteTemplate", - "Id": 802 + "Rank": 8, + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "Rank": 9, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", + "Id": 803, "CommandName": "Get-PnPSiteTemplate", - "Id": 803 + "Rank": 9, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "Rank": 10, - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", + "Id": 804, "CommandName": "Get-PnPSiteTemplate", - "Id": 804 + "Rank": 10, + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "Rank": 11, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", + "Id": 805, "CommandName": "Get-PnPSiteTemplate", - "Id": 805 + "Rank": 11, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "Rank": 12, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", + "Id": 806, "CommandName": "Get-PnPSiteTemplate", - "Id": 806 + "Rank": 12, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "Rank": 13, - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", + "Id": 807, "CommandName": "Get-PnPSiteTemplate", - "Id": 807 + "Rank": 13, + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "Rank": 14, - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", + "Id": 808, "CommandName": "Get-PnPSiteTemplate", - "Id": 808 + "Rank": 14, + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "Rank": 1, - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Id": 809, "CommandName": "Get-PnPSiteUserInvitations", - "Id": 809 + "Rank": 1, + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Rank": 1, - "Command": "Get-PnPSiteVersionPolicy", + "Id": 810, "CommandName": "Get-PnPSiteVersionPolicy", - "Id": 810 + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicy" }, { - "Rank": 1, - "Command": "Get-PnPSiteVersionPolicyStatus", + "Id": 811, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Id": 811 + "Rank": 1, + "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "Rank": 1, - "Command": "Get-PnPStorageEntity", + "Id": 812, "CommandName": "Get-PnPStorageEntity", - "Id": 812 + "Rank": 1, + "Command": "Get-PnPStorageEntity" }, { - "Rank": 2, - "Command": "Get-PnPStorageEntity -Key MyKey", + "Id": 813, "CommandName": "Get-PnPStorageEntity", - "Id": 813 + "Rank": 2, + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "Rank": 3, - "Command": "Get-PnPStorageEntity -Scope Site", + "Id": 814, "CommandName": "Get-PnPStorageEntity", - "Id": 814 + "Rank": 3, + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "Rank": 4, - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", + "Id": 815, "CommandName": "Get-PnPStorageEntity", - "Id": 815 + "Rank": 4, + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Rank": 1, - "Command": "Get-PnPStoredCredential -Name O365", + "Id": 816, "CommandName": "Get-PnPStoredCredential", - "Id": 816 + "Rank": 1, + "Command": "Get-PnPStoredCredential -Name O365" }, { - "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Id": 817, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Id": 817 + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Rank": 1, - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Id": 818, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Id": 818 + "Rank": 1, + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Rank": 1, - "Command": "Get-PnPSubWeb", + "Id": 819, "CommandName": "Get-PnPSubWeb", - "Id": 819 + "Rank": 1, + "Command": "Get-PnPSubWeb" }, { - "Rank": 2, - "Command": "Get-PnPSubWeb -Recurse", + "Id": 820, "CommandName": "Get-PnPSubWeb", - "Id": 820 + "Rank": 2, + "Command": "Get-PnPSubWeb -Recurse" }, { - "Rank": 3, - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", + "Id": 821, "CommandName": "Get-PnPSubWeb", - "Id": 821 + "Rank": 3, + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "Rank": 4, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", + "Id": 822, "CommandName": "Get-PnPSubWeb", - "Id": 822 + "Rank": 4, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "Rank": 5, - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", + "Id": 823, "CommandName": "Get-PnPSubWeb", - "Id": 823 + "Rank": 5, + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "Rank": 1, - "Command": "Get-PnPSyntexModel", + "Id": 824, "CommandName": "Get-PnPSyntexModel", - "Id": 824 + "Rank": 1, + "Command": "Get-PnPSyntexModel" }, { - "Rank": 2, - "Command": "Get-PnPSyntexModel -Identity 1", + "Id": 825, "CommandName": "Get-PnPSyntexModel", - "Id": 825 + "Rank": 2, + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "Rank": 3, - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", + "Id": 826, "CommandName": "Get-PnPSyntexModel", - "Id": 826 + "Rank": 3, + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "Rank": 1, - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", + "Id": 827, "CommandName": "Get-PnPSyntexModelPublication", - "Id": 827 + "Rank": 1, + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "Rank": 1, - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", + "Id": 828, "CommandName": "Get-PnPTaxonomyItem", - "Id": 828 + "Rank": 1, + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "Rank": 1, - "Command": "Get-PnPTeamsApp", + "Id": 829, "CommandName": "Get-PnPTeamsApp", - "Id": 829 + "Rank": 1, + "Command": "Get-PnPTeamsApp" }, { - "Rank": 2, - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", + "Id": 830, "CommandName": "Get-PnPTeamsApp", - "Id": 830 + "Rank": 2, + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "Rank": 3, - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", + "Id": 831, "CommandName": "Get-PnPTeamsApp", - "Id": 831 + "Rank": 3, + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "Rank": 1, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", + "Id": 832, "CommandName": "Get-PnPTeamsChannel", - "Id": 832 + "Rank": 1, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "Rank": 2, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", + "Id": 833, "CommandName": "Get-PnPTeamsChannel", - "Id": 833 + "Rank": 2, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "Rank": 3, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Id": 834, "CommandName": "Get-PnPTeamsChannel", - "Id": 834 + "Rank": 3, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Rank": 4, - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", + "Id": 835, "CommandName": "Get-PnPTeamsChannel", - "Id": 835 + "Rank": 4, + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "Rank": 1, - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", + "Id": 836, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 836 + "Rank": 1, + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "Rank": 2, - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Id": 837, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Id": 837 + "Rank": 2, + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "Rank": 1, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", + "Id": 838, "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 838 + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "Rank": 2, - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", + "Id": 839, "CommandName": "Get-PnPTeamsChannelMessage", - "Id": 839 + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "Rank": 1, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", + "Id": 840, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 840 + "Rank": 1, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "Rank": 2, - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", + "Id": 841, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Id": 841 + "Rank": 2, + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "Rank": 1, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", + "Id": 842, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 842 + "Rank": 1, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "Rank": 2, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", + "Id": 843, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 843 + "Rank": 2, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "Rank": 3, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", + "Id": 844, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 844 + "Rank": 3, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "Rank": 4, - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Id": 845, "CommandName": "Get-PnPTeamsChannelUser", - "Id": 845 + "Rank": 4, + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Rank": 1, - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", + "Id": 846, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 846 + "Rank": 1, + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "Rank": 2, - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", + "Id": 847, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Id": 847 + "Rank": 2, + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "Rank": 1, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", + "Id": 848, "CommandName": "Get-PnPTeamsTab", - "Id": 848 + "Rank": 1, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "Rank": 2, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", + "Id": 849, "CommandName": "Get-PnPTeamsTab", - "Id": 849 + "Rank": 2, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "Rank": 3, - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", + "Id": 850, "CommandName": "Get-PnPTeamsTab", - "Id": 850 + "Rank": 3, + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "Rank": 4, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", + "Id": 851, "CommandName": "Get-PnPTeamsTab", - "Id": 851 + "Rank": 4, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "Rank": 5, - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", + "Id": 852, "CommandName": "Get-PnPTeamsTab", - "Id": 852 + "Rank": 5, + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "Rank": 1, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Id": 853, "CommandName": "Get-PnPTeamsTag", - "Id": 853 + "Rank": 1, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Rank": 2, - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Id": 854, "CommandName": "Get-PnPTeamsTag", - "Id": 854 + "Rank": 2, + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Rank": 1, - "Command": "Get-PnPTeamsTeam", + "Id": 855, "CommandName": "Get-PnPTeamsTeam", - "Id": 855 + "Rank": 1, + "Command": "Get-PnPTeamsTeam" }, { - "Rank": 2, - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", + "Id": 856, "CommandName": "Get-PnPTeamsTeam", - "Id": 856 + "Rank": 2, + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "Rank": 3, - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", + "Id": 857, "CommandName": "Get-PnPTeamsTeam", - "Id": 857 + "Rank": 3, + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "Rank": 4, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", + "Id": 858, "CommandName": "Get-PnPTeamsTeam", - "Id": 858 + "Rank": 4, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "Rank": 5, - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", + "Id": 859, "CommandName": "Get-PnPTeamsTeam", - "Id": 859 + "Rank": 5, + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "Rank": 6, - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", + "Id": 860, "CommandName": "Get-PnPTeamsTeam", - "Id": 860 + "Rank": 6, + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "Rank": 1, - "Command": "Get-PnPTeamsUser -Team MyTeam", + "Id": 861, "CommandName": "Get-PnPTeamsUser", - "Id": 861 + "Rank": 1, + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "Rank": 2, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", + "Id": 862, "CommandName": "Get-PnPTeamsUser", - "Id": 862 + "Rank": 2, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "Rank": 3, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", + "Id": 863, "CommandName": "Get-PnPTeamsUser", - "Id": 863 + "Rank": 3, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "Rank": 4, - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", + "Id": 864, "CommandName": "Get-PnPTeamsUser", - "Id": 864 + "Rank": 4, + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "Rank": 1, - "Command": "Get-PnPTemporarilyDisableAppBar", + "Id": 865, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Id": 865 + "Rank": 1, + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "Rank": 1, - "Command": "Get-PnPTenant", + "Id": 866, "CommandName": "Get-PnPTenant", - "Id": 866 + "Rank": 1, + "Command": "Get-PnPTenant" }, { - "Rank": 1, - "Command": "Get-PnPTenantAppCatalogUrl", + "Id": 867, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Id": 867 + "Rank": 1, + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "Rank": 1, - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", + "Id": 868, "CommandName": "Get-PnPTenantCdnEnabled", - "Id": 868 + "Rank": 1, + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "Rank": 1, - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", + "Id": 869, "CommandName": "Get-PnPTenantCdnOrigin", - "Id": 869 + "Rank": 1, + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "Rank": 1, - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", + "Id": 870, "CommandName": "Get-PnPTenantCdnPolicies", - "Id": 870 + "Rank": 1, + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "Rank": 1, - "Command": "Get-PnPTenantDeletedSite", + "Id": 871, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 871 + "Rank": 1, + "Command": "Get-PnPTenantDeletedSite" }, { - "Rank": 2, - "Command": "Get-PnPTenantDeletedSite -Detailed", + "Id": 872, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 872 + "Rank": 2, + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "Rank": 3, - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 873, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 873 + "Rank": 3, + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 4, - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", + "Id": 874, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 874 + "Rank": 4, + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "Rank": 5, - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", + "Id": 875, "CommandName": "Get-PnPTenantDeletedSite", - "Id": 875 + "Rank": 5, + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "Rank": 1, - "Command": "Get-PnPTenantId", + "Id": 876, "CommandName": "Get-PnPTenantId", - "Id": 876 + "Rank": 1, + "Command": "Get-PnPTenantId" }, { - "Rank": 2, - "Command": "Get-PnPTenantId contoso", + "Id": 877, "CommandName": "Get-PnPTenantId", - "Id": 877 + "Rank": 2, + "Command": "Get-PnPTenantId contoso" }, { - "Rank": 3, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", + "Id": 878, "CommandName": "Get-PnPTenantId", - "Id": 878 + "Rank": 3, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "Rank": 4, - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", + "Id": 879, "CommandName": "Get-PnPTenantId", - "Id": 879 + "Rank": 4, + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "Rank": 1, - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", + "Id": 880, "CommandName": "Get-PnPTenantInfo", - "Id": 880 + "Rank": 1, + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "Rank": 2, - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", + "Id": 881, "CommandName": "Get-PnPTenantInfo", - "Id": 881 + "Rank": 2, + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "Rank": 3, - "Command": "Get-PnPTenantInfo", + "Id": 882, "CommandName": "Get-PnPTenantInfo", - "Id": 882 + "Rank": 3, + "Command": "Get-PnPTenantInfo" }, { - "Rank": 4, - "Command": "Get-PnPTenantInfo -CurrentTenant", + "Id": 883, "CommandName": "Get-PnPTenantInfo", - "Id": 883 + "Rank": 4, + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "Rank": 1, - "Command": "Get-PnPTenantInstance", + "Id": 884, "CommandName": "Get-PnPTenantInstance", - "Id": 884 + "Rank": 1, + "Command": "Get-PnPTenantInstance" }, { - "Rank": 1, - "Command": "Get-PnPTenantInternalSetting", + "Id": 885, "CommandName": "Get-PnPTenantInternalSetting", - "Id": 885 + "Rank": 1, + "Command": "Get-PnPTenantInternalSetting" }, { - "Rank": 1, - "Command": "Get-PnPTenantPronounsSetting", + "Id": 886, "CommandName": "Get-PnPTenantPronounsSetting", - "Id": 886 + "Rank": 1, + "Command": "Get-PnPTenantPronounsSetting" }, { - "Rank": 1, - "Command": "Get-PnPTenantRecycleBinItem", + "Id": 887, "CommandName": "Get-PnPTenantRecycleBinItem", - "Id": 887 + "Rank": 1, + "Command": "Get-PnPTenantRecycleBinItem" }, { - "Rank": 1, - "Command": "Get-PnPTenantRestrictedSearchAllowedList", + "Id": 888, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Id": 888 + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "Rank": 1, - "Command": "Get-PnPTenantRestrictedSearchMode", + "Id": 889, "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Id": 889 + "Rank": 1, + "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "Rank": 1, - "Command": "Get-PnPTenantRetentionLabel", + "Id": 890, "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 890 + "Rank": 1, + "Command": "Get-PnPTenantRetentionLabel" }, { - "Rank": 2, - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", + "Id": 891, "CommandName": "Get-PnPTenantRetentionLabel", - "Id": 891 + "Rank": 2, + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "Rank": 1, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "Id": 892, "CommandName": "Get-PnPTenantSequence", - "Id": 892 + "Rank": 1, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "Rank": 2, - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", + "Id": 893, "CommandName": "Get-PnPTenantSequence", - "Id": 893 + "Rank": 2, + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "Rank": 1, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "Id": 894, "CommandName": "Get-PnPTenantSequenceSite", - "Id": 894 + "Rank": 1, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "Rank": 2, - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", + "Id": 895, "CommandName": "Get-PnPTenantSequenceSite", - "Id": 895 + "Rank": 2, + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "Rank": 1, - "Command": "Get-PnPTenantSite", + "Id": 896, "CommandName": "Get-PnPTenantSite", - "Id": 896 + "Rank": 1, + "Command": "Get-PnPTenantSite" }, { - "Rank": 2, - "Command": "Get-PnPTenantSite -Detailed", + "Id": 897, "CommandName": "Get-PnPTenantSite", - "Id": 897 + "Rank": 2, + "Command": "Get-PnPTenantSite -Detailed" }, { - "Rank": 3, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", + "Id": 898, "CommandName": "Get-PnPTenantSite", - "Id": 898 + "Rank": 3, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "Rank": 4, - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", + "Id": 899, "CommandName": "Get-PnPTenantSite", - "Id": 899 + "Rank": 4, + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "Rank": 5, - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", + "Id": 900, "CommandName": "Get-PnPTenantSite", - "Id": 900 + "Rank": 5, + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "Rank": 6, - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", + "Id": 901, "CommandName": "Get-PnPTenantSite", - "Id": 901 + "Rank": 6, + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "Rank": 7, - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", + "Id": 902, "CommandName": "Get-PnPTenantSite", - "Id": 902 + "Rank": 7, + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "Rank": 8, - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", + "Id": 903, "CommandName": "Get-PnPTenantSite", - "Id": 903 + "Rank": 8, + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "Rank": 9, - "Command": "Get-PnPTenantSite -GroupIdDefined $true", + "Id": 904, "CommandName": "Get-PnPTenantSite", - "Id": 904 + "Rank": 9, + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "Rank": 1, - "Command": "Get-PnPTenantSyncClientRestriction", + "Id": 905, "CommandName": "Get-PnPTenantSyncClientRestriction", - "Id": 905 + "Rank": 1, + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "Rank": 1, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "Id": 906, "CommandName": "Get-PnPTenantTemplate", - "Id": 906 + "Rank": 1, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "Rank": 2, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", + "Id": 907, "CommandName": "Get-PnPTenantTemplate", - "Id": 907 + "Rank": 2, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "Rank": 3, - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", + "Id": 908, "CommandName": "Get-PnPTenantTemplate", - "Id": 908 + "Rank": 3, + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "Rank": 1, - "Command": "Get-PnPTenantTheme", + "Id": 909, "CommandName": "Get-PnPTenantTheme", - "Id": 909 + "Rank": 1, + "Command": "Get-PnPTenantTheme" }, { - "Rank": 2, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Id": 910, "CommandName": "Get-PnPTenantTheme", - "Id": 910 + "Rank": 2, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Rank": 3, - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", + "Id": 911, "CommandName": "Get-PnPTenantTheme", - "Id": 911 + "Rank": 3, + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "Rank": 1, - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 912, "CommandName": "Get-PnPTerm", - "Id": 912 + "Rank": 1, + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 2, - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 913, "CommandName": "Get-PnPTerm", - "Id": 913 + "Rank": 2, + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 3, - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 914, "CommandName": "Get-PnPTerm", - "Id": 914 + "Rank": 3, + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 4, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", + "Id": 915, "CommandName": "Get-PnPTerm", - "Id": 915 + "Rank": 4, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "Rank": 5, - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", + "Id": 916, "CommandName": "Get-PnPTerm", - "Id": 916 + "Rank": 5, + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "Rank": 1, - "Command": "Get-PnPTermGroup", + "Id": 917, "CommandName": "Get-PnPTermGroup", - "Id": 917 + "Rank": 1, + "Command": "Get-PnPTermGroup" }, { - "Rank": 2, - "Command": "Get-PnPTermGroup -Identity \"Departments\"", + "Id": 918, "CommandName": "Get-PnPTermGroup", - "Id": 918 + "Rank": 2, + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "Rank": 3, - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", + "Id": 919, "CommandName": "Get-PnPTermGroup", - "Id": 919 + "Rank": 3, + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "Rank": 1, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", + "Id": 920, "CommandName": "Get-PnPTermLabel", - "Id": 920 + "Rank": 1, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "Rank": 2, - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", + "Id": 921, "CommandName": "Get-PnPTermLabel", - "Id": 921 + "Rank": 2, + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "Rank": 3, - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 922, "CommandName": "Get-PnPTermLabel", - "Id": 922 + "Rank": 3, + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 1, - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "Id": 923, "CommandName": "Get-PnPTermSet", - "Id": 923 + "Rank": 1, + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "Rank": 2, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", + "Id": 924, "CommandName": "Get-PnPTermSet", - "Id": 924 + "Rank": 2, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 3, - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", + "Id": 925, "CommandName": "Get-PnPTermSet", - "Id": 925 + "Rank": 3, + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "Rank": 4, - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", + "Id": 926, "CommandName": "Get-PnPTermSet", - "Id": 926 + "Rank": 4, + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "Rank": 1, - "Command": "Get-PnPTheme", + "Id": 927, "CommandName": "Get-PnPTheme", - "Id": 927 + "Rank": 1, + "Command": "Get-PnPTheme" }, { - "Rank": 2, - "Command": "Get-PnPTheme -DetectCurrentComposedLook", + "Id": 928, "CommandName": "Get-PnPTheme", - "Id": 928 + "Rank": 2, + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "Rank": 1, - "Command": "Get-PnPTimeZoneId", + "Id": 929, "CommandName": "Get-PnPTimeZoneId", - "Id": 929 + "Rank": 1, + "Command": "Get-PnPTimeZoneId" }, { - "Rank": 2, - "Command": "Get-PnPTimeZoneId -Match Stockholm", + "Id": 930, "CommandName": "Get-PnPTimeZoneId", - "Id": 930 + "Rank": 2, + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "Rank": 1, - "Command": "Get-PnPTodoList", + "Id": 931, "CommandName": "Get-PnPTodoList", - "Id": 931 + "Rank": 1, + "Command": "Get-PnPTodoList" }, { - "Rank": 2, - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Id": 932, "CommandName": "Get-PnPTodoList", - "Id": 932 + "Rank": 2, + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Rank": 3, - "Command": "Get-PnPTodoList -User john@doe.com", + "Id": 933, "CommandName": "Get-PnPTodoList", - "Id": 933 + "Rank": 3, + "Command": "Get-PnPTodoList -User john@doe.com" }, { - "Rank": 4, - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Id": 934, "CommandName": "Get-PnPTodoList", - "Id": 934 + "Rank": 4, + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "Rank": 1, - "Command": "Get-PnPTraceLog", + "Id": 935, "CommandName": "Get-PnPTraceLog", - "Id": 935 + "Rank": 1, + "Command": "Get-PnPTraceLog" }, { - "Rank": 2, - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", + "Id": 936, "CommandName": "Get-PnPTraceLog", - "Id": 936 + "Rank": 2, + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "Rank": 3, - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", + "Id": 937, "CommandName": "Get-PnPTraceLog", - "Id": 937 + "Rank": 3, + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "Rank": 4, - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", + "Id": 938, "CommandName": "Get-PnPTraceLog", - "Id": 938 + "Rank": 4, + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "Rank": 5, - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", + "Id": 939, "CommandName": "Get-PnPTraceLog", - "Id": 939 + "Rank": 5, + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "Rank": 6, - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", + "Id": 940, "CommandName": "Get-PnPTraceLog", - "Id": 940 + "Rank": 6, + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "Rank": 1, - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", + "Id": 941, "CommandName": "Get-PnPUnfurlLink", - "Id": 941 + "Rank": 1, + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "Rank": 1, - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", + "Id": 942, "CommandName": "Get-PnPUnifiedAuditLog", - "Id": 942 + "Rank": 1, + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "Rank": 1, - "Command": "Get-PnPUPABulkImportStatus", + "Id": 943, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 943 + "Rank": 1, + "Command": "Get-PnPUPABulkImportStatus" }, { - "Rank": 2, - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", + "Id": 944, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 944 + "Rank": 2, + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "Rank": 3, - "Command": "Get-PnPUPABulkImportStatus -JobId ", + "Id": 945, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 945 + "Rank": 3, + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "Rank": 4, - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", + "Id": 946, "CommandName": "Get-PnPUPABulkImportStatus", - "Id": 946 + "Rank": 4, + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "Rank": 1, - "Command": "Get-PnPUser", + "Id": 947, "CommandName": "Get-PnPUser", - "Id": 947 + "Rank": 1, + "Command": "Get-PnPUser" }, { - "Rank": 2, - "Command": "Get-PnPUser -Identity 23", + "Id": 948, "CommandName": "Get-PnPUser", - "Id": 948 + "Rank": 2, + "Command": "Get-PnPUser -Identity 23" }, { - "Rank": 3, - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", + "Id": 949, "CommandName": "Get-PnPUser", - "Id": 949 + "Rank": 3, + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "Rank": 4, - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", + "Id": 950, "CommandName": "Get-PnPUser", - "Id": 950 + "Rank": 4, + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "Rank": 5, - "Command": "Get-PnPUser -WithRightsAssigned", + "Id": 951, "CommandName": "Get-PnPUser", - "Id": 951 + "Rank": 5, + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "Rank": 6, - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", + "Id": 952, "CommandName": "Get-PnPUser", - "Id": 952 + "Rank": 6, + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "Rank": 7, - "Command": "Get-PnPUser -WithRightsAssignedDetailed", + "Id": 953, "CommandName": "Get-PnPUser", - "Id": 953 + "Rank": 7, + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "Rank": 1, - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "Id": 954, "CommandName": "Get-PnPUserOneDriveQuota", - "Id": 954 + "Rank": 1, + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "Rank": 1, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Id": 955, "CommandName": "Get-PnPUserProfilePhoto", - "Id": 955 + "Rank": 1, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", + "Id": 956, "CommandName": "Get-PnPUserProfilePhoto", - "Id": 956 + "Rank": 2, + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "Rank": 1, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "Id": 957, "CommandName": "Get-PnPUserProfileProperty", - "Id": 957 + "Rank": 1, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "Rank": 2, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", + "Id": 958, "CommandName": "Get-PnPUserProfileProperty", - "Id": 958 + "Rank": 2, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "Rank": 3, - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", + "Id": 959, "CommandName": "Get-PnPUserProfileProperty", - "Id": 959 + "Rank": 3, + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "Rank": 1, - "Command": "Get-PnPView -List \"Demo List\"", + "Id": 960, "CommandName": "Get-PnPView", - "Id": 960 + "Rank": 1, + "Command": "Get-PnPView -List \"Demo List\"" }, { - "Rank": 2, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", + "Id": 961, "CommandName": "Get-PnPView", - "Id": 961 + "Rank": 2, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "Rank": 3, - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", + "Id": 962, "CommandName": "Get-PnPView", - "Id": 962 + "Rank": 3, + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "Rank": 1, - "Command": "Get-PnPVivaConnectionsDashboardACE", + "Id": 963, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 963 + "Rank": 1, + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "Rank": 2, - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Id": 964, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Id": 964 + "Rank": 2, + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Rank": 1, - "Command": "Get-PnPVivaEngageCommunity", + "Id": 965, "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 965 + "Rank": 1, + "Command": "Get-PnPVivaEngageCommunity" }, { - "Rank": 2, - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Id": 966, "CommandName": "Get-PnPVivaEngageCommunity", - "Id": 966 + "Rank": 2, + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Rank": 1, - "Command": "Get-PnPWeb", + "Id": 967, "CommandName": "Get-PnPWeb", - "Id": 967 + "Rank": 1, + "Command": "Get-PnPWeb" }, { - "Rank": 1, - "Command": "Get-PnPWebHeader", + "Id": 968, "CommandName": "Get-PnPWebHeader", - "Id": 968 + "Rank": 1, + "Command": "Get-PnPWebHeader" }, { - "Rank": 1, - "Command": "Get-PnPWebhookSubscription -List MyList", + "Id": 969, "CommandName": "Get-PnPWebhookSubscription", - "Id": 969 + "Rank": 1, + "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "Rank": 1, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", + "Id": 970, "CommandName": "Get-PnPWebPart", - "Id": 970 + "Rank": 1, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "Rank": 2, - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 971, "CommandName": "Get-PnPWebPart", - "Id": 971 + "Rank": 2, + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 1, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", + "Id": 972, "CommandName": "Get-PnPWebPartProperty", - "Id": 972 + "Rank": 1, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "Rank": 2, - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", + "Id": 973, "CommandName": "Get-PnPWebPartProperty", - "Id": 973 + "Rank": 2, + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "Rank": 1, - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 974, "CommandName": "Get-PnPWebPartXml", - "Id": 974 + "Rank": 1, + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 1, - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", + "Id": 975, "CommandName": "Get-PnPWebPermission", - "Id": 975 + "Rank": 1, + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "Rank": 2, - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Id": 976, "CommandName": "Get-PnPWebPermission", - "Id": 976 + "Rank": 2, + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "Rank": 1, - "Command": "Get-PnPWebTemplates", + "Id": 977, "CommandName": "Get-PnPWebTemplates", - "Id": 977 + "Rank": 1, + "Command": "Get-PnPWebTemplates" }, { - "Rank": 2, - "Command": "Get-PnPWebTemplates -LCID 1033", + "Id": 978, "CommandName": "Get-PnPWebTemplates", - "Id": 978 + "Rank": 2, + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "Rank": 3, - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", + "Id": 979, "CommandName": "Get-PnPWebTemplates", - "Id": 979 + "Rank": 3, + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "Rank": 1, - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", + "Id": 980, "CommandName": "Get-PnPWikiPageContent", - "Id": 980 + "Rank": 1, + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "Rank": 1, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", + "Id": 981, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 981 + "Rank": 1, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "Rank": 2, - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", + "Id": 982, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Id": 982 + "Rank": 2, + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "Rank": 1, - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 983, "CommandName": "Grant-PnPHubSiteRights", - "Id": 983 + "Rank": 1, + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 984, "CommandName": "Grant-PnPSiteDesignRights", - "Id": 984 + "Rank": 1, + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Id": 985, "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Id": 985 + "Rank": 1, + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Rank": 1, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "Id": 986, "CommandName": "Import-PnPTaxonomy", - "Id": 986 + "Rank": 1, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "Rank": 2, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", + "Id": 987, "CommandName": "Import-PnPTaxonomy", - "Id": 987 + "Rank": 2, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "Rank": 3, - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", + "Id": 988, "CommandName": "Import-PnPTaxonomy", - "Id": 988 + "Rank": 3, + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "Rank": 4, - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", + "Id": 989, "CommandName": "Import-PnPTaxonomy", - "Id": 989 + "Rank": 4, + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "Rank": 1, - "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "Id": 990, "CommandName": "Import-PnPTermGroupFromXml", - "Id": 990 + "Rank": 1, + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "Rank": 2, - "Command": "Import-PnPTermGroupFromXml -Path input.xml", + "Id": 991, "CommandName": "Import-PnPTermGroupFromXml", - "Id": 991 + "Rank": 2, + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "Rank": 1, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", + "Id": 992, "CommandName": "Import-PnPTermSet", - "Id": 992 + "Rank": 1, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "Rank": 2, - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", + "Id": 993, "CommandName": "Import-PnPTermSet", - "Id": 993 + "Rank": 2, + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "Rank": 3, - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", + "Id": 994, "CommandName": "Import-PnPTermSet", - "Id": 994 + "Rank": 3, + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "Rank": 1, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 995, "CommandName": "Install-PnPApp", - "Id": 995 + "Rank": 1, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 996, "CommandName": "Install-PnPApp", - "Id": 996 + "Rank": 2, + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", + "Id": 997, "CommandName": "Invoke-PnPGraphMethod", - "Id": 997 + "Rank": 1, + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "Rank": 2, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", + "Id": 998, "CommandName": "Invoke-PnPGraphMethod", - "Id": 998 + "Rank": 2, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "Rank": 3, - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", + "Id": 999, "CommandName": "Invoke-PnPGraphMethod", - "Id": 999 + "Rank": 3, + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "Rank": 4, - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", + "Id": 1000, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1000 + "Rank": 4, + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "Rank": 5, - "Command": "Invoke-PnPGraphMethod -Url \"users\"", + "Id": 1001, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1001 + "Rank": 5, + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "Rank": 6, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", + "Id": 1002, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1002 + "Rank": 6, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "Rank": 7, - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", + "Id": 1003, "CommandName": "Invoke-PnPGraphMethod", - "Id": 1003 + "Rank": 7, + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "Rank": 1, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1004, "CommandName": "Invoke-PnPListDesign", - "Id": 1004 + "Rank": 1, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 2, - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Id": 1005, "CommandName": "Invoke-PnPListDesign", - "Id": 1005 + "Rank": 2, + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Rank": 1, - "Command": "Invoke-PnPQuery -RetryCount 5", + "Id": 1006, "CommandName": "Invoke-PnPQuery", - "Id": 1006 + "Rank": 1, + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "Rank": 1, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1007, "CommandName": "Invoke-PnPSiteDesign", - "Id": 1007 + "Rank": 1, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 2, - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Id": 1008, "CommandName": "Invoke-PnPSiteDesign", - "Id": 1008 + "Rank": 2, + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "Rank": 1, - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", + "Id": 1009, "CommandName": "Invoke-PnPSiteScript", - "Id": 1009 + "Rank": 1, + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "Rank": 1, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Id": 1010, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1010 + "Rank": 1, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Rank": 2, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Id": 1011, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1011 + "Rank": 2, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "Rank": 3, - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", + "Id": 1012, "CommandName": "Invoke-PnPSiteSwap", - "Id": 1012 + "Rank": 3, + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "Rank": 1, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", + "Id": 1013, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1013 + "Rank": 1, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "Rank": 2, - "Command": "Invoke-PnPSiteTemplate -Path template.xml", + "Id": 1014, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1014 + "Rank": 2, + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "Rank": 3, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", + "Id": 1015, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1015 + "Rank": 3, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "Rank": 4, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Id": 1016, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1016 + "Rank": 4, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Rank": 5, - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", + "Id": 1017, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1017 + "Rank": 5, + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "Rank": 6, - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", + "Id": 1018, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1018 + "Rank": 6, + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "Rank": 7, - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", + "Id": 1019, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1019 + "Rank": 7, + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "Rank": 8, - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", + "Id": 1020, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1020 + "Rank": 8, + "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "Rank": 9, - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", + "Id": 1021, "CommandName": "Invoke-PnPSiteTemplate", - "Id": 1021 + "Rank": 9, + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "Rank": 1, - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", + "Id": 1022, "CommandName": "Invoke-PnPSPRestMethod", - "Id": 1022 + "Rank": 1, + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "Rank": 1, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "Id": 1023, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1023 + "Rank": 1, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "Rank": 2, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", + "Id": 1024, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1024 + "Rank": 2, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "Rank": 3, - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Id": 1025, "CommandName": "Invoke-PnPTenantTemplate", - "Id": 1025 + "Rank": 3, + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "Rank": 1, - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "Id": 1026, "CommandName": "Invoke-PnPWebAction", - "Id": 1026 + "Rank": 1, + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "Rank": 2, - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", + "Id": 1027, "CommandName": "Invoke-PnPWebAction", - "Id": 1027 + "Rank": 2, + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "Rank": 1, - "Command": "Measure-PnPList \"Documents\"", + "Id": 1028, "CommandName": "Measure-PnPList", - "Id": 1028 + "Rank": 1, + "Command": "Measure-PnPList \"Documents\"" }, { - "Rank": 2, - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", + "Id": 1029, "CommandName": "Measure-PnPList", - "Id": 1029 + "Rank": 2, + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "Rank": 1, - "Command": "Measure-PnPWeb", + "Id": 1030, "CommandName": "Measure-PnPWeb", - "Id": 1030 + "Rank": 1, + "Command": "Measure-PnPWeb" }, { - "Rank": 2, - "Command": "Measure-PnPWeb $web -Recursive", + "Id": 1031, "CommandName": "Measure-PnPWeb", - "Id": 1031 + "Rank": 2, + "Command": "Measure-PnPWeb $web -Recursive" }, { - "Rank": 1, - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", + "Id": 1032, "CommandName": "Merge-PnPTerm", - "Id": 1032 + "Rank": 1, + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "Rank": 1, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", + "Id": 1033, "CommandName": "Move-PnPFile", - "Id": 1033 + "Rank": 1, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "Rank": 2, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", + "Id": 1034, "CommandName": "Move-PnPFile", - "Id": 1034 + "Rank": 2, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "Rank": 3, - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Id": 1035, "CommandName": "Move-PnPFile", - "Id": 1035 + "Rank": 3, + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Rank": 4, - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Id": 1036, "CommandName": "Move-PnPFile", - "Id": 1036 + "Rank": 4, + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "Rank": 1, - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", + "Id": 1037, "CommandName": "Move-PnPFolder", - "Id": 1037 + "Rank": 1, + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "Rank": 2, - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", + "Id": 1038, "CommandName": "Move-PnPFolder", - "Id": 1038 + "Rank": 2, + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "Rank": 1, - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", + "Id": 1039, "CommandName": "Move-PnPListItemToRecycleBin", - "Id": 1039 + "Rank": 1, + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "Rank": 1, - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Id": 1040, "CommandName": "Move-PnPPage", - "Id": 1040 + "Rank": 1, + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "Rank": 1, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", + "Id": 1041, "CommandName": "Move-PnPPageComponent", - "Id": 1041 + "Rank": 1, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "Rank": 2, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", + "Id": 1042, "CommandName": "Move-PnPPageComponent", - "Id": 1042 + "Rank": 2, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "Rank": 3, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", + "Id": 1043, "CommandName": "Move-PnPPageComponent", - "Id": 1043 + "Rank": 3, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "Rank": 4, - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", + "Id": 1044, "CommandName": "Move-PnPPageComponent", - "Id": 1044 + "Rank": 4, + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "Rank": 1, - "Command": "Move-PnPRecycleBinItem", + "Id": 1045, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1045 + "Rank": 1, + "Command": "Move-PnPRecycleBinItem" }, { - "Rank": 2, - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", + "Id": 1046, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1046 + "Rank": 2, + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "Rank": 3, - "Command": "Move-PnPRecycleBinItem -Force", + "Id": 1047, "CommandName": "Move-PnpRecycleBinItem", - "Id": 1047 + "Rank": 3, + "Command": "Move-PnPRecycleBinItem -Force" }, { - "Rank": 1, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", + "Id": 1048, "CommandName": "Move-PnPTerm", - "Id": 1048 + "Rank": 1, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "Rank": 2, - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", + "Id": 1049, "CommandName": "Move-PnPTerm", - "Id": 1049 + "Rank": 2, + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "Rank": 3, - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", + "Id": 1050, "CommandName": "Move-PnPTerm", - "Id": 1050 + "Rank": 3, + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "Rank": 1, - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", + "Id": 1051, "CommandName": "Move-PnPTermSet", - "Id": 1051 + "Rank": 1, + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "Rank": 2, - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", + "Id": 1052, "CommandName": "Move-PnPTermSet", - "Id": 1052 + "Rank": 2, + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "Rank": 1, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", + "Id": 1053, "CommandName": "New-PnPAzureADGroup", - "Id": 1053 + "Rank": 1, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Rank": 2, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", + "Id": 1054, "CommandName": "New-PnPAzureADGroup", - "Id": 1054 + "Rank": 2, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "Rank": 3, - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", + "Id": 1055, "CommandName": "New-PnPAzureADGroup", - "Id": 1055 + "Rank": 3, + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "Rank": 1, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "Id": 1056, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1056 + "Rank": 1, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "Rank": 2, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", + "Id": 1057, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1057 + "Rank": 2, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "Rank": 3, - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", + "Id": 1058, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Id": 1058 + "Rank": 3, + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "Rank": 1, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", + "Id": 1059, "CommandName": "New-PnPAzureCertificate", - "Id": 1059 + "Rank": 1, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "Rank": 2, - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", + "Id": 1060, "CommandName": "New-PnPAzureCertificate", - "Id": 1060 + "Rank": 2, + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "Rank": 3, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", + "Id": 1061, "CommandName": "New-PnPAzureCertificate", - "Id": 1061 + "Rank": 3, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "Rank": 4, - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", + "Id": 1062, "CommandName": "New-PnPAzureCertificate", - "Id": 1062 + "Rank": 4, + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "Rank": 1, - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", + "Id": 1063, "CommandName": "New-PnPContainerType", - "Id": 1063 + "Rank": 1, + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "Rank": 1, - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", + "Id": 1064, "CommandName": "New-PnPGraphSubscription", - "Id": 1064 + "Rank": 1, + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Rank": 2, - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", + "Id": 1065, "CommandName": "New-PnPGraphSubscription", - "Id": 1065 + "Rank": 2, + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "Rank": 1, - "Command": "New-PnPGroup -Title \"My Site Users\"", + "Id": 1066, "CommandName": "New-PnPGroup", - "Id": 1066 + "Rank": 1, + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "Rank": 1, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", + "Id": 1067, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1067 + "Rank": 1, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "Rank": 2, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Id": 1068, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1068 + "Rank": 2, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Rank": 3, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", + "Id": 1069, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1069 + "Rank": 3, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "Rank": 4, - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Id": 1070, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1070 + "Rank": 4, + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Rank": 1, - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 1071, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Id": 1071 + "Rank": 1, + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, - "Command": "New-PnPList -Title Announcements -Template Announcements", + "Id": 1072, "CommandName": "New-PnPList", - "Id": 1072 + "Rank": 1, + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "Rank": 2, - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", + "Id": 1073, "CommandName": "New-PnPList", - "Id": 1073 + "Rank": 2, + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "Rank": 3, - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", + "Id": 1074, "CommandName": "New-PnPList", - "Id": 1074 + "Rank": 3, + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "Rank": 1, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", + "Id": 1075, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1075 + "Rank": 1, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "Rank": 2, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", + "Id": 1076, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1076 + "Rank": 2, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "Rank": 3, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", + "Id": 1077, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1077 + "Rank": 3, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "Rank": 4, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", + "Id": 1078, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1078 + "Rank": 4, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "Rank": 5, - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Id": 1079, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1079 + "Rank": 5, + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Rank": 6, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Id": 1080, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1080 + "Rank": 6, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Rank": 7, - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", + "Id": 1081, "CommandName": "New-PnPMicrosoft365Group", - "Id": 1081 + "Rank": 7, + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "Rank": 1, - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", + "Id": 1082, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1082 + "Rank": 1, + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "Rank": 2, - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", + "Id": 1083, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Id": 1083 + "Rank": 2, + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "Rank": 1, - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", + "Id": 1084, "CommandName": "New-PnPPersonalSite", - "Id": 1084 + "Rank": 1, + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "Rank": 1, - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "Id": 1085, "CommandName": "New-PnPPlannerPlan", - "Id": 1085 + "Rank": 1, + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "Rank": 1, - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", + "Id": 1086, "CommandName": "New-PnpProfileCardProperty", - "Id": 1086 + "Rank": 1, + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "Rank": 1, - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "Id": 1087, "CommandName": "New-PnPSdnProvider", - "Id": 1087 + "Rank": 1, + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "Rank": 1, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", + "Id": 1088, "CommandName": "New-PnPSearchExternalConnection", - "Id": 1088 + "Rank": 1, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "Rank": 2, - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Id": 1089, "CommandName": "New-PnPSearchExternalConnection", - "Id": 1089 + "Rank": 2, + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Rank": 1, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Id": 1090, "CommandName": "New-PnPSite", - "Id": 1090 + "Rank": 1, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Rank": 2, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", + "Id": 1091, "CommandName": "New-PnPSite", - "Id": 1091 + "Rank": 2, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "Rank": 3, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Id": 1092, "CommandName": "New-PnPSite", - "Id": 1092 + "Rank": 3, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Rank": 4, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Id": 1093, "CommandName": "New-PnPSite", - "Id": 1093 + "Rank": 4, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Rank": 5, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Id": 1094, "CommandName": "New-PnPSite", - "Id": 1094 + "Rank": 5, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Rank": 6, - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Id": 1095, "CommandName": "New-PnPSite", - "Id": 1095 + "Rank": 6, + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Rank": 7, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", + "Id": 1096, "CommandName": "New-PnPSite", - "Id": 1096 + "Rank": 7, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "Rank": 8, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", + "Id": 1097, "CommandName": "New-PnPSite", - "Id": 1097 + "Rank": 8, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "Rank": 9, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", + "Id": 1098, "CommandName": "New-PnPSite", - "Id": 1098 + "Rank": 9, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "Rank": 10, - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", + "Id": 1099, "CommandName": "New-PnPSite", - "Id": 1099 + "Rank": 10, + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "Rank": 11, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Id": 1100, "CommandName": "New-PnPSite", - "Id": 1100 + "Rank": 11, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "Rank": 12, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Id": 1101, "CommandName": "New-PnPSite", - "Id": 1101 + "Rank": 12, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "Rank": 13, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Id": 1102, "CommandName": "New-PnPSite", - "Id": 1102 + "Rank": 13, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "Rank": 14, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Id": 1103, "CommandName": "New-PnPSite", - "Id": 1103 + "Rank": 14, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "Rank": 15, - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Id": 1104, "CommandName": "New-PnPSite", - "Id": 1104 + "Rank": 15, + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "Rank": 16, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", + "Id": 1105, "CommandName": "New-PnPSite", - "Id": 1105 + "Rank": 16, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "Rank": 17, - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", + "Id": 1106, "CommandName": "New-PnPSite", - "Id": 1106 + "Rank": 17, + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "Rank": 1, - "Command": "New-PnPSiteCollectionTermStore", + "Id": 1107, "CommandName": "New-PnPSiteCollectionTermStore", - "Id": 1107 + "Rank": 1, + "Command": "New-PnPSiteCollectionTermStore" }, { - "Rank": 1, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", + "Id": 1108, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1108 + "Rank": 1, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "Rank": 2, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", + "Id": 1109, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1109 + "Rank": 2, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "Rank": 3, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", + "Id": 1110, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1110 + "Rank": 3, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "Rank": 4, - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Id": 1111, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Id": 1111 + "Rank": 4, + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "Rank": 1, - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 1112, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Id": 1112 + "Rank": 1, + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "Rank": 1, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", + "Id": 1113, "CommandName": "New-PnPSiteGroup", - "Id": 1113 + "Rank": 1, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "Rank": 2, - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", + "Id": 1114, "CommandName": "New-PnPSiteGroup", - "Id": 1114 + "Rank": 2, + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "Rank": 1, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "Id": 1115, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1115 + "Rank": 1, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "Rank": 2, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", + "Id": 1116, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1116 + "Rank": 2, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "Rank": 3, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", + "Id": 1117, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1117 + "Rank": 3, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "Rank": 4, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", + "Id": 1118, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1118 + "Rank": 4, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "Rank": 5, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", + "Id": 1119, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1119 + "Rank": 5, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "Rank": 6, - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1120, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1120 + "Rank": 6, + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 7, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", + "Id": 1121, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1121 + "Rank": 7, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "Rank": 8, - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", + "Id": 1122, "CommandName": "New-PnPSiteTemplateFromFolder", - "Id": 1122 + "Rank": 8, + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "Rank": 1, - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "Id": 1123, "CommandName": "New-PnPTeamsApp", - "Id": 1123 + "Rank": 1, + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "Rank": 1, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", + "Id": 1124, "CommandName": "New-PnPTeamsTeam", - "Id": 1124 + "Rank": 1, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "Rank": 2, - "Command": "New-PnPTeamsTeam -GroupId $groupId", + "Id": 1125, "CommandName": "New-PnPTeamsTeam", - "Id": 1125 + "Rank": 2, + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "Rank": 3, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", + "Id": 1126, "CommandName": "New-PnPTeamsTeam", - "Id": 1126 + "Rank": 3, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "Rank": 4, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Id": 1127, "CommandName": "New-PnPTeamsTeam", - "Id": 1127 + "Rank": 4, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "Rank": 5, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", + "Id": 1128, "CommandName": "New-PnPTeamsTeam", - "Id": 1128 + "Rank": 5, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "Rank": 6, - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Id": 1129, "CommandName": "New-PnPTeamsTeam", - "Id": 1129 + "Rank": 6, + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Rank": 1, - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", + "Id": 1130, "CommandName": "New-PnPTenantSite", - "Id": 1130 + "Rank": 1, + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Rank": 2, - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", + "Id": 1131, "CommandName": "New-PnPTenantSite", - "Id": 1131 + "Rank": 2, + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "Rank": 1, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", + "Id": 1132, "CommandName": "New-PnPTerm", - "Id": 1132 + "Rank": 1, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "Rank": 2, - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Id": 1133, "CommandName": "New-PnPTerm", - "Id": 1133 + "Rank": 2, + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Rank": 1, - "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "Id": 1134, "CommandName": "New-PnPTermGroup", - "Id": 1134 + "Rank": 1, + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "Rank": 2, - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Id": 1135, "CommandName": "New-PnPTermGroup", - "Id": 1135 + "Rank": 2, + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Rank": 1, - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", + "Id": 1136, "CommandName": "New-PnPTermLabel", - "Id": 1136 + "Rank": 1, + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "Rank": 1, - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "Id": 1137, "CommandName": "New-PnPTermSet", - "Id": 1137 + "Rank": 1, + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "Rank": 1, - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", + "Id": 1138, "CommandName": "New-PnPTodoList", - "Id": 1138 + "Rank": 1, + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "Rank": 2, - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", + "Id": 1139, "CommandName": "New-PnPTodoList", - "Id": 1139 + "Rank": 2, + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Rank": 1, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", + "Id": 1140, "CommandName": "New-PnPUPABulkImportJob", - "Id": 1140 + "Rank": 1, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "Rank": 2, - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", + "Id": 1141, "CommandName": "New-PnPUPABulkImportJob", - "Id": 1141 + "Rank": 2, + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "Rank": 1, - "Command": "New-PnPUser -LoginName user@company.com", + "Id": 1142, "CommandName": "New-PnPUser", - "Id": 1142 + "Rank": 1, + "Command": "New-PnPUser -LoginName user@company.com" }, { - "Rank": 1, - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", + "Id": 1143, "CommandName": "New-PnPVivaEngageCommunity", - "Id": 1143 + "Rank": 1, + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "Rank": 1, - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", + "Id": 1144, "CommandName": "New-PnPWeb", - "Id": 1144 + "Rank": 1, + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "Rank": 1, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Id": 1145, "CommandName": "Publish-PnPApp", - "Id": 1145 + "Rank": 1, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "Rank": 2, - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", + "Id": 1146, "CommandName": "Publish-PnPApp", - "Id": 1146 + "Rank": 2, + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "Rank": 1, - "Command": "Publish-PnPContentType -ContentType 0x0101", + "Id": 1147, "CommandName": "Publish-PnPContentType", - "Id": 1147 + "Rank": 1, + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "Rank": 1, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Id": 1148, "CommandName": "Publish-PnPSyntexModel", - "Id": 1148 + "Rank": 1, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Rank": 2, - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Id": 1149, "CommandName": "Publish-PnPSyntexModel", - "Id": 1149 + "Rank": 2, + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Rank": 1, - "Command": "Read-PnPSiteTemplate -Path template.pnp", + "Id": 1150, "CommandName": "Read-PnPSiteTemplate", - "Id": 1150 + "Rank": 1, + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "Rank": 2, - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", + "Id": 1151, "CommandName": "Read-PnPSiteTemplate", - "Id": 1151 + "Rank": 2, + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "Rank": 3, - "Command": "Read-PnPSiteTemplate -Xml $xml", + "Id": 1152, "CommandName": "Read-PnPSiteTemplate", - "Id": 1152 + "Rank": 3, + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "Rank": 1, - "Command": "Read-PnPTenantTemplate -Path template.pnp", + "Id": 1153, "CommandName": "Read-PnPTenantTemplate", - "Id": 1153 + "Rank": 1, + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "Rank": 1, - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", + "Id": 1154, "CommandName": "Register-PnPAppCatalogSite", - "Id": 1154 + "Rank": 1, + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "Rank": 1, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", + "Id": 1155, "CommandName": "Register-PnPAzureADApp", - "Id": 1155 + "Rank": 1, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "Rank": 2, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1156, "CommandName": "Register-PnPAzureADApp", - "Id": 1156 + "Rank": 2, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 3, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", + "Id": 1157, "CommandName": "Register-PnPAzureADApp", - "Id": 1157 + "Rank": 3, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "Rank": 4, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1158, "CommandName": "Register-PnPAzureADApp", - "Id": 1158 + "Rank": 4, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 5, - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1159, "CommandName": "Register-PnPAzureADApp", - "Id": 1159 + "Rank": 5, + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 6, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1160, "CommandName": "Register-PnPAzureADApp", - "Id": 1160 + "Rank": 6, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "Rank": 7, - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", + "Id": 1161, "CommandName": "Register-PnPAzureADApp", - "Id": 1161 + "Rank": 7, + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "Rank": 8, - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", + "Id": 1162, "CommandName": "Register-PnPAzureADApp", - "Id": 1162 + "Rank": 8, + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "Rank": 1, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", + "Id": 1163, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1163 + "Rank": 1, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "Rank": 2, - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", + "Id": 1164, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Id": 1164 + "Rank": 2, + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "Rank": 1, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Id": 1165, "CommandName": "Register-PnPHubSite", - "Id": 1165 + "Rank": 1, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 2, - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", + "Id": 1166, "CommandName": "Register-PnPHubSite", - "Id": 1166 + "Rank": 2, + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "Id": 1167, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1167 + "Rank": 1, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "Rank": 2, - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", + "Id": 1168, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Id": 1168 + "Rank": 2, + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "Rank": 1, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", + "Id": 1169, "CommandName": "Remove-PnPAlert", - "Id": 1169 + "Rank": 1, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "Rank": 2, - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Id": 1170, "CommandName": "Remove-PnPAlert", - "Id": 1170 + "Rank": 2, + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1171, "CommandName": "Remove-PnPApp", - "Id": 1171 + "Rank": 1, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1172, "CommandName": "Remove-PnPApp", - "Id": 1172 + "Rank": 2, + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 1173, "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1173 + "Rank": 1, + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 2, - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Id": 1174, "CommandName": "Remove-PnPApplicationCustomizer", - "Id": 1174 + "Rank": 2, + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Rank": 1, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "Id": 1175, "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1175 + "Rank": 1, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "Rank": 2, - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Id": 1176, "CommandName": "Remove-PnPAvailableSiteClassification", - "Id": 1176 + "Rank": 2, + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Rank": 1, - "Command": "Remove-PnPAzureADApp -Identity MyApp", + "Id": 1177, "CommandName": "Remove-PnPAzureADApp", - "Id": 1177 + "Rank": 1, + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "Rank": 2, - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Id": 1178, "CommandName": "Remove-PnPAzureADApp", - "Id": 1178 + "Rank": 2, + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "Rank": 1, - "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "Id": 1179, "CommandName": "Remove-PnPAzureADGroup", - "Id": 1179 + "Rank": 1, + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "Rank": 2, - "Command": "Remove-PnPAzureADGroup -Identity $group", + "Id": 1180, "CommandName": "Remove-PnPAzureADGroup", - "Id": 1180 + "Rank": 2, + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "Rank": 1, - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1181, "CommandName": "Remove-PnPAzureADGroupMember", - "Id": 1181 + "Rank": 1, + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1182, "CommandName": "Remove-PnPAzureADGroupOwner", - "Id": 1182 + "Rank": 1, + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", + "Id": 1183, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1183 + "Rank": 1, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "Rank": 2, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", + "Id": 1184, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1184 + "Rank": 2, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "Rank": 3, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Id": 1185, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1185 + "Rank": 3, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "Rank": 4, - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Id": 1186, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Id": 1186 + "Rank": 4, + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "Rank": 1, - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", + "Id": 1187, "CommandName": "Remove-PnPAzureADUser", - "Id": 1187 + "Rank": 1, + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "Rank": 2, - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", + "Id": 1188, "CommandName": "Remove-PnPAzureADUser", - "Id": 1188 + "Rank": 2, + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "Rank": 1, - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Id": 1189, "CommandName": "Remove-PnPContainer", - "Id": 1189 + "Rank": 1, + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Rank": 2, - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Id": 1190, "CommandName": "Remove-PnPContainer", - "Id": 1190 + "Rank": 2, + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "Rank": 1, - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", + "Id": 1191, "CommandName": "Remove-PnPContainerType", - "Id": 1191 + "Rank": 1, + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "Rank": 1, - "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "Id": 1192, "CommandName": "Remove-PnPContentType", - "Id": 1192 + "Rank": 1, + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "Rank": 2, - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", + "Id": 1193, "CommandName": "Remove-PnPContentType", - "Id": 1193 + "Rank": 2, + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "Rank": 1, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Id": 1194, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1194 + "Rank": 1, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "Rank": 2, - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Id": 1195, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Id": 1195 + "Rank": 2, + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "Rank": 1, - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "Id": 1196, "CommandName": "Remove-PnPContentTypeFromList", - "Id": 1196 + "Rank": 1, + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "Rank": 1, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 1197, "CommandName": "Remove-PnPCustomAction", - "Id": 1197 + "Rank": 1, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 2, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Id": 1198, "CommandName": "Remove-PnPCustomAction", - "Id": 1198 + "Rank": 2, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "Rank": 3, - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", + "Id": 1199, "CommandName": "Remove-PnPCustomAction", - "Id": 1199 + "Rank": 3, + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "Rank": 1, - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Id": 1200, "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Id": 1200 + "Rank": 1, + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Rank": 1, - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 1201, "CommandName": "Remove-PnPEventReceiver", - "Id": 1201 + "Rank": 1, + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 2, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 1202, "CommandName": "Remove-PnPEventReceiver", - "Id": 1202 + "Rank": 2, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "Rank": 3, - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", + "Id": 1203, "CommandName": "Remove-PnPEventReceiver", - "Id": 1203 + "Rank": 3, + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "Rank": 4, - "Command": "Remove-PnPEventReceiver -List ProjectList", + "Id": 1204, "CommandName": "Remove-PnPEventReceiver", - "Id": 1204 + "Rank": 4, + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "Rank": 5, - "Command": "Remove-PnPEventReceiver", + "Id": 1205, "CommandName": "Remove-PnPEventReceiver", - "Id": 1205 + "Rank": 5, + "Command": "Remove-PnPEventReceiver" }, { - "Rank": 6, - "Command": "Remove-PnPEventReceiver -Scope Site", + "Id": 1206, "CommandName": "Remove-PnPEventReceiver", - "Id": 1206 + "Rank": 6, + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "Rank": 7, - "Command": "Remove-PnPEventReceiver -Scope Web", + "Id": 1207, "CommandName": "Remove-PnPEventReceiver", - "Id": 1207 + "Rank": 7, + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "Rank": 8, - "Command": "Remove-PnPEventReceiver -Scope All", + "Id": 1208, "CommandName": "Remove-PnPEventReceiver", - "Id": 1208 + "Rank": 8, + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "Rank": 1, - "Command": "Remove-PnPField -Identity \"Speakers\"", + "Id": 1209, "CommandName": "Remove-PnPField", - "Id": 1209 + "Rank": 1, + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "Rank": 2, - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Id": 1210, "CommandName": "Remove-PnPField", - "Id": 1210 + "Rank": 2, + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "Rank": 1, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Id": 1211, "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1211 + "Rank": 1, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "Rank": 2, - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", + "Id": 1212, "CommandName": "Remove-PnPFieldFromContentType", - "Id": 1212 + "Rank": 2, + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "Rank": 1, - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", + "Id": 1213, "CommandName": "Remove-PnPFile", - "Id": 1213 + "Rank": 1, + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "Rank": 2, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", + "Id": 1214, "CommandName": "Remove-PnPFile", - "Id": 1214 + "Rank": 2, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "Rank": 3, - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", + "Id": 1215, "CommandName": "Remove-PnPFile", - "Id": 1215 + "Rank": 3, + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "Rank": 1, - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "Id": 1216, "CommandName": "Remove-PnPFileFromSiteTemplate", - "Id": 1216 + "Rank": 1, + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "Rank": 1, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 1217, "CommandName": "Remove-PnPFileSharingLink", - "Id": 1217 + "Rank": 1, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "Rank": 2, - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", + "Id": 1218, "CommandName": "Remove-PnPFileSharingLink", - "Id": 1218 + "Rank": 2, + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "Rank": 1, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Id": 1219, "CommandName": "Remove-PnPFileVersion", - "Id": 1219 + "Rank": 1, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Rank": 2, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Id": 1220, "CommandName": "Remove-PnPFileVersion", - "Id": 1220 + "Rank": 2, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Rank": 3, - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", + "Id": 1221, "CommandName": "Remove-PnPFileVersion", - "Id": 1221 + "Rank": 3, + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "Rank": 1, - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 1222, "CommandName": "Remove-PnPFlow", - "Id": 1222 + "Rank": 1, + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", + "Id": 1223, "CommandName": "Remove-PnPFlow", - "Id": 1223 + "Rank": 2, + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "Rank": 1, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", + "Id": 1224, "CommandName": "Remove-PnPFlowOwner", - "Id": 1224 + "Rank": 1, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "Rank": 2, - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", + "Id": 1225, "CommandName": "Remove-PnPFlowOwner", - "Id": 1225 + "Rank": 2, + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "Rank": 3, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", + "Id": 1226, "CommandName": "Remove-PnPFlowOwner", - "Id": 1226 + "Rank": 3, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "Rank": 4, - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", + "Id": 1227, "CommandName": "Remove-PnPFlowOwner", - "Id": 1227 + "Rank": 4, + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "Rank": 1, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Id": 1228, "CommandName": "Remove-PnPFolder", - "Id": 1228 + "Rank": 1, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "Rank": 2, - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", + "Id": 1229, "CommandName": "Remove-PnPFolder", - "Id": 1229 + "Rank": 2, + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "Rank": 1, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 1230, "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1230 + "Rank": 1, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "Rank": 2, - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", + "Id": 1231, "CommandName": "Remove-PnPFolderSharingLink", - "Id": 1231 + "Rank": 2, + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "Rank": 1, - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", + "Id": 1232, "CommandName": "Remove-PnPGraphSubscription", - "Id": 1232 + "Rank": 1, + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "Rank": 1, - "Command": "Remove-PnPGroup -Identity \"My Users\"", + "Id": 1233, "CommandName": "Remove-PnPGroup", - "Id": 1233 + "Rank": 1, + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "Rank": 1, - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Id": 1234, "CommandName": "Remove-PnPGroupMember", - "Id": 1234 + "Rank": 1, + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "Rank": 1, - "Command": "Remove-PnPHomeSite", + "Id": 1235, "CommandName": "Remove-PnPHomeSite", - "Id": 1235 + "Rank": 1, + "Command": "Remove-PnPHomeSite" }, { - "Rank": 1, - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", + "Id": 1236, "CommandName": "Remove-PnPHubSiteAssociation", - "Id": 1236 + "Rank": 1, + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Rank": 1, - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", + "Id": 1237, "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1237 + "Rank": 1, + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "Rank": 2, - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", + "Id": 1238, "CommandName": "Remove-PnPHubToHubAssociation", - "Id": 1238 + "Rank": 2, + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "Rank": 1, - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "Id": 1239, "CommandName": "Remove-PnPIndexedProperty", - "Id": 1239 + "Rank": 1, + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "Rank": 1, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "Id": 1240, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1240 + "Rank": 1, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "Rank": 2, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", + "Id": 1241, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1241 + "Rank": 2, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "Rank": 3, - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", + "Id": 1242, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1242 + "Rank": 3, + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "Rank": 4, - "Command": "Remove-PnPJavaScriptLink -Scope Site", + "Id": 1243, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1243 + "Rank": 4, + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "Rank": 5, - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", + "Id": 1244, "CommandName": "Remove-PnPJavaScriptLink", - "Id": 1244 + "Rank": 5, + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "Rank": 1, - "Command": "Remove-PnPKnowledgeHubSite", + "Id": 1245, "CommandName": "Remove-PnPKnowledgeHubSite", - "Id": 1245 + "Rank": 1, + "Command": "Remove-PnPKnowledgeHubSite" }, { - "Rank": 1, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", + "Id": 1246, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1246 + "Rank": 1, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "Rank": 2, - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Id": 1247, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Id": 1247 + "Rank": 2, + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "Rank": 1, - "Command": "Remove-PnPList -Identity Announcements", + "Id": 1248, "CommandName": "Remove-PnPList", - "Id": 1248 + "Rank": 1, + "Command": "Remove-PnPList -Identity Announcements" }, { - "Rank": 2, - "Command": "Remove-PnPList -Identity Announcements -Force", + "Id": 1249, "CommandName": "Remove-PnPList", - "Id": 1249 + "Rank": 2, + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "Rank": 3, - "Command": "Remove-PnPList -Identity Announcements -Recycle", + "Id": 1250, "CommandName": "Remove-PnPList", - "Id": 1250 + "Rank": 3, + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "Rank": 4, - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", + "Id": 1251, "CommandName": "Remove-PnPList", - "Id": 1251 + "Rank": 4, + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "Rank": 1, - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1252, "CommandName": "Remove-PnPListDesign", - "Id": 1252 + "Rank": 1, + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", + "Id": 1253, "CommandName": "Remove-PnPListItem", - "Id": 1253 + "Rank": 1, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "Rank": 2, - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", + "Id": 1254, "CommandName": "Remove-PnPListItem", - "Id": 1254 + "Rank": 2, + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "Rank": 3, - "Command": "Remove-PnPListItem -List \"Demo List\"", + "Id": 1255, "CommandName": "Remove-PnPListItem", - "Id": 1255 + "Rank": 3, + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "Rank": 1, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", + "Id": 1256, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1256 + "Rank": 1, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "Rank": 2, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", + "Id": 1257, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1257 + "Rank": 2, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "Rank": 3, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", + "Id": 1258, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1258 + "Rank": 3, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "Rank": 4, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", + "Id": 1259, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1259 + "Rank": 4, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "Rank": 5, - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", + "Id": 1260, "CommandName": "Remove-PnPListItemAttachment", - "Id": 1260 + "Rank": 5, + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "Rank": 1, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", + "Id": 1261, "CommandName": "Remove-PnPListItemComment", - "Id": 1261 + "Rank": 1, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "Rank": 2, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", + "Id": 1262, "CommandName": "Remove-PnPListItemComment", - "Id": 1262 + "Rank": 2, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "Rank": 3, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", + "Id": 1263, "CommandName": "Remove-PnPListItemComment", - "Id": 1263 + "Rank": 3, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "Rank": 4, - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", + "Id": 1264, "CommandName": "Remove-PnPListItemComment", - "Id": 1264 + "Rank": 4, + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "Rank": 1, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Id": 1265, "CommandName": "Remove-PnPListItemVersion", - "Id": 1265 + "Rank": 1, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Rank": 2, - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Id": 1266, "CommandName": "Remove-PnPListItemVersion", - "Id": 1266 + "Rank": 2, + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Rank": 1, - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", + "Id": 1267, "CommandName": "Remove-PnPManagedAppId", - "Id": 1267 + "Rank": 1, + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "Id": 1268, "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1268 + "Rank": 1, + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "Rank": 2, - "Command": "Remove-PnPMicrosoft365Group -Identity $group", + "Id": 1269, "CommandName": "Remove-PnPMicrosoft365Group", - "Id": 1269 + "Rank": 2, + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1270, "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Id": 1270 + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1271, "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Id": 1271 + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", + "Id": 1272, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Id": 1272 + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "Rank": 1, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", + "Id": 1273, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1273 + "Rank": 1, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "Rank": 2, - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", + "Id": 1274, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Id": 1274 + "Rank": 2, + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "Rank": 1, - "Command": "Remove-PnPNavigationNode -Identity 1032", + "Id": 1275, "CommandName": "Remove-PnPNavigationNode", - "Id": 1275 + "Rank": 1, + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "Rank": 2, - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", + "Id": 1276, "CommandName": "Remove-PnPNavigationNode", - "Id": 1276 + "Rank": 2, + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "Rank": 3, - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", + "Id": 1277, "CommandName": "Remove-PnPNavigationNode", - "Id": 1277 + "Rank": 3, + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "Rank": 1, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "Id": 1278, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1278 + "Rank": 1, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "Rank": 2, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", + "Id": 1279, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1279 + "Rank": 2, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "Rank": 3, - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", + "Id": 1280, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Id": 1280 + "Rank": 3, + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "Rank": 1, - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", + "Id": 1281, "CommandName": "Remove-PnPOrgNewsSite", - "Id": 1281 + "Rank": 1, + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "Rank": 1, - "Command": "Remove-PnPPage -Identity \"MyPage\"", + "Id": 1282, "CommandName": "Remove-PnPPage", - "Id": 1282 + "Rank": 1, + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "Rank": 2, - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", + "Id": 1283, "CommandName": "Remove-PnPPage", - "Id": 1283 + "Rank": 2, + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "Rank": 3, - "Command": "Remove-PnPPage $page", + "Id": 1284, "CommandName": "Remove-PnPPage", - "Id": 1284 + "Rank": 3, + "Command": "Remove-PnPPage $page" }, { - "Rank": 4, - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", + "Id": 1285, "CommandName": "Remove-PnPPage", - "Id": 1285 + "Rank": 4, + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "Rank": 1, - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 1286, "CommandName": "Remove-PnPPageComponent", - "Id": 1286 + "Rank": 1, + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 1, - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", + "Id": 1287, "CommandName": "Remove-PnPPlannerBucket", - "Id": 1287 + "Rank": 1, + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "Rank": 1, - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "Id": 1288, "CommandName": "Remove-PnPPlannerPlan", - "Id": 1288 + "Rank": 1, + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "Rank": 1, - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Id": 1289, "CommandName": "Remove-PnPPlannerRoster", - "Id": 1289 + "Rank": 1, + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "Rank": 1, - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Id": 1290, "CommandName": "Remove-PnPPlannerRosterMember", - "Id": 1290 + "Rank": 1, + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "Id": 1291, "CommandName": "Remove-PnPPlannerTask", - "Id": 1291 + "Rank": 1, + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "Rank": 1, - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", + "Id": 1292, "CommandName": "Remove-PnPProfileCardProperty", - "Id": 1292 + "Rank": 1, + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "Rank": 1, - "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "Id": 1293, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1293 + "Rank": 1, + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "Rank": 2, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", + "Id": 1294, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1294 + "Rank": 2, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "Rank": 3, - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", + "Id": 1295, "CommandName": "Remove-PnPPropertyBagValue", - "Id": 1295 + "Rank": 3, + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "Rank": 1, - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Id": 1296, "CommandName": "Remove-PnPPublishingImageRendition", - "Id": 1296 + "Rank": 1, + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "Rank": 1, - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "Id": 1297, "CommandName": "Remove-PnPRoleDefinition", - "Id": 1297 + "Rank": 1, + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "Rank": 1, - "Command": "Remove-PnPSdnProvider -Confirm:false", + "Id": 1298, "CommandName": "Remove-PnPSdnProvider", - "Id": 1298 + "Rank": 1, + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "Rank": 1, - "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "Id": 1299, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1299 + "Rank": 1, + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "Rank": 2, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", + "Id": 1300, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1300 + "Rank": 2, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Rank": 3, - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Id": 1301, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1301 + "Rank": 3, + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Rank": 4, - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Id": 1302, "CommandName": "Remove-PnPSearchConfiguration", - "Id": 1302 + "Rank": 4, + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Rank": 1, - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Id": 1303, "CommandName": "Remove-PnPSearchExternalConnection", - "Id": 1303 + "Rank": 1, + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "Rank": 1, - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Id": 1304, "CommandName": "Remove-PnPSearchExternalItem", - "Id": 1304 + "Rank": 1, + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "Rank": 1, - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Id": 1305, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1305 + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 2, - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Id": 1306, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Id": 1306 + "Rank": 2, + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Rank": 1, - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Id": 1307, "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Id": 1307 + "Rank": 1, + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "Rank": 1, - "Command": "Remove-PnPSiteCollectionTermStore", + "Id": 1308, "CommandName": "Remove-PnPSiteCollectionTermStore", - "Id": 1308 + "Rank": 1, + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "Rank": 1, - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1309, "CommandName": "Remove-PnPSiteDesign", - "Id": 1309 + "Rank": 1, + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1310, "CommandName": "Remove-PnPSiteDesignTask", - "Id": 1310 + "Rank": 1, + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1311, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1311 + "Rank": 1, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "Rank": 2, - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", + "Id": 1312, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Id": 1312 + "Rank": 2, + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "Rank": 1, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", + "Id": 1313, "CommandName": "Remove-PnPSiteGroup", - "Id": 1313 + "Rank": 1, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Rank": 2, - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", + "Id": 1314, "CommandName": "Remove-PnPSiteGroup", - "Id": 1314 + "Rank": 2, + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "Rank": 1, - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1315, "CommandName": "Remove-PnPSiteScript", - "Id": 1315 + "Rank": 1, + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "Rank": 1, - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Id": 1316, "CommandName": "Remove-PnPSiteUserInvitations", - "Id": 1316 + "Rank": 1, + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "Rank": 1, - "Command": "Remove-PnPStorageEntity -Key MyKey", + "Id": 1317, "CommandName": "Remove-PnPStorageEntity", - "Id": 1317 + "Rank": 1, + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "Rank": 2, - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", + "Id": 1318, "CommandName": "Remove-PnPStorageEntity", - "Id": 1318 + "Rank": 2, + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "Rank": 1, - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "Id": 1319, "CommandName": "Remove-PnPStoredCredential", - "Id": 1319 + "Rank": 1, + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "Id": 1320, "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1320 + "Rank": 1, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "Rank": 2, - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", + "Id": 1321, "CommandName": "Remove-PnPTaxonomyItem", - "Id": 1321 + "Rank": 2, + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "Rank": 1, - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", + "Id": 1322, "CommandName": "Remove-PnPTeamsApp", - "Id": 1322 + "Rank": 1, + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "Rank": 2, - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", + "Id": 1323, "CommandName": "Remove-PnPTeamsApp", - "Id": 1323 + "Rank": 2, + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "Rank": 1, - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", + "Id": 1324, "CommandName": "Remove-PnPTeamsChannel", - "Id": 1324 + "Rank": 1, + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "Rank": 1, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", + "Id": 1325, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1325 + "Rank": 1, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "Rank": 2, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Id": 1326, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1326 + "Rank": 2, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "Rank": 3, - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", + "Id": 1327, "CommandName": "Remove-PnPTeamsChannelUser", - "Id": 1327 + "Rank": 3, + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "Rank": 1, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", + "Id": 1328, "CommandName": "Remove-PnPTeamsTab", - "Id": 1328 + "Rank": 1, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "Rank": 2, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", + "Id": 1329, "CommandName": "Remove-PnPTeamsTab", - "Id": 1329 + "Rank": 2, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "Rank": 3, - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", + "Id": 1330, "CommandName": "Remove-PnPTeamsTab", - "Id": 1330 + "Rank": 3, + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "Rank": 1, - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Id": 1331, "CommandName": "Remove-PnPTeamsTag", - "Id": 1331 + "Rank": 1, + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "Rank": 1, - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Id": 1332, "CommandName": "Remove-PnPTeamsTeam", - "Id": 1332 + "Rank": 1, + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "Rank": 2, - "Command": "Remove-PnPTeamsTeam -Identity testteam", + "Id": 1333, "CommandName": "Remove-PnPTeamsTeam", - "Id": 1333 + "Rank": 2, + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "Rank": 1, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", + "Id": 1334, "CommandName": "Remove-PnPTeamsUser", - "Id": 1334 + "Rank": 1, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "Rank": 2, - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Id": 1335, "CommandName": "Remove-PnPTeamsUser", - "Id": 1335 + "Rank": 2, + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Rank": 3, - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", + "Id": 1336, "CommandName": "Remove-PnPTeamsUser", - "Id": 1336 + "Rank": 3, + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Id": 1337, "CommandName": "Remove-PnPTenantCdnOrigin", - "Id": 1337 + "Rank": 1, + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "Rank": 1, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1338, "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1338 + "Rank": 1, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Id": 1339, "CommandName": "Remove-PnPTenantDeletedSite", - "Id": 1339 + "Rank": 2, + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Rank": 1, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Id": 1340, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1340 + "Rank": 1, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "Rank": 2, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Id": 1341, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1341 + "Rank": 2, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "Rank": 3, - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Id": 1342, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Id": 1342 + "Rank": 3, + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "Rank": 1, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1343, "CommandName": "Remove-PnPTenantSite", - "Id": 1343 + "Rank": 1, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", + "Id": 1344, "CommandName": "Remove-PnPTenantSite", - "Id": 1344 + "Rank": 2, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "Rank": 3, - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", + "Id": 1345, "CommandName": "Remove-PnPTenantSite", - "Id": 1345 + "Rank": 3, + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "Rank": 1, - "Command": "Remove-PnPTenantSyncClientRestriction", + "Id": 1346, "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Id": 1346 + "Rank": 1, + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "Rank": 1, - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Id": 1347, "CommandName": "Remove-PnPTenantTheme", - "Id": 1347 + "Rank": 1, + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "Rank": 1, - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Id": 1348, "CommandName": "Remove-PnPTerm", - "Id": 1348 + "Rank": 1, + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Rank": 2, - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 1349, "CommandName": "Remove-PnPTerm", - "Id": 1349 + "Rank": 2, + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 1, - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Id": 1350, "CommandName": "Remove-PnPTermGroup", - "Id": 1350 + "Rank": 1, + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "Rank": 2, - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", + "Id": 1351, "CommandName": "Remove-PnPTermGroup", - "Id": 1351 + "Rank": 2, + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "Rank": 3, - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", + "Id": 1352, "CommandName": "Remove-PnPTermGroup", - "Id": 1352 + "Rank": 3, + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "Rank": 1, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", + "Id": 1353, "CommandName": "Remove-PnPTermLabel", - "Id": 1353 + "Rank": 1, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "Rank": 2, - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 1354, "CommandName": "Remove-PnPTermLabel", - "Id": 1354 + "Rank": 2, + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "Rank": 1, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", + "Id": 1355, "CommandName": "Remove-PnPTodoList", - "Id": 1355 + "Rank": 1, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "Rank": 2, - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", + "Id": 1356, "CommandName": "Remove-PnPTodoList", - "Id": 1356 + "Rank": 2, + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "Rank": 1, - "Command": "Remove-PnPUser -Identity 23", + "Id": 1357, "CommandName": "Remove-PnPUser", - "Id": 1357 + "Rank": 1, + "Command": "Remove-PnPUser -Identity 23" }, { - "Rank": 2, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", + "Id": 1358, "CommandName": "Remove-PnPUser", - "Id": 1358 + "Rank": 2, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "Rank": 3, - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", + "Id": 1359, "CommandName": "Remove-PnPUser", - "Id": 1359 + "Rank": 3, + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "Rank": 1, - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Id": 1360, "CommandName": "Remove-PnPUserInfo", - "Id": 1360 + "Rank": 1, + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "Rank": 1, - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "Id": 1361, "CommandName": "Remove-PnPUserProfile", - "Id": 1361 + "Rank": 1, + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "Rank": 1, - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Id": 1362, "CommandName": "Remove-PnPUserProfilePhoto", - "Id": 1362 + "Rank": 1, + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", + "Id": 1363, "CommandName": "Remove-PnPView", - "Id": 1363 + "Rank": 1, + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "Rank": 1, - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Id": 1364, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Id": 1364 + "Rank": 1, + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "Rank": 1, - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Id": 1365, "CommandName": "Remove-PnPVivaEngageCommunity", - "Id": 1365 + "Rank": 1, + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "Rank": 1, - "Command": "Remove-PnPWeb -Identity projectA", + "Id": 1366, "CommandName": "Remove-PnPWeb", - "Id": 1366 + "Rank": 1, + "Command": "Remove-PnPWeb -Identity projectA" }, { - "Rank": 2, - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", + "Id": 1367, "CommandName": "Remove-PnPWeb", - "Id": 1367 + "Rank": 2, + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "Rank": 1, - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", + "Id": 1368, "CommandName": "Remove-PnPWebhookSubscription", - "Id": 1368 + "Rank": 1, + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "Rank": 1, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 1369, "CommandName": "Remove-PnPWebPart", - "Id": 1369 + "Rank": 1, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "Rank": 2, - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", + "Id": 1370, "CommandName": "Remove-PnPWebPart", - "Id": 1370 + "Rank": 2, + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "Rank": 1, - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "Id": 1371, "CommandName": "Remove-PnPWikiPage", - "Id": 1371 + "Rank": 1, + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "Rank": 1, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", + "Id": 1372, "CommandName": "Rename-PnPFile", - "Id": 1372 + "Rank": 1, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "Rank": 2, - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", + "Id": 1373, "CommandName": "Rename-PnPFile", - "Id": 1373 + "Rank": 2, + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "Rank": 3, - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", + "Id": 1374, "CommandName": "Rename-PnPFile", - "Id": 1374 + "Rank": 3, + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "Rank": 1, - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", + "Id": 1375, "CommandName": "Rename-PnPFolder", - "Id": 1375 + "Rank": 1, + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "Rank": 1, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Id": 1376, "CommandName": "Repair-PnPSite", - "Id": 1376 + "Rank": 1, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Rank": 2, - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Id": 1377, "CommandName": "Repair-PnPSite", - "Id": 1377 + "Rank": 2, + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Rank": 1, - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", + "Id": 1378, "CommandName": "Request-PnPPersonalSite", - "Id": 1378 + "Rank": 1, + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "Rank": 2, - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", + "Id": 1379, "CommandName": "Request-PnPPersonalSite", - "Id": 1379 + "Rank": 2, + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "Rank": 1, - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "Id": 1380, "CommandName": "Request-PnPReIndexList", - "Id": 1380 + "Rank": 1, + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "Rank": 1, - "Command": "Request-PnPReIndexWeb", + "Id": 1381, "CommandName": "Request-PnPReIndexWeb", - "Id": 1381 + "Rank": 1, + "Command": "Request-PnPReIndexWeb" }, { - "Rank": 1, - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", + "Id": 1382, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1382 + "Rank": 1, + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "Rank": 2, - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", + "Id": 1383, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1383 + "Rank": 2, + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "Rank": 3, - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", + "Id": 1384, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Id": 1384 + "Rank": 3, + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "Rank": 1, - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", + "Id": 1385, "CommandName": "Reset-PnPDocumentId", - "Id": 1385 + "Rank": 1, + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "Rank": 2, - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", + "Id": 1386, "CommandName": "Reset-PnPDocumentId", - "Id": 1386 + "Rank": 2, + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "Rank": 1, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "Id": 1387, "CommandName": "Reset-PnPFileVersion", - "Id": 1387 + "Rank": 1, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "Rank": 2, - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", + "Id": 1388, "CommandName": "Reset-PnPFileVersion", - "Id": 1388 + "Rank": 2, + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "Rank": 1, - "Command": "Reset-PnPMicrosoft365GroupExpiration", + "Id": 1389, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Id": 1389 + "Rank": 1, + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "Rank": 1, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", + "Id": 1390, "CommandName": "Reset-PnPRetentionLabel", - "Id": 1390 + "Rank": 1, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "Rank": 2, - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", + "Id": 1391, "CommandName": "Reset-PnPRetentionLabel", - "Id": 1391 + "Rank": 2, + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "Rank": 1, - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "Id": 1392, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Id": 1392 + "Rank": 1, + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "Rank": 1, - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "Id": 1393, "CommandName": "Resolve-PnPFolder", - "Id": 1393 + "Rank": 1, + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "Rank": 1, - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Id": 1394, "CommandName": "Restart-PnPFlowRun", - "Id": 1394 + "Rank": 1, + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Rank": 1, - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Id": 1395, "CommandName": "Restore-PnPDeletedContainer", - "Id": 1395 + "Rank": 1, + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "Rank": 1, - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Id": 1396, "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Id": 1396 + "Rank": 1, + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "Rank": 1, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Id": 1397, "CommandName": "Restore-PnPFileVersion", - "Id": 1397 + "Rank": 1, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "Rank": 2, - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", + "Id": 1398, "CommandName": "Restore-PnPFileVersion", - "Id": 1398 + "Rank": 2, + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "Rank": 3, - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Id": 1399, "CommandName": "Restore-PnPFileVersion", - "Id": 1399 + "Rank": 3, + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "Rank": 1, - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 1400, "CommandName": "Restore-PnPFlow", - "Id": 1400 + "Rank": 1, + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 2, - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 1401, "CommandName": "Restore-PnPFlow", - "Id": 1401 + "Rank": 2, + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "Rank": 1, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Id": 1402, "CommandName": "Restore-PnPListItemVersion", - "Id": 1402 + "Rank": 1, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "Rank": 2, - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Id": 1403, "CommandName": "Restore-PnPListItemVersion", - "Id": 1403 + "Rank": 2, + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "Rank": 1, - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Id": 1404, "CommandName": "Restore-PnPRecycleBinItem", - "Id": 1404 + "Rank": 1, + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "Rank": 1, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1405, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1405 + "Rank": 1, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Id": 1406, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Id": 1406 + "Rank": 2, + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "Rank": 1, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1407, "CommandName": "Restore-PnPTenantSite", - "Id": 1407 + "Rank": 1, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "Rank": 2, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Id": 1408, "CommandName": "Restore-PnPTenantSite", - "Id": 1408 + "Rank": 2, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "Rank": 3, - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", + "Id": 1409, "CommandName": "Restore-PnPTenantSite", - "Id": 1409 + "Rank": 3, + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "Rank": 1, - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "Id": 1410, "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Id": 1410 + "Rank": 1, + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "Rank": 1, - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 1411, "CommandName": "Revoke-PnPHubSiteRights", - "Id": 1411 + "Rank": 1, + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 1412, "CommandName": "Revoke-PnPSiteDesignRights", - "Id": 1412 + "Rank": 1, + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "Rank": 1, - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Id": 1413, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Id": 1413 + "Rank": 1, + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "Rank": 1, - "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "Id": 1414, "CommandName": "Revoke-PnPUserSession", - "Id": 1414 + "Rank": 1, + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "Rank": 1, - "Command": "Save-PnPPageConversionLog", + "Id": 1415, "CommandName": "Save-PnPPageConversionLog", - "Id": 1415 + "Rank": 1, + "Command": "Save-PnPPageConversionLog" }, { - "Rank": 1, - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", + "Id": 1416, "CommandName": "Save-PnPSiteTemplate", - "Id": 1416 + "Rank": 1, + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "Rank": 1, - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", + "Id": 1417, "CommandName": "Save-PnPTenantTemplate", - "Id": 1417 + "Rank": 1, + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "Rank": 1, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Id": 1418, "CommandName": "Send-PnPMail", - "Id": 1418 + "Rank": 1, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Rank": 2, - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", + "Id": 1419, "CommandName": "Send-PnPMail", - "Id": 1419 + "Rank": 2, + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "Rank": 3, - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Id": 1420, "CommandName": "Send-PnPMail", - "Id": 1420 + "Rank": 3, + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "Rank": 4, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", + "Id": 1421, "CommandName": "Send-PnPMail", - "Id": 1421 + "Rank": 4, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "Rank": 5, - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", + "Id": 1422, "CommandName": "Send-PnPMail", - "Id": 1422 + "Rank": 5, + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "Rank": 1, - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "Id": 1423, "CommandName": "Set-PnPAdaptiveScopeProperty", - "Id": 1423 + "Rank": 1, + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "Rank": 1, - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 1424, "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1424 + "Rank": 1, + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "Rank": 2, - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Id": 1425, "CommandName": "Set-PnPApplicationCustomizer", - "Id": 1425 + "Rank": 2, + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "Rank": 1, - "Command": "Set-PnPAppSideLoading -On", + "Id": 1426, "CommandName": "Set-PnPAppSideLoading", - "Id": 1426 + "Rank": 1, + "Command": "Set-PnPAppSideLoading -On" }, { - "Rank": 2, - "Command": "Set-PnPAppSideLoading -Off", + "Id": 1427, "CommandName": "Set-PnPAppSideLoading", - "Id": 1427 + "Rank": 2, + "Command": "Set-PnPAppSideLoading -Off" }, { - "Rank": 1, - "Command": "Set-PnPAuditing -EnableAll", + "Id": 1428, "CommandName": "Set-PnPAuditing", - "Id": 1428 + "Rank": 1, + "Command": "Set-PnPAuditing -EnableAll" }, { - "Rank": 2, - "Command": "Set-PnPAuditing -DisableAll", + "Id": 1429, "CommandName": "Set-PnPAuditing", - "Id": 1429 + "Rank": 2, + "Command": "Set-PnPAuditing -DisableAll" }, { - "Rank": 3, - "Command": "Set-PnPAuditing -RetentionTime 7", + "Id": 1430, "CommandName": "Set-PnPAuditing", - "Id": 1430 + "Rank": 3, + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "Rank": 4, - "Command": "Set-PnPAuditing -TrimAuditLog", + "Id": 1431, "CommandName": "Set-PnPAuditing", - "Id": 1431 + "Rank": 4, + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "Rank": 5, - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", + "Id": 1432, "CommandName": "Set-PnPAuditing", - "Id": 1432 + "Rank": 5, + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "Rank": 1, - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "Id": 1433, "CommandName": "Set-PnPAvailablePageLayouts", - "Id": 1433 + "Rank": 1, + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "Rank": 1, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "Id": 1434, "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1434 + "Rank": 1, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "Rank": 2, - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", + "Id": 1435, "CommandName": "Set-PnPAzureADAppSitePermission", - "Id": 1435 + "Rank": 2, + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "Rank": 1, - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "Id": 1436, "CommandName": "Set-PnPAzureADGroup", - "Id": 1436 + "Rank": 1, + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "Rank": 2, - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Id": 1437, "CommandName": "Set-PnPAzureADGroup", - "Id": 1437 + "Rank": 2, + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Rank": 3, - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", + "Id": 1438, "CommandName": "Set-PnPAzureADGroup", - "Id": 1438 + "Rank": 3, + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "Rank": 1, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", + "Id": 1439, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1439 + "Rank": 1, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "Rank": 2, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", + "Id": 1440, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1440 + "Rank": 2, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "Rank": 3, - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", + "Id": 1441, "CommandName": "Set-PnPBrowserIdleSignout", - "Id": 1441 + "Rank": 3, + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "Rank": 1, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "Id": 1442, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1442 + "Rank": 1, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "Rank": 2, - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", + "Id": 1443, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Id": 1443 + "Rank": 2, + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "Rank": 1, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", + "Id": 1444, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1444 + "Rank": 1, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "Rank": 2, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", + "Id": 1445, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1445 + "Rank": 2, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "Rank": 3, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", + "Id": 1446, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1446 + "Rank": 3, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "Rank": 4, - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", + "Id": 1447, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Id": 1447 + "Rank": 4, + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "Rank": 1, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Id": 1448, "CommandName": "Set-PnPContentType", - "Id": 1448 + "Rank": 1, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Rank": 2, - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", + "Id": 1449, "CommandName": "Set-PnPContentType", - "Id": 1449 + "Rank": 2, + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "Rank": 3, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Id": 1450, "CommandName": "Set-PnPContentType", - "Id": 1450 + "Rank": 3, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "Rank": 4, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Id": 1451, "CommandName": "Set-PnPContentType", - "Id": 1451 + "Rank": 4, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Rank": 5, - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Id": 1452, "CommandName": "Set-PnPContentType", - "Id": 1452 + "Rank": 5, + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "Rank": 1, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", + "Id": 1453, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1453 + "Rank": 1, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "Rank": 2, - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", + "Id": 1454, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Id": 1454 + "Rank": 2, + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "Rank": 1, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", + "Id": 1455, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1455 + "Rank": 1, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "Rank": 2, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", + "Id": 1456, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1456 + "Rank": 2, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "Rank": 3, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", + "Id": 1457, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1457 + "Rank": 3, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "Rank": 4, - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", + "Id": 1458, "CommandName": "Set-PnPDefaultColumnValues", - "Id": 1458 + "Rank": 4, + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "Rank": 1, - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "Id": 1459, "CommandName": "Set-PnPDefaultContentTypeToList", - "Id": 1459 + "Rank": 1, + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "Rank": 1, - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "Id": 1460, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1460 + "Rank": 1, + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "Rank": 2, - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", + "Id": 1461, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1461 + "Rank": 2, + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "Rank": 3, - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", + "Id": 1462, "CommandName": "Set-PnPDefaultPageLayout", - "Id": 1462 + "Rank": 3, + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "Rank": 1, - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "Id": 1463, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1463 + "Rank": 1, + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "Rank": 2, - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Id": 1464, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1464 + "Rank": 2, + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Rank": 3, - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Id": 1465, "CommandName": "Set-PnPDisableSpacesActivation", - "Id": 1465 + "Rank": 3, + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "Rank": 1, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", + "Id": 1466, "CommandName": "Set-PnPDocumentSetField", - "Id": 1466 + "Rank": 1, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "Rank": 2, - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", + "Id": 1467, "CommandName": "Set-PnPDocumentSetField", - "Id": 1467 + "Rank": 2, + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "Rank": 1, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", + "Id": 1468, "CommandName": "Set-PnPField", - "Id": 1468 + "Rank": 1, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "Rank": 2, - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", + "Id": 1469, "CommandName": "Set-PnPField", - "Id": 1469 + "Rank": 2, + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "Rank": 3, - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", + "Id": 1470, "CommandName": "Set-PnPField", - "Id": 1470 + "Rank": 3, + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "Rank": 1, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "Id": 1471, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1471 + "Rank": 1, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "Rank": 2, - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", + "Id": 1472, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1472 + "Rank": 2, + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "Rank": 3, - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", + "Id": 1473, "CommandName": "Set-PnPFileCheckedIn", - "Id": 1473 + "Rank": 3, + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "Rank": 1, - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", + "Id": 1474, "CommandName": "Set-PnPFileCheckedOut", - "Id": 1474 + "Rank": 1, + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "Rank": 1, - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", + "Id": 1475, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1475 + "Rank": 1, + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "Rank": 2, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", + "Id": 1476, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1476 + "Rank": 2, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "Rank": 3, - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", + "Id": 1477, "CommandName": "Set-PnPFileRetentionLabel", - "Id": 1477 + "Rank": 3, + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "Rank": 1, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", + "Id": 1478, "CommandName": "Set-PnPFolderPermission", - "Id": 1478 + "Rank": 1, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Rank": 2, - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Id": 1479, "CommandName": "Set-PnPFolderPermission", - "Id": 1479 + "Rank": 2, + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Rank": 3, - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Id": 1480, "CommandName": "Set-PnPFolderPermission", - "Id": 1480 + "Rank": 3, + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Rank": 1, - "Command": "Set-PnPFooter -Enabled:$true", + "Id": 1481, "CommandName": "Set-PnPFooter", - "Id": 1481 + "Rank": 1, + "Command": "Set-PnPFooter -Enabled:$true" }, { - "Rank": 2, - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", + "Id": 1482, "CommandName": "Set-PnPFooter", - "Id": 1482 + "Rank": 2, + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "Rank": 3, - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", + "Id": 1483, "CommandName": "Set-PnPFooter", - "Id": 1483 + "Rank": 3, + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "Rank": 4, - "Command": "Set-PnPFooter -LogoUrl \"\"", + "Id": 1484, "CommandName": "Set-PnPFooter", - "Id": 1484 + "Rank": 4, + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "Rank": 1, - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", + "Id": 1485, "CommandName": "Set-PnPGraphSubscription", - "Id": 1485 + "Rank": 1, + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "Rank": 1, - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", + "Id": 1486, "CommandName": "Set-PnPGroup", - "Id": 1486 + "Rank": 1, + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "Rank": 2, - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", + "Id": 1487, "CommandName": "Set-PnPGroup", - "Id": 1487 + "Rank": 2, + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "Rank": 1, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", + "Id": 1488, "CommandName": "Set-PnPGroupPermissions", - "Id": 1488 + "Rank": 1, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "Rank": 2, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", + "Id": 1489, "CommandName": "Set-PnPGroupPermissions", - "Id": 1489 + "Rank": 2, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "Rank": 3, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", + "Id": 1490, "CommandName": "Set-PnPGroupPermissions", - "Id": 1490 + "Rank": 3, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "Rank": 4, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", + "Id": 1491, "CommandName": "Set-PnPGroupPermissions", - "Id": 1491 + "Rank": 4, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "Rank": 5, - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", + "Id": 1492, "CommandName": "Set-PnPGroupPermissions", - "Id": 1492 + "Rank": 5, + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "Rank": 1, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "Id": 1493, "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1493 + "Rank": 1, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "Rank": 2, - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", + "Id": 1494, "CommandName": "Set-PnPHideDefaultThemes", - "Id": 1494 + "Rank": 2, + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "Rank": 1, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "Id": 1495, "CommandName": "Set-PnPHomePage", - "Id": 1495 + "Rank": 1, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "Rank": 2, - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", + "Id": 1496, "CommandName": "Set-PnPHomePage", - "Id": 1496 + "Rank": 2, + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "Rank": 1, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Id": 1497, "CommandName": "Set-PnPHomeSite", - "Id": 1497 + "Rank": 1, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "Rank": 2, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", + "Id": 1498, "CommandName": "Set-PnPHomeSite", - "Id": 1498 + "Rank": 2, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "Rank": 3, - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", + "Id": 1499, "CommandName": "Set-PnPHomeSite", - "Id": 1499 + "Rank": 3, + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "Rank": 1, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", + "Id": 1500, "CommandName": "Set-PnPHubSite", - "Id": 1500 + "Rank": 1, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "Rank": 2, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", + "Id": 1501, "CommandName": "Set-PnPHubSite", - "Id": 1501 + "Rank": 2, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "Rank": 3, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", + "Id": 1502, "CommandName": "Set-PnPHubSite", - "Id": 1502 + "Rank": 3, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "Rank": 4, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", + "Id": 1503, "CommandName": "Set-PnPHubSite", - "Id": 1503 + "Rank": 4, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "Rank": 5, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", + "Id": 1504, "CommandName": "Set-PnPHubSite", - "Id": 1504 + "Rank": 5, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "Rank": 6, - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", + "Id": 1505, "CommandName": "Set-PnPHubSite", - "Id": 1505 + "Rank": 6, + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "Rank": 1, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", + "Id": 1506, "CommandName": "Set-PnPImageListItemColumn", - "Id": 1506 + "Rank": 1, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "Rank": 2, - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", + "Id": 1507, "CommandName": "Set-PnPImageListItemColumn", - "Id": 1507 + "Rank": 2, + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "Rank": 1, - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "Id": 1508, "CommandName": "Set-PnPIndexedProperties", - "Id": 1508 + "Rank": 1, + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "Rank": 1, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "Id": 1509, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1509 + "Rank": 1, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "Rank": 2, - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", + "Id": 1510, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Id": 1510 + "Rank": 2, + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "Rank": 1, - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", + "Id": 1511, "CommandName": "Set-PnPKnowledgeHubSite", - "Id": 1511 + "Rank": 1, + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "Rank": 1, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "Id": 1512, "CommandName": "Set-PnPList", - "Id": 1512 + "Rank": 1, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "Rank": 2, - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", + "Id": 1513, "CommandName": "Set-PnPList", - "Id": 1513 + "Rank": 2, + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "Rank": 3, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", + "Id": 1514, "CommandName": "Set-PnPList", - "Id": 1514 + "Rank": 3, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "Rank": 4, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", + "Id": 1515, "CommandName": "Set-PnPList", - "Id": 1515 + "Rank": 4, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "Rank": 5, - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", + "Id": 1516, "CommandName": "Set-PnPList", - "Id": 1516 + "Rank": 5, + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "Rank": 6, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", + "Id": 1517, "CommandName": "Set-PnPList", - "Id": 1517 + "Rank": 6, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "Rank": 7, - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", + "Id": 1518, "CommandName": "Set-PnPList", - "Id": 1518 + "Rank": 7, + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "Rank": 8, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", + "Id": 1519, "CommandName": "Set-PnPList", - "Id": 1519 + "Rank": 8, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "Rank": 9, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", + "Id": 1520, "CommandName": "Set-PnPList", - "Id": 1520 + "Rank": 9, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "Rank": 10, - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", + "Id": 1521, "CommandName": "Set-PnPList", - "Id": 1521 + "Rank": 10, + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "Rank": 11, - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", + "Id": 1522, "CommandName": "Set-PnPList", - "Id": 1522 + "Rank": 11, + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "Rank": 12, - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", + "Id": 1523, "CommandName": "Set-PnPList", - "Id": 1523 + "Rank": 12, + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "Rank": 1, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "Id": 1524, "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1524 + "Rank": 1, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "Rank": 2, - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", + "Id": 1525, "CommandName": "Set-PnPListInformationRightsManagement", - "Id": 1525 + "Rank": 2, + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "Rank": 1, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1526, "CommandName": "Set-PnPListItem", - "Id": 1526 + "Rank": 1, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 2, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1527, "CommandName": "Set-PnPListItem", - "Id": 1527 + "Rank": 2, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 3, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1528, "CommandName": "Set-PnPListItem", - "Id": 1528 + "Rank": 3, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "Rank": 4, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", + "Id": 1529, "CommandName": "Set-PnPListItem", - "Id": 1529 + "Rank": 4, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "Rank": 5, - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", + "Id": 1530, "CommandName": "Set-PnPListItem", - "Id": 1530 + "Rank": 5, + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "Rank": 1, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Id": 1531, "CommandName": "Set-PnPListItemAsRecord", - "Id": 1531 + "Rank": 1, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "Rank": 2, - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", + "Id": 1532, "CommandName": "Set-PnPListItemAsRecord", - "Id": 1532 + "Rank": 2, + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "Rank": 1, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", + "Id": 1533, "CommandName": "Set-PnPListItemPermission", - "Id": 1533 + "Rank": 1, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Rank": 2, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Id": 1534, "CommandName": "Set-PnPListItemPermission", - "Id": 1534 + "Rank": 2, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Rank": 3, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Id": 1535, "CommandName": "Set-PnPListItemPermission", - "Id": 1535 + "Rank": 3, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "Rank": 4, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", + "Id": 1536, "CommandName": "Set-PnPListItemPermission", - "Id": 1536 + "Rank": 4, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "Rank": 5, - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", + "Id": 1537, "CommandName": "Set-PnPListItemPermission", - "Id": 1537 + "Rank": 5, + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "Rank": 1, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", + "Id": 1538, "CommandName": "Set-PnPListPermission", - "Id": 1538 + "Rank": 1, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "Rank": 2, - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Id": 1539, "CommandName": "Set-PnPListPermission", - "Id": 1539 + "Rank": 2, + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "Rank": 1, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "Id": 1540, "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1540 + "Rank": 1, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "Rank": 2, - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", + "Id": 1541, "CommandName": "Set-PnPListRecordDeclaration", - "Id": 1541 + "Rank": 2, + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "Rank": 1, - "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", + "Id": 1542, "CommandName": "Set-PnPManagedAppId", - "Id": 1542 + "Rank": 1, + "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "Rank": 1, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Id": 1543, "CommandName": "Set-PnPMasterPage", - "Id": 1543 + "Rank": 1, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Rank": 2, - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Id": 1544, "CommandName": "Set-PnPMasterPage", - "Id": 1544 + "Rank": 2, + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "Rank": 3, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Id": 1545, "CommandName": "Set-PnPMasterPage", - "Id": 1545 + "Rank": 3, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Rank": 4, - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Id": 1546, "CommandName": "Set-PnPMasterPage", - "Id": 1546 + "Rank": 4, + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "Id": 1547, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1547 + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", + "Id": 1548, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1548 + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1549, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Id": 1549 + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "Id": 1550, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1550 + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", + "Id": 1551, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1551 + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1552, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Id": 1552 + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "Id": 1553, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1553 + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", + "Id": 1554, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1554 + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1555, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Id": 1555 + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "Id": 1556, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1556 + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", + "Id": 1557, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1557 + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1558, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Id": 1558 + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "Id": 1559, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1559 + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", + "Id": 1560, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1560 + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1561, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Id": 1561 + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "Rank": 1, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "Id": 1562, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1562 + "Rank": 1, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "Rank": 2, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", + "Id": 1563, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1563 + "Rank": 2, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "Rank": 3, - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1564, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Id": 1564 + "Rank": 3, + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "Rank": 1, - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "Id": 1565, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1565 + "Rank": 1, + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "Rank": 2, - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Id": 1566, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1566 + "Rank": 2, + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "Rank": 3, - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", + "Id": 1567, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1567 + "Rank": 3, + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "Rank": 4, - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", + "Id": 1568, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1568 + "Rank": 4, + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "Rank": 5, - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", + "Id": 1569, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1569 + "Rank": 5, + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "Rank": 6, - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Id": 1570, "CommandName": "Set-PnPMicrosoft365Group", - "Id": 1570 + "Rank": 6, + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "Rank": 1, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "Id": 1571, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1571 + "Rank": 1, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "Rank": 2, - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", + "Id": 1572, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Id": 1572 + "Rank": 2, + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "Rank": 1, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Id": 1573, "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1573 + "Rank": 1, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "Rank": 2, - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", + "Id": 1574, "CommandName": "Set-PnPOrgAssetsLibrary", - "Id": 1574 + "Rank": 2, + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "Rank": 1, - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", + "Id": 1575, "CommandName": "Set-PnPPage", - "Id": 1575 + "Rank": 1, + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "Rank": 2, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", + "Id": 1576, "CommandName": "Set-PnPPage", - "Id": 1576 + "Rank": 2, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "Rank": 3, - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", + "Id": 1577, "CommandName": "Set-PnPPage", - "Id": 1577 + "Rank": 3, + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "Rank": 4, - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", + "Id": 1578, "CommandName": "Set-PnPPage", - "Id": 1578 + "Rank": 4, + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "Rank": 5, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", + "Id": 1579, "CommandName": "Set-PnPPage", - "Id": 1579 + "Rank": 5, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "Rank": 6, - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", + "Id": 1580, "CommandName": "Set-PnPPage", - "Id": 1580 + "Rank": 6, + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "Rank": 7, - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", + "Id": 1581, "CommandName": "Set-PnPPage", - "Id": 1581 + "Rank": 7, + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "Rank": 8, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", + "Id": 1582, "CommandName": "Set-PnPPage", - "Id": 1582 + "Rank": 8, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "Rank": 9, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", + "Id": 1583, "CommandName": "Set-PnPPage", - "Id": 1583 + "Rank": 9, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "Rank": 10, - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Id": 1584, "CommandName": "Set-PnPPage", - "Id": 1584 + "Rank": 10, + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "Rank": 11, - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", + "Id": 1585, "CommandName": "Set-PnPPage", - "Id": 1585 + "Rank": 11, + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "Rank": 12, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", + "Id": 1586, "CommandName": "Set-PnPPage", - "Id": 1586 + "Rank": 12, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "Rank": 13, - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", + "Id": 1587, "CommandName": "Set-PnPPage", - "Id": 1587 + "Rank": 13, + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "Rank": 1, - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", + "Id": 1588, "CommandName": "Set-PnPPageTextPart", - "Id": 1588 + "Rank": 1, + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "Rank": 1, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", + "Id": 1589, "CommandName": "Set-PnPPageWebPart", - "Id": 1589 + "Rank": 1, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "Rank": 2, - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", + "Id": 1590, "CommandName": "Set-PnPPageWebPart", - "Id": 1590 + "Rank": 2, + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "Rank": 1, - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", + "Id": 1591, "CommandName": "Set-PnPPlannerBucket", - "Id": 1591 + "Rank": 1, + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "Rank": 1, - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "Id": 1592, "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1592 + "Rank": 1, + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "Rank": 2, - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", + "Id": 1593, "CommandName": "Set-PnPPlannerConfiguration", - "Id": 1593 + "Rank": 2, + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "Rank": 1, - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", + "Id": 1594, "CommandName": "Set-PnPPlannerPlan", - "Id": 1594 + "Rank": 1, + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "Rank": 1, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", + "Id": 1595, "CommandName": "Set-PnPPlannerTask", - "Id": 1595 + "Rank": 1, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "Rank": 2, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", + "Id": 1596, "CommandName": "Set-PnPPlannerTask", - "Id": 1596 + "Rank": 2, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "Rank": 3, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", + "Id": 1597, "CommandName": "Set-PnPPlannerTask", - "Id": 1597 + "Rank": 3, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "Rank": 4, - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", + "Id": 1598, "CommandName": "Set-PnPPlannerTask", - "Id": 1598 + "Rank": 4, + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "Rank": 1, - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Id": 1599, "CommandName": "Set-PnPPlannerUserPolicy", - "Id": 1599 + "Rank": 1, + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", + "Id": 1600, "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1600 + "Rank": 1, + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "Rank": 2, - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", + "Id": 1601, "CommandName": "Set-PnPPowerAppByPassConsent", - "Id": 1601 + "Rank": 2, + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "Rank": 1, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "Id": 1602, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1602 + "Rank": 1, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "Rank": 2, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", + "Id": 1603, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1603 + "Rank": 2, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "Rank": 3, - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", + "Id": 1604, "CommandName": "Set-PnPPropertyBagValue", - "Id": 1604 + "Rank": 3, + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "Rank": 1, - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "Id": 1605, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1605 + "Rank": 1, + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "Rank": 2, - "Command": "Set-PnPRequestAccessEmails -Disabled", + "Id": 1606, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1606 + "Rank": 2, + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "Rank": 3, - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", + "Id": 1607, "CommandName": "Set-PnPRequestAccessEmails", - "Id": 1607 + "Rank": 3, + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "Rank": 1, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", + "Id": 1608, "CommandName": "Set-PnPRetentionLabel", - "Id": 1608 + "Rank": 1, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "Rank": 2, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", + "Id": 1609, "CommandName": "Set-PnPRetentionLabel", - "Id": 1609 + "Rank": 2, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "Rank": 3, - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", + "Id": 1610, "CommandName": "Set-PnPRetentionLabel", - "Id": 1610 + "Rank": 3, + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "Rank": 1, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "Id": 1611, "CommandName": "Set-PnPRoleDefinition", - "Id": 1611 + "Rank": 1, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "Rank": 2, - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", + "Id": 1612, "CommandName": "Set-PnPRoleDefinition", - "Id": 1612 + "Rank": 2, + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "Rank": 3, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", + "Id": 1613, "CommandName": "Set-PnPRoleDefinition", - "Id": 1613 + "Rank": 3, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "Rank": 4, - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", + "Id": 1614, "CommandName": "Set-PnPRoleDefinition", - "Id": 1614 + "Rank": 4, + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "Rank": 1, - "Command": "Set-PnPSearchConfiguration -Configuration $config", + "Id": 1615, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1615 + "Rank": 1, + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "Rank": 2, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", + "Id": 1616, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1616 + "Rank": 2, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "Rank": 3, - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Id": 1617, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1617 + "Rank": 3, + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "Rank": 4, - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Id": 1618, "CommandName": "Set-PnPSearchConfiguration", - "Id": 1618 + "Rank": 4, + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "Rank": 1, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", + "Id": 1619, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1619 + "Rank": 1, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "Rank": 2, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", + "Id": 1620, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1620 + "Rank": 2, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "Rank": 3, - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Id": 1621, "CommandName": "Set-PnPSearchExternalConnection", - "Id": 1621 + "Rank": 3, + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "Rank": 1, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", + "Id": 1622, "CommandName": "Set-PnPSearchExternalItem", - "Id": 1622 + "Rank": 1, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "Rank": 2, - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", + "Id": 1623, "CommandName": "Set-PnPSearchExternalItem", - "Id": 1623 + "Rank": 2, + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 1, - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", + "Id": 1624, "CommandName": "Set-PnPSearchExternalSchema", - "Id": 1624 + "Rank": 1, + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "Rank": 1, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "Id": 1625, "CommandName": "Set-PnPSearchSettings", - "Id": 1625 + "Rank": 1, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "Rank": 2, - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", + "Id": 1626, "CommandName": "Set-PnPSearchSettings", - "Id": 1626 + "Rank": 2, + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "Rank": 3, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", + "Id": 1627, "CommandName": "Set-PnPSearchSettings", - "Id": 1627 + "Rank": 3, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "Rank": 4, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", + "Id": 1628, "CommandName": "Set-PnPSearchSettings", - "Id": 1628 + "Rank": 4, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "Rank": 5, - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", + "Id": 1629, "CommandName": "Set-PnPSearchSettings", - "Id": 1629 + "Rank": 5, + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "Rank": 6, - "Command": "Set-PnPSearchSettings -SearchScope Tenant", + "Id": 1630, "CommandName": "Set-PnPSearchSettings", - "Id": 1630 + "Rank": 6, + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "Rank": 7, - "Command": "Set-PnPSearchSettings -SearchScope Hub", + "Id": 1631, "CommandName": "Set-PnPSearchSettings", - "Id": 1631 + "Rank": 7, + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "Rank": 1, - "Command": "Set-PnPSite -Classification \"HBI\"", + "Id": 1632, "CommandName": "Set-PnPSite", - "Id": 1632 + "Rank": 1, + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "Rank": 2, - "Command": "Set-PnPSite -Classification $null", + "Id": 1633, "CommandName": "Set-PnPSite", - "Id": 1633 + "Rank": 2, + "Command": "Set-PnPSite -Classification $null" }, { - "Rank": 3, - "Command": "Set-PnPSite -DisableFlows", + "Id": 1634, "CommandName": "Set-PnPSite", - "Id": 1634 + "Rank": 3, + "Command": "Set-PnPSite -DisableFlows" }, { - "Rank": 4, - "Command": "Set-PnPSite -DisableFlows:$false", + "Id": 1635, "CommandName": "Set-PnPSite", - "Id": 1635 + "Rank": 4, + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "Rank": 5, - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", + "Id": 1636, "CommandName": "Set-PnPSite", - "Id": 1636 + "Rank": 5, + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "Rank": 6, - "Command": "Set-PnPSite -NoScriptSite $false", + "Id": 1637, "CommandName": "Set-PnPSite", - "Id": 1637 + "Rank": 6, + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "Rank": 1, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", + "Id": 1638, "CommandName": "Set-PnPSiteArchiveState", - "Id": 1638 + "Rank": 1, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "Rank": 2, - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", + "Id": 1639, "CommandName": "Set-PnPSiteArchiveState", - "Id": 1639 + "Rank": 2, + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "Rank": 1, - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "Id": 1640, "CommandName": "Set-PnPSiteClassification", - "Id": 1640 + "Rank": 1, + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "Rank": 1, - "Command": "Set-PnPSiteClosure -State Open", + "Id": 1641, "CommandName": "Set-PnPSiteClosure", - "Id": 1641 + "Rank": 1, + "Command": "Set-PnPSiteClosure -State Open" }, { - "Rank": 2, - "Command": "Set-PnPSiteClosure -State Closed", + "Id": 1642, "CommandName": "Set-PnPSiteClosure", - "Id": 1642 + "Rank": 2, + "Command": "Set-PnPSiteClosure -State Closed" }, { - "Rank": 1, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", + "Id": 1643, "CommandName": "Set-PnPSiteDesign", - "Id": 1643 + "Rank": 1, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "Rank": 2, - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Id": 1644, "CommandName": "Set-PnPSiteDesign", - "Id": 1644 + "Rank": 2, + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "Rank": 1, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", + "Id": 1645, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1645 + "Rank": 1, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "Rank": 2, - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", + "Id": 1646, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Id": 1646 + "Rank": 2, + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "Rank": 1, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", + "Id": 1647, "CommandName": "Set-PnPSiteGroup", - "Id": 1647 + "Rank": 1, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "Rank": 2, - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", + "Id": 1648, "CommandName": "Set-PnPSiteGroup", - "Id": 1648 + "Rank": 2, + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "Rank": 1, - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "Id": 1649, "CommandName": "Set-PnPSitePolicy", - "Id": 1649 + "Rank": 1, + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "Rank": 1, - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Id": 1650, "CommandName": "Set-PnPSiteScript", - "Id": 1650 + "Rank": 1, + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Rank": 1, - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Id": 1651, "CommandName": "Set-PnPSiteScriptPackage", - "Id": 1651 + "Rank": 1, + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "Rank": 1, - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "Id": 1652, "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1652 + "Rank": 1, + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "Rank": 2, - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", + "Id": 1653, "CommandName": "Set-PnPSiteSensitivityLabel", - "Id": 1653 + "Rank": 2, + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "Rank": 1, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "Id": 1654, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1654 + "Rank": 1, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "Rank": 2, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", + "Id": 1655, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1655 + "Rank": 2, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "Rank": 3, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Id": 1656, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1656 + "Rank": 3, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Rank": 4, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Id": 1657, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1657 + "Rank": 4, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "Rank": 5, - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Id": 1658, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1658 + "Rank": 5, + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Rank": 6, - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Id": 1659, "CommandName": "Set-PnPSiteTemplateMetadata", - "Id": 1659 + "Rank": 6, + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "Rank": 1, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", + "Id": 1660, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1660 + "Rank": 1, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "Rank": 2, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", + "Id": 1661, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1661 + "Rank": 2, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "Rank": 3, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", + "Id": 1662, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1662 + "Rank": 3, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "Rank": 4, - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", + "Id": 1663, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1663 + "Rank": 4, + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "Rank": 5, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", + "Id": 1664, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1664 + "Rank": 5, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "Rank": 6, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", + "Id": 1665, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1665 + "Rank": 6, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "Rank": 7, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", + "Id": 1666, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1666 + "Rank": 7, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "Rank": 8, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", + "Id": 1667, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1667 + "Rank": 8, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "Rank": 9, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", + "Id": 1668, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1668 + "Rank": 9, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "Rank": 10, - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", + "Id": 1669, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1669 + "Rank": 10, + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "Rank": 11, - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", + "Id": 1670, "CommandName": "Set-PnPSiteVersionPolicy", - "Id": 1670 + "Rank": 11, + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "Rank": 1, - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Id": 1671, "CommandName": "Set-PnPStorageEntity", - "Id": 1671 + "Rank": 1, + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Rank": 2, - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Id": 1672, "CommandName": "Set-PnPStorageEntity", - "Id": 1672 + "Rank": 2, + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Id": 1673, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1673 + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Id": 1674, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Id": 1674 + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "Rank": 1, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Id": 1675, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1675 + "Rank": 1, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Rank": 2, - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Id": 1676, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Id": 1676 + "Rank": 2, + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "Rank": 1, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", + "Id": 1677, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1677 + "Rank": 1, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "Rank": 2, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", + "Id": 1678, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1678 + "Rank": 2, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "Rank": 3, - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", + "Id": 1679, "CommandName": "Set-PnPTaxonomyFieldValue", - "Id": 1679 + "Rank": 3, + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "Rank": 1, - "Command": "Set-PnPTeamifyPromptHidden", + "Id": 1680, "CommandName": "Set-PnPTeamifyPromptHidden", - "Id": 1680 + "Rank": 1, + "Command": "Set-PnPTeamifyPromptHidden" }, { - "Rank": 1, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", + "Id": 1681, "CommandName": "Set-PnPTeamsChannel", - "Id": 1681 + "Rank": 1, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "Rank": 2, - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", + "Id": 1682, "CommandName": "Set-PnPTeamsChannel", - "Id": 1682 + "Rank": 2, + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "Rank": 1, - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", + "Id": 1683, "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1683 + "Rank": 1, + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "Rank": 2, - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", + "Id": 1684, "CommandName": "Set-PnpTeamsChannelUser", - "Id": 1684 + "Rank": 2, + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "Rank": 1, - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", + "Id": 1685, "CommandName": "Set-PnPTeamsTab", - "Id": 1685 + "Rank": 1, + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "Rank": 1, - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", + "Id": 1686, "CommandName": "Set-PnPTeamsTag", - "Id": 1686 + "Rank": 1, + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "Rank": 1, - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "Id": 1687, "CommandName": "Set-PnPTeamsTeam", - "Id": 1687 + "Rank": 1, + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "Rank": 2, - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", + "Id": 1688, "CommandName": "Set-PnPTeamsTeam", - "Id": 1688 + "Rank": 2, + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "Rank": 3, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", + "Id": 1689, "CommandName": "Set-PnPTeamsTeam", - "Id": 1689 + "Rank": 3, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "Rank": 4, - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", + "Id": 1690, "CommandName": "Set-PnPTeamsTeam", - "Id": 1690 + "Rank": 4, + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "Rank": 1, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "Id": 1691, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1691 + "Rank": 1, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "Rank": 2, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", + "Id": 1692, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1692 + "Rank": 2, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "Rank": 3, - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", + "Id": 1693, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Id": 1693 + "Rank": 3, + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "Rank": 1, - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", + "Id": 1694, "CommandName": "Set-PnPTeamsTeamPicture", - "Id": 1694 + "Rank": 1, + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "Rank": 1, - "Command": "Set-PnPTemporarilyDisableAppBar $true", + "Id": 1695, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1695 + "Rank": 1, + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "Rank": 2, - "Command": "Set-PnPTemporarilyDisableAppBar $false", + "Id": 1696, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Id": 1696 + "Rank": 2, + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "Rank": 1, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", + "Id": 1697, "CommandName": "Set-PnPTenant", - "Id": 1697 + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "Rank": 2, - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", + "Id": 1698, "CommandName": "Set-PnPTenant", - "Id": 1698 + "Rank": 2, + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "Rank": 3, - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", + "Id": 1699, "CommandName": "Set-PnPTenant", - "Id": 1699 + "Rank": 3, + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "Rank": 4, - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", + "Id": 1700, "CommandName": "Set-PnPTenant", - "Id": 1700 + "Rank": 4, + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "Rank": 5, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", + "Id": 1701, "CommandName": "Set-PnPTenant", - "Id": 1701 + "Rank": 5, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "Rank": 6, - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", + "Id": 1702, "CommandName": "Set-PnPTenant", - "Id": 1702 + "Rank": 6, + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "Rank": 1, - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", + "Id": 1703, "CommandName": "Set-PnPTenantAppCatalogUrl", - "Id": 1703 + "Rank": 1, + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "Rank": 1, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "Id": 1704, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1704 + "Rank": 1, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "Rank": 2, - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", + "Id": 1705, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1705 + "Rank": 2, + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "Rank": 3, - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", + "Id": 1706, "CommandName": "Set-PnPTenantCdnEnabled", - "Id": 1706 + "Rank": 3, + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "Rank": 1, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", + "Id": 1707, "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1707 + "Rank": 1, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "Rank": 2, - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", + "Id": 1708, "CommandName": "Set-PnPTenantCdnPolicy", - "Id": 1708 + "Rank": 2, + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "Rank": 1, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", + "Id": 1709, "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1709 + "Rank": 1, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "Rank": 2, - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", + "Id": 1710, "CommandName": "Set-PnPTenantPronounsSetting", - "Id": 1710 + "Rank": 2, + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "Rank": 1, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", + "Id": 1711, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1711 + "Rank": 1, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "Rank": 2, - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", + "Id": 1712, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Id": 1712 + "Rank": 2, + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "Rank": 1, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", + "Id": 1713, "CommandName": "Set-PnPTenantSite", - "Id": 1713 + "Rank": 1, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "Rank": 2, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", + "Id": 1714, "CommandName": "Set-PnPTenantSite", - "Id": 1714 + "Rank": 2, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "Rank": 3, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", + "Id": 1715, "CommandName": "Set-PnPTenantSite", - "Id": 1715 + "Rank": 3, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "Rank": 4, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Id": 1716, "CommandName": "Set-PnPTenantSite", - "Id": 1716 + "Rank": 4, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "Rank": 5, - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", + "Id": 1717, "CommandName": "Set-PnPTenantSite", - "Id": 1717 + "Rank": 5, + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "Rank": 1, - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "Id": 1718, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1718 + "Rank": 1, + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "Rank": 2, - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "Id": 1719, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Id": 1719 + "Rank": 2, + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "Rank": 1, - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", + "Id": 1720, "CommandName": "Set-PnPTerm", - "Id": 1720 + "Rank": 1, + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "Rank": 2, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Id": 1721, "CommandName": "Set-PnPTerm", - "Id": 1721 + "Rank": 2, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Rank": 3, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Id": 1722, "CommandName": "Set-PnPTerm", - "Id": 1722 + "Rank": 3, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "Rank": 4, - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", + "Id": 1723, "CommandName": "Set-PnPTerm", - "Id": 1723 + "Rank": 4, + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "Rank": 1, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "Id": 1724, "CommandName": "Set-PnPTermGroup", - "Id": 1724 + "Rank": 1, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "Rank": 2, - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Id": 1725, "CommandName": "Set-PnPTermGroup", - "Id": 1725 + "Rank": 2, + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "Rank": 1, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", + "Id": 1726, "CommandName": "Set-PnPTermSet", - "Id": 1726 + "Rank": 1, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "Rank": 2, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", + "Id": 1727, "CommandName": "Set-PnPTermSet", - "Id": 1727 + "Rank": 2, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "Rank": 3, - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", + "Id": 1728, "CommandName": "Set-PnPTermSet", - "Id": 1728 + "Rank": 3, + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "Rank": 1, - "Command": "Set-PnPTheme", + "Id": 1729, "CommandName": "Set-PnPTheme", - "Id": 1729 + "Rank": 1, + "Command": "Set-PnPTheme" }, { - "Rank": 2, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", + "Id": 1730, "CommandName": "Set-PnPTheme", - "Id": 1730 + "Rank": 2, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "Rank": 3, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", + "Id": 1731, "CommandName": "Set-PnPTheme", - "Id": 1731 + "Rank": 3, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "Rank": 4, - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", + "Id": 1732, "CommandName": "Set-PnPTheme", - "Id": 1732 + "Rank": 4, + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "Rank": 1, - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", + "Id": 1733, "CommandName": "Set-PnPUserOneDriveQuota", - "Id": 1733 + "Rank": 1, + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "Rank": 1, - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", + "Id": 1734, "CommandName": "Set-PnPUserProfilePhoto", - "Id": 1734 + "Rank": 1, + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "Rank": 1, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "Id": 1735, "CommandName": "Set-PnPUserProfileProperty", - "Id": 1735 + "Rank": 1, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "Rank": 2, - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "Id": 1736, "CommandName": "Set-PnPUserProfileProperty", - "Id": 1736 + "Rank": 2, + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "Rank": 1, - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", + "Id": 1737, "CommandName": "Set-PnPView", - "Id": 1737 + "Rank": 1, + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "Rank": 2, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", + "Id": 1738, "CommandName": "Set-PnPView", - "Id": 1738 + "Rank": 2, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "Rank": 3, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", + "Id": 1739, "CommandName": "Set-PnPView", - "Id": 1739 + "Rank": 3, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "Rank": 4, - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", + "Id": 1740, "CommandName": "Set-PnPView", - "Id": 1740 + "Rank": 4, + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "Rank": 1, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", + "Id": 1741, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1741 + "Rank": 1, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "Rank": 2, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", + "Id": 1742, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1742 + "Rank": 2, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "Rank": 3, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", + "Id": 1743, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1743 + "Rank": 3, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "Rank": 4, - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", + "Id": 1744, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Id": 1744 + "Rank": 4, + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "Rank": 1, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", + "Id": 1745, "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1745 + "Rank": 1, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "Rank": 2, - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", + "Id": 1746, "CommandName": "Set-PnPVivaEngageCommunity", - "Id": 1746 + "Rank": 2, + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "Rank": 1, - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "Id": 1747, "CommandName": "Set-PnPWeb", - "Id": 1747 + "Rank": 1, + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "Rank": 2, - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "Id": 1748, "CommandName": "Set-PnPWeb", - "Id": 1748 + "Rank": 2, + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "Rank": 3, - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "Id": 1749, "CommandName": "Set-PnPWeb", - "Id": 1749 + "Rank": 3, + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "Rank": 4, - "Command": "Set-PnPWeb -NoCrawl:$true", + "Id": 1750, "CommandName": "Set-PnPWeb", - "Id": 1750 + "Rank": 4, + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "Rank": 1, - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", + "Id": 1751, "CommandName": "Set-PnPWebHeader", - "Id": 1751 + "Rank": 1, + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "Rank": 2, - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "Id": 1752, "CommandName": "Set-PnPWebHeader", - "Id": 1752 + "Rank": 2, + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "Rank": 3, - "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "Id": 1753, "CommandName": "Set-PnPWebHeader", - "Id": 1753 + "Rank": 3, + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "Rank": 1, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Id": 1754, "CommandName": "Set-PnPWebhookSubscription", - "Id": 1754 + "Rank": 1, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "Rank": 2, - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Id": 1755, "CommandName": "Set-PnPWebhookSubscription", - "Id": 1755 + "Rank": 2, + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "Rank": 1, - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", + "Id": 1756, "CommandName": "Set-PnPWebPartProperty", - "Id": 1756 + "Rank": 1, + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "Rank": 1, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Id": 1757, "CommandName": "Set-PnPWebPermission", - "Id": 1757 + "Rank": 1, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Rank": 2, - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "Id": 1758, "CommandName": "Set-PnPWebPermission", - "Id": 1758 + "Rank": 2, + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "Rank": 3, - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Id": 1759, "CommandName": "Set-PnPWebPermission", - "Id": 1759 + "Rank": 3, + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "Rank": 4, - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", + "Id": 1760, "CommandName": "Set-PnPWebPermission", - "Id": 1760 + "Rank": 4, + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "Rank": 1, - "Command": "Set-PnPWebTheme -Theme MyTheme", + "Id": 1761, "CommandName": "Set-PnPWebTheme", - "Id": 1761 + "Rank": 1, + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "Rank": 2, - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", + "Id": 1762, "CommandName": "Set-PnPWebTheme", - "Id": 1762 + "Rank": 2, + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "Rank": 1, - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", + "Id": 1763, "CommandName": "Set-PnPWikiPageContent", - "Id": 1763 + "Rank": 1, + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "Rank": 1, - "Command": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1764, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1764 + "Rank": 1, + "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "Rank": 2, - "Command": "Start-PnPEnterpriseAppInsightsReport 28", + "Id": 1765, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Id": 1765 + "Rank": 2, + "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "Rank": 1, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", + "Id": 1766, "CommandName": "Start-PnPTraceLog", - "Id": 1766 + "Rank": 1, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "Rank": 2, - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", + "Id": 1767, "CommandName": "Start-PnPTraceLog", - "Id": 1767 + "Rank": 2, + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "Rank": 3, - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", + "Id": 1768, "CommandName": "Start-PnPTraceLog", - "Id": 1768 + "Rank": 3, + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "Rank": 4, - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", + "Id": 1769, "CommandName": "Start-PnPTraceLog", - "Id": 1769 + "Rank": 4, + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "Rank": 1, - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Id": 1770, "CommandName": "Stop-PnPFlowRun", - "Id": 1770 + "Rank": 1, + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "Rank": 2, - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", + "Id": 1771, "CommandName": "Stop-PnPFlowRun", - "Id": 1771 + "Rank": 2, + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "Rank": 1, - "Command": "Stop-PnPTraceLog", + "Id": 1772, "CommandName": "Stop-PnPTraceLog", - "Id": 1772 + "Rank": 1, + "Command": "Stop-PnPTraceLog" }, { - "Rank": 2, - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", + "Id": 1773, "CommandName": "Stop-PnPTraceLog", - "Id": 1773 + "Rank": 2, + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "Rank": 1, - "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "Id": 1774, "CommandName": "Submit-PnPSearchQuery", - "Id": 1774 + "Rank": 1, + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "Rank": 2, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "Id": 1775, "CommandName": "Submit-PnPSearchQuery", - "Id": 1775 + "Rank": 2, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "Rank": 3, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "Id": 1776, "CommandName": "Submit-PnPSearchQuery", - "Id": 1776 + "Rank": 3, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "Rank": 4, - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", + "Id": 1777, "CommandName": "Submit-PnPSearchQuery", - "Id": 1777 + "Rank": 4, + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "Rank": 5, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", + "Id": 1778, "CommandName": "Submit-PnPSearchQuery", - "Id": 1778 + "Rank": 5, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "Rank": 6, - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", + "Id": 1779, "CommandName": "Submit-PnPSearchQuery", - "Id": 1779 + "Rank": 6, + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "Rank": 1, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", + "Id": 1780, "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1780 + "Rank": 1, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "Rank": 2, - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", + "Id": 1781, "CommandName": "Submit-PnPTeamsChannelMessage", - "Id": 1781 + "Rank": 2, + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "Rank": 1, - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1782, "CommandName": "Sync-PnPAppToTeams", - "Id": 1782 + "Rank": 1, + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 1, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "Id": 1783, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1783 + "Rank": 1, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "Rank": 2, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", + "Id": 1784, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1784 + "Rank": 2, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "Rank": 3, - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", + "Id": 1785, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Id": 1785 + "Rank": 3, + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "Rank": 1, - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "Id": 1786, "CommandName": "Test-PnPListItemIsRecord", - "Id": 1786 + "Rank": 1, + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "Rank": 1, - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "Id": 1787, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Id": 1787 + "Rank": 1, + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "Rank": 1, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Id": 1788, "CommandName": "Test-PnPSite", - "Id": 1788 + "Rank": 1, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "Rank": 2, - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Id": 1789, "CommandName": "Test-PnPSite", - "Id": 1789 + "Rank": 2, + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "Rank": 1, - "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "Id": 1790, "CommandName": "Test-PnPTenantTemplate", - "Id": 1790 + "Rank": 1, + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "Rank": 1, - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", + "Id": 1791, "CommandName": "Undo-PnPFileCheckedOut", - "Id": 1791 + "Rank": 1, + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "Rank": 1, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1792, "CommandName": "Uninstall-PnPApp", - "Id": 1792 + "Rank": 1, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1793, "CommandName": "Uninstall-PnPApp", - "Id": 1793 + "Rank": 2, + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", + "Id": 1794, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Id": 1794 + "Rank": 1, + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "Rank": 1, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1795, "CommandName": "Unpublish-PnPApp", - "Id": 1795 + "Rank": 1, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1796, "CommandName": "Unpublish-PnPApp", - "Id": 1796 + "Rank": 2, + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, - "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "Id": 1797, "CommandName": "Unpublish-PnPContentType", - "Id": 1797 + "Rank": 1, + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "Rank": 1, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Id": 1798, "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1798 + "Rank": 1, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "Rank": 2, - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Id": 1799, "CommandName": "Unpublish-PnPSyntexModel", - "Id": 1799 + "Rank": 2, + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "Rank": 1, - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Id": 1800, "CommandName": "Unregister-PnPHubSite", - "Id": 1800 + "Rank": 1, + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "Rank": 1, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1801, "CommandName": "Update-PnPApp", - "Id": 1801 + "Rank": 1, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "Rank": 2, - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1802, "CommandName": "Update-PnPApp", - "Id": 1802 + "Rank": 2, + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "Rank": 1, - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Id": 1803, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1803 + "Rank": 1, + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "Rank": 2, - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "Id": 1804, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1804 + "Rank": 2, + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "Rank": 3, - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Id": 1805, "CommandName": "Update-PnPAvailableSiteClassification", - "Id": 1805 + "Rank": 3, + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "Rank": 1, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "Id": 1806, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1806 + "Rank": 1, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "Rank": 2, - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Id": 1807, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1807 + "Rank": 2, + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "Rank": 3, - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", + "Id": 1808, "CommandName": "Update-PnPSiteDesignFromWeb", - "Id": 1808 + "Rank": 3, + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "Rank": 1, - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", + "Id": 1809, "CommandName": "Update-PnPTeamsApp", - "Id": 1809 + "Rank": 1, + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "Rank": 1, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Id": 1810, "CommandName": "Update-PnPTeamsUser", - "Id": 1810 + "Rank": 1, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "Rank": 2, - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Id": 1811, "CommandName": "Update-PnPTeamsUser", - "Id": 1811 + "Rank": 2, + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "Rank": 3, - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", + "Id": 1812, "CommandName": "Update-PnPTeamsUser", - "Id": 1812 + "Rank": 3, + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "Rank": 1, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", + "Id": 1813, "CommandName": "Update-PnPTodoList", - "Id": 1813 + "Rank": 1, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "Rank": 2, - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", + "Id": 1814, "CommandName": "Update-PnPTodoList", - "Id": 1814 + "Rank": 2, + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "Rank": 1, - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "Id": 1815, "CommandName": "Update-PnPUserType", - "Id": 1815 + "Rank": 1, + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "Rank": 1, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Id": 1816, "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1816 + "Rank": 1, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "Rank": 2, - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", + "Id": 1817, "CommandName": "Use-PnPBrandCenterFontPackage", - "Id": 1817 + "Rank": 2, + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "Rank": 1, - "Command": "Write-PnPTraceLog \"Hello World\"", + "Id": 1818, "CommandName": "Write-PnPTraceLog", - "Id": 1818 + "Rank": 1, + "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "Rank": 2, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", + "Id": 1819, "CommandName": "Write-PnPTraceLog", - "Id": 1819 + "Rank": 2, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "Rank": 3, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", + "Id": 1820, "CommandName": "Write-PnPTraceLog", - "Id": 1820 + "Rank": 3, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "Rank": 4, - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", + "Id": 1821, "CommandName": "Write-PnPTraceLog", - "Id": 1821 + "Rank": 4, + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 85738a70b..5903fad4a 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "Message": "", - "Version": "3.1.120" + "Version": "3.1.121" } \ No newline at end of file diff --git a/version.txt b/version.txt index fc3076ecb..8f8473fbd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.120 \ No newline at end of file +3.1.121 \ No newline at end of file From 664bd09459c2a863b370a4707c45f31a2c775b25 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Sun, 17 Aug 2025 03:05:46 +0000 Subject: [PATCH 27/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 3642 ++++++++--------- version.json | 2 +- version.txt | 2 +- 4 files changed, 1826 insertions(+), 1826 deletions(-) diff --git a/dependencies.json b/dependencies.json index 9ab33b3f5..974916dd7 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250816-025850", + "Updated": "20250817-030406", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": "2317284fb239a5ec91bd3d850af3e0e2d001be53", - "PnPCore": "488a1a90d2619559323f18a270cba29e46465cda" + "PnPFramework": "b0ac7c523f7b858c80899c6a43310c62483e4e59", + "PnPCore": "84e0481b3d1c743616a2bea5e67bcb811a70fa52" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 35125b3a3..85970f36b 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { + "Rank": 1, "Id": 1, "CommandName": "Add-PnPAlert", - "Rank": 1, "Command": "Add-PnPAlert -List \"Demo List\"" }, { + "Rank": 2, "Id": 2, "CommandName": "Add-PnPAlert", - "Rank": 2, "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { + "Rank": 3, "Id": 3, "CommandName": "Add-PnPAlert", - "Rank": 3, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { + "Rank": 4, "Id": 4, "CommandName": "Add-PnPAlert", - "Rank": 4, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { + "Rank": 1, "Id": 5, "CommandName": "Add-PnPApp", - "Rank": 1, "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { + "Rank": 2, "Id": 6, "CommandName": "Add-PnPApp", - "Rank": 2, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { + "Rank": 3, "Id": 7, "CommandName": "Add-PnPApp", - "Rank": 3, "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { + "Rank": 4, "Id": 8, "CommandName": "Add-PnPApp", - "Rank": 4, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { + "Rank": 1, "Id": 9, "CommandName": "Add-PnPApplicationCustomizer", - "Rank": 1, "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { + "Rank": 1, "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 1, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { + "Rank": 2, "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", - "Rank": 2, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { + "Rank": 1, "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 1, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 13, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 2, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 3, "Id": 14, "CommandName": "Add-PnPAzureADGroupMember", - "Rank": 3, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { + "Rank": 1, "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 1, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 16, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 2, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 3, "Id": 17, "CommandName": "Add-PnPAzureADGroupOwner", - "Rank": 3, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { + "Rank": 1, "Id": 18, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 1, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { + "Rank": 2, "Id": 19, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Rank": 2, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { + "Rank": 1, "Id": 20, "CommandName": "Add-PnPBrandCenterFont", - "Rank": 1, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { + "Rank": 2, "Id": 21, "CommandName": "Add-PnPBrandCenterFont", - "Rank": 2, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { + "Rank": 1, "Id": 22, "CommandName": "Add-PnPBrandCenterFontPackage", - "Rank": 1, "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { + "Rank": 1, "Id": 23, "CommandName": "Add-PnPContentType", - "Rank": 1, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { + "Rank": 2, "Id": 24, "CommandName": "Add-PnPContentType", - "Rank": 2, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { + "Rank": 3, "Id": 25, "CommandName": "Add-PnPContentType", - "Rank": 3, "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { + "Rank": 4, "Id": 26, "CommandName": "Add-PnPContentType", - "Rank": 4, "Command": "Add-PnPContentType -Name \"Project Item\"" }, { + "Rank": 5, "Id": 27, "CommandName": "Add-PnPContentType", - "Rank": 5, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { + "Rank": 1, "Id": 28, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 1, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { + "Rank": 2, "Id": 29, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Rank": 2, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { + "Rank": 1, "Id": 30, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 1, "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { + "Rank": 2, "Id": 31, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Rank": 2, "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { + "Rank": 1, "Id": 32, "CommandName": "Add-PnPContentTypeToList", - "Rank": 1, "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { + "Rank": 1, "Id": 33, "CommandName": "Add-PnPCustomAction", - "Rank": 1, "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { + "Rank": 1, "Id": 34, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 1, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { + "Rank": 2, "Id": 35, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Rank": 2, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { + "Rank": 1, "Id": 36, "CommandName": "Add-PnPDocumentSet", - "Rank": 1, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { + "Rank": 2, "Id": 37, "CommandName": "Add-PnPDocumentSet", - "Rank": 2, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { + "Rank": 1, "Id": 38, "CommandName": "Add-PnPEventReceiver", - "Rank": 1, "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { + "Rank": 2, "Id": 39, "CommandName": "Add-PnPEventReceiver", - "Rank": 2, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { + "Rank": 3, "Id": 40, "CommandName": "Add-PnPEventReceiver", - "Rank": 3, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { + "Rank": 4, "Id": 41, "CommandName": "Add-PnPEventReceiver", - "Rank": 4, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { + "Rank": 1, "Id": 42, "CommandName": "Add-PnPField", - "Rank": 1, "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { + "Rank": 2, "Id": 43, "CommandName": "Add-PnPField", - "Rank": 2, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { + "Rank": 3, "Id": 44, "CommandName": "Add-PnPField", - "Rank": 3, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { + "Rank": 4, "Id": 45, "CommandName": "Add-PnPField", - "Rank": 4, "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { + "Rank": 5, "Id": 46, "CommandName": "Add-PnPField", - "Rank": 5, "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { + "Rank": 6, "Id": 47, "CommandName": "Add-PnPField", - "Rank": 6, "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { + "Rank": 1, "Id": 48, "CommandName": "Add-PnPFieldToContentType", - "Rank": 1, "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { + "Rank": 1, "Id": 49, "CommandName": "Add-PnPFile", - "Rank": 1, "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { + "Rank": 2, "Id": 50, "CommandName": "Add-PnPFile", - "Rank": 2, "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { + "Rank": 3, "Id": 51, "CommandName": "Add-PnPFile", - "Rank": 3, "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { + "Rank": 4, "Id": 52, "CommandName": "Add-PnPFile", - "Rank": 4, "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { + "Rank": 5, "Id": 53, "CommandName": "Add-PnPFile", - "Rank": 5, "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { + "Rank": 6, "Id": 54, "CommandName": "Add-PnPFile", - "Rank": 6, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { + "Rank": 7, "Id": 55, "CommandName": "Add-PnPFile", - "Rank": 7, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { + "Rank": 8, "Id": 56, "CommandName": "Add-PnPFile", - "Rank": 8, "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { + "Rank": 1, "Id": 57, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 1, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "Id": 58, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 2, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { + "Rank": 3, "Id": 59, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Rank": 3, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { + "Rank": 1, "Id": 60, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 1, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "Id": 61, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Rank": 2, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { + "Rank": 1, "Id": 62, "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 1, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { + "Rank": 2, "Id": 63, "CommandName": "Add-PnPFileSensitivityLabel", - "Rank": 2, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { + "Rank": 1, "Id": 64, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 1, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { + "Rank": 2, "Id": 65, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 2, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { + "Rank": 3, "Id": 66, "CommandName": "Add-PnPFileSharingInvite", - "Rank": 3, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { + "Rank": 1, "Id": 67, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 1, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { + "Rank": 2, "Id": 68, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 2, "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { + "Rank": 3, "Id": 69, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 3, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { + "Rank": 4, "Id": 70, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 4, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { + "Rank": 5, "Id": 71, "CommandName": "Add-PnPFileToSiteTemplate", - "Rank": 5, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { + "Rank": 1, "Id": 72, "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 1, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 73, "CommandName": "Add-PnPFileUserSharingLink", - "Rank": 2, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 74, "CommandName": "Add-PnPFlowOwner", - "Rank": 1, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { + "Rank": 2, "Id": 75, "CommandName": "Add-PnPFlowOwner", - "Rank": 2, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { + "Rank": 3, "Id": 76, "CommandName": "Add-PnPFlowOwner", - "Rank": 3, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { + "Rank": 4, "Id": 77, "CommandName": "Add-PnPFlowOwner", - "Rank": 4, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { + "Rank": 1, "Id": 78, "CommandName": "Add-PnPFolder", - "Rank": 1, "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { + "Rank": 2, "Id": 79, "CommandName": "Add-PnPFolder", - "Rank": 2, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { + "Rank": 3, "Id": 80, "CommandName": "Add-PnPFolder", - "Rank": 3, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { + "Rank": 1, "Id": 81, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 1, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 2, "Id": 82, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 2, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { + "Rank": 3, "Id": 83, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Rank": 3, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { + "Rank": 1, "Id": 84, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 1, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 2, "Id": 85, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Rank": 2, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { + "Rank": 1, "Id": 86, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 1, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { + "Rank": 2, "Id": 87, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 2, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { + "Rank": 3, "Id": 88, "CommandName": "Add-PnPFolderSharingInvite", - "Rank": 3, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { + "Rank": 1, "Id": 89, "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 1, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 90, "CommandName": "Add-PnPFolderUserSharingLink", - "Rank": 2, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 91, "CommandName": "Add-PnPGroupMember", - "Rank": 1, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { + "Rank": 2, "Id": 92, "CommandName": "Add-PnPGroupMember", - "Rank": 2, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { + "Rank": 1, "Id": 93, "CommandName": "Add-PnPHomeSite", - "Rank": 1, "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { + "Rank": 1, "Id": 94, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Rank": 1, "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { + "Rank": 1, "Id": 95, "CommandName": "Add-PnPHubSiteAssociation", - "Rank": 1, "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { + "Rank": 1, "Id": 96, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 1, "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { + "Rank": 2, "Id": 97, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 2, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { + "Rank": 3, "Id": 98, "CommandName": "Add-PnPHubToHubAssociation", - "Rank": 3, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { + "Rank": 1, "Id": 99, "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 1, "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { + "Rank": 2, "Id": 100, "CommandName": "Add-PnPJavaScriptBlock", - "Rank": 2, "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { + "Rank": 1, "Id": 101, "CommandName": "Add-PnPJavaScriptLink", - "Rank": 1, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { + "Rank": 2, "Id": 102, "CommandName": "Add-PnPJavaScriptLink", - "Rank": 2, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { + "Rank": 1, "Id": 103, "CommandName": "Add-PnPListDesign", - "Rank": 1, "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { + "Rank": 2, "Id": 104, "CommandName": "Add-PnPListDesign", - "Rank": 2, "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { + "Rank": 1, "Id": 105, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 1, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { + "Rank": 2, "Id": 106, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 2, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { + "Rank": 3, "Id": 107, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Rank": 3, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { + "Rank": 1, "Id": 108, "CommandName": "Add-PnPListItem", - "Rank": 1, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 2, "Id": 109, "CommandName": "Add-PnPListItem", - "Rank": 2, "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 3, "Id": 110, "CommandName": "Add-PnPListItem", - "Rank": 3, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { + "Rank": 4, "Id": 111, "CommandName": "Add-PnPListItem", - "Rank": 4, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { + "Rank": 5, "Id": 112, "CommandName": "Add-PnPListItem", - "Rank": 5, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { + "Rank": 1, "Id": 113, "CommandName": "Add-PnPListItemAttachment", - "Rank": 1, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { + "Rank": 2, "Id": 114, "CommandName": "Add-PnPListItemAttachment", - "Rank": 2, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { + "Rank": 3, "Id": 115, "CommandName": "Add-PnPListItemAttachment", - "Rank": 3, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { + "Rank": 1, "Id": 116, "CommandName": "Add-PnPListItemComment", - "Rank": 1, "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { + "Rank": 1, "Id": 117, "CommandName": "Add-PnPMasterPage", - "Rank": 1, "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { + "Rank": 1, "Id": 118, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 119, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 1, "Id": 120, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 121, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { + "Rank": 1, "Id": 122, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 1, "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { + "Rank": 2, "Id": 123, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 2, "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { + "Rank": 3, "Id": 124, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Rank": 3, "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { + "Rank": 1, "Id": 125, "CommandName": "Add-PnPNavigationNode", - "Rank": 1, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { + "Rank": 2, "Id": 126, "CommandName": "Add-PnPNavigationNode", - "Rank": 2, "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { + "Rank": 3, "Id": 127, "CommandName": "Add-PnPNavigationNode", - "Rank": 3, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { + "Rank": 4, "Id": 128, "CommandName": "Add-PnPNavigationNode", - "Rank": 4, "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { + "Rank": 5, "Id": 129, "CommandName": "Add-PnPNavigationNode", - "Rank": 5, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { + "Rank": 6, "Id": 130, "CommandName": "Add-PnPNavigationNode", - "Rank": 6, "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { + "Rank": 7, "Id": 131, "CommandName": "Add-PnPNavigationNode", - "Rank": 7, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { + "Rank": 8, "Id": 132, "CommandName": "Add-PnPNavigationNode", - "Rank": 8, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { + "Rank": 1, "Id": 133, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 1, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { + "Rank": 2, "Id": 134, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 2, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { + "Rank": 3, "Id": 135, "CommandName": "Add-PnPOrgAssetsLibrary", - "Rank": 3, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { + "Rank": 1, "Id": 136, "CommandName": "Add-PnPOrgNewsSite", - "Rank": 1, "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { + "Rank": 1, "Id": 137, "CommandName": "Add-PnPPage", - "Rank": 1, "Command": "Add-PnPPage -Name \"NewPage\"" }, { + "Rank": 2, "Id": 138, "CommandName": "Add-PnPPage", - "Rank": 2, "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { + "Rank": 3, "Id": 139, "CommandName": "Add-PnPPage", - "Rank": 3, "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { + "Rank": 4, "Id": 140, "CommandName": "Add-PnPPage", - "Rank": 4, "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { + "Rank": 5, "Id": 141, "CommandName": "Add-PnPPage", - "Rank": 5, "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { + "Rank": 6, "Id": 142, "CommandName": "Add-PnPPage", - "Rank": 6, "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { + "Rank": 7, "Id": 143, "CommandName": "Add-PnPPage", - "Rank": 7, "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { + "Rank": 8, "Id": 144, "CommandName": "Add-PnPPage", - "Rank": 8, "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { + "Rank": 9, "Id": 145, "CommandName": "Add-PnPPage", - "Rank": 9, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { + "Rank": 10, "Id": 146, "CommandName": "Add-PnPPage", - "Rank": 10, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { + "Rank": 1, "Id": 147, "CommandName": "Add-PnPPageImageWebPart", - "Rank": 1, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { + "Rank": 2, "Id": 148, "CommandName": "Add-PnPPageImageWebPart", - "Rank": 2, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { + "Rank": 1, "Id": 149, "CommandName": "Add-PnPPageSection", - "Rank": 1, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { + "Rank": 2, "Id": 150, "CommandName": "Add-PnPPageSection", - "Rank": 2, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { + "Rank": 1, "Id": 151, "CommandName": "Add-PnPPageTextPart", - "Rank": 1, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { + "Rank": 2, "Id": 152, "CommandName": "Add-PnPPageTextPart", - "Rank": 2, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { + "Rank": 3, "Id": 153, "CommandName": "Add-PnPPageTextPart", - "Rank": 3, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { + "Rank": 1, "Id": 154, "CommandName": "Add-PnPPageWebPart", - "Rank": 1, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { + "Rank": 2, "Id": 155, "CommandName": "Add-PnPPageWebPart", - "Rank": 2, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { + "Rank": 3, "Id": 156, "CommandName": "Add-PnPPageWebPart", - "Rank": 3, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { + "Rank": 1, "Id": 157, "CommandName": "Add-PnPPlannerBucket", - "Rank": 1, "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { + "Rank": 2, "Id": 158, "CommandName": "Add-PnPPlannerBucket", - "Rank": 2, "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { + "Rank": 1, "Id": 159, "CommandName": "Add-PnPPlannerRoster", - "Rank": 1, "Command": "Add-PnPPlannerRoster" }, { + "Rank": 1, "Id": 160, "CommandName": "Add-PnPPlannerRosterMember", - "Rank": 1, "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 161, "CommandName": "Add-PnPPlannerTask", - "Rank": 1, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { + "Rank": 2, "Id": 162, "CommandName": "Add-PnPPlannerTask", - "Rank": 2, "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { + "Rank": 3, "Id": 163, "CommandName": "Add-PnPPlannerTask", - "Rank": 3, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { + "Rank": 1, "Id": 164, "CommandName": "Add-PnPPublishingImageRendition", - "Rank": 1, "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { + "Rank": 1, "Id": 165, "CommandName": "Add-PnPPublishingPage", - "Rank": 1, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { + "Rank": 2, "Id": 166, "CommandName": "Add-PnPPublishingPage", - "Rank": 2, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { + "Rank": 1, "Id": 167, "CommandName": "Add-PnPPublishingPageLayout", - "Rank": 1, "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { + "Rank": 1, "Id": 168, "CommandName": "Add-PnPRoleDefinition", - "Rank": 1, "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { + "Rank": 2, "Id": 169, "CommandName": "Add-PnPRoleDefinition", - "Rank": 2, "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { + "Rank": 3, "Id": 170, "CommandName": "Add-PnPRoleDefinition", - "Rank": 3, "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { + "Rank": 1, "Id": 171, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 1, "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 172, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 2, "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { + "Rank": 3, "Id": 173, "CommandName": "Add-PnPSiteCollectionAdmin", - "Rank": 3, "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 174, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 1, "Command": "Add-PnPSiteCollectionAppCatalog" }, { + "Rank": 2, "Id": 175, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Rank": 2, "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { + "Rank": 1, "Id": 176, "CommandName": "Add-PnPSiteDesign", - "Rank": 1, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { + "Rank": 2, "Id": 177, "CommandName": "Add-PnPSiteDesign", - "Rank": 2, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { + "Rank": 3, "Id": 178, "CommandName": "Add-PnPSiteDesign", - "Rank": 3, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { + "Rank": 1, "Id": 179, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 1, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { + "Rank": 2, "Id": 180, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 2, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { + "Rank": 3, "Id": 181, "CommandName": "Add-PnPSiteDesignFromWeb", - "Rank": 3, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { + "Rank": 1, "Id": 182, "CommandName": "Add-PnPSiteDesignTask", - "Rank": 1, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { + "Rank": 2, "Id": 183, "CommandName": "Add-PnPSiteDesignTask", - "Rank": 2, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { + "Rank": 1, "Id": 184, "CommandName": "Add-PnPSiteScript", - "Rank": 1, "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { + "Rank": 1, "Id": 185, "CommandName": "Add-PnPSiteScriptPackage", - "Rank": 1, "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { + "Rank": 1, "Id": 186, "CommandName": "Add-PnPSiteTemplate", - "Rank": 1, "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { + "Rank": 1, "Id": 187, "CommandName": "Add-PnPStoredCredential", - "Rank": 1, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { + "Rank": 2, "Id": 188, "CommandName": "Add-PnPStoredCredential", - "Rank": 2, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { + "Rank": 3, "Id": 189, "CommandName": "Add-PnPStoredCredential", - "Rank": 3, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { + "Rank": 1, "Id": 190, "CommandName": "Add-PnPTaxonomyField", - "Rank": 1, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { + "Rank": 2, "Id": 191, "CommandName": "Add-PnPTaxonomyField", - "Rank": 2, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { + "Rank": 1, "Id": 192, "CommandName": "Add-PnPTeamsChannel", - "Rank": 1, "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { + "Rank": 2, "Id": 193, "CommandName": "Add-PnPTeamsChannel", - "Rank": 2, "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { + "Rank": 3, "Id": 194, "CommandName": "Add-PnPTeamsChannel", - "Rank": 3, "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { + "Rank": 4, "Id": 195, "CommandName": "Add-PnPTeamsChannel", - "Rank": 4, "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { + "Rank": 1, "Id": 196, "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 1, "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { + "Rank": 2, "Id": 197, "CommandName": "Add-PnpTeamsChannelUser", - "Rank": 2, "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { + "Rank": 1, "Id": 198, "CommandName": "Add-PnPTeamsTab", - "Rank": 1, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { + "Rank": 2, "Id": 199, "CommandName": "Add-PnPTeamsTab", - "Rank": 2, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { + "Rank": 3, "Id": 200, "CommandName": "Add-PnPTeamsTab", - "Rank": 3, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { + "Rank": 4, "Id": 201, "CommandName": "Add-PnPTeamsTab", - "Rank": 4, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { + "Rank": 1, "Id": 202, "CommandName": "Add-PnPTeamsTeam", - "Rank": 1, "Command": "Add-PnPTeamsTeam" }, { + "Rank": 1, "Id": 203, "CommandName": "Add-PnPTeamsUser", - "Rank": 1, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { + "Rank": 2, "Id": 204, "CommandName": "Add-PnPTeamsUser", - "Rank": 2, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { + "Rank": 3, "Id": 205, "CommandName": "Add-PnPTeamsUser", - "Rank": 3, "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { + "Rank": 4, "Id": 206, "CommandName": "Add-PnPTeamsUser", - "Rank": 4, "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { + "Rank": 1, "Id": 207, "CommandName": "Add-PnPTenantCdnOrigin", - "Rank": 1, "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { + "Rank": 1, "Id": 208, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 1, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { + "Rank": 2, "Id": 209, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 2, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { + "Rank": 3, "Id": 210, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Rank": 3, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { + "Rank": 1, "Id": 211, "CommandName": "Add-PnPTenantSequence", - "Rank": 1, "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { + "Rank": 1, "Id": 212, "CommandName": "Add-PnPTenantSequenceSite", - "Rank": 1, "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { + "Rank": 1, "Id": 213, "CommandName": "Add-PnPTenantSequenceSubSite", - "Rank": 1, "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { + "Rank": 1, "Id": 214, "CommandName": "Add-PnPTermToTerm", - "Rank": 1, "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { + "Rank": 1, "Id": 215, "CommandName": "Add-PnPView", - "Rank": 1, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { + "Rank": 2, "Id": 216, "CommandName": "Add-PnPView", - "Rank": 2, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { + "Rank": 3, "Id": 217, "CommandName": "Add-PnPView", - "Rank": 3, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { + "Rank": 1, "Id": 218, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { + "Rank": 2, "Id": 219, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 2, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { + "Rank": 3, "Id": 220, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Rank": 3, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { + "Rank": 1, "Id": 221, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 1, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { + "Rank": 2, "Id": 222, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 2, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { + "Rank": 3, "Id": 223, "CommandName": "Add-PnPWebhookSubscription", - "Rank": 3, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { + "Rank": 1, "Id": 224, "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 1, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { + "Rank": 2, "Id": 225, "CommandName": "Add-PnPWebPartToWebPartPage", - "Rank": 2, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { + "Rank": 1, "Id": 226, "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 1, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { + "Rank": 2, "Id": 227, "CommandName": "Add-PnPWebPartToWikiPage", - "Rank": 2, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { + "Rank": 1, "Id": 228, "CommandName": "Add-PnPWikiPage", - "Rank": 1, "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { + "Rank": 1, "Id": 229, "CommandName": "Clear-PnPAzureADGroupMember", - "Rank": 1, "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { + "Rank": 1, "Id": 230, "CommandName": "Clear-PnPAzureADGroupOwner", - "Rank": 1, "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { + "Rank": 1, "Id": 231, "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 1, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { + "Rank": 2, "Id": 232, "CommandName": "Clear-PnPDefaultColumnValues", - "Rank": 2, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { + "Rank": 1, "Id": 233, "CommandName": "Clear-PnPListItemAsRecord", - "Rank": 1, "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { + "Rank": 1, "Id": 234, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { + "Rank": 1, "Id": 235, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { + "Rank": 1, "Id": 236, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 1, "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { + "Rank": 2, "Id": 237, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 2, "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { + "Rank": 3, "Id": 238, "CommandName": "Clear-PnpRecycleBinItem", - "Rank": 3, "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { + "Rank": 1, "Id": 239, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Rank": 1, "Command": "Clear-PnPTenantAppCatalogUrl" }, { + "Rank": 1, "Id": 240, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 1, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "Id": 241, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Rank": 2, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { + "Rank": 1, "Id": 242, "CommandName": "Clear-PnPTraceLog", - "Rank": 1, "Command": "Clear-PnPTraceLog" }, { + "Rank": 1, "Id": 243, "CommandName": "Connect-PnPOnline", - "Rank": 1, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { + "Rank": 1, "Id": 244, "CommandName": "Convert-PnPFile", - "Rank": 1, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { + "Rank": 2, "Id": 245, "CommandName": "Convert-PnPFile", - "Rank": 2, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { + "Rank": 3, "Id": 246, "CommandName": "Convert-PnPFile", - "Rank": 3, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { + "Rank": 4, "Id": 247, "CommandName": "Convert-PnPFile", - "Rank": 4, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { + "Rank": 5, "Id": 248, "CommandName": "Convert-PnPFile", - "Rank": 5, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { + "Rank": 6, "Id": 249, "CommandName": "Convert-PnPFile", - "Rank": 6, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { + "Rank": 7, "Id": 250, "CommandName": "Convert-PnPFile", - "Rank": 7, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { + "Rank": 1, "Id": 251, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 1, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { + "Rank": 2, "Id": 252, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Rank": 2, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { + "Rank": 1, "Id": 253, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 1, "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { + "Rank": 2, "Id": 254, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 2, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { + "Rank": 3, "Id": 255, "CommandName": "Convert-PnPSiteTemplate", - "Rank": 3, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { + "Rank": 1, "Id": 256, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 1, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { + "Rank": 2, "Id": 257, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Rank": 2, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { + "Rank": 1, "Id": 258, "CommandName": "ConvertTo-PnPPage", - "Rank": 1, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { + "Rank": 2, "Id": 259, "CommandName": "ConvertTo-PnPPage", - "Rank": 2, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { + "Rank": 3, "Id": 260, "CommandName": "ConvertTo-PnPPage", - "Rank": 3, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { + "Rank": 4, "Id": 261, "CommandName": "ConvertTo-PnPPage", - "Rank": 4, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { + "Rank": 5, "Id": 262, "CommandName": "ConvertTo-PnPPage", - "Rank": 5, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 6, "Id": 263, "CommandName": "ConvertTo-PnPPage", - "Rank": 6, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { + "Rank": 7, "Id": 264, "CommandName": "ConvertTo-PnPPage", - "Rank": 7, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { + "Rank": 8, "Id": 265, "CommandName": "ConvertTo-PnPPage", - "Rank": 8, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { + "Rank": 9, "Id": 266, "CommandName": "ConvertTo-PnPPage", - "Rank": 9, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 10, "Id": 267, "CommandName": "ConvertTo-PnPPage", - "Rank": 10, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { + "Rank": 11, "Id": 268, "CommandName": "ConvertTo-PnPPage", - "Rank": 11, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { + "Rank": 12, "Id": 269, "CommandName": "ConvertTo-PnPPage", - "Rank": 12, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 13, "Id": 270, "CommandName": "ConvertTo-PnPPage", - "Rank": 13, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { + "Rank": 14, "Id": 271, "CommandName": "ConvertTo-PnPPage", - "Rank": 14, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { + "Rank": 1, "Id": 272, "CommandName": "Copy-PnPFile", - "Rank": 1, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 2, "Id": 273, "CommandName": "Copy-PnPFile", - "Rank": 2, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { + "Rank": 3, "Id": 274, "CommandName": "Copy-PnPFile", - "Rank": 3, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { + "Rank": 4, "Id": 275, "CommandName": "Copy-PnPFile", - "Rank": 4, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 5, "Id": 276, "CommandName": "Copy-PnPFile", - "Rank": 5, "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { + "Rank": 6, "Id": 277, "CommandName": "Copy-PnPFile", - "Rank": 6, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { + "Rank": 7, "Id": 278, "CommandName": "Copy-PnPFile", - "Rank": 7, "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { + "Rank": 8, "Id": 279, "CommandName": "Copy-PnPFile", - "Rank": 8, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 9, "Id": 280, "CommandName": "Copy-PnPFile", - "Rank": 9, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { + "Rank": 10, "Id": 281, "CommandName": "Copy-PnPFile", - "Rank": 10, "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { + "Rank": 1, "Id": 282, "CommandName": "Copy-PnPFolder", - "Rank": 1, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 2, "Id": 283, "CommandName": "Copy-PnPFolder", - "Rank": 2, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { + "Rank": 3, "Id": 284, "CommandName": "Copy-PnPFolder", - "Rank": 3, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { + "Rank": 4, "Id": 285, "CommandName": "Copy-PnPFolder", - "Rank": 4, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 5, "Id": 286, "CommandName": "Copy-PnPFolder", - "Rank": 5, "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { + "Rank": 6, "Id": 287, "CommandName": "Copy-PnPFolder", - "Rank": 6, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { + "Rank": 7, "Id": 288, "CommandName": "Copy-PnPFolder", - "Rank": 7, "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { + "Rank": 8, "Id": 289, "CommandName": "Copy-PnPFolder", - "Rank": 8, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { + "Rank": 9, "Id": 290, "CommandName": "Copy-PnPFolder", - "Rank": 9, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { + "Rank": 10, "Id": 291, "CommandName": "Copy-PnPFolder", - "Rank": 10, "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { + "Rank": 11, "Id": 292, "CommandName": "Copy-PnPFolder", - "Rank": 11, "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { + "Rank": 1, "Id": 293, "CommandName": "Copy-PnPItemProxy", - "Rank": 1, "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { + "Rank": 1, "Id": 294, "CommandName": "Copy-PnPList", - "Rank": 1, "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { + "Rank": 2, "Id": 295, "CommandName": "Copy-PnPList", - "Rank": 2, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { + "Rank": 3, "Id": 296, "CommandName": "Copy-PnPList", - "Rank": 3, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { + "Rank": 4, "Id": 297, "CommandName": "Copy-PnPList", - "Rank": 4, "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { + "Rank": 1, "Id": 298, "CommandName": "Copy-PnPPage", - "Rank": 1, "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { + "Rank": 1, "Id": 299, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 1, "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { + "Rank": 2, "Id": 300, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 2, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { + "Rank": 3, "Id": 301, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 3, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { + "Rank": 4, "Id": 302, "CommandName": "Copy-PnPTeamsTeam", - "Rank": 4, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { + "Rank": 1, "Id": 303, "CommandName": "Disable-PnPFeature", - "Rank": 1, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "Id": 304, "CommandName": "Disable-PnPFeature", - "Rank": 2, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { + "Rank": 3, "Id": 305, "CommandName": "Disable-PnPFeature", - "Rank": 3, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { + "Rank": 1, "Id": 306, "CommandName": "Disable-PnPFlow", - "Rank": 1, "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "Id": 307, "CommandName": "Disable-PnPFlow", - "Rank": 2, "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "Id": 308, "CommandName": "Disable-PnPPageScheduling", - "Rank": 1, "Command": "Disable-PnPPageScheduling" }, { + "Rank": 1, "Id": 309, "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 1, "Command": "Disable-PnPPowerShellTelemetry" }, { + "Rank": 2, "Id": 310, "CommandName": "Disable-PnPPowerShellTelemetry", - "Rank": 2, "Command": "Disable-PnPPowerShellTelemetry -Force" }, { + "Rank": 1, "Id": 311, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Rank": 1, "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { + "Rank": 1, "Id": 312, "CommandName": "Disable-PnPSiteClassification", - "Rank": 1, "Command": "Disable-PnPSiteClassification" }, { + "Rank": 1, "Id": 313, "CommandName": "Disconnect-PnPOnline", - "Rank": 1, "Command": "Disconnect-PnPOnline" }, { + "Rank": 1, "Id": 314, "CommandName": "Enable-PnPCommSite", - "Rank": 1, "Command": "Enable-PnPCommSite" }, { + "Rank": 2, "Id": 315, "CommandName": "Enable-PnPCommSite", - "Rank": 2, "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { + "Rank": 1, "Id": 316, "CommandName": "Enable-PnPFeature", - "Rank": 1, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "Id": 317, "CommandName": "Enable-PnPFeature", - "Rank": 2, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { + "Rank": 3, "Id": 318, "CommandName": "Enable-PnPFeature", - "Rank": 3, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { + "Rank": 1, "Id": 319, "CommandName": "Enable-PnPFlow", - "Rank": 1, "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "Id": 320, "CommandName": "Enable-PnPFlow", - "Rank": 2, "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "Id": 321, "CommandName": "Enable-PnPPageScheduling", - "Rank": 1, "Command": "Enable-PnPPageScheduling" }, { + "Rank": 1, "Id": 322, "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 1, "Command": "Enable-PnPPowerShellTelemetry" }, { + "Rank": 2, "Id": 323, "CommandName": "Enable-PnPPowerShellTelemetry", - "Rank": 2, "Command": "Enable-PnPPowerShellTelemetry -Force" }, { + "Rank": 1, "Id": 324, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 1, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { + "Rank": 2, "Id": 325, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 2, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { + "Rank": 3, "Id": 326, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 3, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { + "Rank": 4, "Id": 327, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Rank": 4, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 328, "CommandName": "Enable-PnPSiteClassification", - "Rank": 1, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { + "Rank": 2, "Id": 329, "CommandName": "Enable-PnPSiteClassification", - "Rank": 2, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { + "Rank": 1, "Id": 330, "CommandName": "Export-PnPFlow", - "Rank": 1, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "Id": 331, "CommandName": "Export-PnPFlow", - "Rank": 2, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "Id": 332, "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 1, "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { + "Rank": 2, "Id": 333, "CommandName": "Export-PnPListToSiteTemplate", - "Rank": 2, "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { + "Rank": 1, "Id": 334, "CommandName": "Export-PnPPage", - "Rank": 1, "Command": "Export-PnPPage -Identity Home.aspx" }, { + "Rank": 2, "Id": 335, "CommandName": "Export-PnPPage", - "Rank": 2, "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { + "Rank": 1, "Id": 336, "CommandName": "Export-PnPPageMapping", - "Rank": 1, "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { + "Rank": 2, "Id": 337, "CommandName": "Export-PnPPageMapping", - "Rank": 2, "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { + "Rank": 3, "Id": 338, "CommandName": "Export-PnPPageMapping", - "Rank": 3, "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { + "Rank": 1, "Id": 339, "CommandName": "Export-PnPPowerApp", - "Rank": 1, "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { + "Rank": 2, "Id": 340, "CommandName": "Export-PnPPowerApp", - "Rank": 2, "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { + "Rank": 1, "Id": 341, "CommandName": "Export-PnPTaxonomy", - "Rank": 1, "Command": "Export-PnPTaxonomy" }, { + "Rank": 2, "Id": 342, "CommandName": "Export-PnPTaxonomy", - "Rank": 2, "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { + "Rank": 3, "Id": 343, "CommandName": "Export-PnPTaxonomy", - "Rank": 3, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { + "Rank": 4, "Id": 344, "CommandName": "Export-PnPTaxonomy", - "Rank": 4, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { + "Rank": 1, "Id": 345, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 1, "Command": "Export-PnPTermGroupToXml" }, { + "Rank": 2, "Id": 346, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 2, "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { + "Rank": 3, "Id": 347, "CommandName": "Export-PnPTermGroupToXml", - "Rank": 3, "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { + "Rank": 1, "Id": 348, "CommandName": "Export-PnPUserInfo", - "Rank": 1, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { + "Rank": 2, "Id": 349, "CommandName": "Export-PnPUserInfo", - "Rank": 2, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { + "Rank": 1, "Id": 350, "CommandName": "Export-PnPUserProfile", - "Rank": 1, "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { + "Rank": 2, "Id": 351, "CommandName": "Export-PnPUserProfile", - "Rank": 2, "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { + "Rank": 1, "Id": 352, "CommandName": "Find-PnPFile", - "Rank": 1, "Command": "Find-PnPFile -Match *.master" }, { + "Rank": 2, "Id": 353, "CommandName": "Find-PnPFile", - "Rank": 2, "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { + "Rank": 3, "Id": 354, "CommandName": "Find-PnPFile", - "Rank": 3, "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { + "Rank": 1, "Id": 355, "CommandName": "Get-PnPAccessToken", - "Rank": 1, "Command": "Get-PnPAccessToken" }, { + "Rank": 2, "Id": 356, "CommandName": "Get-PnPAccessToken", - "Rank": 2, "Command": "Get-PnPAccessToken -Decoded" }, { + "Rank": 3, "Id": 357, "CommandName": "Get-PnPAccessToken", - "Rank": 3, "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { + "Rank": 4, "Id": 358, "CommandName": "Get-PnPAccessToken", - "Rank": 4, "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { + "Rank": 5, "Id": 359, "CommandName": "Get-PnPAccessToken", - "Rank": 5, "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { + "Rank": 6, "Id": 360, "CommandName": "Get-PnPAccessToken", - "Rank": 6, "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { + "Rank": 1, "Id": 361, "CommandName": "Get-PnPAlert", - "Rank": 1, "Command": "Get-PnPAlert" }, { + "Rank": 2, "Id": 362, "CommandName": "Get-PnPAlert", - "Rank": 2, "Command": "Get-PnPAlert -List \"Demo List\"" }, { + "Rank": 3, "Id": 363, "CommandName": "Get-PnPAlert", - "Rank": 3, "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { + "Rank": 4, "Id": 364, "CommandName": "Get-PnPAlert", - "Rank": 4, "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { + "Rank": 5, "Id": 365, "CommandName": "Get-PnPAlert", - "Rank": 5, "Command": "Get-PnPAlert -AllUsers" }, { + "Rank": 6, "Id": 366, "CommandName": "Get-PnPAlert", - "Rank": 6, "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { + "Rank": 1, "Id": 367, "CommandName": "Get-PnPApp", - "Rank": 1, "Command": "Get-PnPApp" }, { + "Rank": 2, "Id": 368, "CommandName": "Get-PnPApp", - "Rank": 2, "Command": "Get-PnPApp -Scope Site" }, { + "Rank": 3, "Id": 369, "CommandName": "Get-PnPApp", - "Rank": 3, "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { + "Rank": 1, "Id": 370, "CommandName": "Get-PnPAppErrors", - "Rank": 1, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { + "Rank": 2, "Id": 371, "CommandName": "Get-PnPAppErrors", - "Rank": 2, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { + "Rank": 1, "Id": 372, "CommandName": "Get-PnPAppInfo", - "Rank": 1, "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { + "Rank": 2, "Id": 373, "CommandName": "Get-PnPAppInfo", - "Rank": 2, "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { + "Rank": 3, "Id": 374, "CommandName": "Get-PnPAppInfo", - "Rank": 3, "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { + "Rank": 1, "Id": 375, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 1, "Command": "Get-PnPApplicationCustomizer" }, { + "Rank": 2, "Id": 376, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 2, "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 3, "Id": 377, "CommandName": "Get-PnPApplicationCustomizer", - "Rank": 3, "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { + "Rank": 1, "Id": 378, "CommandName": "Get-PnPAuditing", - "Rank": 1, "Command": "Get-PnPAuditing" }, { + "Rank": 1, "Id": 379, "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 1, "Command": "Get-PnPAuthenticationRealm" }, { + "Rank": 2, "Id": 380, "CommandName": "Get-PnPAuthenticationRealm", - "Rank": 2, "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { + "Rank": 1, "Id": 381, "CommandName": "Get-PnPAvailableLanguage", - "Rank": 1, "Command": "Get-PnPAvailableLanguage" }, { + "Rank": 1, "Id": 382, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 1, "Command": "Get-PnPAvailableSensitivityLabel" }, { + "Rank": 2, "Id": 383, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 2, "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { + "Rank": 3, "Id": 384, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Rank": 3, "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { + "Rank": 1, "Id": 385, "CommandName": "Get-PnPAvailableSiteClassification", - "Rank": 1, "Command": "Get-PnPAvailableSiteClassification" }, { + "Rank": 1, "Id": 386, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 1, "Command": "Get-PnPAzureACSPrincipal" }, { + "Rank": 2, "Id": 387, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 2, "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { + "Rank": 3, "Id": 388, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 3, "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { + "Rank": 4, "Id": 389, "CommandName": "Get-PnPAzureACSPrincipal", - "Rank": 4, "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { + "Rank": 1, "Id": 390, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 1, "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { + "Rank": 2, "Id": 391, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 2, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { + "Rank": 3, "Id": 392, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Rank": 3, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { + "Rank": 1, "Id": 393, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 1, "Command": "Get-PnPAzureADActivityReportSignIn" }, { + "Rank": 2, "Id": 394, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 2, "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { + "Rank": 3, "Id": 395, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Rank": 3, "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { + "Rank": 1, "Id": 396, "CommandName": "Get-PnPAzureADApp", - "Rank": 1, "Command": "Get-PnPAzureADApp" }, { + "Rank": 2, "Id": 397, "CommandName": "Get-PnPAzureADApp", - "Rank": 2, "Command": "Get-PnPAzureADApp -Identity MyApp" }, { + "Rank": 3, "Id": 398, "CommandName": "Get-PnPAzureADApp", - "Rank": 3, "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { + "Rank": 4, "Id": 399, "CommandName": "Get-PnPAzureADApp", - "Rank": 4, "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { + "Rank": 1, "Id": 400, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 1, "Command": "Get-PnPAzureADAppPermission" }, { + "Rank": 2, "Id": 401, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 2, "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { + "Rank": 3, "Id": 402, "CommandName": "Get-PnPAzureADAppPermission", - "Rank": 3, "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { + "Rank": 1, "Id": 403, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 1, "Command": "Get-PnPAzureADAppSitePermission" }, { + "Rank": 2, "Id": 404, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 2, "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { + "Rank": 3, "Id": 405, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 3, "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { + "Rank": 4, "Id": 406, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 4, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { + "Rank": 5, "Id": 407, "CommandName": "Get-PnPAzureADAppSitePermission", - "Rank": 5, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { + "Rank": 1, "Id": 408, "CommandName": "Get-PnPAzureADGroup", - "Rank": 1, "Command": "Get-PnPAzureADGroup" }, { + "Rank": 2, "Id": 409, "CommandName": "Get-PnPAzureADGroup", - "Rank": 2, "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { + "Rank": 3, "Id": 410, "CommandName": "Get-PnPAzureADGroup", - "Rank": 3, "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { + "Rank": 4, "Id": 411, "CommandName": "Get-PnPAzureADGroup", - "Rank": 4, "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { + "Rank": 5, "Id": 412, "CommandName": "Get-PnPAzureADGroup", - "Rank": 5, "Command": "Get-PnPAzureADGroup -Identity $group" }, { + "Rank": 1, "Id": 413, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 1, "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { + "Rank": 2, "Id": 414, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 2, "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { + "Rank": 3, "Id": 415, "CommandName": "Get-PnPAzureADGroupMember", - "Rank": 3, "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { + "Rank": 1, "Id": 416, "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 1, "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { + "Rank": 2, "Id": 417, "CommandName": "Get-PnPAzureADGroupOwner", - "Rank": 2, "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { + "Rank": 1, "Id": 418, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipal" }, { + "Rank": 2, "Id": 419, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { + "Rank": 3, "Id": 420, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 3, "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { + "Rank": 4, "Id": 421, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 4, "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { + "Rank": 5, "Id": 422, "CommandName": "Get-PnPAzureADServicePrincipal", - "Rank": 5, "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { + "Rank": 1, "Id": 423, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { + "Rank": 2, "Id": 424, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { + "Rank": 1, "Id": 425, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { + "Rank": 2, "Id": 426, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { + "Rank": 1, "Id": 427, "CommandName": "Get-PnPAzureADUser", - "Rank": 1, "Command": "Get-PnPAzureADUser" }, { + "Rank": 2, "Id": 428, "CommandName": "Get-PnPAzureADUser", - "Rank": 2, "Command": "Get-PnPAzureADUser -EndIndex 50" }, { + "Rank": 3, "Id": 429, "CommandName": "Get-PnPAzureADUser", - "Rank": 3, "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { + "Rank": 4, "Id": 430, "CommandName": "Get-PnPAzureADUser", - "Rank": 4, "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { + "Rank": 5, "Id": 431, "CommandName": "Get-PnPAzureADUser", - "Rank": 5, "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { + "Rank": 6, "Id": 432, "CommandName": "Get-PnPAzureADUser", - "Rank": 6, "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { + "Rank": 7, "Id": 433, "CommandName": "Get-PnPAzureADUser", - "Rank": 7, "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { + "Rank": 8, "Id": 434, "CommandName": "Get-PnPAzureADUser", - "Rank": 8, "Command": "Get-PnPAzureADUser -Delta" }, { + "Rank": 9, "Id": 435, "CommandName": "Get-PnPAzureADUser", - "Rank": 9, "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { + "Rank": 10, "Id": 436, "CommandName": "Get-PnPAzureADUser", - "Rank": 10, "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { + "Rank": 1, "Id": 437, "CommandName": "Get-PnPAzureCertificate", - "Rank": 1, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { + "Rank": 2, "Id": 438, "CommandName": "Get-PnPAzureCertificate", - "Rank": 2, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { + "Rank": 3, "Id": 439, "CommandName": "Get-PnPAzureCertificate", - "Rank": 3, "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { + "Rank": 1, "Id": 440, "CommandName": "Get-PnPBrandCenterConfig", - "Rank": 1, "Command": "Get-PnPBrandCenterConfig" }, { + "Rank": 1, "Id": 441, "CommandName": "Get-PnPBrandCenterFont", - "Rank": 1, "Command": "Get-PnPBrandCenterFont" }, { + "Rank": 1, "Id": 442, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 1, "Command": "Get-PnPBrandCenterFontPackage" }, { + "Rank": 2, "Id": 443, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 2, "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { + "Rank": 3, "Id": 444, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 3, "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { + "Rank": 4, "Id": 445, "CommandName": "Get-PnPBrandCenterFontPackage", - "Rank": 4, "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { + "Rank": 1, "Id": 446, "CommandName": "Get-PnPBrowserIdleSignout", - "Rank": 1, "Command": "Get-PnPBrowserIdleSignout" }, { + "Rank": 1, "Id": 447, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 1, "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { + "Rank": 2, "Id": 448, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Rank": 2, "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { + "Rank": 1, "Id": 449, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 1, "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { + "Rank": 2, "Id": 450, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 2, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { + "Rank": 3, "Id": 451, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 3, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { + "Rank": 4, "Id": 452, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 4, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { + "Rank": 5, "Id": 453, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Rank": 5, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { + "Rank": 1, "Id": 454, "CommandName": "Get-PnPChangeLog", - "Rank": 1, "Command": "Get-PnPChangeLog" }, { + "Rank": 2, "Id": 455, "CommandName": "Get-PnPChangeLog", - "Rank": 2, "Command": "Get-PnPChangeLog -Nightly" }, { + "Rank": 3, "Id": 456, "CommandName": "Get-PnPChangeLog", - "Rank": 3, "Command": "Get-PnPChangeLog -Version 2.12.0" }, { + "Rank": 1, "Id": 457, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 1, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { + "Rank": 2, "Id": 458, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Rank": 2, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { + "Rank": 1, "Id": 459, "CommandName": "Get-PnPContainer", - "Rank": 1, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { + "Rank": 2, "Id": 460, "CommandName": "Get-PnPContainer", - "Rank": 2, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { + "Rank": 3, "Id": 461, "CommandName": "Get-PnPContainer", - "Rank": 3, "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { + "Rank": 1, "Id": 462, "CommandName": "Get-PnPContainerType", - "Rank": 1, "Command": "Get-PnPContainerType" }, { + "Rank": 1, "Id": 463, "CommandName": "Get-PnPContainerTypeConfiguration", - "Rank": 1, "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { + "Rank": 1, "Id": 464, "CommandName": "Get-PnPContentType", - "Rank": 1, "Command": "Get-PnPContentType" }, { + "Rank": 2, "Id": 465, "CommandName": "Get-PnPContentType", - "Rank": 2, "Command": "Get-PnPContentType -InSiteHierarchy" }, { + "Rank": 3, "Id": 466, "CommandName": "Get-PnPContentType", - "Rank": 3, "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { + "Rank": 4, "Id": 467, "CommandName": "Get-PnPContentType", - "Rank": 4, "Command": "Get-PnPContentType -List \"Documents\"" }, { + "Rank": 5, "Id": 468, "CommandName": "Get-PnPContentType", - "Rank": 5, "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { + "Rank": 1, "Id": 469, "CommandName": "Get-PnPContentTypePublishingStatus", - "Rank": 1, "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { + "Rank": 1, "Id": 470, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Rank": 1, "Command": "Get-PnPCopilotAdminLimitedMode" }, { + "Rank": 1, "Id": 471, "CommandName": "Get-PnPCopilotAgent", - "Rank": 1, "Command": "Get-PnPCopilotAgent" }, { + "Rank": 2, "Id": 472, "CommandName": "Get-PnPCopilotAgent", - "Rank": 2, "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { + "Rank": 1, "Id": 473, "CommandName": "Get-PnPCustomAction", - "Rank": 1, "Command": "Get-PnPCustomAction" }, { + "Rank": 2, "Id": 474, "CommandName": "Get-PnPCustomAction", - "Rank": 2, "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 3, "Id": 475, "CommandName": "Get-PnPCustomAction", - "Rank": 3, "Command": "Get-PnPCustomAction -Scope web" }, { + "Rank": 1, "Id": 476, "CommandName": "Get-PnPDeletedContainer", - "Rank": 1, "Command": "Get-PnPDeletedContainer" }, { + "Rank": 1, "Id": 477, "CommandName": "Get-PnPDeletedFlow", - "Rank": 1, "Command": "Get-PnPDeletedFlow" }, { + "Rank": 1, "Id": 478, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 1, "Command": "Get-PnPDeletedMicrosoft365Group" }, { + "Rank": 2, "Id": 479, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Rank": 2, "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { + "Rank": 1, "Id": 480, "CommandName": "Get-PnPDeletedTeam", - "Rank": 1, "Command": "Get-PnPDeletedTeam" }, { + "Rank": 1, "Id": 481, "CommandName": "Get-PnPDiagnostics", - "Rank": 1, "Command": "Get-PnPDiagnostics" }, { + "Rank": 1, "Id": 482, "CommandName": "Get-PnPDisableSpacesActivation", - "Rank": 1, "Command": "Get-PnPDisableSpacesActivation" }, { + "Rank": 1, "Id": 483, "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 1, "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { + "Rank": 2, "Id": 484, "CommandName": "Get-PnPDocumentSetTemplate", - "Rank": 2, "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { + "Rank": 1, "Id": 485, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 1, "Command": "Get-PnPEnterpriseAppInsightsReport" }, { + "Rank": 2, "Id": 486, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 2, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { + "Rank": 3, "Id": 487, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Rank": 3, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { + "Rank": 1, "Id": 488, "CommandName": "Get-PnPEventReceiver", - "Rank": 1, "Command": "Get-PnPEventReceiver" }, { + "Rank": 2, "Id": 489, "CommandName": "Get-PnPEventReceiver", - "Rank": 2, "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 3, "Id": 490, "CommandName": "Get-PnPEventReceiver", - "Rank": 3, "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { + "Rank": 4, "Id": 491, "CommandName": "Get-PnPEventReceiver", - "Rank": 4, "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { + "Rank": 5, "Id": 492, "CommandName": "Get-PnPEventReceiver", - "Rank": 5, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 6, "Id": 493, "CommandName": "Get-PnPEventReceiver", - "Rank": 6, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { + "Rank": 7, "Id": 494, "CommandName": "Get-PnPEventReceiver", - "Rank": 7, "Command": "Get-PnPEventReceiver -Scope Site" }, { + "Rank": 8, "Id": 495, "CommandName": "Get-PnPEventReceiver", - "Rank": 8, "Command": "Get-PnPEventReceiver -Scope Web" }, { + "Rank": 9, "Id": 496, "CommandName": "Get-PnPEventReceiver", - "Rank": 9, "Command": "Get-PnPEventReceiver -Scope All" }, { + "Rank": 1, "Id": 497, "CommandName": "Get-PnPException", - "Rank": 1, "Command": "Get-PnPException" }, { + "Rank": 2, "Id": 498, "CommandName": "Get-PnPException", - "Rank": 2, "Command": "Get-PnPException -All" }, { + "Rank": 1, "Id": 499, "CommandName": "Get-PnPExternalUser", - "Rank": 1, "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { + "Rank": 2, "Id": 500, "CommandName": "Get-PnPExternalUser", - "Rank": 2, "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { + "Rank": 1, "Id": 501, "CommandName": "Get-PnPFeature", - "Rank": 1, "Command": "Get-PnPFeature" }, { + "Rank": 2, "Id": 502, "CommandName": "Get-PnPFeature", - "Rank": 2, "Command": "Get-PnPFeature -Scope Site" }, { + "Rank": 3, "Id": 503, "CommandName": "Get-PnPFeature", - "Rank": 3, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 4, "Id": 504, "CommandName": "Get-PnPFeature", - "Rank": 4, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { + "Rank": 1, "Id": 505, "CommandName": "Get-PnPField", - "Rank": 1, "Command": "Get-PnPField" }, { + "Rank": 2, "Id": 506, "CommandName": "Get-PnPField", - "Rank": 2, "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { + "Rank": 3, "Id": 507, "CommandName": "Get-PnPField", - "Rank": 3, "Command": "Get-PnPField -Group \"Custom Columns\"" }, { + "Rank": 1, "Id": 508, "CommandName": "Get-PnPFile", - "Rank": 1, "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { + "Rank": 2, "Id": 509, "CommandName": "Get-PnPFile", - "Rank": 2, "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { + "Rank": 3, "Id": 510, "CommandName": "Get-PnPFile", - "Rank": 3, "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { + "Rank": 4, "Id": 511, "CommandName": "Get-PnPFile", - "Rank": 4, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { + "Rank": 5, "Id": 512, "CommandName": "Get-PnPFile", - "Rank": 5, "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { + "Rank": 6, "Id": 513, "CommandName": "Get-PnPFile", - "Rank": 6, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { + "Rank": 7, "Id": 514, "CommandName": "Get-PnPFile", - "Rank": 7, "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { + "Rank": 8, "Id": 515, "CommandName": "Get-PnPFile", - "Rank": 8, "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { + "Rank": 1, "Id": 516, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 1, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { + "Rank": 2, "Id": 517, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 2, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { + "Rank": 3, "Id": 518, "CommandName": "Get-PnPFileAnalyticsData", - "Rank": 3, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { + "Rank": 1, "Id": 519, "CommandName": "Get-PnPFileCheckedOut", - "Rank": 1, "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { + "Rank": 1, "Id": 520, "CommandName": "Get-PnPFileInFolder", - "Rank": 1, "Command": "Get-PnPFileInFolder" }, { + "Rank": 2, "Id": 521, "CommandName": "Get-PnPFileInFolder", - "Rank": 2, "Command": "Get-PnPFileInFolder -Recurse" }, { + "Rank": 3, "Id": 522, "CommandName": "Get-PnPFileInFolder", - "Rank": 3, "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { + "Rank": 4, "Id": 523, "CommandName": "Get-PnPFileInFolder", - "Rank": 4, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { + "Rank": 5, "Id": 524, "CommandName": "Get-PnPFileInFolder", - "Rank": 5, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { + "Rank": 1, "Id": 525, "CommandName": "Get-PnPFileRetentionLabel", - "Rank": 1, "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { + "Rank": 1, "Id": 526, "CommandName": "Get-PnPFileSensitivityLabel", - "Rank": 1, "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { + "Rank": 1, "Id": 527, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Rank": 1, "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { + "Rank": 1, "Id": 528, "CommandName": "Get-PnPFileSharingLink", - "Rank": 1, "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "Id": 529, "CommandName": "Get-PnPFileSharingLink", - "Rank": 2, "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { + "Rank": 3, "Id": 530, "CommandName": "Get-PnPFileSharingLink", - "Rank": 3, "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { + "Rank": 1, "Id": 531, "CommandName": "Get-PnPFileVersion", - "Rank": 1, "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { + "Rank": 2, "Id": 532, "CommandName": "Get-PnPFileVersion", - "Rank": 2, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { + "Rank": 3, "Id": 533, "CommandName": "Get-PnPFileVersion", - "Rank": 3, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { + "Rank": 1, "Id": 534, "CommandName": "Get-PnPFlow", - "Rank": 1, "Command": "Get-PnPFlow -AsAdmin" }, { + "Rank": 2, "Id": 535, "CommandName": "Get-PnPFlow", - "Rank": 2, "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { + "Rank": 3, "Id": 536, "CommandName": "Get-PnPFlow", - "Rank": 3, "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "Id": 537, "CommandName": "Get-PnPFlowOwner", - "Rank": 1, "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { + "Rank": 2, "Id": 538, "CommandName": "Get-PnPFlowOwner", - "Rank": 2, "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { + "Rank": 1, "Id": 539, "CommandName": "Get-PnPFlowRun", - "Rank": 1, "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "Id": 540, "CommandName": "Get-PnPFlowRun", - "Rank": 2, "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { + "Rank": 1, "Id": 541, "CommandName": "Get-PnPFolder", - "Rank": 1, "Command": "Get-PnPFolder" }, { + "Rank": 2, "Id": 542, "CommandName": "Get-PnPFolder", - "Rank": 2, "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { + "Rank": 3, "Id": 543, "CommandName": "Get-PnPFolder", - "Rank": 3, "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { + "Rank": 4, "Id": 544, "CommandName": "Get-PnPFolder", - "Rank": 4, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { + "Rank": 5, "Id": 545, "CommandName": "Get-PnPFolder", - "Rank": 5, "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { + "Rank": 6, "Id": 546, "CommandName": "Get-PnPFolder", - "Rank": 6, "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { + "Rank": 7, "Id": 547, "CommandName": "Get-PnPFolder", - "Rank": 7, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { + "Rank": 1, "Id": 548, "CommandName": "Get-PnPFolderInFolder", - "Rank": 1, "Command": "Get-PnPFolderInFolder" }, { + "Rank": 2, "Id": 549, "CommandName": "Get-PnPFolderInFolder", - "Rank": 2, "Command": "Get-PnPFolderInFolder -Recurse" }, { + "Rank": 3, "Id": 550, "CommandName": "Get-PnPFolderInFolder", - "Rank": 3, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { + "Rank": 4, "Id": 551, "CommandName": "Get-PnPFolderInFolder", - "Rank": 4, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { + "Rank": 5, "Id": 552, "CommandName": "Get-PnPFolderInFolder", - "Rank": 5, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { + "Rank": 6, "Id": 553, "CommandName": "Get-PnPFolderInFolder", - "Rank": 6, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { + "Rank": 1, "Id": 554, "CommandName": "Get-PnPFolderItem", - "Rank": 1, "Command": "Get-PnPFolderItem" }, { + "Rank": 2, "Id": 555, "CommandName": "Get-PnPFolderItem", - "Rank": 2, "Command": "Get-PnPFolderItem -Recurse" }, { + "Rank": 3, "Id": 556, "CommandName": "Get-PnPFolderItem", - "Rank": 3, "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { + "Rank": 4, "Id": 557, "CommandName": "Get-PnPFolderItem", - "Rank": 4, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { + "Rank": 5, "Id": 558, "CommandName": "Get-PnPFolderItem", - "Rank": 5, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { + "Rank": 6, "Id": 559, "CommandName": "Get-PnPFolderItem", - "Rank": 6, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { + "Rank": 1, "Id": 560, "CommandName": "Get-PnPFolderSharingLink", - "Rank": 1, "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 1, "Id": 561, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 1, "Command": "Get-PnPFolderStorageMetric" }, { + "Rank": 2, "Id": 562, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 2, "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { + "Rank": 3, "Id": 563, "CommandName": "Get-PnPFolderStorageMetric", - "Rank": 3, "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { + "Rank": 1, "Id": 564, "CommandName": "Get-PnPFooter", - "Rank": 1, "Command": "Get-PnPFooter" }, { + "Rank": 1, "Id": 565, "CommandName": "Get-PnPGraphSubscription", - "Rank": 1, "Command": "Get-PnPGraphSubscription" }, { + "Rank": 2, "Id": 566, "CommandName": "Get-PnPGraphSubscription", - "Rank": 2, "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { + "Rank": 1, "Id": 567, "CommandName": "Get-PnPGroup", - "Rank": 1, "Command": "Get-PnPGroup" }, { + "Rank": 2, "Id": 568, "CommandName": "Get-PnPGroup", - "Rank": 2, "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { + "Rank": 3, "Id": 569, "CommandName": "Get-PnPGroup", - "Rank": 3, "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { + "Rank": 1, "Id": 570, "CommandName": "Get-PnPGroupMember", - "Rank": 1, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { + "Rank": 2, "Id": 571, "CommandName": "Get-PnPGroupMember", - "Rank": 2, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { + "Rank": 1, "Id": 572, "CommandName": "Get-PnPGroupPermissions", - "Rank": 1, "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { + "Rank": 1, "Id": 573, "CommandName": "Get-PnPHideDefaultThemes", - "Rank": 1, "Command": "Get-PnPHideDefaultThemes" }, { + "Rank": 1, "Id": 574, "CommandName": "Get-PnPHomePage", - "Rank": 1, "Command": "Get-PnPHomePage" }, { + "Rank": 1, "Id": 575, "CommandName": "Get-PnPHomeSite", - "Rank": 1, "Command": "Get-PnPHomeSite" }, { + "Rank": 2, "Id": 576, "CommandName": "Get-PnPHomeSite", - "Rank": 2, "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { + "Rank": 3, "Id": 577, "CommandName": "Get-PnPHomeSite", - "Rank": 3, "Command": "Get-PnPHomeSite -Detailed" }, { + "Rank": 1, "Id": 578, "CommandName": "Get-PnPHubSite", - "Rank": 1, "Command": "Get-PnPHubSite" }, { + "Rank": 2, "Id": 579, "CommandName": "Get-PnPHubSite", - "Rank": 2, "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 3, "Id": 580, "CommandName": "Get-PnPHubSite", - "Rank": 3, "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { + "Rank": 1, "Id": 581, "CommandName": "Get-PnPHubSiteChild", - "Rank": 1, "Command": "Get-PnPHubSiteChild" }, { + "Rank": 2, "Id": 582, "CommandName": "Get-PnPHubSiteChild", - "Rank": 2, "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 1, "Id": 583, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Rank": 1, "Command": "Get-PnPInPlaceRecordsManagement" }, { + "Rank": 1, "Id": 584, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Rank": 1, "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { + "Rank": 1, "Id": 585, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 1, "Command": "Get-PnPJavaScriptLink" }, { + "Rank": 2, "Id": 586, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 2, "Command": "Get-PnPJavaScriptLink -Scope All" }, { + "Rank": 3, "Id": 587, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 3, "Command": "Get-PnPJavaScriptLink -Scope Web" }, { + "Rank": 4, "Id": 588, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 4, "Command": "Get-PnPJavaScriptLink -Scope Site" }, { + "Rank": 5, "Id": 589, "CommandName": "Get-PnPJavaScriptLink", - "Rank": 5, "Command": "Get-PnPJavaScriptLink -Name Test" }, { + "Rank": 1, "Id": 590, "CommandName": "Get-PnPKnowledgeHubSite", - "Rank": 1, "Command": "Get-PnPKnowledgeHubSite" }, { + "Rank": 1, "Id": 591, "CommandName": "Get-PnPLargeListOperationStatus", - "Rank": 1, "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { + "Rank": 1, "Id": 592, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Rank": 1, "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { + "Rank": 1, "Id": 593, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Rank": 1, "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "Id": 594, "CommandName": "Get-PnPList", - "Rank": 1, "Command": "Get-PnPList" }, { + "Rank": 2, "Id": 595, "CommandName": "Get-PnPList", - "Rank": 2, "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 3, "Id": 596, "CommandName": "Get-PnPList", - "Rank": 3, "Command": "Get-PnPList -Identity Lists/Announcements" }, { + "Rank": 4, "Id": 597, "CommandName": "Get-PnPList", - "Rank": 4, "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { + "Rank": 5, "Id": 598, "CommandName": "Get-PnPList", - "Rank": 5, "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { + "Rank": 1, "Id": 599, "CommandName": "Get-PnPListDesign", - "Rank": 1, "Command": "Get-PnPListDesign" }, { + "Rank": 2, "Id": 600, "CommandName": "Get-PnPListDesign", - "Rank": 2, "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 3, "Id": 601, "CommandName": "Get-PnPListDesign", - "Rank": 3, "Command": "Get-PnPListDesign -Identity ListEvent" }, { + "Rank": 1, "Id": 602, "CommandName": "Get-PnPListInformationRightsManagement", - "Rank": 1, "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { + "Rank": 1, "Id": 603, "CommandName": "Get-PnPListItem", - "Rank": 1, "Command": "Get-PnPListItem -List Tasks" }, { + "Rank": 2, "Id": 604, "CommandName": "Get-PnPListItem", - "Rank": 2, "Command": "Get-PnPListItem -List Tasks -Id 1" }, { + "Rank": 3, "Id": 605, "CommandName": "Get-PnPListItem", - "Rank": 3, "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { + "Rank": 4, "Id": 606, "CommandName": "Get-PnPListItem", - "Rank": 4, "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { + "Rank": 5, "Id": 607, "CommandName": "Get-PnPListItem", - "Rank": 5, "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { + "Rank": 6, "Id": 608, "CommandName": "Get-PnPListItem", - "Rank": 6, "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { + "Rank": 7, "Id": 609, "CommandName": "Get-PnPListItem", - "Rank": 7, "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { + "Rank": 8, "Id": 610, "CommandName": "Get-PnPListItem", - "Rank": 8, "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { + "Rank": 9, "Id": 611, "CommandName": "Get-PnPListItem", - "Rank": 9, "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { + "Rank": 1, "Id": 612, "CommandName": "Get-PnPListItemAttachment", - "Rank": 1, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { + "Rank": 2, "Id": 613, "CommandName": "Get-PnPListItemAttachment", - "Rank": 2, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { + "Rank": 1, "Id": 614, "CommandName": "Get-PnPListItemComment", - "Rank": 1, "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { + "Rank": 1, "Id": 615, "CommandName": "Get-PnPListItemPermission", - "Rank": 1, "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { + "Rank": 1, "Id": 616, "CommandName": "Get-PnPListItemVersion", - "Rank": 1, "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { + "Rank": 1, "Id": 617, "CommandName": "Get-PnPListPermissions", - "Rank": 1, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { + "Rank": 2, "Id": 618, "CommandName": "Get-PnPListPermissions", - "Rank": 2, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { + "Rank": 1, "Id": 619, "CommandName": "Get-PnPListRecordDeclaration", - "Rank": 1, "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { + "Rank": 1, "Id": 620, "CommandName": "Get-PnPManagedAppId", - "Rank": 1, "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { + "Rank": 1, "Id": 621, "CommandName": "Get-PnPMasterPage", - "Rank": 1, "Command": "Get-PnPMasterPage" }, { + "Rank": 1, "Id": 622, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 1, "Command": "Get-PnPMessageCenterAnnouncement" }, { + "Rank": 2, "Id": 623, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Rank": 2, "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { + "Rank": 1, "Id": 624, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 1, "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { + "Rank": 2, "Id": 625, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Rank": 2, "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { + "Rank": 1, "Id": 626, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 1, "Command": "Get-PnPMicrosoft365Group" }, { + "Rank": 2, "Id": 627, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 2, "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { + "Rank": 3, "Id": 628, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 3, "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { + "Rank": 4, "Id": 629, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 4, "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { + "Rank": 5, "Id": 630, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 5, "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { + "Rank": 6, "Id": 631, "CommandName": "Get-PnPMicrosoft365Group", - "Rank": 6, "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { + "Rank": 1, "Id": 632, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { + "Rank": 2, "Id": 633, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { + "Rank": 3, "Id": 634, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { + "Rank": 1, "Id": 635, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { + "Rank": 2, "Id": 636, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { + "Rank": 3, "Id": 637, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { + "Rank": 1, "Id": 638, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { + "Rank": 2, "Id": 639, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { + "Rank": 1, "Id": 640, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettings" }, { + "Rank": 2, "Id": 641, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { + "Rank": 3, "Id": 642, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { + "Rank": 4, "Id": 643, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Rank": 4, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { + "Rank": 1, "Id": 644, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { + "Rank": 2, "Id": 645, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { + "Rank": 1, "Id": 646, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupTeam" }, { + "Rank": 2, "Id": 647, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { + "Rank": 3, "Id": 648, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { + "Rank": 1, "Id": 649, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 1, "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { + "Rank": 2, "Id": 650, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 2, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { + "Rank": 3, "Id": 651, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Rank": 3, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { + "Rank": 1, "Id": 652, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 1, "Command": "Get-PnPMicrosoft365Roadmap" }, { + "Rank": 2, "Id": 653, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 2, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { + "Rank": 3, "Id": 654, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Rank": 3, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { + "Rank": 1, "Id": 655, "CommandName": "Get-PnPNavigationNode", - "Rank": 1, "Command": "Get-PnPNavigationNode" }, { + "Rank": 2, "Id": 656, "CommandName": "Get-PnPNavigationNode", - "Rank": 2, "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { + "Rank": 3, "Id": 657, "CommandName": "Get-PnPNavigationNode", - "Rank": 3, "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { + "Rank": 1, "Id": 658, "CommandName": "Get-PnPOrgAssetsLibrary", - "Rank": 1, "Command": "Get-PnPOrgAssetsLibrary" }, { + "Rank": 1, "Id": 659, "CommandName": "Get-PnPOrgNewsSite", - "Rank": 1, "Command": "Get-PnPOrgNewsSite" }, { + "Rank": 1, "Id": 660, "CommandName": "Get-PnPPage", - "Rank": 1, "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { + "Rank": 2, "Id": 661, "CommandName": "Get-PnPPage", - "Rank": 2, "Command": "Get-PnPPage \"MyPage\"" }, { + "Rank": 3, "Id": 662, "CommandName": "Get-PnPPage", - "Rank": 3, "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { + "Rank": 4, "Id": 663, "CommandName": "Get-PnPPage", - "Rank": 4, "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { + "Rank": 5, "Id": 664, "CommandName": "Get-PnPPage", - "Rank": 5, "Command": "Get-PnPPage" }, { + "Rank": 1, "Id": 665, "CommandName": "Get-PnPPageComponent", - "Rank": 1, "Command": "Get-PnPPageComponent -Page Home" }, { + "Rank": 2, "Id": 666, "CommandName": "Get-PnPPageComponent", - "Rank": 2, "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 3, "Id": 667, "CommandName": "Get-PnPPageComponent", - "Rank": 3, "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { + "Rank": 1, "Id": 668, "CommandName": "Get-PnPPageCopyProgress", - "Rank": 1, "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { + "Rank": 1, "Id": 669, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 1, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { + "Rank": 2, "Id": 670, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 2, "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { + "Rank": 3, "Id": 671, "CommandName": "Get-PnPPageLikedByInformation", - "Rank": 3, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { + "Rank": 1, "Id": 672, "CommandName": "Get-PnPPageSchedulingEnabled", - "Rank": 1, "Command": "Get-PnPPageSchedulingEnabled" }, { + "Rank": 1, "Id": 673, "CommandName": "Get-PnPPlannerBucket", - "Rank": 1, "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { + "Rank": 1, "Id": 674, "CommandName": "Get-PnPPlannerConfiguration", - "Rank": 1, "Command": "Get-PnPPlannerConfiguration" }, { + "Rank": 1, "Id": 675, "CommandName": "Get-PnPPlannerPlan", - "Rank": 1, "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { + "Rank": 2, "Id": 676, "CommandName": "Get-PnPPlannerPlan", - "Rank": 2, "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { + "Rank": 3, "Id": 677, "CommandName": "Get-PnPPlannerPlan", - "Rank": 3, "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { + "Rank": 1, "Id": 678, "CommandName": "Get-PnPPlannerRosterMember", - "Rank": 1, "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { + "Rank": 1, "Id": 679, "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 1, "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { + "Rank": 2, "Id": 680, "CommandName": "Get-PnPPlannerRosterPlan", - "Rank": 2, "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 681, "CommandName": "Get-PnPPlannerTask", - "Rank": 1, "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { + "Rank": 2, "Id": 682, "CommandName": "Get-PnPPlannerTask", - "Rank": 2, "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { + "Rank": 3, "Id": 683, "CommandName": "Get-PnPPlannerTask", - "Rank": 3, "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { + "Rank": 1, "Id": 684, "CommandName": "Get-PnPPlannerUserPolicy", - "Rank": 1, "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 685, "CommandName": "Get-PnPPowerApp", - "Rank": 1, "Command": "Get-PnPPowerApp" }, { + "Rank": 2, "Id": 686, "CommandName": "Get-PnPPowerApp", - "Rank": 2, "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "Id": 687, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Rank": 1, "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { + "Rank": 1, "Id": 688, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 1, "Command": "Get-PnPPowerPlatformEnvironment" }, { + "Rank": 2, "Id": 689, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 2, "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { + "Rank": 3, "Id": 690, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Rank": 3, "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { + "Rank": 1, "Id": 691, "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 1, "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { + "Rank": 2, "Id": 692, "CommandName": "Get-PnPPowerPlatformSolution", - "Rank": 2, "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { + "Rank": 1, "Id": 693, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Rank": 1, "Command": "Get-PnPPowerShellTelemetryEnabled" }, { + "Rank": 1, "Id": 694, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { + "Rank": 2, "Id": 695, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { + "Rank": 1, "Id": 696, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { + "Rank": 2, "Id": 697, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { + "Rank": 3, "Id": 698, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Rank": 3, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { + "Rank": 1, "Id": 699, "CommandName": "Get-PnPProfileCardProperty", - "Rank": 1, "Command": "Get-PnPProfileCardProperty" }, { + "Rank": 2, "Id": 700, "CommandName": "Get-PnPProfileCardProperty", - "Rank": 2, "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { + "Rank": 1, "Id": 701, "CommandName": "Get-PnPPropertyBag", - "Rank": 1, "Command": "Get-PnPPropertyBag" }, { + "Rank": 2, "Id": 702, "CommandName": "Get-PnPPropertyBag", - "Rank": 2, "Command": "Get-PnPPropertyBag -Key MyKey" }, { + "Rank": 3, "Id": 703, "CommandName": "Get-PnPPropertyBag", - "Rank": 3, "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { + "Rank": 4, "Id": 704, "CommandName": "Get-PnPPropertyBag", - "Rank": 4, "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { + "Rank": 5, "Id": 705, "CommandName": "Get-PnPPropertyBag", - "Rank": 5, "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { + "Rank": 1, "Id": 706, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 1, "Command": "Get-PnPPublishingImageRendition" }, { + "Rank": 2, "Id": 707, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 2, "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { + "Rank": 3, "Id": 708, "CommandName": "Get-PnPPublishingImageRendition", - "Rank": 3, "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { + "Rank": 1, "Id": 709, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 1, "Command": "Get-PnPRecycleBinItem" }, { + "Rank": 2, "Id": 710, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 2, "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { + "Rank": 3, "Id": 711, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 3, "Command": "Get-PnPRecycleBinItem -FirstStage" }, { + "Rank": 4, "Id": 712, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 4, "Command": "Get-PnPRecycleBinItem -SecondStage" }, { + "Rank": 5, "Id": 713, "CommandName": "Get-PnPRecycleBinItem", - "Rank": 5, "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { + "Rank": 1, "Id": 714, "CommandName": "Get-PnPRequestAccessEmails", - "Rank": 1, "Command": "Get-PnPRequestAccessEmails" }, { + "Rank": 1, "Id": 715, "CommandName": "Get-PnPRetentionLabel", - "Rank": 1, "Command": "Get-PnPRetentionLabel" }, { + "Rank": 2, "Id": 716, "CommandName": "Get-PnPRetentionLabel", - "Rank": 2, "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { + "Rank": 1, "Id": 717, "CommandName": "Get-PnPRoleDefinition", - "Rank": 1, "Command": "Get-PnPRoleDefinition" }, { + "Rank": 2, "Id": 718, "CommandName": "Get-PnPRoleDefinition", - "Rank": 2, "Command": "Get-PnPRoleDefinition -Identity Read" }, { + "Rank": 3, "Id": 719, "CommandName": "Get-PnPRoleDefinition", - "Rank": 3, "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { + "Rank": 1, "Id": 720, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 1, "Command": "Get-PnPSearchConfiguration" }, { + "Rank": 2, "Id": 721, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 2, "Command": "Get-PnPSearchConfiguration -Scope Site" }, { + "Rank": 3, "Id": 722, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 3, "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { + "Rank": 4, "Id": 723, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 4, "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { + "Rank": 5, "Id": 724, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 5, "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { + "Rank": 6, "Id": 725, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 6, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { + "Rank": 7, "Id": 726, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 7, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { + "Rank": 8, "Id": 727, "CommandName": "Get-PnPSearchConfiguration", - "Rank": 8, "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { + "Rank": 1, "Id": 728, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 1, "Command": "Get-PnPSearchCrawlLog" }, { + "Rank": 2, "Id": 729, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 2, "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { + "Rank": 3, "Id": 730, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 3, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { + "Rank": 4, "Id": 731, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 4, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { + "Rank": 5, "Id": 732, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 5, "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { + "Rank": 6, "Id": 733, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 6, "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { + "Rank": 7, "Id": 734, "CommandName": "Get-PnPSearchCrawlLog", - "Rank": 7, "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { + "Rank": 1, "Id": 735, "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 1, "Command": "Get-PnPSearchExternalConnection" }, { + "Rank": 2, "Id": 736, "CommandName": "Get-PnPSearchExternalConnection", - "Rank": 2, "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { + "Rank": 1, "Id": 737, "CommandName": "Get-PnPSearchExternalItem", - "Rank": 1, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { + "Rank": 2, "Id": 738, "CommandName": "Get-PnPSearchExternalItem", - "Rank": 2, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { + "Rank": 1, "Id": 739, "CommandName": "Get-PnPSearchExternalSchema", - "Rank": 1, "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { + "Rank": 1, "Id": 740, "CommandName": "Get-PnPSearchSettings", - "Rank": 1, "Command": "Get-PnPSearchSettings" }, { + "Rank": 1, "Id": 741, "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 1, "Command": "Get-PnPServiceCurrentHealth" }, { + "Rank": 2, "Id": 742, "CommandName": "Get-PnPServiceCurrentHealth", - "Rank": 2, "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { + "Rank": 1, "Id": 743, "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 1, "Command": "Get-PnPServiceHealthIssue" }, { + "Rank": 2, "Id": 744, "CommandName": "Get-PnPServiceHealthIssue", - "Rank": 2, "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { + "Rank": 1, "Id": 745, "CommandName": "Get-PnPSharePointAddIn", - "Rank": 1, "Command": "Get-PnPSharePointAddIn" }, { + "Rank": 2, "Id": 746, "CommandName": "Get-PnPSharePointAddIn", - "Rank": 2, "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { + "Rank": 1, "Id": 747, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Rank": 1, "Command": "Get-PnPSharingForNonOwnersOfSite" }, { + "Rank": 1, "Id": 748, "CommandName": "Get-PnPSite", - "Rank": 1, "Command": "Get-PnPSite" }, { + "Rank": 2, "Id": 749, "CommandName": "Get-PnPSite", - "Rank": 2, "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { + "Rank": 1, "Id": 750, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 1, "Command": "Get-PnPSiteAnalyticsData -All" }, { + "Rank": 2, "Id": 751, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 2, "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { + "Rank": 3, "Id": 752, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 3, "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { + "Rank": 4, "Id": 753, "CommandName": "Get-PnPSiteAnalyticsData", - "Rank": 4, "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { + "Rank": 1, "Id": 754, "CommandName": "Get-PnPSiteClosure", - "Rank": 1, "Command": "Get-PnPSiteClosure" }, { + "Rank": 1, "Id": 755, "CommandName": "Get-PnPSiteCollectionAdmin", - "Rank": 1, "Command": "Get-PnPSiteCollectionAdmin" }, { + "Rank": 1, "Id": 756, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 1, "Command": "Get-PnPSiteCollectionAppCatalog" }, { + "Rank": 2, "Id": 757, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 2, "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { + "Rank": 3, "Id": 758, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Rank": 3, "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { + "Rank": 1, "Id": 759, "CommandName": "Get-PnPSiteCollectionTermStore", - "Rank": 1, "Command": "Get-PnPSiteCollectionTermStore" }, { + "Rank": 1, "Id": 760, "CommandName": "Get-PnPSiteDesign", - "Rank": 1, "Command": "Get-PnPSiteDesign" }, { + "Rank": 2, "Id": 761, "CommandName": "Get-PnPSiteDesign", - "Rank": 2, "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "Id": 762, "CommandName": "Get-PnPSiteDesignRights", - "Rank": 1, "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "Id": 763, "CommandName": "Get-PnPSiteDesignRun", - "Rank": 1, "Command": "Get-PnPSiteDesignRun" }, { + "Rank": 2, "Id": 764, "CommandName": "Get-PnPSiteDesignRun", - "Rank": 2, "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { + "Rank": 1, "Id": 765, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 1, "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { + "Rank": 2, "Id": 766, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 2, "Command": "Get-PnPSiteDesignTask" }, { + "Rank": 3, "Id": 767, "CommandName": "Get-PnPSiteDesignTask", - "Rank": 3, "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { + "Rank": 1, "Id": 768, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Rank": 1, "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { + "Rank": 1, "Id": 769, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Rank": 1, "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "Id": 770, "CommandName": "Get-PnPSiteGroup", - "Rank": 1, "Command": "Get-PnPSiteGroup" }, { + "Rank": 2, "Id": 771, "CommandName": "Get-PnPSiteGroup", - "Rank": 2, "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { + "Rank": 3, "Id": 772, "CommandName": "Get-PnPSiteGroup", - "Rank": 3, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { + "Rank": 4, "Id": 773, "CommandName": "Get-PnPSiteGroup", - "Rank": 4, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { + "Rank": 1, "Id": 774, "CommandName": "Get-PnPSitePolicy", - "Rank": 1, "Command": "Get-PnPSitePolicy" }, { + "Rank": 2, "Id": 775, "CommandName": "Get-PnPSitePolicy", - "Rank": 2, "Command": "Get-PnPSitePolicy -AllAvailable" }, { + "Rank": 3, "Id": 776, "CommandName": "Get-PnPSitePolicy", - "Rank": 3, "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { + "Rank": 1, "Id": 777, "CommandName": "Get-PnPSiteScript", - "Rank": 1, "Command": "Get-PnPSiteScript" }, { + "Rank": 2, "Id": 778, "CommandName": "Get-PnPSiteScript", - "Rank": 2, "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "Id": 779, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 1, "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { + "Rank": 2, "Id": 780, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 2, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { + "Rank": 3, "Id": 781, "CommandName": "Get-PnPSiteScriptFromList", - "Rank": 3, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { + "Rank": 1, "Id": 782, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 1, "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { + "Rank": 2, "Id": 783, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 2, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { + "Rank": 3, "Id": 784, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 3, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { + "Rank": 4, "Id": 785, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 4, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { + "Rank": 5, "Id": 786, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 5, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { + "Rank": 6, "Id": 787, "CommandName": "Get-PnPSiteScriptFromWeb", - "Rank": 6, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { + "Rank": 1, "Id": 788, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 1, "Command": "Get-PnPSiteSearchQueryResults" }, { + "Rank": 2, "Id": 789, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 2, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { + "Rank": 3, "Id": 790, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 3, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { + "Rank": 4, "Id": 791, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 4, "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { + "Rank": 5, "Id": 792, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 5, "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { + "Rank": 6, "Id": 793, "CommandName": "Get-PnPSiteSearchQueryResults", - "Rank": 6, "Command": "Get-PnPSiteSearchQueryResults -All" }, { + "Rank": 1, "Id": 794, "CommandName": "Get-PnPSiteSensitivityLabel", - "Rank": 1, "Command": "Get-PnPSiteSensitivityLabel" }, { + "Rank": 1, "Id": 795, "CommandName": "Get-PnPSiteTemplate", - "Rank": 1, "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { + "Rank": 2, "Id": 796, "CommandName": "Get-PnPSiteTemplate", - "Rank": 2, "Command": "Get-PnPSiteTemplate -Out template.xml" }, { + "Rank": 3, "Id": 797, "CommandName": "Get-PnPSiteTemplate", - "Rank": 3, "Command": "Get-PnPSiteTemplate -Out template.md" }, { + "Rank": 4, "Id": 798, "CommandName": "Get-PnPSiteTemplate", - "Rank": 4, "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { + "Rank": 5, "Id": 799, "CommandName": "Get-PnPSiteTemplate", - "Rank": 5, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { + "Rank": 6, "Id": 800, "CommandName": "Get-PnPSiteTemplate", - "Rank": 6, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { + "Rank": 7, "Id": 801, "CommandName": "Get-PnPSiteTemplate", - "Rank": 7, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { + "Rank": 8, "Id": 802, "CommandName": "Get-PnPSiteTemplate", - "Rank": 8, "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { + "Rank": 9, "Id": 803, "CommandName": "Get-PnPSiteTemplate", - "Rank": 9, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { + "Rank": 10, "Id": 804, "CommandName": "Get-PnPSiteTemplate", - "Rank": 10, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { + "Rank": 11, "Id": 805, "CommandName": "Get-PnPSiteTemplate", - "Rank": 11, "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { + "Rank": 12, "Id": 806, "CommandName": "Get-PnPSiteTemplate", - "Rank": 12, "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { + "Rank": 13, "Id": 807, "CommandName": "Get-PnPSiteTemplate", - "Rank": 13, "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { + "Rank": 14, "Id": 808, "CommandName": "Get-PnPSiteTemplate", - "Rank": 14, "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { + "Rank": 1, "Id": 809, "CommandName": "Get-PnPSiteUserInvitations", - "Rank": 1, "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { + "Rank": 1, "Id": 810, "CommandName": "Get-PnPSiteVersionPolicy", - "Rank": 1, "Command": "Get-PnPSiteVersionPolicy" }, { + "Rank": 1, "Id": 811, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Rank": 1, "Command": "Get-PnPSiteVersionPolicyStatus" }, { + "Rank": 1, "Id": 812, "CommandName": "Get-PnPStorageEntity", - "Rank": 1, "Command": "Get-PnPStorageEntity" }, { + "Rank": 2, "Id": 813, "CommandName": "Get-PnPStorageEntity", - "Rank": 2, "Command": "Get-PnPStorageEntity -Key MyKey" }, { + "Rank": 3, "Id": 814, "CommandName": "Get-PnPStorageEntity", - "Rank": 3, "Command": "Get-PnPStorageEntity -Scope Site" }, { + "Rank": 4, "Id": 815, "CommandName": "Get-PnPStorageEntity", - "Rank": 4, "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { + "Rank": 1, "Id": 816, "CommandName": "Get-PnPStoredCredential", - "Rank": 1, "Command": "Get-PnPStoredCredential -Name O365" }, { + "Rank": 1, "Id": 817, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { + "Rank": 1, "Id": 818, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { + "Rank": 1, "Id": 819, "CommandName": "Get-PnPSubWeb", - "Rank": 1, "Command": "Get-PnPSubWeb" }, { + "Rank": 2, "Id": 820, "CommandName": "Get-PnPSubWeb", - "Rank": 2, "Command": "Get-PnPSubWeb -Recurse" }, { + "Rank": 3, "Id": 821, "CommandName": "Get-PnPSubWeb", - "Rank": 3, "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { + "Rank": 4, "Id": 822, "CommandName": "Get-PnPSubWeb", - "Rank": 4, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { + "Rank": 5, "Id": 823, "CommandName": "Get-PnPSubWeb", - "Rank": 5, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { + "Rank": 1, "Id": 824, "CommandName": "Get-PnPSyntexModel", - "Rank": 1, "Command": "Get-PnPSyntexModel" }, { + "Rank": 2, "Id": 825, "CommandName": "Get-PnPSyntexModel", - "Rank": 2, "Command": "Get-PnPSyntexModel -Identity 1" }, { + "Rank": 3, "Id": 826, "CommandName": "Get-PnPSyntexModel", - "Rank": 3, "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { + "Rank": 1, "Id": 827, "CommandName": "Get-PnPSyntexModelPublication", - "Rank": 1, "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { + "Rank": 1, "Id": 828, "CommandName": "Get-PnPTaxonomyItem", - "Rank": 1, "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { + "Rank": 1, "Id": 829, "CommandName": "Get-PnPTeamsApp", - "Rank": 1, "Command": "Get-PnPTeamsApp" }, { + "Rank": 2, "Id": 830, "CommandName": "Get-PnPTeamsApp", - "Rank": 2, "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { + "Rank": 3, "Id": 831, "CommandName": "Get-PnPTeamsApp", - "Rank": 3, "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { + "Rank": 1, "Id": 832, "CommandName": "Get-PnPTeamsChannel", - "Rank": 1, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { + "Rank": 2, "Id": 833, "CommandName": "Get-PnPTeamsChannel", - "Rank": 2, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { + "Rank": 3, "Id": 834, "CommandName": "Get-PnPTeamsChannel", - "Rank": 3, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { + "Rank": 4, "Id": 835, "CommandName": "Get-PnPTeamsChannel", - "Rank": 4, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { + "Rank": 1, "Id": 836, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 1, "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { + "Rank": 2, "Id": 837, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Rank": 2, "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { + "Rank": 1, "Id": 838, "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 1, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { + "Rank": 2, "Id": 839, "CommandName": "Get-PnPTeamsChannelMessage", - "Rank": 2, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { + "Rank": 1, "Id": 840, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 1, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { + "Rank": 2, "Id": 841, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Rank": 2, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { + "Rank": 1, "Id": 842, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 1, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { + "Rank": 2, "Id": 843, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 2, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { + "Rank": 3, "Id": 844, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 3, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { + "Rank": 4, "Id": 845, "CommandName": "Get-PnPTeamsChannelUser", - "Rank": 4, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { + "Rank": 1, "Id": 846, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 1, "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { + "Rank": 2, "Id": 847, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Rank": 2, "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { + "Rank": 1, "Id": 848, "CommandName": "Get-PnPTeamsTab", - "Rank": 1, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { + "Rank": 2, "Id": 849, "CommandName": "Get-PnPTeamsTab", - "Rank": 2, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { + "Rank": 3, "Id": 850, "CommandName": "Get-PnPTeamsTab", - "Rank": 3, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { + "Rank": 4, "Id": 851, "CommandName": "Get-PnPTeamsTab", - "Rank": 4, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { + "Rank": 5, "Id": 852, "CommandName": "Get-PnPTeamsTab", - "Rank": 5, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { + "Rank": 1, "Id": 853, "CommandName": "Get-PnPTeamsTag", - "Rank": 1, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { + "Rank": 2, "Id": 854, "CommandName": "Get-PnPTeamsTag", - "Rank": 2, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { + "Rank": 1, "Id": 855, "CommandName": "Get-PnPTeamsTeam", - "Rank": 1, "Command": "Get-PnPTeamsTeam" }, { + "Rank": 2, "Id": 856, "CommandName": "Get-PnPTeamsTeam", - "Rank": 2, "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { + "Rank": 3, "Id": 857, "CommandName": "Get-PnPTeamsTeam", - "Rank": 3, "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { + "Rank": 4, "Id": 858, "CommandName": "Get-PnPTeamsTeam", - "Rank": 4, "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { + "Rank": 5, "Id": 859, "CommandName": "Get-PnPTeamsTeam", - "Rank": 5, "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { + "Rank": 6, "Id": 860, "CommandName": "Get-PnPTeamsTeam", - "Rank": 6, "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { + "Rank": 1, "Id": 861, "CommandName": "Get-PnPTeamsUser", - "Rank": 1, "Command": "Get-PnPTeamsUser -Team MyTeam" }, { + "Rank": 2, "Id": 862, "CommandName": "Get-PnPTeamsUser", - "Rank": 2, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { + "Rank": 3, "Id": 863, "CommandName": "Get-PnPTeamsUser", - "Rank": 3, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { + "Rank": 4, "Id": 864, "CommandName": "Get-PnPTeamsUser", - "Rank": 4, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { + "Rank": 1, "Id": 865, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Rank": 1, "Command": "Get-PnPTemporarilyDisableAppBar" }, { + "Rank": 1, "Id": 866, "CommandName": "Get-PnPTenant", - "Rank": 1, "Command": "Get-PnPTenant" }, { + "Rank": 1, "Id": 867, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Rank": 1, "Command": "Get-PnPTenantAppCatalogUrl" }, { + "Rank": 1, "Id": 868, "CommandName": "Get-PnPTenantCdnEnabled", - "Rank": 1, "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { + "Rank": 1, "Id": 869, "CommandName": "Get-PnPTenantCdnOrigin", - "Rank": 1, "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { + "Rank": 1, "Id": 870, "CommandName": "Get-PnPTenantCdnPolicies", - "Rank": 1, "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { + "Rank": 1, "Id": 871, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 1, "Command": "Get-PnPTenantDeletedSite" }, { + "Rank": 2, "Id": 872, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 2, "Command": "Get-PnPTenantDeletedSite -Detailed" }, { + "Rank": 3, "Id": 873, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 3, "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 4, "Id": 874, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 4, "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { + "Rank": 5, "Id": 875, "CommandName": "Get-PnPTenantDeletedSite", - "Rank": 5, "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { + "Rank": 1, "Id": 876, "CommandName": "Get-PnPTenantId", - "Rank": 1, "Command": "Get-PnPTenantId" }, { + "Rank": 2, "Id": 877, "CommandName": "Get-PnPTenantId", - "Rank": 2, "Command": "Get-PnPTenantId contoso" }, { + "Rank": 3, "Id": 878, "CommandName": "Get-PnPTenantId", - "Rank": 3, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { + "Rank": 4, "Id": 879, "CommandName": "Get-PnPTenantId", - "Rank": 4, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { + "Rank": 1, "Id": 880, "CommandName": "Get-PnPTenantInfo", - "Rank": 1, "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { + "Rank": 2, "Id": 881, "CommandName": "Get-PnPTenantInfo", - "Rank": 2, "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { + "Rank": 3, "Id": 882, "CommandName": "Get-PnPTenantInfo", - "Rank": 3, "Command": "Get-PnPTenantInfo" }, { + "Rank": 4, "Id": 883, "CommandName": "Get-PnPTenantInfo", - "Rank": 4, "Command": "Get-PnPTenantInfo -CurrentTenant" }, { + "Rank": 1, "Id": 884, "CommandName": "Get-PnPTenantInstance", - "Rank": 1, "Command": "Get-PnPTenantInstance" }, { + "Rank": 1, "Id": 885, "CommandName": "Get-PnPTenantInternalSetting", - "Rank": 1, "Command": "Get-PnPTenantInternalSetting" }, { + "Rank": 1, "Id": 886, "CommandName": "Get-PnPTenantPronounsSetting", - "Rank": 1, "Command": "Get-PnPTenantPronounsSetting" }, { + "Rank": 1, "Id": 887, "CommandName": "Get-PnPTenantRecycleBinItem", - "Rank": 1, "Command": "Get-PnPTenantRecycleBinItem" }, { + "Rank": 1, "Id": 888, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { + "Rank": 1, "Id": 889, "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchMode" }, { + "Rank": 1, "Id": 890, "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 1, "Command": "Get-PnPTenantRetentionLabel" }, { + "Rank": 2, "Id": 891, "CommandName": "Get-PnPTenantRetentionLabel", - "Rank": 2, "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { + "Rank": 1, "Id": 892, "CommandName": "Get-PnPTenantSequence", - "Rank": 1, "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { + "Rank": 2, "Id": 893, "CommandName": "Get-PnPTenantSequence", - "Rank": 2, "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { + "Rank": 1, "Id": 894, "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 1, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { + "Rank": 2, "Id": 895, "CommandName": "Get-PnPTenantSequenceSite", - "Rank": 2, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { + "Rank": 1, "Id": 896, "CommandName": "Get-PnPTenantSite", - "Rank": 1, "Command": "Get-PnPTenantSite" }, { + "Rank": 2, "Id": 897, "CommandName": "Get-PnPTenantSite", - "Rank": 2, "Command": "Get-PnPTenantSite -Detailed" }, { + "Rank": 3, "Id": 898, "CommandName": "Get-PnPTenantSite", - "Rank": 3, "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { + "Rank": 4, "Id": 899, "CommandName": "Get-PnPTenantSite", - "Rank": 4, "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { + "Rank": 5, "Id": 900, "CommandName": "Get-PnPTenantSite", - "Rank": 5, "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { + "Rank": 6, "Id": 901, "CommandName": "Get-PnPTenantSite", - "Rank": 6, "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { + "Rank": 7, "Id": 902, "CommandName": "Get-PnPTenantSite", - "Rank": 7, "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { + "Rank": 8, "Id": 903, "CommandName": "Get-PnPTenantSite", - "Rank": 8, "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { + "Rank": 9, "Id": 904, "CommandName": "Get-PnPTenantSite", - "Rank": 9, "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { + "Rank": 1, "Id": 905, "CommandName": "Get-PnPTenantSyncClientRestriction", - "Rank": 1, "Command": "Get-PnPTenantSyncClientRestriction" }, { + "Rank": 1, "Id": 906, "CommandName": "Get-PnPTenantTemplate", - "Rank": 1, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { + "Rank": 2, "Id": 907, "CommandName": "Get-PnPTenantTemplate", - "Rank": 2, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { + "Rank": 3, "Id": 908, "CommandName": "Get-PnPTenantTemplate", - "Rank": 3, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { + "Rank": 1, "Id": 909, "CommandName": "Get-PnPTenantTheme", - "Rank": 1, "Command": "Get-PnPTenantTheme" }, { + "Rank": 2, "Id": 910, "CommandName": "Get-PnPTenantTheme", - "Rank": 2, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { + "Rank": 3, "Id": 911, "CommandName": "Get-PnPTenantTheme", - "Rank": 3, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { + "Rank": 1, "Id": 912, "CommandName": "Get-PnPTerm", - "Rank": 1, "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 2, "Id": 913, "CommandName": "Get-PnPTerm", - "Rank": 2, "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 3, "Id": 914, "CommandName": "Get-PnPTerm", - "Rank": 3, "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 4, "Id": 915, "CommandName": "Get-PnPTerm", - "Rank": 4, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { + "Rank": 5, "Id": 916, "CommandName": "Get-PnPTerm", - "Rank": 5, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { + "Rank": 1, "Id": 917, "CommandName": "Get-PnPTermGroup", - "Rank": 1, "Command": "Get-PnPTermGroup" }, { + "Rank": 2, "Id": 918, "CommandName": "Get-PnPTermGroup", - "Rank": 2, "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { + "Rank": 3, "Id": 919, "CommandName": "Get-PnPTermGroup", - "Rank": 3, "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { + "Rank": 1, "Id": 920, "CommandName": "Get-PnPTermLabel", - "Rank": 1, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { + "Rank": 2, "Id": 921, "CommandName": "Get-PnPTermLabel", - "Rank": 2, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { + "Rank": 3, "Id": 922, "CommandName": "Get-PnPTermLabel", - "Rank": 3, "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "Id": 923, "CommandName": "Get-PnPTermSet", - "Rank": 1, "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { + "Rank": 2, "Id": 924, "CommandName": "Get-PnPTermSet", - "Rank": 2, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 3, "Id": 925, "CommandName": "Get-PnPTermSet", - "Rank": 3, "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { + "Rank": 4, "Id": 926, "CommandName": "Get-PnPTermSet", - "Rank": 4, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { + "Rank": 1, "Id": 927, "CommandName": "Get-PnPTheme", - "Rank": 1, "Command": "Get-PnPTheme" }, { + "Rank": 2, "Id": 928, "CommandName": "Get-PnPTheme", - "Rank": 2, "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { + "Rank": 1, "Id": 929, "CommandName": "Get-PnPTimeZoneId", - "Rank": 1, "Command": "Get-PnPTimeZoneId" }, { + "Rank": 2, "Id": 930, "CommandName": "Get-PnPTimeZoneId", - "Rank": 2, "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { + "Rank": 1, "Id": 931, "CommandName": "Get-PnPTodoList", - "Rank": 1, "Command": "Get-PnPTodoList" }, { + "Rank": 2, "Id": 932, "CommandName": "Get-PnPTodoList", - "Rank": 2, "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { + "Rank": 3, "Id": 933, "CommandName": "Get-PnPTodoList", - "Rank": 3, "Command": "Get-PnPTodoList -User john@doe.com" }, { + "Rank": 4, "Id": 934, "CommandName": "Get-PnPTodoList", - "Rank": 4, "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { + "Rank": 1, "Id": 935, "CommandName": "Get-PnPTraceLog", - "Rank": 1, "Command": "Get-PnPTraceLog" }, { + "Rank": 2, "Id": 936, "CommandName": "Get-PnPTraceLog", - "Rank": 2, "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { + "Rank": 3, "Id": 937, "CommandName": "Get-PnPTraceLog", - "Rank": 3, "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { + "Rank": 4, "Id": 938, "CommandName": "Get-PnPTraceLog", - "Rank": 4, "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { + "Rank": 5, "Id": 939, "CommandName": "Get-PnPTraceLog", - "Rank": 5, "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { + "Rank": 6, "Id": 940, "CommandName": "Get-PnPTraceLog", - "Rank": 6, "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { + "Rank": 1, "Id": 941, "CommandName": "Get-PnPUnfurlLink", - "Rank": 1, "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { + "Rank": 1, "Id": 942, "CommandName": "Get-PnPUnifiedAuditLog", - "Rank": 1, "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { + "Rank": 1, "Id": 943, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 1, "Command": "Get-PnPUPABulkImportStatus" }, { + "Rank": 2, "Id": 944, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 2, "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { + "Rank": 3, "Id": 945, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 3, "Command": "Get-PnPUPABulkImportStatus -JobId " }, { + "Rank": 4, "Id": 946, "CommandName": "Get-PnPUPABulkImportStatus", - "Rank": 4, "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { + "Rank": 1, "Id": 947, "CommandName": "Get-PnPUser", - "Rank": 1, "Command": "Get-PnPUser" }, { + "Rank": 2, "Id": 948, "CommandName": "Get-PnPUser", - "Rank": 2, "Command": "Get-PnPUser -Identity 23" }, { + "Rank": 3, "Id": 949, "CommandName": "Get-PnPUser", - "Rank": 3, "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { + "Rank": 4, "Id": 950, "CommandName": "Get-PnPUser", - "Rank": 4, "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { + "Rank": 5, "Id": 951, "CommandName": "Get-PnPUser", - "Rank": 5, "Command": "Get-PnPUser -WithRightsAssigned" }, { + "Rank": 6, "Id": 952, "CommandName": "Get-PnPUser", - "Rank": 6, "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { + "Rank": 7, "Id": 953, "CommandName": "Get-PnPUser", - "Rank": 7, "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { + "Rank": 1, "Id": 954, "CommandName": "Get-PnPUserOneDriveQuota", - "Rank": 1, "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { + "Rank": 1, "Id": 955, "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 1, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 956, "CommandName": "Get-PnPUserProfilePhoto", - "Rank": 2, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { + "Rank": 1, "Id": 957, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 1, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { + "Rank": 2, "Id": 958, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 2, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { + "Rank": 3, "Id": 959, "CommandName": "Get-PnPUserProfileProperty", - "Rank": 3, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { + "Rank": 1, "Id": 960, "CommandName": "Get-PnPView", - "Rank": 1, "Command": "Get-PnPView -List \"Demo List\"" }, { + "Rank": 2, "Id": 961, "CommandName": "Get-PnPView", - "Rank": 2, "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { + "Rank": 3, "Id": 962, "CommandName": "Get-PnPView", - "Rank": 3, "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { + "Rank": 1, "Id": 963, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Command": "Get-PnPVivaConnectionsDashboardACE" }, { + "Rank": 2, "Id": 964, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Rank": 2, "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { + "Rank": 1, "Id": 965, "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 1, "Command": "Get-PnPVivaEngageCommunity" }, { + "Rank": 2, "Id": 966, "CommandName": "Get-PnPVivaEngageCommunity", - "Rank": 2, "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { + "Rank": 1, "Id": 967, "CommandName": "Get-PnPWeb", - "Rank": 1, "Command": "Get-PnPWeb" }, { + "Rank": 1, "Id": 968, "CommandName": "Get-PnPWebHeader", - "Rank": 1, "Command": "Get-PnPWebHeader" }, { + "Rank": 1, "Id": 969, "CommandName": "Get-PnPWebhookSubscription", - "Rank": 1, "Command": "Get-PnPWebhookSubscription -List MyList" }, { + "Rank": 1, "Id": 970, "CommandName": "Get-PnPWebPart", - "Rank": 1, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { + "Rank": 2, "Id": 971, "CommandName": "Get-PnPWebPart", - "Rank": 2, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 1, "Id": 972, "CommandName": "Get-PnPWebPartProperty", - "Rank": 1, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { + "Rank": 2, "Id": 973, "CommandName": "Get-PnPWebPartProperty", - "Rank": 2, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { + "Rank": 1, "Id": 974, "CommandName": "Get-PnPWebPartXml", - "Rank": 1, "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 1, "Id": 975, "CommandName": "Get-PnPWebPermission", - "Rank": 1, "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { + "Rank": 2, "Id": 976, "CommandName": "Get-PnPWebPermission", - "Rank": 2, "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { + "Rank": 1, "Id": 977, "CommandName": "Get-PnPWebTemplates", - "Rank": 1, "Command": "Get-PnPWebTemplates" }, { + "Rank": 2, "Id": 978, "CommandName": "Get-PnPWebTemplates", - "Rank": 2, "Command": "Get-PnPWebTemplates -LCID 1033" }, { + "Rank": 3, "Id": 979, "CommandName": "Get-PnPWebTemplates", - "Rank": 3, "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { + "Rank": 1, "Id": 980, "CommandName": "Get-PnPWikiPageContent", - "Rank": 1, "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { + "Rank": 1, "Id": 981, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 1, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { + "Rank": 2, "Id": 982, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Rank": 2, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { + "Rank": 1, "Id": 983, "CommandName": "Grant-PnPHubSiteRights", - "Rank": 1, "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "Id": 984, "CommandName": "Grant-PnPSiteDesignRights", - "Rank": 1, "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "Id": 985, "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Rank": 1, "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { + "Rank": 1, "Id": 986, "CommandName": "Import-PnPTaxonomy", - "Rank": 1, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { + "Rank": 2, "Id": 987, "CommandName": "Import-PnPTaxonomy", - "Rank": 2, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { + "Rank": 3, "Id": 988, "CommandName": "Import-PnPTaxonomy", - "Rank": 3, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { + "Rank": 4, "Id": 989, "CommandName": "Import-PnPTaxonomy", - "Rank": 4, "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { + "Rank": 1, "Id": 990, "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 1, "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { + "Rank": 2, "Id": 991, "CommandName": "Import-PnPTermGroupFromXml", - "Rank": 2, "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { + "Rank": 1, "Id": 992, "CommandName": "Import-PnPTermSet", - "Rank": 1, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { + "Rank": 2, "Id": 993, "CommandName": "Import-PnPTermSet", - "Rank": 2, "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { + "Rank": 3, "Id": 994, "CommandName": "Import-PnPTermSet", - "Rank": 3, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { + "Rank": 1, "Id": 995, "CommandName": "Install-PnPApp", - "Rank": 1, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "Id": 996, "CommandName": "Install-PnPApp", - "Rank": 2, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "Id": 997, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 1, "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { + "Rank": 2, "Id": 998, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 2, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { + "Rank": 3, "Id": 999, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 3, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { + "Rank": 4, "Id": 1000, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 4, "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { + "Rank": 5, "Id": 1001, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 5, "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { + "Rank": 6, "Id": 1002, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 6, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { + "Rank": 7, "Id": 1003, "CommandName": "Invoke-PnPGraphMethod", - "Rank": 7, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { + "Rank": 1, "Id": 1004, "CommandName": "Invoke-PnPListDesign", - "Rank": 1, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 2, "Id": 1005, "CommandName": "Invoke-PnPListDesign", - "Rank": 2, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { + "Rank": 1, "Id": 1006, "CommandName": "Invoke-PnPQuery", - "Rank": 1, "Command": "Invoke-PnPQuery -RetryCount 5" }, { + "Rank": 1, "Id": 1007, "CommandName": "Invoke-PnPSiteDesign", - "Rank": 1, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 2, "Id": 1008, "CommandName": "Invoke-PnPSiteDesign", - "Rank": 2, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { + "Rank": 1, "Id": 1009, "CommandName": "Invoke-PnPSiteScript", - "Rank": 1, "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { + "Rank": 1, "Id": 1010, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 1, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { + "Rank": 2, "Id": 1011, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 2, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { + "Rank": 3, "Id": 1012, "CommandName": "Invoke-PnPSiteSwap", - "Rank": 3, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { + "Rank": 1, "Id": 1013, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 1, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { + "Rank": 2, "Id": 1014, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 2, "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { + "Rank": 3, "Id": 1015, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 3, "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { + "Rank": 4, "Id": 1016, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 4, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { + "Rank": 5, "Id": 1017, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 5, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { + "Rank": 6, "Id": 1018, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 6, "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { + "Rank": 7, "Id": 1019, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 7, "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { + "Rank": 8, "Id": 1020, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 8, "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { + "Rank": 9, "Id": 1021, "CommandName": "Invoke-PnPSiteTemplate", - "Rank": 9, "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { + "Rank": 1, "Id": 1022, "CommandName": "Invoke-PnPSPRestMethod", - "Rank": 1, "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { + "Rank": 1, "Id": 1023, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 1, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { + "Rank": 2, "Id": 1024, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 2, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { + "Rank": 3, "Id": 1025, "CommandName": "Invoke-PnPTenantTemplate", - "Rank": 3, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { + "Rank": 1, "Id": 1026, "CommandName": "Invoke-PnPWebAction", - "Rank": 1, "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { + "Rank": 2, "Id": 1027, "CommandName": "Invoke-PnPWebAction", - "Rank": 2, "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { + "Rank": 1, "Id": 1028, "CommandName": "Measure-PnPList", - "Rank": 1, "Command": "Measure-PnPList \"Documents\"" }, { + "Rank": 2, "Id": 1029, "CommandName": "Measure-PnPList", - "Rank": 2, "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { + "Rank": 1, "Id": 1030, "CommandName": "Measure-PnPWeb", - "Rank": 1, "Command": "Measure-PnPWeb" }, { + "Rank": 2, "Id": 1031, "CommandName": "Measure-PnPWeb", - "Rank": 2, "Command": "Measure-PnPWeb $web -Recursive" }, { + "Rank": 1, "Id": 1032, "CommandName": "Merge-PnPTerm", - "Rank": 1, "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { + "Rank": 1, "Id": 1033, "CommandName": "Move-PnPFile", - "Rank": 1, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { + "Rank": 2, "Id": 1034, "CommandName": "Move-PnPFile", - "Rank": 2, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { + "Rank": 3, "Id": 1035, "CommandName": "Move-PnPFile", - "Rank": 3, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { + "Rank": 4, "Id": 1036, "CommandName": "Move-PnPFile", - "Rank": 4, "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { + "Rank": 1, "Id": 1037, "CommandName": "Move-PnPFolder", - "Rank": 1, "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { + "Rank": 2, "Id": 1038, "CommandName": "Move-PnPFolder", - "Rank": 2, "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { + "Rank": 1, "Id": 1039, "CommandName": "Move-PnPListItemToRecycleBin", - "Rank": 1, "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { + "Rank": 1, "Id": 1040, "CommandName": "Move-PnPPage", - "Rank": 1, "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { + "Rank": 1, "Id": 1041, "CommandName": "Move-PnPPageComponent", - "Rank": 1, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { + "Rank": 2, "Id": 1042, "CommandName": "Move-PnPPageComponent", - "Rank": 2, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { + "Rank": 3, "Id": 1043, "CommandName": "Move-PnPPageComponent", - "Rank": 3, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { + "Rank": 4, "Id": 1044, "CommandName": "Move-PnPPageComponent", - "Rank": 4, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { + "Rank": 1, "Id": 1045, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 1, "Command": "Move-PnPRecycleBinItem" }, { + "Rank": 2, "Id": 1046, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 2, "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { + "Rank": 3, "Id": 1047, "CommandName": "Move-PnpRecycleBinItem", - "Rank": 3, "Command": "Move-PnPRecycleBinItem -Force" }, { + "Rank": 1, "Id": 1048, "CommandName": "Move-PnPTerm", - "Rank": 1, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { + "Rank": 2, "Id": 1049, "CommandName": "Move-PnPTerm", - "Rank": 2, "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { + "Rank": 3, "Id": 1050, "CommandName": "Move-PnPTerm", - "Rank": 3, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { + "Rank": 1, "Id": 1051, "CommandName": "Move-PnPTermSet", - "Rank": 1, "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { + "Rank": 2, "Id": 1052, "CommandName": "Move-PnPTermSet", - "Rank": 2, "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { + "Rank": 1, "Id": 1053, "CommandName": "New-PnPAzureADGroup", - "Rank": 1, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { + "Rank": 2, "Id": 1054, "CommandName": "New-PnPAzureADGroup", - "Rank": 2, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { + "Rank": 3, "Id": 1055, "CommandName": "New-PnPAzureADGroup", - "Rank": 3, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { + "Rank": 1, "Id": 1056, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 1, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { + "Rank": 2, "Id": 1057, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 2, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { + "Rank": 3, "Id": 1058, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Rank": 3, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { + "Rank": 1, "Id": 1059, "CommandName": "New-PnPAzureCertificate", - "Rank": 1, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { + "Rank": 2, "Id": 1060, "CommandName": "New-PnPAzureCertificate", - "Rank": 2, "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { + "Rank": 3, "Id": 1061, "CommandName": "New-PnPAzureCertificate", - "Rank": 3, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { + "Rank": 4, "Id": 1062, "CommandName": "New-PnPAzureCertificate", - "Rank": 4, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { + "Rank": 1, "Id": 1063, "CommandName": "New-PnPContainerType", - "Rank": 1, "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { + "Rank": 1, "Id": 1064, "CommandName": "New-PnPGraphSubscription", - "Rank": 1, "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { + "Rank": 2, "Id": 1065, "CommandName": "New-PnPGraphSubscription", - "Rank": 2, "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { + "Rank": 1, "Id": 1066, "CommandName": "New-PnPGroup", - "Rank": 1, "Command": "New-PnPGroup -Title \"My Site Users\"" }, { + "Rank": 1, "Id": 1067, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { + "Rank": 2, "Id": 1068, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { + "Rank": 3, "Id": 1069, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 3, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { + "Rank": 4, "Id": 1070, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 4, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { + "Rank": 1, "Id": 1071, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Rank": 1, "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "Id": 1072, "CommandName": "New-PnPList", - "Rank": 1, "Command": "New-PnPList -Title Announcements -Template Announcements" }, { + "Rank": 2, "Id": 1073, "CommandName": "New-PnPList", - "Rank": 2, "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { + "Rank": 3, "Id": 1074, "CommandName": "New-PnPList", - "Rank": 3, "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { + "Rank": 1, "Id": 1075, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 1, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { + "Rank": 2, "Id": 1076, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 2, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { + "Rank": 3, "Id": 1077, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 3, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { + "Rank": 4, "Id": 1078, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 4, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { + "Rank": 5, "Id": 1079, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 5, "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { + "Rank": 6, "Id": 1080, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 6, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { + "Rank": 7, "Id": 1081, "CommandName": "New-PnPMicrosoft365Group", - "Rank": 7, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { + "Rank": 1, "Id": 1082, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 1, "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { + "Rank": 2, "Id": 1083, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Rank": 2, "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { + "Rank": 1, "Id": 1084, "CommandName": "New-PnPPersonalSite", - "Rank": 1, "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { + "Rank": 1, "Id": 1085, "CommandName": "New-PnPPlannerPlan", - "Rank": 1, "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { + "Rank": 1, "Id": 1086, "CommandName": "New-PnpProfileCardProperty", - "Rank": 1, "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { + "Rank": 1, "Id": 1087, "CommandName": "New-PnPSdnProvider", - "Rank": 1, "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { + "Rank": 1, "Id": 1088, "CommandName": "New-PnPSearchExternalConnection", - "Rank": 1, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { + "Rank": 2, "Id": 1089, "CommandName": "New-PnPSearchExternalConnection", - "Rank": 2, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { + "Rank": 1, "Id": 1090, "CommandName": "New-PnPSite", - "Rank": 1, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { + "Rank": 2, "Id": 1091, "CommandName": "New-PnPSite", - "Rank": 2, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { + "Rank": 3, "Id": 1092, "CommandName": "New-PnPSite", - "Rank": 3, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { + "Rank": 4, "Id": 1093, "CommandName": "New-PnPSite", - "Rank": 4, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { + "Rank": 5, "Id": 1094, "CommandName": "New-PnPSite", - "Rank": 5, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { + "Rank": 6, "Id": 1095, "CommandName": "New-PnPSite", - "Rank": 6, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { + "Rank": 7, "Id": 1096, "CommandName": "New-PnPSite", - "Rank": 7, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { + "Rank": 8, "Id": 1097, "CommandName": "New-PnPSite", - "Rank": 8, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { + "Rank": 9, "Id": 1098, "CommandName": "New-PnPSite", - "Rank": 9, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { + "Rank": 10, "Id": 1099, "CommandName": "New-PnPSite", - "Rank": 10, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { + "Rank": 11, "Id": 1100, "CommandName": "New-PnPSite", - "Rank": 11, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { + "Rank": 12, "Id": 1101, "CommandName": "New-PnPSite", - "Rank": 12, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { + "Rank": 13, "Id": 1102, "CommandName": "New-PnPSite", - "Rank": 13, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { + "Rank": 14, "Id": 1103, "CommandName": "New-PnPSite", - "Rank": 14, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { + "Rank": 15, "Id": 1104, "CommandName": "New-PnPSite", - "Rank": 15, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { + "Rank": 16, "Id": 1105, "CommandName": "New-PnPSite", - "Rank": 16, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { + "Rank": 17, "Id": 1106, "CommandName": "New-PnPSite", - "Rank": 17, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { + "Rank": 1, "Id": 1107, "CommandName": "New-PnPSiteCollectionTermStore", - "Rank": 1, "Command": "New-PnPSiteCollectionTermStore" }, { + "Rank": 1, "Id": 1108, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { + "Rank": 2, "Id": 1109, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { + "Rank": 3, "Id": 1110, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 3, "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { + "Rank": 4, "Id": 1111, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Rank": 4, "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { + "Rank": 1, "Id": 1112, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Rank": 1, "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { + "Rank": 1, "Id": 1113, "CommandName": "New-PnPSiteGroup", - "Rank": 1, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { + "Rank": 2, "Id": 1114, "CommandName": "New-PnPSiteGroup", - "Rank": 2, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { + "Rank": 1, "Id": 1115, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 1, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { + "Rank": 2, "Id": 1116, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 2, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { + "Rank": 3, "Id": 1117, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 3, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { + "Rank": 4, "Id": 1118, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 4, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { + "Rank": 5, "Id": 1119, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 5, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { + "Rank": 6, "Id": 1120, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 6, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 7, "Id": 1121, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 7, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { + "Rank": 8, "Id": 1122, "CommandName": "New-PnPSiteTemplateFromFolder", - "Rank": 8, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { + "Rank": 1, "Id": 1123, "CommandName": "New-PnPTeamsApp", - "Rank": 1, "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { + "Rank": 1, "Id": 1124, "CommandName": "New-PnPTeamsTeam", - "Rank": 1, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { + "Rank": 2, "Id": 1125, "CommandName": "New-PnPTeamsTeam", - "Rank": 2, "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { + "Rank": 3, "Id": 1126, "CommandName": "New-PnPTeamsTeam", - "Rank": 3, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { + "Rank": 4, "Id": 1127, "CommandName": "New-PnPTeamsTeam", - "Rank": 4, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { + "Rank": 5, "Id": 1128, "CommandName": "New-PnPTeamsTeam", - "Rank": 5, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { + "Rank": 6, "Id": 1129, "CommandName": "New-PnPTeamsTeam", - "Rank": 6, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { + "Rank": 1, "Id": 1130, "CommandName": "New-PnPTenantSite", - "Rank": 1, "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { + "Rank": 2, "Id": 1131, "CommandName": "New-PnPTenantSite", - "Rank": 2, "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { + "Rank": 1, "Id": 1132, "CommandName": "New-PnPTerm", - "Rank": 1, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { + "Rank": 2, "Id": 1133, "CommandName": "New-PnPTerm", - "Rank": 2, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { + "Rank": 1, "Id": 1134, "CommandName": "New-PnPTermGroup", - "Rank": 1, "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { + "Rank": 2, "Id": 1135, "CommandName": "New-PnPTermGroup", - "Rank": 2, "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { + "Rank": 1, "Id": 1136, "CommandName": "New-PnPTermLabel", - "Rank": 1, "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { + "Rank": 1, "Id": 1137, "CommandName": "New-PnPTermSet", - "Rank": 1, "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "Id": 1138, "CommandName": "New-PnPTodoList", - "Rank": 1, "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { + "Rank": 2, "Id": 1139, "CommandName": "New-PnPTodoList", - "Rank": 2, "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { + "Rank": 1, "Id": 1140, "CommandName": "New-PnPUPABulkImportJob", - "Rank": 1, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { + "Rank": 2, "Id": 1141, "CommandName": "New-PnPUPABulkImportJob", - "Rank": 2, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { + "Rank": 1, "Id": 1142, "CommandName": "New-PnPUser", - "Rank": 1, "Command": "New-PnPUser -LoginName user@company.com" }, { + "Rank": 1, "Id": 1143, "CommandName": "New-PnPVivaEngageCommunity", - "Rank": 1, "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { + "Rank": 1, "Id": 1144, "CommandName": "New-PnPWeb", - "Rank": 1, "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { + "Rank": 1, "Id": 1145, "CommandName": "Publish-PnPApp", - "Rank": 1, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { + "Rank": 2, "Id": 1146, "CommandName": "Publish-PnPApp", - "Rank": 2, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { + "Rank": 1, "Id": 1147, "CommandName": "Publish-PnPContentType", - "Rank": 1, "Command": "Publish-PnPContentType -ContentType 0x0101" }, { + "Rank": 1, "Id": 1148, "CommandName": "Publish-PnPSyntexModel", - "Rank": 1, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { + "Rank": 2, "Id": 1149, "CommandName": "Publish-PnPSyntexModel", - "Rank": 2, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { + "Rank": 1, "Id": 1150, "CommandName": "Read-PnPSiteTemplate", - "Rank": 1, "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { + "Rank": 2, "Id": 1151, "CommandName": "Read-PnPSiteTemplate", - "Rank": 2, "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { + "Rank": 3, "Id": 1152, "CommandName": "Read-PnPSiteTemplate", - "Rank": 3, "Command": "Read-PnPSiteTemplate -Xml $xml" }, { + "Rank": 1, "Id": 1153, "CommandName": "Read-PnPTenantTemplate", - "Rank": 1, "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { + "Rank": 1, "Id": 1154, "CommandName": "Register-PnPAppCatalogSite", - "Rank": 1, "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { + "Rank": 1, "Id": 1155, "CommandName": "Register-PnPAzureADApp", - "Rank": 1, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { + "Rank": 2, "Id": 1156, "CommandName": "Register-PnPAzureADApp", - "Rank": 2, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 3, "Id": 1157, "CommandName": "Register-PnPAzureADApp", - "Rank": 3, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { + "Rank": 4, "Id": 1158, "CommandName": "Register-PnPAzureADApp", - "Rank": 4, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 5, "Id": 1159, "CommandName": "Register-PnPAzureADApp", - "Rank": 5, "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 6, "Id": 1160, "CommandName": "Register-PnPAzureADApp", - "Rank": 6, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { + "Rank": 7, "Id": 1161, "CommandName": "Register-PnPAzureADApp", - "Rank": 7, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { + "Rank": 8, "Id": 1162, "CommandName": "Register-PnPAzureADApp", - "Rank": 8, "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { + "Rank": 1, "Id": 1163, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 1, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { + "Rank": 2, "Id": 1164, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Rank": 2, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { + "Rank": 1, "Id": 1165, "CommandName": "Register-PnPHubSite", - "Rank": 1, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 2, "Id": 1166, "CommandName": "Register-PnPHubSite", - "Rank": 2, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { + "Rank": 1, "Id": 1167, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 1, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { + "Rank": 2, "Id": 1168, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Rank": 2, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { + "Rank": 1, "Id": 1169, "CommandName": "Remove-PnPAlert", - "Rank": 1, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { + "Rank": 2, "Id": 1170, "CommandName": "Remove-PnPAlert", - "Rank": 2, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1171, "CommandName": "Remove-PnPApp", - "Rank": 1, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "Id": 1172, "CommandName": "Remove-PnPApp", - "Rank": 2, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "Id": 1173, "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 1, "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 2, "Id": 1174, "CommandName": "Remove-PnPApplicationCustomizer", - "Rank": 2, "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { + "Rank": 1, "Id": 1175, "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 1, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { + "Rank": 2, "Id": 1176, "CommandName": "Remove-PnPAvailableSiteClassification", - "Rank": 2, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { + "Rank": 1, "Id": 1177, "CommandName": "Remove-PnPAzureADApp", - "Rank": 1, "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { + "Rank": 2, "Id": 1178, "CommandName": "Remove-PnPAzureADApp", - "Rank": 2, "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { + "Rank": 1, "Id": 1179, "CommandName": "Remove-PnPAzureADGroup", - "Rank": 1, "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { + "Rank": 2, "Id": 1180, "CommandName": "Remove-PnPAzureADGroup", - "Rank": 2, "Command": "Remove-PnPAzureADGroup -Identity $group" }, { + "Rank": 1, "Id": 1181, "CommandName": "Remove-PnPAzureADGroupMember", - "Rank": 1, "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1182, "CommandName": "Remove-PnPAzureADGroupOwner", - "Rank": 1, "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1183, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 1, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { + "Rank": 2, "Id": 1184, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 2, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { + "Rank": 3, "Id": 1185, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 3, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { + "Rank": 4, "Id": 1186, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Rank": 4, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { + "Rank": 1, "Id": 1187, "CommandName": "Remove-PnPAzureADUser", - "Rank": 1, "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { + "Rank": 2, "Id": 1188, "CommandName": "Remove-PnPAzureADUser", - "Rank": 2, "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { + "Rank": 1, "Id": 1189, "CommandName": "Remove-PnPContainer", - "Rank": 1, "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { + "Rank": 2, "Id": 1190, "CommandName": "Remove-PnPContainer", - "Rank": 2, "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { + "Rank": 1, "Id": 1191, "CommandName": "Remove-PnPContainerType", - "Rank": 1, "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { + "Rank": 1, "Id": 1192, "CommandName": "Remove-PnPContentType", - "Rank": 1, "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { + "Rank": 2, "Id": 1193, "CommandName": "Remove-PnPContentType", - "Rank": 2, "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { + "Rank": 1, "Id": 1194, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 1, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { + "Rank": 2, "Id": 1195, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Rank": 2, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { + "Rank": 1, "Id": 1196, "CommandName": "Remove-PnPContentTypeFromList", - "Rank": 1, "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { + "Rank": 1, "Id": 1197, "CommandName": "Remove-PnPCustomAction", - "Rank": 1, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 2, "Id": 1198, "CommandName": "Remove-PnPCustomAction", - "Rank": 2, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { + "Rank": 3, "Id": 1199, "CommandName": "Remove-PnPCustomAction", - "Rank": 3, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { + "Rank": 1, "Id": 1200, "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Rank": 1, "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { + "Rank": 1, "Id": 1201, "CommandName": "Remove-PnPEventReceiver", - "Rank": 1, "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 2, "Id": 1202, "CommandName": "Remove-PnPEventReceiver", - "Rank": 2, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { + "Rank": 3, "Id": 1203, "CommandName": "Remove-PnPEventReceiver", - "Rank": 3, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { + "Rank": 4, "Id": 1204, "CommandName": "Remove-PnPEventReceiver", - "Rank": 4, "Command": "Remove-PnPEventReceiver -List ProjectList" }, { + "Rank": 5, "Id": 1205, "CommandName": "Remove-PnPEventReceiver", - "Rank": 5, "Command": "Remove-PnPEventReceiver" }, { + "Rank": 6, "Id": 1206, "CommandName": "Remove-PnPEventReceiver", - "Rank": 6, "Command": "Remove-PnPEventReceiver -Scope Site" }, { + "Rank": 7, "Id": 1207, "CommandName": "Remove-PnPEventReceiver", - "Rank": 7, "Command": "Remove-PnPEventReceiver -Scope Web" }, { + "Rank": 8, "Id": 1208, "CommandName": "Remove-PnPEventReceiver", - "Rank": 8, "Command": "Remove-PnPEventReceiver -Scope All" }, { + "Rank": 1, "Id": 1209, "CommandName": "Remove-PnPField", - "Rank": 1, "Command": "Remove-PnPField -Identity \"Speakers\"" }, { + "Rank": 2, "Id": 1210, "CommandName": "Remove-PnPField", - "Rank": 2, "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { + "Rank": 1, "Id": 1211, "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 1, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { + "Rank": 2, "Id": 1212, "CommandName": "Remove-PnPFieldFromContentType", - "Rank": 2, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { + "Rank": 1, "Id": 1213, "CommandName": "Remove-PnPFile", - "Rank": 1, "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { + "Rank": 2, "Id": 1214, "CommandName": "Remove-PnPFile", - "Rank": 2, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { + "Rank": 3, "Id": 1215, "CommandName": "Remove-PnPFile", - "Rank": 3, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { + "Rank": 1, "Id": 1216, "CommandName": "Remove-PnPFileFromSiteTemplate", - "Rank": 1, "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { + "Rank": 1, "Id": 1217, "CommandName": "Remove-PnPFileSharingLink", - "Rank": 1, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { + "Rank": 2, "Id": 1218, "CommandName": "Remove-PnPFileSharingLink", - "Rank": 2, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { + "Rank": 1, "Id": 1219, "CommandName": "Remove-PnPFileVersion", - "Rank": 1, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { + "Rank": 2, "Id": 1220, "CommandName": "Remove-PnPFileVersion", - "Rank": 2, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { + "Rank": 3, "Id": 1221, "CommandName": "Remove-PnPFileVersion", - "Rank": 3, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { + "Rank": 1, "Id": 1222, "CommandName": "Remove-PnPFlow", - "Rank": 1, "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "Id": 1223, "CommandName": "Remove-PnPFlow", - "Rank": 2, "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { + "Rank": 1, "Id": 1224, "CommandName": "Remove-PnPFlowOwner", - "Rank": 1, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { + "Rank": 2, "Id": 1225, "CommandName": "Remove-PnPFlowOwner", - "Rank": 2, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { + "Rank": 3, "Id": 1226, "CommandName": "Remove-PnPFlowOwner", - "Rank": 3, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { + "Rank": 4, "Id": 1227, "CommandName": "Remove-PnPFlowOwner", - "Rank": 4, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { + "Rank": 1, "Id": 1228, "CommandName": "Remove-PnPFolder", - "Rank": 1, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { + "Rank": 2, "Id": 1229, "CommandName": "Remove-PnPFolder", - "Rank": 2, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { + "Rank": 1, "Id": 1230, "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 1, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { + "Rank": 2, "Id": 1231, "CommandName": "Remove-PnPFolderSharingLink", - "Rank": 2, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { + "Rank": 1, "Id": 1232, "CommandName": "Remove-PnPGraphSubscription", - "Rank": 1, "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { + "Rank": 1, "Id": 1233, "CommandName": "Remove-PnPGroup", - "Rank": 1, "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { + "Rank": 1, "Id": 1234, "CommandName": "Remove-PnPGroupMember", - "Rank": 1, "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { + "Rank": 1, "Id": 1235, "CommandName": "Remove-PnPHomeSite", - "Rank": 1, "Command": "Remove-PnPHomeSite" }, { + "Rank": 1, "Id": 1236, "CommandName": "Remove-PnPHubSiteAssociation", - "Rank": 1, "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { + "Rank": 1, "Id": 1237, "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 1, "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { + "Rank": 2, "Id": 1238, "CommandName": "Remove-PnPHubToHubAssociation", - "Rank": 2, "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { + "Rank": 1, "Id": 1239, "CommandName": "Remove-PnPIndexedProperty", - "Rank": 1, "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { + "Rank": 1, "Id": 1240, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 1, "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { + "Rank": 2, "Id": 1241, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 2, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { + "Rank": 3, "Id": 1242, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 3, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { + "Rank": 4, "Id": 1243, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 4, "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { + "Rank": 5, "Id": 1244, "CommandName": "Remove-PnPJavaScriptLink", - "Rank": 5, "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { + "Rank": 1, "Id": 1245, "CommandName": "Remove-PnPKnowledgeHubSite", - "Rank": 1, "Command": "Remove-PnPKnowledgeHubSite" }, { + "Rank": 1, "Id": 1246, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 1, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { + "Rank": 2, "Id": 1247, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Rank": 2, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { + "Rank": 1, "Id": 1248, "CommandName": "Remove-PnPList", - "Rank": 1, "Command": "Remove-PnPList -Identity Announcements" }, { + "Rank": 2, "Id": 1249, "CommandName": "Remove-PnPList", - "Rank": 2, "Command": "Remove-PnPList -Identity Announcements -Force" }, { + "Rank": 3, "Id": 1250, "CommandName": "Remove-PnPList", - "Rank": 3, "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { + "Rank": 4, "Id": 1251, "CommandName": "Remove-PnPList", - "Rank": 4, "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { + "Rank": 1, "Id": 1252, "CommandName": "Remove-PnPListDesign", - "Rank": 1, "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "Id": 1253, "CommandName": "Remove-PnPListItem", - "Rank": 1, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { + "Rank": 2, "Id": 1254, "CommandName": "Remove-PnPListItem", - "Rank": 2, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { + "Rank": 3, "Id": 1255, "CommandName": "Remove-PnPListItem", - "Rank": 3, "Command": "Remove-PnPListItem -List \"Demo List\"" }, { + "Rank": 1, "Id": 1256, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 1, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { + "Rank": 2, "Id": 1257, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 2, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { + "Rank": 3, "Id": 1258, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 3, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { + "Rank": 4, "Id": 1259, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 4, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { + "Rank": 5, "Id": 1260, "CommandName": "Remove-PnPListItemAttachment", - "Rank": 5, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { + "Rank": 1, "Id": 1261, "CommandName": "Remove-PnPListItemComment", - "Rank": 1, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { + "Rank": 2, "Id": 1262, "CommandName": "Remove-PnPListItemComment", - "Rank": 2, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { + "Rank": 3, "Id": 1263, "CommandName": "Remove-PnPListItemComment", - "Rank": 3, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { + "Rank": 4, "Id": 1264, "CommandName": "Remove-PnPListItemComment", - "Rank": 4, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { + "Rank": 1, "Id": 1265, "CommandName": "Remove-PnPListItemVersion", - "Rank": 1, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { + "Rank": 2, "Id": 1266, "CommandName": "Remove-PnPListItemVersion", - "Rank": 2, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { + "Rank": 1, "Id": 1267, "CommandName": "Remove-PnPManagedAppId", - "Rank": 1, "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { + "Rank": 1, "Id": 1268, "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 1, "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { + "Rank": 2, "Id": 1269, "CommandName": "Remove-PnPMicrosoft365Group", - "Rank": 2, "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { + "Rank": 1, "Id": 1270, "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1271, "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1272, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { + "Rank": 1, "Id": 1273, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { + "Rank": 2, "Id": 1274, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Rank": 2, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { + "Rank": 1, "Id": 1275, "CommandName": "Remove-PnPNavigationNode", - "Rank": 1, "Command": "Remove-PnPNavigationNode -Identity 1032" }, { + "Rank": 2, "Id": 1276, "CommandName": "Remove-PnPNavigationNode", - "Rank": 2, "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { + "Rank": 3, "Id": 1277, "CommandName": "Remove-PnPNavigationNode", - "Rank": 3, "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { + "Rank": 1, "Id": 1278, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 1, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { + "Rank": 2, "Id": 1279, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 2, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { + "Rank": 3, "Id": 1280, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Rank": 3, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { + "Rank": 1, "Id": 1281, "CommandName": "Remove-PnPOrgNewsSite", - "Rank": 1, "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { + "Rank": 1, "Id": 1282, "CommandName": "Remove-PnPPage", - "Rank": 1, "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { + "Rank": 2, "Id": 1283, "CommandName": "Remove-PnPPage", - "Rank": 2, "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { + "Rank": 3, "Id": 1284, "CommandName": "Remove-PnPPage", - "Rank": 3, "Command": "Remove-PnPPage $page" }, { + "Rank": 4, "Id": 1285, "CommandName": "Remove-PnPPage", - "Rank": 4, "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { + "Rank": 1, "Id": 1286, "CommandName": "Remove-PnPPageComponent", - "Rank": 1, "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 1, "Id": 1287, "CommandName": "Remove-PnPPlannerBucket", - "Rank": 1, "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { + "Rank": 1, "Id": 1288, "CommandName": "Remove-PnPPlannerPlan", - "Rank": 1, "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { + "Rank": 1, "Id": 1289, "CommandName": "Remove-PnPPlannerRoster", - "Rank": 1, "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { + "Rank": 1, "Id": 1290, "CommandName": "Remove-PnPPlannerRosterMember", - "Rank": 1, "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1291, "CommandName": "Remove-PnPPlannerTask", - "Rank": 1, "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { + "Rank": 1, "Id": 1292, "CommandName": "Remove-PnPProfileCardProperty", - "Rank": 1, "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { + "Rank": 1, "Id": 1293, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 1, "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { + "Rank": 2, "Id": 1294, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 2, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { + "Rank": 3, "Id": 1295, "CommandName": "Remove-PnPPropertyBagValue", - "Rank": 3, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { + "Rank": 1, "Id": 1296, "CommandName": "Remove-PnPPublishingImageRendition", - "Rank": 1, "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { + "Rank": 1, "Id": 1297, "CommandName": "Remove-PnPRoleDefinition", - "Rank": 1, "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { + "Rank": 1, "Id": 1298, "CommandName": "Remove-PnPSdnProvider", - "Rank": 1, "Command": "Remove-PnPSdnProvider -Confirm:false" }, { + "Rank": 1, "Id": 1299, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 1, "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { + "Rank": 2, "Id": 1300, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 2, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { + "Rank": 3, "Id": 1301, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 3, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { + "Rank": 4, "Id": 1302, "CommandName": "Remove-PnPSearchConfiguration", - "Rank": 4, "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { + "Rank": 1, "Id": 1303, "CommandName": "Remove-PnPSearchExternalConnection", - "Rank": 1, "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { + "Rank": 1, "Id": 1304, "CommandName": "Remove-PnPSearchExternalItem", - "Rank": 1, "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { + "Rank": 1, "Id": 1305, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 1, "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 2, "Id": 1306, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Rank": 2, "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { + "Rank": 1, "Id": 1307, "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Rank": 1, "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { + "Rank": 1, "Id": 1308, "CommandName": "Remove-PnPSiteCollectionTermStore", - "Rank": 1, "Command": "Remove-PnPSiteCollectionTermStore" }, { + "Rank": 1, "Id": 1309, "CommandName": "Remove-PnPSiteDesign", - "Rank": 1, "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "Id": 1310, "CommandName": "Remove-PnPSiteDesignTask", - "Rank": 1, "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "Id": 1311, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 1, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { + "Rank": 2, "Id": 1312, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Rank": 2, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { + "Rank": 1, "Id": 1313, "CommandName": "Remove-PnPSiteGroup", - "Rank": 1, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { + "Rank": 2, "Id": 1314, "CommandName": "Remove-PnPSiteGroup", - "Rank": 2, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { + "Rank": 1, "Id": 1315, "CommandName": "Remove-PnPSiteScript", - "Rank": 1, "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { + "Rank": 1, "Id": 1316, "CommandName": "Remove-PnPSiteUserInvitations", - "Rank": 1, "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { + "Rank": 1, "Id": 1317, "CommandName": "Remove-PnPStorageEntity", - "Rank": 1, "Command": "Remove-PnPStorageEntity -Key MyKey" }, { + "Rank": 2, "Id": 1318, "CommandName": "Remove-PnPStorageEntity", - "Rank": 2, "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { + "Rank": 1, "Id": 1319, "CommandName": "Remove-PnPStoredCredential", - "Rank": 1, "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { + "Rank": 1, "Id": 1320, "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 1, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { + "Rank": 2, "Id": 1321, "CommandName": "Remove-PnPTaxonomyItem", - "Rank": 2, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { + "Rank": 1, "Id": 1322, "CommandName": "Remove-PnPTeamsApp", - "Rank": 1, "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { + "Rank": 2, "Id": 1323, "CommandName": "Remove-PnPTeamsApp", - "Rank": 2, "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { + "Rank": 1, "Id": 1324, "CommandName": "Remove-PnPTeamsChannel", - "Rank": 1, "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { + "Rank": 1, "Id": 1325, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 1, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { + "Rank": 2, "Id": 1326, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 2, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { + "Rank": 3, "Id": 1327, "CommandName": "Remove-PnPTeamsChannelUser", - "Rank": 3, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { + "Rank": 1, "Id": 1328, "CommandName": "Remove-PnPTeamsTab", - "Rank": 1, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { + "Rank": 2, "Id": 1329, "CommandName": "Remove-PnPTeamsTab", - "Rank": 2, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { + "Rank": 3, "Id": 1330, "CommandName": "Remove-PnPTeamsTab", - "Rank": 3, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { + "Rank": 1, "Id": 1331, "CommandName": "Remove-PnPTeamsTag", - "Rank": 1, "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { + "Rank": 1, "Id": 1332, "CommandName": "Remove-PnPTeamsTeam", - "Rank": 1, "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { + "Rank": 2, "Id": 1333, "CommandName": "Remove-PnPTeamsTeam", - "Rank": 2, "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { + "Rank": 1, "Id": 1334, "CommandName": "Remove-PnPTeamsUser", - "Rank": 1, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { + "Rank": 2, "Id": 1335, "CommandName": "Remove-PnPTeamsUser", - "Rank": 2, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { + "Rank": 3, "Id": 1336, "CommandName": "Remove-PnPTeamsUser", - "Rank": 3, "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { + "Rank": 1, "Id": 1337, "CommandName": "Remove-PnPTenantCdnOrigin", - "Rank": 1, "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { + "Rank": 1, "Id": 1338, "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 1, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "Id": 1339, "CommandName": "Remove-PnPTenantDeletedSite", - "Rank": 2, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { + "Rank": 1, "Id": 1340, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 1, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { + "Rank": 2, "Id": 1341, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 2, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { + "Rank": 3, "Id": 1342, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Rank": 3, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { + "Rank": 1, "Id": 1343, "CommandName": "Remove-PnPTenantSite", - "Rank": 1, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "Id": 1344, "CommandName": "Remove-PnPTenantSite", - "Rank": 2, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { + "Rank": 3, "Id": 1345, "CommandName": "Remove-PnPTenantSite", - "Rank": 3, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { + "Rank": 1, "Id": 1346, "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Rank": 1, "Command": "Remove-PnPTenantSyncClientRestriction" }, { + "Rank": 1, "Id": 1347, "CommandName": "Remove-PnPTenantTheme", - "Rank": 1, "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { + "Rank": 1, "Id": 1348, "CommandName": "Remove-PnPTerm", - "Rank": 1, "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { + "Rank": 2, "Id": 1349, "CommandName": "Remove-PnPTerm", - "Rank": 2, "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "Id": 1350, "CommandName": "Remove-PnPTermGroup", - "Rank": 1, "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { + "Rank": 2, "Id": 1351, "CommandName": "Remove-PnPTermGroup", - "Rank": 2, "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { + "Rank": 3, "Id": 1352, "CommandName": "Remove-PnPTermGroup", - "Rank": 3, "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { + "Rank": 1, "Id": 1353, "CommandName": "Remove-PnPTermLabel", - "Rank": 1, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { + "Rank": 2, "Id": 1354, "CommandName": "Remove-PnPTermLabel", - "Rank": 2, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { + "Rank": 1, "Id": 1355, "CommandName": "Remove-PnPTodoList", - "Rank": 1, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { + "Rank": 2, "Id": 1356, "CommandName": "Remove-PnPTodoList", - "Rank": 2, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { + "Rank": 1, "Id": 1357, "CommandName": "Remove-PnPUser", - "Rank": 1, "Command": "Remove-PnPUser -Identity 23" }, { + "Rank": 2, "Id": 1358, "CommandName": "Remove-PnPUser", - "Rank": 2, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { + "Rank": 3, "Id": 1359, "CommandName": "Remove-PnPUser", - "Rank": 3, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { + "Rank": 1, "Id": 1360, "CommandName": "Remove-PnPUserInfo", - "Rank": 1, "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { + "Rank": 1, "Id": 1361, "CommandName": "Remove-PnPUserProfile", - "Rank": 1, "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { + "Rank": 1, "Id": 1362, "CommandName": "Remove-PnPUserProfilePhoto", - "Rank": 1, "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1363, "CommandName": "Remove-PnPView", - "Rank": 1, "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { + "Rank": 1, "Id": 1364, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { + "Rank": 1, "Id": 1365, "CommandName": "Remove-PnPVivaEngageCommunity", - "Rank": 1, "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { + "Rank": 1, "Id": 1366, "CommandName": "Remove-PnPWeb", - "Rank": 1, "Command": "Remove-PnPWeb -Identity projectA" }, { + "Rank": 2, "Id": 1367, "CommandName": "Remove-PnPWeb", - "Rank": 2, "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { + "Rank": 1, "Id": 1368, "CommandName": "Remove-PnPWebhookSubscription", - "Rank": 1, "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { + "Rank": 1, "Id": 1369, "CommandName": "Remove-PnPWebPart", - "Rank": 1, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { + "Rank": 2, "Id": 1370, "CommandName": "Remove-PnPWebPart", - "Rank": 2, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { + "Rank": 1, "Id": 1371, "CommandName": "Remove-PnPWikiPage", - "Rank": 1, "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { + "Rank": 1, "Id": 1372, "CommandName": "Rename-PnPFile", - "Rank": 1, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { + "Rank": 2, "Id": 1373, "CommandName": "Rename-PnPFile", - "Rank": 2, "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { + "Rank": 3, "Id": 1374, "CommandName": "Rename-PnPFile", - "Rank": 3, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { + "Rank": 1, "Id": 1375, "CommandName": "Rename-PnPFolder", - "Rank": 1, "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { + "Rank": 1, "Id": 1376, "CommandName": "Repair-PnPSite", - "Rank": 1, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { + "Rank": 2, "Id": 1377, "CommandName": "Repair-PnPSite", - "Rank": 2, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { + "Rank": 1, "Id": 1378, "CommandName": "Request-PnPPersonalSite", - "Rank": 1, "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { + "Rank": 2, "Id": 1379, "CommandName": "Request-PnPPersonalSite", - "Rank": 2, "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { + "Rank": 1, "Id": 1380, "CommandName": "Request-PnPReIndexList", - "Rank": 1, "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { + "Rank": 1, "Id": 1381, "CommandName": "Request-PnPReIndexWeb", - "Rank": 1, "Command": "Request-PnPReIndexWeb" }, { + "Rank": 1, "Id": 1382, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 1, "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { + "Rank": 2, "Id": 1383, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 2, "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { + "Rank": 3, "Id": 1384, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Rank": 3, "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { + "Rank": 1, "Id": 1385, "CommandName": "Reset-PnPDocumentId", - "Rank": 1, "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { + "Rank": 2, "Id": 1386, "CommandName": "Reset-PnPDocumentId", - "Rank": 2, "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { + "Rank": 1, "Id": 1387, "CommandName": "Reset-PnPFileVersion", - "Rank": 1, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { + "Rank": 2, "Id": 1388, "CommandName": "Reset-PnPFileVersion", - "Rank": 2, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { + "Rank": 1, "Id": 1389, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Rank": 1, "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { + "Rank": 1, "Id": 1390, "CommandName": "Reset-PnPRetentionLabel", - "Rank": 1, "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { + "Rank": 2, "Id": 1391, "CommandName": "Reset-PnPRetentionLabel", - "Rank": 2, "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { + "Rank": 1, "Id": 1392, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Rank": 1, "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { + "Rank": 1, "Id": 1393, "CommandName": "Resolve-PnPFolder", - "Rank": 1, "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { + "Rank": 1, "Id": 1394, "CommandName": "Restart-PnPFlowRun", - "Rank": 1, "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { + "Rank": 1, "Id": 1395, "CommandName": "Restore-PnPDeletedContainer", - "Rank": 1, "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { + "Rank": 1, "Id": 1396, "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Rank": 1, "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { + "Rank": 1, "Id": 1397, "CommandName": "Restore-PnPFileVersion", - "Rank": 1, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { + "Rank": 2, "Id": 1398, "CommandName": "Restore-PnPFileVersion", - "Rank": 2, "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { + "Rank": 3, "Id": 1399, "CommandName": "Restore-PnPFileVersion", - "Rank": 3, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { + "Rank": 1, "Id": 1400, "CommandName": "Restore-PnPFlow", - "Rank": 1, "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 2, "Id": 1401, "CommandName": "Restore-PnPFlow", - "Rank": 2, "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { + "Rank": 1, "Id": 1402, "CommandName": "Restore-PnPListItemVersion", - "Rank": 1, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { + "Rank": 2, "Id": 1403, "CommandName": "Restore-PnPListItemVersion", - "Rank": 2, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { + "Rank": 1, "Id": 1404, "CommandName": "Restore-PnPRecycleBinItem", - "Rank": 1, "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { + "Rank": 1, "Id": 1405, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 1, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "Id": 1406, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Rank": 2, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { + "Rank": 1, "Id": 1407, "CommandName": "Restore-PnPTenantSite", - "Rank": 1, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { + "Rank": 2, "Id": 1408, "CommandName": "Restore-PnPTenantSite", - "Rank": 2, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { + "Rank": 3, "Id": 1409, "CommandName": "Restore-PnPTenantSite", - "Rank": 3, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { + "Rank": 1, "Id": 1410, "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Rank": 1, "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { + "Rank": 1, "Id": 1411, "CommandName": "Revoke-PnPHubSiteRights", - "Rank": 1, "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "Id": 1412, "CommandName": "Revoke-PnPSiteDesignRights", - "Rank": 1, "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { + "Rank": 1, "Id": 1413, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Rank": 1, "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { + "Rank": 1, "Id": 1414, "CommandName": "Revoke-PnPUserSession", - "Rank": 1, "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { + "Rank": 1, "Id": 1415, "CommandName": "Save-PnPPageConversionLog", - "Rank": 1, "Command": "Save-PnPPageConversionLog" }, { + "Rank": 1, "Id": 1416, "CommandName": "Save-PnPSiteTemplate", - "Rank": 1, "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { + "Rank": 1, "Id": 1417, "CommandName": "Save-PnPTenantTemplate", - "Rank": 1, "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { + "Rank": 1, "Id": 1418, "CommandName": "Send-PnPMail", - "Rank": 1, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { + "Rank": 2, "Id": 1419, "CommandName": "Send-PnPMail", - "Rank": 2, "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { + "Rank": 3, "Id": 1420, "CommandName": "Send-PnPMail", - "Rank": 3, "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { + "Rank": 4, "Id": 1421, "CommandName": "Send-PnPMail", - "Rank": 4, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { + "Rank": 5, "Id": 1422, "CommandName": "Send-PnPMail", - "Rank": 5, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { + "Rank": 1, "Id": 1423, "CommandName": "Set-PnPAdaptiveScopeProperty", - "Rank": 1, "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { + "Rank": 1, "Id": 1424, "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 1, "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { + "Rank": 2, "Id": 1425, "CommandName": "Set-PnPApplicationCustomizer", - "Rank": 2, "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { + "Rank": 1, "Id": 1426, "CommandName": "Set-PnPAppSideLoading", - "Rank": 1, "Command": "Set-PnPAppSideLoading -On" }, { + "Rank": 2, "Id": 1427, "CommandName": "Set-PnPAppSideLoading", - "Rank": 2, "Command": "Set-PnPAppSideLoading -Off" }, { + "Rank": 1, "Id": 1428, "CommandName": "Set-PnPAuditing", - "Rank": 1, "Command": "Set-PnPAuditing -EnableAll" }, { + "Rank": 2, "Id": 1429, "CommandName": "Set-PnPAuditing", - "Rank": 2, "Command": "Set-PnPAuditing -DisableAll" }, { + "Rank": 3, "Id": 1430, "CommandName": "Set-PnPAuditing", - "Rank": 3, "Command": "Set-PnPAuditing -RetentionTime 7" }, { + "Rank": 4, "Id": 1431, "CommandName": "Set-PnPAuditing", - "Rank": 4, "Command": "Set-PnPAuditing -TrimAuditLog" }, { + "Rank": 5, "Id": 1432, "CommandName": "Set-PnPAuditing", - "Rank": 5, "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { + "Rank": 1, "Id": 1433, "CommandName": "Set-PnPAvailablePageLayouts", - "Rank": 1, "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { + "Rank": 1, "Id": 1434, "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 1, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { + "Rank": 2, "Id": 1435, "CommandName": "Set-PnPAzureADAppSitePermission", - "Rank": 2, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { + "Rank": 1, "Id": 1436, "CommandName": "Set-PnPAzureADGroup", - "Rank": 1, "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { + "Rank": 2, "Id": 1437, "CommandName": "Set-PnPAzureADGroup", - "Rank": 2, "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { + "Rank": 3, "Id": 1438, "CommandName": "Set-PnPAzureADGroup", - "Rank": 3, "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { + "Rank": 1, "Id": 1439, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 1, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { + "Rank": 2, "Id": 1440, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 2, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { + "Rank": 3, "Id": 1441, "CommandName": "Set-PnPBrowserIdleSignout", - "Rank": 3, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { + "Rank": 1, "Id": 1442, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 1, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { + "Rank": 2, "Id": 1443, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Rank": 2, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { + "Rank": 1, "Id": 1444, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 1, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { + "Rank": 2, "Id": 1445, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 2, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { + "Rank": 3, "Id": 1446, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 3, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { + "Rank": 4, "Id": 1447, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Rank": 4, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { + "Rank": 1, "Id": 1448, "CommandName": "Set-PnPContentType", - "Rank": 1, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { + "Rank": 2, "Id": 1449, "CommandName": "Set-PnPContentType", - "Rank": 2, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { + "Rank": 3, "Id": 1450, "CommandName": "Set-PnPContentType", - "Rank": 3, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { + "Rank": 4, "Id": 1451, "CommandName": "Set-PnPContentType", - "Rank": 4, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { + "Rank": 5, "Id": 1452, "CommandName": "Set-PnPContentType", - "Rank": 5, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { + "Rank": 1, "Id": 1453, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 1, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { + "Rank": 2, "Id": 1454, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Rank": 2, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { + "Rank": 1, "Id": 1455, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 1, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { + "Rank": 2, "Id": 1456, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 2, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { + "Rank": 3, "Id": 1457, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 3, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { + "Rank": 4, "Id": 1458, "CommandName": "Set-PnPDefaultColumnValues", - "Rank": 4, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { + "Rank": 1, "Id": 1459, "CommandName": "Set-PnPDefaultContentTypeToList", - "Rank": 1, "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { + "Rank": 1, "Id": 1460, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 1, "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { + "Rank": 2, "Id": 1461, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 2, "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { + "Rank": 3, "Id": 1462, "CommandName": "Set-PnPDefaultPageLayout", - "Rank": 3, "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { + "Rank": 1, "Id": 1463, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 1, "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { + "Rank": 2, "Id": 1464, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 2, "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { + "Rank": 3, "Id": 1465, "CommandName": "Set-PnPDisableSpacesActivation", - "Rank": 3, "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { + "Rank": 1, "Id": 1466, "CommandName": "Set-PnPDocumentSetField", - "Rank": 1, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { + "Rank": 2, "Id": 1467, "CommandName": "Set-PnPDocumentSetField", - "Rank": 2, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { + "Rank": 1, "Id": 1468, "CommandName": "Set-PnPField", - "Rank": 1, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { + "Rank": 2, "Id": 1469, "CommandName": "Set-PnPField", - "Rank": 2, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { + "Rank": 3, "Id": 1470, "CommandName": "Set-PnPField", - "Rank": 3, "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { + "Rank": 1, "Id": 1471, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 1, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { + "Rank": 2, "Id": 1472, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 2, "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { + "Rank": 3, "Id": 1473, "CommandName": "Set-PnPFileCheckedIn", - "Rank": 3, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { + "Rank": 1, "Id": 1474, "CommandName": "Set-PnPFileCheckedOut", - "Rank": 1, "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { + "Rank": 1, "Id": 1475, "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 1, "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { + "Rank": 2, "Id": 1476, "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 2, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { + "Rank": 3, "Id": 1477, "CommandName": "Set-PnPFileRetentionLabel", - "Rank": 3, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { + "Rank": 1, "Id": 1478, "CommandName": "Set-PnPFolderPermission", - "Rank": 1, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { + "Rank": 2, "Id": 1479, "CommandName": "Set-PnPFolderPermission", - "Rank": 2, "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { + "Rank": 3, "Id": 1480, "CommandName": "Set-PnPFolderPermission", - "Rank": 3, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { + "Rank": 1, "Id": 1481, "CommandName": "Set-PnPFooter", - "Rank": 1, "Command": "Set-PnPFooter -Enabled:$true" }, { + "Rank": 2, "Id": 1482, "CommandName": "Set-PnPFooter", - "Rank": 2, "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { + "Rank": 3, "Id": 1483, "CommandName": "Set-PnPFooter", - "Rank": 3, "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { + "Rank": 4, "Id": 1484, "CommandName": "Set-PnPFooter", - "Rank": 4, "Command": "Set-PnPFooter -LogoUrl \"\"" }, { + "Rank": 1, "Id": 1485, "CommandName": "Set-PnPGraphSubscription", - "Rank": 1, "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { + "Rank": 1, "Id": 1486, "CommandName": "Set-PnPGroup", - "Rank": 1, "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { + "Rank": 2, "Id": 1487, "CommandName": "Set-PnPGroup", - "Rank": 2, "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { + "Rank": 1, "Id": 1488, "CommandName": "Set-PnPGroupPermissions", - "Rank": 1, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { + "Rank": 2, "Id": 1489, "CommandName": "Set-PnPGroupPermissions", - "Rank": 2, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { + "Rank": 3, "Id": 1490, "CommandName": "Set-PnPGroupPermissions", - "Rank": 3, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { + "Rank": 4, "Id": 1491, "CommandName": "Set-PnPGroupPermissions", - "Rank": 4, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { + "Rank": 5, "Id": 1492, "CommandName": "Set-PnPGroupPermissions", - "Rank": 5, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { + "Rank": 1, "Id": 1493, "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 1, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { + "Rank": 2, "Id": 1494, "CommandName": "Set-PnPHideDefaultThemes", - "Rank": 2, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { + "Rank": 1, "Id": 1495, "CommandName": "Set-PnPHomePage", - "Rank": 1, "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { + "Rank": 2, "Id": 1496, "CommandName": "Set-PnPHomePage", - "Rank": 2, "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { + "Rank": 1, "Id": 1497, "CommandName": "Set-PnPHomeSite", - "Rank": 1, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { + "Rank": 2, "Id": 1498, "CommandName": "Set-PnPHomeSite", - "Rank": 2, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { + "Rank": 3, "Id": 1499, "CommandName": "Set-PnPHomeSite", - "Rank": 3, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { + "Rank": 1, "Id": 1500, "CommandName": "Set-PnPHubSite", - "Rank": 1, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { + "Rank": 2, "Id": 1501, "CommandName": "Set-PnPHubSite", - "Rank": 2, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { + "Rank": 3, "Id": 1502, "CommandName": "Set-PnPHubSite", - "Rank": 3, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { + "Rank": 4, "Id": 1503, "CommandName": "Set-PnPHubSite", - "Rank": 4, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { + "Rank": 5, "Id": 1504, "CommandName": "Set-PnPHubSite", - "Rank": 5, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { + "Rank": 6, "Id": 1505, "CommandName": "Set-PnPHubSite", - "Rank": 6, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { + "Rank": 1, "Id": 1506, "CommandName": "Set-PnPImageListItemColumn", - "Rank": 1, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { + "Rank": 2, "Id": 1507, "CommandName": "Set-PnPImageListItemColumn", - "Rank": 2, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { + "Rank": 1, "Id": 1508, "CommandName": "Set-PnPIndexedProperties", - "Rank": 1, "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { + "Rank": 1, "Id": 1509, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 1, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { + "Rank": 2, "Id": 1510, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Rank": 2, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { + "Rank": 1, "Id": 1511, "CommandName": "Set-PnPKnowledgeHubSite", - "Rank": 1, "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { + "Rank": 1, "Id": 1512, "CommandName": "Set-PnPList", - "Rank": 1, "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { + "Rank": 2, "Id": 1513, "CommandName": "Set-PnPList", - "Rank": 2, "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { + "Rank": 3, "Id": 1514, "CommandName": "Set-PnPList", - "Rank": 3, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { + "Rank": 4, "Id": 1515, "CommandName": "Set-PnPList", - "Rank": 4, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { + "Rank": 5, "Id": 1516, "CommandName": "Set-PnPList", - "Rank": 5, "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { + "Rank": 6, "Id": 1517, "CommandName": "Set-PnPList", - "Rank": 6, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { + "Rank": 7, "Id": 1518, "CommandName": "Set-PnPList", - "Rank": 7, "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { + "Rank": 8, "Id": 1519, "CommandName": "Set-PnPList", - "Rank": 8, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { + "Rank": 9, "Id": 1520, "CommandName": "Set-PnPList", - "Rank": 9, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { + "Rank": 10, "Id": 1521, "CommandName": "Set-PnPList", - "Rank": 10, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { + "Rank": 11, "Id": 1522, "CommandName": "Set-PnPList", - "Rank": 11, "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { + "Rank": 12, "Id": 1523, "CommandName": "Set-PnPList", - "Rank": 12, "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { + "Rank": 1, "Id": 1524, "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 1, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { + "Rank": 2, "Id": 1525, "CommandName": "Set-PnPListInformationRightsManagement", - "Rank": 2, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { + "Rank": 1, "Id": 1526, "CommandName": "Set-PnPListItem", - "Rank": 1, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 2, "Id": 1527, "CommandName": "Set-PnPListItem", - "Rank": 2, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 3, "Id": 1528, "CommandName": "Set-PnPListItem", - "Rank": 3, "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { + "Rank": 4, "Id": 1529, "CommandName": "Set-PnPListItem", - "Rank": 4, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { + "Rank": 5, "Id": 1530, "CommandName": "Set-PnPListItem", - "Rank": 5, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { + "Rank": 1, "Id": 1531, "CommandName": "Set-PnPListItemAsRecord", - "Rank": 1, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { + "Rank": 2, "Id": 1532, "CommandName": "Set-PnPListItemAsRecord", - "Rank": 2, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { + "Rank": 1, "Id": 1533, "CommandName": "Set-PnPListItemPermission", - "Rank": 1, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { + "Rank": 2, "Id": 1534, "CommandName": "Set-PnPListItemPermission", - "Rank": 2, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { + "Rank": 3, "Id": 1535, "CommandName": "Set-PnPListItemPermission", - "Rank": 3, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { + "Rank": 4, "Id": 1536, "CommandName": "Set-PnPListItemPermission", - "Rank": 4, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { + "Rank": 5, "Id": 1537, "CommandName": "Set-PnPListItemPermission", - "Rank": 5, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { + "Rank": 1, "Id": 1538, "CommandName": "Set-PnPListPermission", - "Rank": 1, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { + "Rank": 2, "Id": 1539, "CommandName": "Set-PnPListPermission", - "Rank": 2, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { + "Rank": 1, "Id": 1540, "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 1, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { + "Rank": 2, "Id": 1541, "CommandName": "Set-PnPListRecordDeclaration", - "Rank": 2, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { + "Rank": 1, "Id": 1542, "CommandName": "Set-PnPManagedAppId", - "Rank": 1, "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { + "Rank": 1, "Id": 1543, "CommandName": "Set-PnPMasterPage", - "Rank": 1, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { + "Rank": 2, "Id": 1544, "CommandName": "Set-PnPMasterPage", - "Rank": 2, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { + "Rank": 3, "Id": 1545, "CommandName": "Set-PnPMasterPage", - "Rank": 3, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { + "Rank": 4, "Id": 1546, "CommandName": "Set-PnPMasterPage", - "Rank": 4, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { + "Rank": 1, "Id": 1547, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { + "Rank": 2, "Id": 1548, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "Id": 1549, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { + "Rank": 1, "Id": 1550, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { + "Rank": 2, "Id": 1551, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "Id": 1552, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { + "Rank": 1, "Id": 1553, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { + "Rank": 2, "Id": 1554, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "Id": 1555, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { + "Rank": 1, "Id": 1556, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { + "Rank": 2, "Id": 1557, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "Id": 1558, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { + "Rank": 1, "Id": 1559, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { + "Rank": 2, "Id": 1560, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "Id": 1561, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { + "Rank": 1, "Id": 1562, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { + "Rank": 2, "Id": 1563, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { + "Rank": 3, "Id": 1564, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { + "Rank": 1, "Id": 1565, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 1, "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { + "Rank": 2, "Id": 1566, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 2, "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { + "Rank": 3, "Id": 1567, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 3, "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { + "Rank": 4, "Id": 1568, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 4, "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { + "Rank": 5, "Id": 1569, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 5, "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { + "Rank": 6, "Id": 1570, "CommandName": "Set-PnPMicrosoft365Group", - "Rank": 6, "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { + "Rank": 1, "Id": 1571, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 1, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { + "Rank": 2, "Id": 1572, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Rank": 2, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { + "Rank": 1, "Id": 1573, "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 1, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { + "Rank": 2, "Id": 1574, "CommandName": "Set-PnPOrgAssetsLibrary", - "Rank": 2, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { + "Rank": 1, "Id": 1575, "CommandName": "Set-PnPPage", - "Rank": 1, "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { + "Rank": 2, "Id": 1576, "CommandName": "Set-PnPPage", - "Rank": 2, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { + "Rank": 3, "Id": 1577, "CommandName": "Set-PnPPage", - "Rank": 3, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { + "Rank": 4, "Id": 1578, "CommandName": "Set-PnPPage", - "Rank": 4, "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { + "Rank": 5, "Id": 1579, "CommandName": "Set-PnPPage", - "Rank": 5, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { + "Rank": 6, "Id": 1580, "CommandName": "Set-PnPPage", - "Rank": 6, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { + "Rank": 7, "Id": 1581, "CommandName": "Set-PnPPage", - "Rank": 7, "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { + "Rank": 8, "Id": 1582, "CommandName": "Set-PnPPage", - "Rank": 8, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { + "Rank": 9, "Id": 1583, "CommandName": "Set-PnPPage", - "Rank": 9, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { + "Rank": 10, "Id": 1584, "CommandName": "Set-PnPPage", - "Rank": 10, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { + "Rank": 11, "Id": 1585, "CommandName": "Set-PnPPage", - "Rank": 11, "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { + "Rank": 12, "Id": 1586, "CommandName": "Set-PnPPage", - "Rank": 12, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { + "Rank": 13, "Id": 1587, "CommandName": "Set-PnPPage", - "Rank": 13, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { + "Rank": 1, "Id": 1588, "CommandName": "Set-PnPPageTextPart", - "Rank": 1, "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { + "Rank": 1, "Id": 1589, "CommandName": "Set-PnPPageWebPart", - "Rank": 1, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { + "Rank": 2, "Id": 1590, "CommandName": "Set-PnPPageWebPart", - "Rank": 2, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { + "Rank": 1, "Id": 1591, "CommandName": "Set-PnPPlannerBucket", - "Rank": 1, "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { + "Rank": 1, "Id": 1592, "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 1, "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { + "Rank": 2, "Id": 1593, "CommandName": "Set-PnPPlannerConfiguration", - "Rank": 2, "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { + "Rank": 1, "Id": 1594, "CommandName": "Set-PnPPlannerPlan", - "Rank": 1, "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { + "Rank": 1, "Id": 1595, "CommandName": "Set-PnPPlannerTask", - "Rank": 1, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { + "Rank": 2, "Id": 1596, "CommandName": "Set-PnPPlannerTask", - "Rank": 2, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { + "Rank": 3, "Id": 1597, "CommandName": "Set-PnPPlannerTask", - "Rank": 3, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { + "Rank": 4, "Id": 1598, "CommandName": "Set-PnPPlannerTask", - "Rank": 4, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { + "Rank": 1, "Id": 1599, "CommandName": "Set-PnPPlannerUserPolicy", - "Rank": 1, "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1600, "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 1, "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { + "Rank": 2, "Id": 1601, "CommandName": "Set-PnPPowerAppByPassConsent", - "Rank": 2, "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { + "Rank": 1, "Id": 1602, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 1, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { + "Rank": 2, "Id": 1603, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 2, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { + "Rank": 3, "Id": 1604, "CommandName": "Set-PnPPropertyBagValue", - "Rank": 3, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { + "Rank": 1, "Id": 1605, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 1, "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { + "Rank": 2, "Id": 1606, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 2, "Command": "Set-PnPRequestAccessEmails -Disabled" }, { + "Rank": 3, "Id": 1607, "CommandName": "Set-PnPRequestAccessEmails", - "Rank": 3, "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { + "Rank": 1, "Id": 1608, "CommandName": "Set-PnPRetentionLabel", - "Rank": 1, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { + "Rank": 2, "Id": 1609, "CommandName": "Set-PnPRetentionLabel", - "Rank": 2, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { + "Rank": 3, "Id": 1610, "CommandName": "Set-PnPRetentionLabel", - "Rank": 3, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { + "Rank": 1, "Id": 1611, "CommandName": "Set-PnPRoleDefinition", - "Rank": 1, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { + "Rank": 2, "Id": 1612, "CommandName": "Set-PnPRoleDefinition", - "Rank": 2, "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { + "Rank": 3, "Id": 1613, "CommandName": "Set-PnPRoleDefinition", - "Rank": 3, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { + "Rank": 4, "Id": 1614, "CommandName": "Set-PnPRoleDefinition", - "Rank": 4, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { + "Rank": 1, "Id": 1615, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 1, "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { + "Rank": 2, "Id": 1616, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 2, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { + "Rank": 3, "Id": 1617, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 3, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { + "Rank": 4, "Id": 1618, "CommandName": "Set-PnPSearchConfiguration", - "Rank": 4, "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { + "Rank": 1, "Id": 1619, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 1, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { + "Rank": 2, "Id": 1620, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 2, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { + "Rank": 3, "Id": 1621, "CommandName": "Set-PnPSearchExternalConnection", - "Rank": 3, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { + "Rank": 1, "Id": 1622, "CommandName": "Set-PnPSearchExternalItem", - "Rank": 1, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { + "Rank": 2, "Id": 1623, "CommandName": "Set-PnPSearchExternalItem", - "Rank": 2, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 1, "Id": 1624, "CommandName": "Set-PnPSearchExternalSchema", - "Rank": 1, "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { + "Rank": 1, "Id": 1625, "CommandName": "Set-PnPSearchSettings", - "Rank": 1, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { + "Rank": 2, "Id": 1626, "CommandName": "Set-PnPSearchSettings", - "Rank": 2, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { + "Rank": 3, "Id": 1627, "CommandName": "Set-PnPSearchSettings", - "Rank": 3, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { + "Rank": 4, "Id": 1628, "CommandName": "Set-PnPSearchSettings", - "Rank": 4, "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { + "Rank": 5, "Id": 1629, "CommandName": "Set-PnPSearchSettings", - "Rank": 5, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { + "Rank": 6, "Id": 1630, "CommandName": "Set-PnPSearchSettings", - "Rank": 6, "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { + "Rank": 7, "Id": 1631, "CommandName": "Set-PnPSearchSettings", - "Rank": 7, "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { + "Rank": 1, "Id": 1632, "CommandName": "Set-PnPSite", - "Rank": 1, "Command": "Set-PnPSite -Classification \"HBI\"" }, { + "Rank": 2, "Id": 1633, "CommandName": "Set-PnPSite", - "Rank": 2, "Command": "Set-PnPSite -Classification $null" }, { + "Rank": 3, "Id": 1634, "CommandName": "Set-PnPSite", - "Rank": 3, "Command": "Set-PnPSite -DisableFlows" }, { + "Rank": 4, "Id": 1635, "CommandName": "Set-PnPSite", - "Rank": 4, "Command": "Set-PnPSite -DisableFlows:$false" }, { + "Rank": 5, "Id": 1636, "CommandName": "Set-PnPSite", - "Rank": 5, "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { + "Rank": 6, "Id": 1637, "CommandName": "Set-PnPSite", - "Rank": 6, "Command": "Set-PnPSite -NoScriptSite $false" }, { + "Rank": 1, "Id": 1638, "CommandName": "Set-PnPSiteArchiveState", - "Rank": 1, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { + "Rank": 2, "Id": 1639, "CommandName": "Set-PnPSiteArchiveState", - "Rank": 2, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { + "Rank": 1, "Id": 1640, "CommandName": "Set-PnPSiteClassification", - "Rank": 1, "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { + "Rank": 1, "Id": 1641, "CommandName": "Set-PnPSiteClosure", - "Rank": 1, "Command": "Set-PnPSiteClosure -State Open" }, { + "Rank": 2, "Id": 1642, "CommandName": "Set-PnPSiteClosure", - "Rank": 2, "Command": "Set-PnPSiteClosure -State Closed" }, { + "Rank": 1, "Id": 1643, "CommandName": "Set-PnPSiteDesign", - "Rank": 1, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { + "Rank": 2, "Id": 1644, "CommandName": "Set-PnPSiteDesign", - "Rank": 2, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { + "Rank": 1, "Id": 1645, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 1, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { + "Rank": 2, "Id": 1646, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Rank": 2, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { + "Rank": 1, "Id": 1647, "CommandName": "Set-PnPSiteGroup", - "Rank": 1, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { + "Rank": 2, "Id": 1648, "CommandName": "Set-PnPSiteGroup", - "Rank": 2, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { + "Rank": 1, "Id": 1649, "CommandName": "Set-PnPSitePolicy", - "Rank": 1, "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { + "Rank": 1, "Id": 1650, "CommandName": "Set-PnPSiteScript", - "Rank": 1, "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { + "Rank": 1, "Id": 1651, "CommandName": "Set-PnPSiteScriptPackage", - "Rank": 1, "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { + "Rank": 1, "Id": 1652, "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 1, "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { + "Rank": 2, "Id": 1653, "CommandName": "Set-PnPSiteSensitivityLabel", - "Rank": 2, "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { + "Rank": 1, "Id": 1654, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 1, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { + "Rank": 2, "Id": 1655, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 2, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { + "Rank": 3, "Id": 1656, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 3, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { + "Rank": 4, "Id": 1657, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 4, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { + "Rank": 5, "Id": 1658, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 5, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { + "Rank": 6, "Id": 1659, "CommandName": "Set-PnPSiteTemplateMetadata", - "Rank": 6, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { + "Rank": 1, "Id": 1660, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 1, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { + "Rank": 2, "Id": 1661, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 2, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { + "Rank": 3, "Id": 1662, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 3, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { + "Rank": 4, "Id": 1663, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 4, "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { + "Rank": 5, "Id": 1664, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 5, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { + "Rank": 6, "Id": 1665, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 6, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { + "Rank": 7, "Id": 1666, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 7, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { + "Rank": 8, "Id": 1667, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 8, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { + "Rank": 9, "Id": 1668, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 9, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { + "Rank": 10, "Id": 1669, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 10, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { + "Rank": 11, "Id": 1670, "CommandName": "Set-PnPSiteVersionPolicy", - "Rank": 11, "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { + "Rank": 1, "Id": 1671, "CommandName": "Set-PnPStorageEntity", - "Rank": 1, "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { + "Rank": 2, "Id": 1672, "CommandName": "Set-PnPStorageEntity", - "Rank": 2, "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { + "Rank": 1, "Id": 1673, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { + "Rank": 2, "Id": 1674, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { + "Rank": 1, "Id": 1675, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { + "Rank": 2, "Id": 1676, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { + "Rank": 1, "Id": 1677, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 1, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { + "Rank": 2, "Id": 1678, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 2, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { + "Rank": 3, "Id": 1679, "CommandName": "Set-PnPTaxonomyFieldValue", - "Rank": 3, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { + "Rank": 1, "Id": 1680, "CommandName": "Set-PnPTeamifyPromptHidden", - "Rank": 1, "Command": "Set-PnPTeamifyPromptHidden" }, { + "Rank": 1, "Id": 1681, "CommandName": "Set-PnPTeamsChannel", - "Rank": 1, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { + "Rank": 2, "Id": 1682, "CommandName": "Set-PnPTeamsChannel", - "Rank": 2, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { + "Rank": 1, "Id": 1683, "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 1, "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { + "Rank": 2, "Id": 1684, "CommandName": "Set-PnpTeamsChannelUser", - "Rank": 2, "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { + "Rank": 1, "Id": 1685, "CommandName": "Set-PnPTeamsTab", - "Rank": 1, "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { + "Rank": 1, "Id": 1686, "CommandName": "Set-PnPTeamsTag", - "Rank": 1, "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { + "Rank": 1, "Id": 1687, "CommandName": "Set-PnPTeamsTeam", - "Rank": 1, "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { + "Rank": 2, "Id": 1688, "CommandName": "Set-PnPTeamsTeam", - "Rank": 2, "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { + "Rank": 3, "Id": 1689, "CommandName": "Set-PnPTeamsTeam", - "Rank": 3, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { + "Rank": 4, "Id": 1690, "CommandName": "Set-PnPTeamsTeam", - "Rank": 4, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { + "Rank": 1, "Id": 1691, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 1, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { + "Rank": 2, "Id": 1692, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 2, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { + "Rank": 3, "Id": 1693, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Rank": 3, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { + "Rank": 1, "Id": 1694, "CommandName": "Set-PnPTeamsTeamPicture", - "Rank": 1, "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { + "Rank": 1, "Id": 1695, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 1, "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { + "Rank": 2, "Id": 1696, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Rank": 2, "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { + "Rank": 1, "Id": 1697, "CommandName": "Set-PnPTenant", - "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { + "Rank": 2, "Id": 1698, "CommandName": "Set-PnPTenant", - "Rank": 2, "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { + "Rank": 3, "Id": 1699, "CommandName": "Set-PnPTenant", - "Rank": 3, "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { + "Rank": 4, "Id": 1700, "CommandName": "Set-PnPTenant", - "Rank": 4, "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { + "Rank": 5, "Id": 1701, "CommandName": "Set-PnPTenant", - "Rank": 5, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { + "Rank": 6, "Id": 1702, "CommandName": "Set-PnPTenant", - "Rank": 6, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { + "Rank": 1, "Id": 1703, "CommandName": "Set-PnPTenantAppCatalogUrl", - "Rank": 1, "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { + "Rank": 1, "Id": 1704, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 1, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { + "Rank": 2, "Id": 1705, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 2, "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { + "Rank": 3, "Id": 1706, "CommandName": "Set-PnPTenantCdnEnabled", - "Rank": 3, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { + "Rank": 1, "Id": 1707, "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 1, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { + "Rank": 2, "Id": 1708, "CommandName": "Set-PnPTenantCdnPolicy", - "Rank": 2, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { + "Rank": 1, "Id": 1709, "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 1, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { + "Rank": 2, "Id": 1710, "CommandName": "Set-PnPTenantPronounsSetting", - "Rank": 2, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { + "Rank": 1, "Id": 1711, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 1, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { + "Rank": 2, "Id": 1712, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Rank": 2, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { + "Rank": 1, "Id": 1713, "CommandName": "Set-PnPTenantSite", - "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { + "Rank": 2, "Id": 1714, "CommandName": "Set-PnPTenantSite", - "Rank": 2, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { + "Rank": 3, "Id": 1715, "CommandName": "Set-PnPTenantSite", - "Rank": 3, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { + "Rank": 4, "Id": 1716, "CommandName": "Set-PnPTenantSite", - "Rank": 4, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { + "Rank": 5, "Id": 1717, "CommandName": "Set-PnPTenantSite", - "Rank": 5, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { + "Rank": 1, "Id": 1718, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 1, "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { + "Rank": 2, "Id": 1719, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Rank": 2, "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { + "Rank": 1, "Id": 1720, "CommandName": "Set-PnPTerm", - "Rank": 1, "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { + "Rank": 2, "Id": 1721, "CommandName": "Set-PnPTerm", - "Rank": 2, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { + "Rank": 3, "Id": 1722, "CommandName": "Set-PnPTerm", - "Rank": 3, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { + "Rank": 4, "Id": 1723, "CommandName": "Set-PnPTerm", - "Rank": 4, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { + "Rank": 1, "Id": 1724, "CommandName": "Set-PnPTermGroup", - "Rank": 1, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { + "Rank": 2, "Id": 1725, "CommandName": "Set-PnPTermGroup", - "Rank": 2, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { + "Rank": 1, "Id": 1726, "CommandName": "Set-PnPTermSet", - "Rank": 1, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { + "Rank": 2, "Id": 1727, "CommandName": "Set-PnPTermSet", - "Rank": 2, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { + "Rank": 3, "Id": 1728, "CommandName": "Set-PnPTermSet", - "Rank": 3, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { + "Rank": 1, "Id": 1729, "CommandName": "Set-PnPTheme", - "Rank": 1, "Command": "Set-PnPTheme" }, { + "Rank": 2, "Id": 1730, "CommandName": "Set-PnPTheme", - "Rank": 2, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { + "Rank": 3, "Id": 1731, "CommandName": "Set-PnPTheme", - "Rank": 3, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { + "Rank": 4, "Id": 1732, "CommandName": "Set-PnPTheme", - "Rank": 4, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { + "Rank": 1, "Id": 1733, "CommandName": "Set-PnPUserOneDriveQuota", - "Rank": 1, "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { + "Rank": 1, "Id": 1734, "CommandName": "Set-PnPUserProfilePhoto", - "Rank": 1, "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { + "Rank": 1, "Id": 1735, "CommandName": "Set-PnPUserProfileProperty", - "Rank": 1, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { + "Rank": 2, "Id": 1736, "CommandName": "Set-PnPUserProfileProperty", - "Rank": 2, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { + "Rank": 1, "Id": 1737, "CommandName": "Set-PnPView", - "Rank": 1, "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { + "Rank": 2, "Id": 1738, "CommandName": "Set-PnPView", - "Rank": 2, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { + "Rank": 3, "Id": 1739, "CommandName": "Set-PnPView", - "Rank": 3, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { + "Rank": 4, "Id": 1740, "CommandName": "Set-PnPView", - "Rank": 4, "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { + "Rank": 1, "Id": 1741, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 1, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { + "Rank": 2, "Id": 1742, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 2, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { + "Rank": 3, "Id": 1743, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 3, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { + "Rank": 4, "Id": 1744, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Rank": 4, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { + "Rank": 1, "Id": 1745, "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 1, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { + "Rank": 2, "Id": 1746, "CommandName": "Set-PnPVivaEngageCommunity", - "Rank": 2, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { + "Rank": 1, "Id": 1747, "CommandName": "Set-PnPWeb", - "Rank": 1, "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { + "Rank": 2, "Id": 1748, "CommandName": "Set-PnPWeb", - "Rank": 2, "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { + "Rank": 3, "Id": 1749, "CommandName": "Set-PnPWeb", - "Rank": 3, "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { + "Rank": 4, "Id": 1750, "CommandName": "Set-PnPWeb", - "Rank": 4, "Command": "Set-PnPWeb -NoCrawl:$true" }, { + "Rank": 1, "Id": 1751, "CommandName": "Set-PnPWebHeader", - "Rank": 1, "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { + "Rank": 2, "Id": 1752, "CommandName": "Set-PnPWebHeader", - "Rank": 2, "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { + "Rank": 3, "Id": 1753, "CommandName": "Set-PnPWebHeader", - "Rank": 3, "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { + "Rank": 1, "Id": 1754, "CommandName": "Set-PnPWebhookSubscription", - "Rank": 1, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { + "Rank": 2, "Id": 1755, "CommandName": "Set-PnPWebhookSubscription", - "Rank": 2, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { + "Rank": 1, "Id": 1756, "CommandName": "Set-PnPWebPartProperty", - "Rank": 1, "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { + "Rank": 1, "Id": 1757, "CommandName": "Set-PnPWebPermission", - "Rank": 1, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { + "Rank": 2, "Id": 1758, "CommandName": "Set-PnPWebPermission", - "Rank": 2, "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { + "Rank": 3, "Id": 1759, "CommandName": "Set-PnPWebPermission", - "Rank": 3, "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { + "Rank": 4, "Id": 1760, "CommandName": "Set-PnPWebPermission", - "Rank": 4, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { + "Rank": 1, "Id": 1761, "CommandName": "Set-PnPWebTheme", - "Rank": 1, "Command": "Set-PnPWebTheme -Theme MyTheme" }, { + "Rank": 2, "Id": 1762, "CommandName": "Set-PnPWebTheme", - "Rank": 2, "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { + "Rank": 1, "Id": 1763, "CommandName": "Set-PnPWikiPageContent", - "Rank": 1, "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { + "Rank": 1, "Id": 1764, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 1, "Command": "Start-PnPEnterpriseAppInsightsReport" }, { + "Rank": 2, "Id": 1765, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Rank": 2, "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { + "Rank": 1, "Id": 1766, "CommandName": "Start-PnPTraceLog", - "Rank": 1, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { + "Rank": 2, "Id": 1767, "CommandName": "Start-PnPTraceLog", - "Rank": 2, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { + "Rank": 3, "Id": 1768, "CommandName": "Start-PnPTraceLog", - "Rank": 3, "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { + "Rank": 4, "Id": 1769, "CommandName": "Start-PnPTraceLog", - "Rank": 4, "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { + "Rank": 1, "Id": 1770, "CommandName": "Stop-PnPFlowRun", - "Rank": 1, "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { + "Rank": 2, "Id": 1771, "CommandName": "Stop-PnPFlowRun", - "Rank": 2, "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { + "Rank": 1, "Id": 1772, "CommandName": "Stop-PnPTraceLog", - "Rank": 1, "Command": "Stop-PnPTraceLog" }, { + "Rank": 2, "Id": 1773, "CommandName": "Stop-PnPTraceLog", - "Rank": 2, "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { + "Rank": 1, "Id": 1774, "CommandName": "Submit-PnPSearchQuery", - "Rank": 1, "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { + "Rank": 2, "Id": 1775, "CommandName": "Submit-PnPSearchQuery", - "Rank": 2, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { + "Rank": 3, "Id": 1776, "CommandName": "Submit-PnPSearchQuery", - "Rank": 3, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { + "Rank": 4, "Id": 1777, "CommandName": "Submit-PnPSearchQuery", - "Rank": 4, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { + "Rank": 5, "Id": 1778, "CommandName": "Submit-PnPSearchQuery", - "Rank": 5, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { + "Rank": 6, "Id": 1779, "CommandName": "Submit-PnPSearchQuery", - "Rank": 6, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { + "Rank": 1, "Id": 1780, "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 1, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { + "Rank": 2, "Id": 1781, "CommandName": "Submit-PnPTeamsChannelMessage", - "Rank": 2, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { + "Rank": 1, "Id": 1782, "CommandName": "Sync-PnPAppToTeams", - "Rank": 1, "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 1, "Id": 1783, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 1, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { + "Rank": 2, "Id": 1784, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 2, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { + "Rank": 3, "Id": 1785, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Rank": 3, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { + "Rank": 1, "Id": 1786, "CommandName": "Test-PnPListItemIsRecord", - "Rank": 1, "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { + "Rank": 1, "Id": 1787, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Rank": 1, "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { + "Rank": 1, "Id": 1788, "CommandName": "Test-PnPSite", - "Rank": 1, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { + "Rank": 2, "Id": 1789, "CommandName": "Test-PnPSite", - "Rank": 2, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { + "Rank": 1, "Id": 1790, "CommandName": "Test-PnPTenantTemplate", - "Rank": 1, "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { + "Rank": 1, "Id": 1791, "CommandName": "Undo-PnPFileCheckedOut", - "Rank": 1, "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { + "Rank": 1, "Id": 1792, "CommandName": "Uninstall-PnPApp", - "Rank": 1, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "Id": 1793, "CommandName": "Uninstall-PnPApp", - "Rank": 2, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "Id": 1794, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Rank": 1, "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { + "Rank": 1, "Id": 1795, "CommandName": "Unpublish-PnPApp", - "Rank": 1, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "Id": 1796, "CommandName": "Unpublish-PnPApp", - "Rank": 2, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "Id": 1797, "CommandName": "Unpublish-PnPContentType", - "Rank": 1, "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { + "Rank": 1, "Id": 1798, "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 1, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { + "Rank": 2, "Id": 1799, "CommandName": "Unpublish-PnPSyntexModel", - "Rank": 2, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { + "Rank": 1, "Id": 1800, "CommandName": "Unregister-PnPHubSite", - "Rank": 1, "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { + "Rank": 1, "Id": 1801, "CommandName": "Update-PnPApp", - "Rank": 1, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { + "Rank": 2, "Id": 1802, "CommandName": "Update-PnPApp", - "Rank": 2, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { + "Rank": 1, "Id": 1803, "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 1, "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { + "Rank": 2, "Id": 1804, "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 2, "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { + "Rank": 3, "Id": 1805, "CommandName": "Update-PnPAvailableSiteClassification", - "Rank": 3, "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { + "Rank": 1, "Id": 1806, "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 1, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { + "Rank": 2, "Id": 1807, "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 2, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { + "Rank": 3, "Id": 1808, "CommandName": "Update-PnPSiteDesignFromWeb", - "Rank": 3, "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { + "Rank": 1, "Id": 1809, "CommandName": "Update-PnPTeamsApp", - "Rank": 1, "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { + "Rank": 1, "Id": 1810, "CommandName": "Update-PnPTeamsUser", - "Rank": 1, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { + "Rank": 2, "Id": 1811, "CommandName": "Update-PnPTeamsUser", - "Rank": 2, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { + "Rank": 3, "Id": 1812, "CommandName": "Update-PnPTeamsUser", - "Rank": 3, "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { + "Rank": 1, "Id": 1813, "CommandName": "Update-PnPTodoList", - "Rank": 1, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { + "Rank": 2, "Id": 1814, "CommandName": "Update-PnPTodoList", - "Rank": 2, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { + "Rank": 1, "Id": 1815, "CommandName": "Update-PnPUserType", - "Rank": 1, "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { + "Rank": 1, "Id": 1816, "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 1, "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { + "Rank": 2, "Id": 1817, "CommandName": "Use-PnPBrandCenterFontPackage", - "Rank": 2, "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { + "Rank": 1, "Id": 1818, "CommandName": "Write-PnPTraceLog", - "Rank": 1, "Command": "Write-PnPTraceLog \"Hello World\"" }, { + "Rank": 2, "Id": 1819, "CommandName": "Write-PnPTraceLog", - "Rank": 2, "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { + "Rank": 3, "Id": 1820, "CommandName": "Write-PnPTraceLog", - "Rank": 3, "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { + "Rank": 4, "Id": 1821, "CommandName": "Write-PnPTraceLog", - "Rank": 4, "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 5903fad4a..76c1ec1c5 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { "Message": "", - "Version": "3.1.121" + "Version": "3.1.122" } \ No newline at end of file diff --git a/version.txt b/version.txt index 8f8473fbd..51bf4eb01 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.121 \ No newline at end of file +3.1.122 \ No newline at end of file From eec973469ff253733b6fdc01f23756503220ba86 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 01:16:18 +0200 Subject: [PATCH 28/78] Add files via upload --- docker/linux-amd64.dockerfile | 18 ++++++++++++++++++ docker/linux-arm64.dockerfile | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 docker/linux-amd64.dockerfile create mode 100644 docker/linux-arm64.dockerfile diff --git a/docker/linux-amd64.dockerfile b/docker/linux-amd64.dockerfile new file mode 100644 index 000000000..11c2912ca --- /dev/null +++ b/docker/linux-amd64.dockerfile @@ -0,0 +1,18 @@ +# --platform linux/amd64 +FROM debian:bullseye-slim + +# Install dependencies +RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8 + +# Download and install PowerShell +RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-x64.tar.gz \ + && mkdir -p /opt/microsoft/powershell/7 \ + && tar -xvf powershell.tar.gz -C /opt/microsoft/powershell/7 \ + && rm powershell.tar.gz \ + && chmod +x /opt/microsoft/powershell/7/pwsh \ + && ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh + +# Install PnP.PowerShell module +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" + +ENTRYPOINT ["pwsh"] diff --git a/docker/linux-arm64.dockerfile b/docker/linux-arm64.dockerfile new file mode 100644 index 000000000..5fd1ea62c --- /dev/null +++ b/docker/linux-arm64.dockerfile @@ -0,0 +1,18 @@ +# --platform linux/arm64/v8 +FROM debian:bullseye-slim + +# Install dependencies +RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8 + +# Download and install PowerShell +RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-arm64.tar.gz \ + && mkdir -p /opt/microsoft/powershell/7 \ + && tar -xzf powershell.tar.gz -C /opt/microsoft/powershell/7 \ + && rm powershell.tar.gz \ + && chmod +x /opt/microsoft/powershell/7/pwsh \ + && ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh + +# Install PnP.PowerShell module +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" + +ENTRYPOINT ["pwsh"] From 536979e851412d7a7f17de59045d1de167e51f60 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 01:31:56 +0200 Subject: [PATCH 29/78] Update nightlyrelease.yml --- .github/workflows/nightlyrelease.yml | 42 ++++++++++------------------ 1 file changed, 15 insertions(+), 27 deletions(-) diff --git a/.github/workflows/nightlyrelease.yml b/.github/workflows/nightlyrelease.yml index 9f746b3ee..1c2d85846 100644 --- a/.github/workflows/nightlyrelease.yml +++ b/.github/workflows/nightlyrelease.yml @@ -13,7 +13,7 @@ jobs: runs-on: windows-latest steps: - - name: Setup .NET Core + - name: Setup .NET uses: actions/setup-dotnet@v4 with: dotnet-version: | @@ -43,6 +43,7 @@ jobs: publish-docker-windows-2022: runs-on: windows-2022 needs: [ build ] + if: false steps: - uses: actions/checkout@v4 - name: Build an image @@ -54,20 +55,6 @@ jobs: $VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022" - publish-docker-windows-2019: - runs-on: windows-2019 - needs: [ build ] - steps: - - uses: actions/checkout@v4 - - name: Build an image - run: | - $VERSION="$(cat ./version.txt)-nightly" - docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=lts-nanoserver-1809" --build-arg "INSTALL_USER=ContainerAdministrator" --build-arg "SKIP_PUBLISHER_CHECK=True" ./docker -f ./docker/pnppowershell.dockerFile --tag "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-1809"; - - name: Push the image - run: | - $VERSION="$(cat ./version.txt)-nightly" - docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-1809" publish-docker-arm32: runs-on: ubuntu-22.04 if: false @@ -83,7 +70,7 @@ jobs: VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32" - publish-docker-arm64: + publish-docker-linux-arm64: runs-on: ubuntu-24.04-arm needs: [ build ] steps: @@ -91,28 +78,29 @@ jobs: - name: Build an image run: | VERSION="$(cat ./version.txt)-nightly" - docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=azurelinux-3.0-arm64" --build-arg "INSTALL_USER=root" --build-arg "SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-azurelinux-3.0-arm64; + docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION + docker tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION ${{ secrets.DOCKER_ORG }}/powershell:nightly - name: Push the image run: | VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-azurelinux-3.0-arm64" - publish-docker-linux: + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION" + docker push "${{ secrets.DOCKER_ORG }}/powershell:nightly" + publish-docker-linux-amd64: runs-on: ubuntu-latest needs: [ build ] steps: - uses: actions/checkout@v4 - name: Build an image run: | - VERSION=$(cat ./version.txt)-nightly - docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=alpine-3.20" --build-arg "INSTALL_USER=root" --build-arg "SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-alpine-3.20; - - name: Tag the image + - name: Build an image run: | - VERSION=$(cat ./version.txt)-nightly - docker image tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-alpine-3.20 ${{ secrets.DOCKER_ORG }}/powershell:nightly + VERSION="$(cat ./version.txt)-nightly" + docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION + docker tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION ${{ secrets.DOCKER_ORG }}/powershell:nightly - name: Push the image run: | - VERSION=$(cat ./version.txt)-nightly + VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-alpine-3.20 - docker push ${{ secrets.DOCKER_ORG }}/powershell:nightly + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION" + docker push "${{ secrets.DOCKER_ORG }}/powershell:nightly" From a75d08c598dbc3b652ec931eaad97c7c6ddb761d Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 01:48:02 +0200 Subject: [PATCH 30/78] Update nightlyrelease.yml --- .github/workflows/nightlyrelease.yml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nightlyrelease.yml b/.github/workflows/nightlyrelease.yml index 1c2d85846..c5f83089a 100644 --- a/.github/workflows/nightlyrelease.yml +++ b/.github/workflows/nightlyrelease.yml @@ -78,14 +78,12 @@ jobs: - name: Build an image run: | VERSION="$(cat ./version.txt)-nightly" - docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION - docker tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION ${{ secrets.DOCKER_ORG }}/powershell:nightly + docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 - name: Push the image run: | VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION" - docker push "${{ secrets.DOCKER_ORG }}/powershell:nightly" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64" publish-docker-linux-amd64: runs-on: ubuntu-latest needs: [ build ] @@ -96,11 +94,21 @@ jobs: - name: Build an image run: | VERSION="$(cat ./version.txt)-nightly" - docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION + docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 docker tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION ${{ secrets.DOCKER_ORG }}/powershell:nightly - name: Push the image run: | VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION" - docker push "${{ secrets.DOCKER_ORG }}/powershell:nightly" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" + publish-docker-manifest: + runs-on: ubuntu-latest + needs: [ build ] + steps: + - uses: actions/checkout@v4 + - name: Publish manifest + run: | + docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly From ba640b6e40bb39b50ba7e5231a797e9cbccb9c9b Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Sun, 17 Aug 2025 23:50:06 +0000 Subject: [PATCH 31/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 7284 ++++++++--------- version.json | 4 +- version.txt | 2 +- 4 files changed, 3648 insertions(+), 3648 deletions(-) diff --git a/dependencies.json b/dependencies.json index 974916dd7..0b704abd1 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250817-030406", + "Updated": "20250817-234834", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": "b0ac7c523f7b858c80899c6a43310c62483e4e59", - "PnPCore": "84e0481b3d1c743616a2bea5e67bcb811a70fa52" + "PnPFramework": null, + "PnPCore": null } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 85970f36b..c0786fac4 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Rank": 1, "Id": 1, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -List \"Demo List\"" + "Command": "Add-PnPAlert -List \"Demo List\"", + "Rank": 1 }, { - "Rank": 2, "Id": 2, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", + "Rank": 2 }, { - "Rank": 3, "Id": 3, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Rank": 3 }, { - "Rank": 4, "Id": 4, "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", + "Rank": 4 }, { - "Rank": 1, "Id": 5, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg" + "Command": "Add-PnPApp -Path ./myapp.sppkg", + "Rank": 1 }, { - "Rank": 2, "Id": 6, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", + "Rank": 2 }, { - "Rank": 3, "Id": 7, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", + "Rank": 3 }, { - "Rank": 4, "Id": 8, "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", + "Rank": 4 }, { - "Rank": 1, "Id": 9, "CommandName": "Add-PnPApplicationCustomizer", - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", + "Rank": 1 }, { - "Rank": 1, "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", + "Rank": 1 }, { - "Rank": 2, "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", + "Rank": 2 }, { - "Rank": 1, "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 13, "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2 }, { - "Rank": 3, "Id": 14, "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Rank": 3 }, { - "Rank": 1, "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 16, "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2 }, { - "Rank": 3, "Id": 17, "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Rank": 3 }, { - "Rank": 1, "Id": 18, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", + "Rank": 1 }, { - "Rank": 2, "Id": 19, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", + "Rank": 2 }, { - "Rank": 1, "Id": 20, "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", + "Rank": 1 }, { - "Rank": 2, "Id": 21, "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", + "Rank": 2 }, { - "Rank": 1, "Id": 22, "CommandName": "Add-PnPBrandCenterFontPackage", - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", + "Rank": 1 }, { - "Rank": 1, "Id": 23, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", + "Rank": 1 }, { - "Rank": 2, "Id": 24, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", + "Rank": 2 }, { - "Rank": 3, "Id": 25, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", + "Rank": 3 }, { - "Rank": 4, "Id": 26, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\"" + "Command": "Add-PnPContentType -Name \"Project Item\"", + "Rank": 4 }, { - "Rank": 5, "Id": 27, "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", + "Rank": 5 }, { - "Rank": 1, "Id": 28, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", + "Rank": 1 }, { - "Rank": 2, "Id": 29, "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", + "Rank": 2 }, { - "Rank": 1, "Id": 30, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Rank": 1 }, { - "Rank": 2, "Id": 31, "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Rank": 2 }, { - "Rank": 1, "Id": 32, "CommandName": "Add-PnPContentTypeToList", - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", + "Rank": 1 }, { - "Rank": 1, "Id": 33, "CommandName": "Add-PnPCustomAction", - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Rank": 1 }, { - "Rank": 1, "Id": 34, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", + "Rank": 1 }, { - "Rank": 2, "Id": 35, "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", + "Rank": 2 }, { - "Rank": 1, "Id": 36, "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", + "Rank": 1 }, { - "Rank": 2, "Id": 37, "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", + "Rank": 2 }, { - "Rank": 1, "Id": 38, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", + "Rank": 1 }, { - "Rank": 2, "Id": 39, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", + "Rank": 2 }, { - "Rank": 3, "Id": 40, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", + "Rank": 3 }, { - "Rank": 4, "Id": 41, "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", + "Rank": 4 }, { - "Rank": 1, "Id": 42, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", + "Rank": 1 }, { - "Rank": 2, "Id": 43, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", + "Rank": 2 }, { - "Rank": 3, "Id": 44, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", + "Rank": 3 }, { - "Rank": 4, "Id": 45, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", + "Rank": 4 }, { - "Rank": 5, "Id": 46, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", + "Rank": 5 }, { - "Rank": 6, "Id": 47, "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", + "Rank": 6 }, { - "Rank": 1, "Id": 48, "CommandName": "Add-PnPFieldToContentType", - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Rank": 1 }, { - "Rank": 1, "Id": 49, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", + "Rank": 1 }, { - "Rank": 2, "Id": 50, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", + "Rank": 2 }, { - "Rank": 3, "Id": 51, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", + "Rank": 3 }, { - "Rank": 4, "Id": 52, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", + "Rank": 4 }, { - "Rank": 5, "Id": 53, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", + "Rank": 5 }, { - "Rank": 6, "Id": 54, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", + "Rank": 6 }, { - "Rank": 7, "Id": 55, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", + "Rank": 7 }, { - "Rank": 8, "Id": 56, "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", + "Rank": 8 }, { - "Rank": 1, "Id": 57, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 58, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", + "Rank": 2 }, { - "Rank": 3, "Id": 59, "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", + "Rank": 3 }, { - "Rank": 1, "Id": 60, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 61, "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", + "Rank": 2 }, { - "Rank": 1, "Id": 62, "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Rank": 1 }, { - "Rank": 2, "Id": 63, "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Rank": 2 }, { - "Rank": 1, "Id": 64, "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Rank": 1 }, { - "Rank": 2, "Id": 65, "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Rank": 2 }, { - "Rank": 3, "Id": 66, "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Rank": 3 }, { - "Rank": 1, "Id": 67, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", + "Rank": 1 }, { - "Rank": 2, "Id": 68, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", + "Rank": 2 }, { - "Rank": 3, "Id": 69, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", + "Rank": 3 }, { - "Rank": 4, "Id": 70, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", + "Rank": 4 }, { - "Rank": 5, "Id": 71, "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", + "Rank": 5 }, { - "Rank": 1, "Id": 72, "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 73, "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 74, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", + "Rank": 1 }, { - "Rank": 2, "Id": 75, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", + "Rank": 2 }, { - "Rank": 3, "Id": 76, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", + "Rank": 3 }, { - "Rank": 4, "Id": 77, "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", + "Rank": 4 }, { - "Rank": 1, "Id": 78, "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Rank": 1 }, { - "Rank": 2, "Id": 79, "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", + "Rank": 2 }, { - "Rank": 3, "Id": 80, "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", + "Rank": 3 }, { - "Rank": 1, "Id": 81, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1 }, { - "Rank": 2, "Id": 82, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", + "Rank": 2 }, { - "Rank": 3, "Id": 83, "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", + "Rank": 3 }, { - "Rank": 1, "Id": 84, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1 }, { - "Rank": 2, "Id": 85, "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", + "Rank": 2 }, { - "Rank": 1, "Id": 86, "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Rank": 1 }, { - "Rank": 2, "Id": 87, "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Rank": 2 }, { - "Rank": 3, "Id": 88, "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Rank": 3 }, { - "Rank": 1, "Id": 89, "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 90, "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 91, "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Rank": 1 }, { - "Rank": 2, "Id": 92, "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", + "Rank": 2 }, { - "Rank": 1, "Id": 93, "CommandName": "Add-PnPHomeSite", - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Rank": 1 }, { - "Rank": 1, "Id": 94, "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Rank": 1 }, { - "Rank": 1, "Id": 95, "CommandName": "Add-PnPHubSiteAssociation", - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", + "Rank": 1 }, { - "Rank": 1, "Id": 96, "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", + "Rank": 1 }, { - "Rank": 2, "Id": 97, "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", + "Rank": 2 }, { - "Rank": 3, "Id": 98, "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", + "Rank": 3 }, { - "Rank": 1, "Id": 99, "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", + "Rank": 1 }, { - "Rank": 2, "Id": 100, "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", + "Rank": 2 }, { - "Rank": 1, "Id": 101, "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", + "Rank": 1 }, { - "Rank": 2, "Id": 102, "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", + "Rank": 2 }, { - "Rank": 1, "Id": 103, "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", + "Rank": 1 }, { - "Rank": 2, "Id": 104, "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", + "Rank": 2 }, { - "Rank": 1, "Id": 105, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", + "Rank": 1 }, { - "Rank": 2, "Id": 106, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", + "Rank": 2 }, { - "Rank": 3, "Id": 107, "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", + "Rank": 3 }, { - "Rank": 1, "Id": 108, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 109, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 2 }, { - "Rank": 3, "Id": 110, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", + "Rank": 3 }, { - "Rank": 4, "Id": 111, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", + "Rank": 4 }, { - "Rank": 5, "Id": 112, "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", + "Rank": 5 }, { - "Rank": 1, "Id": 113, "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", + "Rank": 1 }, { - "Rank": 2, "Id": 114, "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", + "Rank": 2 }, { - "Rank": 3, "Id": 115, "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", + "Rank": 3 }, { - "Rank": 1, "Id": 116, "CommandName": "Add-PnPListItemComment", - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", + "Rank": 1 }, { - "Rank": 1, "Id": 117, "CommandName": "Add-PnPMasterPage", - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", + "Rank": 1 }, { - "Rank": 1, "Id": 118, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 119, "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2 }, { - "Rank": 1, "Id": 120, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 121, "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Rank": 2 }, { - "Rank": 1, "Id": 122, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", + "Rank": 1 }, { - "Rank": 2, "Id": 123, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", + "Rank": 2 }, { - "Rank": 3, "Id": 124, "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", + "Rank": 3 }, { - "Rank": 1, "Id": 125, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", + "Rank": 1 }, { - "Rank": 2, "Id": 126, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", + "Rank": 2 }, { - "Rank": 3, "Id": 127, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", + "Rank": 3 }, { - "Rank": 4, "Id": 128, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", + "Rank": 4 }, { - "Rank": 5, "Id": 129, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", + "Rank": 5 }, { - "Rank": 6, "Id": 130, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", + "Rank": 6 }, { - "Rank": 7, "Id": 131, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", + "Rank": 7 }, { - "Rank": 8, "Id": 132, "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", + "Rank": 8 }, { - "Rank": 1, "Id": 133, "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", + "Rank": 1 }, { - "Rank": 2, "Id": 134, "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Rank": 2 }, { - "Rank": 3, "Id": 135, "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", + "Rank": 3 }, { - "Rank": 1, "Id": 136, "CommandName": "Add-PnPOrgNewsSite", - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", + "Rank": 1 }, { - "Rank": 1, "Id": 137, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\"" + "Command": "Add-PnPPage -Name \"NewPage\"", + "Rank": 1 }, { - "Rank": 2, "Id": 138, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", + "Rank": 2 }, { - "Rank": 3, "Id": 139, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", + "Rank": 3 }, { - "Rank": 4, "Id": 140, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", + "Rank": 4 }, { - "Rank": 5, "Id": 141, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"Folder/NewPage\"" + "Command": "Add-PnPPage -Name \"Folder/NewPage\"", + "Rank": 5 }, { - "Rank": 6, "Id": 142, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", + "Rank": 6 }, { - "Rank": 7, "Id": 143, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", + "Rank": 7 }, { - "Rank": 8, "Id": 144, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate" + "Command": "Add-PnPPage -Name \"NewPage\" -Translate", + "Rank": 8 }, { - "Rank": 9, "Id": 145, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "Rank": 9 }, { - "Rank": 10, "Id": 146, "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Rank": 10 }, { - "Rank": 1, "Id": 147, "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", + "Rank": 1 }, { - "Rank": 2, "Id": 148, "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", + "Rank": 2 }, { - "Rank": 1, "Id": 149, "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", + "Rank": 1 }, { - "Rank": 2, "Id": 150, "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", + "Rank": 2 }, { - "Rank": 1, "Id": 151, "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", + "Rank": 1 }, { - "Rank": 2, "Id": 152, "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", + "Rank": 2 }, { - "Rank": 3, "Id": 153, "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", + "Rank": 3 }, { - "Rank": 1, "Id": 154, "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", + "Rank": 1 }, { - "Rank": 2, "Id": 155, "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", + "Rank": 2 }, { - "Rank": 3, "Id": 156, "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", + "Rank": 3 }, { - "Rank": 1, "Id": 157, "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", + "Rank": 1 }, { - "Rank": 2, "Id": 158, "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", + "Rank": 2 }, { - "Rank": 1, "Id": 159, "CommandName": "Add-PnPPlannerRoster", - "Command": "Add-PnPPlannerRoster" + "Command": "Add-PnPPlannerRoster", + "Rank": 1 }, { - "Rank": 1, "Id": 160, "CommandName": "Add-PnPPlannerRosterMember", - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 161, "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Rank": 1 }, { - "Rank": 2, "Id": 162, "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Rank": 2 }, { - "Rank": 3, "Id": 163, "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Rank": 3 }, { - "Rank": 1, "Id": 164, "CommandName": "Add-PnPPublishingImageRendition", - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Rank": 1 }, { - "Rank": 1, "Id": 165, "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", + "Rank": 1 }, { - "Rank": 2, "Id": 166, "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", + "Rank": 2 }, { - "Rank": 1, "Id": 167, "CommandName": "Add-PnPPublishingPageLayout", - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Rank": 1 }, { - "Rank": 1, "Id": 168, "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", + "Rank": 1 }, { - "Rank": 2, "Id": 169, "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", + "Rank": 2 }, { - "Rank": 3, "Id": 170, "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", + "Rank": 3 }, { - "Rank": 1, "Id": 171, "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 172, "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Rank": 2 }, { - "Rank": 3, "Id": 173, "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", + "Rank": 3 }, { - "Rank": 1, "Id": 174, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog" + "Command": "Add-PnPSiteCollectionAppCatalog", + "Rank": 1 }, { - "Rank": 2, "Id": 175, "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Rank": 2 }, { - "Rank": 1, "Id": 176, "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", + "Rank": 1 }, { - "Rank": 2, "Id": 177, "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", + "Rank": 2 }, { - "Rank": 3, "Id": 178, "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Rank": 3 }, { - "Rank": 1, "Id": 179, "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", + "Rank": 1 }, { - "Rank": 2, "Id": 180, "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Rank": 2 }, { - "Rank": 3, "Id": 181, "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", + "Rank": 3 }, { - "Rank": 1, "Id": 182, "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", + "Rank": 1 }, { - "Rank": 2, "Id": 183, "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Rank": 2 }, { - "Rank": 1, "Id": 184, "CommandName": "Add-PnPSiteScript", - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", + "Rank": 1 }, { - "Rank": 1, "Id": 185, "CommandName": "Add-PnPSiteScriptPackage", - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", + "Rank": 1 }, { - "Rank": 1, "Id": 186, "CommandName": "Add-PnPSiteTemplate", - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", + "Rank": 1 }, { - "Rank": 1, "Id": 187, "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", + "Rank": 1 }, { - "Rank": 2, "Id": 188, "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Rank": 2 }, { - "Rank": 3, "Id": 189, "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", + "Rank": 3 }, { - "Rank": 1, "Id": 190, "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", + "Rank": 1 }, { - "Rank": 2, "Id": 191, "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", + "Rank": 2 }, { - "Rank": 1, "Id": 192, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", + "Rank": 1 }, { - "Rank": 2, "Id": 193, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", + "Rank": 2 }, { - "Rank": 3, "Id": 194, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", + "Rank": 3 }, { - "Rank": 4, "Id": 195, "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", + "Rank": 4 }, { - "Rank": 1, "Id": 196, "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", + "Rank": 1 }, { - "Rank": 2, "Id": 197, "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", + "Rank": 2 }, { - "Rank": 1, "Id": 198, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", + "Rank": 1 }, { - "Rank": 2, "Id": 199, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", + "Rank": 2 }, { - "Rank": 3, "Id": 200, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", + "Rank": 3 }, { - "Rank": 4, "Id": 201, "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", + "Rank": 4 }, { - "Rank": 1, "Id": 202, "CommandName": "Add-PnPTeamsTeam", - "Command": "Add-PnPTeamsTeam" + "Command": "Add-PnPTeamsTeam", + "Rank": 1 }, { - "Rank": 1, "Id": 203, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Rank": 1 }, { - "Rank": 2, "Id": 204, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Rank": 2 }, { - "Rank": 3, "Id": 205, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", + "Rank": 3 }, { - "Rank": 4, "Id": 206, "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", + "Rank": 4 }, { - "Rank": 1, "Id": 207, "CommandName": "Add-PnPTenantCdnOrigin", - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Rank": 1 }, { - "Rank": 1, "Id": 208, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Rank": 1 }, { - "Rank": 2, "Id": 209, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Rank": 2 }, { - "Rank": 3, "Id": 210, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Rank": 3 }, { - "Rank": 1, "Id": 211, "CommandName": "Add-PnPTenantSequence", - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", + "Rank": 1 }, { - "Rank": 1, "Id": 212, "CommandName": "Add-PnPTenantSequenceSite", - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", + "Rank": 1 }, { - "Rank": 1, "Id": 213, "CommandName": "Add-PnPTenantSequenceSubSite", - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", + "Rank": 1 }, { - "Rank": 1, "Id": 214, "CommandName": "Add-PnPTermToTerm", - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", + "Rank": 1 }, { - "Rank": 1, "Id": 215, "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", + "Rank": 1 }, { - "Rank": 2, "Id": 216, "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", + "Rank": 2 }, { - "Rank": 3, "Id": 217, "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", + "Rank": 3 }, { - "Rank": 1, "Id": 218, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Rank": 1 }, { - "Rank": 2, "Id": 219, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Rank": 2 }, { - "Rank": 3, "Id": 220, "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Rank": 3 }, { - "Rank": 1, "Id": 221, "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Rank": 1 }, { - "Rank": 2, "Id": 222, "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Rank": 2 }, { - "Rank": 3, "Id": 223, "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", + "Rank": 3 }, { - "Rank": 1, "Id": 224, "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", + "Rank": 1 }, { - "Rank": 2, "Id": 225, "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", + "Rank": 2 }, { - "Rank": 1, "Id": 226, "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", + "Rank": 1 }, { - "Rank": 2, "Id": 227, "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", + "Rank": 2 }, { - "Rank": 1, "Id": 228, "CommandName": "Add-PnPWikiPage", - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", + "Rank": 1 }, { - "Rank": 1, "Id": 229, "CommandName": "Clear-PnPAzureADGroupMember", - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", + "Rank": 1 }, { - "Rank": 1, "Id": 230, "CommandName": "Clear-PnPAzureADGroupOwner", - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", + "Rank": 1 }, { - "Rank": 1, "Id": 231, "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", + "Rank": 1 }, { - "Rank": 2, "Id": 232, "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", + "Rank": 2 }, { - "Rank": 1, "Id": 233, "CommandName": "Clear-PnPListItemAsRecord", - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Rank": 1 }, { - "Rank": 1, "Id": 234, "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", + "Rank": 1 }, { - "Rank": 1, "Id": 235, "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", + "Rank": 1 }, { - "Rank": 1, "Id": 236, "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Rank": 1 }, { - "Rank": 2, "Id": 237, "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", + "Rank": 2 }, { - "Rank": 3, "Id": 238, "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", + "Rank": 3 }, { - "Rank": 1, "Id": 239, "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Command": "Clear-PnPTenantAppCatalogUrl" + "Command": "Clear-PnPTenantAppCatalogUrl", + "Rank": 1 }, { - "Rank": 1, "Id": 240, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1 }, { - "Rank": 2, "Id": 241, "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Rank": 2 }, { - "Rank": 1, "Id": 242, "CommandName": "Clear-PnPTraceLog", - "Command": "Clear-PnPTraceLog" + "Command": "Clear-PnPTraceLog", + "Rank": 1 }, { - "Rank": 1, "Id": 243, "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 244, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", + "Rank": 1 }, { - "Rank": 2, "Id": 245, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", + "Rank": 2 }, { - "Rank": 3, "Id": 246, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", + "Rank": 3 }, { - "Rank": 4, "Id": 247, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", + "Rank": 4 }, { - "Rank": 5, "Id": 248, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", + "Rank": 5 }, { - "Rank": 6, "Id": 249, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", + "Rank": 6 }, { - "Rank": 7, "Id": 250, "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", + "Rank": 7 }, { - "Rank": 1, "Id": 251, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", + "Rank": 1 }, { - "Rank": 2, "Id": 252, "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", + "Rank": 2 }, { - "Rank": 1, "Id": 253, "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml" + "Command": "Convert-PnPSiteTemplate -Path template.xml", + "Rank": 1 }, { - "Rank": 2, "Id": 254, "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", + "Rank": 2 }, { - "Rank": 3, "Id": 255, "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", + "Rank": 3 }, { - "Rank": 1, "Id": 256, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", + "Rank": 1 }, { - "Rank": 2, "Id": 257, "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", + "Rank": 2 }, { - "Rank": 1, "Id": 258, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", + "Rank": 1 }, { - "Rank": 2, "Id": 259, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", + "Rank": 2 }, { - "Rank": 3, "Id": 260, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", + "Rank": 3 }, { - "Rank": 4, "Id": 261, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", + "Rank": 4 }, { - "Rank": 5, "Id": 262, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 5 }, { - "Rank": 6, "Id": 263, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", + "Rank": 6 }, { - "Rank": 7, "Id": 264, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", + "Rank": 7 }, { - "Rank": 8, "Id": 265, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", + "Rank": 8 }, { - "Rank": 9, "Id": 266, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 9 }, { - "Rank": 10, "Id": 267, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", + "Rank": 10 }, { - "Rank": 11, "Id": 268, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", + "Rank": 11 }, { - "Rank": 12, "Id": 269, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 12 }, { - "Rank": 13, "Id": 270, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Rank": 13 }, { - "Rank": 14, "Id": 271, "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", + "Rank": 14 }, { - "Rank": 1, "Id": 272, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 1 }, { - "Rank": 2, "Id": 273, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Rank": 2 }, { - "Rank": 3, "Id": 274, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Rank": 3 }, { - "Rank": 4, "Id": 275, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 4 }, { - "Rank": 5, "Id": 276, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Rank": 5 }, { - "Rank": 6, "Id": 277, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Rank": 6 }, { - "Rank": 7, "Id": 278, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Rank": 7 }, { - "Rank": 8, "Id": 279, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 8 }, { - "Rank": 9, "Id": 280, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Rank": 9 }, { - "Rank": 10, "Id": 281, "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Rank": 10 }, { - "Rank": 1, "Id": 282, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 1 }, { - "Rank": 2, "Id": 283, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Rank": 2 }, { - "Rank": 3, "Id": 284, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Rank": 3 }, { - "Rank": 4, "Id": 285, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 4 }, { - "Rank": 5, "Id": 286, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Rank": 5 }, { - "Rank": 6, "Id": 287, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Rank": 6 }, { - "Rank": 7, "Id": 288, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Rank": 7 }, { - "Rank": 8, "Id": 289, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Rank": 8 }, { - "Rank": 9, "Id": 290, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Rank": 9 }, { - "Rank": 10, "Id": 291, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Rank": 10 }, { - "Rank": 11, "Id": 292, "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", + "Rank": 11 }, { - "Rank": 1, "Id": 293, "CommandName": "Copy-PnPItemProxy", - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", + "Rank": 1 }, { - "Rank": 1, "Id": 294, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", + "Rank": 1 }, { - "Rank": 2, "Id": 295, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", + "Rank": 2 }, { - "Rank": 3, "Id": 296, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", + "Rank": 3 }, { - "Rank": 4, "Id": 297, "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", + "Rank": 4 }, { - "Rank": 1, "Id": 298, "CommandName": "Copy-PnPPage", - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Rank": 1 }, { - "Rank": 1, "Id": 299, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", + "Rank": 1 }, { - "Rank": 2, "Id": 300, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", + "Rank": 2 }, { - "Rank": 3, "Id": 301, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Rank": 3 }, { - "Rank": 4, "Id": 302, "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Rank": 4 }, { - "Rank": 1, "Id": 303, "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 2, "Id": 304, "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Rank": 2 }, { - "Rank": 3, "Id": 305, "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Rank": 3 }, { - "Rank": 1, "Id": 306, "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1 }, { - "Rank": 2, "Id": 307, "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2 }, { - "Rank": 1, "Id": 308, "CommandName": "Disable-PnPPageScheduling", - "Command": "Disable-PnPPageScheduling" + "Command": "Disable-PnPPageScheduling", + "Rank": 1 }, { - "Rank": 1, "Id": 309, "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry" + "Command": "Disable-PnPPowerShellTelemetry", + "Rank": 1 }, { - "Rank": 2, "Id": 310, "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry -Force" + "Command": "Disable-PnPPowerShellTelemetry -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 311, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Command": "Disable-PnPSharingForNonOwnersOfSite" + "Command": "Disable-PnPSharingForNonOwnersOfSite", + "Rank": 1 }, { - "Rank": 1, "Id": 312, "CommandName": "Disable-PnPSiteClassification", - "Command": "Disable-PnPSiteClassification" + "Command": "Disable-PnPSiteClassification", + "Rank": 1 }, { - "Rank": 1, "Id": 313, "CommandName": "Disconnect-PnPOnline", - "Command": "Disconnect-PnPOnline" + "Command": "Disconnect-PnPOnline", + "Rank": 1 }, { - "Rank": 1, "Id": 314, "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite" + "Command": "Enable-PnPCommSite", + "Rank": 1 }, { - "Rank": 2, "Id": 315, "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", + "Rank": 2 }, { - "Rank": 1, "Id": 316, "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 2, "Id": 317, "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Rank": 2 }, { - "Rank": 3, "Id": 318, "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Rank": 3 }, { - "Rank": 1, "Id": 319, "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1 }, { - "Rank": 2, "Id": 320, "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2 }, { - "Rank": 1, "Id": 321, "CommandName": "Enable-PnPPageScheduling", - "Command": "Enable-PnPPageScheduling" + "Command": "Enable-PnPPageScheduling", + "Rank": 1 }, { - "Rank": 1, "Id": 322, "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry" + "Command": "Enable-PnPPowerShellTelemetry", + "Rank": 1 }, { - "Rank": 2, "Id": 323, "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry -Force" + "Command": "Enable-PnPPowerShellTelemetry -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 324, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", + "Rank": 1 }, { - "Rank": 2, "Id": 325, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", + "Rank": 2 }, { - "Rank": 3, "Id": 326, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", + "Rank": 3 }, { - "Rank": 4, "Id": 327, "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", + "Rank": 4 }, { - "Rank": 1, "Id": 328, "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", + "Rank": 1 }, { - "Rank": 2, "Id": 329, "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Rank": 2 }, { - "Rank": 1, "Id": 330, "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1 }, { - "Rank": 2, "Id": 331, "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2 }, { - "Rank": 1, "Id": 332, "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", + "Rank": 1 }, { - "Rank": 2, "Id": 333, "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", + "Rank": 2 }, { - "Rank": 1, "Id": 334, "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity Home.aspx" + "Command": "Export-PnPPage -Identity Home.aspx", + "Rank": 1 }, { - "Rank": 2, "Id": 335, "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", + "Rank": 2 }, { - "Rank": 1, "Id": 336, "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", + "Rank": 1 }, { - "Rank": 2, "Id": 337, "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", + "Rank": 2 }, { - "Rank": 3, "Id": 338, "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", + "Rank": 3 }, { - "Rank": 1, "Id": 339, "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", + "Rank": 1 }, { - "Rank": 2, "Id": 340, "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", + "Rank": 2 }, { - "Rank": 1, "Id": 341, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy" + "Command": "Export-PnPTaxonomy", + "Rank": 1 }, { - "Rank": 2, "Id": 342, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt" + "Command": "Export-PnPTaxonomy -Path c:\\output.txt", + "Rank": 2 }, { - "Rank": 3, "Id": 343, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", + "Rank": 3 }, { - "Rank": 4, "Id": 344, "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", + "Rank": 4 }, { - "Rank": 1, "Id": 345, "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml" + "Command": "Export-PnPTermGroupToXml", + "Rank": 1 }, { - "Rank": 2, "Id": 346, "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out output.xml" + "Command": "Export-PnPTermGroupToXml -Out output.xml", + "Rank": 2 }, { - "Rank": 3, "Id": 347, "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", + "Rank": 3 }, { - "Rank": 1, "Id": 348, "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Rank": 1 }, { - "Rank": 2, "Id": 349, "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", + "Rank": 2 }, { - "Rank": 1, "Id": 350, "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com" + "Command": "Export-PnPUserProfile -LoginName user@domain.com", + "Rank": 1 }, { - "Rank": 2, "Id": 351, "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", + "Rank": 2 }, { - "Rank": 1, "Id": 352, "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Match *.master" + "Command": "Find-PnPFile -Match *.master", + "Rank": 1 }, { - "Rank": 2, "Id": 353, "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", + "Rank": 2 }, { - "Rank": 3, "Id": 354, "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", + "Rank": 3 }, { - "Rank": 1, "Id": 355, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken" + "Command": "Get-PnPAccessToken", + "Rank": 1 }, { - "Rank": 2, "Id": 356, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -Decoded" + "Command": "Get-PnPAccessToken -Decoded", + "Rank": 2 }, { - "Rank": 3, "Id": 357, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", + "Rank": 3 }, { - "Rank": 4, "Id": 358, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName ARM" + "Command": "Get-PnPAccessToken -ResourceTypeName ARM", + "Rank": 4 }, { - "Rank": 5, "Id": 359, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", + "Rank": 5 }, { - "Rank": 6, "Id": 360, "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ListPermissionScopes" + "Command": "Get-PnPAccessToken -ListPermissionScopes", + "Rank": 6 }, { - "Rank": 1, "Id": 361, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert" + "Command": "Get-PnPAlert", + "Rank": 1 }, { - "Rank": 2, "Id": 362, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\"" + "Command": "Get-PnPAlert -List \"Demo List\"", + "Rank": 2 }, { - "Rank": 3, "Id": 363, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Rank": 3 }, { - "Rank": 4, "Id": 364, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -Title \"Demo Alert\"" + "Command": "Get-PnPAlert -Title \"Demo Alert\"", + "Rank": 4 }, { - "Rank": 5, "Id": 365, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -AllUsers" + "Command": "Get-PnPAlert -AllUsers", + "Rank": 5 }, { - "Rank": 6, "Id": 366, "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", + "Rank": 6 }, { - "Rank": 1, "Id": 367, "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp" + "Command": "Get-PnPApp", + "Rank": 1 }, { - "Rank": 2, "Id": 368, "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Scope Site" + "Command": "Get-PnPApp -Scope Site", + "Rank": 2 }, { - "Rank": 3, "Id": 369, "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Rank": 3 }, { - "Rank": 1, "Id": 370, "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", + "Rank": 1 }, { - "Rank": 2, "Id": 371, "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", + "Rank": 2 }, { - "Rank": 1, "Id": 372, "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \"Excel Service\"" + "Command": "Get-PnPAppInfo -Name \"Excel Service\"", + "Rank": 1 }, { - "Rank": 2, "Id": 373, "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Rank": 2 }, { - "Rank": 3, "Id": 374, "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", + "Rank": 3 }, { - "Rank": 1, "Id": 375, "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer" + "Command": "Get-PnPApplicationCustomizer", + "Rank": 1 }, { - "Rank": 2, "Id": 376, "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 2 }, { - "Rank": 3, "Id": 377, "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", + "Rank": 3 }, { - "Rank": 1, "Id": 378, "CommandName": "Get-PnPAuditing", - "Command": "Get-PnPAuditing" + "Command": "Get-PnPAuditing", + "Rank": 1 }, { - "Rank": 1, "Id": 379, "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm" + "Command": "Get-PnPAuthenticationRealm", + "Rank": 1 }, { - "Rank": 2, "Id": 380, "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 381, "CommandName": "Get-PnPAvailableLanguage", - "Command": "Get-PnPAvailableLanguage" + "Command": "Get-PnPAvailableLanguage", + "Rank": 1 }, { - "Rank": 1, "Id": 382, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel" + "Command": "Get-PnPAvailableSensitivityLabel", + "Rank": 1 }, { - "Rank": 2, "Id": 383, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", + "Rank": 2 }, { - "Rank": 3, "Id": 384, "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", + "Rank": 3 }, { - "Rank": 1, "Id": 385, "CommandName": "Get-PnPAvailableSiteClassification", - "Command": "Get-PnPAvailableSiteClassification" + "Command": "Get-PnPAvailableSiteClassification", + "Rank": 1 }, { - "Rank": 1, "Id": 386, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal" + "Command": "Get-PnPAzureACSPrincipal", + "Rank": 1 }, { - "Rank": 2, "Id": 387, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", + "Rank": 2 }, { - "Rank": 3, "Id": 388, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", + "Rank": 3 }, { - "Rank": 4, "Id": 389, "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", + "Rank": 4 }, { - "Rank": 1, "Id": 390, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit" + "Command": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 1 }, { - "Rank": 2, "Id": 391, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", + "Rank": 2 }, { - "Rank": 3, "Id": 392, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", + "Rank": 3 }, { - "Rank": 1, "Id": 393, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn" + "Command": "Get-PnPAzureADActivityReportSignIn", + "Rank": 1 }, { - "Rank": 2, "Id": 394, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", + "Rank": 2 }, { - "Rank": 3, "Id": 395, "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", + "Rank": 3 }, { - "Rank": 1, "Id": 396, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp" + "Command": "Get-PnPAzureADApp", + "Rank": 1 }, { - "Rank": 2, "Id": 397, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity MyApp" + "Command": "Get-PnPAzureADApp -Identity MyApp", + "Rank": 2 }, { - "Rank": 3, "Id": 398, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Rank": 3 }, { - "Rank": 4, "Id": 399, "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", + "Rank": 4 }, { - "Rank": 1, "Id": 400, "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission" + "Command": "Get-PnPAzureADAppPermission", + "Rank": 1 }, { - "Rank": 2, "Id": 401, "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity MyApp" + "Command": "Get-PnPAzureADAppPermission -Identity MyApp", + "Rank": 2 }, { - "Rank": 3, "Id": 402, "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Rank": 3 }, { - "Rank": 1, "Id": 403, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission" + "Command": "Get-PnPAzureADAppSitePermission", + "Rank": 1 }, { - "Rank": 2, "Id": 404, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", + "Rank": 2 }, { - "Rank": 3, "Id": 405, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", + "Rank": 3 }, { - "Rank": 4, "Id": 406, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", + "Rank": 4 }, { - "Rank": 5, "Id": 407, "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", + "Rank": 5 }, { - "Rank": 1, "Id": 408, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup" + "Command": "Get-PnPAzureADGroup", + "Rank": 1 }, { - "Rank": 2, "Id": 409, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupId" + "Command": "Get-PnPAzureADGroup -Identity $groupId", + "Rank": 2 }, { - "Rank": 3, "Id": 410, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", + "Rank": 3 }, { - "Rank": 4, "Id": 411, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", + "Rank": 4 }, { - "Rank": 5, "Id": 412, "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $group" + "Command": "Get-PnPAzureADGroup -Identity $group", + "Rank": 5 }, { - "Rank": 1, "Id": 413, "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $groupId" + "Command": "Get-PnPAzureADGroupMember -Identity $groupId", + "Rank": 1 }, { - "Rank": 2, "Id": 414, "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group" + "Command": "Get-PnPAzureADGroupMember -Identity $group", + "Rank": 2 }, { - "Rank": 3, "Id": 415, "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", + "Rank": 3 }, { - "Rank": 1, "Id": 416, "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", + "Rank": 1 }, { - "Rank": 2, "Id": 417, "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $group" + "Command": "Get-PnPAzureADGroupOwner -Identity $group", + "Rank": 2 }, { - "Rank": 1, "Id": 418, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal" + "Command": "Get-PnPAzureADServicePrincipal", + "Rank": 1 }, { - "Rank": 2, "Id": 419, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", + "Rank": 2 }, { - "Rank": 3, "Id": 420, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", + "Rank": 3 }, { - "Rank": 4, "Id": 421, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", + "Rank": 4 }, { - "Rank": 5, "Id": 422, "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", + "Rank": 5 }, { - "Rank": 1, "Id": 423, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Rank": 1 }, { - "Rank": 2, "Id": 424, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Rank": 2 }, { - "Rank": 1, "Id": 425, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Rank": 1 }, { - "Rank": 2, "Id": 426, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", + "Rank": 2 }, { - "Rank": 1, "Id": 427, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser" + "Command": "Get-PnPAzureADUser", + "Rank": 1 }, { - "Rank": 2, "Id": 428, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -EndIndex 50" + "Command": "Get-PnPAzureADUser -EndIndex 50", + "Rank": 2 }, { - "Rank": 3, "Id": 429, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Rank": 3 }, { - "Rank": 4, "Id": 430, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com" + "Command": "Get-PnPAzureADUser -Identity john@contoso.com", + "Rank": 4 }, { - "Rank": 5, "Id": 431, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", + "Rank": 5 }, { - "Rank": 6, "Id": 432, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", + "Rank": 6 }, { - "Rank": 7, "Id": 433, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", + "Rank": 7 }, { - "Rank": 8, "Id": 434, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta" + "Command": "Get-PnPAzureADUser -Delta", + "Rank": 8 }, { - "Rank": 9, "Id": 435, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", + "Rank": 9 }, { - "Rank": 10, "Id": 436, "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", + "Rank": 10 }, { - "Rank": 1, "Id": 437, "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 438, "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Rank": 2 }, { - "Rank": 3, "Id": 439, "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", + "Rank": 3 }, { - "Rank": 1, "Id": 440, "CommandName": "Get-PnPBrandCenterConfig", - "Command": "Get-PnPBrandCenterConfig" + "Command": "Get-PnPBrandCenterConfig", + "Rank": 1 }, { - "Rank": 1, "Id": 441, "CommandName": "Get-PnPBrandCenterFont", - "Command": "Get-PnPBrandCenterFont" + "Command": "Get-PnPBrandCenterFont", + "Rank": 1 }, { - "Rank": 1, "Id": 442, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage" + "Command": "Get-PnPBrandCenterFontPackage", + "Rank": 1 }, { - "Rank": 2, "Id": 443, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Store Site" + "Command": "Get-PnPBrandCenterFontPackage -Store Site", + "Rank": 2 }, { - "Rank": 3, "Id": 444, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", + "Rank": 3 }, { - "Rank": 4, "Id": 445, "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Rank": 4 }, { - "Rank": 1, "Id": 446, "CommandName": "Get-PnPBrowserIdleSignout", - "Command": "Get-PnPBrowserIdleSignout" + "Command": "Get-PnPBrowserIdleSignout", + "Rank": 1 }, { - "Rank": 1, "Id": 447, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", + "Rank": 1 }, { - "Rank": 2, "Id": 448, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility" + "Command": "Get-PnPBuiltInDesignPackageVisibility", + "Rank": 2 }, { - "Rank": 1, "Id": 449, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings" + "Command": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 1 }, { - "Rank": 2, "Id": 450, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", + "Rank": 2 }, { - "Rank": 3, "Id": 451, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", + "Rank": 3 }, { - "Rank": 4, "Id": 452, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", + "Rank": 4 }, { - "Rank": 5, "Id": 453, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", + "Rank": 5 }, { - "Rank": 1, "Id": 454, "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog" + "Command": "Get-PnPChangeLog", + "Rank": 1 }, { - "Rank": 2, "Id": 455, "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Nightly" + "Command": "Get-PnPChangeLog -Nightly", + "Rank": 2 }, { - "Rank": 3, "Id": 456, "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Version 2.12.0" + "Command": "Get-PnPChangeLog -Version 2.12.0", + "Rank": 3 }, { - "Rank": 1, "Id": 457, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", + "Rank": 1 }, { - "Rank": 2, "Id": 458, "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", + "Rank": 2 }, { - "Rank": 1, "Id": 459, "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", + "Rank": 1 }, { - "Rank": 2, "Id": 460, "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 2 }, { - "Rank": 3, "Id": 461, "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Rank": 3 }, { - "Rank": 1, "Id": 462, "CommandName": "Get-PnPContainerType", - "Command": "Get-PnPContainerType" + "Command": "Get-PnPContainerType", + "Rank": 1 }, { - "Rank": 1, "Id": 463, "CommandName": "Get-PnPContainerTypeConfiguration", - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", + "Rank": 1 }, { - "Rank": 1, "Id": 464, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType" + "Command": "Get-PnPContentType", + "Rank": 1 }, { - "Rank": 2, "Id": 465, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -InSiteHierarchy" + "Command": "Get-PnPContentType -InSiteHierarchy", + "Rank": 2 }, { - "Rank": 3, "Id": 466, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Identity \"Project Document\"" + "Command": "Get-PnPContentType -Identity \"Project Document\"", + "Rank": 3 }, { - "Rank": 4, "Id": 467, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -List \"Documents\"" + "Command": "Get-PnPContentType -List \"Documents\"", + "Rank": 4 }, { - "Rank": 5, "Id": 468, "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Includes \"SchemaXml\"" + "Command": "Get-PnPContentType -Includes \"SchemaXml\"", + "Rank": 5 }, { - "Rank": 1, "Id": 469, "CommandName": "Get-PnPContentTypePublishingStatus", - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", + "Rank": 1 }, { - "Rank": 1, "Id": 470, "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Command": "Get-PnPCopilotAdminLimitedMode" + "Command": "Get-PnPCopilotAdminLimitedMode", + "Rank": 1 }, { - "Rank": 1, "Id": 471, "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent" + "Command": "Get-PnPCopilotAgent", + "Rank": 1 }, { - "Rank": 2, "Id": 472, "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", + "Rank": 2 }, { - "Rank": 1, "Id": 473, "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction" + "Command": "Get-PnPCustomAction", + "Rank": 1 }, { - "Rank": 2, "Id": 474, "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 2 }, { - "Rank": 3, "Id": 475, "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Scope web" + "Command": "Get-PnPCustomAction -Scope web", + "Rank": 3 }, { - "Rank": 1, "Id": 476, "CommandName": "Get-PnPDeletedContainer", - "Command": "Get-PnPDeletedContainer" + "Command": "Get-PnPDeletedContainer", + "Rank": 1 }, { - "Rank": 1, "Id": 477, "CommandName": "Get-PnPDeletedFlow", - "Command": "Get-PnPDeletedFlow" + "Command": "Get-PnPDeletedFlow", + "Rank": 1 }, { - "Rank": 1, "Id": 478, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group" + "Command": "Get-PnPDeletedMicrosoft365Group", + "Rank": 1 }, { - "Rank": 2, "Id": 479, "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 2 }, { - "Rank": 1, "Id": 480, "CommandName": "Get-PnPDeletedTeam", - "Command": "Get-PnPDeletedTeam" + "Command": "Get-PnPDeletedTeam", + "Rank": 1 }, { - "Rank": 1, "Id": 481, "CommandName": "Get-PnPDiagnostics", - "Command": "Get-PnPDiagnostics" + "Command": "Get-PnPDiagnostics", + "Rank": 1 }, { - "Rank": 1, "Id": 482, "CommandName": "Get-PnPDisableSpacesActivation", - "Command": "Get-PnPDisableSpacesActivation" + "Command": "Get-PnPDisableSpacesActivation", + "Rank": 1 }, { - "Rank": 1, "Id": 483, "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", + "Rank": 1 }, { - "Rank": 2, "Id": 484, "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", + "Rank": 2 }, { - "Rank": 1, "Id": 485, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport" + "Command": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 1 }, { - "Rank": 2, "Id": 486, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", + "Rank": 2 }, { - "Rank": 3, "Id": 487, "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", + "Rank": 3 }, { - "Rank": 1, "Id": 488, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver" + "Command": "Get-PnPEventReceiver", + "Rank": 1 }, { - "Rank": 2, "Id": 489, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 2 }, { - "Rank": 3, "Id": 490, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity MyReceiver" + "Command": "Get-PnPEventReceiver -Identity MyReceiver", + "Rank": 3 }, { - "Rank": 4, "Id": 491, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\"" + "Command": "Get-PnPEventReceiver -List \"ProjectList\"", + "Rank": 4 }, { - "Rank": 5, "Id": 492, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 5 }, { - "Rank": 6, "Id": 493, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", + "Rank": 6 }, { - "Rank": 7, "Id": 494, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Site" + "Command": "Get-PnPEventReceiver -Scope Site", + "Rank": 7 }, { - "Rank": 8, "Id": 495, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Web" + "Command": "Get-PnPEventReceiver -Scope Web", + "Rank": 8 }, { - "Rank": 9, "Id": 496, "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope All" + "Command": "Get-PnPEventReceiver -Scope All", + "Rank": 9 }, { - "Rank": 1, "Id": 497, "CommandName": "Get-PnPException", - "Command": "Get-PnPException" + "Command": "Get-PnPException", + "Rank": 1 }, { - "Rank": 2, "Id": 498, "CommandName": "Get-PnPException", - "Command": "Get-PnPException -All" + "Command": "Get-PnPException -All", + "Rank": 2 }, { - "Rank": 1, "Id": 499, "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", + "Rank": 1 }, { - "Rank": 2, "Id": 500, "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", + "Rank": 2 }, { - "Rank": 1, "Id": 501, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature" + "Command": "Get-PnPFeature", + "Rank": 1 }, { - "Rank": 2, "Id": 502, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Scope Site" + "Command": "Get-PnPFeature -Scope Site", + "Rank": 2 }, { - "Rank": 3, "Id": 503, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 3 }, { - "Rank": 4, "Id": 504, "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", + "Rank": 4 }, { - "Rank": 1, "Id": 505, "CommandName": "Get-PnPField", - "Command": "Get-PnPField" + "Command": "Get-PnPField", + "Rank": 1 }, { - "Rank": 2, "Id": 506, "CommandName": "Get-PnPField", - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Rank": 2 }, { - "Rank": 3, "Id": 507, "CommandName": "Get-PnPField", - "Command": "Get-PnPField -Group \"Custom Columns\"" + "Command": "Get-PnPField -Group \"Custom Columns\"", + "Rank": 3 }, { - "Rank": 1, "Id": 508, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 509, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", + "Rank": 2 }, { - "Rank": 3, "Id": 510, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", + "Rank": 3 }, { - "Rank": 4, "Id": 511, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", + "Rank": 4 }, { - "Rank": 5, "Id": 512, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", + "Rank": 5 }, { - "Rank": 6, "Id": 513, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", + "Rank": 6 }, { - "Rank": 7, "Id": 514, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", + "Rank": 7 }, { - "Rank": 8, "Id": 515, "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", + "Rank": 8 }, { - "Rank": 1, "Id": 516, "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 517, "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", + "Rank": 2 }, { - "Rank": 3, "Id": 518, "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Rank": 3 }, { - "Rank": 1, "Id": 519, "CommandName": "Get-PnPFileCheckedOut", - "Command": "Get-PnPFileCheckedOut -List \"Documents\"" + "Command": "Get-PnPFileCheckedOut -List \"Documents\"", + "Rank": 1 }, { - "Rank": 1, "Id": 520, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder" + "Command": "Get-PnPFileInFolder", + "Rank": 1 }, { - "Rank": 2, "Id": 521, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Recurse" + "Command": "Get-PnPFileInFolder -Recurse", + "Rank": 2 }, { - "Rank": 3, "Id": 522, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", + "Rank": 3 }, { - "Rank": 4, "Id": 523, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Rank": 4 }, { - "Rank": 5, "Id": 524, "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Rank": 5 }, { - "Rank": 1, "Id": 525, "CommandName": "Get-PnPFileRetentionLabel", - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Rank": 1 }, { - "Rank": 1, "Id": 526, "CommandName": "Get-PnPFileSensitivityLabel", - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Rank": 1 }, { - "Rank": 1, "Id": 527, "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", + "Rank": 1 }, { - "Rank": 1, "Id": 528, "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 529, "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", + "Rank": 2 }, { - "Rank": 3, "Id": 530, "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", + "Rank": 3 }, { - "Rank": 1, "Id": 531, "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", + "Rank": 1 }, { - "Rank": 2, "Id": 532, "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", + "Rank": 2 }, { - "Rank": 3, "Id": 533, "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", + "Rank": 3 }, { - "Rank": 1, "Id": 534, "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -AsAdmin" + "Command": "Get-PnPFlow -AsAdmin", + "Rank": 1 }, { - "Rank": 2, "Id": 535, "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -SharingStatus SharedWithMe" + "Command": "Get-PnPFlow -SharingStatus SharedWithMe", + "Rank": 2 }, { - "Rank": 3, "Id": 536, "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 3 }, { - "Rank": 1, "Id": 537, "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Rank": 1 }, { - "Rank": 2, "Id": 538, "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Rank": 2 }, { - "Rank": 1, "Id": 539, "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1 }, { - "Rank": 2, "Id": 540, "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 2 }, { - "Rank": 1, "Id": 541, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder" + "Command": "Get-PnPFolder", + "Rank": 1 }, { - "Rank": 2, "Id": 542, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -CurrentWebRootFolder" + "Command": "Get-PnPFolder -CurrentWebRootFolder", + "Rank": 2 }, { - "Rank": 3, "Id": 543, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"Shared Documents\"" + "Command": "Get-PnPFolder -Url \"Shared Documents\"", + "Rank": 3 }, { - "Rank": 4, "Id": 544, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", + "Rank": 4 }, { - "Rank": 5, "Id": 545, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", + "Rank": 5 }, { - "Rank": 6, "Id": 546, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -List \"Shared Documents\"" + "Command": "Get-PnPFolder -List \"Shared Documents\"", + "Rank": 6 }, { - "Rank": 7, "Id": 547, "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", + "Rank": 7 }, { - "Rank": 1, "Id": 548, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder" + "Command": "Get-PnPFolderInFolder", + "Rank": 1 }, { - "Rank": 2, "Id": 549, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Recurse" + "Command": "Get-PnPFolderInFolder -Recurse", + "Rank": 2 }, { - "Rank": 3, "Id": 550, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", + "Rank": 3 }, { - "Rank": 4, "Id": 551, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", + "Rank": 4 }, { - "Rank": 5, "Id": 552, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", + "Rank": 5 }, { - "Rank": 6, "Id": 553, "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Rank": 6 }, { - "Rank": 1, "Id": 554, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem" + "Command": "Get-PnPFolderItem", + "Rank": 1 }, { - "Rank": 2, "Id": 555, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Recurse" + "Command": "Get-PnPFolderItem -Recurse", + "Rank": 2 }, { - "Rank": 3, "Id": 556, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", + "Rank": 3 }, { - "Rank": 4, "Id": 557, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Rank": 4 }, { - "Rank": 5, "Id": 558, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", + "Rank": 5 }, { - "Rank": 6, "Id": 559, "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", + "Rank": 6 }, { - "Rank": 1, "Id": 560, "CommandName": "Get-PnPFolderSharingLink", - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1 }, { - "Rank": 1, "Id": 561, "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric" + "Command": "Get-PnPFolderStorageMetric", + "Rank": 1 }, { - "Rank": 2, "Id": 562, "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", + "Rank": 2 }, { - "Rank": 3, "Id": 563, "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", + "Rank": 3 }, { - "Rank": 1, "Id": 564, "CommandName": "Get-PnPFooter", - "Command": "Get-PnPFooter" + "Command": "Get-PnPFooter", + "Rank": 1 }, { - "Rank": 1, "Id": 565, "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription" + "Command": "Get-PnPGraphSubscription", + "Rank": 1 }, { - "Rank": 2, "Id": 566, "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Rank": 2 }, { - "Rank": 1, "Id": 567, "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup" + "Command": "Get-PnPGroup", + "Rank": 1 }, { - "Rank": 2, "Id": 568, "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -Identity 'My Site Users'" + "Command": "Get-PnPGroup -Identity 'My Site Users'", + "Rank": 2 }, { - "Rank": 3, "Id": 569, "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -AssociatedMemberGroup" + "Command": "Get-PnPGroup -AssociatedMemberGroup", + "Rank": 3 }, { - "Rank": 1, "Id": 570, "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", + "Rank": 1 }, { - "Rank": 2, "Id": 571, "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 572, "CommandName": "Get-PnPGroupPermissions", - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", + "Rank": 1 }, { - "Rank": 1, "Id": 573, "CommandName": "Get-PnPHideDefaultThemes", - "Command": "Get-PnPHideDefaultThemes" + "Command": "Get-PnPHideDefaultThemes", + "Rank": 1 }, { - "Rank": 1, "Id": 574, "CommandName": "Get-PnPHomePage", - "Command": "Get-PnPHomePage" + "Command": "Get-PnPHomePage", + "Rank": 1 }, { - "Rank": 1, "Id": 575, "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite" + "Command": "Get-PnPHomeSite", + "Rank": 1 }, { - "Rank": 2, "Id": 576, "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "Rank": 2 }, { - "Rank": 3, "Id": 577, "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -Detailed" + "Command": "Get-PnPHomeSite -Detailed", + "Rank": 3 }, { - "Rank": 1, "Id": 578, "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite" + "Command": "Get-PnPHubSite", + "Rank": 1 }, { - "Rank": 2, "Id": 579, "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Rank": 2 }, { - "Rank": 3, "Id": 580, "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", + "Rank": 3 }, { - "Rank": 1, "Id": 581, "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild" + "Command": "Get-PnPHubSiteChild", + "Rank": 1 }, { - "Rank": 2, "Id": 582, "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Rank": 2 }, { - "Rank": 1, "Id": 583, "CommandName": "Get-PnPInPlaceRecordsManagement", - "Command": "Get-PnPInPlaceRecordsManagement" + "Command": "Get-PnPInPlaceRecordsManagement", + "Rank": 1 }, { - "Rank": 1, "Id": 584, "CommandName": "Get-PnPIsSiteAliasAvailable", - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", + "Rank": 1 }, { - "Rank": 1, "Id": 585, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink" + "Command": "Get-PnPJavaScriptLink", + "Rank": 1 }, { - "Rank": 2, "Id": 586, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope All" + "Command": "Get-PnPJavaScriptLink -Scope All", + "Rank": 2 }, { - "Rank": 3, "Id": 587, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Web" + "Command": "Get-PnPJavaScriptLink -Scope Web", + "Rank": 3 }, { - "Rank": 4, "Id": 588, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Site" + "Command": "Get-PnPJavaScriptLink -Scope Site", + "Rank": 4 }, { - "Rank": 5, "Id": 589, "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Name Test" + "Command": "Get-PnPJavaScriptLink -Name Test", + "Rank": 5 }, { - "Rank": 1, "Id": 590, "CommandName": "Get-PnPKnowledgeHubSite", - "Command": "Get-PnPKnowledgeHubSite" + "Command": "Get-PnPKnowledgeHubSite", + "Rank": 1 }, { - "Rank": 1, "Id": 591, "CommandName": "Get-PnPLargeListOperationStatus", - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", + "Rank": 1 }, { - "Rank": 1, "Id": 592, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", + "Rank": 1 }, { - "Rank": 1, "Id": 593, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1 }, { - "Rank": 1, "Id": 594, "CommandName": "Get-PnPList", - "Command": "Get-PnPList" + "Command": "Get-PnPList", + "Rank": 1 }, { - "Rank": 2, "Id": 595, "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 2 }, { - "Rank": 3, "Id": 596, "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity Lists/Announcements" + "Command": "Get-PnPList -Identity Lists/Announcements", + "Rank": 3 }, { - "Rank": 4, "Id": 597, "CommandName": "Get-PnPList", - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", + "Rank": 4 }, { - "Rank": 5, "Id": 598, "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", + "Rank": 5 }, { - "Rank": 1, "Id": 599, "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign" + "Command": "Get-PnPListDesign", + "Rank": 1 }, { - "Rank": 2, "Id": 600, "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 2 }, { - "Rank": 3, "Id": 601, "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity ListEvent" + "Command": "Get-PnPListDesign -Identity ListEvent", + "Rank": 3 }, { - "Rank": 1, "Id": 602, "CommandName": "Get-PnPListInformationRightsManagement", - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", + "Rank": 1 }, { - "Rank": 1, "Id": 603, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks" + "Command": "Get-PnPListItem -List Tasks", + "Rank": 1 }, { - "Rank": 2, "Id": 604, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1" + "Command": "Get-PnPListItem -List Tasks -Id 1", + "Rank": 2 }, { - "Rank": 3, "Id": 605, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", + "Rank": 3 }, { - "Rank": 4, "Id": 606, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", + "Rank": 4 }, { - "Rank": 5, "Id": 607, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"\"" + "Command": "Get-PnPListItem -List Tasks -Query \"\"", + "Rank": 5 }, { - "Rank": 6, "Id": 608, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000" + "Command": "Get-PnPListItem -List Tasks -PageSize 1000", + "Rank": 6 }, { - "Rank": 7, "Id": 609, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", + "Rank": 7 }, { - "Rank": 8, "Id": 610, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", + "Rank": 8 }, { - "Rank": 9, "Id": 611, "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", + "Rank": 9 }, { - "Rank": 1, "Id": 612, "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", + "Rank": 1 }, { - "Rank": 2, "Id": 613, "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 614, "CommandName": "Get-PnPListItemComment", - "Command": "Get-PnPListItemComment -List Tasks -Identity 1" + "Command": "Get-PnPListItemComment -List Tasks -Identity 1", + "Rank": 1 }, { - "Rank": 1, "Id": 615, "CommandName": "Get-PnPListItemPermission", - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", + "Rank": 1 }, { - "Rank": 1, "Id": 616, "CommandName": "Get-PnPListItemVersion", - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", + "Rank": 1 }, { - "Rank": 1, "Id": 617, "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", + "Rank": 1 }, { - "Rank": 2, "Id": 618, "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Rank": 2 }, { - "Rank": 1, "Id": 619, "CommandName": "Get-PnPListRecordDeclaration", - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", + "Rank": 1 }, { - "Rank": 1, "Id": 620, "CommandName": "Get-PnPManagedAppId", - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", + "Rank": 1 }, { - "Rank": 1, "Id": 621, "CommandName": "Get-PnPMasterPage", - "Command": "Get-PnPMasterPage" + "Command": "Get-PnPMasterPage", + "Rank": 1 }, { - "Rank": 1, "Id": 622, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement" + "Command": "Get-PnPMessageCenterAnnouncement", + "Rank": 1 }, { - "Rank": 2, "Id": 623, "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", + "Rank": 2 }, { - "Rank": 1, "Id": 624, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup" + "Command": "Get-PnPMicrosoft365ExpiringGroup", + "Rank": 1 }, { - "Rank": 2, "Id": 625, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", + "Rank": 2 }, { - "Rank": 1, "Id": 626, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group" + "Command": "Get-PnPMicrosoft365Group", + "Rank": 1 }, { - "Rank": 2, "Id": 627, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupId" + "Command": "Get-PnPMicrosoft365Group -Identity $groupId", + "Rank": 2 }, { - "Rank": 3, "Id": 628, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", + "Rank": 3 }, { - "Rank": 4, "Id": 629, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", + "Rank": 4 }, { - "Rank": 5, "Id": 630, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $group" + "Command": "Get-PnPMicrosoft365Group -Identity $group", + "Rank": 5 }, { - "Rank": 6, "Id": 631, "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", + "Rank": 6 }, { - "Rank": 1, "Id": 632, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint" + "Command": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 1 }, { - "Rank": 2, "Id": 633, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", + "Rank": 2 }, { - "Rank": 3, "Id": 634, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Rank": 3 }, { - "Rank": 1, "Id": 635, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", + "Rank": 1 }, { - "Rank": 2, "Id": 636, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", + "Rank": 2 }, { - "Rank": 3, "Id": 637, "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", + "Rank": 3 }, { - "Rank": 1, "Id": 638, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", + "Rank": 1 }, { - "Rank": 2, "Id": 639, "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", + "Rank": 2 }, { - "Rank": 1, "Id": 640, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings" + "Command": "Get-PnPMicrosoft365GroupSettings", + "Rank": 1 }, { - "Rank": 2, "Id": 641, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", + "Rank": 2 }, { - "Rank": 3, "Id": 642, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", + "Rank": 3 }, { - "Rank": 4, "Id": 643, "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", + "Rank": 4 }, { - "Rank": 1, "Id": 644, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates" + "Command": "Get-PnPMicrosoft365GroupSettingTemplates", + "Rank": 1 }, { - "Rank": 2, "Id": 645, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", + "Rank": 2 }, { - "Rank": 1, "Id": 646, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam" + "Command": "Get-PnPMicrosoft365GroupTeam", + "Rank": 1 }, { - "Rank": 2, "Id": 647, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", + "Rank": 2 }, { - "Rank": 3, "Id": 648, "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Rank": 3 }, { - "Rank": 1, "Id": 649, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity" + "Command": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 1 }, { - "Rank": 2, "Id": 650, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", + "Rank": 2 }, { - "Rank": 3, "Id": 651, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Rank": 3 }, { - "Rank": 1, "Id": 652, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap" + "Command": "Get-PnPMicrosoft365Roadmap", + "Rank": 1 }, { - "Rank": 2, "Id": 653, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", + "Rank": 2 }, { - "Rank": 3, "Id": 654, "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", + "Rank": 3 }, { - "Rank": 1, "Id": 655, "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode" + "Command": "Get-PnPNavigationNode", + "Rank": 1 }, { - "Rank": 2, "Id": 656, "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location QuickLaunch" + "Command": "Get-PnPNavigationNode -Location QuickLaunch", + "Rank": 2 }, { - "Rank": 3, "Id": 657, "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location TopNavigationBar" + "Command": "Get-PnPNavigationNode -Location TopNavigationBar", + "Rank": 3 }, { - "Rank": 1, "Id": 658, "CommandName": "Get-PnPOrgAssetsLibrary", - "Command": "Get-PnPOrgAssetsLibrary" + "Command": "Get-PnPOrgAssetsLibrary", + "Rank": 1 }, { - "Rank": 1, "Id": 659, "CommandName": "Get-PnPOrgNewsSite", - "Command": "Get-PnPOrgNewsSite" + "Command": "Get-PnPOrgNewsSite", + "Rank": 1 }, { - "Rank": 1, "Id": 660, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 661, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"MyPage\"" + "Command": "Get-PnPPage \"MyPage\"", + "Rank": 2 }, { - "Rank": 3, "Id": 662, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", + "Rank": 3 }, { - "Rank": 4, "Id": 663, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Rank": 4 }, { - "Rank": 5, "Id": 664, "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage" + "Command": "Get-PnPPage", + "Rank": 5 }, { - "Rank": 1, "Id": 665, "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home" + "Command": "Get-PnPPageComponent -Page Home", + "Rank": 1 }, { - "Rank": 2, "Id": 666, "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 2 }, { - "Rank": 3, "Id": 667, "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -ListAvailable" + "Command": "Get-PnPPageComponent -Page Home -ListAvailable", + "Rank": 3 }, { - "Rank": 1, "Id": 668, "CommandName": "Get-PnPPageCopyProgress", - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", + "Rank": 1 }, { - "Rank": 1, "Id": 669, "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 670, "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation \"MyPage\"" + "Command": "Get-PnPPageLikedByInformation \"MyPage\"", + "Rank": 2 }, { - "Rank": 3, "Id": 671, "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Rank": 3 }, { - "Rank": 1, "Id": 672, "CommandName": "Get-PnPPageSchedulingEnabled", - "Command": "Get-PnPPageSchedulingEnabled" + "Command": "Get-PnPPageSchedulingEnabled", + "Rank": 1 }, { - "Rank": 1, "Id": 673, "CommandName": "Get-PnPPlannerBucket", - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", + "Rank": 1 }, { - "Rank": 1, "Id": 674, "CommandName": "Get-PnPPlannerConfiguration", - "Command": "Get-PnPPlannerConfiguration" + "Command": "Get-PnPPlannerConfiguration", + "Rank": 1 }, { - "Rank": 1, "Id": 675, "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", + "Rank": 1 }, { - "Rank": 2, "Id": 676, "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", + "Rank": 2 }, { - "Rank": 3, "Id": 677, "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", + "Rank": 3 }, { - "Rank": 1, "Id": 678, "CommandName": "Get-PnPPlannerRosterMember", - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Rank": 1 }, { - "Rank": 1, "Id": 679, "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", + "Rank": 1 }, { - "Rank": 2, "Id": 680, "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 681, "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", + "Rank": 1 }, { - "Rank": 2, "Id": 682, "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Rank": 2 }, { - "Rank": 3, "Id": 683, "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Rank": 3 }, { - "Rank": 1, "Id": 684, "CommandName": "Get-PnPPlannerUserPolicy", - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 685, "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp" + "Command": "Get-PnPPowerApp", + "Rank": 1 }, { - "Rank": 2, "Id": 686, "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2 }, { - "Rank": 1, "Id": 687, "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Rank": 1 }, { - "Rank": 1, "Id": 688, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment" + "Command": "Get-PnPPowerPlatformEnvironment", + "Rank": 1 }, { - "Rank": 2, "Id": 689, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", + "Rank": 2 }, { - "Rank": 3, "Id": 690, "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", + "Rank": 3 }, { - "Rank": 1, "Id": 691, "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Rank": 1 }, { - "Rank": 2, "Id": 692, "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", + "Rank": 2 }, { - "Rank": 1, "Id": 693, "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Command": "Get-PnPPowerShellTelemetryEnabled" + "Command": "Get-PnPPowerShellTelemetryEnabled", + "Rank": 1 }, { - "Rank": 1, "Id": 694, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Rank": 1 }, { - "Rank": 2, "Id": 695, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", + "Rank": 2 }, { - "Rank": 1, "Id": 696, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole" + "Command": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 1 }, { - "Rank": 2, "Id": 697, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", + "Rank": 2 }, { - "Rank": 3, "Id": 698, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", + "Rank": 3 }, { - "Rank": 1, "Id": 699, "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty" + "Command": "Get-PnPProfileCardProperty", + "Rank": 1 }, { - "Rank": 2, "Id": 700, "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", + "Rank": 2 }, { - "Rank": 1, "Id": 701, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag" + "Command": "Get-PnPPropertyBag", + "Rank": 1 }, { - "Rank": 2, "Id": 702, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Key MyKey" + "Command": "Get-PnPPropertyBag -Key MyKey", + "Rank": 2 }, { - "Rank": 3, "Id": 703, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder" + "Command": "Get-PnPPropertyBag -Folder /MyFolder", + "Rank": 3 }, { - "Rank": 4, "Id": 704, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", + "Rank": 4 }, { - "Rank": 5, "Id": 705, "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", + "Rank": 5 }, { - "Rank": 1, "Id": 706, "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition" + "Command": "Get-PnPPublishingImageRendition", + "Rank": 1 }, { - "Rank": 2, "Id": 707, "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", + "Rank": 2 }, { - "Rank": 3, "Id": 708, "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity 2" + "Command": "Get-PnPPublishingImageRendition -Identity 2", + "Rank": 3 }, { - "Rank": 1, "Id": 709, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem" + "Command": "Get-PnPRecycleBinItem", + "Rank": 1 }, { - "Rank": 2, "Id": 710, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", + "Rank": 2 }, { - "Rank": 3, "Id": 711, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -FirstStage" + "Command": "Get-PnPRecycleBinItem -FirstStage", + "Rank": 3 }, { - "Rank": 4, "Id": 712, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -SecondStage" + "Command": "Get-PnPRecycleBinItem -SecondStage", + "Rank": 4 }, { - "Rank": 5, "Id": 713, "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -RowLimit 10000" + "Command": "Get-PnPRecycleBinItem -RowLimit 10000", + "Rank": 5 }, { - "Rank": 1, "Id": 714, "CommandName": "Get-PnPRequestAccessEmails", - "Command": "Get-PnPRequestAccessEmails" + "Command": "Get-PnPRequestAccessEmails", + "Rank": 1 }, { - "Rank": 1, "Id": 715, "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel" + "Command": "Get-PnPRetentionLabel", + "Rank": 1 }, { - "Rank": 2, "Id": 716, "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", + "Rank": 2 }, { - "Rank": 1, "Id": 717, "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition" + "Command": "Get-PnPRoleDefinition", + "Rank": 1 }, { - "Rank": 2, "Id": 718, "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition -Identity Read" + "Command": "Get-PnPRoleDefinition -Identity Read", + "Rank": 2 }, { - "Rank": 3, "Id": 719, "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", + "Rank": 3 }, { - "Rank": 1, "Id": 720, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration" + "Command": "Get-PnPSearchConfiguration", + "Rank": 1 }, { - "Rank": 2, "Id": 721, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site" + "Command": "Get-PnPSearchConfiguration -Scope Site", + "Rank": 2 }, { - "Rank": 3, "Id": 722, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription" + "Command": "Get-PnPSearchConfiguration -Scope Subscription", + "Rank": 3 }, { - "Rank": 4, "Id": 723, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Rank": 4 }, { - "Rank": 5, "Id": 724, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", + "Rank": 5 }, { - "Rank": 6, "Id": 725, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", + "Rank": 6 }, { - "Rank": 7, "Id": 726, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", + "Rank": 7 }, { - "Rank": 8, "Id": 727, "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", + "Rank": 8 }, { - "Rank": 1, "Id": 728, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog" + "Command": "Get-PnPSearchCrawlLog", + "Rank": 1 }, { - "Rank": 2, "Id": 729, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", + "Rank": 2 }, { - "Rank": 3, "Id": 730, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", + "Rank": 3 }, { - "Rank": 4, "Id": 731, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", + "Rank": 4 }, { - "Rank": 5, "Id": 732, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", + "Rank": 5 }, { - "Rank": 6, "Id": 733, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", + "Rank": 6 }, { - "Rank": 7, "Id": 734, "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", + "Rank": 7 }, { - "Rank": 1, "Id": 735, "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection" + "Command": "Get-PnPSearchExternalConnection", + "Rank": 1 }, { - "Rank": 2, "Id": 736, "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Rank": 2 }, { - "Rank": 1, "Id": 737, "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Rank": 1 }, { - "Rank": 2, "Id": 738, "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", + "Rank": 2 }, { - "Rank": 1, "Id": 739, "CommandName": "Get-PnPSearchExternalSchema", - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", + "Rank": 1 }, { - "Rank": 1, "Id": 740, "CommandName": "Get-PnPSearchSettings", - "Command": "Get-PnPSearchSettings" + "Command": "Get-PnPSearchSettings", + "Rank": 1 }, { - "Rank": 1, "Id": 741, "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth" + "Command": "Get-PnPServiceCurrentHealth", + "Rank": 1 }, { - "Rank": 2, "Id": 742, "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", + "Rank": 2 }, { - "Rank": 1, "Id": 743, "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue" + "Command": "Get-PnPServiceHealthIssue", + "Rank": 1 }, { - "Rank": 2, "Id": 744, "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", + "Rank": 2 }, { - "Rank": 1, "Id": 745, "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn" + "Command": "Get-PnPSharePointAddIn", + "Rank": 1 }, { - "Rank": 2, "Id": 746, "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn -IncludeSubsites" + "Command": "Get-PnPSharePointAddIn -IncludeSubsites", + "Rank": 2 }, { - "Rank": 1, "Id": 747, "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Command": "Get-PnPSharingForNonOwnersOfSite" + "Command": "Get-PnPSharingForNonOwnersOfSite", + "Rank": 1 }, { - "Rank": 1, "Id": 748, "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite" + "Command": "Get-PnPSite", + "Rank": 1 }, { - "Rank": 2, "Id": 749, "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", + "Rank": 2 }, { - "Rank": 1, "Id": 750, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -All" + "Command": "Get-PnPSiteAnalyticsData -All", + "Rank": 1 }, { - "Rank": 2, "Id": 751, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", + "Rank": 2 }, { - "Rank": 3, "Id": 752, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Rank": 3 }, { - "Rank": 4, "Id": 753, "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Rank": 4 }, { - "Rank": 1, "Id": 754, "CommandName": "Get-PnPSiteClosure", - "Command": "Get-PnPSiteClosure" + "Command": "Get-PnPSiteClosure", + "Rank": 1 }, { - "Rank": 1, "Id": 755, "CommandName": "Get-PnPSiteCollectionAdmin", - "Command": "Get-PnPSiteCollectionAdmin" + "Command": "Get-PnPSiteCollectionAdmin", + "Rank": 1 }, { - "Rank": 1, "Id": 756, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog" + "Command": "Get-PnPSiteCollectionAppCatalog", + "Rank": 1 }, { - "Rank": 2, "Id": 757, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", + "Rank": 2 }, { - "Rank": 3, "Id": 758, "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", + "Rank": 3 }, { - "Rank": 1, "Id": 759, "CommandName": "Get-PnPSiteCollectionTermStore", - "Command": "Get-PnPSiteCollectionTermStore" + "Command": "Get-PnPSiteCollectionTermStore", + "Rank": 1 }, { - "Rank": 1, "Id": 760, "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign" + "Command": "Get-PnPSiteDesign", + "Rank": 1 }, { - "Rank": 2, "Id": 761, "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 2 }, { - "Rank": 1, "Id": 762, "CommandName": "Get-PnPSiteDesignRights", - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1 }, { - "Rank": 1, "Id": 763, "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun" + "Command": "Get-PnPSiteDesignRun", + "Rank": 1 }, { - "Rank": 2, "Id": 764, "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", + "Rank": 2 }, { - "Rank": 1, "Id": 765, "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", + "Rank": 1 }, { - "Rank": 2, "Id": 766, "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask" + "Command": "Get-PnPSiteDesignTask", + "Rank": 2 }, { - "Rank": 3, "Id": 767, "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Rank": 3 }, { - "Rank": 1, "Id": 768, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Rank": 1 }, { - "Rank": 1, "Id": 769, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1 }, { - "Rank": 1, "Id": 770, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup" + "Command": "Get-PnPSiteGroup", + "Rank": 1 }, { - "Rank": 2, "Id": 771, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Rank": 2 }, { - "Rank": 3, "Id": 772, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", + "Rank": 3 }, { - "Rank": 4, "Id": 773, "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Rank": 4 }, { - "Rank": 1, "Id": 774, "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy" + "Command": "Get-PnPSitePolicy", + "Rank": 1 }, { - "Rank": 2, "Id": 775, "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -AllAvailable" + "Command": "Get-PnPSitePolicy -AllAvailable", + "Rank": 2 }, { - "Rank": 3, "Id": 776, "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", + "Rank": 3 }, { - "Rank": 1, "Id": 777, "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript" + "Command": "Get-PnPSiteScript", + "Rank": 1 }, { - "Rank": 2, "Id": 778, "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 2 }, { - "Rank": 1, "Id": 779, "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", + "Rank": 1 }, { - "Rank": 2, "Id": 780, "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", + "Rank": 2 }, { - "Rank": 3, "Id": 781, "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", + "Rank": 3 }, { - "Rank": 1, "Id": 782, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", + "Rank": 1 }, { - "Rank": 2, "Id": 783, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", + "Rank": 2 }, { - "Rank": 3, "Id": 784, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", + "Rank": 3 }, { - "Rank": 4, "Id": 785, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", + "Rank": 4 }, { - "Rank": 5, "Id": 786, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", + "Rank": 5 }, { - "Rank": 6, "Id": 787, "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", + "Rank": 6 }, { - "Rank": 1, "Id": 788, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults" + "Command": "Get-PnPSiteSearchQueryResults", + "Rank": 1 }, { - "Rank": 2, "Id": 789, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", + "Rank": 2 }, { - "Rank": 3, "Id": 790, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", + "Rank": 3 }, { - "Rank": 4, "Id": 791, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", + "Rank": 4 }, { - "Rank": 5, "Id": 792, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", + "Rank": 5 }, { - "Rank": 6, "Id": 793, "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -All" + "Command": "Get-PnPSiteSearchQueryResults -All", + "Rank": 6 }, { - "Rank": 1, "Id": 794, "CommandName": "Get-PnPSiteSensitivityLabel", - "Command": "Get-PnPSiteSensitivityLabel" + "Command": "Get-PnPSiteSensitivityLabel", + "Rank": 1 }, { - "Rank": 1, "Id": 795, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp" + "Command": "Get-PnPSiteTemplate -Out template.pnp", + "Rank": 1 }, { - "Rank": 2, "Id": 796, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml" + "Command": "Get-PnPSiteTemplate -Out template.xml", + "Rank": 2 }, { - "Rank": 3, "Id": 797, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.md" + "Command": "Get-PnPSiteTemplate -Out template.md", + "Rank": 3 }, { - "Rank": 4, "Id": 798, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", + "Rank": 4 }, { - "Rank": 5, "Id": 799, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", + "Rank": 5 }, { - "Rank": 6, "Id": 800, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", + "Rank": 6 }, { - "Rank": 7, "Id": 801, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", + "Rank": 7 }, { - "Rank": 8, "Id": 802, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", + "Rank": 8 }, { - "Rank": 9, "Id": 803, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", + "Rank": 9 }, { - "Rank": 10, "Id": 804, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", + "Rank": 10 }, { - "Rank": 11, "Id": 805, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", + "Rank": 11 }, { - "Rank": 12, "Id": 806, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", + "Rank": 12 }, { - "Rank": 13, "Id": 807, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", + "Rank": 13 }, { - "Rank": 14, "Id": 808, "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", + "Rank": 14 }, { - "Rank": 1, "Id": 809, "CommandName": "Get-PnPSiteUserInvitations", - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Rank": 1 }, { - "Rank": 1, "Id": 810, "CommandName": "Get-PnPSiteVersionPolicy", - "Command": "Get-PnPSiteVersionPolicy" + "Command": "Get-PnPSiteVersionPolicy", + "Rank": 1 }, { - "Rank": 1, "Id": 811, "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Command": "Get-PnPSiteVersionPolicyStatus" + "Command": "Get-PnPSiteVersionPolicyStatus", + "Rank": 1 }, { - "Rank": 1, "Id": 812, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity" + "Command": "Get-PnPStorageEntity", + "Rank": 1 }, { - "Rank": 2, "Id": 813, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey" + "Command": "Get-PnPStorageEntity -Key MyKey", + "Rank": 2 }, { - "Rank": 3, "Id": 814, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Scope Site" + "Command": "Get-PnPStorageEntity -Scope Site", + "Rank": 3 }, { - "Rank": 4, "Id": 815, "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", + "Rank": 4 }, { - "Rank": 1, "Id": 816, "CommandName": "Get-PnPStoredCredential", - "Command": "Get-PnPStoredCredential -Name O365" + "Command": "Get-PnPStoredCredential -Name O365", + "Rank": 1 }, { - "Rank": 1, "Id": 817, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Rank": 1 }, { - "Rank": 1, "Id": 818, "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Rank": 1 }, { - "Rank": 1, "Id": 819, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb" + "Command": "Get-PnPSubWeb", + "Rank": 1 }, { - "Rank": 2, "Id": 820, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse" + "Command": "Get-PnPSubWeb -Recurse", + "Rank": 2 }, { - "Rank": 3, "Id": 821, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", + "Rank": 3 }, { - "Rank": 4, "Id": 822, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", + "Rank": 4 }, { - "Rank": 5, "Id": 823, "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", + "Rank": 5 }, { - "Rank": 1, "Id": 824, "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel" + "Command": "Get-PnPSyntexModel", + "Rank": 1 }, { - "Rank": 2, "Id": 825, "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity 1" + "Command": "Get-PnPSyntexModel -Identity 1", + "Rank": 2 }, { - "Rank": 3, "Id": 826, "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", + "Rank": 3 }, { - "Rank": 1, "Id": 827, "CommandName": "Get-PnPSyntexModelPublication", - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", + "Rank": 1 }, { - "Rank": 1, "Id": 828, "CommandName": "Get-PnPTaxonomyItem", - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", + "Rank": 1 }, { - "Rank": 1, "Id": 829, "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp" + "Command": "Get-PnPTeamsApp", + "Rank": 1 }, { - "Rank": 2, "Id": 830, "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", + "Rank": 2 }, { - "Rank": 3, "Id": 831, "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", + "Rank": 3 }, { - "Rank": 1, "Id": 832, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", + "Rank": 1 }, { - "Rank": 2, "Id": 833, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", + "Rank": 2 }, { - "Rank": 3, "Id": 834, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Rank": 3 }, { - "Rank": 4, "Id": 835, "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", + "Rank": 4 }, { - "Rank": 1, "Id": 836, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", + "Rank": 1 }, { - "Rank": 2, "Id": 837, "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Rank": 2 }, { - "Rank": 1, "Id": 838, "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", + "Rank": 1 }, { - "Rank": 2, "Id": 839, "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", + "Rank": 2 }, { - "Rank": 1, "Id": 840, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", + "Rank": 1 }, { - "Rank": 2, "Id": 841, "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", + "Rank": 2 }, { - "Rank": 1, "Id": 842, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", + "Rank": 1 }, { - "Rank": 2, "Id": 843, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", + "Rank": 2 }, { - "Rank": 3, "Id": 844, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", + "Rank": 3 }, { - "Rank": 4, "Id": 845, "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Rank": 4 }, { - "Rank": 1, "Id": 846, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", + "Rank": 1 }, { - "Rank": 2, "Id": 847, "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", + "Rank": 2 }, { - "Rank": 1, "Id": 848, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", + "Rank": 1 }, { - "Rank": 2, "Id": 849, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", + "Rank": 2 }, { - "Rank": 3, "Id": 850, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", + "Rank": 3 }, { - "Rank": 4, "Id": 851, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", + "Rank": 4 }, { - "Rank": 5, "Id": 852, "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", + "Rank": 5 }, { - "Rank": 1, "Id": 853, "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Rank": 1 }, { - "Rank": 2, "Id": 854, "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Rank": 2 }, { - "Rank": 1, "Id": 855, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam" + "Command": "Get-PnPTeamsTeam", + "Rank": 1 }, { - "Rank": 2, "Id": 856, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", + "Rank": 2 }, { - "Rank": 3, "Id": 857, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", + "Rank": 3 }, { - "Rank": 4, "Id": 858, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", + "Rank": 4 }, { - "Rank": 5, "Id": 859, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", + "Rank": 5 }, { - "Rank": 6, "Id": 860, "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", + "Rank": 6 }, { - "Rank": 1, "Id": 861, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam" + "Command": "Get-PnPTeamsUser -Team MyTeam", + "Rank": 1 }, { - "Rank": 2, "Id": 862, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", + "Rank": 2 }, { - "Rank": 3, "Id": 863, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", + "Rank": 3 }, { - "Rank": 4, "Id": 864, "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", + "Rank": 4 }, { - "Rank": 1, "Id": 865, "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Command": "Get-PnPTemporarilyDisableAppBar" + "Command": "Get-PnPTemporarilyDisableAppBar", + "Rank": 1 }, { - "Rank": 1, "Id": 866, "CommandName": "Get-PnPTenant", - "Command": "Get-PnPTenant" + "Command": "Get-PnPTenant", + "Rank": 1 }, { - "Rank": 1, "Id": 867, "CommandName": "Get-PnPTenantAppCatalogUrl", - "Command": "Get-PnPTenantAppCatalogUrl" + "Command": "Get-PnPTenantAppCatalogUrl", + "Rank": 1 }, { - "Rank": 1, "Id": 868, "CommandName": "Get-PnPTenantCdnEnabled", - "Command": "Get-PnPTenantCdnEnabled -CdnType Public" + "Command": "Get-PnPTenantCdnEnabled -CdnType Public", + "Rank": 1 }, { - "Rank": 1, "Id": 869, "CommandName": "Get-PnPTenantCdnOrigin", - "Command": "Get-PnPTenantCdnOrigin -CdnType Public" + "Command": "Get-PnPTenantCdnOrigin -CdnType Public", + "Rank": 1 }, { - "Rank": 1, "Id": 870, "CommandName": "Get-PnPTenantCdnPolicies", - "Command": "Get-PnPTenantCdnPolicies -CdnType Public" + "Command": "Get-PnPTenantCdnPolicies -CdnType Public", + "Rank": 1 }, { - "Rank": 1, "Id": 871, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite" + "Command": "Get-PnPTenantDeletedSite", + "Rank": 1 }, { - "Rank": 2, "Id": 872, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Detailed" + "Command": "Get-PnPTenantDeletedSite -Detailed", + "Rank": 2 }, { - "Rank": 3, "Id": 873, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 3 }, { - "Rank": 4, "Id": 874, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", + "Rank": 4 }, { - "Rank": 5, "Id": 875, "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", + "Rank": 5 }, { - "Rank": 1, "Id": 876, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId" + "Command": "Get-PnPTenantId", + "Rank": 1 }, { - "Rank": 2, "Id": 877, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId contoso" + "Command": "Get-PnPTenantId contoso", + "Rank": 2 }, { - "Rank": 3, "Id": 878, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", + "Rank": 3 }, { - "Rank": 4, "Id": 879, "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", + "Rank": 4 }, { - "Rank": 1, "Id": 880, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", + "Rank": 1 }, { - "Rank": 2, "Id": 881, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", + "Rank": 2 }, { - "Rank": 3, "Id": 882, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo" + "Command": "Get-PnPTenantInfo", + "Rank": 3 }, { - "Rank": 4, "Id": 883, "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -CurrentTenant" + "Command": "Get-PnPTenantInfo -CurrentTenant", + "Rank": 4 }, { - "Rank": 1, "Id": 884, "CommandName": "Get-PnPTenantInstance", - "Command": "Get-PnPTenantInstance" + "Command": "Get-PnPTenantInstance", + "Rank": 1 }, { - "Rank": 1, "Id": 885, "CommandName": "Get-PnPTenantInternalSetting", - "Command": "Get-PnPTenantInternalSetting" + "Command": "Get-PnPTenantInternalSetting", + "Rank": 1 }, { - "Rank": 1, "Id": 886, "CommandName": "Get-PnPTenantPronounsSetting", - "Command": "Get-PnPTenantPronounsSetting" + "Command": "Get-PnPTenantPronounsSetting", + "Rank": 1 }, { - "Rank": 1, "Id": 887, "CommandName": "Get-PnPTenantRecycleBinItem", - "Command": "Get-PnPTenantRecycleBinItem" + "Command": "Get-PnPTenantRecycleBinItem", + "Rank": 1 }, { - "Rank": 1, "Id": 888, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Command": "Get-PnPTenantRestrictedSearchAllowedList" + "Command": "Get-PnPTenantRestrictedSearchAllowedList", + "Rank": 1 }, { - "Rank": 1, "Id": 889, "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Command": "Get-PnPTenantRestrictedSearchMode" + "Command": "Get-PnPTenantRestrictedSearchMode", + "Rank": 1 }, { - "Rank": 1, "Id": 890, "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel" + "Command": "Get-PnPTenantRetentionLabel", + "Rank": 1 }, { - "Rank": 2, "Id": 891, "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", + "Rank": 2 }, { - "Rank": 1, "Id": 892, "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject" + "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "Rank": 1 }, { - "Rank": 2, "Id": 893, "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", + "Rank": 2 }, { - "Rank": 1, "Id": 894, "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "Rank": 1 }, { - "Rank": 2, "Id": 895, "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", + "Rank": 2 }, { - "Rank": 1, "Id": 896, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite" + "Command": "Get-PnPTenantSite", + "Rank": 1 }, { - "Rank": 2, "Id": 897, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Detailed" + "Command": "Get-PnPTenantSite -Detailed", + "Rank": 2 }, { - "Rank": 3, "Id": 898, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites" + "Command": "Get-PnPTenantSite -IncludeOneDriveSites", + "Rank": 3 }, { - "Rank": 4, "Id": 899, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", + "Rank": 4 }, { - "Rank": 5, "Id": 900, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", + "Rank": 5 }, { - "Rank": 6, "Id": 901, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", + "Rank": 6 }, { - "Rank": 7, "Id": 902, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", + "Rank": 7 }, { - "Rank": 8, "Id": 903, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", + "Rank": 8 }, { - "Rank": 9, "Id": 904, "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -GroupIdDefined $true" + "Command": "Get-PnPTenantSite -GroupIdDefined $true", + "Rank": 9 }, { - "Rank": 1, "Id": 905, "CommandName": "Get-PnPTenantSyncClientRestriction", - "Command": "Get-PnPTenantSyncClientRestriction" + "Command": "Get-PnPTenantSyncClientRestriction", + "Rank": 1 }, { - "Rank": 1, "Id": 906, "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "Rank": 1 }, { - "Rank": 2, "Id": 907, "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", + "Rank": 2 }, { - "Rank": 3, "Id": 908, "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", + "Rank": 3 }, { - "Rank": 1, "Id": 909, "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme" + "Command": "Get-PnPTenantTheme", + "Rank": 1 }, { - "Rank": 2, "Id": 910, "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Rank": 2 }, { - "Rank": 3, "Id": 911, "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", + "Rank": 3 }, { - "Rank": 1, "Id": 912, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 1 }, { - "Rank": 2, "Id": 913, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2 }, { - "Rank": 3, "Id": 914, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 3 }, { - "Rank": 4, "Id": 915, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", + "Rank": 4 }, { - "Rank": 5, "Id": 916, "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", + "Rank": 5 }, { - "Rank": 1, "Id": 917, "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup" + "Command": "Get-PnPTermGroup", + "Rank": 1 }, { - "Rank": 2, "Id": 918, "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity \"Departments\"" + "Command": "Get-PnPTermGroup -Identity \"Departments\"", + "Rank": 2 }, { - "Rank": 3, "Id": 919, "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", + "Rank": 3 }, { - "Rank": 1, "Id": 920, "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", + "Rank": 1 }, { - "Rank": 2, "Id": 921, "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", + "Rank": 2 }, { - "Rank": 3, "Id": 922, "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 3 }, { - "Rank": 1, "Id": 923, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "Rank": 1 }, { - "Rank": 2, "Id": 924, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2 }, { - "Rank": 3, "Id": 925, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", + "Rank": 3 }, { - "Rank": 4, "Id": 926, "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", + "Rank": 4 }, { - "Rank": 1, "Id": 927, "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme" + "Command": "Get-PnPTheme", + "Rank": 1 }, { - "Rank": 2, "Id": 928, "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme -DetectCurrentComposedLook" + "Command": "Get-PnPTheme -DetectCurrentComposedLook", + "Rank": 2 }, { - "Rank": 1, "Id": 929, "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId" + "Command": "Get-PnPTimeZoneId", + "Rank": 1 }, { - "Rank": 2, "Id": 930, "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId -Match Stockholm" + "Command": "Get-PnPTimeZoneId -Match Stockholm", + "Rank": 2 }, { - "Rank": 1, "Id": 931, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList" + "Command": "Get-PnPTodoList", + "Rank": 1 }, { - "Rank": 2, "Id": 932, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Rank": 2 }, { - "Rank": 3, "Id": 933, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com" + "Command": "Get-PnPTodoList -User john@doe.com", + "Rank": 3 }, { - "Rank": 4, "Id": 934, "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Rank": 4 }, { - "Rank": 1, "Id": 935, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog" + "Command": "Get-PnPTraceLog", + "Rank": 1 }, { - "Rank": 2, "Id": 936, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", + "Rank": 2 }, { - "Rank": 3, "Id": 937, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", + "Rank": 3 }, { - "Rank": 4, "Id": 938, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", + "Rank": 4 }, { - "Rank": 5, "Id": 939, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", + "Rank": 5 }, { - "Rank": 6, "Id": 940, "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", + "Rank": 6 }, { - "Rank": 1, "Id": 941, "CommandName": "Get-PnPUnfurlLink", - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", + "Rank": 1 }, { - "Rank": 1, "Id": 942, "CommandName": "Get-PnPUnifiedAuditLog", - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", + "Rank": 1 }, { - "Rank": 1, "Id": 943, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus" + "Command": "Get-PnPUPABulkImportStatus", + "Rank": 1 }, { - "Rank": 2, "Id": 944, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", + "Rank": 2 }, { - "Rank": 3, "Id": 945, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId " + "Command": "Get-PnPUPABulkImportStatus -JobId ", + "Rank": 3 }, { - "Rank": 4, "Id": 946, "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", + "Rank": 4 }, { - "Rank": 1, "Id": 947, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser" + "Command": "Get-PnPUser", + "Rank": 1 }, { - "Rank": 2, "Id": 948, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity 23" + "Command": "Get-PnPUser -Identity 23", + "Rank": 2 }, { - "Rank": 3, "Id": 949, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", + "Rank": 3 }, { - "Rank": 4, "Id": 950, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", + "Rank": 4 }, { - "Rank": 5, "Id": 951, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned" + "Command": "Get-PnPUser -WithRightsAssigned", + "Rank": 5 }, { - "Rank": 6, "Id": 952, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", + "Rank": 6 }, { - "Rank": 7, "Id": 953, "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssignedDetailed" + "Command": "Get-PnPUser -WithRightsAssignedDetailed", + "Rank": 7 }, { - "Rank": 1, "Id": 954, "CommandName": "Get-PnPUserOneDriveQuota", - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "Rank": 1 }, { - "Rank": 1, "Id": 955, "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 956, "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", + "Rank": 2 }, { - "Rank": 1, "Id": 957, "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "Rank": 1 }, { - "Rank": 2, "Id": 958, "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", + "Rank": 2 }, { - "Rank": 3, "Id": 959, "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", + "Rank": 3 }, { - "Rank": 1, "Id": 960, "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\"" + "Command": "Get-PnPView -List \"Demo List\"", + "Rank": 1 }, { - "Rank": 2, "Id": 961, "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", + "Rank": 2 }, { - "Rank": 3, "Id": 962, "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", + "Rank": 3 }, { - "Rank": 1, "Id": 963, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE" + "Command": "Get-PnPVivaConnectionsDashboardACE", + "Rank": 1 }, { - "Rank": 2, "Id": 964, "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Rank": 2 }, { - "Rank": 1, "Id": 965, "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity" + "Command": "Get-PnPVivaEngageCommunity", + "Rank": 1 }, { - "Rank": 2, "Id": 966, "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Rank": 2 }, { - "Rank": 1, "Id": 967, "CommandName": "Get-PnPWeb", - "Command": "Get-PnPWeb" + "Command": "Get-PnPWeb", + "Rank": 1 }, { - "Rank": 1, "Id": 968, "CommandName": "Get-PnPWebHeader", - "Command": "Get-PnPWebHeader" + "Command": "Get-PnPWebHeader", + "Rank": 1 }, { - "Rank": 1, "Id": 969, "CommandName": "Get-PnPWebhookSubscription", - "Command": "Get-PnPWebhookSubscription -List MyList" + "Command": "Get-PnPWebhookSubscription -List MyList", + "Rank": 1 }, { - "Rank": 1, "Id": 970, "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 971, "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 2 }, { - "Rank": 1, "Id": 972, "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", + "Rank": 1 }, { - "Rank": 2, "Id": 973, "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", + "Rank": 2 }, { - "Rank": 1, "Id": 974, "CommandName": "Get-PnPWebPartXml", - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 1 }, { - "Rank": 1, "Id": 975, "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", + "Rank": 1 }, { - "Rank": 2, "Id": 976, "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Rank": 2 }, { - "Rank": 1, "Id": 977, "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates" + "Command": "Get-PnPWebTemplates", + "Rank": 1 }, { - "Rank": 2, "Id": 978, "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -LCID 1033" + "Command": "Get-PnPWebTemplates -LCID 1033", + "Rank": 2 }, { - "Rank": 3, "Id": 979, "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", + "Rank": 3 }, { - "Rank": 1, "Id": 980, "CommandName": "Get-PnPWikiPageContent", - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", + "Rank": 1 }, { - "Rank": 1, "Id": 981, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", + "Rank": 1 }, { - "Rank": 2, "Id": 982, "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", + "Rank": 2 }, { - "Rank": 1, "Id": 983, "CommandName": "Grant-PnPHubSiteRights", - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 984, "CommandName": "Grant-PnPSiteDesignRights", - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 985, "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Rank": 1 }, { - "Rank": 1, "Id": 986, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "Rank": 1 }, { - "Rank": 2, "Id": 987, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", + "Rank": 2 }, { - "Rank": 3, "Id": 988, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", + "Rank": 3 }, { - "Rank": 4, "Id": 989, "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", + "Rank": 4 }, { - "Rank": 1, "Id": 990, "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Xml $xml" + "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "Rank": 1 }, { - "Rank": 2, "Id": 991, "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Path input.xml" + "Command": "Import-PnPTermGroupFromXml -Path input.xml", + "Rank": 2 }, { - "Rank": 1, "Id": 992, "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", + "Rank": 1 }, { - "Rank": 2, "Id": 993, "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", + "Rank": 2 }, { - "Rank": 3, "Id": 994, "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", + "Rank": 3 }, { - "Rank": 1, "Id": 995, "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 2, "Id": 996, "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2 }, { - "Rank": 1, "Id": 997, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", + "Rank": 1 }, { - "Rank": 2, "Id": 998, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", + "Rank": 2 }, { - "Rank": 3, "Id": 999, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", + "Rank": 3 }, { - "Rank": 4, "Id": 1000, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", + "Rank": 4 }, { - "Rank": 5, "Id": 1001, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users\"" + "Command": "Invoke-PnPGraphMethod -Url \"users\"", + "Rank": 5 }, { - "Rank": 6, "Id": 1002, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", + "Rank": 6 }, { - "Rank": 7, "Id": 1003, "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", + "Rank": 7 }, { - "Rank": 1, "Id": 1004, "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1 }, { - "Rank": 2, "Id": 1005, "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1006, "CommandName": "Invoke-PnPQuery", - "Command": "Invoke-PnPQuery -RetryCount 5" + "Command": "Invoke-PnPQuery -RetryCount 5", + "Rank": 1 }, { - "Rank": 1, "Id": 1007, "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1 }, { - "Rank": 2, "Id": 1008, "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1009, "CommandName": "Invoke-PnPSiteScript", - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", + "Rank": 1 }, { - "Rank": 1, "Id": 1010, "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Rank": 1 }, { - "Rank": 2, "Id": 1011, "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Rank": 2 }, { - "Rank": 3, "Id": 1012, "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", + "Rank": 3 }, { - "Rank": 1, "Id": 1013, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", + "Rank": 1 }, { - "Rank": 2, "Id": 1014, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml" + "Command": "Invoke-PnPSiteTemplate -Path template.xml", + "Rank": 2 }, { - "Rank": 3, "Id": 1015, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", + "Rank": 3 }, { - "Rank": 4, "Id": 1016, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Rank": 4 }, { - "Rank": 5, "Id": 1017, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", + "Rank": 5 }, { - "Rank": 6, "Id": 1018, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.pnp" + "Command": "Invoke-PnPSiteTemplate -Path template.pnp", + "Rank": 6 }, { - "Rank": 7, "Id": 1019, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", + "Rank": 7 }, { - "Rank": 8, "Id": 1020, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -InputInstance $template" + "Command": "Invoke-PnPSiteTemplate -InputInstance $template", + "Rank": 8 }, { - "Rank": 9, "Id": 1021, "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", + "Rank": 9 }, { - "Rank": 1, "Id": 1022, "CommandName": "Invoke-PnPSPRestMethod", - "Command": "Invoke-PnPSPRestMethod -Url /_api/web" + "Command": "Invoke-PnPSPRestMethod -Url /_api/web", + "Rank": 1 }, { - "Rank": 1, "Id": 1023, "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "Rank": 1 }, { - "Rank": 2, "Id": 1024, "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1025, "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Rank": 3 }, { - "Rank": 1, "Id": 1026, "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "Rank": 1 }, { - "Rank": 2, "Id": 1027, "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", + "Rank": 2 }, { - "Rank": 1, "Id": 1028, "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\"" + "Command": "Measure-PnPList \"Documents\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1029, "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", + "Rank": 2 }, { - "Rank": 1, "Id": 1030, "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb" + "Command": "Measure-PnPWeb", + "Rank": 1 }, { - "Rank": 2, "Id": 1031, "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb $web -Recursive" + "Command": "Measure-PnPWeb $web -Recursive", + "Rank": 2 }, { - "Rank": 1, "Id": 1032, "CommandName": "Merge-PnPTerm", - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", + "Rank": 1 }, { - "Rank": 1, "Id": 1033, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1034, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", + "Rank": 2 }, { - "Rank": 3, "Id": 1035, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Rank": 3 }, { - "Rank": 4, "Id": 1036, "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Rank": 4 }, { - "Rank": 1, "Id": 1037, "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", + "Rank": 1 }, { - "Rank": 2, "Id": 1038, "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", + "Rank": 2 }, { - "Rank": 1, "Id": 1039, "CommandName": "Move-PnPListItemToRecycleBin", - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", + "Rank": 1 }, { - "Rank": 1, "Id": 1040, "CommandName": "Move-PnPPage", - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1041, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", + "Rank": 1 }, { - "Rank": 2, "Id": 1042, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", + "Rank": 2 }, { - "Rank": 3, "Id": 1043, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", + "Rank": 3 }, { - "Rank": 4, "Id": 1044, "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", + "Rank": 4 }, { - "Rank": 1, "Id": 1045, "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem" + "Command": "Move-PnPRecycleBinItem", + "Rank": 1 }, { - "Rank": 2, "Id": 1046, "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", + "Rank": 2 }, { - "Rank": 3, "Id": 1047, "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Force" + "Command": "Move-PnPRecycleBinItem -Force", + "Rank": 3 }, { - "Rank": 1, "Id": 1048, "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", + "Rank": 1 }, { - "Rank": 2, "Id": 1049, "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1050, "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", + "Rank": 3 }, { - "Rank": 1, "Id": 1051, "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", + "Rank": 1 }, { - "Rank": 2, "Id": 1052, "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1053, "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", + "Rank": 1 }, { - "Rank": 2, "Id": 1054, "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", + "Rank": 2 }, { - "Rank": 3, "Id": 1055, "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", + "Rank": 3 }, { - "Rank": 1, "Id": 1056, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "Rank": 1 }, { - "Rank": 2, "Id": 1057, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", + "Rank": 2 }, { - "Rank": 3, "Id": 1058, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", + "Rank": 3 }, { - "Rank": 1, "Id": 1059, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", + "Rank": 1 }, { - "Rank": 2, "Id": 1060, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", + "Rank": 2 }, { - "Rank": 3, "Id": 1061, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", + "Rank": 3 }, { - "Rank": 4, "Id": 1062, "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", + "Rank": 4 }, { - "Rank": 1, "Id": 1063, "CommandName": "New-PnPContainerType", - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1064, "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", + "Rank": 1 }, { - "Rank": 2, "Id": 1065, "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", + "Rank": 2 }, { - "Rank": 1, "Id": 1066, "CommandName": "New-PnPGroup", - "Command": "New-PnPGroup -Title \"My Site Users\"" + "Command": "New-PnPGroup -Title \"My Site Users\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1067, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", + "Rank": 1 }, { - "Rank": 2, "Id": 1068, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Rank": 2 }, { - "Rank": 3, "Id": 1069, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", + "Rank": 3 }, { - "Rank": 4, "Id": 1070, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Rank": 4 }, { - "Rank": 1, "Id": 1071, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1072, "CommandName": "New-PnPList", - "Command": "New-PnPList -Title Announcements -Template Announcements" + "Command": "New-PnPList -Title Announcements -Template Announcements", + "Rank": 1 }, { - "Rank": 2, "Id": 1073, "CommandName": "New-PnPList", - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", + "Rank": 2 }, { - "Rank": 3, "Id": 1074, "CommandName": "New-PnPList", - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", + "Rank": 3 }, { - "Rank": 1, "Id": 1075, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", + "Rank": 1 }, { - "Rank": 2, "Id": 1076, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1077, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", + "Rank": 3 }, { - "Rank": 4, "Id": 1078, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", + "Rank": 4 }, { - "Rank": 5, "Id": 1079, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Rank": 5 }, { - "Rank": 6, "Id": 1080, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Rank": 6 }, { - "Rank": 7, "Id": 1081, "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", + "Rank": 7 }, { - "Rank": 1, "Id": 1082, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 1083, "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", + "Rank": 2 }, { - "Rank": 1, "Id": 1084, "CommandName": "New-PnPPersonalSite", - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", + "Rank": 1 }, { - "Rank": 1, "Id": 1085, "CommandName": "New-PnPPlannerPlan", - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1086, "CommandName": "New-PnpProfileCardProperty", - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1087, "CommandName": "New-PnPSdnProvider", - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1088, "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1089, "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1090, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Rank": 1 }, { - "Rank": 2, "Id": 1091, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", + "Rank": 2 }, { - "Rank": 3, "Id": 1092, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Rank": 3 }, { - "Rank": 4, "Id": 1093, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1094, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Rank": 5 }, { - "Rank": 6, "Id": 1095, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Rank": 6 }, { - "Rank": 7, "Id": 1096, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", + "Rank": 7 }, { - "Rank": 8, "Id": 1097, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", + "Rank": 8 }, { - "Rank": 9, "Id": 1098, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", + "Rank": 9 }, { - "Rank": 10, "Id": 1099, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", + "Rank": 10 }, { - "Rank": 11, "Id": 1100, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Rank": 11 }, { - "Rank": 12, "Id": 1101, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Rank": 12 }, { - "Rank": 13, "Id": 1102, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Rank": 13 }, { - "Rank": 14, "Id": 1103, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Rank": 14 }, { - "Rank": 15, "Id": 1104, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Rank": 15 }, { - "Rank": 16, "Id": 1105, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", + "Rank": 16 }, { - "Rank": 17, "Id": 1106, "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", + "Rank": 17 }, { - "Rank": 1, "Id": 1107, "CommandName": "New-PnPSiteCollectionTermStore", - "Command": "New-PnPSiteCollectionTermStore" + "Command": "New-PnPSiteCollectionTermStore", + "Rank": 1 }, { - "Rank": 1, "Id": 1108, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", + "Rank": 1 }, { - "Rank": 2, "Id": 1109, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", + "Rank": 2 }, { - "Rank": 3, "Id": 1110, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", + "Rank": 3 }, { - "Rank": 4, "Id": 1111, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Rank": 4 }, { - "Rank": 1, "Id": 1112, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1113, "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1114, "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1115, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "Rank": 1 }, { - "Rank": 2, "Id": 1116, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", + "Rank": 2 }, { - "Rank": 3, "Id": 1117, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", + "Rank": 3 }, { - "Rank": 4, "Id": 1118, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1119, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", + "Rank": 5 }, { - "Rank": 6, "Id": 1120, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 6 }, { - "Rank": 7, "Id": 1121, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", + "Rank": 7 }, { - "Rank": 8, "Id": 1122, "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", + "Rank": 8 }, { - "Rank": 1, "Id": 1123, "CommandName": "New-PnPTeamsApp", - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "Rank": 1 }, { - "Rank": 1, "Id": 1124, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", + "Rank": 1 }, { - "Rank": 2, "Id": 1125, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -GroupId $groupId" + "Command": "New-PnPTeamsTeam -GroupId $groupId", + "Rank": 2 }, { - "Rank": 3, "Id": 1126, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", + "Rank": 3 }, { - "Rank": 4, "Id": 1127, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Rank": 4 }, { - "Rank": 5, "Id": 1128, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", + "Rank": 5 }, { - "Rank": 6, "Id": 1129, "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Rank": 6 }, { - "Rank": 1, "Id": 1130, "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", + "Rank": 1 }, { - "Rank": 2, "Id": 1131, "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", + "Rank": 2 }, { - "Rank": 1, "Id": 1132, "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1133, "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 2 }, { - "Rank": 1, "Id": 1134, "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\"" + "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1135, "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Rank": 2 }, { - "Rank": 1, "Id": 1136, "CommandName": "New-PnPTermLabel", - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", + "Rank": 1 }, { - "Rank": 1, "Id": 1137, "CommandName": "New-PnPTermSet", - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1138, "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -DisplayName \"Travel items\"" + "Command": "New-PnPTodoList -DisplayName \"Travel items\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1139, "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1140, "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 1141, "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", + "Rank": 2 }, { - "Rank": 1, "Id": 1142, "CommandName": "New-PnPUser", - "Command": "New-PnPUser -LoginName user@company.com" + "Command": "New-PnPUser -LoginName user@company.com", + "Rank": 1 }, { - "Rank": 1, "Id": 1143, "CommandName": "New-PnPVivaEngageCommunity", - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", + "Rank": 1 }, { - "Rank": 1, "Id": 1144, "CommandName": "New-PnPWeb", - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1145, "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Rank": 1 }, { - "Rank": 2, "Id": 1146, "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", + "Rank": 2 }, { - "Rank": 1, "Id": 1147, "CommandName": "Publish-PnPContentType", - "Command": "Publish-PnPContentType -ContentType 0x0101" + "Command": "Publish-PnPContentType -ContentType 0x0101", + "Rank": 1 }, { - "Rank": 1, "Id": 1148, "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1149, "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Rank": 2 }, { - "Rank": 1, "Id": 1150, "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp" + "Command": "Read-PnPSiteTemplate -Path template.pnp", + "Rank": 1 }, { - "Rank": 2, "Id": 1151, "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", + "Rank": 2 }, { - "Rank": 3, "Id": 1152, "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Xml $xml" + "Command": "Read-PnPSiteTemplate -Xml $xml", + "Rank": 3 }, { - "Rank": 1, "Id": 1153, "CommandName": "Read-PnPTenantTemplate", - "Command": "Read-PnPTenantTemplate -Path template.pnp" + "Command": "Read-PnPTenantTemplate -Path template.pnp", + "Rank": 1 }, { - "Rank": 1, "Id": 1154, "CommandName": "Register-PnPAppCatalogSite", - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", + "Rank": 1 }, { - "Rank": 1, "Id": 1155, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", + "Rank": 1 }, { - "Rank": 2, "Id": 1156, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 2 }, { - "Rank": 3, "Id": 1157, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1158, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 4 }, { - "Rank": 5, "Id": 1159, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 5 }, { - "Rank": 6, "Id": 1160, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Rank": 6 }, { - "Rank": 7, "Id": 1161, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", + "Rank": 7 }, { - "Rank": 8, "Id": 1162, "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", + "Rank": 8 }, { - "Rank": 1, "Id": 1163, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", + "Rank": 1 }, { - "Rank": 2, "Id": 1164, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1165, "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1166, "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1167, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "Rank": 1 }, { - "Rank": 2, "Id": 1168, "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1169, "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", + "Rank": 1 }, { - "Rank": 2, "Id": 1170, "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1171, "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 2, "Id": 1172, "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2 }, { - "Rank": 1, "Id": 1173, "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1 }, { - "Rank": 2, "Id": 1174, "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Rank": 2 }, { - "Rank": 1, "Id": 1175, "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1176, "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1177, "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity MyApp" + "Command": "Remove-PnPAzureADApp -Identity MyApp", + "Rank": 1 }, { - "Rank": 2, "Id": 1178, "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Rank": 2 }, { - "Rank": 1, "Id": 1179, "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $groupId" + "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "Rank": 1 }, { - "Rank": 2, "Id": 1180, "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $group" + "Command": "Remove-PnPAzureADGroup -Identity $group", + "Rank": 2 }, { - "Rank": 1, "Id": 1181, "CommandName": "Remove-PnPAzureADGroupMember", - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1182, "CommandName": "Remove-PnPAzureADGroupOwner", - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1183, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1184, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1185, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Rank": 3 }, { - "Rank": 4, "Id": 1186, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Rank": 4 }, { - "Rank": 1, "Id": 1187, "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", + "Rank": 1 }, { - "Rank": 2, "Id": 1188, "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", + "Rank": 2 }, { - "Rank": 1, "Id": 1189, "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1190, "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1191, "CommandName": "Remove-PnPContainerType", - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", + "Rank": 1 }, { - "Rank": 1, "Id": 1192, "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\"" + "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1193, "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1194, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1195, "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Rank": 2 }, { - "Rank": 1, "Id": 1196, "CommandName": "Remove-PnPContentTypeFromList", - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1197, "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1 }, { - "Rank": 2, "Id": 1198, "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Rank": 2 }, { - "Rank": 3, "Id": 1199, "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", + "Rank": 3 }, { - "Rank": 1, "Id": 1200, "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 1 }, { - "Rank": 1, "Id": 1201, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 1 }, { - "Rank": 2, "Id": 1202, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Rank": 2 }, { - "Rank": 3, "Id": 1203, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", + "Rank": 3 }, { - "Rank": 4, "Id": 1204, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList" + "Command": "Remove-PnPEventReceiver -List ProjectList", + "Rank": 4 }, { - "Rank": 5, "Id": 1205, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver" + "Command": "Remove-PnPEventReceiver", + "Rank": 5 }, { - "Rank": 6, "Id": 1206, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Site" + "Command": "Remove-PnPEventReceiver -Scope Site", + "Rank": 6 }, { - "Rank": 7, "Id": 1207, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Web" + "Command": "Remove-PnPEventReceiver -Scope Web", + "Rank": 7 }, { - "Rank": 8, "Id": 1208, "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope All" + "Command": "Remove-PnPEventReceiver -Scope All", + "Rank": 8 }, { - "Rank": 1, "Id": 1209, "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -Identity \"Speakers\"" + "Command": "Remove-PnPField -Identity \"Speakers\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1210, "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1211, "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1212, "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", + "Rank": 2 }, { - "Rank": 1, "Id": 1213, "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", + "Rank": 1 }, { - "Rank": 2, "Id": 1214, "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", + "Rank": 2 }, { - "Rank": 3, "Id": 1215, "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", + "Rank": 3 }, { - "Rank": 1, "Id": 1216, "CommandName": "Remove-PnPFileFromSiteTemplate", - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "Rank": 1 }, { - "Rank": 1, "Id": 1217, "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1218, "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1219, "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Rank": 1 }, { - "Rank": 2, "Id": 1220, "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1221, "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", + "Rank": 3 }, { - "Rank": 1, "Id": 1222, "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1 }, { - "Rank": 2, "Id": 1223, "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", + "Rank": 2 }, { - "Rank": 1, "Id": 1224, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", + "Rank": 1 }, { - "Rank": 2, "Id": 1225, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", + "Rank": 2 }, { - "Rank": 3, "Id": 1226, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", + "Rank": 3 }, { - "Rank": 4, "Id": 1227, "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", + "Rank": 4 }, { - "Rank": 1, "Id": 1228, "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Rank": 1 }, { - "Rank": 2, "Id": 1229, "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", + "Rank": 2 }, { - "Rank": 1, "Id": 1230, "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1231, "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1232, "CommandName": "Remove-PnPGraphSubscription", - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", + "Rank": 1 }, { - "Rank": 1, "Id": 1233, "CommandName": "Remove-PnPGroup", - "Command": "Remove-PnPGroup -Identity \"My Users\"" + "Command": "Remove-PnPGroup -Identity \"My Users\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1234, "CommandName": "Remove-PnPGroupMember", - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Rank": 1 }, { - "Rank": 1, "Id": 1235, "CommandName": "Remove-PnPHomeSite", - "Command": "Remove-PnPHomeSite" + "Command": "Remove-PnPHomeSite", + "Rank": 1 }, { - "Rank": 1, "Id": 1236, "CommandName": "Remove-PnPHubSiteAssociation", - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1237, "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", + "Rank": 1 }, { - "Rank": 2, "Id": 1238, "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1239, "CommandName": "Remove-PnPIndexedProperty", - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1240, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery" + "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "Rank": 1 }, { - "Rank": 2, "Id": 1241, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", + "Rank": 2 }, { - "Rank": 3, "Id": 1242, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", + "Rank": 3 }, { - "Rank": 4, "Id": 1243, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Scope Site" + "Command": "Remove-PnPJavaScriptLink -Scope Site", + "Rank": 4 }, { - "Rank": 5, "Id": 1244, "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", + "Rank": 5 }, { - "Rank": 1, "Id": 1245, "CommandName": "Remove-PnPKnowledgeHubSite", - "Command": "Remove-PnPKnowledgeHubSite" + "Command": "Remove-PnPKnowledgeHubSite", + "Rank": 1 }, { - "Rank": 1, "Id": 1246, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1247, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1248, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements" + "Command": "Remove-PnPList -Identity Announcements", + "Rank": 1 }, { - "Rank": 2, "Id": 1249, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Force" + "Command": "Remove-PnPList -Identity Announcements -Force", + "Rank": 2 }, { - "Rank": 3, "Id": 1250, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle" + "Command": "Remove-PnPList -Identity Announcements -Recycle", + "Rank": 3 }, { - "Rank": 4, "Id": 1251, "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", + "Rank": 4 }, { - "Rank": 1, "Id": 1252, "CommandName": "Remove-PnPListDesign", - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1 }, { - "Rank": 1, "Id": 1253, "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", + "Rank": 1 }, { - "Rank": 2, "Id": 1254, "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", + "Rank": 2 }, { - "Rank": 3, "Id": 1255, "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\"" + "Command": "Remove-PnPListItem -List \"Demo List\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1256, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", + "Rank": 1 }, { - "Rank": 2, "Id": 1257, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", + "Rank": 2 }, { - "Rank": 3, "Id": 1258, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", + "Rank": 3 }, { - "Rank": 4, "Id": 1259, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", + "Rank": 4 }, { - "Rank": 5, "Id": 1260, "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", + "Rank": 5 }, { - "Rank": 1, "Id": 1261, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", + "Rank": 1 }, { - "Rank": 2, "Id": 1262, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1263, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", + "Rank": 3 }, { - "Rank": 4, "Id": 1264, "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", + "Rank": 4 }, { - "Rank": 1, "Id": 1265, "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Rank": 1 }, { - "Rank": 2, "Id": 1266, "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1267, "CommandName": "Remove-PnPManagedAppId", - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1268, "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "Rank": 1 }, { - "Rank": 2, "Id": 1269, "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $group" + "Command": "Remove-PnPMicrosoft365Group -Identity $group", + "Rank": 2 }, { - "Rank": 1, "Id": 1270, "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1271, "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1272, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1273, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1274, "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", + "Rank": 2 }, { - "Rank": 1, "Id": 1275, "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Identity 1032" + "Command": "Remove-PnPNavigationNode -Identity 1032", + "Rank": 1 }, { - "Rank": 2, "Id": 1276, "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", + "Rank": 2 }, { - "Rank": 3, "Id": 1277, "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", + "Rank": 3 }, { - "Rank": 1, "Id": 1278, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1279, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", + "Rank": 2 }, { - "Rank": 3, "Id": 1280, "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", + "Rank": 3 }, { - "Rank": 1, "Id": 1281, "CommandName": "Remove-PnPOrgNewsSite", - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1282, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\"" + "Command": "Remove-PnPPage -Identity \"MyPage\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1283, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1284, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage $page" + "Command": "Remove-PnPPage $page", + "Rank": 3 }, { - "Rank": 4, "Id": 1285, "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", + "Rank": 4 }, { - "Rank": 1, "Id": 1286, "CommandName": "Remove-PnPPageComponent", - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 1 }, { - "Rank": 1, "Id": 1287, "CommandName": "Remove-PnPPlannerBucket", - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1288, "CommandName": "Remove-PnPPlannerPlan", - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1289, "CommandName": "Remove-PnPPlannerRoster", - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1290, "CommandName": "Remove-PnPPlannerRosterMember", - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1291, "CommandName": "Remove-PnPPlannerTask", - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "Rank": 1 }, { - "Rank": 1, "Id": 1292, "CommandName": "Remove-PnPProfileCardProperty", - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", + "Rank": 1 }, { - "Rank": 1, "Id": 1293, "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey" + "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "Rank": 1 }, { - "Rank": 2, "Id": 1294, "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", + "Rank": 2 }, { - "Rank": 3, "Id": 1295, "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", + "Rank": 3 }, { - "Rank": 1, "Id": 1296, "CommandName": "Remove-PnPPublishingImageRendition", - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Rank": 1 }, { - "Rank": 1, "Id": 1297, "CommandName": "Remove-PnPRoleDefinition", - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "Rank": 1 }, { - "Rank": 1, "Id": 1298, "CommandName": "Remove-PnPSdnProvider", - "Command": "Remove-PnPSdnProvider -Confirm:false" + "Command": "Remove-PnPSdnProvider -Confirm:false", + "Rank": 1 }, { - "Rank": 1, "Id": 1299, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config" + "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "Rank": 1 }, { - "Rank": 2, "Id": 1300, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", + "Rank": 2 }, { - "Rank": 3, "Id": 1301, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Rank": 3 }, { - "Rank": 4, "Id": 1302, "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Rank": 4 }, { - "Rank": 1, "Id": 1303, "CommandName": "Remove-PnPSearchExternalConnection", - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1304, "CommandName": "Remove-PnPSearchExternalItem", - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1305, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1306, "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Rank": 2 }, { - "Rank": 1, "Id": 1307, "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1308, "CommandName": "Remove-PnPSiteCollectionTermStore", - "Command": "Remove-PnPSiteCollectionTermStore" + "Command": "Remove-PnPSiteCollectionTermStore", + "Rank": 1 }, { - "Rank": 1, "Id": 1309, "CommandName": "Remove-PnPSiteDesign", - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1 }, { - "Rank": 1, "Id": 1310, "CommandName": "Remove-PnPSiteDesignTask", - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1 }, { - "Rank": 1, "Id": 1311, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Rank": 1 }, { - "Rank": 2, "Id": 1312, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1313, "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1314, "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", + "Rank": 2 }, { - "Rank": 1, "Id": 1315, "CommandName": "Remove-PnPSiteScript", - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Rank": 1 }, { - "Rank": 1, "Id": 1316, "CommandName": "Remove-PnPSiteUserInvitations", - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Rank": 1 }, { - "Rank": 1, "Id": 1317, "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey" + "Command": "Remove-PnPStorageEntity -Key MyKey", + "Rank": 1 }, { - "Rank": 2, "Id": 1318, "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", + "Rank": 2 }, { - "Rank": 1, "Id": 1319, "CommandName": "Remove-PnPStoredCredential", - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1320, "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1321, "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1322, "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", + "Rank": 1 }, { - "Rank": 2, "Id": 1323, "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1324, "CommandName": "Remove-PnPTeamsChannel", - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1325, "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", + "Rank": 1 }, { - "Rank": 2, "Id": 1326, "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Rank": 2 }, { - "Rank": 3, "Id": 1327, "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", + "Rank": 3 }, { - "Rank": 1, "Id": 1328, "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", + "Rank": 1 }, { - "Rank": 2, "Id": 1329, "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", + "Rank": 2 }, { - "Rank": 3, "Id": 1330, "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", + "Rank": 3 }, { - "Rank": 1, "Id": 1331, "CommandName": "Remove-PnPTeamsTag", - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1332, "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Rank": 1 }, { - "Rank": 2, "Id": 1333, "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity testteam" + "Command": "Remove-PnPTeamsTeam -Identity testteam", + "Rank": 2 }, { - "Rank": 1, "Id": 1334, "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", + "Rank": 1 }, { - "Rank": 2, "Id": 1335, "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Rank": 2 }, { - "Rank": 3, "Id": 1336, "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1337, "CommandName": "Remove-PnPTenantCdnOrigin", - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Rank": 1 }, { - "Rank": 1, "Id": 1338, "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1339, "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1340, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Rank": 1 }, { - "Rank": 2, "Id": 1341, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1342, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Rank": 3 }, { - "Rank": 1, "Id": 1343, "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1344, "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", + "Rank": 2 }, { - "Rank": 3, "Id": 1345, "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", + "Rank": 3 }, { - "Rank": 1, "Id": 1346, "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Command": "Remove-PnPTenantSyncClientRestriction" + "Command": "Remove-PnPTenantSyncClientRestriction", + "Rank": 1 }, { - "Rank": 1, "Id": 1347, "CommandName": "Remove-PnPTenantTheme", - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1348, "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Rank": 1 }, { - "Rank": 2, "Id": 1349, "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1350, "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Rank": 1 }, { - "Rank": 2, "Id": 1351, "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1352, "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", + "Rank": 3 }, { - "Rank": 1, "Id": 1353, "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", + "Rank": 1 }, { - "Rank": 2, "Id": 1354, "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1355, "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1356, "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", + "Rank": 2 }, { - "Rank": 1, "Id": 1357, "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity 23" + "Command": "Remove-PnPUser -Identity 23", + "Rank": 1 }, { - "Rank": 2, "Id": 1358, "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", + "Rank": 2 }, { - "Rank": 3, "Id": 1359, "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", + "Rank": 3 }, { - "Rank": 1, "Id": 1360, "CommandName": "Remove-PnPUserInfo", - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1361, "CommandName": "Remove-PnPUserProfile", - "Command": "Remove-PnPUserProfile -LoginName user@domain.com" + "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "Rank": 1 }, { - "Rank": 1, "Id": 1362, "CommandName": "Remove-PnPUserProfilePhoto", - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1363, "CommandName": "Remove-PnPView", - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1364, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1365, "CommandName": "Remove-PnPVivaEngageCommunity", - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1366, "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity projectA" + "Command": "Remove-PnPWeb -Identity projectA", + "Rank": 1 }, { - "Rank": 2, "Id": 1367, "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", + "Rank": 2 }, { - "Rank": 1, "Id": 1368, "CommandName": "Remove-PnPWebhookSubscription", - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", + "Rank": 1 }, { - "Rank": 1, "Id": 1369, "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Rank": 1 }, { - "Rank": 2, "Id": 1370, "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", + "Rank": 2 }, { - "Rank": 1, "Id": 1371, "CommandName": "Remove-PnPWikiPage", - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "Rank": 1 }, { - "Rank": 1, "Id": 1372, "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", + "Rank": 1 }, { - "Rank": 2, "Id": 1373, "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", + "Rank": 2 }, { - "Rank": 3, "Id": 1374, "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", + "Rank": 3 }, { - "Rank": 1, "Id": 1375, "CommandName": "Rename-PnPFolder", - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", + "Rank": 1 }, { - "Rank": 1, "Id": 1376, "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1377, "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1378, "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", + "Rank": 1 }, { - "Rank": 2, "Id": 1379, "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1380, "CommandName": "Request-PnPReIndexList", - "Command": "Request-PnPReIndexList -Identity \"Demo List\"" + "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1381, "CommandName": "Request-PnPReIndexWeb", - "Command": "Request-PnPReIndexWeb" + "Command": "Request-PnPReIndexWeb", + "Rank": 1 }, { - "Rank": 1, "Id": 1382, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1383, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1384, "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", + "Rank": 3 }, { - "Rank": 1, "Id": 1385, "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1386, "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1387, "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1388, "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1389, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Command": "Reset-PnPMicrosoft365GroupExpiration" + "Command": "Reset-PnPMicrosoft365GroupExpiration", + "Rank": 1 }, { - "Rank": 1, "Id": 1390, "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1391, "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", + "Rank": 2 }, { - "Rank": 1, "Id": 1392, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "Rank": 1 }, { - "Rank": 1, "Id": 1393, "CommandName": "Resolve-PnPFolder", - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1394, "CommandName": "Restart-PnPFlowRun", - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 1 }, { - "Rank": 1, "Id": 1395, "CommandName": "Restore-PnPDeletedContainer", - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1396, "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Rank": 1 }, { - "Rank": 1, "Id": 1397, "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Rank": 1 }, { - "Rank": 2, "Id": 1398, "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", + "Rank": 2 }, { - "Rank": 3, "Id": 1399, "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1400, "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 1 }, { - "Rank": 2, "Id": 1401, "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Rank": 2 }, { - "Rank": 1, "Id": 1402, "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Rank": 1 }, { - "Rank": 2, "Id": 1403, "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1404, "CommandName": "Restore-PnPRecycleBinItem", - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Rank": 1 }, { - "Rank": 1, "Id": 1405, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1406, "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Rank": 2 }, { - "Rank": 1, "Id": 1407, "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1408, "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Rank": 2 }, { - "Rank": 3, "Id": 1409, "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", + "Rank": 3 }, { - "Rank": 1, "Id": 1410, "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "Rank": 1 }, { - "Rank": 1, "Id": 1411, "CommandName": "Revoke-PnPHubSiteRights", - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1412, "CommandName": "Revoke-PnPSiteDesignRights", - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1413, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1414, "CommandName": "Revoke-PnPUserSession", - "Command": "Revoke-PnPUserSession -User user1@contoso.com" + "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "Rank": 1 }, { - "Rank": 1, "Id": 1415, "CommandName": "Save-PnPPageConversionLog", - "Command": "Save-PnPPageConversionLog" + "Command": "Save-PnPPageConversionLog", + "Rank": 1 }, { - "Rank": 1, "Id": 1416, "CommandName": "Save-PnPSiteTemplate", - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", + "Rank": 1 }, { - "Rank": 1, "Id": 1417, "CommandName": "Save-PnPTenantTemplate", - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", + "Rank": 1 }, { - "Rank": 1, "Id": 1418, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1419, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", + "Rank": 2 }, { - "Rank": 3, "Id": 1420, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1421, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1422, "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", + "Rank": 5 }, { - "Rank": 1, "Id": 1423, "CommandName": "Set-PnPAdaptiveScopeProperty", - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "Rank": 1 }, { - "Rank": 1, "Id": 1424, "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Rank": 1 }, { - "Rank": 2, "Id": 1425, "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1426, "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -On" + "Command": "Set-PnPAppSideLoading -On", + "Rank": 1 }, { - "Rank": 2, "Id": 1427, "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -Off" + "Command": "Set-PnPAppSideLoading -Off", + "Rank": 2 }, { - "Rank": 1, "Id": 1428, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -EnableAll" + "Command": "Set-PnPAuditing -EnableAll", + "Rank": 1 }, { - "Rank": 2, "Id": 1429, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -DisableAll" + "Command": "Set-PnPAuditing -DisableAll", + "Rank": 2 }, { - "Rank": 3, "Id": 1430, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7" + "Command": "Set-PnPAuditing -RetentionTime 7", + "Rank": 3 }, { - "Rank": 4, "Id": 1431, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -TrimAuditLog" + "Command": "Set-PnPAuditing -TrimAuditLog", + "Rank": 4 }, { - "Rank": 5, "Id": 1432, "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", + "Rank": 5 }, { - "Rank": 1, "Id": 1433, "CommandName": "Set-PnPAvailablePageLayouts", - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "Rank": 1 }, { - "Rank": 1, "Id": 1434, "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "Rank": 1 }, { - "Rank": 2, "Id": 1435, "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", + "Rank": 2 }, { - "Rank": 1, "Id": 1436, "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1437, "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1438, "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", + "Rank": 3 }, { - "Rank": 1, "Id": 1439, "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1440, "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", + "Rank": 2 }, { - "Rank": 3, "Id": 1441, "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", + "Rank": 3 }, { - "Rank": 1, "Id": 1442, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "Rank": 1 }, { - "Rank": 2, "Id": 1443, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", + "Rank": 2 }, { - "Rank": 1, "Id": 1444, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", + "Rank": 1 }, { - "Rank": 2, "Id": 1445, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", + "Rank": 2 }, { - "Rank": 3, "Id": 1446, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", + "Rank": 3 }, { - "Rank": 4, "Id": 1447, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", + "Rank": 4 }, { - "Rank": 1, "Id": 1448, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1449, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", + "Rank": 2 }, { - "Rank": 3, "Id": 1450, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1451, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Rank": 4 }, { - "Rank": 5, "Id": 1452, "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Rank": 5 }, { - "Rank": 1, "Id": 1453, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", + "Rank": 1 }, { - "Rank": 2, "Id": 1454, "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", + "Rank": 2 }, { - "Rank": 1, "Id": 1455, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1456, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1457, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1458, "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", + "Rank": 4 }, { - "Rank": 1, "Id": 1459, "CommandName": "Set-PnPDefaultContentTypeToList", - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1460, "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "Rank": 1 }, { - "Rank": 2, "Id": 1461, "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", + "Rank": 2 }, { - "Rank": 3, "Id": 1462, "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", + "Rank": 3 }, { - "Rank": 1, "Id": 1463, "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "Rank": 1 }, { - "Rank": 2, "Id": 1464, "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1465, "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1466, "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", + "Rank": 1 }, { - "Rank": 2, "Id": 1467, "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", + "Rank": 2 }, { - "Rank": 1, "Id": 1468, "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 1469, "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", + "Rank": 2 }, { - "Rank": 3, "Id": 1470, "CommandName": "Set-PnPField", - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", + "Rank": 3 }, { - "Rank": 1, "Id": 1471, "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1472, "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1473, "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1474, "CommandName": "Set-PnPFileCheckedOut", - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1475, "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1476, "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1477, "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1478, "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 1 }, { - "Rank": 2, "Id": 1479, "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Rank": 2 }, { - "Rank": 3, "Id": 1480, "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Rank": 3 }, { - "Rank": 1, "Id": 1481, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true" + "Command": "Set-PnPFooter -Enabled:$true", + "Rank": 1 }, { - "Rank": 2, "Id": 1482, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", + "Rank": 2 }, { - "Rank": 3, "Id": 1483, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1484, "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -LogoUrl \"\"" + "Command": "Set-PnPFooter -LogoUrl \"\"", + "Rank": 4 }, { - "Rank": 1, "Id": 1485, "CommandName": "Set-PnPGraphSubscription", - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1486, "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", + "Rank": 1 }, { - "Rank": 2, "Id": 1487, "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", + "Rank": 2 }, { - "Rank": 1, "Id": 1488, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", + "Rank": 1 }, { - "Rank": 2, "Id": 1489, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", + "Rank": 2 }, { - "Rank": 3, "Id": 1490, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", + "Rank": 3 }, { - "Rank": 4, "Id": 1491, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", + "Rank": 4 }, { - "Rank": 5, "Id": 1492, "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", + "Rank": 5 }, { - "Rank": 1, "Id": 1493, "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1494, "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", + "Rank": 2 }, { - "Rank": 1, "Id": 1495, "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "Rank": 1 }, { - "Rank": 2, "Id": 1496, "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", + "Rank": 2 }, { - "Rank": 1, "Id": 1497, "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1498, "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", + "Rank": 2 }, { - "Rank": 3, "Id": 1499, "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", + "Rank": 3 }, { - "Rank": 1, "Id": 1500, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1501, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1502, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", + "Rank": 3 }, { - "Rank": 4, "Id": 1503, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1504, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", + "Rank": 5 }, { - "Rank": 6, "Id": 1505, "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", + "Rank": 6 }, { - "Rank": 1, "Id": 1506, "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1507, "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", + "Rank": 2 }, { - "Rank": 1, "Id": 1508, "CommandName": "Set-PnPIndexedProperties", - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "Rank": 1 }, { - "Rank": 1, "Id": 1509, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1510, "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", + "Rank": 2 }, { - "Rank": 1, "Id": 1511, "CommandName": "Set-PnPKnowledgeHubSite", - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1512, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1513, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", + "Rank": 2 }, { - "Rank": 3, "Id": 1514, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", + "Rank": 3 }, { - "Rank": 4, "Id": 1515, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", + "Rank": 4 }, { - "Rank": 5, "Id": 1516, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", + "Rank": 5 }, { - "Rank": 6, "Id": 1517, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", + "Rank": 6 }, { - "Rank": 7, "Id": 1518, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", + "Rank": 7 }, { - "Rank": 8, "Id": 1519, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", + "Rank": 8 }, { - "Rank": 9, "Id": 1520, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", + "Rank": 9 }, { - "Rank": 10, "Id": 1521, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", + "Rank": 10 }, { - "Rank": 11, "Id": 1522, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", + "Rank": 11 }, { - "Rank": 12, "Id": 1523, "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", + "Rank": 12 }, { - "Rank": 1, "Id": 1524, "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1525, "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", + "Rank": 2 }, { - "Rank": 1, "Id": 1526, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 1527, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 2 }, { - "Rank": 3, "Id": 1528, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Rank": 3 }, { - "Rank": 4, "Id": 1529, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1530, "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", + "Rank": 5 }, { - "Rank": 1, "Id": 1531, "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Rank": 1 }, { - "Rank": 2, "Id": 1532, "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", + "Rank": 2 }, { - "Rank": 1, "Id": 1533, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 1 }, { - "Rank": 2, "Id": 1534, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Rank": 2 }, { - "Rank": 3, "Id": 1535, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Rank": 3 }, { - "Rank": 4, "Id": 1536, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", + "Rank": 4 }, { - "Rank": 5, "Id": 1537, "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", + "Rank": 5 }, { - "Rank": 1, "Id": 1538, "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", + "Rank": 1 }, { - "Rank": 2, "Id": 1539, "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Rank": 2 }, { - "Rank": 1, "Id": 1540, "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "Rank": 1 }, { - "Rank": 2, "Id": 1541, "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", + "Rank": 2 }, { - "Rank": 1, "Id": 1542, "CommandName": "Set-PnPManagedAppId", - "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" + "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", + "Rank": 1 }, { - "Rank": 1, "Id": 1543, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Rank": 1 }, { - "Rank": 2, "Id": 1544, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Rank": 2 }, { - "Rank": 3, "Id": 1545, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Rank": 3 }, { - "Rank": 4, "Id": 1546, "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Rank": 4 }, { - "Rank": 1, "Id": 1547, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1548, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1549, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived" + "Command": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 3 }, { - "Rank": 1, "Id": 1550, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1551, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1552, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 3 }, { - "Rank": 1, "Id": 1553, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1554, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1555, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 3 }, { - "Rank": 1, "Id": 1556, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1557, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1558, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 3 }, { - "Rank": 1, "Id": 1559, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1560, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1561, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead" + "Command": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 3 }, { - "Rank": 1, "Id": 1562, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1563, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1564, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread" + "Command": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 3 }, { - "Rank": 1, "Id": 1565, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1566, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1567, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1568, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", + "Rank": 4 }, { - "Rank": 5, "Id": 1569, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", + "Rank": 5 }, { - "Rank": 6, "Id": 1570, "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Rank": 6 }, { - "Rank": 1, "Id": 1571, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 1572, "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", + "Rank": 2 }, { - "Rank": 1, "Id": 1573, "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1574, "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", + "Rank": 2 }, { - "Rank": 1, "Id": 1575, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1576, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", + "Rank": 2 }, { - "Rank": 3, "Id": 1577, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", + "Rank": 3 }, { - "Rank": 4, "Id": 1578, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", + "Rank": 4 }, { - "Rank": 5, "Id": 1579, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", + "Rank": 5 }, { - "Rank": 6, "Id": 1580, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", + "Rank": 6 }, { - "Rank": 7, "Id": 1581, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", + "Rank": 7 }, { - "Rank": 8, "Id": 1582, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", + "Rank": 8 }, { - "Rank": 9, "Id": 1583, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", + "Rank": 9 }, { - "Rank": 10, "Id": 1584, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Rank": 10 }, { - "Rank": 11, "Id": 1585, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", + "Rank": 11 }, { - "Rank": 12, "Id": 1586, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", + "Rank": 12 }, { - "Rank": 13, "Id": 1587, "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", + "Rank": 13 }, { - "Rank": 1, "Id": 1588, "CommandName": "Set-PnPPageTextPart", - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1589, "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1590, "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", + "Rank": 2 }, { - "Rank": 1, "Id": 1591, "CommandName": "Set-PnPPlannerBucket", - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1592, "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "Rank": 1 }, { - "Rank": 2, "Id": 1593, "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", + "Rank": 2 }, { - "Rank": 1, "Id": 1594, "CommandName": "Set-PnPPlannerPlan", - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1595, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", + "Rank": 1 }, { - "Rank": 2, "Id": 1596, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1597, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1598, "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", + "Rank": 4 }, { - "Rank": 1, "Id": 1599, "CommandName": "Set-PnPPlannerUserPolicy", - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1600, "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", + "Rank": 1 }, { - "Rank": 2, "Id": 1601, "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", + "Rank": 2 }, { - "Rank": 1, "Id": 1602, "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "Rank": 1 }, { - "Rank": 2, "Id": 1603, "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", + "Rank": 2 }, { - "Rank": 3, "Id": 1604, "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", + "Rank": 3 }, { - "Rank": 1, "Id": 1605, "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "Rank": 1 }, { - "Rank": 2, "Id": 1606, "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled" + "Command": "Set-PnPRequestAccessEmails -Disabled", + "Rank": 2 }, { - "Rank": 3, "Id": 1607, "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled:$false" + "Command": "Set-PnPRequestAccessEmails -Disabled:$false", + "Rank": 3 }, { - "Rank": 1, "Id": 1608, "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1609, "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", + "Rank": 2 }, { - "Rank": 3, "Id": 1610, "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1611, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "Rank": 1 }, { - "Rank": 2, "Id": 1612, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", + "Rank": 2 }, { - "Rank": 3, "Id": 1613, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1614, "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", + "Rank": 4 }, { - "Rank": 1, "Id": 1615, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config" + "Command": "Set-PnPSearchConfiguration -Configuration $config", + "Rank": 1 }, { - "Rank": 2, "Id": 1616, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", + "Rank": 2 }, { - "Rank": 3, "Id": 1617, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Rank": 3 }, { - "Rank": 4, "Id": 1618, "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Rank": 4 }, { - "Rank": 1, "Id": 1619, "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1620, "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1621, "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1622, "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", + "Rank": 1 }, { - "Rank": 2, "Id": 1623, "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1624, "CommandName": "Set-PnPSearchExternalSchema", - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", + "Rank": 1 }, { - "Rank": 1, "Id": 1625, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "Rank": 1 }, { - "Rank": 2, "Id": 1626, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", + "Rank": 2 }, { - "Rank": 3, "Id": 1627, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1628, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1629, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", + "Rank": 5 }, { - "Rank": 6, "Id": 1630, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Tenant" + "Command": "Set-PnPSearchSettings -SearchScope Tenant", + "Rank": 6 }, { - "Rank": 7, "Id": 1631, "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Hub" + "Command": "Set-PnPSearchSettings -SearchScope Hub", + "Rank": 7 }, { - "Rank": 1, "Id": 1632, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification \"HBI\"" + "Command": "Set-PnPSite -Classification \"HBI\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1633, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification $null" + "Command": "Set-PnPSite -Classification $null", + "Rank": 2 }, { - "Rank": 3, "Id": 1634, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows" + "Command": "Set-PnPSite -DisableFlows", + "Rank": 3 }, { - "Rank": 4, "Id": 1635, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows:$false" + "Command": "Set-PnPSite -DisableFlows:$false", + "Rank": 4 }, { - "Rank": 5, "Id": 1636, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", + "Rank": 5 }, { - "Rank": 6, "Id": 1637, "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -NoScriptSite $false" + "Command": "Set-PnPSite -NoScriptSite $false", + "Rank": 6 }, { - "Rank": 1, "Id": 1638, "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", + "Rank": 1 }, { - "Rank": 2, "Id": 1639, "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", + "Rank": 2 }, { - "Rank": 1, "Id": 1640, "CommandName": "Set-PnPSiteClassification", - "Command": "Set-PnPSiteClassification -Identity \"LBI\"" + "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1641, "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Open" + "Command": "Set-PnPSiteClosure -State Open", + "Rank": 1 }, { - "Rank": 2, "Id": 1642, "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Closed" + "Command": "Set-PnPSiteClosure -State Closed", + "Rank": 2 }, { - "Rank": 1, "Id": 1643, "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1644, "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1645, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1646, "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", + "Rank": 2 }, { - "Rank": 1, "Id": 1647, "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1648, "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", + "Rank": 2 }, { - "Rank": 1, "Id": 1649, "CommandName": "Set-PnPSitePolicy", - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1650, "CommandName": "Set-PnPSiteScript", - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1651, "CommandName": "Set-PnPSiteScriptPackage", - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1652, "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1653, "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", + "Rank": 2 }, { - "Rank": 1, "Id": 1654, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1655, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1656, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1657, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1658, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Rank": 5 }, { - "Rank": 6, "Id": 1659, "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Rank": 6 }, { - "Rank": 1, "Id": 1660, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1661, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", + "Rank": 2 }, { - "Rank": 3, "Id": 1662, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", + "Rank": 3 }, { - "Rank": 4, "Id": 1663, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", + "Rank": 4 }, { - "Rank": 5, "Id": 1664, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", + "Rank": 5 }, { - "Rank": 6, "Id": 1665, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", + "Rank": 6 }, { - "Rank": 7, "Id": 1666, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", + "Rank": 7 }, { - "Rank": 8, "Id": 1667, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", + "Rank": 8 }, { - "Rank": 9, "Id": 1668, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", + "Rank": 9 }, { - "Rank": 10, "Id": 1669, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", + "Rank": 10 }, { - "Rank": 11, "Id": 1670, "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", + "Rank": 11 }, { - "Rank": 1, "Id": 1671, "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1672, "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1673, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1674, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1675, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1676, "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1677, "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", + "Rank": 1 }, { - "Rank": 2, "Id": 1678, "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", + "Rank": 2 }, { - "Rank": 3, "Id": 1679, "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", + "Rank": 3 }, { - "Rank": 1, "Id": 1680, "CommandName": "Set-PnPTeamifyPromptHidden", - "Command": "Set-PnPTeamifyPromptHidden" + "Command": "Set-PnPTeamifyPromptHidden", + "Rank": 1 }, { - "Rank": 1, "Id": 1681, "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1682, "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", + "Rank": 2 }, { - "Rank": 1, "Id": 1683, "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", + "Rank": 1 }, { - "Rank": 2, "Id": 1684, "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", + "Rank": 2 }, { - "Rank": 1, "Id": 1685, "CommandName": "Set-PnPTeamsTab", - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1686, "CommandName": "Set-PnPTeamsTag", - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1687, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "Rank": 1 }, { - "Rank": 2, "Id": 1688, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", + "Rank": 2 }, { - "Rank": 3, "Id": 1689, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", + "Rank": 3 }, { - "Rank": 4, "Id": 1690, "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", + "Rank": 4 }, { - "Rank": 1, "Id": 1691, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1692, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", + "Rank": 2 }, { - "Rank": 3, "Id": 1693, "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", + "Rank": 3 }, { - "Rank": 1, "Id": 1694, "CommandName": "Set-PnPTeamsTeamPicture", - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1695, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $true" + "Command": "Set-PnPTemporarilyDisableAppBar $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1696, "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $false" + "Command": "Set-PnPTemporarilyDisableAppBar $false", + "Rank": 2 }, { - "Rank": 1, "Id": 1697, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1698, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", + "Rank": 2 }, { - "Rank": 3, "Id": 1699, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowAllUsersClaim $false" + "Command": "Set-PnPTenant -ShowAllUsersClaim $false", + "Rank": 3 }, { - "Rank": 4, "Id": 1700, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", + "Rank": 4 }, { - "Rank": 5, "Id": 1701, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", + "Rank": 5 }, { - "Rank": 6, "Id": 1702, "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", + "Rank": 6 }, { - "Rank": 1, "Id": 1703, "CommandName": "Set-PnPTenantAppCatalogUrl", - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1704, "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "Rank": 1 }, { - "Rank": 2, "Id": 1705, "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", + "Rank": 2 }, { - "Rank": 3, "Id": 1706, "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", + "Rank": 3 }, { - "Rank": 1, "Id": 1707, "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1708, "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1709, "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", + "Rank": 1 }, { - "Rank": 2, "Id": 1710, "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", + "Rank": 2 }, { - "Rank": 1, "Id": 1711, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", + "Rank": 1 }, { - "Rank": 2, "Id": 1712, "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", + "Rank": 2 }, { - "Rank": 1, "Id": 1713, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", + "Rank": 1 }, { - "Rank": 2, "Id": 1714, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", + "Rank": 2 }, { - "Rank": 3, "Id": 1715, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1716, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Rank": 4 }, { - "Rank": 5, "Id": 1717, "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", + "Rank": 5 }, { - "Rank": 1, "Id": 1718, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "Rank": 1 }, { - "Rank": 2, "Id": 1719, "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1720, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1721, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 2 }, { - "Rank": 3, "Id": 1722, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Rank": 3 }, { - "Rank": 4, "Id": 1723, "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", + "Rank": 4 }, { - "Rank": 1, "Id": 1724, "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1725, "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Rank": 2 }, { - "Rank": 1, "Id": 1726, "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1727, "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", + "Rank": 2 }, { - "Rank": 3, "Id": 1728, "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", + "Rank": 3 }, { - "Rank": 1, "Id": 1729, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme" + "Command": "Set-PnPTheme", + "Rank": 1 }, { - "Rank": 2, "Id": 1730, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", + "Rank": 2 }, { - "Rank": 3, "Id": 1731, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", + "Rank": 3 }, { - "Rank": 4, "Id": 1732, "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", + "Rank": 4 }, { - "Rank": 1, "Id": 1733, "CommandName": "Set-PnPUserOneDriveQuota", - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", + "Rank": 1 }, { - "Rank": 1, "Id": 1734, "CommandName": "Set-PnPUserProfilePhoto", - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1735, "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "Rank": 1 }, { - "Rank": 2, "Id": 1736, "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "Rank": 2 }, { - "Rank": 1, "Id": 1737, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 1738, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1739, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1740, "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", + "Rank": 4 }, { - "Rank": 1, "Id": 1741, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", + "Rank": 1 }, { - "Rank": 2, "Id": 1742, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1743, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", + "Rank": 3 }, { - "Rank": 4, "Id": 1744, "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", + "Rank": 4 }, { - "Rank": 1, "Id": 1745, "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1746, "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", + "Rank": 2 }, { - "Rank": 1, "Id": 1747, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "Rank": 1 }, { - "Rank": 2, "Id": 1748, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "Rank": 2 }, { - "Rank": 3, "Id": 1749, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "Rank": 3 }, { - "Rank": 4, "Id": 1750, "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -NoCrawl:$true" + "Command": "Set-PnPWeb -NoCrawl:$true", + "Rank": 4 }, { - "Rank": 1, "Id": 1751, "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", + "Rank": 1 }, { - "Rank": 2, "Id": 1752, "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "Rank": 2 }, { - "Rank": 3, "Id": 1753, "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -LogoAlignment Middle" + "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "Rank": 3 }, { - "Rank": 1, "Id": 1754, "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Rank": 1 }, { - "Rank": 2, "Id": 1755, "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1756, "CommandName": "Set-PnPWebPartProperty", - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1757, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1758, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1759, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1760, "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", + "Rank": 4 }, { - "Rank": 1, "Id": 1761, "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme MyTheme" + "Command": "Set-PnPWebTheme -Theme MyTheme", + "Rank": 1 }, { - "Rank": 2, "Id": 1762, "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", + "Rank": 2 }, { - "Rank": 1, "Id": 1763, "CommandName": "Set-PnPWikiPageContent", - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", + "Rank": 1 }, { - "Rank": 1, "Id": 1764, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport" + "Command": "Start-PnPEnterpriseAppInsightsReport", + "Rank": 1 }, { - "Rank": 2, "Id": 1765, "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport 28" + "Command": "Start-PnPEnterpriseAppInsightsReport 28", + "Rank": 2 }, { - "Rank": 1, "Id": 1766, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", + "Rank": 1 }, { - "Rank": 2, "Id": 1767, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", + "Rank": 2 }, { - "Rank": 3, "Id": 1768, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", + "Rank": 3 }, { - "Rank": 4, "Id": 1769, "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", + "Rank": 4 }, { - "Rank": 1, "Id": 1770, "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Rank": 1 }, { - "Rank": 2, "Id": 1771, "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", + "Rank": 2 }, { - "Rank": 1, "Id": 1772, "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog" + "Command": "Stop-PnPTraceLog", + "Rank": 1 }, { - "Rank": 2, "Id": 1773, "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", + "Rank": 2 }, { - "Rank": 1, "Id": 1774, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"finance\"" + "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1775, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "Rank": 2 }, { - "Rank": 3, "Id": 1776, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "Rank": 3 }, { - "Rank": 4, "Id": 1777, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", + "Rank": 4 }, { - "Rank": 5, "Id": 1778, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", + "Rank": 5 }, { - "Rank": 6, "Id": 1779, "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", + "Rank": 6 }, { - "Rank": 1, "Id": 1780, "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1781, "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", + "Rank": 2 }, { - "Rank": 1, "Id": 1782, "CommandName": "Sync-PnPAppToTeams", - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 1, "Id": 1783, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "Rank": 1 }, { - "Rank": 2, "Id": 1784, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1785, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", + "Rank": 3 }, { - "Rank": 1, "Id": 1786, "CommandName": "Test-PnPListItemIsRecord", - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "Rank": 1 }, { - "Rank": 1, "Id": 1787, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1788, "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1789, "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1790, "CommandName": "Test-PnPTenantTemplate", - "Command": "Test-PnPTenantTemplate -Template $myTemplate" + "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "Rank": 1 }, { - "Rank": 1, "Id": 1791, "CommandName": "Undo-PnPFileCheckedOut", - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1792, "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 2, "Id": 1793, "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2 }, { - "Rank": 1, "Id": 1794, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1795, "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 2, "Id": 1796, "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2 }, { - "Rank": 1, "Id": 1797, "CommandName": "Unpublish-PnPContentType", - "Command": "Unpublish-PnPContentType -ContentType 0x0101" + "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "Rank": 1 }, { - "Rank": 1, "Id": 1798, "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1799, "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Rank": 2 }, { - "Rank": 1, "Id": 1800, "CommandName": "Unregister-PnPHubSite", - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Rank": 1 }, { - "Rank": 1, "Id": 1801, "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Rank": 1 }, { - "Rank": 2, "Id": 1802, "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Rank": 2 }, { - "Rank": 1, "Id": 1803, "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1804, "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "Rank": 2 }, { - "Rank": 3, "Id": 1805, "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Rank": 3 }, { - "Rank": 1, "Id": 1806, "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "Rank": 1 }, { - "Rank": 2, "Id": 1807, "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Rank": 2 }, { - "Rank": 3, "Id": 1808, "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", + "Rank": 3 }, { - "Rank": 1, "Id": 1809, "CommandName": "Update-PnPTeamsApp", - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", + "Rank": 1 }, { - "Rank": 1, "Id": 1810, "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Rank": 1 }, { - "Rank": 2, "Id": 1811, "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Rank": 2 }, { - "Rank": 3, "Id": 1812, "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", + "Rank": 3 }, { - "Rank": 1, "Id": 1813, "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1814, "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", + "Rank": 2 }, { - "Rank": 1, "Id": 1815, "CommandName": "Update-PnPUserType", - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "Rank": 1 }, { - "Rank": 1, "Id": 1816, "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1817, "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", + "Rank": 2 }, { - "Rank": 1, "Id": 1818, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\"" + "Command": "Write-PnPTraceLog \"Hello World\"", + "Rank": 1 }, { - "Rank": 2, "Id": 1819, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", + "Rank": 2 }, { - "Rank": 3, "Id": 1820, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", + "Rank": 3 }, { - "Rank": 4, "Id": 1821, "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", + "Rank": 4 } ] diff --git a/version.json b/version.json index 76c1ec1c5..0db8fc874 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Message": "", - "Version": "3.1.122" + "Version": "3.1.123", + "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 51bf4eb01..ce8468c80 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.122 \ No newline at end of file +3.1.123 \ No newline at end of file From c1469676488830a829be8cd43b08edeec3673add Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 01:51:43 +0200 Subject: [PATCH 32/78] Update nightlyrelease.yml --- .github/workflows/nightlyrelease.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightlyrelease.yml b/.github/workflows/nightlyrelease.yml index c5f83089a..9d6ce1f20 100644 --- a/.github/workflows/nightlyrelease.yml +++ b/.github/workflows/nightlyrelease.yml @@ -103,11 +103,12 @@ jobs: docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" publish-docker-manifest: runs-on: ubuntu-latest - needs: [ build ] + needs: [ build, publish-docker-linux-arm64, publish-docker-linux-amd64 ] steps: - uses: actions/checkout@v4 - name: Publish manifest run: | + VERSION="$(cat ./version.txt)-nightly" docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 From 16a7f1a013c84c8df08818d43cb6d65ddd9fa28c Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Sun, 17 Aug 2025 23:54:07 +0000 Subject: [PATCH 33/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 3642 ++++++++--------- version.json | 2 +- version.txt | 2 +- 4 files changed, 1826 insertions(+), 1826 deletions(-) diff --git a/dependencies.json b/dependencies.json index 0b704abd1..681408ccd 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250817-234834", + "Updated": "20250817-235220", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": null, - "PnPCore": null + "PnPFramework": "b0ac7c523f7b858c80899c6a43310c62483e4e59", + "PnPCore": "84e0481b3d1c743616a2bea5e67bcb811a70fa52" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index c0786fac4..d3d550a09 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "Id": 1, "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -List \"Demo List\"", + "Id": 1, "Rank": 1 }, { - "Id": 2, "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", + "Id": 2, "Rank": 2 }, { - "Id": 3, "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Id": 3, "Rank": 3 }, { - "Id": 4, "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", + "Id": 4, "Rank": 4 }, { - "Id": 5, "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg", + "Id": 5, "Rank": 1 }, { - "Id": 6, "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", + "Id": 6, "Rank": 2 }, { - "Id": 7, "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", + "Id": 7, "Rank": 3 }, { - "Id": 8, "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", + "Id": 8, "Rank": 4 }, { - "Id": 9, "CommandName": "Add-PnPApplicationCustomizer", "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", + "Id": 9, "Rank": 1 }, { - "Id": 10, "CommandName": "Add-PnPAvailableSiteClassification", "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", + "Id": 10, "Rank": 1 }, { - "Id": 11, "CommandName": "Add-PnPAvailableSiteClassification", "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", + "Id": 11, "Rank": 2 }, { - "Id": 12, "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 12, "Rank": 1 }, { - "Id": 13, "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 13, "Rank": 2 }, { - "Id": 14, "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Id": 14, "Rank": 3 }, { - "Id": 15, "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 15, "Rank": 1 }, { - "Id": 16, "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 16, "Rank": 2 }, { - "Id": 17, "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", + "Id": 17, "Rank": 3 }, { - "Id": 18, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", + "Id": 18, "Rank": 1 }, { - "Id": 19, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", + "Id": 19, "Rank": 2 }, { - "Id": 20, "CommandName": "Add-PnPBrandCenterFont", "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", + "Id": 20, "Rank": 1 }, { - "Id": 21, "CommandName": "Add-PnPBrandCenterFont", "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", + "Id": 21, "Rank": 2 }, { - "Id": 22, "CommandName": "Add-PnPBrandCenterFontPackage", "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", + "Id": 22, "Rank": 1 }, { - "Id": 23, "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", + "Id": 23, "Rank": 1 }, { - "Id": 24, "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", + "Id": 24, "Rank": 2 }, { - "Id": 25, "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", + "Id": 25, "Rank": 3 }, { - "Id": 26, "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Item\"", + "Id": 26, "Rank": 4 }, { - "Id": 27, "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", + "Id": 27, "Rank": 5 }, { - "Id": 28, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", + "Id": 28, "Rank": 1 }, { - "Id": 29, "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", + "Id": 29, "Rank": 2 }, { - "Id": 30, "CommandName": "Add-PnPContentTypeToDocumentSet", "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Id": 30, "Rank": 1 }, { - "Id": 31, "CommandName": "Add-PnPContentTypeToDocumentSet", "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Id": 31, "Rank": 2 }, { - "Id": 32, "CommandName": "Add-PnPContentTypeToList", "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", + "Id": 32, "Rank": 1 }, { - "Id": 33, "CommandName": "Add-PnPCustomAction", "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Id": 33, "Rank": 1 }, { - "Id": 34, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", + "Id": 34, "Rank": 1 }, { - "Id": 35, "CommandName": "Add-PnPDataRowsToSiteTemplate", "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", + "Id": 35, "Rank": 2 }, { - "Id": 36, "CommandName": "Add-PnPDocumentSet", "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", + "Id": 36, "Rank": 1 }, { - "Id": 37, "CommandName": "Add-PnPDocumentSet", "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", + "Id": 37, "Rank": 2 }, { - "Id": 38, "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", + "Id": 38, "Rank": 1 }, { - "Id": 39, "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", + "Id": 39, "Rank": 2 }, { - "Id": 40, "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", + "Id": 40, "Rank": 3 }, { - "Id": 41, "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", + "Id": 41, "Rank": 4 }, { - "Id": 42, "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", + "Id": 42, "Rank": 1 }, { - "Id": 43, "CommandName": "Add-PnPField", "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", + "Id": 43, "Rank": 2 }, { - "Id": 44, "CommandName": "Add-PnPField", "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", + "Id": 44, "Rank": 3 }, { - "Id": 45, "CommandName": "Add-PnPField", "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", + "Id": 45, "Rank": 4 }, { - "Id": 46, "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", + "Id": 46, "Rank": 5 }, { - "Id": 47, "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", + "Id": 47, "Rank": 6 }, { - "Id": 48, "CommandName": "Add-PnPFieldToContentType", "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Id": 48, "Rank": 1 }, { - "Id": 49, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", + "Id": 49, "Rank": 1 }, { - "Id": 50, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", + "Id": 50, "Rank": 2 }, { - "Id": 51, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", + "Id": 51, "Rank": 3 }, { - "Id": 52, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", + "Id": 52, "Rank": 4 }, { - "Id": 53, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", + "Id": 53, "Rank": 5 }, { - "Id": 54, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", + "Id": 54, "Rank": 6 }, { - "Id": 55, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", + "Id": 55, "Rank": 7 }, { - "Id": 56, "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", + "Id": 56, "Rank": 8 }, { - "Id": 57, "CommandName": "Add-PnPFileAnonymousSharingLink", "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 57, "Rank": 1 }, { - "Id": 58, "CommandName": "Add-PnPFileAnonymousSharingLink", "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", + "Id": 58, "Rank": 2 }, { - "Id": 59, "CommandName": "Add-PnPFileAnonymousSharingLink", "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", + "Id": 59, "Rank": 3 }, { - "Id": 60, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 60, "Rank": 1 }, { - "Id": 61, "CommandName": "Add-PnPFileOrganizationalSharingLink", "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", + "Id": 61, "Rank": 2 }, { - "Id": 62, "CommandName": "Add-PnPFileSensitivityLabel", "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Id": 62, "Rank": 1 }, { - "Id": 63, "CommandName": "Add-PnPFileSensitivityLabel", "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", + "Id": 63, "Rank": 2 }, { - "Id": 64, "CommandName": "Add-PnPFileSharingInvite", "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Id": 64, "Rank": 1 }, { - "Id": 65, "CommandName": "Add-PnPFileSharingInvite", "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Id": 65, "Rank": 2 }, { - "Id": 66, "CommandName": "Add-PnPFileSharingInvite", "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Id": 66, "Rank": 3 }, { - "Id": 67, "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", + "Id": 67, "Rank": 1 }, { - "Id": 68, "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", + "Id": 68, "Rank": 2 }, { - "Id": 69, "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", + "Id": 69, "Rank": 3 }, { - "Id": 70, "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", + "Id": 70, "Rank": 4 }, { - "Id": 71, "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", + "Id": 71, "Rank": 5 }, { - "Id": 72, "CommandName": "Add-PnPFileUserSharingLink", "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 72, "Rank": 1 }, { - "Id": 73, "CommandName": "Add-PnPFileUserSharingLink", "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 73, "Rank": 2 }, { - "Id": 74, "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", + "Id": 74, "Rank": 1 }, { - "Id": 75, "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", + "Id": 75, "Rank": 2 }, { - "Id": 76, "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", + "Id": 76, "Rank": 3 }, { - "Id": 77, "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", + "Id": 77, "Rank": 4 }, { - "Id": 78, "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Id": 78, "Rank": 1 }, { - "Id": 79, "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", + "Id": 79, "Rank": 2 }, { - "Id": 80, "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", + "Id": 80, "Rank": 3 }, { - "Id": 81, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 81, "Rank": 1 }, { - "Id": 82, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", + "Id": 82, "Rank": 2 }, { - "Id": 83, "CommandName": "Add-PnPFolderAnonymousSharingLink", "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", + "Id": 83, "Rank": 3 }, { - "Id": 84, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 84, "Rank": 1 }, { - "Id": 85, "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", + "Id": 85, "Rank": 2 }, { - "Id": 86, "CommandName": "Add-PnPFolderSharingInvite", "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", + "Id": 86, "Rank": 1 }, { - "Id": 87, "CommandName": "Add-PnPFolderSharingInvite", "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", + "Id": 87, "Rank": 2 }, { - "Id": 88, "CommandName": "Add-PnPFolderSharingInvite", "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", + "Id": 88, "Rank": 3 }, { - "Id": 89, "CommandName": "Add-PnPFolderUserSharingLink", "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 89, "Rank": 1 }, { - "Id": 90, "CommandName": "Add-PnPFolderUserSharingLink", "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 90, "Rank": 2 }, { - "Id": 91, "CommandName": "Add-PnPGroupMember", "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Id": 91, "Rank": 1 }, { - "Id": 92, "CommandName": "Add-PnPGroupMember", "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", + "Id": 92, "Rank": 2 }, { - "Id": 93, "CommandName": "Add-PnPHomeSite", "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Id": 93, "Rank": 1 }, { - "Id": 94, "CommandName": "Add-PnPHtmlPublishingPageLayout", "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Id": 94, "Rank": 1 }, { - "Id": 95, "CommandName": "Add-PnPHubSiteAssociation", "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", + "Id": 95, "Rank": 1 }, { - "Id": 96, "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", + "Id": 96, "Rank": 1 }, { - "Id": 97, "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", + "Id": 97, "Rank": 2 }, { - "Id": 98, "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", + "Id": 98, "Rank": 3 }, { - "Id": 99, "CommandName": "Add-PnPJavaScriptBlock", "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", + "Id": 99, "Rank": 1 }, { - "Id": 100, "CommandName": "Add-PnPJavaScriptBlock", "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", + "Id": 100, "Rank": 2 }, { - "Id": 101, "CommandName": "Add-PnPJavaScriptLink", "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", + "Id": 101, "Rank": 1 }, { - "Id": 102, "CommandName": "Add-PnPJavaScriptLink", "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", + "Id": 102, "Rank": 2 }, { - "Id": 103, "CommandName": "Add-PnPListDesign", "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", + "Id": 103, "Rank": 1 }, { - "Id": 104, "CommandName": "Add-PnPListDesign", "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", + "Id": 104, "Rank": 2 }, { - "Id": 105, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", + "Id": 105, "Rank": 1 }, { - "Id": 106, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", + "Id": 106, "Rank": 2 }, { - "Id": 107, "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", + "Id": 107, "Rank": 3 }, { - "Id": 108, "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 108, "Rank": 1 }, { - "Id": 109, "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 109, "Rank": 2 }, { - "Id": 110, "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", + "Id": 110, "Rank": 3 }, { - "Id": 111, "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", + "Id": 111, "Rank": 4 }, { - "Id": 112, "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", + "Id": 112, "Rank": 5 }, { - "Id": 113, "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", + "Id": 113, "Rank": 1 }, { - "Id": 114, "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", + "Id": 114, "Rank": 2 }, { - "Id": 115, "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", + "Id": 115, "Rank": 3 }, { - "Id": 116, "CommandName": "Add-PnPListItemComment", "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", + "Id": 116, "Rank": 1 }, { - "Id": 117, "CommandName": "Add-PnPMasterPage", "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", + "Id": 117, "Rank": 1 }, { - "Id": 118, "CommandName": "Add-PnPMicrosoft365GroupMember", "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 118, "Rank": 1 }, { - "Id": 119, "CommandName": "Add-PnPMicrosoft365GroupMember", "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 119, "Rank": 2 }, { - "Id": 120, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 120, "Rank": 1 }, { - "Id": 121, "CommandName": "Add-PnPMicrosoft365GroupOwner", "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", + "Id": 121, "Rank": 2 }, { - "Id": 122, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", + "Id": 122, "Rank": 1 }, { - "Id": 123, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", + "Id": 123, "Rank": 2 }, { - "Id": 124, "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", + "Id": 124, "Rank": 3 }, { - "Id": 125, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", + "Id": 125, "Rank": 1 }, { - "Id": 126, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", + "Id": 126, "Rank": 2 }, { - "Id": 127, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", + "Id": 127, "Rank": 3 }, { - "Id": 128, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", + "Id": 128, "Rank": 4 }, { - "Id": 129, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", + "Id": 129, "Rank": 5 }, { - "Id": 130, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", + "Id": 130, "Rank": 6 }, { - "Id": 131, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", + "Id": 131, "Rank": 7 }, { - "Id": 132, "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", + "Id": 132, "Rank": 8 }, { - "Id": 133, "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", + "Id": 133, "Rank": 1 }, { - "Id": 134, "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Id": 134, "Rank": 2 }, { - "Id": 135, "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", + "Id": 135, "Rank": 3 }, { - "Id": 136, "CommandName": "Add-PnPOrgNewsSite", "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", + "Id": 136, "Rank": 1 }, { - "Id": 137, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\"", + "Id": 137, "Rank": 1 }, { - "Id": 138, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", + "Id": 138, "Rank": 2 }, { - "Id": 139, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", + "Id": 139, "Rank": 3 }, { - "Id": 140, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", + "Id": 140, "Rank": 4 }, { - "Id": 141, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"Folder/NewPage\"", + "Id": 141, "Rank": 5 }, { - "Id": 142, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", + "Id": 142, "Rank": 6 }, { - "Id": 143, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", + "Id": 143, "Rank": 7 }, { - "Id": 144, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate", + "Id": 144, "Rank": 8 }, { - "Id": 145, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", + "Id": 145, "Rank": 9 }, { - "Id": 146, "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Id": 146, "Rank": 10 }, { - "Id": 147, "CommandName": "Add-PnPPageImageWebPart", "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", + "Id": 147, "Rank": 1 }, { - "Id": 148, "CommandName": "Add-PnPPageImageWebPart", "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", + "Id": 148, "Rank": 2 }, { - "Id": 149, "CommandName": "Add-PnPPageSection", "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", + "Id": 149, "Rank": 1 }, { - "Id": 150, "CommandName": "Add-PnPPageSection", "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", + "Id": 150, "Rank": 2 }, { - "Id": 151, "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", + "Id": 151, "Rank": 1 }, { - "Id": 152, "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", + "Id": 152, "Rank": 2 }, { - "Id": 153, "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", + "Id": 153, "Rank": 3 }, { - "Id": 154, "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", + "Id": 154, "Rank": 1 }, { - "Id": 155, "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", + "Id": 155, "Rank": 2 }, { - "Id": 156, "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", + "Id": 156, "Rank": 3 }, { - "Id": 157, "CommandName": "Add-PnPPlannerBucket", "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", + "Id": 157, "Rank": 1 }, { - "Id": 158, "CommandName": "Add-PnPPlannerBucket", "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", + "Id": 158, "Rank": 2 }, { - "Id": 159, "CommandName": "Add-PnPPlannerRoster", "Command": "Add-PnPPlannerRoster", + "Id": 159, "Rank": 1 }, { - "Id": 160, "CommandName": "Add-PnPPlannerRosterMember", "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Id": 160, "Rank": 1 }, { - "Id": 161, "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Id": 161, "Rank": 1 }, { - "Id": 162, "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Id": 162, "Rank": 2 }, { - "Id": 163, "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", + "Id": 163, "Rank": 3 }, { - "Id": 164, "CommandName": "Add-PnPPublishingImageRendition", "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Id": 164, "Rank": 1 }, { - "Id": 165, "CommandName": "Add-PnPPublishingPage", "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", + "Id": 165, "Rank": 1 }, { - "Id": 166, "CommandName": "Add-PnPPublishingPage", "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", + "Id": 166, "Rank": 2 }, { - "Id": 167, "CommandName": "Add-PnPPublishingPageLayout", "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", + "Id": 167, "Rank": 1 }, { - "Id": 168, "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", + "Id": 168, "Rank": 1 }, { - "Id": 169, "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", + "Id": 169, "Rank": 2 }, { - "Id": 170, "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", + "Id": 170, "Rank": 3 }, { - "Id": 171, "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Id": 171, "Rank": 1 }, { - "Id": 172, "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Id": 172, "Rank": 2 }, { - "Id": 173, "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", + "Id": 173, "Rank": 3 }, { - "Id": 174, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Command": "Add-PnPSiteCollectionAppCatalog", + "Id": 174, "Rank": 1 }, { - "Id": 175, "CommandName": "Add-PnPSiteCollectionAppCatalog", "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Id": 175, "Rank": 2 }, { - "Id": 176, "CommandName": "Add-PnPSiteDesign", "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", + "Id": 176, "Rank": 1 }, { - "Id": 177, "CommandName": "Add-PnPSiteDesign", "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", + "Id": 177, "Rank": 2 }, { - "Id": 178, "CommandName": "Add-PnPSiteDesign", "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Id": 178, "Rank": 3 }, { - "Id": 179, "CommandName": "Add-PnPSiteDesignFromWeb", "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", + "Id": 179, "Rank": 1 }, { - "Id": 180, "CommandName": "Add-PnPSiteDesignFromWeb", "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Id": 180, "Rank": 2 }, { - "Id": 181, "CommandName": "Add-PnPSiteDesignFromWeb", "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", + "Id": 181, "Rank": 3 }, { - "Id": 182, "CommandName": "Add-PnPSiteDesignTask", "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", + "Id": 182, "Rank": 1 }, { - "Id": 183, "CommandName": "Add-PnPSiteDesignTask", "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Id": 183, "Rank": 2 }, { - "Id": 184, "CommandName": "Add-PnPSiteScript", "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", + "Id": 184, "Rank": 1 }, { - "Id": 185, "CommandName": "Add-PnPSiteScriptPackage", "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", + "Id": 185, "Rank": 1 }, { - "Id": 186, "CommandName": "Add-PnPSiteTemplate", "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", + "Id": 186, "Rank": 1 }, { - "Id": 187, "CommandName": "Add-PnPStoredCredential", "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", + "Id": 187, "Rank": 1 }, { - "Id": 188, "CommandName": "Add-PnPStoredCredential", "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Id": 188, "Rank": 2 }, { - "Id": 189, "CommandName": "Add-PnPStoredCredential", "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", + "Id": 189, "Rank": 3 }, { - "Id": 190, "CommandName": "Add-PnPTaxonomyField", "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", + "Id": 190, "Rank": 1 }, { - "Id": 191, "CommandName": "Add-PnPTaxonomyField", "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", + "Id": 191, "Rank": 2 }, { - "Id": 192, "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", + "Id": 192, "Rank": 1 }, { - "Id": 193, "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", + "Id": 193, "Rank": 2 }, { - "Id": 194, "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", + "Id": 194, "Rank": 3 }, { - "Id": 195, "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", + "Id": 195, "Rank": 4 }, { - "Id": 196, "CommandName": "Add-PnpTeamsChannelUser", "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", + "Id": 196, "Rank": 1 }, { - "Id": 197, "CommandName": "Add-PnpTeamsChannelUser", "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", + "Id": 197, "Rank": 2 }, { - "Id": 198, "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", + "Id": 198, "Rank": 1 }, { - "Id": 199, "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", + "Id": 199, "Rank": 2 }, { - "Id": 200, "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", + "Id": 200, "Rank": 3 }, { - "Id": 201, "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", + "Id": 201, "Rank": 4 }, { - "Id": 202, "CommandName": "Add-PnPTeamsTeam", "Command": "Add-PnPTeamsTeam", + "Id": 202, "Rank": 1 }, { - "Id": 203, "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Id": 203, "Rank": 1 }, { - "Id": 204, "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Id": 204, "Rank": 2 }, { - "Id": 205, "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", + "Id": 205, "Rank": 3 }, { - "Id": 206, "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", + "Id": 206, "Rank": 4 }, { - "Id": 207, "CommandName": "Add-PnPTenantCdnOrigin", "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Id": 207, "Rank": 1 }, { - "Id": 208, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Id": 208, "Rank": 1 }, { - "Id": 209, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Id": 209, "Rank": 2 }, { - "Id": 210, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Id": 210, "Rank": 3 }, { - "Id": 211, "CommandName": "Add-PnPTenantSequence", "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", + "Id": 211, "Rank": 1 }, { - "Id": 212, "CommandName": "Add-PnPTenantSequenceSite", "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", + "Id": 212, "Rank": 1 }, { - "Id": 213, "CommandName": "Add-PnPTenantSequenceSubSite", "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", + "Id": 213, "Rank": 1 }, { - "Id": 214, "CommandName": "Add-PnPTermToTerm", "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", + "Id": 214, "Rank": 1 }, { - "Id": 215, "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", + "Id": 215, "Rank": 1 }, { - "Id": 216, "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", + "Id": 216, "Rank": 2 }, { - "Id": 217, "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", + "Id": 217, "Rank": 3 }, { - "Id": 218, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Id": 218, "Rank": 1 }, { - "Id": 219, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Id": 219, "Rank": 2 }, { - "Id": 220, "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", + "Id": 220, "Rank": 3 }, { - "Id": 221, "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Id": 221, "Rank": 1 }, { - "Id": 222, "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Id": 222, "Rank": 2 }, { - "Id": 223, "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", + "Id": 223, "Rank": 3 }, { - "Id": 224, "CommandName": "Add-PnPWebPartToWebPartPage", "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", + "Id": 224, "Rank": 1 }, { - "Id": 225, "CommandName": "Add-PnPWebPartToWebPartPage", "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", + "Id": 225, "Rank": 2 }, { - "Id": 226, "CommandName": "Add-PnPWebPartToWikiPage", "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", + "Id": 226, "Rank": 1 }, { - "Id": 227, "CommandName": "Add-PnPWebPartToWikiPage", "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", + "Id": 227, "Rank": 2 }, { - "Id": 228, "CommandName": "Add-PnPWikiPage", "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", + "Id": 228, "Rank": 1 }, { - "Id": 229, "CommandName": "Clear-PnPAzureADGroupMember", "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", + "Id": 229, "Rank": 1 }, { - "Id": 230, "CommandName": "Clear-PnPAzureADGroupOwner", "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", + "Id": 230, "Rank": 1 }, { - "Id": 231, "CommandName": "Clear-PnPDefaultColumnValues", "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", + "Id": 231, "Rank": 1 }, { - "Id": 232, "CommandName": "Clear-PnPDefaultColumnValues", "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", + "Id": 232, "Rank": 2 }, { - "Id": 233, "CommandName": "Clear-PnPListItemAsRecord", "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Id": 233, "Rank": 1 }, { - "Id": 234, "CommandName": "Clear-PnPMicrosoft365GroupMember", "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", + "Id": 234, "Rank": 1 }, { - "Id": 235, "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", + "Id": 235, "Rank": 1 }, { - "Id": 236, "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Id": 236, "Rank": 1 }, { - "Id": 237, "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", + "Id": 237, "Rank": 2 }, { - "Id": 238, "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", + "Id": 238, "Rank": 3 }, { - "Id": 239, "CommandName": "Clear-PnPTenantAppCatalogUrl", "Command": "Clear-PnPTenantAppCatalogUrl", + "Id": 239, "Rank": 1 }, { - "Id": 240, "CommandName": "Clear-PnPTenantRecycleBinItem", "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 240, "Rank": 1 }, { - "Id": 241, "CommandName": "Clear-PnPTenantRecycleBinItem", "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Id": 241, "Rank": 2 }, { - "Id": 242, "CommandName": "Clear-PnPTraceLog", "Command": "Clear-PnPTraceLog", + "Id": 242, "Rank": 1 }, { - "Id": 243, "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", + "Id": 243, "Rank": 1 }, { - "Id": 244, "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", + "Id": 244, "Rank": 1 }, { - "Id": 245, "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", + "Id": 245, "Rank": 2 }, { - "Id": 246, "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", + "Id": 246, "Rank": 3 }, { - "Id": 247, "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", + "Id": 247, "Rank": 4 }, { - "Id": 248, "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", + "Id": 248, "Rank": 5 }, { - "Id": 249, "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", + "Id": 249, "Rank": 6 }, { - "Id": 250, "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", + "Id": 250, "Rank": 7 }, { - "Id": 251, "CommandName": "Convert-PnPFolderToSiteTemplate", "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", + "Id": 251, "Rank": 1 }, { - "Id": 252, "CommandName": "Convert-PnPFolderToSiteTemplate", "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", + "Id": 252, "Rank": 2 }, { - "Id": 253, "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml", + "Id": 253, "Rank": 1 }, { - "Id": 254, "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", + "Id": 254, "Rank": 2 }, { - "Id": 255, "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", + "Id": 255, "Rank": 3 }, { - "Id": 256, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", + "Id": 256, "Rank": 1 }, { - "Id": 257, "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", + "Id": 257, "Rank": 2 }, { - "Id": 258, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", + "Id": 258, "Rank": 1 }, { - "Id": 259, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", + "Id": 259, "Rank": 2 }, { - "Id": 260, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", + "Id": 260, "Rank": 3 }, { - "Id": 261, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", + "Id": 261, "Rank": 4 }, { - "Id": 262, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 262, "Rank": 5 }, { - "Id": 263, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", + "Id": 263, "Rank": 6 }, { - "Id": 264, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", + "Id": 264, "Rank": 7 }, { - "Id": 265, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", + "Id": 265, "Rank": 8 }, { - "Id": 266, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 266, "Rank": 9 }, { - "Id": 267, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", + "Id": 267, "Rank": 10 }, { - "Id": 268, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", + "Id": 268, "Rank": 11 }, { - "Id": 269, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 269, "Rank": 12 }, { - "Id": 270, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", + "Id": 270, "Rank": 13 }, { - "Id": 271, "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", + "Id": 271, "Rank": 14 }, { - "Id": 272, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 272, "Rank": 1 }, { - "Id": 273, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Id": 273, "Rank": 2 }, { - "Id": 274, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Id": 274, "Rank": 3 }, { - "Id": 275, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 275, "Rank": 4 }, { - "Id": 276, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Id": 276, "Rank": 5 }, { - "Id": 277, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Id": 277, "Rank": 6 }, { - "Id": 278, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Id": 278, "Rank": 7 }, { - "Id": 279, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 279, "Rank": 8 }, { - "Id": 280, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Id": 280, "Rank": 9 }, { - "Id": 281, "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Id": 281, "Rank": 10 }, { - "Id": 282, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 282, "Rank": 1 }, { - "Id": 283, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", + "Id": 283, "Rank": 2 }, { - "Id": 284, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", + "Id": 284, "Rank": 3 }, { - "Id": 285, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 285, "Rank": 4 }, { - "Id": 286, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", + "Id": 286, "Rank": 5 }, { - "Id": 287, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", + "Id": 287, "Rank": 6 }, { - "Id": 288, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", + "Id": 288, "Rank": 7 }, { - "Id": 289, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", + "Id": 289, "Rank": 8 }, { - "Id": 290, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", + "Id": 290, "Rank": 9 }, { - "Id": 291, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", + "Id": 291, "Rank": 10 }, { - "Id": 292, "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", + "Id": 292, "Rank": 11 }, { - "Id": 293, "CommandName": "Copy-PnPItemProxy", "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", + "Id": 293, "Rank": 1 }, { - "Id": 294, "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", + "Id": 294, "Rank": 1 }, { - "Id": 295, "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", + "Id": 295, "Rank": 2 }, { - "Id": 296, "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", + "Id": 296, "Rank": 3 }, { - "Id": 297, "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", + "Id": 297, "Rank": 4 }, { - "Id": 298, "CommandName": "Copy-PnPPage", "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Id": 298, "Rank": 1 }, { - "Id": 299, "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", + "Id": 299, "Rank": 1 }, { - "Id": 300, "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", + "Id": 300, "Rank": 2 }, { - "Id": 301, "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Id": 301, "Rank": 3 }, { - "Id": 302, "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", + "Id": 302, "Rank": 4 }, { - "Id": 303, "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 303, "Rank": 1 }, { - "Id": 304, "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Id": 304, "Rank": 2 }, { - "Id": 305, "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Id": 305, "Rank": 3 }, { - "Id": 306, "CommandName": "Disable-PnPFlow", "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 306, "Rank": 1 }, { - "Id": 307, "CommandName": "Disable-PnPFlow", "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 307, "Rank": 2 }, { - "Id": 308, "CommandName": "Disable-PnPPageScheduling", "Command": "Disable-PnPPageScheduling", + "Id": 308, "Rank": 1 }, { - "Id": 309, "CommandName": "Disable-PnPPowerShellTelemetry", "Command": "Disable-PnPPowerShellTelemetry", + "Id": 309, "Rank": 1 }, { - "Id": 310, "CommandName": "Disable-PnPPowerShellTelemetry", "Command": "Disable-PnPPowerShellTelemetry -Force", + "Id": 310, "Rank": 2 }, { - "Id": 311, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Command": "Disable-PnPSharingForNonOwnersOfSite", + "Id": 311, "Rank": 1 }, { - "Id": 312, "CommandName": "Disable-PnPSiteClassification", "Command": "Disable-PnPSiteClassification", + "Id": 312, "Rank": 1 }, { - "Id": 313, "CommandName": "Disconnect-PnPOnline", "Command": "Disconnect-PnPOnline", + "Id": 313, "Rank": 1 }, { - "Id": 314, "CommandName": "Enable-PnPCommSite", "Command": "Enable-PnPCommSite", + "Id": 314, "Rank": 1 }, { - "Id": 315, "CommandName": "Enable-PnPCommSite", "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", + "Id": 315, "Rank": 2 }, { - "Id": 316, "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 316, "Rank": 1 }, { - "Id": 317, "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", + "Id": 317, "Rank": 2 }, { - "Id": 318, "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", + "Id": 318, "Rank": 3 }, { - "Id": 319, "CommandName": "Enable-PnPFlow", "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 319, "Rank": 1 }, { - "Id": 320, "CommandName": "Enable-PnPFlow", "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 320, "Rank": 2 }, { - "Id": 321, "CommandName": "Enable-PnPPageScheduling", "Command": "Enable-PnPPageScheduling", + "Id": 321, "Rank": 1 }, { - "Id": 322, "CommandName": "Enable-PnPPowerShellTelemetry", "Command": "Enable-PnPPowerShellTelemetry", + "Id": 322, "Rank": 1 }, { - "Id": 323, "CommandName": "Enable-PnPPowerShellTelemetry", "Command": "Enable-PnPPowerShellTelemetry -Force", + "Id": 323, "Rank": 2 }, { - "Id": 324, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", + "Id": 324, "Rank": 1 }, { - "Id": 325, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", + "Id": 325, "Rank": 2 }, { - "Id": 326, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", + "Id": 326, "Rank": 3 }, { - "Id": 327, "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", + "Id": 327, "Rank": 4 }, { - "Id": 328, "CommandName": "Enable-PnPSiteClassification", "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", + "Id": 328, "Rank": 1 }, { - "Id": 329, "CommandName": "Enable-PnPSiteClassification", "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Id": 329, "Rank": 2 }, { - "Id": 330, "CommandName": "Export-PnPFlow", "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 330, "Rank": 1 }, { - "Id": 331, "CommandName": "Export-PnPFlow", "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 331, "Rank": 2 }, { - "Id": 332, "CommandName": "Export-PnPListToSiteTemplate", "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", + "Id": 332, "Rank": 1 }, { - "Id": 333, "CommandName": "Export-PnPListToSiteTemplate", "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", + "Id": 333, "Rank": 2 }, { - "Id": 334, "CommandName": "Export-PnPPage", "Command": "Export-PnPPage -Identity Home.aspx", + "Id": 334, "Rank": 1 }, { - "Id": 335, "CommandName": "Export-PnPPage", "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", + "Id": 335, "Rank": 2 }, { - "Id": 336, "CommandName": "Export-PnPPageMapping", "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", + "Id": 336, "Rank": 1 }, { - "Id": 337, "CommandName": "Export-PnPPageMapping", "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", + "Id": 337, "Rank": 2 }, { - "Id": 338, "CommandName": "Export-PnPPageMapping", "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", + "Id": 338, "Rank": 3 }, { - "Id": 339, "CommandName": "Export-PnPPowerApp", "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", + "Id": 339, "Rank": 1 }, { - "Id": 340, "CommandName": "Export-PnPPowerApp", "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", + "Id": 340, "Rank": 2 }, { - "Id": 341, "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy", + "Id": 341, "Rank": 1 }, { - "Id": 342, "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt", + "Id": 342, "Rank": 2 }, { - "Id": 343, "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", + "Id": 343, "Rank": 3 }, { - "Id": 344, "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", + "Id": 344, "Rank": 4 }, { - "Id": 345, "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml", + "Id": 345, "Rank": 1 }, { - "Id": 346, "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml -Out output.xml", + "Id": 346, "Rank": 2 }, { - "Id": 347, "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", + "Id": 347, "Rank": 3 }, { - "Id": 348, "CommandName": "Export-PnPUserInfo", "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Id": 348, "Rank": 1 }, { - "Id": 349, "CommandName": "Export-PnPUserInfo", "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", + "Id": 349, "Rank": 2 }, { - "Id": 350, "CommandName": "Export-PnPUserProfile", "Command": "Export-PnPUserProfile -LoginName user@domain.com", + "Id": 350, "Rank": 1 }, { - "Id": 351, "CommandName": "Export-PnPUserProfile", "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", + "Id": 351, "Rank": 2 }, { - "Id": 352, "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -Match *.master", + "Id": 352, "Rank": 1 }, { - "Id": 353, "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", + "Id": 353, "Rank": 2 }, { - "Id": 354, "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", + "Id": 354, "Rank": 3 }, { - "Id": 355, "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken", + "Id": 355, "Rank": 1 }, { - "Id": 356, "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -Decoded", + "Id": 356, "Rank": 2 }, { - "Id": 357, "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", + "Id": 357, "Rank": 3 }, { - "Id": 358, "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceTypeName ARM", + "Id": 358, "Rank": 4 }, { - "Id": 359, "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", + "Id": 359, "Rank": 5 }, { - "Id": 360, "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ListPermissionScopes", + "Id": 360, "Rank": 6 }, { - "Id": 361, "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert", + "Id": 361, "Rank": 1 }, { - "Id": 362, "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\"", + "Id": 362, "Rank": 2 }, { - "Id": 363, "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Id": 363, "Rank": 3 }, { - "Id": 364, "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -Title \"Demo Alert\"", + "Id": 364, "Rank": 4 }, { - "Id": 365, "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -AllUsers", + "Id": 365, "Rank": 5 }, { - "Id": 366, "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", + "Id": 366, "Rank": 6 }, { - "Id": 367, "CommandName": "Get-PnPApp", "Command": "Get-PnPApp", + "Id": 367, "Rank": 1 }, { - "Id": 368, "CommandName": "Get-PnPApp", "Command": "Get-PnPApp -Scope Site", + "Id": 368, "Rank": 2 }, { - "Id": 369, "CommandName": "Get-PnPApp", "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Id": 369, "Rank": 3 }, { - "Id": 370, "CommandName": "Get-PnPAppErrors", "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", + "Id": 370, "Rank": 1 }, { - "Id": 371, "CommandName": "Get-PnPAppErrors", "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", + "Id": 371, "Rank": 2 }, { - "Id": 372, "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -Name \"Excel Service\"", + "Id": 372, "Rank": 1 }, { - "Id": 373, "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Id": 373, "Rank": 2 }, { - "Id": 374, "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", + "Id": 374, "Rank": 3 }, { - "Id": 375, "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer", + "Id": 375, "Rank": 1 }, { - "Id": 376, "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 376, "Rank": 2 }, { - "Id": 377, "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", + "Id": 377, "Rank": 3 }, { - "Id": 378, "CommandName": "Get-PnPAuditing", "Command": "Get-PnPAuditing", + "Id": 378, "Rank": 1 }, { - "Id": 379, "CommandName": "Get-PnPAuthenticationRealm", "Command": "Get-PnPAuthenticationRealm", + "Id": 379, "Rank": 1 }, { - "Id": 380, "CommandName": "Get-PnPAuthenticationRealm", "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", + "Id": 380, "Rank": 2 }, { - "Id": 381, "CommandName": "Get-PnPAvailableLanguage", "Command": "Get-PnPAvailableLanguage", + "Id": 381, "Rank": 1 }, { - "Id": 382, "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel", + "Id": 382, "Rank": 1 }, { - "Id": 383, "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", + "Id": 383, "Rank": 2 }, { - "Id": 384, "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", + "Id": 384, "Rank": 3 }, { - "Id": 385, "CommandName": "Get-PnPAvailableSiteClassification", "Command": "Get-PnPAvailableSiteClassification", + "Id": 385, "Rank": 1 }, { - "Id": 386, "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal", + "Id": 386, "Rank": 1 }, { - "Id": 387, "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", + "Id": 387, "Rank": 2 }, { - "Id": 388, "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", + "Id": 388, "Rank": 3 }, { - "Id": 389, "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", + "Id": 389, "Rank": 4 }, { - "Id": 390, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Command": "Get-PnPAzureADActivityReportDirectoryAudit", + "Id": 390, "Rank": 1 }, { - "Id": 391, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", + "Id": 391, "Rank": 2 }, { - "Id": 392, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", + "Id": 392, "Rank": 3 }, { - "Id": 393, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Command": "Get-PnPAzureADActivityReportSignIn", + "Id": 393, "Rank": 1 }, { - "Id": 394, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", + "Id": 394, "Rank": 2 }, { - "Id": 395, "CommandName": "Get-PnPAzureADActivityReportSignIn", "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", + "Id": 395, "Rank": 3 }, { - "Id": 396, "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp", + "Id": 396, "Rank": 1 }, { - "Id": 397, "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Identity MyApp", + "Id": 397, "Rank": 2 }, { - "Id": 398, "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Id": 398, "Rank": 3 }, { - "Id": 399, "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", + "Id": 399, "Rank": 4 }, { - "Id": 400, "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission", + "Id": 400, "Rank": 1 }, { - "Id": 401, "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission -Identity MyApp", + "Id": 401, "Rank": 2 }, { - "Id": 402, "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Id": 402, "Rank": 3 }, { - "Id": 403, "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission", + "Id": 403, "Rank": 1 }, { - "Id": 404, "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", + "Id": 404, "Rank": 2 }, { - "Id": 405, "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", + "Id": 405, "Rank": 3 }, { - "Id": 406, "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", + "Id": 406, "Rank": 4 }, { - "Id": 407, "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", + "Id": 407, "Rank": 5 }, { - "Id": 408, "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup", + "Id": 408, "Rank": 1 }, { - "Id": 409, "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupId", + "Id": 409, "Rank": 2 }, { - "Id": 410, "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", + "Id": 410, "Rank": 3 }, { - "Id": 411, "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", + "Id": 411, "Rank": 4 }, { - "Id": 412, "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $group", + "Id": 412, "Rank": 5 }, { - "Id": 413, "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $groupId", + "Id": 413, "Rank": 1 }, { - "Id": 414, "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $group", + "Id": 414, "Rank": 2 }, { - "Id": 415, "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", + "Id": 415, "Rank": 3 }, { - "Id": 416, "CommandName": "Get-PnPAzureADGroupOwner", "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", + "Id": 416, "Rank": 1 }, { - "Id": 417, "CommandName": "Get-PnPAzureADGroupOwner", "Command": "Get-PnPAzureADGroupOwner -Identity $group", + "Id": 417, "Rank": 2 }, { - "Id": 418, "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal", + "Id": 418, "Rank": 1 }, { - "Id": 419, "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", + "Id": 419, "Rank": 2 }, { - "Id": 420, "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", + "Id": 420, "Rank": 3 }, { - "Id": 421, "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", + "Id": 421, "Rank": 4 }, { - "Id": 422, "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", + "Id": 422, "Rank": 5 }, { - "Id": 423, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Id": 423, "Rank": 1 }, { - "Id": 424, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Id": 424, "Rank": 2 }, { - "Id": 425, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Id": 425, "Rank": 1 }, { - "Id": 426, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", + "Id": 426, "Rank": 2 }, { - "Id": 427, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser", + "Id": 427, "Rank": 1 }, { - "Id": 428, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -EndIndex 50", + "Id": 428, "Rank": 2 }, { - "Id": 429, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Id": 429, "Rank": 3 }, { - "Id": 430, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity john@contoso.com", + "Id": 430, "Rank": 4 }, { - "Id": 431, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", + "Id": 431, "Rank": 5 }, { - "Id": 432, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", + "Id": 432, "Rank": 6 }, { - "Id": 433, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", + "Id": 433, "Rank": 7 }, { - "Id": 434, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Delta", + "Id": 434, "Rank": 8 }, { - "Id": 435, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", + "Id": 435, "Rank": 9 }, { - "Id": 436, "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", + "Id": 436, "Rank": 10 }, { - "Id": 437, "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", + "Id": 437, "Rank": 1 }, { - "Id": 438, "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", + "Id": 438, "Rank": 2 }, { - "Id": 439, "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", + "Id": 439, "Rank": 3 }, { - "Id": 440, "CommandName": "Get-PnPBrandCenterConfig", "Command": "Get-PnPBrandCenterConfig", + "Id": 440, "Rank": 1 }, { - "Id": 441, "CommandName": "Get-PnPBrandCenterFont", "Command": "Get-PnPBrandCenterFont", + "Id": 441, "Rank": 1 }, { - "Id": 442, "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage", + "Id": 442, "Rank": 1 }, { - "Id": 443, "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage -Store Site", + "Id": 443, "Rank": 2 }, { - "Id": 444, "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", + "Id": 444, "Rank": 3 }, { - "Id": 445, "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Id": 445, "Rank": 4 }, { - "Id": 446, "CommandName": "Get-PnPBrowserIdleSignout", "Command": "Get-PnPBrowserIdleSignout", + "Id": 446, "Rank": 1 }, { - "Id": 447, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", + "Id": 447, "Rank": 1 }, { - "Id": 448, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Command": "Get-PnPBuiltInDesignPackageVisibility", + "Id": 448, "Rank": 2 }, { - "Id": 449, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings", + "Id": 449, "Rank": 1 }, { - "Id": 450, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", + "Id": 450, "Rank": 2 }, { - "Id": 451, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", + "Id": 451, "Rank": 3 }, { - "Id": 452, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", + "Id": 452, "Rank": 4 }, { - "Id": 453, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", + "Id": 453, "Rank": 5 }, { - "Id": 454, "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog", + "Id": 454, "Rank": 1 }, { - "Id": 455, "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog -Nightly", + "Id": 455, "Rank": 2 }, { - "Id": 456, "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog -Version 2.12.0", + "Id": 456, "Rank": 3 }, { - "Id": 457, "CommandName": "Get-PnPCompatibleHubContentTypes", "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", + "Id": 457, "Rank": 1 }, { - "Id": 458, "CommandName": "Get-PnPCompatibleHubContentTypes", "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", + "Id": 458, "Rank": 2 }, { - "Id": 459, "CommandName": "Get-PnPContainer", "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", + "Id": 459, "Rank": 1 }, { - "Id": 460, "CommandName": "Get-PnPContainer", "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Id": 460, "Rank": 2 }, { - "Id": 461, "CommandName": "Get-PnPContainer", "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Id": 461, "Rank": 3 }, { - "Id": 462, "CommandName": "Get-PnPContainerType", "Command": "Get-PnPContainerType", + "Id": 462, "Rank": 1 }, { - "Id": 463, "CommandName": "Get-PnPContainerTypeConfiguration", "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", + "Id": 463, "Rank": 1 }, { - "Id": 464, "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType", + "Id": 464, "Rank": 1 }, { - "Id": 465, "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -InSiteHierarchy", + "Id": 465, "Rank": 2 }, { - "Id": 466, "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -Identity \"Project Document\"", + "Id": 466, "Rank": 3 }, { - "Id": 467, "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -List \"Documents\"", + "Id": 467, "Rank": 4 }, { - "Id": 468, "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -Includes \"SchemaXml\"", + "Id": 468, "Rank": 5 }, { - "Id": 469, "CommandName": "Get-PnPContentTypePublishingStatus", "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", + "Id": 469, "Rank": 1 }, { - "Id": 470, "CommandName": "Get-PnPCopilotAdminLimitedMode", "Command": "Get-PnPCopilotAdminLimitedMode", + "Id": 470, "Rank": 1 }, { - "Id": 471, "CommandName": "Get-PnPCopilotAgent", "Command": "Get-PnPCopilotAgent", + "Id": 471, "Rank": 1 }, { - "Id": 472, "CommandName": "Get-PnPCopilotAgent", "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", + "Id": 472, "Rank": 2 }, { - "Id": 473, "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction", + "Id": 473, "Rank": 1 }, { - "Id": 474, "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 474, "Rank": 2 }, { - "Id": 475, "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction -Scope web", + "Id": 475, "Rank": 3 }, { - "Id": 476, "CommandName": "Get-PnPDeletedContainer", "Command": "Get-PnPDeletedContainer", + "Id": 476, "Rank": 1 }, { - "Id": 477, "CommandName": "Get-PnPDeletedFlow", "Command": "Get-PnPDeletedFlow", + "Id": 477, "Rank": 1 }, { - "Id": 478, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Command": "Get-PnPDeletedMicrosoft365Group", + "Id": 478, "Rank": 1 }, { - "Id": 479, "CommandName": "Get-PnPDeletedMicrosoft365Group", "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Id": 479, "Rank": 2 }, { - "Id": 480, "CommandName": "Get-PnPDeletedTeam", "Command": "Get-PnPDeletedTeam", + "Id": 480, "Rank": 1 }, { - "Id": 481, "CommandName": "Get-PnPDiagnostics", "Command": "Get-PnPDiagnostics", + "Id": 481, "Rank": 1 }, { - "Id": 482, "CommandName": "Get-PnPDisableSpacesActivation", "Command": "Get-PnPDisableSpacesActivation", + "Id": 482, "Rank": 1 }, { - "Id": 483, "CommandName": "Get-PnPDocumentSetTemplate", "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", + "Id": 483, "Rank": 1 }, { - "Id": 484, "CommandName": "Get-PnPDocumentSetTemplate", "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", + "Id": 484, "Rank": 2 }, { - "Id": 485, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Command": "Get-PnPEnterpriseAppInsightsReport", + "Id": 485, "Rank": 1 }, { - "Id": 486, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", + "Id": 486, "Rank": 2 }, { - "Id": 487, "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", + "Id": 487, "Rank": 3 }, { - "Id": 488, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver", + "Id": 488, "Rank": 1 }, { - "Id": 489, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 489, "Rank": 2 }, { - "Id": 490, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Identity MyReceiver", + "Id": 490, "Rank": 3 }, { - "Id": 491, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\"", + "Id": 491, "Rank": 4 }, { - "Id": 492, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 492, "Rank": 5 }, { - "Id": 493, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", + "Id": 493, "Rank": 6 }, { - "Id": 494, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope Site", + "Id": 494, "Rank": 7 }, { - "Id": 495, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope Web", + "Id": 495, "Rank": 8 }, { - "Id": 496, "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope All", + "Id": 496, "Rank": 9 }, { - "Id": 497, "CommandName": "Get-PnPException", "Command": "Get-PnPException", + "Id": 497, "Rank": 1 }, { - "Id": 498, "CommandName": "Get-PnPException", "Command": "Get-PnPException -All", + "Id": 498, "Rank": 2 }, { - "Id": 499, "CommandName": "Get-PnPExternalUser", "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", + "Id": 499, "Rank": 1 }, { - "Id": 500, "CommandName": "Get-PnPExternalUser", "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", + "Id": 500, "Rank": 2 }, { - "Id": 501, "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature", + "Id": 501, "Rank": 1 }, { - "Id": 502, "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Scope Site", + "Id": 502, "Rank": 2 }, { - "Id": 503, "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 503, "Rank": 3 }, { - "Id": 504, "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", + "Id": 504, "Rank": 4 }, { - "Id": 505, "CommandName": "Get-PnPField", "Command": "Get-PnPField", + "Id": 505, "Rank": 1 }, { - "Id": 506, "CommandName": "Get-PnPField", "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Id": 506, "Rank": 2 }, { - "Id": 507, "CommandName": "Get-PnPField", "Command": "Get-PnPField -Group \"Custom Columns\"", + "Id": 507, "Rank": 3 }, { - "Id": 508, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", + "Id": 508, "Rank": 1 }, { - "Id": 509, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", + "Id": 509, "Rank": 2 }, { - "Id": 510, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", + "Id": 510, "Rank": 3 }, { - "Id": 511, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", + "Id": 511, "Rank": 4 }, { - "Id": 512, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", + "Id": 512, "Rank": 5 }, { - "Id": 513, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", + "Id": 513, "Rank": 6 }, { - "Id": 514, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", + "Id": 514, "Rank": 7 }, { - "Id": 515, "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", + "Id": 515, "Rank": 8 }, { - "Id": 516, "CommandName": "Get-PnPFileAnalyticsData", "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", + "Id": 516, "Rank": 1 }, { - "Id": 517, "CommandName": "Get-PnPFileAnalyticsData", "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", + "Id": 517, "Rank": 2 }, { - "Id": 518, "CommandName": "Get-PnPFileAnalyticsData", "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Id": 518, "Rank": 3 }, { - "Id": 519, "CommandName": "Get-PnPFileCheckedOut", "Command": "Get-PnPFileCheckedOut -List \"Documents\"", + "Id": 519, "Rank": 1 }, { - "Id": 520, "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder", + "Id": 520, "Rank": 1 }, { - "Id": 521, "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -Recurse", + "Id": 521, "Rank": 2 }, { - "Id": 522, "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", + "Id": 522, "Rank": 3 }, { - "Id": 523, "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Id": 523, "Rank": 4 }, { - "Id": 524, "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Id": 524, "Rank": 5 }, { - "Id": 525, "CommandName": "Get-PnPFileRetentionLabel", "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Id": 525, "Rank": 1 }, { - "Id": 526, "CommandName": "Get-PnPFileSensitivityLabel", "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", + "Id": 526, "Rank": 1 }, { - "Id": 527, "CommandName": "Get-PnPFileSensitivityLabelInfo", "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", + "Id": 527, "Rank": 1 }, { - "Id": 528, "CommandName": "Get-PnPFileSharingLink", "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 528, "Rank": 1 }, { - "Id": 529, "CommandName": "Get-PnPFileSharingLink", "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", + "Id": 529, "Rank": 2 }, { - "Id": 530, "CommandName": "Get-PnPFileSharingLink", "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", + "Id": 530, "Rank": 3 }, { - "Id": 531, "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", + "Id": 531, "Rank": 1 }, { - "Id": 532, "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", + "Id": 532, "Rank": 2 }, { - "Id": 533, "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", + "Id": 533, "Rank": 3 }, { - "Id": 534, "CommandName": "Get-PnPFlow", "Command": "Get-PnPFlow -AsAdmin", + "Id": 534, "Rank": 1 }, { - "Id": 535, "CommandName": "Get-PnPFlow", "Command": "Get-PnPFlow -SharingStatus SharedWithMe", + "Id": 535, "Rank": 2 }, { - "Id": 536, "CommandName": "Get-PnPFlow", "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 536, "Rank": 3 }, { - "Id": 537, "CommandName": "Get-PnPFlowOwner", "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Id": 537, "Rank": 1 }, { - "Id": 538, "CommandName": "Get-PnPFlowOwner", "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", + "Id": 538, "Rank": 2 }, { - "Id": 539, "CommandName": "Get-PnPFlowRun", "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 539, "Rank": 1 }, { - "Id": 540, "CommandName": "Get-PnPFlowRun", "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Id": 540, "Rank": 2 }, { - "Id": 541, "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder", + "Id": 541, "Rank": 1 }, { - "Id": 542, "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -CurrentWebRootFolder", + "Id": 542, "Rank": 2 }, { - "Id": 543, "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"Shared Documents\"", + "Id": 543, "Rank": 3 }, { - "Id": 544, "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", + "Id": 544, "Rank": 4 }, { - "Id": 545, "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", + "Id": 545, "Rank": 5 }, { - "Id": 546, "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -List \"Shared Documents\"", + "Id": 546, "Rank": 6 }, { - "Id": 547, "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", + "Id": 547, "Rank": 7 }, { - "Id": 548, "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder", + "Id": 548, "Rank": 1 }, { - "Id": 549, "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -Recurse", + "Id": 549, "Rank": 2 }, { - "Id": 550, "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", + "Id": 550, "Rank": 3 }, { - "Id": 551, "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", + "Id": 551, "Rank": 4 }, { - "Id": 552, "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", + "Id": 552, "Rank": 5 }, { - "Id": 553, "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", + "Id": 553, "Rank": 6 }, { - "Id": 554, "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem", + "Id": 554, "Rank": 1 }, { - "Id": 555, "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -Recurse", + "Id": 555, "Rank": 2 }, { - "Id": 556, "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", + "Id": 556, "Rank": 3 }, { - "Id": 557, "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", + "Id": 557, "Rank": 4 }, { - "Id": 558, "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", + "Id": 558, "Rank": 5 }, { - "Id": 559, "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", + "Id": 559, "Rank": 6 }, { - "Id": 560, "CommandName": "Get-PnPFolderSharingLink", "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 560, "Rank": 1 }, { - "Id": 561, "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric", + "Id": 561, "Rank": 1 }, { - "Id": 562, "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", + "Id": 562, "Rank": 2 }, { - "Id": 563, "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", + "Id": 563, "Rank": 3 }, { - "Id": 564, "CommandName": "Get-PnPFooter", "Command": "Get-PnPFooter", + "Id": 564, "Rank": 1 }, { - "Id": 565, "CommandName": "Get-PnPGraphSubscription", "Command": "Get-PnPGraphSubscription", + "Id": 565, "Rank": 1 }, { - "Id": 566, "CommandName": "Get-PnPGraphSubscription", "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", + "Id": 566, "Rank": 2 }, { - "Id": 567, "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup", + "Id": 567, "Rank": 1 }, { - "Id": 568, "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup -Identity 'My Site Users'", + "Id": 568, "Rank": 2 }, { - "Id": 569, "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup -AssociatedMemberGroup", + "Id": 569, "Rank": 3 }, { - "Id": 570, "CommandName": "Get-PnPGroupMember", "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", + "Id": 570, "Rank": 1 }, { - "Id": 571, "CommandName": "Get-PnPGroupMember", "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", + "Id": 571, "Rank": 2 }, { - "Id": 572, "CommandName": "Get-PnPGroupPermissions", "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", + "Id": 572, "Rank": 1 }, { - "Id": 573, "CommandName": "Get-PnPHideDefaultThemes", "Command": "Get-PnPHideDefaultThemes", + "Id": 573, "Rank": 1 }, { - "Id": 574, "CommandName": "Get-PnPHomePage", "Command": "Get-PnPHomePage", + "Id": 574, "Rank": 1 }, { - "Id": 575, "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite", + "Id": 575, "Rank": 1 }, { - "Id": 576, "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", + "Id": 576, "Rank": 2 }, { - "Id": 577, "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite -Detailed", + "Id": 577, "Rank": 3 }, { - "Id": 578, "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite", + "Id": 578, "Rank": 1 }, { - "Id": 579, "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Id": 579, "Rank": 2 }, { - "Id": 580, "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", + "Id": 580, "Rank": 3 }, { - "Id": 581, "CommandName": "Get-PnPHubSiteChild", "Command": "Get-PnPHubSiteChild", + "Id": 581, "Rank": 1 }, { - "Id": 582, "CommandName": "Get-PnPHubSiteChild", "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", + "Id": 582, "Rank": 2 }, { - "Id": 583, "CommandName": "Get-PnPInPlaceRecordsManagement", "Command": "Get-PnPInPlaceRecordsManagement", + "Id": 583, "Rank": 1 }, { - "Id": 584, "CommandName": "Get-PnPIsSiteAliasAvailable", "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", + "Id": 584, "Rank": 1 }, { - "Id": 585, "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink", + "Id": 585, "Rank": 1 }, { - "Id": 586, "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope All", + "Id": 586, "Rank": 2 }, { - "Id": 587, "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope Web", + "Id": 587, "Rank": 3 }, { - "Id": 588, "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope Site", + "Id": 588, "Rank": 4 }, { - "Id": 589, "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Name Test", + "Id": 589, "Rank": 5 }, { - "Id": 590, "CommandName": "Get-PnPKnowledgeHubSite", "Command": "Get-PnPKnowledgeHubSite", + "Id": 590, "Rank": 1 }, { - "Id": 591, "CommandName": "Get-PnPLargeListOperationStatus", "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", + "Id": 591, "Rank": 1 }, { - "Id": 592, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", + "Id": 592, "Rank": 1 }, { - "Id": 593, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 593, "Rank": 1 }, { - "Id": 594, "CommandName": "Get-PnPList", "Command": "Get-PnPList", + "Id": 594, "Rank": 1 }, { - "Id": 595, "CommandName": "Get-PnPList", "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 595, "Rank": 2 }, { - "Id": 596, "CommandName": "Get-PnPList", "Command": "Get-PnPList -Identity Lists/Announcements", + "Id": 596, "Rank": 3 }, { - "Id": 597, "CommandName": "Get-PnPList", "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", + "Id": 597, "Rank": 4 }, { - "Id": 598, "CommandName": "Get-PnPList", "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", + "Id": 598, "Rank": 5 }, { - "Id": 599, "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign", + "Id": 599, "Rank": 1 }, { - "Id": 600, "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 600, "Rank": 2 }, { - "Id": 601, "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign -Identity ListEvent", + "Id": 601, "Rank": 3 }, { - "Id": 602, "CommandName": "Get-PnPListInformationRightsManagement", "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", + "Id": 602, "Rank": 1 }, { - "Id": 603, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks", + "Id": 603, "Rank": 1 }, { - "Id": 604, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Id 1", + "Id": 604, "Rank": 2 }, { - "Id": 605, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", + "Id": 605, "Rank": 3 }, { - "Id": 606, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", + "Id": 606, "Rank": 4 }, { - "Id": 607, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Query \"\"", + "Id": 607, "Rank": 5 }, { - "Id": 608, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -PageSize 1000", + "Id": 608, "Rank": 6 }, { - "Id": 609, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", + "Id": 609, "Rank": 7 }, { - "Id": 610, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", + "Id": 610, "Rank": 8 }, { - "Id": 611, "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", + "Id": 611, "Rank": 9 }, { - "Id": 612, "CommandName": "Get-PnPListItemAttachment", "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", + "Id": 612, "Rank": 1 }, { - "Id": 613, "CommandName": "Get-PnPListItemAttachment", "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", + "Id": 613, "Rank": 2 }, { - "Id": 614, "CommandName": "Get-PnPListItemComment", "Command": "Get-PnPListItemComment -List Tasks -Identity 1", + "Id": 614, "Rank": 1 }, { - "Id": 615, "CommandName": "Get-PnPListItemPermission", "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", + "Id": 615, "Rank": 1 }, { - "Id": 616, "CommandName": "Get-PnPListItemVersion", "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", + "Id": 616, "Rank": 1 }, { - "Id": 617, "CommandName": "Get-PnPListPermissions", "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", + "Id": 617, "Rank": 1 }, { - "Id": 618, "CommandName": "Get-PnPListPermissions", "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Id": 618, "Rank": 2 }, { - "Id": 619, "CommandName": "Get-PnPListRecordDeclaration", "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", + "Id": 619, "Rank": 1 }, { - "Id": 620, "CommandName": "Get-PnPManagedAppId", "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", + "Id": 620, "Rank": 1 }, { - "Id": 621, "CommandName": "Get-PnPMasterPage", "Command": "Get-PnPMasterPage", + "Id": 621, "Rank": 1 }, { - "Id": 622, "CommandName": "Get-PnPMessageCenterAnnouncement", "Command": "Get-PnPMessageCenterAnnouncement", + "Id": 622, "Rank": 1 }, { - "Id": 623, "CommandName": "Get-PnPMessageCenterAnnouncement", "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", + "Id": 623, "Rank": 2 }, { - "Id": 624, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Command": "Get-PnPMicrosoft365ExpiringGroup", + "Id": 624, "Rank": 1 }, { - "Id": 625, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", + "Id": 625, "Rank": 2 }, { - "Id": 626, "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group", + "Id": 626, "Rank": 1 }, { - "Id": 627, "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupId", + "Id": 627, "Rank": 2 }, { - "Id": 628, "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", + "Id": 628, "Rank": 3 }, { - "Id": 629, "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", + "Id": 629, "Rank": 4 }, { - "Id": 630, "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $group", + "Id": 630, "Rank": 5 }, { - "Id": 631, "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", + "Id": 631, "Rank": 6 }, { - "Id": 632, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint", + "Id": 632, "Rank": 1 }, { - "Id": 633, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", + "Id": 633, "Rank": 2 }, { - "Id": 634, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Id": 634, "Rank": 3 }, { - "Id": 635, "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", + "Id": 635, "Rank": 1 }, { - "Id": 636, "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", + "Id": 636, "Rank": 2 }, { - "Id": 637, "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", + "Id": 637, "Rank": 3 }, { - "Id": 638, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", + "Id": 638, "Rank": 1 }, { - "Id": 639, "CommandName": "Get-PnPMicrosoft365GroupOwner", "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", + "Id": 639, "Rank": 2 }, { - "Id": 640, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings", + "Id": 640, "Rank": 1 }, { - "Id": 641, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", + "Id": 641, "Rank": 2 }, { - "Id": 642, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", + "Id": 642, "Rank": 3 }, { - "Id": 643, "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", + "Id": 643, "Rank": 4 }, { - "Id": 644, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Command": "Get-PnPMicrosoft365GroupSettingTemplates", + "Id": 644, "Rank": 1 }, { - "Id": 645, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", + "Id": 645, "Rank": 2 }, { - "Id": 646, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam", + "Id": 646, "Rank": 1 }, { - "Id": 647, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", + "Id": 647, "Rank": 2 }, { - "Id": 648, "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Id": 648, "Rank": 3 }, { - "Id": 649, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity", + "Id": 649, "Rank": 1 }, { - "Id": 650, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", + "Id": 650, "Rank": 2 }, { - "Id": 651, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", + "Id": 651, "Rank": 3 }, { - "Id": 652, "CommandName": "Get-PnPMicrosoft365Roadmap", "Command": "Get-PnPMicrosoft365Roadmap", + "Id": 652, "Rank": 1 }, { - "Id": 653, "CommandName": "Get-PnPMicrosoft365Roadmap", "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", + "Id": 653, "Rank": 2 }, { - "Id": 654, "CommandName": "Get-PnPMicrosoft365Roadmap", "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", + "Id": 654, "Rank": 3 }, { - "Id": 655, "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode", + "Id": 655, "Rank": 1 }, { - "Id": 656, "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode -Location QuickLaunch", + "Id": 656, "Rank": 2 }, { - "Id": 657, "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode -Location TopNavigationBar", + "Id": 657, "Rank": 3 }, { - "Id": 658, "CommandName": "Get-PnPOrgAssetsLibrary", "Command": "Get-PnPOrgAssetsLibrary", + "Id": 658, "Rank": 1 }, { - "Id": 659, "CommandName": "Get-PnPOrgNewsSite", "Command": "Get-PnPOrgNewsSite", + "Id": 659, "Rank": 1 }, { - "Id": 660, "CommandName": "Get-PnPPage", "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", + "Id": 660, "Rank": 1 }, { - "Id": 661, "CommandName": "Get-PnPPage", "Command": "Get-PnPPage \"MyPage\"", + "Id": 661, "Rank": 2 }, { - "Id": 662, "CommandName": "Get-PnPPage", "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", + "Id": 662, "Rank": 3 }, { - "Id": 663, "CommandName": "Get-PnPPage", "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Id": 663, "Rank": 4 }, { - "Id": 664, "CommandName": "Get-PnPPage", "Command": "Get-PnPPage", + "Id": 664, "Rank": 5 }, { - "Id": 665, "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home", + "Id": 665, "Rank": 1 }, { - "Id": 666, "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 666, "Rank": 2 }, { - "Id": 667, "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home -ListAvailable", + "Id": 667, "Rank": 3 }, { - "Id": 668, "CommandName": "Get-PnPPageCopyProgress", "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", + "Id": 668, "Rank": 1 }, { - "Id": 669, "CommandName": "Get-PnPPageLikedByInformation", "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", + "Id": 669, "Rank": 1 }, { - "Id": 670, "CommandName": "Get-PnPPageLikedByInformation", "Command": "Get-PnPPageLikedByInformation \"MyPage\"", + "Id": 670, "Rank": 2 }, { - "Id": 671, "CommandName": "Get-PnPPageLikedByInformation", "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", + "Id": 671, "Rank": 3 }, { - "Id": 672, "CommandName": "Get-PnPPageSchedulingEnabled", "Command": "Get-PnPPageSchedulingEnabled", + "Id": 672, "Rank": 1 }, { - "Id": 673, "CommandName": "Get-PnPPlannerBucket", "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", + "Id": 673, "Rank": 1 }, { - "Id": 674, "CommandName": "Get-PnPPlannerConfiguration", "Command": "Get-PnPPlannerConfiguration", + "Id": 674, "Rank": 1 }, { - "Id": 675, "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", + "Id": 675, "Rank": 1 }, { - "Id": 676, "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", + "Id": 676, "Rank": 2 }, { - "Id": 677, "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", + "Id": 677, "Rank": 3 }, { - "Id": 678, "CommandName": "Get-PnPPlannerRosterMember", "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Id": 678, "Rank": 1 }, { - "Id": 679, "CommandName": "Get-PnPPlannerRosterPlan", "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", + "Id": 679, "Rank": 1 }, { - "Id": 680, "CommandName": "Get-PnPPlannerRosterPlan", "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", + "Id": 680, "Rank": 2 }, { - "Id": 681, "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", + "Id": 681, "Rank": 1 }, { - "Id": 682, "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Id": 682, "Rank": 2 }, { - "Id": 683, "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", + "Id": 683, "Rank": 3 }, { - "Id": 684, "CommandName": "Get-PnPPlannerUserPolicy", "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Id": 684, "Rank": 1 }, { - "Id": 685, "CommandName": "Get-PnPPowerApp", "Command": "Get-PnPPowerApp", + "Id": 685, "Rank": 1 }, { - "Id": 686, "CommandName": "Get-PnPPowerApp", "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 686, "Rank": 2 }, { - "Id": 687, "CommandName": "Get-PnPPowerPlatformCustomConnector", "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Id": 687, "Rank": 1 }, { - "Id": 688, "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment", + "Id": 688, "Rank": 1 }, { - "Id": 689, "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", + "Id": 689, "Rank": 2 }, { - "Id": 690, "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", + "Id": 690, "Rank": 3 }, { - "Id": 691, "CommandName": "Get-PnPPowerPlatformSolution", "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", + "Id": 691, "Rank": 1 }, { - "Id": 692, "CommandName": "Get-PnPPowerPlatformSolution", "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", + "Id": 692, "Rank": 2 }, { - "Id": 693, "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Command": "Get-PnPPowerShellTelemetryEnabled", + "Id": 693, "Rank": 1 }, { - "Id": 694, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Id": 694, "Rank": 1 }, { - "Id": 695, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", + "Id": 695, "Rank": 2 }, { - "Id": 696, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Command": "Get-PnPPriviledgedIdentityManagementRole", + "Id": 696, "Rank": 1 }, { - "Id": 697, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", + "Id": 697, "Rank": 2 }, { - "Id": 698, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", + "Id": 698, "Rank": 3 }, { - "Id": 699, "CommandName": "Get-PnPProfileCardProperty", "Command": "Get-PnPProfileCardProperty", + "Id": 699, "Rank": 1 }, { - "Id": 700, "CommandName": "Get-PnPProfileCardProperty", "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", + "Id": 700, "Rank": 2 }, { - "Id": 701, "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag", + "Id": 701, "Rank": 1 }, { - "Id": 702, "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Key MyKey", + "Id": 702, "Rank": 2 }, { - "Id": 703, "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder /MyFolder", + "Id": 703, "Rank": 3 }, { - "Id": 704, "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", + "Id": 704, "Rank": 4 }, { - "Id": 705, "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", + "Id": 705, "Rank": 5 }, { - "Id": 706, "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition", + "Id": 706, "Rank": 1 }, { - "Id": 707, "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", + "Id": 707, "Rank": 2 }, { - "Id": 708, "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition -Identity 2", + "Id": 708, "Rank": 3 }, { - "Id": 709, "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem", + "Id": 709, "Rank": 1 }, { - "Id": 710, "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", + "Id": 710, "Rank": 2 }, { - "Id": 711, "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -FirstStage", + "Id": 711, "Rank": 3 }, { - "Id": 712, "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -SecondStage", + "Id": 712, "Rank": 4 }, { - "Id": 713, "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -RowLimit 10000", + "Id": 713, "Rank": 5 }, { - "Id": 714, "CommandName": "Get-PnPRequestAccessEmails", "Command": "Get-PnPRequestAccessEmails", + "Id": 714, "Rank": 1 }, { - "Id": 715, "CommandName": "Get-PnPRetentionLabel", "Command": "Get-PnPRetentionLabel", + "Id": 715, "Rank": 1 }, { - "Id": 716, "CommandName": "Get-PnPRetentionLabel", "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", + "Id": 716, "Rank": 2 }, { - "Id": 717, "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition", + "Id": 717, "Rank": 1 }, { - "Id": 718, "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition -Identity Read", + "Id": 718, "Rank": 2 }, { - "Id": 719, "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", + "Id": 719, "Rank": 3 }, { - "Id": 720, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration", + "Id": 720, "Rank": 1 }, { - "Id": 721, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site", + "Id": 721, "Rank": 2 }, { - "Id": 722, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Subscription", + "Id": 722, "Rank": 3 }, { - "Id": 723, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Id": 723, "Rank": 4 }, { - "Id": 724, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", + "Id": 724, "Rank": 5 }, { - "Id": 725, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", + "Id": 725, "Rank": 6 }, { - "Id": 726, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", + "Id": 726, "Rank": 7 }, { - "Id": 727, "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", + "Id": 727, "Rank": 8 }, { - "Id": 728, "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog", + "Id": 728, "Rank": 1 }, { - "Id": 729, "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", + "Id": 729, "Rank": 2 }, { - "Id": 730, "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", + "Id": 730, "Rank": 3 }, { - "Id": 731, "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", + "Id": 731, "Rank": 4 }, { - "Id": 732, "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", + "Id": 732, "Rank": 5 }, { - "Id": 733, "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", + "Id": 733, "Rank": 6 }, { - "Id": 734, "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", + "Id": 734, "Rank": 7 }, { - "Id": 735, "CommandName": "Get-PnPSearchExternalConnection", "Command": "Get-PnPSearchExternalConnection", + "Id": 735, "Rank": 1 }, { - "Id": 736, "CommandName": "Get-PnPSearchExternalConnection", "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Id": 736, "Rank": 2 }, { - "Id": 737, "CommandName": "Get-PnPSearchExternalItem", "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Id": 737, "Rank": 1 }, { - "Id": 738, "CommandName": "Get-PnPSearchExternalItem", "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", + "Id": 738, "Rank": 2 }, { - "Id": 739, "CommandName": "Get-PnPSearchExternalSchema", "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", + "Id": 739, "Rank": 1 }, { - "Id": 740, "CommandName": "Get-PnPSearchSettings", "Command": "Get-PnPSearchSettings", + "Id": 740, "Rank": 1 }, { - "Id": 741, "CommandName": "Get-PnPServiceCurrentHealth", "Command": "Get-PnPServiceCurrentHealth", + "Id": 741, "Rank": 1 }, { - "Id": 742, "CommandName": "Get-PnPServiceCurrentHealth", "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", + "Id": 742, "Rank": 2 }, { - "Id": 743, "CommandName": "Get-PnPServiceHealthIssue", "Command": "Get-PnPServiceHealthIssue", + "Id": 743, "Rank": 1 }, { - "Id": 744, "CommandName": "Get-PnPServiceHealthIssue", "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", + "Id": 744, "Rank": 2 }, { - "Id": 745, "CommandName": "Get-PnPSharePointAddIn", "Command": "Get-PnPSharePointAddIn", + "Id": 745, "Rank": 1 }, { - "Id": 746, "CommandName": "Get-PnPSharePointAddIn", "Command": "Get-PnPSharePointAddIn -IncludeSubsites", + "Id": 746, "Rank": 2 }, { - "Id": 747, "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Command": "Get-PnPSharingForNonOwnersOfSite", + "Id": 747, "Rank": 1 }, { - "Id": 748, "CommandName": "Get-PnPSite", "Command": "Get-PnPSite", + "Id": 748, "Rank": 1 }, { - "Id": 749, "CommandName": "Get-PnPSite", "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", + "Id": 749, "Rank": 2 }, { - "Id": 750, "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -All", + "Id": 750, "Rank": 1 }, { - "Id": 751, "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", + "Id": 751, "Rank": 2 }, { - "Id": 752, "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Id": 752, "Rank": 3 }, { - "Id": 753, "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", + "Id": 753, "Rank": 4 }, { - "Id": 754, "CommandName": "Get-PnPSiteClosure", "Command": "Get-PnPSiteClosure", + "Id": 754, "Rank": 1 }, { - "Id": 755, "CommandName": "Get-PnPSiteCollectionAdmin", "Command": "Get-PnPSiteCollectionAdmin", + "Id": 755, "Rank": 1 }, { - "Id": 756, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog", + "Id": 756, "Rank": 1 }, { - "Id": 757, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", + "Id": 757, "Rank": 2 }, { - "Id": 758, "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", + "Id": 758, "Rank": 3 }, { - "Id": 759, "CommandName": "Get-PnPSiteCollectionTermStore", "Command": "Get-PnPSiteCollectionTermStore", + "Id": 759, "Rank": 1 }, { - "Id": 760, "CommandName": "Get-PnPSiteDesign", "Command": "Get-PnPSiteDesign", + "Id": 760, "Rank": 1 }, { - "Id": 761, "CommandName": "Get-PnPSiteDesign", "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 761, "Rank": 2 }, { - "Id": 762, "CommandName": "Get-PnPSiteDesignRights", "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 762, "Rank": 1 }, { - "Id": 763, "CommandName": "Get-PnPSiteDesignRun", "Command": "Get-PnPSiteDesignRun", + "Id": 763, "Rank": 1 }, { - "Id": 764, "CommandName": "Get-PnPSiteDesignRun", "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", + "Id": 764, "Rank": 2 }, { - "Id": 765, "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", + "Id": 765, "Rank": 1 }, { - "Id": 766, "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask", + "Id": 766, "Rank": 2 }, { - "Id": 767, "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", + "Id": 767, "Rank": 3 }, { - "Id": 768, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Id": 768, "Rank": 1 }, { - "Id": 769, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 769, "Rank": 1 }, { - "Id": 770, "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup", + "Id": 770, "Rank": 1 }, { - "Id": 771, "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Id": 771, "Rank": 2 }, { - "Id": 772, "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", + "Id": 772, "Rank": 3 }, { - "Id": 773, "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", + "Id": 773, "Rank": 4 }, { - "Id": 774, "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy", + "Id": 774, "Rank": 1 }, { - "Id": 775, "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy -AllAvailable", + "Id": 775, "Rank": 2 }, { - "Id": 776, "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", + "Id": 776, "Rank": 3 }, { - "Id": 777, "CommandName": "Get-PnPSiteScript", "Command": "Get-PnPSiteScript", + "Id": 777, "Rank": 1 }, { - "Id": 778, "CommandName": "Get-PnPSiteScript", "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 778, "Rank": 2 }, { - "Id": 779, "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", + "Id": 779, "Rank": 1 }, { - "Id": 780, "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", + "Id": 780, "Rank": 2 }, { - "Id": 781, "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", + "Id": 781, "Rank": 3 }, { - "Id": 782, "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", + "Id": 782, "Rank": 1 }, { - "Id": 783, "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", + "Id": 783, "Rank": 2 }, { - "Id": 784, "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", + "Id": 784, "Rank": 3 }, { - "Id": 785, "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", + "Id": 785, "Rank": 4 }, { - "Id": 786, "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", + "Id": 786, "Rank": 5 }, { - "Id": 787, "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", + "Id": 787, "Rank": 6 }, { - "Id": 788, "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults", + "Id": 788, "Rank": 1 }, { - "Id": 789, "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", + "Id": 789, "Rank": 2 }, { - "Id": 790, "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", + "Id": 790, "Rank": 3 }, { - "Id": 791, "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", + "Id": 791, "Rank": 4 }, { - "Id": 792, "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", + "Id": 792, "Rank": 5 }, { - "Id": 793, "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -All", + "Id": 793, "Rank": 6 }, { - "Id": 794, "CommandName": "Get-PnPSiteSensitivityLabel", "Command": "Get-PnPSiteSensitivityLabel", + "Id": 794, "Rank": 1 }, { - "Id": 795, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp", + "Id": 795, "Rank": 1 }, { - "Id": 796, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.xml", + "Id": 796, "Rank": 2 }, { - "Id": 797, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.md", + "Id": 797, "Rank": 3 }, { - "Id": 798, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", + "Id": 798, "Rank": 4 }, { - "Id": 799, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", + "Id": 799, "Rank": 5 }, { - "Id": 800, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", + "Id": 800, "Rank": 6 }, { - "Id": 801, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", + "Id": 801, "Rank": 7 }, { - "Id": 802, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", + "Id": 802, "Rank": 8 }, { - "Id": 803, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", + "Id": 803, "Rank": 9 }, { - "Id": 804, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", + "Id": 804, "Rank": 10 }, { - "Id": 805, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", + "Id": 805, "Rank": 11 }, { - "Id": 806, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", + "Id": 806, "Rank": 12 }, { - "Id": 807, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", + "Id": 807, "Rank": 13 }, { - "Id": 808, "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", + "Id": 808, "Rank": 14 }, { - "Id": 809, "CommandName": "Get-PnPSiteUserInvitations", "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Id": 809, "Rank": 1 }, { - "Id": 810, "CommandName": "Get-PnPSiteVersionPolicy", "Command": "Get-PnPSiteVersionPolicy", + "Id": 810, "Rank": 1 }, { - "Id": 811, "CommandName": "Get-PnPSiteVersionPolicyStatus", "Command": "Get-PnPSiteVersionPolicyStatus", + "Id": 811, "Rank": 1 }, { - "Id": 812, "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity", + "Id": 812, "Rank": 1 }, { - "Id": 813, "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Key MyKey", + "Id": 813, "Rank": 2 }, { - "Id": 814, "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Scope Site", + "Id": 814, "Rank": 3 }, { - "Id": 815, "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", + "Id": 815, "Rank": 4 }, { - "Id": 816, "CommandName": "Get-PnPStoredCredential", "Command": "Get-PnPStoredCredential -Name O365", + "Id": 816, "Rank": 1 }, { - "Id": 817, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Id": 817, "Rank": 1 }, { - "Id": 818, "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Id": 818, "Rank": 1 }, { - "Id": 819, "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb", + "Id": 819, "Rank": 1 }, { - "Id": 820, "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Recurse", + "Id": 820, "Rank": 2 }, { - "Id": 821, "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", + "Id": 821, "Rank": 3 }, { - "Id": 822, "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", + "Id": 822, "Rank": 4 }, { - "Id": 823, "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", + "Id": 823, "Rank": 5 }, { - "Id": 824, "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel", + "Id": 824, "Rank": 1 }, { - "Id": 825, "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel -Identity 1", + "Id": 825, "Rank": 2 }, { - "Id": 826, "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", + "Id": 826, "Rank": 3 }, { - "Id": 827, "CommandName": "Get-PnPSyntexModelPublication", "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", + "Id": 827, "Rank": 1 }, { - "Id": 828, "CommandName": "Get-PnPTaxonomyItem", "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", + "Id": 828, "Rank": 1 }, { - "Id": 829, "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp", + "Id": 829, "Rank": 1 }, { - "Id": 830, "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", + "Id": 830, "Rank": 2 }, { - "Id": 831, "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", + "Id": 831, "Rank": 3 }, { - "Id": 832, "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", + "Id": 832, "Rank": 1 }, { - "Id": 833, "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", + "Id": 833, "Rank": 2 }, { - "Id": 834, "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Id": 834, "Rank": 3 }, { - "Id": 835, "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", + "Id": 835, "Rank": 4 }, { - "Id": 836, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", + "Id": 836, "Rank": 1 }, { - "Id": 837, "CommandName": "Get-PnPTeamsChannelFilesFolder", "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", + "Id": 837, "Rank": 2 }, { - "Id": 838, "CommandName": "Get-PnPTeamsChannelMessage", "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", + "Id": 838, "Rank": 1 }, { - "Id": 839, "CommandName": "Get-PnPTeamsChannelMessage", "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", + "Id": 839, "Rank": 2 }, { - "Id": 840, "CommandName": "Get-PnPTeamsChannelMessageReply", "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", + "Id": 840, "Rank": 1 }, { - "Id": 841, "CommandName": "Get-PnPTeamsChannelMessageReply", "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", + "Id": 841, "Rank": 2 }, { - "Id": 842, "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", + "Id": 842, "Rank": 1 }, { - "Id": 843, "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", + "Id": 843, "Rank": 2 }, { - "Id": 844, "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", + "Id": 844, "Rank": 3 }, { - "Id": 845, "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Id": 845, "Rank": 4 }, { - "Id": 846, "CommandName": "Get-PnPTeamsPrimaryChannel", "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", + "Id": 846, "Rank": 1 }, { - "Id": 847, "CommandName": "Get-PnPTeamsPrimaryChannel", "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", + "Id": 847, "Rank": 2 }, { - "Id": 848, "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", + "Id": 848, "Rank": 1 }, { - "Id": 849, "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", + "Id": 849, "Rank": 2 }, { - "Id": 850, "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", + "Id": 850, "Rank": 3 }, { - "Id": 851, "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", + "Id": 851, "Rank": 4 }, { - "Id": 852, "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", + "Id": 852, "Rank": 5 }, { - "Id": 853, "CommandName": "Get-PnPTeamsTag", "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Id": 853, "Rank": 1 }, { - "Id": 854, "CommandName": "Get-PnPTeamsTag", "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Id": 854, "Rank": 2 }, { - "Id": 855, "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam", + "Id": 855, "Rank": 1 }, { - "Id": 856, "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", + "Id": 856, "Rank": 2 }, { - "Id": 857, "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", + "Id": 857, "Rank": 3 }, { - "Id": 858, "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", + "Id": 858, "Rank": 4 }, { - "Id": 859, "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", + "Id": 859, "Rank": 5 }, { - "Id": 860, "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", + "Id": 860, "Rank": 6 }, { - "Id": 861, "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam", + "Id": 861, "Rank": 1 }, { - "Id": 862, "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", + "Id": 862, "Rank": 2 }, { - "Id": 863, "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", + "Id": 863, "Rank": 3 }, { - "Id": 864, "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", + "Id": 864, "Rank": 4 }, { - "Id": 865, "CommandName": "Get-PnPTemporarilyDisableAppBar", "Command": "Get-PnPTemporarilyDisableAppBar", + "Id": 865, "Rank": 1 }, { - "Id": 866, "CommandName": "Get-PnPTenant", "Command": "Get-PnPTenant", + "Id": 866, "Rank": 1 }, { - "Id": 867, "CommandName": "Get-PnPTenantAppCatalogUrl", "Command": "Get-PnPTenantAppCatalogUrl", + "Id": 867, "Rank": 1 }, { - "Id": 868, "CommandName": "Get-PnPTenantCdnEnabled", "Command": "Get-PnPTenantCdnEnabled -CdnType Public", + "Id": 868, "Rank": 1 }, { - "Id": 869, "CommandName": "Get-PnPTenantCdnOrigin", "Command": "Get-PnPTenantCdnOrigin -CdnType Public", + "Id": 869, "Rank": 1 }, { - "Id": 870, "CommandName": "Get-PnPTenantCdnPolicies", "Command": "Get-PnPTenantCdnPolicies -CdnType Public", + "Id": 870, "Rank": 1 }, { - "Id": 871, "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite", + "Id": 871, "Rank": 1 }, { - "Id": 872, "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -Detailed", + "Id": 872, "Rank": 2 }, { - "Id": 873, "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 873, "Rank": 3 }, { - "Id": 874, "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", + "Id": 874, "Rank": 4 }, { - "Id": 875, "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", + "Id": 875, "Rank": 5 }, { - "Id": 876, "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId", + "Id": 876, "Rank": 1 }, { - "Id": 877, "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId contoso", + "Id": 877, "Rank": 2 }, { - "Id": 878, "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", + "Id": 878, "Rank": 3 }, { - "Id": 879, "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", + "Id": 879, "Rank": 4 }, { - "Id": 880, "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", + "Id": 880, "Rank": 1 }, { - "Id": 881, "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", + "Id": 881, "Rank": 2 }, { - "Id": 882, "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo", + "Id": 882, "Rank": 3 }, { - "Id": 883, "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo -CurrentTenant", + "Id": 883, "Rank": 4 }, { - "Id": 884, "CommandName": "Get-PnPTenantInstance", "Command": "Get-PnPTenantInstance", + "Id": 884, "Rank": 1 }, { - "Id": 885, "CommandName": "Get-PnPTenantInternalSetting", "Command": "Get-PnPTenantInternalSetting", + "Id": 885, "Rank": 1 }, { - "Id": 886, "CommandName": "Get-PnPTenantPronounsSetting", "Command": "Get-PnPTenantPronounsSetting", + "Id": 886, "Rank": 1 }, { - "Id": 887, "CommandName": "Get-PnPTenantRecycleBinItem", "Command": "Get-PnPTenantRecycleBinItem", + "Id": 887, "Rank": 1 }, { - "Id": 888, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Command": "Get-PnPTenantRestrictedSearchAllowedList", + "Id": 888, "Rank": 1 }, { - "Id": 889, "CommandName": "Get-PnPTenantRestrictedSearchMode", "Command": "Get-PnPTenantRestrictedSearchMode", + "Id": 889, "Rank": 1 }, { - "Id": 890, "CommandName": "Get-PnPTenantRetentionLabel", "Command": "Get-PnPTenantRetentionLabel", + "Id": 890, "Rank": 1 }, { - "Id": 891, "CommandName": "Get-PnPTenantRetentionLabel", "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", + "Id": 891, "Rank": 2 }, { - "Id": 892, "CommandName": "Get-PnPTenantSequence", "Command": "Get-PnPTenantSequence -Template $myTemplateObject", + "Id": 892, "Rank": 1 }, { - "Id": 893, "CommandName": "Get-PnPTenantSequence", "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", + "Id": 893, "Rank": 2 }, { - "Id": 894, "CommandName": "Get-PnPTenantSequenceSite", "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", + "Id": 894, "Rank": 1 }, { - "Id": 895, "CommandName": "Get-PnPTenantSequenceSite", "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", + "Id": 895, "Rank": 2 }, { - "Id": 896, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite", + "Id": 896, "Rank": 1 }, { - "Id": 897, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Detailed", + "Id": 897, "Rank": 2 }, { - "Id": 898, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -IncludeOneDriveSites", + "Id": 898, "Rank": 3 }, { - "Id": 899, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", + "Id": 899, "Rank": 4 }, { - "Id": 900, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", + "Id": 900, "Rank": 5 }, { - "Id": 901, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", + "Id": 901, "Rank": 6 }, { - "Id": 902, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", + "Id": 902, "Rank": 7 }, { - "Id": 903, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", + "Id": 903, "Rank": 8 }, { - "Id": 904, "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -GroupIdDefined $true", + "Id": 904, "Rank": 9 }, { - "Id": 905, "CommandName": "Get-PnPTenantSyncClientRestriction", "Command": "Get-PnPTenantSyncClientRestriction", + "Id": 905, "Rank": 1 }, { - "Id": 906, "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", + "Id": 906, "Rank": 1 }, { - "Id": 907, "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", + "Id": 907, "Rank": 2 }, { - "Id": 908, "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", + "Id": 908, "Rank": 3 }, { - "Id": 909, "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme", + "Id": 909, "Rank": 1 }, { - "Id": 910, "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Id": 910, "Rank": 2 }, { - "Id": 911, "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", + "Id": 911, "Rank": 3 }, { - "Id": 912, "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 912, "Rank": 1 }, { - "Id": 913, "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 913, "Rank": 2 }, { - "Id": 914, "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 914, "Rank": 3 }, { - "Id": 915, "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", + "Id": 915, "Rank": 4 }, { - "Id": 916, "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", + "Id": 916, "Rank": 5 }, { - "Id": 917, "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup", + "Id": 917, "Rank": 1 }, { - "Id": 918, "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup -Identity \"Departments\"", + "Id": 918, "Rank": 2 }, { - "Id": 919, "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", + "Id": 919, "Rank": 3 }, { - "Id": 920, "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", + "Id": 920, "Rank": 1 }, { - "Id": 921, "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", + "Id": 921, "Rank": 2 }, { - "Id": 922, "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 922, "Rank": 3 }, { - "Id": 923, "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", + "Id": 923, "Rank": 1 }, { - "Id": 924, "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", + "Id": 924, "Rank": 2 }, { - "Id": 925, "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", + "Id": 925, "Rank": 3 }, { - "Id": 926, "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", + "Id": 926, "Rank": 4 }, { - "Id": 927, "CommandName": "Get-PnPTheme", "Command": "Get-PnPTheme", + "Id": 927, "Rank": 1 }, { - "Id": 928, "CommandName": "Get-PnPTheme", "Command": "Get-PnPTheme -DetectCurrentComposedLook", + "Id": 928, "Rank": 2 }, { - "Id": 929, "CommandName": "Get-PnPTimeZoneId", "Command": "Get-PnPTimeZoneId", + "Id": 929, "Rank": 1 }, { - "Id": 930, "CommandName": "Get-PnPTimeZoneId", "Command": "Get-PnPTimeZoneId -Match Stockholm", + "Id": 930, "Rank": 2 }, { - "Id": 931, "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList", + "Id": 931, "Rank": 1 }, { - "Id": 932, "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Id": 932, "Rank": 2 }, { - "Id": 933, "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList -User john@doe.com", + "Id": 933, "Rank": 3 }, { - "Id": 934, "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", + "Id": 934, "Rank": 4 }, { - "Id": 935, "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog", + "Id": 935, "Rank": 1 }, { - "Id": 936, "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", + "Id": 936, "Rank": 2 }, { - "Id": 937, "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", + "Id": 937, "Rank": 3 }, { - "Id": 938, "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", + "Id": 938, "Rank": 4 }, { - "Id": 939, "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", + "Id": 939, "Rank": 5 }, { - "Id": 940, "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", + "Id": 940, "Rank": 6 }, { - "Id": 941, "CommandName": "Get-PnPUnfurlLink", "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", + "Id": 941, "Rank": 1 }, { - "Id": 942, "CommandName": "Get-PnPUnifiedAuditLog", "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", + "Id": 942, "Rank": 1 }, { - "Id": 943, "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus", + "Id": 943, "Rank": 1 }, { - "Id": 944, "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", + "Id": 944, "Rank": 2 }, { - "Id": 945, "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -JobId ", + "Id": 945, "Rank": 3 }, { - "Id": 946, "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", + "Id": 946, "Rank": 4 }, { - "Id": 947, "CommandName": "Get-PnPUser", "Command": "Get-PnPUser", + "Id": 947, "Rank": 1 }, { - "Id": 948, "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -Identity 23", + "Id": 948, "Rank": 2 }, { - "Id": 949, "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", + "Id": 949, "Rank": 3 }, { - "Id": 950, "CommandName": "Get-PnPUser", "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", + "Id": 950, "Rank": 4 }, { - "Id": 951, "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssigned", + "Id": 951, "Rank": 5 }, { - "Id": 952, "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", + "Id": 952, "Rank": 6 }, { - "Id": 953, "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssignedDetailed", + "Id": 953, "Rank": 7 }, { - "Id": 954, "CommandName": "Get-PnPUserOneDriveQuota", "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", + "Id": 954, "Rank": 1 }, { - "Id": 955, "CommandName": "Get-PnPUserProfilePhoto", "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Id": 955, "Rank": 1 }, { - "Id": 956, "CommandName": "Get-PnPUserProfilePhoto", "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", + "Id": 956, "Rank": 2 }, { - "Id": 957, "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", + "Id": 957, "Rank": 1 }, { - "Id": 958, "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", + "Id": 958, "Rank": 2 }, { - "Id": 959, "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", + "Id": 959, "Rank": 3 }, { - "Id": 960, "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\"", + "Id": 960, "Rank": 1 }, { - "Id": 961, "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", + "Id": 961, "Rank": 2 }, { - "Id": 962, "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", + "Id": 962, "Rank": 3 }, { - "Id": 963, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Command": "Get-PnPVivaConnectionsDashboardACE", + "Id": 963, "Rank": 1 }, { - "Id": 964, "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Id": 964, "Rank": 2 }, { - "Id": 965, "CommandName": "Get-PnPVivaEngageCommunity", "Command": "Get-PnPVivaEngageCommunity", + "Id": 965, "Rank": 1 }, { - "Id": 966, "CommandName": "Get-PnPVivaEngageCommunity", "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Id": 966, "Rank": 2 }, { - "Id": 967, "CommandName": "Get-PnPWeb", "Command": "Get-PnPWeb", + "Id": 967, "Rank": 1 }, { - "Id": 968, "CommandName": "Get-PnPWebHeader", "Command": "Get-PnPWebHeader", + "Id": 968, "Rank": 1 }, { - "Id": 969, "CommandName": "Get-PnPWebhookSubscription", "Command": "Get-PnPWebhookSubscription -List MyList", + "Id": 969, "Rank": 1 }, { - "Id": 970, "CommandName": "Get-PnPWebPart", "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", + "Id": 970, "Rank": 1 }, { - "Id": 971, "CommandName": "Get-PnPWebPart", "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 971, "Rank": 2 }, { - "Id": 972, "CommandName": "Get-PnPWebPartProperty", "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", + "Id": 972, "Rank": 1 }, { - "Id": 973, "CommandName": "Get-PnPWebPartProperty", "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", + "Id": 973, "Rank": 2 }, { - "Id": 974, "CommandName": "Get-PnPWebPartXml", "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 974, "Rank": 1 }, { - "Id": 975, "CommandName": "Get-PnPWebPermission", "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", + "Id": 975, "Rank": 1 }, { - "Id": 976, "CommandName": "Get-PnPWebPermission", "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", + "Id": 976, "Rank": 2 }, { - "Id": 977, "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates", + "Id": 977, "Rank": 1 }, { - "Id": 978, "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates -LCID 1033", + "Id": 978, "Rank": 2 }, { - "Id": 979, "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", + "Id": 979, "Rank": 3 }, { - "Id": 980, "CommandName": "Get-PnPWikiPageContent", "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", + "Id": 980, "Rank": 1 }, { - "Id": 981, "CommandName": "Grant-PnPAzureADAppSitePermission", "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", + "Id": 981, "Rank": 1 }, { - "Id": 982, "CommandName": "Grant-PnPAzureADAppSitePermission", "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", + "Id": 982, "Rank": 2 }, { - "Id": 983, "CommandName": "Grant-PnPHubSiteRights", "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 983, "Rank": 1 }, { - "Id": 984, "CommandName": "Grant-PnPSiteDesignRights", "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 984, "Rank": 1 }, { - "Id": 985, "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Id": 985, "Rank": 1 }, { - "Id": 986, "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", + "Id": 986, "Rank": 1 }, { - "Id": 987, "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", + "Id": 987, "Rank": 2 }, { - "Id": 988, "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", + "Id": 988, "Rank": 3 }, { - "Id": 989, "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", + "Id": 989, "Rank": 4 }, { - "Id": 990, "CommandName": "Import-PnPTermGroupFromXml", "Command": "Import-PnPTermGroupFromXml -Xml $xml", + "Id": 990, "Rank": 1 }, { - "Id": 991, "CommandName": "Import-PnPTermGroupFromXml", "Command": "Import-PnPTermGroupFromXml -Path input.xml", + "Id": 991, "Rank": 2 }, { - "Id": 992, "CommandName": "Import-PnPTermSet", "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", + "Id": 992, "Rank": 1 }, { - "Id": 993, "CommandName": "Import-PnPTermSet", "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", + "Id": 993, "Rank": 2 }, { - "Id": 994, "CommandName": "Import-PnPTermSet", "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", + "Id": 994, "Rank": 3 }, { - "Id": 995, "CommandName": "Install-PnPApp", "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 995, "Rank": 1 }, { - "Id": 996, "CommandName": "Install-PnPApp", "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 996, "Rank": 2 }, { - "Id": 997, "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", + "Id": 997, "Rank": 1 }, { - "Id": 998, "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", + "Id": 998, "Rank": 2 }, { - "Id": 999, "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", + "Id": 999, "Rank": 3 }, { - "Id": 1000, "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", + "Id": 1000, "Rank": 4 }, { - "Id": 1001, "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users\"", + "Id": 1001, "Rank": 5 }, { - "Id": 1002, "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", + "Id": 1002, "Rank": 6 }, { - "Id": 1003, "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", + "Id": 1003, "Rank": 7 }, { - "Id": 1004, "CommandName": "Invoke-PnPListDesign", "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1004, "Rank": 1 }, { - "Id": 1005, "CommandName": "Invoke-PnPListDesign", "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Id": 1005, "Rank": 2 }, { - "Id": 1006, "CommandName": "Invoke-PnPQuery", "Command": "Invoke-PnPQuery -RetryCount 5", + "Id": 1006, "Rank": 1 }, { - "Id": 1007, "CommandName": "Invoke-PnPSiteDesign", "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1007, "Rank": 1 }, { - "Id": 1008, "CommandName": "Invoke-PnPSiteDesign", "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", + "Id": 1008, "Rank": 2 }, { - "Id": 1009, "CommandName": "Invoke-PnPSiteScript", "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", + "Id": 1009, "Rank": 1 }, { - "Id": 1010, "CommandName": "Invoke-PnPSiteSwap", "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Id": 1010, "Rank": 1 }, { - "Id": 1011, "CommandName": "Invoke-PnPSiteSwap", "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", + "Id": 1011, "Rank": 2 }, { - "Id": 1012, "CommandName": "Invoke-PnPSiteSwap", "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", + "Id": 1012, "Rank": 3 }, { - "Id": 1013, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", + "Id": 1013, "Rank": 1 }, { - "Id": 1014, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml", + "Id": 1014, "Rank": 2 }, { - "Id": 1015, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", + "Id": 1015, "Rank": 3 }, { - "Id": 1016, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Id": 1016, "Rank": 4 }, { - "Id": 1017, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", + "Id": 1017, "Rank": 5 }, { - "Id": 1018, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.pnp", + "Id": 1018, "Rank": 6 }, { - "Id": 1019, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", + "Id": 1019, "Rank": 7 }, { - "Id": 1020, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -InputInstance $template", + "Id": 1020, "Rank": 8 }, { - "Id": 1021, "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", + "Id": 1021, "Rank": 9 }, { - "Id": 1022, "CommandName": "Invoke-PnPSPRestMethod", "Command": "Invoke-PnPSPRestMethod -Url /_api/web", + "Id": 1022, "Rank": 1 }, { - "Id": 1023, "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", + "Id": 1023, "Rank": 1 }, { - "Id": 1024, "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", + "Id": 1024, "Rank": 2 }, { - "Id": 1025, "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", + "Id": 1025, "Rank": 3 }, { - "Id": 1026, "CommandName": "Invoke-PnPWebAction", "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", + "Id": 1026, "Rank": 1 }, { - "Id": 1027, "CommandName": "Invoke-PnPWebAction", "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", + "Id": 1027, "Rank": 2 }, { - "Id": 1028, "CommandName": "Measure-PnPList", "Command": "Measure-PnPList \"Documents\"", + "Id": 1028, "Rank": 1 }, { - "Id": 1029, "CommandName": "Measure-PnPList", "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", + "Id": 1029, "Rank": 2 }, { - "Id": 1030, "CommandName": "Measure-PnPWeb", "Command": "Measure-PnPWeb", + "Id": 1030, "Rank": 1 }, { - "Id": 1031, "CommandName": "Measure-PnPWeb", "Command": "Measure-PnPWeb $web -Recursive", + "Id": 1031, "Rank": 2 }, { - "Id": 1032, "CommandName": "Merge-PnPTerm", "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", + "Id": 1032, "Rank": 1 }, { - "Id": 1033, "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", + "Id": 1033, "Rank": 1 }, { - "Id": 1034, "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", + "Id": 1034, "Rank": 2 }, { - "Id": 1035, "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Id": 1035, "Rank": 3 }, { - "Id": 1036, "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", + "Id": 1036, "Rank": 4 }, { - "Id": 1037, "CommandName": "Move-PnPFolder", "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", + "Id": 1037, "Rank": 1 }, { - "Id": 1038, "CommandName": "Move-PnPFolder", "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", + "Id": 1038, "Rank": 2 }, { - "Id": 1039, "CommandName": "Move-PnPListItemToRecycleBin", "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", + "Id": 1039, "Rank": 1 }, { - "Id": 1040, "CommandName": "Move-PnPPage", "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", + "Id": 1040, "Rank": 1 }, { - "Id": 1041, "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", + "Id": 1041, "Rank": 1 }, { - "Id": 1042, "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", + "Id": 1042, "Rank": 2 }, { - "Id": 1043, "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", + "Id": 1043, "Rank": 3 }, { - "Id": 1044, "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", + "Id": 1044, "Rank": 4 }, { - "Id": 1045, "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem", + "Id": 1045, "Rank": 1 }, { - "Id": 1046, "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", + "Id": 1046, "Rank": 2 }, { - "Id": 1047, "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem -Force", + "Id": 1047, "Rank": 3 }, { - "Id": 1048, "CommandName": "Move-PnPTerm", "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", + "Id": 1048, "Rank": 1 }, { - "Id": 1049, "CommandName": "Move-PnPTerm", "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", + "Id": 1049, "Rank": 2 }, { - "Id": 1050, "CommandName": "Move-PnPTerm", "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", + "Id": 1050, "Rank": 3 }, { - "Id": 1051, "CommandName": "Move-PnPTermSet", "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", + "Id": 1051, "Rank": 1 }, { - "Id": 1052, "CommandName": "Move-PnPTermSet", "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", + "Id": 1052, "Rank": 2 }, { - "Id": 1053, "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", + "Id": 1053, "Rank": 1 }, { - "Id": 1054, "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", + "Id": 1054, "Rank": 2 }, { - "Id": 1055, "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", + "Id": 1055, "Rank": 3 }, { - "Id": 1056, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", + "Id": 1056, "Rank": 1 }, { - "Id": 1057, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", + "Id": 1057, "Rank": 2 }, { - "Id": 1058, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", + "Id": 1058, "Rank": 3 }, { - "Id": 1059, "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", + "Id": 1059, "Rank": 1 }, { - "Id": 1060, "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", + "Id": 1060, "Rank": 2 }, { - "Id": 1061, "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", + "Id": 1061, "Rank": 3 }, { - "Id": 1062, "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", + "Id": 1062, "Rank": 4 }, { - "Id": 1063, "CommandName": "New-PnPContainerType", "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", + "Id": 1063, "Rank": 1 }, { - "Id": 1064, "CommandName": "New-PnPGraphSubscription", "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", + "Id": 1064, "Rank": 1 }, { - "Id": 1065, "CommandName": "New-PnPGraphSubscription", "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", + "Id": 1065, "Rank": 2 }, { - "Id": 1066, "CommandName": "New-PnPGroup", "Command": "New-PnPGroup -Title \"My Site Users\"", + "Id": 1066, "Rank": 1 }, { - "Id": 1067, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", + "Id": 1067, "Rank": 1 }, { - "Id": 1068, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Id": 1068, "Rank": 2 }, { - "Id": 1069, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", + "Id": 1069, "Rank": 3 }, { - "Id": 1070, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Id": 1070, "Rank": 4 }, { - "Id": 1071, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 1071, "Rank": 1 }, { - "Id": 1072, "CommandName": "New-PnPList", "Command": "New-PnPList -Title Announcements -Template Announcements", + "Id": 1072, "Rank": 1 }, { - "Id": 1073, "CommandName": "New-PnPList", "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", + "Id": 1073, "Rank": 2 }, { - "Id": 1074, "CommandName": "New-PnPList", "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", + "Id": 1074, "Rank": 3 }, { - "Id": 1075, "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", + "Id": 1075, "Rank": 1 }, { - "Id": 1076, "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", + "Id": 1076, "Rank": 2 }, { - "Id": 1077, "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", + "Id": 1077, "Rank": 3 }, { - "Id": 1078, "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", + "Id": 1078, "Rank": 4 }, { - "Id": 1079, "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Id": 1079, "Rank": 5 }, { - "Id": 1080, "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Id": 1080, "Rank": 6 }, { - "Id": 1081, "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", + "Id": 1081, "Rank": 7 }, { - "Id": 1082, "CommandName": "New-PnPMicrosoft365GroupSettings", "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", + "Id": 1082, "Rank": 1 }, { - "Id": 1083, "CommandName": "New-PnPMicrosoft365GroupSettings", "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", + "Id": 1083, "Rank": 2 }, { - "Id": 1084, "CommandName": "New-PnPPersonalSite", "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", + "Id": 1084, "Rank": 1 }, { - "Id": 1085, "CommandName": "New-PnPPlannerPlan", "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", + "Id": 1085, "Rank": 1 }, { - "Id": 1086, "CommandName": "New-PnpProfileCardProperty", "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", + "Id": 1086, "Rank": 1 }, { - "Id": 1087, "CommandName": "New-PnPSdnProvider", "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", + "Id": 1087, "Rank": 1 }, { - "Id": 1088, "CommandName": "New-PnPSearchExternalConnection", "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", + "Id": 1088, "Rank": 1 }, { - "Id": 1089, "CommandName": "New-PnPSearchExternalConnection", "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Id": 1089, "Rank": 2 }, { - "Id": 1090, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Id": 1090, "Rank": 1 }, { - "Id": 1091, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", + "Id": 1091, "Rank": 2 }, { - "Id": 1092, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Id": 1092, "Rank": 3 }, { - "Id": 1093, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Id": 1093, "Rank": 4 }, { - "Id": 1094, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Id": 1094, "Rank": 5 }, { - "Id": 1095, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Id": 1095, "Rank": 6 }, { - "Id": 1096, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", + "Id": 1096, "Rank": 7 }, { - "Id": 1097, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", + "Id": 1097, "Rank": 8 }, { - "Id": 1098, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", + "Id": 1098, "Rank": 9 }, { - "Id": 1099, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", + "Id": 1099, "Rank": 10 }, { - "Id": 1100, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", + "Id": 1100, "Rank": 11 }, { - "Id": 1101, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", + "Id": 1101, "Rank": 12 }, { - "Id": 1102, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", + "Id": 1102, "Rank": 13 }, { - "Id": 1103, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", + "Id": 1103, "Rank": 14 }, { - "Id": 1104, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", + "Id": 1104, "Rank": 15 }, { - "Id": 1105, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", + "Id": 1105, "Rank": 16 }, { - "Id": 1106, "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", + "Id": 1106, "Rank": 17 }, { - "Id": 1107, "CommandName": "New-PnPSiteCollectionTermStore", "Command": "New-PnPSiteCollectionTermStore", + "Id": 1107, "Rank": 1 }, { - "Id": 1108, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", + "Id": 1108, "Rank": 1 }, { - "Id": 1109, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", + "Id": 1109, "Rank": 2 }, { - "Id": 1110, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", + "Id": 1110, "Rank": 3 }, { - "Id": 1111, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", + "Id": 1111, "Rank": 4 }, { - "Id": 1112, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", + "Id": 1112, "Rank": 1 }, { - "Id": 1113, "CommandName": "New-PnPSiteGroup", "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", + "Id": 1113, "Rank": 1 }, { - "Id": 1114, "CommandName": "New-PnPSiteGroup", "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", + "Id": 1114, "Rank": 2 }, { - "Id": 1115, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", + "Id": 1115, "Rank": 1 }, { - "Id": 1116, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", + "Id": 1116, "Rank": 2 }, { - "Id": 1117, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", + "Id": 1117, "Rank": 3 }, { - "Id": 1118, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", + "Id": 1118, "Rank": 4 }, { - "Id": 1119, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", + "Id": 1119, "Rank": 5 }, { - "Id": 1120, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1120, "Rank": 6 }, { - "Id": 1121, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", + "Id": 1121, "Rank": 7 }, { - "Id": 1122, "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", + "Id": 1122, "Rank": 8 }, { - "Id": 1123, "CommandName": "New-PnPTeamsApp", "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", + "Id": 1123, "Rank": 1 }, { - "Id": 1124, "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", + "Id": 1124, "Rank": 1 }, { - "Id": 1125, "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -GroupId $groupId", + "Id": 1125, "Rank": 2 }, { - "Id": 1126, "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", + "Id": 1126, "Rank": 3 }, { - "Id": 1127, "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", + "Id": 1127, "Rank": 4 }, { - "Id": 1128, "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", + "Id": 1128, "Rank": 5 }, { - "Id": 1129, "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Id": 1129, "Rank": 6 }, { - "Id": 1130, "CommandName": "New-PnPTenantSite", "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", + "Id": 1130, "Rank": 1 }, { - "Id": 1131, "CommandName": "New-PnPTenantSite", "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", + "Id": 1131, "Rank": 2 }, { - "Id": 1132, "CommandName": "New-PnPTerm", "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", + "Id": 1132, "Rank": 1 }, { - "Id": 1133, "CommandName": "New-PnPTerm", "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Id": 1133, "Rank": 2 }, { - "Id": 1134, "CommandName": "New-PnPTermGroup", "Command": "New-PnPTermGroup -GroupName \"Countries\"", + "Id": 1134, "Rank": 1 }, { - "Id": 1135, "CommandName": "New-PnPTermGroup", "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Id": 1135, "Rank": 2 }, { - "Id": 1136, "CommandName": "New-PnPTermLabel", "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", + "Id": 1136, "Rank": 1 }, { - "Id": 1137, "CommandName": "New-PnPTermSet", "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", + "Id": 1137, "Rank": 1 }, { - "Id": 1138, "CommandName": "New-PnPTodoList", "Command": "New-PnPTodoList -DisplayName \"Travel items\"", + "Id": 1138, "Rank": 1 }, { - "Id": 1139, "CommandName": "New-PnPTodoList", "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", + "Id": 1139, "Rank": 2 }, { - "Id": 1140, "CommandName": "New-PnPUPABulkImportJob", "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", + "Id": 1140, "Rank": 1 }, { - "Id": 1141, "CommandName": "New-PnPUPABulkImportJob", "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", + "Id": 1141, "Rank": 2 }, { - "Id": 1142, "CommandName": "New-PnPUser", "Command": "New-PnPUser -LoginName user@company.com", + "Id": 1142, "Rank": 1 }, { - "Id": 1143, "CommandName": "New-PnPVivaEngageCommunity", "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", + "Id": 1143, "Rank": 1 }, { - "Id": 1144, "CommandName": "New-PnPWeb", "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", + "Id": 1144, "Rank": 1 }, { - "Id": 1145, "CommandName": "Publish-PnPApp", "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", + "Id": 1145, "Rank": 1 }, { - "Id": 1146, "CommandName": "Publish-PnPApp", "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", + "Id": 1146, "Rank": 2 }, { - "Id": 1147, "CommandName": "Publish-PnPContentType", "Command": "Publish-PnPContentType -ContentType 0x0101", + "Id": 1147, "Rank": 1 }, { - "Id": 1148, "CommandName": "Publish-PnPSyntexModel", "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Id": 1148, "Rank": 1 }, { - "Id": 1149, "CommandName": "Publish-PnPSyntexModel", "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Id": 1149, "Rank": 2 }, { - "Id": 1150, "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Path template.pnp", + "Id": 1150, "Rank": 1 }, { - "Id": 1151, "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", + "Id": 1151, "Rank": 2 }, { - "Id": 1152, "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Xml $xml", + "Id": 1152, "Rank": 3 }, { - "Id": 1153, "CommandName": "Read-PnPTenantTemplate", "Command": "Read-PnPTenantTemplate -Path template.pnp", + "Id": 1153, "Rank": 1 }, { - "Id": 1154, "CommandName": "Register-PnPAppCatalogSite", "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", + "Id": 1154, "Rank": 1 }, { - "Id": 1155, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", + "Id": 1155, "Rank": 1 }, { - "Id": 1156, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1156, "Rank": 2 }, { - "Id": 1157, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", + "Id": 1157, "Rank": 3 }, { - "Id": 1158, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1158, "Rank": 4 }, { - "Id": 1159, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1159, "Rank": 5 }, { - "Id": 1160, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", + "Id": 1160, "Rank": 6 }, { - "Id": 1161, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", + "Id": 1161, "Rank": 7 }, { - "Id": 1162, "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", + "Id": 1162, "Rank": 8 }, { - "Id": 1163, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", + "Id": 1163, "Rank": 1 }, { - "Id": 1164, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", + "Id": 1164, "Rank": 2 }, { - "Id": 1165, "CommandName": "Register-PnPHubSite", "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Id": 1165, "Rank": 1 }, { - "Id": 1166, "CommandName": "Register-PnPHubSite", "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", + "Id": 1166, "Rank": 2 }, { - "Id": 1167, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", + "Id": 1167, "Rank": 1 }, { - "Id": 1168, "CommandName": "Remove-PnPAdaptiveScopeProperty", "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", + "Id": 1168, "Rank": 2 }, { - "Id": 1169, "CommandName": "Remove-PnPAlert", "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", + "Id": 1169, "Rank": 1 }, { - "Id": 1170, "CommandName": "Remove-PnPAlert", "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", + "Id": 1170, "Rank": 2 }, { - "Id": 1171, "CommandName": "Remove-PnPApp", "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1171, "Rank": 1 }, { - "Id": 1172, "CommandName": "Remove-PnPApp", "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1172, "Rank": 2 }, { - "Id": 1173, "CommandName": "Remove-PnPApplicationCustomizer", "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 1173, "Rank": 1 }, { - "Id": 1174, "CommandName": "Remove-PnPApplicationCustomizer", "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Id": 1174, "Rank": 2 }, { - "Id": 1175, "CommandName": "Remove-PnPAvailableSiteClassification", "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", + "Id": 1175, "Rank": 1 }, { - "Id": 1176, "CommandName": "Remove-PnPAvailableSiteClassification", "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Id": 1176, "Rank": 2 }, { - "Id": 1177, "CommandName": "Remove-PnPAzureADApp", "Command": "Remove-PnPAzureADApp -Identity MyApp", + "Id": 1177, "Rank": 1 }, { - "Id": 1178, "CommandName": "Remove-PnPAzureADApp", "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", + "Id": 1178, "Rank": 2 }, { - "Id": 1179, "CommandName": "Remove-PnPAzureADGroup", "Command": "Remove-PnPAzureADGroup -Identity $groupId", + "Id": 1179, "Rank": 1 }, { - "Id": 1180, "CommandName": "Remove-PnPAzureADGroup", "Command": "Remove-PnPAzureADGroup -Identity $group", + "Id": 1180, "Rank": 2 }, { - "Id": 1181, "CommandName": "Remove-PnPAzureADGroupMember", "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1181, "Rank": 1 }, { - "Id": 1182, "CommandName": "Remove-PnPAzureADGroupOwner", "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1182, "Rank": 1 }, { - "Id": 1183, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", + "Id": 1183, "Rank": 1 }, { - "Id": 1184, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", + "Id": 1184, "Rank": 2 }, { - "Id": 1185, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", + "Id": 1185, "Rank": 3 }, { - "Id": 1186, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", + "Id": 1186, "Rank": 4 }, { - "Id": 1187, "CommandName": "Remove-PnPAzureADUser", "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", + "Id": 1187, "Rank": 1 }, { - "Id": 1188, "CommandName": "Remove-PnPAzureADUser", "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", + "Id": 1188, "Rank": 2 }, { - "Id": 1189, "CommandName": "Remove-PnPContainer", "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Id": 1189, "Rank": 1 }, { - "Id": 1190, "CommandName": "Remove-PnPContainer", "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", + "Id": 1190, "Rank": 2 }, { - "Id": 1191, "CommandName": "Remove-PnPContainerType", "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", + "Id": 1191, "Rank": 1 }, { - "Id": 1192, "CommandName": "Remove-PnPContentType", "Command": "Remove-PnPContentType -Identity \"Project Document\"", + "Id": 1192, "Rank": 1 }, { - "Id": 1193, "CommandName": "Remove-PnPContentType", "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", + "Id": 1193, "Rank": 2 }, { - "Id": 1194, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", + "Id": 1194, "Rank": 1 }, { - "Id": 1195, "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", + "Id": 1195, "Rank": 2 }, { - "Id": 1196, "CommandName": "Remove-PnPContentTypeFromList", "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", + "Id": 1196, "Rank": 1 }, { - "Id": 1197, "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 1197, "Rank": 1 }, { - "Id": 1198, "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", + "Id": 1198, "Rank": 2 }, { - "Id": 1199, "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", + "Id": 1199, "Rank": 3 }, { - "Id": 1200, "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Id": 1200, "Rank": 1 }, { - "Id": 1201, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 1201, "Rank": 1 }, { - "Id": 1202, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", + "Id": 1202, "Rank": 2 }, { - "Id": 1203, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", + "Id": 1203, "Rank": 3 }, { - "Id": 1204, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList", + "Id": 1204, "Rank": 4 }, { - "Id": 1205, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver", + "Id": 1205, "Rank": 5 }, { - "Id": 1206, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope Site", + "Id": 1206, "Rank": 6 }, { - "Id": 1207, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope Web", + "Id": 1207, "Rank": 7 }, { - "Id": 1208, "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope All", + "Id": 1208, "Rank": 8 }, { - "Id": 1209, "CommandName": "Remove-PnPField", "Command": "Remove-PnPField -Identity \"Speakers\"", + "Id": 1209, "Rank": 1 }, { - "Id": 1210, "CommandName": "Remove-PnPField", "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", + "Id": 1210, "Rank": 2 }, { - "Id": 1211, "CommandName": "Remove-PnPFieldFromContentType", "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", + "Id": 1211, "Rank": 1 }, { - "Id": 1212, "CommandName": "Remove-PnPFieldFromContentType", "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", + "Id": 1212, "Rank": 2 }, { - "Id": 1213, "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", + "Id": 1213, "Rank": 1 }, { - "Id": 1214, "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", + "Id": 1214, "Rank": 2 }, { - "Id": 1215, "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", + "Id": 1215, "Rank": 3 }, { - "Id": 1216, "CommandName": "Remove-PnPFileFromSiteTemplate", "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", + "Id": 1216, "Rank": 1 }, { - "Id": 1217, "CommandName": "Remove-PnPFileSharingLink", "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", + "Id": 1217, "Rank": 1 }, { - "Id": 1218, "CommandName": "Remove-PnPFileSharingLink", "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", + "Id": 1218, "Rank": 2 }, { - "Id": 1219, "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Id": 1219, "Rank": 1 }, { - "Id": 1220, "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Id": 1220, "Rank": 2 }, { - "Id": 1221, "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", + "Id": 1221, "Rank": 3 }, { - "Id": 1222, "CommandName": "Remove-PnPFlow", "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 1222, "Rank": 1 }, { - "Id": 1223, "CommandName": "Remove-PnPFlow", "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", + "Id": 1223, "Rank": 2 }, { - "Id": 1224, "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", + "Id": 1224, "Rank": 1 }, { - "Id": 1225, "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", + "Id": 1225, "Rank": 2 }, { - "Id": 1226, "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", + "Id": 1226, "Rank": 3 }, { - "Id": 1227, "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", + "Id": 1227, "Rank": 4 }, { - "Id": 1228, "CommandName": "Remove-PnPFolder", "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", + "Id": 1228, "Rank": 1 }, { - "Id": 1229, "CommandName": "Remove-PnPFolder", "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", + "Id": 1229, "Rank": 2 }, { - "Id": 1230, "CommandName": "Remove-PnPFolderSharingLink", "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", + "Id": 1230, "Rank": 1 }, { - "Id": 1231, "CommandName": "Remove-PnPFolderSharingLink", "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", + "Id": 1231, "Rank": 2 }, { - "Id": 1232, "CommandName": "Remove-PnPGraphSubscription", "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", + "Id": 1232, "Rank": 1 }, { - "Id": 1233, "CommandName": "Remove-PnPGroup", "Command": "Remove-PnPGroup -Identity \"My Users\"", + "Id": 1233, "Rank": 1 }, { - "Id": 1234, "CommandName": "Remove-PnPGroupMember", "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", + "Id": 1234, "Rank": 1 }, { - "Id": 1235, "CommandName": "Remove-PnPHomeSite", "Command": "Remove-PnPHomeSite", + "Id": 1235, "Rank": 1 }, { - "Id": 1236, "CommandName": "Remove-PnPHubSiteAssociation", "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", + "Id": 1236, "Rank": 1 }, { - "Id": 1237, "CommandName": "Remove-PnPHubToHubAssociation", "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", + "Id": 1237, "Rank": 1 }, { - "Id": 1238, "CommandName": "Remove-PnPHubToHubAssociation", "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", + "Id": 1238, "Rank": 2 }, { - "Id": 1239, "CommandName": "Remove-PnPIndexedProperty", "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", + "Id": 1239, "Rank": 1 }, { - "Id": 1240, "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery", + "Id": 1240, "Rank": 1 }, { - "Id": 1241, "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", + "Id": 1241, "Rank": 2 }, { - "Id": 1242, "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", + "Id": 1242, "Rank": 3 }, { - "Id": 1243, "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Scope Site", + "Id": 1243, "Rank": 4 }, { - "Id": 1244, "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", + "Id": 1244, "Rank": 5 }, { - "Id": 1245, "CommandName": "Remove-PnPKnowledgeHubSite", "Command": "Remove-PnPKnowledgeHubSite", + "Id": 1245, "Rank": 1 }, { - "Id": 1246, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", + "Id": 1246, "Rank": 1 }, { - "Id": 1247, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", + "Id": 1247, "Rank": 2 }, { - "Id": 1248, "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements", + "Id": 1248, "Rank": 1 }, { - "Id": 1249, "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Force", + "Id": 1249, "Rank": 2 }, { - "Id": 1250, "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Recycle", + "Id": 1250, "Rank": 3 }, { - "Id": 1251, "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", + "Id": 1251, "Rank": 4 }, { - "Id": 1252, "CommandName": "Remove-PnPListDesign", "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1252, "Rank": 1 }, { - "Id": 1253, "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", + "Id": 1253, "Rank": 1 }, { - "Id": 1254, "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", + "Id": 1254, "Rank": 2 }, { - "Id": 1255, "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\"", + "Id": 1255, "Rank": 3 }, { - "Id": 1256, "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", + "Id": 1256, "Rank": 1 }, { - "Id": 1257, "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", + "Id": 1257, "Rank": 2 }, { - "Id": 1258, "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", + "Id": 1258, "Rank": 3 }, { - "Id": 1259, "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", + "Id": 1259, "Rank": 4 }, { - "Id": 1260, "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", + "Id": 1260, "Rank": 5 }, { - "Id": 1261, "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", + "Id": 1261, "Rank": 1 }, { - "Id": 1262, "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", + "Id": 1262, "Rank": 2 }, { - "Id": 1263, "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", + "Id": 1263, "Rank": 3 }, { - "Id": 1264, "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", + "Id": 1264, "Rank": 4 }, { - "Id": 1265, "CommandName": "Remove-PnPListItemVersion", "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Id": 1265, "Rank": 1 }, { - "Id": 1266, "CommandName": "Remove-PnPListItemVersion", "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Id": 1266, "Rank": 2 }, { - "Id": 1267, "CommandName": "Remove-PnPManagedAppId", "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", + "Id": 1267, "Rank": 1 }, { - "Id": 1268, "CommandName": "Remove-PnPMicrosoft365Group", "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", + "Id": 1268, "Rank": 1 }, { - "Id": 1269, "CommandName": "Remove-PnPMicrosoft365Group", "Command": "Remove-PnPMicrosoft365Group -Identity $group", + "Id": 1269, "Rank": 2 }, { - "Id": 1270, "CommandName": "Remove-PnPMicrosoft365GroupMember", "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1270, "Rank": 1 }, { - "Id": 1271, "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", + "Id": 1271, "Rank": 1 }, { - "Id": 1272, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", + "Id": 1272, "Rank": 1 }, { - "Id": 1273, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", + "Id": 1273, "Rank": 1 }, { - "Id": 1274, "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", + "Id": 1274, "Rank": 2 }, { - "Id": 1275, "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Identity 1032", + "Id": 1275, "Rank": 1 }, { - "Id": 1276, "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", + "Id": 1276, "Rank": 2 }, { - "Id": 1277, "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", + "Id": 1277, "Rank": 3 }, { - "Id": 1278, "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", + "Id": 1278, "Rank": 1 }, { - "Id": 1279, "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", + "Id": 1279, "Rank": 2 }, { - "Id": 1280, "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", + "Id": 1280, "Rank": 3 }, { - "Id": 1281, "CommandName": "Remove-PnPOrgNewsSite", "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", + "Id": 1281, "Rank": 1 }, { - "Id": 1282, "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"MyPage\"", + "Id": 1282, "Rank": 1 }, { - "Id": 1283, "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", + "Id": 1283, "Rank": 2 }, { - "Id": 1284, "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage $page", + "Id": 1284, "Rank": 3 }, { - "Id": 1285, "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", + "Id": 1285, "Rank": 4 }, { - "Id": 1286, "CommandName": "Remove-PnPPageComponent", "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 1286, "Rank": 1 }, { - "Id": 1287, "CommandName": "Remove-PnPPlannerBucket", "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", + "Id": 1287, "Rank": 1 }, { - "Id": 1288, "CommandName": "Remove-PnPPlannerPlan", "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", + "Id": 1288, "Rank": 1 }, { - "Id": 1289, "CommandName": "Remove-PnPPlannerRoster", "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", + "Id": 1289, "Rank": 1 }, { - "Id": 1290, "CommandName": "Remove-PnPPlannerRosterMember", "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", + "Id": 1290, "Rank": 1 }, { - "Id": 1291, "CommandName": "Remove-PnPPlannerTask", "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", + "Id": 1291, "Rank": 1 }, { - "Id": 1292, "CommandName": "Remove-PnPProfileCardProperty", "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", + "Id": 1292, "Rank": 1 }, { - "Id": 1293, "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey", + "Id": 1293, "Rank": 1 }, { - "Id": 1294, "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", + "Id": 1294, "Rank": 2 }, { - "Id": 1295, "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", + "Id": 1295, "Rank": 3 }, { - "Id": 1296, "CommandName": "Remove-PnPPublishingImageRendition", "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", + "Id": 1296, "Rank": 1 }, { - "Id": 1297, "CommandName": "Remove-PnPRoleDefinition", "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", + "Id": 1297, "Rank": 1 }, { - "Id": 1298, "CommandName": "Remove-PnPSdnProvider", "Command": "Remove-PnPSdnProvider -Confirm:false", + "Id": 1298, "Rank": 1 }, { - "Id": 1299, "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config", + "Id": 1299, "Rank": 1 }, { - "Id": 1300, "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", + "Id": 1300, "Rank": 2 }, { - "Id": 1301, "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Id": 1301, "Rank": 3 }, { - "Id": 1302, "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Id": 1302, "Rank": 4 }, { - "Id": 1303, "CommandName": "Remove-PnPSearchExternalConnection", "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", + "Id": 1303, "Rank": 1 }, { - "Id": 1304, "CommandName": "Remove-PnPSearchExternalItem", "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", + "Id": 1304, "Rank": 1 }, { - "Id": 1305, "CommandName": "Remove-PnPSiteCollectionAdmin", "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", + "Id": 1305, "Rank": 1 }, { - "Id": 1306, "CommandName": "Remove-PnPSiteCollectionAdmin", "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Id": 1306, "Rank": 2 }, { - "Id": 1307, "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", + "Id": 1307, "Rank": 1 }, { - "Id": 1308, "CommandName": "Remove-PnPSiteCollectionTermStore", "Command": "Remove-PnPSiteCollectionTermStore", + "Id": 1308, "Rank": 1 }, { - "Id": 1309, "CommandName": "Remove-PnPSiteDesign", "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1309, "Rank": 1 }, { - "Id": 1310, "CommandName": "Remove-PnPSiteDesignTask", "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1310, "Rank": 1 }, { - "Id": 1311, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Id": 1311, "Rank": 1 }, { - "Id": 1312, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", + "Id": 1312, "Rank": 2 }, { - "Id": 1313, "CommandName": "Remove-PnPSiteGroup", "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", + "Id": 1313, "Rank": 1 }, { - "Id": 1314, "CommandName": "Remove-PnPSiteGroup", "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", + "Id": 1314, "Rank": 2 }, { - "Id": 1315, "CommandName": "Remove-PnPSiteScript", "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", + "Id": 1315, "Rank": 1 }, { - "Id": 1316, "CommandName": "Remove-PnPSiteUserInvitations", "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", + "Id": 1316, "Rank": 1 }, { - "Id": 1317, "CommandName": "Remove-PnPStorageEntity", "Command": "Remove-PnPStorageEntity -Key MyKey", + "Id": 1317, "Rank": 1 }, { - "Id": 1318, "CommandName": "Remove-PnPStorageEntity", "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", + "Id": 1318, "Rank": 2 }, { - "Id": 1319, "CommandName": "Remove-PnPStoredCredential", "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", + "Id": 1319, "Rank": 1 }, { - "Id": 1320, "CommandName": "Remove-PnPTaxonomyItem", "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", + "Id": 1320, "Rank": 1 }, { - "Id": 1321, "CommandName": "Remove-PnPTaxonomyItem", "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", + "Id": 1321, "Rank": 2 }, { - "Id": 1322, "CommandName": "Remove-PnPTeamsApp", "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", + "Id": 1322, "Rank": 1 }, { - "Id": 1323, "CommandName": "Remove-PnPTeamsApp", "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", + "Id": 1323, "Rank": 2 }, { - "Id": 1324, "CommandName": "Remove-PnPTeamsChannel", "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", + "Id": 1324, "Rank": 1 }, { - "Id": 1325, "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", + "Id": 1325, "Rank": 1 }, { - "Id": 1326, "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", + "Id": 1326, "Rank": 2 }, { - "Id": 1327, "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", + "Id": 1327, "Rank": 3 }, { - "Id": 1328, "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", + "Id": 1328, "Rank": 1 }, { - "Id": 1329, "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", + "Id": 1329, "Rank": 2 }, { - "Id": 1330, "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", + "Id": 1330, "Rank": 3 }, { - "Id": 1331, "CommandName": "Remove-PnPTeamsTag", "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", + "Id": 1331, "Rank": 1 }, { - "Id": 1332, "CommandName": "Remove-PnPTeamsTeam", "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", + "Id": 1332, "Rank": 1 }, { - "Id": 1333, "CommandName": "Remove-PnPTeamsTeam", "Command": "Remove-PnPTeamsTeam -Identity testteam", + "Id": 1333, "Rank": 2 }, { - "Id": 1334, "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", + "Id": 1334, "Rank": 1 }, { - "Id": 1335, "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Id": 1335, "Rank": 2 }, { - "Id": 1336, "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", + "Id": 1336, "Rank": 3 }, { - "Id": 1337, "CommandName": "Remove-PnPTenantCdnOrigin", "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", + "Id": 1337, "Rank": 1 }, { - "Id": 1338, "CommandName": "Remove-PnPTenantDeletedSite", "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1338, "Rank": 1 }, { - "Id": 1339, "CommandName": "Remove-PnPTenantDeletedSite", "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Id": 1339, "Rank": 2 }, { - "Id": 1340, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", + "Id": 1340, "Rank": 1 }, { - "Id": 1341, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", + "Id": 1341, "Rank": 2 }, { - "Id": 1342, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", + "Id": 1342, "Rank": 3 }, { - "Id": 1343, "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1343, "Rank": 1 }, { - "Id": 1344, "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", + "Id": 1344, "Rank": 2 }, { - "Id": 1345, "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", + "Id": 1345, "Rank": 3 }, { - "Id": 1346, "CommandName": "Remove-PnPTenantSyncClientRestriction", "Command": "Remove-PnPTenantSyncClientRestriction", + "Id": 1346, "Rank": 1 }, { - "Id": 1347, "CommandName": "Remove-PnPTenantTheme", "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", + "Id": 1347, "Rank": 1 }, { - "Id": 1348, "CommandName": "Remove-PnPTerm", "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Id": 1348, "Rank": 1 }, { - "Id": 1349, "CommandName": "Remove-PnPTerm", "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 1349, "Rank": 2 }, { - "Id": 1350, "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", + "Id": 1350, "Rank": 1 }, { - "Id": 1351, "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", + "Id": 1351, "Rank": 2 }, { - "Id": 1352, "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", + "Id": 1352, "Rank": 3 }, { - "Id": 1353, "CommandName": "Remove-PnPTermLabel", "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", + "Id": 1353, "Rank": 1 }, { - "Id": 1354, "CommandName": "Remove-PnPTermLabel", "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", + "Id": 1354, "Rank": 2 }, { - "Id": 1355, "CommandName": "Remove-PnPTodoList", "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", + "Id": 1355, "Rank": 1 }, { - "Id": 1356, "CommandName": "Remove-PnPTodoList", "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", + "Id": 1356, "Rank": 2 }, { - "Id": 1357, "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity 23", + "Id": 1357, "Rank": 1 }, { - "Id": 1358, "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", + "Id": 1358, "Rank": 2 }, { - "Id": 1359, "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", + "Id": 1359, "Rank": 3 }, { - "Id": 1360, "CommandName": "Remove-PnPUserInfo", "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", + "Id": 1360, "Rank": 1 }, { - "Id": 1361, "CommandName": "Remove-PnPUserProfile", "Command": "Remove-PnPUserProfile -LoginName user@domain.com", + "Id": 1361, "Rank": 1 }, { - "Id": 1362, "CommandName": "Remove-PnPUserProfilePhoto", "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", + "Id": 1362, "Rank": 1 }, { - "Id": 1363, "CommandName": "Remove-PnPView", "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", + "Id": 1363, "Rank": 1 }, { - "Id": 1364, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", + "Id": 1364, "Rank": 1 }, { - "Id": 1365, "CommandName": "Remove-PnPVivaEngageCommunity", "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", + "Id": 1365, "Rank": 1 }, { - "Id": 1366, "CommandName": "Remove-PnPWeb", "Command": "Remove-PnPWeb -Identity projectA", + "Id": 1366, "Rank": 1 }, { - "Id": 1367, "CommandName": "Remove-PnPWeb", "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", + "Id": 1367, "Rank": 2 }, { - "Id": 1368, "CommandName": "Remove-PnPWebhookSubscription", "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", + "Id": 1368, "Rank": 1 }, { - "Id": 1369, "CommandName": "Remove-PnPWebPart", "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", + "Id": 1369, "Rank": 1 }, { - "Id": 1370, "CommandName": "Remove-PnPWebPart", "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", + "Id": 1370, "Rank": 2 }, { - "Id": 1371, "CommandName": "Remove-PnPWikiPage", "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", + "Id": 1371, "Rank": 1 }, { - "Id": 1372, "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", + "Id": 1372, "Rank": 1 }, { - "Id": 1373, "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", + "Id": 1373, "Rank": 2 }, { - "Id": 1374, "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", + "Id": 1374, "Rank": 3 }, { - "Id": 1375, "CommandName": "Rename-PnPFolder", "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", + "Id": 1375, "Rank": 1 }, { - "Id": 1376, "CommandName": "Repair-PnPSite", "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Id": 1376, "Rank": 1 }, { - "Id": 1377, "CommandName": "Repair-PnPSite", "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Id": 1377, "Rank": 2 }, { - "Id": 1378, "CommandName": "Request-PnPPersonalSite", "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", + "Id": 1378, "Rank": 1 }, { - "Id": 1379, "CommandName": "Request-PnPPersonalSite", "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", + "Id": 1379, "Rank": 2 }, { - "Id": 1380, "CommandName": "Request-PnPReIndexList", "Command": "Request-PnPReIndexList -Identity \"Demo List\"", + "Id": 1380, "Rank": 1 }, { - "Id": 1381, "CommandName": "Request-PnPReIndexWeb", "Command": "Request-PnPReIndexWeb", + "Id": 1381, "Rank": 1 }, { - "Id": 1382, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", + "Id": 1382, "Rank": 1 }, { - "Id": 1383, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", + "Id": 1383, "Rank": 2 }, { - "Id": 1384, "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", + "Id": 1384, "Rank": 3 }, { - "Id": 1385, "CommandName": "Reset-PnPDocumentId", "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", + "Id": 1385, "Rank": 1 }, { - "Id": 1386, "CommandName": "Reset-PnPDocumentId", "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", + "Id": 1386, "Rank": 2 }, { - "Id": 1387, "CommandName": "Reset-PnPFileVersion", "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", + "Id": 1387, "Rank": 1 }, { - "Id": 1388, "CommandName": "Reset-PnPFileVersion", "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", + "Id": 1388, "Rank": 2 }, { - "Id": 1389, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Command": "Reset-PnPMicrosoft365GroupExpiration", + "Id": 1389, "Rank": 1 }, { - "Id": 1390, "CommandName": "Reset-PnPRetentionLabel", "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", + "Id": 1390, "Rank": 1 }, { - "Id": 1391, "CommandName": "Reset-PnPRetentionLabel", "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", + "Id": 1391, "Rank": 2 }, { - "Id": 1392, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", + "Id": 1392, "Rank": 1 }, { - "Id": 1393, "CommandName": "Resolve-PnPFolder", "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", + "Id": 1393, "Rank": 1 }, { - "Id": 1394, "CommandName": "Restart-PnPFlowRun", "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Id": 1394, "Rank": 1 }, { - "Id": 1395, "CommandName": "Restore-PnPDeletedContainer", "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", + "Id": 1395, "Rank": 1 }, { - "Id": 1396, "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", + "Id": 1396, "Rank": 1 }, { - "Id": 1397, "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", + "Id": 1397, "Rank": 1 }, { - "Id": 1398, "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", + "Id": 1398, "Rank": 2 }, { - "Id": 1399, "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", + "Id": 1399, "Rank": 3 }, { - "Id": 1400, "CommandName": "Restore-PnPFlow", "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 1400, "Rank": 1 }, { - "Id": 1401, "CommandName": "Restore-PnPFlow", "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", + "Id": 1401, "Rank": 2 }, { - "Id": 1402, "CommandName": "Restore-PnPListItemVersion", "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", + "Id": 1402, "Rank": 1 }, { - "Id": 1403, "CommandName": "Restore-PnPListItemVersion", "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", + "Id": 1403, "Rank": 2 }, { - "Id": 1404, "CommandName": "Restore-PnPRecycleBinItem", "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", + "Id": 1404, "Rank": 1 }, { - "Id": 1405, "CommandName": "Restore-PnPTenantRecycleBinItem", "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1405, "Rank": 1 }, { - "Id": 1406, "CommandName": "Restore-PnPTenantRecycleBinItem", "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", + "Id": 1406, "Rank": 2 }, { - "Id": 1407, "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", + "Id": 1407, "Rank": 1 }, { - "Id": 1408, "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", + "Id": 1408, "Rank": 2 }, { - "Id": 1409, "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", + "Id": 1409, "Rank": 3 }, { - "Id": 1410, "CommandName": "Revoke-PnPAzureADAppSitePermission", "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", + "Id": 1410, "Rank": 1 }, { - "Id": 1411, "CommandName": "Revoke-PnPHubSiteRights", "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 1411, "Rank": 1 }, { - "Id": 1412, "CommandName": "Revoke-PnPSiteDesignRights", "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", + "Id": 1412, "Rank": 1 }, { - "Id": 1413, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", + "Id": 1413, "Rank": 1 }, { - "Id": 1414, "CommandName": "Revoke-PnPUserSession", "Command": "Revoke-PnPUserSession -User user1@contoso.com", + "Id": 1414, "Rank": 1 }, { - "Id": 1415, "CommandName": "Save-PnPPageConversionLog", "Command": "Save-PnPPageConversionLog", + "Id": 1415, "Rank": 1 }, { - "Id": 1416, "CommandName": "Save-PnPSiteTemplate", "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", + "Id": 1416, "Rank": 1 }, { - "Id": 1417, "CommandName": "Save-PnPTenantTemplate", "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", + "Id": 1417, "Rank": 1 }, { - "Id": 1418, "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Id": 1418, "Rank": 1 }, { - "Id": 1419, "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", + "Id": 1419, "Rank": 2 }, { - "Id": 1420, "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", + "Id": 1420, "Rank": 3 }, { - "Id": 1421, "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", + "Id": 1421, "Rank": 4 }, { - "Id": 1422, "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", + "Id": 1422, "Rank": 5 }, { - "Id": 1423, "CommandName": "Set-PnPAdaptiveScopeProperty", "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", + "Id": 1423, "Rank": 1 }, { - "Id": 1424, "CommandName": "Set-PnPApplicationCustomizer", "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", + "Id": 1424, "Rank": 1 }, { - "Id": 1425, "CommandName": "Set-PnPApplicationCustomizer", "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", + "Id": 1425, "Rank": 2 }, { - "Id": 1426, "CommandName": "Set-PnPAppSideLoading", "Command": "Set-PnPAppSideLoading -On", + "Id": 1426, "Rank": 1 }, { - "Id": 1427, "CommandName": "Set-PnPAppSideLoading", "Command": "Set-PnPAppSideLoading -Off", + "Id": 1427, "Rank": 2 }, { - "Id": 1428, "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -EnableAll", + "Id": 1428, "Rank": 1 }, { - "Id": 1429, "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -DisableAll", + "Id": 1429, "Rank": 2 }, { - "Id": 1430, "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -RetentionTime 7", + "Id": 1430, "Rank": 3 }, { - "Id": 1431, "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -TrimAuditLog", + "Id": 1431, "Rank": 4 }, { - "Id": 1432, "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", + "Id": 1432, "Rank": 5 }, { - "Id": 1433, "CommandName": "Set-PnPAvailablePageLayouts", "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", + "Id": 1433, "Rank": 1 }, { - "Id": 1434, "CommandName": "Set-PnPAzureADAppSitePermission", "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", + "Id": 1434, "Rank": 1 }, { - "Id": 1435, "CommandName": "Set-PnPAzureADAppSitePermission", "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", + "Id": 1435, "Rank": 2 }, { - "Id": 1436, "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", + "Id": 1436, "Rank": 1 }, { - "Id": 1437, "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Id": 1437, "Rank": 2 }, { - "Id": 1438, "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", + "Id": 1438, "Rank": 3 }, { - "Id": 1439, "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", + "Id": 1439, "Rank": 1 }, { - "Id": 1440, "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", + "Id": 1440, "Rank": 2 }, { - "Id": 1441, "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", + "Id": 1441, "Rank": 3 }, { - "Id": 1442, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", + "Id": 1442, "Rank": 1 }, { - "Id": 1443, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", + "Id": 1443, "Rank": 2 }, { - "Id": 1444, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", + "Id": 1444, "Rank": 1 }, { - "Id": 1445, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", + "Id": 1445, "Rank": 2 }, { - "Id": 1446, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", + "Id": 1446, "Rank": 3 }, { - "Id": 1447, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", + "Id": 1447, "Rank": 4 }, { - "Id": 1448, "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Id": 1448, "Rank": 1 }, { - "Id": 1449, "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", + "Id": 1449, "Rank": 2 }, { - "Id": 1450, "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", + "Id": 1450, "Rank": 3 }, { - "Id": 1451, "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Id": 1451, "Rank": 4 }, { - "Id": 1452, "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", + "Id": 1452, "Rank": 5 }, { - "Id": 1453, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", + "Id": 1453, "Rank": 1 }, { - "Id": 1454, "CommandName": "Set-PnPCopilotAdminLimitedMode", "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", + "Id": 1454, "Rank": 2 }, { - "Id": 1455, "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", + "Id": 1455, "Rank": 1 }, { - "Id": 1456, "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", + "Id": 1456, "Rank": 2 }, { - "Id": 1457, "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", + "Id": 1457, "Rank": 3 }, { - "Id": 1458, "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", + "Id": 1458, "Rank": 4 }, { - "Id": 1459, "CommandName": "Set-PnPDefaultContentTypeToList", "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", + "Id": 1459, "Rank": 1 }, { - "Id": 1460, "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", + "Id": 1460, "Rank": 1 }, { - "Id": 1461, "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", + "Id": 1461, "Rank": 2 }, { - "Id": 1462, "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", + "Id": 1462, "Rank": 3 }, { - "Id": 1463, "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", + "Id": 1463, "Rank": 1 }, { - "Id": 1464, "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Id": 1464, "Rank": 2 }, { - "Id": 1465, "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", + "Id": 1465, "Rank": 3 }, { - "Id": 1466, "CommandName": "Set-PnPDocumentSetField", "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", + "Id": 1466, "Rank": 1 }, { - "Id": 1467, "CommandName": "Set-PnPDocumentSetField", "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", + "Id": 1467, "Rank": 2 }, { - "Id": 1468, "CommandName": "Set-PnPField", "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", + "Id": 1468, "Rank": 1 }, { - "Id": 1469, "CommandName": "Set-PnPField", "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", + "Id": 1469, "Rank": 2 }, { - "Id": 1470, "CommandName": "Set-PnPField", "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", + "Id": 1470, "Rank": 3 }, { - "Id": 1471, "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", + "Id": 1471, "Rank": 1 }, { - "Id": 1472, "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", + "Id": 1472, "Rank": 2 }, { - "Id": 1473, "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", + "Id": 1473, "Rank": 3 }, { - "Id": 1474, "CommandName": "Set-PnPFileCheckedOut", "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", + "Id": 1474, "Rank": 1 }, { - "Id": 1475, "CommandName": "Set-PnPFileRetentionLabel", "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", + "Id": 1475, "Rank": 1 }, { - "Id": 1476, "CommandName": "Set-PnPFileRetentionLabel", "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", + "Id": 1476, "Rank": 2 }, { - "Id": 1477, "CommandName": "Set-PnPFileRetentionLabel", "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", + "Id": 1477, "Rank": 3 }, { - "Id": 1478, "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", + "Id": 1478, "Rank": 1 }, { - "Id": 1479, "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Id": 1479, "Rank": 2 }, { - "Id": 1480, "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Id": 1480, "Rank": 3 }, { - "Id": 1481, "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Enabled:$true", + "Id": 1481, "Rank": 1 }, { - "Id": 1482, "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", + "Id": 1482, "Rank": 2 }, { - "Id": 1483, "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", + "Id": 1483, "Rank": 3 }, { - "Id": 1484, "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -LogoUrl \"\"", + "Id": 1484, "Rank": 4 }, { - "Id": 1485, "CommandName": "Set-PnPGraphSubscription", "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", + "Id": 1485, "Rank": 1 }, { - "Id": 1486, "CommandName": "Set-PnPGroup", "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", + "Id": 1486, "Rank": 1 }, { - "Id": 1487, "CommandName": "Set-PnPGroup", "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", + "Id": 1487, "Rank": 2 }, { - "Id": 1488, "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", + "Id": 1488, "Rank": 1 }, { - "Id": 1489, "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", + "Id": 1489, "Rank": 2 }, { - "Id": 1490, "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", + "Id": 1490, "Rank": 3 }, { - "Id": 1491, "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", + "Id": 1491, "Rank": 4 }, { - "Id": 1492, "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", + "Id": 1492, "Rank": 5 }, { - "Id": 1493, "CommandName": "Set-PnPHideDefaultThemes", "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", + "Id": 1493, "Rank": 1 }, { - "Id": 1494, "CommandName": "Set-PnPHideDefaultThemes", "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", + "Id": 1494, "Rank": 2 }, { - "Id": 1495, "CommandName": "Set-PnPHomePage", "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", + "Id": 1495, "Rank": 1 }, { - "Id": 1496, "CommandName": "Set-PnPHomePage", "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", + "Id": 1496, "Rank": 2 }, { - "Id": 1497, "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", + "Id": 1497, "Rank": 1 }, { - "Id": 1498, "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", + "Id": 1498, "Rank": 2 }, { - "Id": 1499, "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", + "Id": 1499, "Rank": 3 }, { - "Id": 1500, "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", + "Id": 1500, "Rank": 1 }, { - "Id": 1501, "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", + "Id": 1501, "Rank": 2 }, { - "Id": 1502, "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", + "Id": 1502, "Rank": 3 }, { - "Id": 1503, "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", + "Id": 1503, "Rank": 4 }, { - "Id": 1504, "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", + "Id": 1504, "Rank": 5 }, { - "Id": 1505, "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", + "Id": 1505, "Rank": 6 }, { - "Id": 1506, "CommandName": "Set-PnPImageListItemColumn", "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", + "Id": 1506, "Rank": 1 }, { - "Id": 1507, "CommandName": "Set-PnPImageListItemColumn", "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", + "Id": 1507, "Rank": 2 }, { - "Id": 1508, "CommandName": "Set-PnPIndexedProperties", "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", + "Id": 1508, "Rank": 1 }, { - "Id": 1509, "CommandName": "Set-PnPInPlaceRecordsManagement", "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", + "Id": 1509, "Rank": 1 }, { - "Id": 1510, "CommandName": "Set-PnPInPlaceRecordsManagement", "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", + "Id": 1510, "Rank": 2 }, { - "Id": 1511, "CommandName": "Set-PnPKnowledgeHubSite", "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", + "Id": 1511, "Rank": 1 }, { - "Id": 1512, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", + "Id": 1512, "Rank": 1 }, { - "Id": 1513, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", + "Id": 1513, "Rank": 2 }, { - "Id": 1514, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", + "Id": 1514, "Rank": 3 }, { - "Id": 1515, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", + "Id": 1515, "Rank": 4 }, { - "Id": 1516, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", + "Id": 1516, "Rank": 5 }, { - "Id": 1517, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", + "Id": 1517, "Rank": 6 }, { - "Id": 1518, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", + "Id": 1518, "Rank": 7 }, { - "Id": 1519, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", + "Id": 1519, "Rank": 8 }, { - "Id": 1520, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", + "Id": 1520, "Rank": 9 }, { - "Id": 1521, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", + "Id": 1521, "Rank": 10 }, { - "Id": 1522, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", + "Id": 1522, "Rank": 11 }, { - "Id": 1523, "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", + "Id": 1523, "Rank": 12 }, { - "Id": 1524, "CommandName": "Set-PnPListInformationRightsManagement", "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", + "Id": 1524, "Rank": 1 }, { - "Id": 1525, "CommandName": "Set-PnPListInformationRightsManagement", "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", + "Id": 1525, "Rank": 2 }, { - "Id": 1526, "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1526, "Rank": 1 }, { - "Id": 1527, "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1527, "Rank": 2 }, { - "Id": 1528, "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", + "Id": 1528, "Rank": 3 }, { - "Id": 1529, "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", + "Id": 1529, "Rank": 4 }, { - "Id": 1530, "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", + "Id": 1530, "Rank": 5 }, { - "Id": 1531, "CommandName": "Set-PnPListItemAsRecord", "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", + "Id": 1531, "Rank": 1 }, { - "Id": 1532, "CommandName": "Set-PnPListItemAsRecord", "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", + "Id": 1532, "Rank": 2 }, { - "Id": 1533, "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", + "Id": 1533, "Rank": 1 }, { - "Id": 1534, "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Id": 1534, "Rank": 2 }, { - "Id": 1535, "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", + "Id": 1535, "Rank": 3 }, { - "Id": 1536, "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", + "Id": 1536, "Rank": 4 }, { - "Id": 1537, "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", + "Id": 1537, "Rank": 5 }, { - "Id": 1538, "CommandName": "Set-PnPListPermission", "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", + "Id": 1538, "Rank": 1 }, { - "Id": 1539, "CommandName": "Set-PnPListPermission", "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", + "Id": 1539, "Rank": 2 }, { - "Id": 1540, "CommandName": "Set-PnPListRecordDeclaration", "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", + "Id": 1540, "Rank": 1 }, { - "Id": 1541, "CommandName": "Set-PnPListRecordDeclaration", "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", + "Id": 1541, "Rank": 2 }, { - "Id": 1542, "CommandName": "Set-PnPManagedAppId", "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", + "Id": 1542, "Rank": 1 }, { - "Id": 1543, "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Id": 1543, "Rank": 1 }, { - "Id": 1544, "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", + "Id": 1544, "Rank": 2 }, { - "Id": 1545, "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Id": 1545, "Rank": 3 }, { - "Id": 1546, "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", + "Id": 1546, "Rank": 4 }, { - "Id": 1547, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", + "Id": 1547, "Rank": 1 }, { - "Id": 1548, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", + "Id": 1548, "Rank": 2 }, { - "Id": 1549, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived", + "Id": 1549, "Rank": 3 }, { - "Id": 1550, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", + "Id": 1550, "Rank": 1 }, { - "Id": 1551, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", + "Id": 1551, "Rank": 2 }, { - "Id": 1552, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Id": 1552, "Rank": 3 }, { - "Id": 1553, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", + "Id": 1553, "Rank": 1 }, { - "Id": 1554, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", + "Id": 1554, "Rank": 2 }, { - "Id": 1555, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Id": 1555, "Rank": 3 }, { - "Id": 1556, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", + "Id": 1556, "Rank": 1 }, { - "Id": 1557, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", + "Id": 1557, "Rank": 2 }, { - "Id": 1558, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Id": 1558, "Rank": 3 }, { - "Id": 1559, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", + "Id": 1559, "Rank": 1 }, { - "Id": 1560, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", + "Id": 1560, "Rank": 2 }, { - "Id": 1561, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead", + "Id": 1561, "Rank": 3 }, { - "Id": 1562, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", + "Id": 1562, "Rank": 1 }, { - "Id": 1563, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", + "Id": 1563, "Rank": 2 }, { - "Id": 1564, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread", + "Id": 1564, "Rank": 3 }, { - "Id": 1565, "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", + "Id": 1565, "Rank": 1 }, { - "Id": 1566, "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", + "Id": 1566, "Rank": 2 }, { - "Id": 1567, "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", + "Id": 1567, "Rank": 3 }, { - "Id": 1568, "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", + "Id": 1568, "Rank": 4 }, { - "Id": 1569, "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", + "Id": 1569, "Rank": 5 }, { - "Id": 1570, "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", + "Id": 1570, "Rank": 6 }, { - "Id": 1571, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", + "Id": 1571, "Rank": 1 }, { - "Id": 1572, "CommandName": "Set-PnPMicrosoft365GroupSettings", "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", + "Id": 1572, "Rank": 2 }, { - "Id": 1573, "CommandName": "Set-PnPOrgAssetsLibrary", "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", + "Id": 1573, "Rank": 1 }, { - "Id": 1574, "CommandName": "Set-PnPOrgAssetsLibrary", "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", + "Id": 1574, "Rank": 2 }, { - "Id": 1575, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", + "Id": 1575, "Rank": 1 }, { - "Id": 1576, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", + "Id": 1576, "Rank": 2 }, { - "Id": 1577, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", + "Id": 1577, "Rank": 3 }, { - "Id": 1578, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", + "Id": 1578, "Rank": 4 }, { - "Id": 1579, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", + "Id": 1579, "Rank": 5 }, { - "Id": 1580, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", + "Id": 1580, "Rank": 6 }, { - "Id": 1581, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", + "Id": 1581, "Rank": 7 }, { - "Id": 1582, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", + "Id": 1582, "Rank": 8 }, { - "Id": 1583, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", + "Id": 1583, "Rank": 9 }, { - "Id": 1584, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", + "Id": 1584, "Rank": 10 }, { - "Id": 1585, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", + "Id": 1585, "Rank": 11 }, { - "Id": 1586, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", + "Id": 1586, "Rank": 12 }, { - "Id": 1587, "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", + "Id": 1587, "Rank": 13 }, { - "Id": 1588, "CommandName": "Set-PnPPageTextPart", "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", + "Id": 1588, "Rank": 1 }, { - "Id": 1589, "CommandName": "Set-PnPPageWebPart", "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", + "Id": 1589, "Rank": 1 }, { - "Id": 1590, "CommandName": "Set-PnPPageWebPart", "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", + "Id": 1590, "Rank": 2 }, { - "Id": 1591, "CommandName": "Set-PnPPlannerBucket", "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", + "Id": 1591, "Rank": 1 }, { - "Id": 1592, "CommandName": "Set-PnPPlannerConfiguration", "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", + "Id": 1592, "Rank": 1 }, { - "Id": 1593, "CommandName": "Set-PnPPlannerConfiguration", "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", + "Id": 1593, "Rank": 2 }, { - "Id": 1594, "CommandName": "Set-PnPPlannerPlan", "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", + "Id": 1594, "Rank": 1 }, { - "Id": 1595, "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", + "Id": 1595, "Rank": 1 }, { - "Id": 1596, "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", + "Id": 1596, "Rank": 2 }, { - "Id": 1597, "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", + "Id": 1597, "Rank": 3 }, { - "Id": 1598, "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", + "Id": 1598, "Rank": 4 }, { - "Id": 1599, "CommandName": "Set-PnPPlannerUserPolicy", "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", + "Id": 1599, "Rank": 1 }, { - "Id": 1600, "CommandName": "Set-PnPPowerAppByPassConsent", "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", + "Id": 1600, "Rank": 1 }, { - "Id": 1601, "CommandName": "Set-PnPPowerAppByPassConsent", "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", + "Id": 1601, "Rank": 2 }, { - "Id": 1602, "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", + "Id": 1602, "Rank": 1 }, { - "Id": 1603, "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", + "Id": 1603, "Rank": 2 }, { - "Id": 1604, "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", + "Id": 1604, "Rank": 3 }, { - "Id": 1605, "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", + "Id": 1605, "Rank": 1 }, { - "Id": 1606, "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Disabled", + "Id": 1606, "Rank": 2 }, { - "Id": 1607, "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Disabled:$false", + "Id": 1607, "Rank": 3 }, { - "Id": 1608, "CommandName": "Set-PnPRetentionLabel", "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", + "Id": 1608, "Rank": 1 }, { - "Id": 1609, "CommandName": "Set-PnPRetentionLabel", "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", + "Id": 1609, "Rank": 2 }, { - "Id": 1610, "CommandName": "Set-PnPRetentionLabel", "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", + "Id": 1610, "Rank": 3 }, { - "Id": 1611, "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", + "Id": 1611, "Rank": 1 }, { - "Id": 1612, "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", + "Id": 1612, "Rank": 2 }, { - "Id": 1613, "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", + "Id": 1613, "Rank": 3 }, { - "Id": 1614, "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", + "Id": 1614, "Rank": 4 }, { - "Id": 1615, "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config", + "Id": 1615, "Rank": 1 }, { - "Id": 1616, "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", + "Id": 1616, "Rank": 2 }, { - "Id": 1617, "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", + "Id": 1617, "Rank": 3 }, { - "Id": 1618, "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", + "Id": 1618, "Rank": 4 }, { - "Id": 1619, "CommandName": "Set-PnPSearchExternalConnection", "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", + "Id": 1619, "Rank": 1 }, { - "Id": 1620, "CommandName": "Set-PnPSearchExternalConnection", "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", + "Id": 1620, "Rank": 2 }, { - "Id": 1621, "CommandName": "Set-PnPSearchExternalConnection", "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", + "Id": 1621, "Rank": 3 }, { - "Id": 1622, "CommandName": "Set-PnPSearchExternalItem", "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", + "Id": 1622, "Rank": 1 }, { - "Id": 1623, "CommandName": "Set-PnPSearchExternalItem", "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", + "Id": 1623, "Rank": 2 }, { - "Id": 1624, "CommandName": "Set-PnPSearchExternalSchema", "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", + "Id": 1624, "Rank": 1 }, { - "Id": 1625, "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", + "Id": 1625, "Rank": 1 }, { - "Id": 1626, "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", + "Id": 1626, "Rank": 2 }, { - "Id": 1627, "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", + "Id": 1627, "Rank": 3 }, { - "Id": 1628, "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", + "Id": 1628, "Rank": 4 }, { - "Id": 1629, "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", + "Id": 1629, "Rank": 5 }, { - "Id": 1630, "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchScope Tenant", + "Id": 1630, "Rank": 6 }, { - "Id": 1631, "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchScope Hub", + "Id": 1631, "Rank": 7 }, { - "Id": 1632, "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -Classification \"HBI\"", + "Id": 1632, "Rank": 1 }, { - "Id": 1633, "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -Classification $null", + "Id": 1633, "Rank": 2 }, { - "Id": 1634, "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -DisableFlows", + "Id": 1634, "Rank": 3 }, { - "Id": 1635, "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -DisableFlows:$false", + "Id": 1635, "Rank": 4 }, { - "Id": 1636, "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", + "Id": 1636, "Rank": 5 }, { - "Id": 1637, "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -NoScriptSite $false", + "Id": 1637, "Rank": 6 }, { - "Id": 1638, "CommandName": "Set-PnPSiteArchiveState", "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", + "Id": 1638, "Rank": 1 }, { - "Id": 1639, "CommandName": "Set-PnPSiteArchiveState", "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", + "Id": 1639, "Rank": 2 }, { - "Id": 1640, "CommandName": "Set-PnPSiteClassification", "Command": "Set-PnPSiteClassification -Identity \"LBI\"", + "Id": 1640, "Rank": 1 }, { - "Id": 1641, "CommandName": "Set-PnPSiteClosure", "Command": "Set-PnPSiteClosure -State Open", + "Id": 1641, "Rank": 1 }, { - "Id": 1642, "CommandName": "Set-PnPSiteClosure", "Command": "Set-PnPSiteClosure -State Closed", + "Id": 1642, "Rank": 2 }, { - "Id": 1643, "CommandName": "Set-PnPSiteDesign", "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", + "Id": 1643, "Rank": 1 }, { - "Id": 1644, "CommandName": "Set-PnPSiteDesign", "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", + "Id": 1644, "Rank": 2 }, { - "Id": 1645, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", + "Id": 1645, "Rank": 1 }, { - "Id": 1646, "CommandName": "Set-PnPSiteDocumentIdPrefix", "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", + "Id": 1646, "Rank": 2 }, { - "Id": 1647, "CommandName": "Set-PnPSiteGroup", "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", + "Id": 1647, "Rank": 1 }, { - "Id": 1648, "CommandName": "Set-PnPSiteGroup", "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", + "Id": 1648, "Rank": 2 }, { - "Id": 1649, "CommandName": "Set-PnPSitePolicy", "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", + "Id": 1649, "Rank": 1 }, { - "Id": 1650, "CommandName": "Set-PnPSiteScript", "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Id": 1650, "Rank": 1 }, { - "Id": 1651, "CommandName": "Set-PnPSiteScriptPackage", "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", + "Id": 1651, "Rank": 1 }, { - "Id": 1652, "CommandName": "Set-PnPSiteSensitivityLabel", "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", + "Id": 1652, "Rank": 1 }, { - "Id": 1653, "CommandName": "Set-PnPSiteSensitivityLabel", "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", + "Id": 1653, "Rank": 2 }, { - "Id": 1654, "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", + "Id": 1654, "Rank": 1 }, { - "Id": 1655, "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", + "Id": 1655, "Rank": 2 }, { - "Id": 1656, "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Id": 1656, "Rank": 3 }, { - "Id": 1657, "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", + "Id": 1657, "Rank": 4 }, { - "Id": 1658, "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Id": 1658, "Rank": 5 }, { - "Id": 1659, "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", + "Id": 1659, "Rank": 6 }, { - "Id": 1660, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", + "Id": 1660, "Rank": 1 }, { - "Id": 1661, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", + "Id": 1661, "Rank": 2 }, { - "Id": 1662, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", + "Id": 1662, "Rank": 3 }, { - "Id": 1663, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", + "Id": 1663, "Rank": 4 }, { - "Id": 1664, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", + "Id": 1664, "Rank": 5 }, { - "Id": 1665, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", + "Id": 1665, "Rank": 6 }, { - "Id": 1666, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", + "Id": 1666, "Rank": 7 }, { - "Id": 1667, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", + "Id": 1667, "Rank": 8 }, { - "Id": 1668, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", + "Id": 1668, "Rank": 9 }, { - "Id": 1669, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", + "Id": 1669, "Rank": 10 }, { - "Id": 1670, "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", + "Id": 1670, "Rank": 11 }, { - "Id": 1671, "CommandName": "Set-PnPStorageEntity", "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Id": 1671, "Rank": 1 }, { - "Id": 1672, "CommandName": "Set-PnPStorageEntity", "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", + "Id": 1672, "Rank": 2 }, { - "Id": 1673, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Id": 1673, "Rank": 1 }, { - "Id": 1674, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", + "Id": 1674, "Rank": 2 }, { - "Id": 1675, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Id": 1675, "Rank": 1 }, { - "Id": 1676, "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", + "Id": 1676, "Rank": 2 }, { - "Id": 1677, "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", + "Id": 1677, "Rank": 1 }, { - "Id": 1678, "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", + "Id": 1678, "Rank": 2 }, { - "Id": 1679, "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", + "Id": 1679, "Rank": 3 }, { - "Id": 1680, "CommandName": "Set-PnPTeamifyPromptHidden", "Command": "Set-PnPTeamifyPromptHidden", + "Id": 1680, "Rank": 1 }, { - "Id": 1681, "CommandName": "Set-PnPTeamsChannel", "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", + "Id": 1681, "Rank": 1 }, { - "Id": 1682, "CommandName": "Set-PnPTeamsChannel", "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", + "Id": 1682, "Rank": 2 }, { - "Id": 1683, "CommandName": "Set-PnpTeamsChannelUser", "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", + "Id": 1683, "Rank": 1 }, { - "Id": 1684, "CommandName": "Set-PnpTeamsChannelUser", "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", + "Id": 1684, "Rank": 2 }, { - "Id": 1685, "CommandName": "Set-PnPTeamsTab", "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", + "Id": 1685, "Rank": 1 }, { - "Id": 1686, "CommandName": "Set-PnPTeamsTag", "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", + "Id": 1686, "Rank": 1 }, { - "Id": 1687, "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", + "Id": 1687, "Rank": 1 }, { - "Id": 1688, "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", + "Id": 1688, "Rank": 2 }, { - "Id": 1689, "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", + "Id": 1689, "Rank": 3 }, { - "Id": 1690, "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", + "Id": 1690, "Rank": 4 }, { - "Id": 1691, "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", + "Id": 1691, "Rank": 1 }, { - "Id": 1692, "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", + "Id": 1692, "Rank": 2 }, { - "Id": 1693, "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", + "Id": 1693, "Rank": 3 }, { - "Id": 1694, "CommandName": "Set-PnPTeamsTeamPicture", "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", + "Id": 1694, "Rank": 1 }, { - "Id": 1695, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Command": "Set-PnPTemporarilyDisableAppBar $true", + "Id": 1695, "Rank": 1 }, { - "Id": 1696, "CommandName": "Set-PnPTemporarilyDisableAppBar", "Command": "Set-PnPTemporarilyDisableAppBar $false", + "Id": 1696, "Rank": 2 }, { - "Id": 1697, "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", + "Id": 1697, "Rank": 1 }, { - "Id": 1698, "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", + "Id": 1698, "Rank": 2 }, { - "Id": 1699, "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -ShowAllUsersClaim $false", + "Id": 1699, "Rank": 3 }, { - "Id": 1700, "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", + "Id": 1700, "Rank": 4 }, { - "Id": 1701, "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", + "Id": 1701, "Rank": 5 }, { - "Id": 1702, "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", + "Id": 1702, "Rank": 6 }, { - "Id": 1703, "CommandName": "Set-PnPTenantAppCatalogUrl", "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", + "Id": 1703, "Rank": 1 }, { - "Id": 1704, "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", + "Id": 1704, "Rank": 1 }, { - "Id": 1705, "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", + "Id": 1705, "Rank": 2 }, { - "Id": 1706, "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", + "Id": 1706, "Rank": 3 }, { - "Id": 1707, "CommandName": "Set-PnPTenantCdnPolicy", "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", + "Id": 1707, "Rank": 1 }, { - "Id": 1708, "CommandName": "Set-PnPTenantCdnPolicy", "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", + "Id": 1708, "Rank": 2 }, { - "Id": 1709, "CommandName": "Set-PnPTenantPronounsSetting", "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", + "Id": 1709, "Rank": 1 }, { - "Id": 1710, "CommandName": "Set-PnPTenantPronounsSetting", "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", + "Id": 1710, "Rank": 2 }, { - "Id": 1711, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", + "Id": 1711, "Rank": 1 }, { - "Id": 1712, "CommandName": "Set-PnPTenantRestrictedSearchMode", "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", + "Id": 1712, "Rank": 2 }, { - "Id": 1713, "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", + "Id": 1713, "Rank": 1 }, { - "Id": 1714, "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", + "Id": 1714, "Rank": 2 }, { - "Id": 1715, "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", + "Id": 1715, "Rank": 3 }, { - "Id": 1716, "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", + "Id": 1716, "Rank": 4 }, { - "Id": 1717, "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", + "Id": 1717, "Rank": 5 }, { - "Id": 1718, "CommandName": "Set-PnPTenantSyncClientRestriction", "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", + "Id": 1718, "Rank": 1 }, { - "Id": 1719, "CommandName": "Set-PnPTenantSyncClientRestriction", "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", + "Id": 1719, "Rank": 2 }, { - "Id": 1720, "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", + "Id": 1720, "Rank": 1 }, { - "Id": 1721, "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Id": 1721, "Rank": 2 }, { - "Id": 1722, "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", + "Id": 1722, "Rank": 3 }, { - "Id": 1723, "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", + "Id": 1723, "Rank": 4 }, { - "Id": 1724, "CommandName": "Set-PnPTermGroup", "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", + "Id": 1724, "Rank": 1 }, { - "Id": 1725, "CommandName": "Set-PnPTermGroup", "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", + "Id": 1725, "Rank": 2 }, { - "Id": 1726, "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", + "Id": 1726, "Rank": 1 }, { - "Id": 1727, "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", + "Id": 1727, "Rank": 2 }, { - "Id": 1728, "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", + "Id": 1728, "Rank": 3 }, { - "Id": 1729, "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme", + "Id": 1729, "Rank": 1 }, { - "Id": 1730, "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", + "Id": 1730, "Rank": 2 }, { - "Id": 1731, "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", + "Id": 1731, "Rank": 3 }, { - "Id": 1732, "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", + "Id": 1732, "Rank": 4 }, { - "Id": 1733, "CommandName": "Set-PnPUserOneDriveQuota", "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", + "Id": 1733, "Rank": 1 }, { - "Id": 1734, "CommandName": "Set-PnPUserProfilePhoto", "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", + "Id": 1734, "Rank": 1 }, { - "Id": 1735, "CommandName": "Set-PnPUserProfileProperty", "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", + "Id": 1735, "Rank": 1 }, { - "Id": 1736, "CommandName": "Set-PnPUserProfileProperty", "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", + "Id": 1736, "Rank": 2 }, { - "Id": 1737, "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", + "Id": 1737, "Rank": 1 }, { - "Id": 1738, "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", + "Id": 1738, "Rank": 2 }, { - "Id": 1739, "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", + "Id": 1739, "Rank": 3 }, { - "Id": 1740, "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", + "Id": 1740, "Rank": 4 }, { - "Id": 1741, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", + "Id": 1741, "Rank": 1 }, { - "Id": 1742, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", + "Id": 1742, "Rank": 2 }, { - "Id": 1743, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", + "Id": 1743, "Rank": 3 }, { - "Id": 1744, "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", + "Id": 1744, "Rank": 4 }, { - "Id": 1745, "CommandName": "Set-PnPVivaEngageCommunity", "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", + "Id": 1745, "Rank": 1 }, { - "Id": 1746, "CommandName": "Set-PnPVivaEngageCommunity", "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", + "Id": 1746, "Rank": 2 }, { - "Id": 1747, "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", + "Id": 1747, "Rank": 1 }, { - "Id": 1748, "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", + "Id": 1748, "Rank": 2 }, { - "Id": 1749, "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", + "Id": 1749, "Rank": 3 }, { - "Id": 1750, "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -NoCrawl:$true", + "Id": 1750, "Rank": 4 }, { - "Id": 1751, "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", + "Id": 1751, "Rank": 1 }, { - "Id": 1752, "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", + "Id": 1752, "Rank": 2 }, { - "Id": 1753, "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -LogoAlignment Middle", + "Id": 1753, "Rank": 3 }, { - "Id": 1754, "CommandName": "Set-PnPWebhookSubscription", "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", + "Id": 1754, "Rank": 1 }, { - "Id": 1755, "CommandName": "Set-PnPWebhookSubscription", "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", + "Id": 1755, "Rank": 2 }, { - "Id": 1756, "CommandName": "Set-PnPWebPartProperty", "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", + "Id": 1756, "Rank": 1 }, { - "Id": 1757, "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Id": 1757, "Rank": 1 }, { - "Id": 1758, "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", + "Id": 1758, "Rank": 2 }, { - "Id": 1759, "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", + "Id": 1759, "Rank": 3 }, { - "Id": 1760, "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", + "Id": 1760, "Rank": 4 }, { - "Id": 1761, "CommandName": "Set-PnPWebTheme", "Command": "Set-PnPWebTheme -Theme MyTheme", + "Id": 1761, "Rank": 1 }, { - "Id": 1762, "CommandName": "Set-PnPWebTheme", "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", + "Id": 1762, "Rank": 2 }, { - "Id": 1763, "CommandName": "Set-PnPWikiPageContent", "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", + "Id": 1763, "Rank": 1 }, { - "Id": 1764, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Command": "Start-PnPEnterpriseAppInsightsReport", + "Id": 1764, "Rank": 1 }, { - "Id": 1765, "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Command": "Start-PnPEnterpriseAppInsightsReport 28", + "Id": 1765, "Rank": 2 }, { - "Id": 1766, "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", + "Id": 1766, "Rank": 1 }, { - "Id": 1767, "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", + "Id": 1767, "Rank": 2 }, { - "Id": 1768, "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", + "Id": 1768, "Rank": 3 }, { - "Id": 1769, "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", + "Id": 1769, "Rank": 4 }, { - "Id": 1770, "CommandName": "Stop-PnPFlowRun", "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", + "Id": 1770, "Rank": 1 }, { - "Id": 1771, "CommandName": "Stop-PnPFlowRun", "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", + "Id": 1771, "Rank": 2 }, { - "Id": 1772, "CommandName": "Stop-PnPTraceLog", "Command": "Stop-PnPTraceLog", + "Id": 1772, "Rank": 1 }, { - "Id": 1773, "CommandName": "Stop-PnPTraceLog", "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", + "Id": 1773, "Rank": 2 }, { - "Id": 1774, "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"finance\"", + "Id": 1774, "Rank": 1 }, { - "Id": 1775, "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", + "Id": 1775, "Rank": 2 }, { - "Id": 1776, "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", + "Id": 1776, "Rank": 3 }, { - "Id": 1777, "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", + "Id": 1777, "Rank": 4 }, { - "Id": 1778, "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", + "Id": 1778, "Rank": 5 }, { - "Id": 1779, "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", + "Id": 1779, "Rank": 6 }, { - "Id": 1780, "CommandName": "Submit-PnPTeamsChannelMessage", "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", + "Id": 1780, "Rank": 1 }, { - "Id": 1781, "CommandName": "Submit-PnPTeamsChannelMessage", "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", + "Id": 1781, "Rank": 2 }, { - "Id": 1782, "CommandName": "Sync-PnPAppToTeams", "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1782, "Rank": 1 }, { - "Id": 1783, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", + "Id": 1783, "Rank": 1 }, { - "Id": 1784, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", + "Id": 1784, "Rank": 2 }, { - "Id": 1785, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", + "Id": 1785, "Rank": 3 }, { - "Id": 1786, "CommandName": "Test-PnPListItemIsRecord", "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", + "Id": 1786, "Rank": 1 }, { - "Id": 1787, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", + "Id": 1787, "Rank": 1 }, { - "Id": 1788, "CommandName": "Test-PnPSite", "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", + "Id": 1788, "Rank": 1 }, { - "Id": 1789, "CommandName": "Test-PnPSite", "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", + "Id": 1789, "Rank": 2 }, { - "Id": 1790, "CommandName": "Test-PnPTenantTemplate", "Command": "Test-PnPTenantTemplate -Template $myTemplate", + "Id": 1790, "Rank": 1 }, { - "Id": 1791, "CommandName": "Undo-PnPFileCheckedOut", "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", + "Id": 1791, "Rank": 1 }, { - "Id": 1792, "CommandName": "Uninstall-PnPApp", "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1792, "Rank": 1 }, { - "Id": 1793, "CommandName": "Uninstall-PnPApp", "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1793, "Rank": 2 }, { - "Id": 1794, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", + "Id": 1794, "Rank": 1 }, { - "Id": 1795, "CommandName": "Unpublish-PnPApp", "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1795, "Rank": 1 }, { - "Id": 1796, "CommandName": "Unpublish-PnPApp", "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1796, "Rank": 2 }, { - "Id": 1797, "CommandName": "Unpublish-PnPContentType", "Command": "Unpublish-PnPContentType -ContentType 0x0101", + "Id": 1797, "Rank": 1 }, { - "Id": 1798, "CommandName": "Unpublish-PnPSyntexModel", "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", + "Id": 1798, "Rank": 1 }, { - "Id": 1799, "CommandName": "Unpublish-PnPSyntexModel", "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", + "Id": 1799, "Rank": 2 }, { - "Id": 1800, "CommandName": "Unregister-PnPHubSite", "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", + "Id": 1800, "Rank": 1 }, { - "Id": 1801, "CommandName": "Update-PnPApp", "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", + "Id": 1801, "Rank": 1 }, { - "Id": 1802, "CommandName": "Update-PnPApp", "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", + "Id": 1802, "Rank": 2 }, { - "Id": 1803, "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", + "Id": 1803, "Rank": 1 }, { - "Id": 1804, "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", + "Id": 1804, "Rank": 2 }, { - "Id": 1805, "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", + "Id": 1805, "Rank": 3 }, { - "Id": 1806, "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", + "Id": 1806, "Rank": 1 }, { - "Id": 1807, "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", + "Id": 1807, "Rank": 2 }, { - "Id": 1808, "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", + "Id": 1808, "Rank": 3 }, { - "Id": 1809, "CommandName": "Update-PnPTeamsApp", "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", + "Id": 1809, "Rank": 1 }, { - "Id": 1810, "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", + "Id": 1810, "Rank": 1 }, { - "Id": 1811, "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", + "Id": 1811, "Rank": 2 }, { - "Id": 1812, "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", + "Id": 1812, "Rank": 3 }, { - "Id": 1813, "CommandName": "Update-PnPTodoList", "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", + "Id": 1813, "Rank": 1 }, { - "Id": 1814, "CommandName": "Update-PnPTodoList", "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", + "Id": 1814, "Rank": 2 }, { - "Id": 1815, "CommandName": "Update-PnPUserType", "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", + "Id": 1815, "Rank": 1 }, { - "Id": 1816, "CommandName": "Use-PnPBrandCenterFontPackage", "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", + "Id": 1816, "Rank": 1 }, { - "Id": 1817, "CommandName": "Use-PnPBrandCenterFontPackage", "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", + "Id": 1817, "Rank": 2 }, { - "Id": 1818, "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\"", + "Id": 1818, "Rank": 1 }, { - "Id": 1819, "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", + "Id": 1819, "Rank": 2 }, { - "Id": 1820, "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", + "Id": 1820, "Rank": 3 }, { - "Id": 1821, "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", + "Id": 1821, "Rank": 4 } ] diff --git a/version.json b/version.json index 0db8fc874..bdfa5b8d1 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.123", + "Version": "3.1.124", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index ce8468c80..ca6a50d38 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.123 \ No newline at end of file +3.1.124 \ No newline at end of file From cea5449986edcb58914bdfc2a84545ad454ef68f Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 01:55:55 +0200 Subject: [PATCH 34/78] Update nightlyrelease.yml --- .github/workflows/nightlyrelease.yml | 75 +--------------------------- 1 file changed, 1 insertion(+), 74 deletions(-) diff --git a/.github/workflows/nightlyrelease.yml b/.github/workflows/nightlyrelease.yml index 9d6ce1f20..37c884439 100644 --- a/.github/workflows/nightlyrelease.yml +++ b/.github/workflows/nightlyrelease.yml @@ -39,77 +39,4 @@ jobs: with: message: 'Nightly publish to PowerShell Gallery' tag: '${{env.BUILDVERSION}}-nightly --force' - push: true - publish-docker-windows-2022: - runs-on: windows-2022 - needs: [ build ] - if: false - steps: - - uses: actions/checkout@v4 - - name: Build an image - run: | - $VERSION="$(cat ./version.txt)-nightly" - docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=lts-nanoserver-ltsc2022" --build-arg "INSTALL_USER=ContainerAdministrator" --build-arg "SKIP_PUBLISHER_CHECK=True" ./docker -f ./docker/pnppowershell.dockerFile --tag "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022"; - - name: Push the image - run: | - $VERSION="$(cat ./version.txt)-nightly" - docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022" - publish-docker-arm32: - runs-on: ubuntu-22.04 - if: false - needs: [ build ] - steps: - - uses: actions/checkout@v4 - - name: Build an image - run: | - VERSION="$(cat ./version.txt)-nightly" - docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=ubuntu-22.04-arm32" --build-arg "INSTALL_USER=root" --build-arg "SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32; - - name: Push the image - run: | - VERSION="$(cat ./version.txt)-nightly" - docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32" - publish-docker-linux-arm64: - runs-on: ubuntu-24.04-arm - needs: [ build ] - steps: - - uses: actions/checkout@v4 - - name: Build an image - run: | - VERSION="$(cat ./version.txt)-nightly" - docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 - - name: Push the image - run: | - VERSION="$(cat ./version.txt)-nightly" - docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64" - publish-docker-linux-amd64: - runs-on: ubuntu-latest - needs: [ build ] - steps: - - uses: actions/checkout@v4 - - name: Build an image - run: | - - name: Build an image - run: | - VERSION="$(cat ./version.txt)-nightly" - docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 - docker tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION ${{ secrets.DOCKER_ORG }}/powershell:nightly - - name: Push the image - run: | - VERSION="$(cat ./version.txt)-nightly" - docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" - publish-docker-manifest: - runs-on: ubuntu-latest - needs: [ build, publish-docker-linux-arm64, publish-docker-linux-amd64 ] - steps: - - uses: actions/checkout@v4 - - name: Publish manifest - run: | - VERSION="$(cat ./version.txt)-nightly" - docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ - --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ - --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 - docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly + push: true From 5454cef3eebd0071e5ab9942fa1cc5e53470ce9d Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 01:58:25 +0200 Subject: [PATCH 35/78] Create publishdockerimage --- .github/workflows/publishdockerimage | 79 ++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 .github/workflows/publishdockerimage diff --git a/.github/workflows/publishdockerimage b/.github/workflows/publishdockerimage new file mode 100644 index 000000000..21b695b5b --- /dev/null +++ b/.github/workflows/publishdockerimage @@ -0,0 +1,79 @@ +name: Nightly Release to Docker Hub + +on: + workflow_dispatch: + schedule: + - cron: '0 3 * * *' + +permissions: read-all + +jobs: + publish-docker-windows-2022: + runs-on: windows-2022 + if: false + steps: + - uses: actions/checkout@v4 + - name: Build an image + run: | + $VERSION="$(cat ./version.txt)-nightly" + docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=lts-nanoserver-ltsc2022" --build-arg "INSTALL_USER=ContainerAdministrator" --build-arg "SKIP_PUBLISHER_CHECK=True" ./docker -f ./docker/pnppowershell.dockerFile --tag "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022"; + - name: Push the image + run: | + $VERSION="$(cat ./version.txt)-nightly" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022" + publish-docker-arm32: + runs-on: ubuntu-22.04 + if: false + steps: + - uses: actions/checkout@v4 + - name: Build an image + run: | + VERSION="$(cat ./version.txt)-nightly" + docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=ubuntu-22.04-arm32" --build-arg "INSTALL_USER=root" --build-arg "SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32; + - name: Push the image + run: | + VERSION="$(cat ./version.txt)-nightly" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32" + publish-docker-linux-arm64: + runs-on: ubuntu-24.04-arm + steps: + - uses: actions/checkout@v4 + - name: Build an image + run: | + VERSION="$(cat ./version.txt)-nightly" + docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + - name: Push the image + run: | + VERSION="$(cat ./version.txt)-nightly" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64" + publish-docker-linux-amd64: + runs-on: ubuntu-latest + needs: [ build ] + steps: + - uses: actions/checkout@v4 + - name: Build an image + run: | + - name: Build an image + run: | + VERSION="$(cat ./version.txt)-nightly" + docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 + - name: Push the image + run: | + VERSION="$(cat ./version.txt)-nightly" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" + publish-docker-manifest: + runs-on: ubuntu-latest + needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64 ] + steps: + - uses: actions/checkout@v4 + - name: Publish manifest + run: | + VERSION="$(cat ./version.txt)-nightly" + docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly From ab1223ea8fcc3530629c0f668edbf69d47c46092 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:00:04 +0200 Subject: [PATCH 36/78] Rename publishdockerimage to publishdockerimage.yml --- .github/workflows/{publishdockerimage => publishdockerimage.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{publishdockerimage => publishdockerimage.yml} (100%) diff --git a/.github/workflows/publishdockerimage b/.github/workflows/publishdockerimage.yml similarity index 100% rename from .github/workflows/publishdockerimage rename to .github/workflows/publishdockerimage.yml From 2c1165cb1fe17e24d8e62ff77619e8098758c237 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:01:40 +0200 Subject: [PATCH 37/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index 21b695b5b..f9545ff2e 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -51,7 +51,6 @@ jobs: docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64" publish-docker-linux-amd64: runs-on: ubuntu-latest - needs: [ build ] steps: - uses: actions/checkout@v4 - name: Build an image From fba38d9a3d1f0f8f5d283cae9e128fe0f35744c6 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:03:46 +0200 Subject: [PATCH 38/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index f9545ff2e..b98102e39 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -75,4 +75,5 @@ jobs: docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly From 590f529ecce1f0c1b4e2efb4941e2f9902fde40b Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:19:46 +0200 Subject: [PATCH 39/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index b98102e39..61c417a64 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -10,7 +10,6 @@ permissions: read-all jobs: publish-docker-windows-2022: runs-on: windows-2022 - if: false steps: - uses: actions/checkout@v4 - name: Build an image @@ -66,7 +65,7 @@ jobs: docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" publish-docker-manifest: runs-on: ubuntu-latest - needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64 ] + needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-2022 ] steps: - uses: actions/checkout@v4 - name: Publish manifest @@ -74,6 +73,7 @@ jobs: VERSION="$(cat ./version.txt)-nightly" docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ - --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022 docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly From f56ea6b5697015c3363e9cb67126d5e88de638d8 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:20:16 +0200 Subject: [PATCH 40/78] Update nightlyrelease.yml --- .github/workflows/nightlyrelease.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nightlyrelease.yml b/.github/workflows/nightlyrelease.yml index 37c884439..6f4ccf634 100644 --- a/.github/workflows/nightlyrelease.yml +++ b/.github/workflows/nightlyrelease.yml @@ -1,5 +1,4 @@ -name: Nightly Release to PowerShell Gallery and Docker Hub - +name: Nightly Release to PowerShell Gallery on: workflow_dispatch: schedule: From a83755fc131019c7cd77e412d650c537ab0226da Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:23:30 +0200 Subject: [PATCH 41/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index 61c417a64..3310f8d06 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -20,7 +20,7 @@ jobs: run: | $VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64" publish-docker-arm32: runs-on: ubuntu-22.04 if: false @@ -71,9 +71,14 @@ jobs: - name: Publish manifest run: | VERSION="$(cat ./version.txt)-nightly" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:$VERSION \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64 + docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ - --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022 - docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly From 39bba26c25bdb10fbacd4de0b9c3fe223441eec1 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:32:33 +0200 Subject: [PATCH 42/78] Add files via upload --- docker/windows-x64.dockerfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docker/windows-x64.dockerfile diff --git a/docker/windows-x64.dockerfile b/docker/windows-x64.dockerfile new file mode 100644 index 000000000..8dad55ec9 --- /dev/null +++ b/docker/windows-x64.dockerfile @@ -0,0 +1,18 @@ +FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 + +ENV POWERSHELL_VERSION=7.5.2 + +# Download and install PowerShell 7 +RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/PowerShell-${POWERSHELL_VERSION}-win-x64.zip ` + && mkdir C:\pwsh ` + && tar -xf pwsh.zip -C C:\pwsh ` + && del pwsh.zip + +# Add PowerShell to PATH +ENV PATH="C:\\pwsh;${PATH}" + +# Install PnP PowerShell module +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AlowPrerelease -SkipPublisherCheck -Force -Scope AllUsers" + +# Start PowerShell +CMD ["pwsh"] From c03fc1aafc20cee964e69238187c03fc3f46d7ad Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:35:10 +0200 Subject: [PATCH 43/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index 3310f8d06..84a6cd47d 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -8,14 +8,14 @@ on: permissions: read-all jobs: - publish-docker-windows-2022: - runs-on: windows-2022 + publish-docker-windows-x64: + runs-on: windows-latest steps: - uses: actions/checkout@v4 - name: Build an image run: | $VERSION="$(cat ./version.txt)-nightly" - docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=lts-nanoserver-ltsc2022" --build-arg "INSTALL_USER=ContainerAdministrator" --build-arg "SKIP_PUBLISHER_CHECK=True" ./docker -f ./docker/pnppowershell.dockerFile --tag "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-lts-nanoserver-ltsc2022"; + docker build --platform windows/x64 ./docker -f ./docker/windows-x64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64 - name: Push the image run: | $VERSION="$(cat ./version.txt)-nightly" @@ -65,7 +65,7 @@ jobs: docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" publish-docker-manifest: runs-on: ubuntu-latest - needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-2022 ] + needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-x64 ] steps: - uses: actions/checkout@v4 - name: Publish manifest From 9aaed7b0e04dc59508a1df6d3420dfe4593ea22b Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:38:52 +0200 Subject: [PATCH 44/78] Update windows-x64.dockerfile --- docker/windows-x64.dockerfile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docker/windows-x64.dockerfile b/docker/windows-x64.dockerfile index 8dad55ec9..03307114f 100644 --- a/docker/windows-x64.dockerfile +++ b/docker/windows-x64.dockerfile @@ -3,10 +3,10 @@ FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 ENV POWERSHELL_VERSION=7.5.2 # Download and install PowerShell 7 -RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/PowerShell-${POWERSHELL_VERSION}-win-x64.zip ` - && mkdir C:\pwsh ` - && tar -xf pwsh.zip -C C:\pwsh ` - && del pwsh.zip +RUN powershell -Command ` + Invoke-WebRequest -Uri "https://github.com/PowerShell/PowerShell/releases/download/v$env:POWERSHELL_VERSION/PowerShell-$env:POWERSHELL_VERSION-win-x64.zip" -OutFile "pwsh.zip"; ` + Expand-Archive -Path "pwsh.zip" -DestinationPath "C:\pwsh"; ` + Remove-Item -Path "pwsh.zip" # Add PowerShell to PATH ENV PATH="C:\\pwsh;${PATH}" @@ -16,3 +16,4 @@ RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AlowPrerelease -SkipPubl # Start PowerShell CMD ["pwsh"] + From 52160292febaefe64cc5313d407c8837d2e05e76 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:47:25 +0200 Subject: [PATCH 45/78] Update and rename windows-x64.dockerfile to windows-amd64.dockerfile --- .../{windows-x64.dockerfile => windows-amd64.dockerfile} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename docker/{windows-x64.dockerfile => windows-amd64.dockerfile} (51%) diff --git a/docker/windows-x64.dockerfile b/docker/windows-amd64.dockerfile similarity index 51% rename from docker/windows-x64.dockerfile rename to docker/windows-amd64.dockerfile index 03307114f..3944228a4 100644 --- a/docker/windows-x64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -3,10 +3,10 @@ FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 ENV POWERSHELL_VERSION=7.5.2 # Download and install PowerShell 7 -RUN powershell -Command ` - Invoke-WebRequest -Uri "https://github.com/PowerShell/PowerShell/releases/download/v$env:POWERSHELL_VERSION/PowerShell-$env:POWERSHELL_VERSION-win-x64.zip" -OutFile "pwsh.zip"; ` - Expand-Archive -Path "pwsh.zip" -DestinationPath "C:\pwsh"; ` - Remove-Item -Path "pwsh.zip" +RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/PowerShell-${POWERSHELL_VERSION}-win-x64.zip +RUN mkdir C:\pwsh +RUN tar -xf pwsh.zip -C C:\pwsh +RUN del pwsh.zip # Add PowerShell to PATH ENV PATH="C:\\pwsh;${PATH}" @@ -16,4 +16,3 @@ RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AlowPrerelease -SkipPubl # Start PowerShell CMD ["pwsh"] - From a0cd70dc0e49f5a76f6b8532b679ab069ab55a21 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:48:18 +0200 Subject: [PATCH 46/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index 84a6cd47d..d0a24835d 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -8,19 +8,19 @@ on: permissions: read-all jobs: - publish-docker-windows-x64: + publish-docker-windows-amd64: runs-on: windows-latest steps: - uses: actions/checkout@v4 - name: Build an image run: | $VERSION="$(cat ./version.txt)-nightly" - docker build --platform windows/x64 ./docker -f ./docker/windows-x64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64 + docker build --platform windows/amd64 ./docker -f ./docker/windows-x64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 - name: Push the image run: | $VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64" publish-docker-arm32: runs-on: ubuntu-22.04 if: false @@ -65,7 +65,7 @@ jobs: docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" publish-docker-manifest: runs-on: ubuntu-latest - needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-x64 ] + needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-amd64 ] steps: - uses: actions/checkout@v4 - name: Publish manifest @@ -75,10 +75,10 @@ jobs: docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:$VERSION \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ - --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64 + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:nightly \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ - --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-x64 + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:nightly From 52df976307c1e4234b051f745dfa106f2d0b2ff2 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:52:53 +0200 Subject: [PATCH 47/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index d0a24835d..e68551603 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -15,7 +15,7 @@ jobs: - name: Build an image run: | $VERSION="$(cat ./version.txt)-nightly" - docker build --platform windows/amd64 ./docker -f ./docker/windows-x64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 + docker build --platform windows/amd64 ./docker -f ./docker/windows-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 - name: Push the image run: | $VERSION="$(cat ./version.txt)-nightly" From 3f9c01809a8f010c00e504b2016032c63df611e5 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:57:47 +0200 Subject: [PATCH 48/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index e68551603..0300c6465 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -9,7 +9,7 @@ permissions: read-all jobs: publish-docker-windows-amd64: - runs-on: windows-latest + runs-on: windows-2025 steps: - uses: actions/checkout@v4 - name: Build an image From 7803ce9cf6dbb5cce871209990148e65fce78500 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 02:59:27 +0200 Subject: [PATCH 49/78] Update windows-amd64.dockerfile --- docker/windows-amd64.dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker/windows-amd64.dockerfile b/docker/windows-amd64.dockerfile index 3944228a4..f7d5e0231 100644 --- a/docker/windows-amd64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -1,9 +1,7 @@ FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 -ENV POWERSHELL_VERSION=7.5.2 - # Download and install PowerShell 7 -RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v${POWERSHELL_VERSION}/PowerShell-${POWERSHELL_VERSION}-win-x64.zip +RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/PowerShell-7.5.2-win-x64.zip RUN mkdir C:\pwsh RUN tar -xf pwsh.zip -C C:\pwsh RUN del pwsh.zip @@ -16,3 +14,4 @@ RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AlowPrerelease -SkipPubl # Start PowerShell CMD ["pwsh"] + From c7772a6d2377d74b812fe941de84f5b63486ae5f Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 03:02:47 +0200 Subject: [PATCH 50/78] Update windows-amd64.dockerfile --- docker/windows-amd64.dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/windows-amd64.dockerfile b/docker/windows-amd64.dockerfile index f7d5e0231..fc172736f 100644 --- a/docker/windows-amd64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -1,8 +1,10 @@ FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 +RUN mkdir C:\pwsh +WORKDIR C:\pwsh + # Download and install PowerShell 7 RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/PowerShell-7.5.2-win-x64.zip -RUN mkdir C:\pwsh RUN tar -xf pwsh.zip -C C:\pwsh RUN del pwsh.zip @@ -15,3 +17,4 @@ RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AlowPrerelease -SkipPubl # Start PowerShell CMD ["pwsh"] + From abaeb1ccba5485776bcb0aae522eb21de85e94e6 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 03:03:45 +0200 Subject: [PATCH 51/78] Update windows-amd64.dockerfile --- docker/windows-amd64.dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/windows-amd64.dockerfile b/docker/windows-amd64.dockerfile index fc172736f..a2056c751 100644 --- a/docker/windows-amd64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 -RUN mkdir C:\pwsh -WORKDIR C:\pwsh +RUN mkdir C:\\pwsh +WORKDIR C:\\pwsh # Download and install PowerShell 7 RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/PowerShell-7.5.2-win-x64.zip @@ -18,3 +18,4 @@ RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AlowPrerelease -SkipPubl CMD ["pwsh"] + From 1a42f4dc18558fd4995895b40ebb8d67799edb69 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 03:05:01 +0200 Subject: [PATCH 52/78] Update windows-amd64.dockerfile --- docker/windows-amd64.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/windows-amd64.dockerfile b/docker/windows-amd64.dockerfile index a2056c751..600016131 100644 --- a/docker/windows-amd64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -12,10 +12,11 @@ RUN del pwsh.zip ENV PATH="C:\\pwsh;${PATH}" # Install PnP PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AlowPrerelease -SkipPublisherCheck -Force -Scope AllUsers" +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AllowPrerelease -SkipPublisherCheck -Force -Scope AllUsers" # Start PowerShell CMD ["pwsh"] + From 1f2342fcc2cec89e17058f0d4fbe14bea27e994e Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 03:08:11 +0200 Subject: [PATCH 53/78] Update windows-amd64.dockerfile --- docker/windows-amd64.dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/windows-amd64.dockerfile b/docker/windows-amd64.dockerfile index 600016131..68ae6aaf4 100644 --- a/docker/windows-amd64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -12,7 +12,7 @@ RUN del pwsh.zip ENV PATH="C:\\pwsh;${PATH}" # Install PnP PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AllowPrerelease -SkipPublisherCheck -Force -Scope AllUsers" +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AllowPrerelease -SkipPublisherCheck -Force -Scope CurrentUser" # Start PowerShell CMD ["pwsh"] @@ -20,3 +20,4 @@ CMD ["pwsh"] + From 879af28da39228e7c732cf05cfd7900cf1a61507 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Mon, 18 Aug 2025 03:09:01 +0200 Subject: [PATCH 54/78] Update publishdockerimage.yml --- .github/workflows/publishdockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/publishdockerimage.yml index 0300c6465..c03523a2b 100644 --- a/.github/workflows/publishdockerimage.yml +++ b/.github/workflows/publishdockerimage.yml @@ -21,7 +21,7 @@ jobs: $VERSION="$(cat ./version.txt)-nightly" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64" - publish-docker-arm32: + publish-docker-linux-arm32: runs-on: ubuntu-22.04 if: false steps: From 86ac38d9c5ab988c8d1e0977ab305f3980508adc Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Mon, 18 Aug 2025 03:08:53 +0000 Subject: [PATCH 55/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 10926 ++++++++-------- version.json | 2 +- version.txt | 2 +- 4 files changed, 5468 insertions(+), 5468 deletions(-) diff --git a/dependencies.json b/dependencies.json index 681408ccd..2f04ddee2 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250817-235220", + "Updated": "20250818-030709", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": "b0ac7c523f7b858c80899c6a43310c62483e4e59", - "PnPCore": "84e0481b3d1c743616a2bea5e67bcb811a70fa52" + "PnPFramework": "58b12a34abe6936b0232053d08064100430a4893", + "PnPCore": "e5e81d68d31c1ecf971746202fbc0a8b792865c5" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index d3d550a09..d583691c7 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -List \"Demo List\"", "Id": 1, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -List \"Demo List\"" }, { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)", "Id": 2, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Id": 3, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPAlert", - "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))", "Id": 4, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPAlert", + "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg", "Id": 5, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish", "Id": 6, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish", "Id": 7, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { - "CommandName": "Add-PnPApp", - "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment", "Id": 8, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPApp", + "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { - "CommandName": "Add-PnPApplicationCustomizer", - "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}", "Id": 9, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPApplicationCustomizer", + "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"", "Id": 10, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPAvailableSiteClassification", + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { - "CommandName": "Add-PnPAvailableSiteClassification", - "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"", "Id": 11, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPAvailableSiteClassification", + "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 12, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPAzureADGroupMember", + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 13, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPAzureADGroupMember", + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPAzureADGroupMember", - "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Id": 14, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPAzureADGroupMember", + "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 15, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 16, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPAzureADGroupOwner", - "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"", "Id": 17, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPAzureADGroupOwner", + "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph", "Id": 18, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", - "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"", "Id": 19, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { - "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf", "Id": 20, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPBrandCenterFont", + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { - "CommandName": "Add-PnPBrandCenterFont", - "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false", "Id": 21, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPBrandCenterFont", + "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { - "CommandName": "Add-PnPBrandCenterFontPackage", - "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"", "Id": 22, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPBrandCenterFontPackage", + "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct", "Id": 23, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"", "Id": 24, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"", "Id": 25, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Item\"", "Id": 26, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Item\"" }, { - "CommandName": "Add-PnPContentType", - "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB", "Id": 27, - "Rank": 5 + "Rank": 5, + "CommandName": "Add-PnPContentType", + "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"", "Id": 28, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { - "CommandName": "Add-PnPContentTypesFromContentTypeHub", - "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR", "Id": 29, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Id": 30, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "CommandName": "Add-PnPContentTypeToDocumentSet", - "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Id": 31, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPContentTypeToDocumentSet", + "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "CommandName": "Add-PnPContentTypeToList", - "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType", "Id": 32, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPContentTypeToList", + "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { - "CommandName": "Add-PnPCustomAction", - "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Id": 33, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPCustomAction", + "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'", "Id": 34, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { - "CommandName": "Add-PnPDataRowsToSiteTemplate", - "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity", "Id": 35, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { - "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"", "Id": 36, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPDocumentSet", + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { - "CommandName": "Add-PnPDocumentSet", - "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"", "Id": 37, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPDocumentSet", + "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous", "Id": 38, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous", "Id": 39, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site", "Id": 40, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { - "CommandName": "Add-PnPEventReceiver", - "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web", "Id": 41, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPEventReceiver", + "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"", "Id": 42, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"", "Id": 43, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"", "Id": 44, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"", "Id": 45, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"", "Id": 46, - "Rank": 5 + "Rank": 5, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { - "CommandName": "Add-PnPField", - "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"", "Id": 47, - "Rank": 6 + "Rank": 6, + "CommandName": "Add-PnPField", + "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { - "CommandName": "Add-PnPFieldToContentType", - "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Id": 48, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFieldToContentType", + "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"", "Id": 49, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"", "Id": 50, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}", "Id": 51, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}", "Id": 52, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}", "Id": 53, - "Rank": 5 + "Rank": 5, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}", "Id": 54, - "Rank": 6 + "Rank": 6, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"", "Id": 55, - "Rank": 7 + "Rank": 7, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { - "CommandName": "Add-PnPFile", - "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'", "Id": 56, - "Rank": 8 + "Rank": 8, + "CommandName": "Add-PnPFile", + "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Id": 57, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"", "Id": 58, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { - "CommandName": "Add-PnPFileAnonymousSharingLink", - "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)", "Id": 59, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFileAnonymousSharingLink", + "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Id": 60, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Add-PnPFileOrganizationalSharingLink", - "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit", "Id": 61, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Id": 62, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFileSensitivityLabel", + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "CommandName": "Add-PnPFileSensitivityLabel", - "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged", "Id": 63, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFileSensitivityLabel", + "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Id": 64, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFileSharingInvite", + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Id": 65, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFileSharingInvite", + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "CommandName": "Add-PnPFileSharingInvite", - "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Id": 66, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFileSharingInvite", + "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"", "Id": 67, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"", "Id": 68, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false", "Id": 69, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container", "Id": 70, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { - "CommandName": "Add-PnPFileToSiteTemplate", - "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"", "Id": 71, - "Rank": 5 + "Rank": 5, + "CommandName": "Add-PnPFileToSiteTemplate", + "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 72, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFileUserSharingLink", + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPFileUserSharingLink", - "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 73, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFileUserSharingLink", + "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit", "Id": 74, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView", "Id": 75, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare", "Id": 76, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { - "CommandName": "Add-PnPFlowOwner", - "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit", "Id": 77, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPFlowOwner", + "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Id": 78, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"", "Id": 79, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { - "CommandName": "Add-PnPFolder", - "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"", "Id": 80, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFolder", + "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 81, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"", "Id": 82, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { - "CommandName": "Add-PnPFolderAnonymousSharingLink", - "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)", "Id": 83, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 84, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Add-PnPFolderOrganizationalSharingLink", - "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit", "Id": 85, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn", "Id": 86, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFolderSharingInvite", + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner", "Id": 87, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFolderSharingInvite", + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { - "CommandName": "Add-PnPFolderSharingInvite", - "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)", "Id": 88, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPFolderSharingInvite", + "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 89, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPFolderUserSharingLink", + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPFolderUserSharingLink", - "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 90, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPFolderUserSharingLink", + "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Id": 91, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "CommandName": "Add-PnPGroupMember", - "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5", "Id": 92, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPGroupMember", + "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { - "CommandName": "Add-PnPHomeSite", - "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Id": 93, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPHomeSite", + "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "CommandName": "Add-PnPHtmlPublishingPageLayout", - "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Id": 94, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "CommandName": "Add-PnPHubSiteAssociation", - "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"", "Id": 95, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPHubSiteAssociation", + "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443", "Id": 96, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPHubToHubAssociation", + "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"", "Id": 97, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPHubToHubAssociation", + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { - "CommandName": "Add-PnPHubToHubAssociation", - "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"", "Id": 98, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPHubToHubAssociation", + "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site", "Id": 99, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { - "CommandName": "Add-PnPJavaScriptBlock", - "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''", "Id": 100, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPJavaScriptBlock", + "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { - "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site", "Id": 101, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPJavaScriptLink", + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { - "CommandName": "Add-PnPJavaScriptLink", - "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js", "Id": 102, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPJavaScriptLink", + "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { - "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"", "Id": 103, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPListDesign", + "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { - "CommandName": "Add-PnPListDesign", - "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"", "Id": 104, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPListDesign", + "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'", "Id": 105, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive", "Id": 106, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { - "CommandName": "Add-PnPListFoldersToSiteTemplate", - "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity", "Id": 107, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 108, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 109, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}", "Id": 110, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"", "Id": 111, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { - "CommandName": "Add-PnPListItem", - "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"", "Id": 112, - "Rank": 5 + "Rank": 5, + "CommandName": "Add-PnPListItem", + "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { - "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4", "Id": 113, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { - "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'", "Id": 114, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { - "CommandName": "Add-PnPListItemAttachment", - "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream", "Id": 115, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPListItemAttachment", + "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { - "CommandName": "Add-PnPListItemComment", - "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"", "Id": 116, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPListItemComment", + "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { - "CommandName": "Add-PnPMasterPage", - "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"", "Id": 117, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPMasterPage", + "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 118, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupMember", - "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 119, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupMember", + "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 120, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupOwner", - "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting", "Id": 121, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"", "Id": 122, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"", "Id": 123, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { - "CommandName": "Add-PnPMicrosoft365GroupToSite", - "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage", "Id": 124, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"", "Id": 125, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012", "Id": 126, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First", "Id": 127, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External", "Id": 128, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"", "Id": 129, - "Rank": 5 + "Rank": 5, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"", "Id": 130, - "Rank": 6 + "Rank": 6, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012", "Id": 131, - "Rank": 7 + "Rank": 7, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { - "CommandName": "Add-PnPNavigationNode", - "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab", "Id": 132, - "Rank": 8 + "Rank": 8, + "CommandName": "Add-PnPNavigationNode", + "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"", "Id": 133, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Id": 134, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "CommandName": "Add-PnPOrgAssetsLibrary", - "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private", "Id": 135, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPOrgAssetsLibrary", + "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { - "CommandName": "Add-PnPOrgNewsSite", - "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"", "Id": 136, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPOrgNewsSite", + "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\"", "Id": 137, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"", "Id": 138, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"", "Id": 139, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template", "Id": 140, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"Folder/NewPage\"", "Id": 141, - "Rank": 5 + "Rank": 5, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock", "Id": 142, - "Rank": 6 + "Rank": 6, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)", "Id": 143, - "Rank": 7 + "Rank": 7, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate", "Id": 144, - "Rank": 8 + "Rank": 8, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043", "Id": 145, - "Rank": 9 + "Rank": 9, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { - "CommandName": "Add-PnPPage", - "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035", "Id": 146, - "Rank": 10 + "Rank": 10, + "CommandName": "Add-PnPPage", + "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"", "Id": 147, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPageImageWebPart", + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { - "CommandName": "Add-PnPPageImageWebPart", - "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"", "Id": 148, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPageImageWebPart", + "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { - "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn", "Id": 149, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { - "CommandName": "Add-PnPPageSection", - "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10", "Id": 150, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPageSection", + "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { - "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"", "Id": 151, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { - "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"", "Id": 152, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { - "CommandName": "Add-PnPPageTextPart", - "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"", "Id": 153, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPPageTextPart", + "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap", "Id": 154, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"", "Id": 155, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { - "CommandName": "Add-PnPPageWebPart", - "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2", "Id": 156, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPPageWebPart", + "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { - "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"", "Id": 157, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { - "CommandName": "Add-PnPPlannerBucket", - "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"", "Id": 158, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPlannerBucket", + "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { - "CommandName": "Add-PnPPlannerRoster", - "Command": "Add-PnPPlannerRoster", "Id": 159, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPlannerRoster", + "Command": "Add-PnPPlannerRoster" }, { - "CommandName": "Add-PnPPlannerRosterMember", - "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Id": 160, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPlannerRosterMember", + "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Id": 161, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Id": 162, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "CommandName": "Add-PnPPlannerTask", - "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}", "Id": 163, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPPlannerTask", + "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { - "CommandName": "Add-PnPPublishingImageRendition", - "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Id": 164, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPublishingImageRendition", + "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'", "Id": 165, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPublishingPage", + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { - "CommandName": "Add-PnPPublishingPage", - "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'", "Id": 166, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPPublishingPage", + "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { - "CommandName": "Add-PnPPublishingPageLayout", - "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901", "Id": 167, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPPublishingPageLayout", + "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { - "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"", "Id": 168, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { - "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems", "Id": 169, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { - "CommandName": "Add-PnPRoleDefinition", - "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems", "Id": 170, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPRoleDefinition", + "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Id": 171, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Id": 172, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "CommandName": "Add-PnPSiteCollectionAdmin", - "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"", "Id": 173, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPSiteCollectionAdmin", + "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog", "Id": 174, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Command": "Add-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Add-PnPSiteCollectionAppCatalog", - "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Id": 175, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite", "Id": 176, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteDesign", + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { - "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png", "Id": 177, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPSiteDesign", + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { - "CommandName": "Add-PnPSiteDesign", - "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Id": 178, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPSiteDesign", + "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll", "Id": 179, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteDesignFromWeb", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Id": 180, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPSiteDesignFromWeb", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "CommandName": "Add-PnPSiteDesignFromWeb", - "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png", "Id": 181, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPSiteDesignFromWeb", + "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { - "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82", "Id": 182, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteDesignTask", + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "CommandName": "Add-PnPSiteDesignTask", - "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Id": 183, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPSiteDesignTask", + "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "CommandName": "Add-PnPSiteScript", - "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script", "Id": 184, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteScript", + "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { - "CommandName": "Add-PnPSiteScriptPackage", - "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"", "Id": 185, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteScriptPackage", + "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { - "CommandName": "Add-PnPSiteTemplate", - "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate", "Id": 186, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPSiteTemplate", + "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { - "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com", "Id": 187, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPStoredCredential", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { - "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Id": 188, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPStoredCredential", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "CommandName": "Add-PnPStoredCredential", - "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"", "Id": 189, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPStoredCredential", + "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { - "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"", "Id": 190, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTaxonomyField", + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { - "CommandName": "Add-PnPTaxonomyField", - "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"", "Id": 191, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPTaxonomyField", + "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true", "Id": 192, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"", "Id": 193, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com", "Id": 194, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { - "CommandName": "Add-PnPTeamsChannel", - "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com", "Id": 195, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPTeamsChannel", + "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner", "Id": 196, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnpTeamsChannelUser", + "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { - "CommandName": "Add-PnpTeamsChannelUser", - "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member", "Id": 197, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnpTeamsChannelUser", + "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"", "Id": 198, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"", "Id": 199, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"", "Id": 200, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { - "CommandName": "Add-PnPTeamsTab", - "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6", "Id": 201, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPTeamsTab", + "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { - "CommandName": "Add-PnPTeamsTeam", - "Command": "Add-PnPTeamsTeam", "Id": 202, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTeamsTeam", + "Command": "Add-PnPTeamsTeam" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Id": 203, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Id": 204, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member", "Id": 205, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { - "CommandName": "Add-PnPTeamsUser", - "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private", "Id": 206, - "Rank": 4 + "Rank": 4, + "CommandName": "Add-PnPTeamsUser", + "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { - "CommandName": "Add-PnPTenantCdnOrigin", - "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Id": 207, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTenantCdnOrigin", + "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Id": 208, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Id": 209, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", - "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Id": 210, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "CommandName": "Add-PnPTenantSequence", - "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence", "Id": 211, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTenantSequence", + "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { - "CommandName": "Add-PnPTenantSequenceSite", - "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence", "Id": 212, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTenantSequenceSite", + "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { - "CommandName": "Add-PnPTenantSequenceSubSite", - "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite", "Id": 213, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTenantSequenceSubSite", + "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { - "CommandName": "Add-PnPTermToTerm", - "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}", "Id": 214, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPTermToTerm", + "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { - "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"", "Id": 215, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { - "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100", "Id": 216, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { - "CommandName": "Add-PnPView", - "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"", "Id": 217, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPView", + "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Id": 218, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Id": 219, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "CommandName": "Add-PnPVivaConnectionsDashboardACE", - "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"", "Id": 220, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook", "Id": 221, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Id": 222, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "CommandName": "Add-PnPWebhookSubscription", - "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"", "Id": 223, - "Rank": 3 + "Rank": 3, + "CommandName": "Add-PnPWebhookSubscription", + "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1", "Id": 224, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPWebPartToWebPartPage", + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { - "CommandName": "Add-PnPWebPartToWebPartPage", - "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1", "Id": 225, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPWebPartToWebPartPage", + "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1", "Id": 226, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPWebPartToWikiPage", + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { - "CommandName": "Add-PnPWebPartToWikiPage", - "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1", "Id": 227, - "Rank": 2 + "Rank": 2, + "CommandName": "Add-PnPWebPartToWikiPage", + "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { - "CommandName": "Add-PnPWikiPage", - "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'", "Id": 228, - "Rank": 1 + "Rank": 1, + "CommandName": "Add-PnPWikiPage", + "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { - "CommandName": "Clear-PnPAzureADGroupMember", - "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"", "Id": 229, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPAzureADGroupMember", + "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnPAzureADGroupOwner", - "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"", "Id": 230, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPAzureADGroupOwner", + "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField", "Id": 231, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { - "CommandName": "Clear-PnPDefaultColumnValues", - "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A", "Id": 232, - "Rank": 2 + "Rank": 2, + "CommandName": "Clear-PnPDefaultColumnValues", + "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { - "CommandName": "Clear-PnPListItemAsRecord", - "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Id": 233, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPListItemAsRecord", + "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "CommandName": "Clear-PnPMicrosoft365GroupMember", - "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"", "Id": 234, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnPMicrosoft365GroupOwner", - "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"", "Id": 235, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Id": 236, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -Identity $item -Force", "Id": 237, - "Rank": 2 + "Rank": 2, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { - "CommandName": "Clear-PnpRecycleBinItem", - "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000", "Id": 238, - "Rank": 3 + "Rank": 3, + "CommandName": "Clear-PnpRecycleBinItem", + "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { - "CommandName": "Clear-PnPTenantAppCatalogUrl", - "Command": "Clear-PnPTenantAppCatalogUrl", "Id": 239, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Command": "Clear-PnPTenantAppCatalogUrl" }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 240, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Clear-PnPTenantRecycleBinItem", - "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Id": 241, - "Rank": 2 + "Rank": 2, + "CommandName": "Clear-PnPTenantRecycleBinItem", + "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "CommandName": "Clear-PnPTraceLog", - "Command": "Clear-PnPTraceLog", "Id": 242, - "Rank": 1 + "Rank": 1, + "CommandName": "Clear-PnPTraceLog", + "Command": "Clear-PnPTraceLog" }, { - "CommandName": "Connect-PnPOnline", - "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"", "Id": 243, - "Rank": 1 + "Rank": 1, + "CommandName": "Connect-PnPOnline", + "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream", "Id": 244, - "Rank": 1 + "Rank": 1, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"", "Id": 245, - "Rank": 2 + "Rank": 2, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"", "Id": 246, - "Rank": 3 + "Rank": 3, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force", "Id": 247, - "Rank": 4 + "Rank": 4, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"", "Id": 248, - "Rank": 5 + "Rank": 5, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"", "Id": 249, - "Rank": 6 + "Rank": 6, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { - "CommandName": "Convert-PnPFile", - "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"", "Id": 250, - "Rank": 7 + "Rank": 7, + "CommandName": "Convert-PnPFile", + "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp", "Id": 251, - "Rank": 1 + "Rank": 1, + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { - "CommandName": "Convert-PnPFolderToSiteTemplate", - "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp", "Id": 252, - "Rank": 2 + "Rank": 2, + "CommandName": "Convert-PnPFolderToSiteTemplate", + "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml", "Id": 253, - "Rank": 1 + "Rank": 1, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml", "Id": 254, - "Rank": 2 + "Rank": 2, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { - "CommandName": "Convert-PnPSiteTemplate", - "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512", "Id": 255, - "Rank": 3 + "Rank": 3, + "CommandName": "Convert-PnPSiteTemplate", + "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml", "Id": 256, - "Rank": 1 + "Rank": 1, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { - "CommandName": "Convert-PnPSiteTemplateToMarkdown", - "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md", "Id": 257, - "Rank": 2 + "Rank": 2, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite", "Id": 258, - "Rank": 1 + "Rank": 1, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml", "Id": 259, - "Rank": 2 + "Rank": 2, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner", "Id": 260, - "Rank": 3 + "Rank": 3, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata", "Id": 261, - "Rank": 4 + "Rank": 4, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 262, - "Rank": 5 + "Rank": 5, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target", "Id": 263, - "Rank": 6 + "Rank": 6, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite", "Id": 264, - "Rank": 7 + "Rank": 7, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite", "Id": 265, - "Rank": 8 + "Rank": 8, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 266, - "Rank": 9 + "Rank": 9, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite", "Id": 267, - "Rank": 10 + "Rank": 10, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush", "Id": 268, - "Rank": 11 + "Rank": 11, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 269, - "Rank": 12 + "Rank": 12, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"", "Id": 270, - "Rank": 13 + "Rank": 13, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { - "CommandName": "ConvertTo-PnPPage", - "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv", "Id": 271, - "Rank": 14 + "Rank": 14, + "CommandName": "ConvertTo-PnPPage", + "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 272, - "Rank": 1 + "Rank": 1, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Id": 273, - "Rank": 2 + "Rank": 2, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Id": 274, - "Rank": 3 + "Rank": 3, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 275, - "Rank": 4 + "Rank": 4, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Id": 276, - "Rank": 5 + "Rank": 5, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Id": 277, - "Rank": 6 + "Rank": 6, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Id": 278, - "Rank": 7 + "Rank": 7, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 279, - "Rank": 8 + "Rank": 8, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Id": 280, - "Rank": 9 + "Rank": 9, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFile", - "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Id": 281, - "Rank": 10 + "Rank": 10, + "CommandName": "Copy-PnPFile", + "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 282, - "Rank": 1 + "Rank": 1, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"", "Id": 283, - "Rank": 2 + "Rank": 2, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory", "Id": 284, - "Rank": 3 + "Rank": 3, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 285, - "Rank": 4 + "Rank": 4, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"", "Id": 286, - "Rank": 5 + "Rank": 5, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"", "Id": 287, - "Rank": 6 + "Rank": 6, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"", "Id": 288, - "Rank": 7 + "Rank": 7, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite", "Id": 289, - "Rank": 8 + "Rank": 8, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite", "Id": 290, - "Rank": 9 + "Rank": 9, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"", "Id": 291, - "Rank": 10 + "Rank": 10, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { - "CommandName": "Copy-PnPFolder", - "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite", "Id": 292, - "Rank": 11 + "Rank": 11, + "CommandName": "Copy-PnPFolder", + "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { - "CommandName": "Copy-PnPItemProxy", - "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"", "Id": 293, - "Rank": 1 + "Rank": 1, + "CommandName": "Copy-PnPItemProxy", + "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"", "Id": 294, - "Rank": 1 + "Rank": 1, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment", "Id": 295, - "Rank": 2 + "Rank": 2, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"", "Id": 296, - "Rank": 3 + "Rank": 3, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { - "CommandName": "Copy-PnPList", - "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\", "Id": 297, - "Rank": 4 + "Rank": 4, + "CommandName": "Copy-PnPList", + "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { - "CommandName": "Copy-PnPPage", - "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Id": 298, - "Rank": 1 + "Rank": 1, + "CommandName": "Copy-PnPPage", + "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members", "Id": 299, - "Rank": 1 + "Rank": 1, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"", "Id": 300, - "Rank": 2 + "Rank": 2, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Id": 301, - "Rank": 3 + "Rank": 3, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "CommandName": "Copy-PnPTeamsTeam", - "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public", "Id": 302, - "Rank": 4 + "Rank": 4, + "CommandName": "Copy-PnPTeamsTeam", + "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { - "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 303, - "Rank": 1 + "Rank": 1, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Id": 304, - "Rank": 2 + "Rank": 2, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "CommandName": "Disable-PnPFeature", - "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Id": 305, - "Rank": 3 + "Rank": 3, + "CommandName": "Disable-PnPFeature", + "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 306, - "Rank": 1 + "Rank": 1, + "CommandName": "Disable-PnPFlow", + "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Disable-PnPFlow", - "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 307, - "Rank": 2 + "Rank": 2, + "CommandName": "Disable-PnPFlow", + "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Disable-PnPPageScheduling", - "Command": "Disable-PnPPageScheduling", "Id": 308, - "Rank": 1 + "Rank": 1, + "CommandName": "Disable-PnPPageScheduling", + "Command": "Disable-PnPPageScheduling" }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry", "Id": 309, - "Rank": 1 + "Rank": 1, + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry" }, { - "CommandName": "Disable-PnPPowerShellTelemetry", - "Command": "Disable-PnPPowerShellTelemetry -Force", "Id": 310, - "Rank": 2 + "Rank": 2, + "CommandName": "Disable-PnPPowerShellTelemetry", + "Command": "Disable-PnPPowerShellTelemetry -Force" }, { - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", - "Command": "Disable-PnPSharingForNonOwnersOfSite", "Id": 311, - "Rank": 1 + "Rank": 1, + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { - "CommandName": "Disable-PnPSiteClassification", - "Command": "Disable-PnPSiteClassification", "Id": 312, - "Rank": 1 + "Rank": 1, + "CommandName": "Disable-PnPSiteClassification", + "Command": "Disable-PnPSiteClassification" }, { - "CommandName": "Disconnect-PnPOnline", - "Command": "Disconnect-PnPOnline", "Id": 313, - "Rank": 1 + "Rank": 1, + "CommandName": "Disconnect-PnPOnline", + "Command": "Disconnect-PnPOnline" }, { - "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite", "Id": 314, - "Rank": 1 + "Rank": 1, + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite" }, { - "CommandName": "Enable-PnPCommSite", - "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767", "Id": 315, - "Rank": 2 + "Rank": 2, + "CommandName": "Enable-PnPCommSite", + "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { - "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 316, - "Rank": 1 + "Rank": 1, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force", "Id": 317, - "Rank": 2 + "Rank": 2, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { - "CommandName": "Enable-PnPFeature", - "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web", "Id": 318, - "Rank": 3 + "Rank": 3, + "CommandName": "Enable-PnPFeature", + "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { - "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 319, - "Rank": 1 + "Rank": 1, + "CommandName": "Enable-PnPFlow", + "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Enable-PnPFlow", - "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 320, - "Rank": 2 + "Rank": 2, + "CommandName": "Enable-PnPFlow", + "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Enable-PnPPageScheduling", - "Command": "Enable-PnPPageScheduling", "Id": 321, - "Rank": 1 + "Rank": 1, + "CommandName": "Enable-PnPPageScheduling", + "Command": "Enable-PnPPageScheduling" }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry", "Id": 322, - "Rank": 1 + "Rank": 1, + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry" }, { - "CommandName": "Enable-PnPPowerShellTelemetry", - "Command": "Enable-PnPPowerShellTelemetry -Force", "Id": 323, - "Rank": 2 + "Rank": 2, + "CommandName": "Enable-PnPPowerShellTelemetry", + "Command": "Enable-PnPPowerShellTelemetry -Force" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"", "Id": 324, - "Rank": 1 + "Rank": 1, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"", "Id": 325, - "Rank": 2 + "Rank": 2, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2", "Id": 326, - "Rank": 3 + "Rank": 3, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { - "CommandName": "Enable-PnPPriviledgedIdentityManagement", - "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"", "Id": 327, - "Rank": 4 + "Rank": 4, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { - "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"", "Id": 328, - "Rank": 1 + "Rank": 1, + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { - "CommandName": "Enable-PnPSiteClassification", - "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp", "Id": 329, - "Rank": 2 + "Rank": 2, + "CommandName": "Enable-PnPSiteClassification", + "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 330, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPFlow", + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Export-PnPFlow", - "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 331, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPFlow", + "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"", "Id": 332, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { - "CommandName": "Export-PnPListToSiteTemplate", - "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"", "Id": 333, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPListToSiteTemplate", + "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { - "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity Home.aspx", "Id": 334, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPPage", + "Command": "Export-PnPPage -Identity Home.aspx" }, { - "CommandName": "Export-PnPPage", - "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp", "Id": 335, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPPage", + "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { - "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite", "Id": 336, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPPageMapping", + "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { - "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite", "Id": 337, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPPageMapping", + "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { - "CommandName": "Export-PnPPageMapping", - "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite", "Id": 338, - "Rank": 3 + "Rank": 3, + "CommandName": "Export-PnPPageMapping", + "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { - "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"", "Id": 339, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPPowerApp", + "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { - "CommandName": "Export-PnPPowerApp", - "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"", "Id": 340, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPPowerApp", + "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy", "Id": 341, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt", "Id": 342, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254", "Id": 343, - "Rank": 3 + "Rank": 3, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { - "CommandName": "Export-PnPTaxonomy", - "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044", "Id": 344, - "Rank": 4 + "Rank": 4, + "CommandName": "Export-PnPTaxonomy", + "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml", "Id": 345, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out output.xml", "Id": 346, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { - "CommandName": "Export-PnPTermGroupToXml", - "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"", "Id": 347, - "Rank": 3 + "Rank": 3, + "CommandName": "Export-PnPTermGroupToXml", + "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { - "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Id": 348, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPUserInfo", + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "CommandName": "Export-PnPUserInfo", - "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv", "Id": 349, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPUserInfo", + "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { - "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com", "Id": 350, - "Rank": 1 + "Rank": 1, + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { - "CommandName": "Export-PnPUserProfile", - "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv", "Id": 351, - "Rank": 2 + "Rank": 2, + "CommandName": "Export-PnPUserProfile", + "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Match *.master", "Id": 352, - "Rank": 1 + "Rank": 1, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Match *.master" }, { - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf", "Id": 353, - "Rank": 2 + "Rank": 2, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { - "CommandName": "Find-PnPFile", - "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx", "Id": 354, - "Rank": 3 + "Rank": 3, + "CommandName": "Find-PnPFile", + "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken", "Id": 355, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -Decoded", "Id": 356, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -Decoded" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint", "Id": 357, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceTypeName ARM", "Id": 358, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"", "Id": 359, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { - "CommandName": "Get-PnPAccessToken", - "Command": "Get-PnPAccessToken -ListPermissionScopes", "Id": 360, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPAccessToken", + "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert", "Id": 361, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\"", "Id": 362, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\"" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Id": 363, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -Title \"Demo Alert\"", "Id": 364, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -AllUsers", "Id": 365, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -AllUsers" }, { - "CommandName": "Get-PnPAlert", - "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers", "Id": 366, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPAlert", + "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp", "Id": 367, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp" }, { - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Scope Site", "Id": 368, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Scope Site" }, { - "CommandName": "Get-PnPApp", - "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Id": 369, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPApp", + "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b", "Id": 370, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { - "CommandName": "Get-PnPAppErrors", - "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()", "Id": 371, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAppErrors", + "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \"Excel Service\"", "Id": 372, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Id": 373, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "CommandName": "Get-PnPAppInfo", - "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name", "Id": 374, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAppInfo", + "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer", "Id": 375, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 376, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Get-PnPApplicationCustomizer", - "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web", "Id": 377, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPApplicationCustomizer", + "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { - "CommandName": "Get-PnPAuditing", - "Command": "Get-PnPAuditing", "Id": 378, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAuditing", + "Command": "Get-PnPAuditing" }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm", "Id": 379, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm" }, { - "CommandName": "Get-PnPAuthenticationRealm", - "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"", "Id": 380, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAuthenticationRealm", + "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { - "CommandName": "Get-PnPAvailableLanguage", - "Command": "Get-PnPAvailableLanguage", "Id": 381, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAvailableLanguage", + "Command": "Get-PnPAvailableLanguage" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel", "Id": 382, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com", "Id": 383, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { - "CommandName": "Get-PnPAvailableSensitivityLabel", - "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884", "Id": 384, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAvailableSensitivityLabel", + "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { - "CommandName": "Get-PnPAvailableSiteClassification", - "Command": "Get-PnPAvailableSiteClassification", "Id": 385, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAvailableSiteClassification", + "Command": "Get-PnPAvailableSiteClassification" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal", "Id": 386, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites", "Id": 387, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope Tenant", "Id": 388, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { - "CommandName": "Get-PnPAzureACSPrincipal", - "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites", "Id": 389, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAzureACSPrincipal", + "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit", "Id": 390, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"", "Id": 391, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", - "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"", "Id": 392, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn", "Id": 393, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"", "Id": 394, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { - "CommandName": "Get-PnPAzureADActivityReportSignIn", - "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"", "Id": 395, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp", "Id": 396, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity MyApp", "Id": 397, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity MyApp" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Id": 398, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "CommandName": "Get-PnPAzureADApp", - "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"", "Id": 399, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAzureADApp", + "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission", "Id": 400, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity MyApp", "Id": 401, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { - "CommandName": "Get-PnPAzureADAppPermission", - "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Id": 402, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADAppPermission", + "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission", "Id": 403, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects", "Id": 404, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1", "Id": 405, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"", "Id": 406, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { - "CommandName": "Get-PnPAzureADAppSitePermission", - "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"", "Id": 407, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPAzureADAppSitePermission", + "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup", "Id": 408, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupId", "Id": 409, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName", "Id": 410, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName", "Id": 411, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { - "CommandName": "Get-PnPAzureADGroup", - "Command": "Get-PnPAzureADGroup -Identity $group", "Id": 412, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPAzureADGroup", + "Command": "Get-PnPAzureADGroup -Identity $group" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $groupId", "Id": 413, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group", "Id": 414, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { - "CommandName": "Get-PnPAzureADGroupMember", - "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive", "Id": 415, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADGroupMember", + "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $groupId", "Id": 416, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { - "CommandName": "Get-PnPAzureADGroupOwner", - "Command": "Get-PnPAzureADGroupOwner -Identity $group", "Id": 417, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADGroupOwner", + "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal", "Id": 418, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e", "Id": 419, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec", "Id": 420, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"", "Id": 421, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { - "CommandName": "Get-PnPAzureADServicePrincipal", - "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"", "Id": 422, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPAzureADServicePrincipal", + "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Id": 423, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Id": 424, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Id": 425, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", - "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"", "Id": 426, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser", "Id": 427, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -EndIndex 50", "Id": 428, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -EndIndex 50" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Id": 429, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com", "Id": 430, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"", "Id": 431, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"", "Id": 432, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"", "Id": 433, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta", "Id": 434, - "Rank": 8 + "Rank": 8, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef", "Id": 435, - "Rank": 9 + "Rank": 9, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { - "CommandName": "Get-PnPAzureADUser", - "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20", "Id": 436, - "Rank": 10 + "Rank": 10, + "CommandName": "Get-PnPAzureADUser", + "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"", "Id": 437, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)", "Id": 438, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { - "CommandName": "Get-PnPAzureCertificate", - "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip", "Id": 439, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPAzureCertificate", + "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { - "CommandName": "Get-PnPBrandCenterConfig", - "Command": "Get-PnPBrandCenterConfig", "Id": 440, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPBrandCenterConfig", + "Command": "Get-PnPBrandCenterConfig" }, { - "CommandName": "Get-PnPBrandCenterFont", - "Command": "Get-PnPBrandCenterFont", "Id": 441, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPBrandCenterFont", + "Command": "Get-PnPBrandCenterFont" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage", "Id": 442, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Store Site", "Id": 443, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"", "Id": 444, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { - "CommandName": "Get-PnPBrandCenterFontPackage", - "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Id": 445, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPBrandCenterFontPackage", + "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "CommandName": "Get-PnPBrowserIdleSignout", - "Command": "Get-PnPBrowserIdleSignout", "Id": 446, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPBrowserIdleSignout", + "Command": "Get-PnPBrowserIdleSignout" }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase", "Id": 447, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", - "Command": "Get-PnPBuiltInDesignPackageVisibility", "Id": 448, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings", "Id": 449, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344", "Id": 450, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement", "Id": 451, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000", "Id": 452, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", - "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All", "Id": 453, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog", "Id": 454, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog" }, { - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Nightly", "Id": 455, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog -Nightly" }, { - "CommandName": "Get-PnPChangeLog", - "Command": "Get-PnPChangeLog -Version 2.12.0", "Id": 456, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPChangeLog", + "Command": "Get-PnPChangeLog -Version 2.12.0" }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'", "Id": 457, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { - "CommandName": "Get-PnPCompatibleHubContentTypes", - "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'", "Id": 458, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPCompatibleHubContentTypes", + "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { - "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996", "Id": 459, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPContainer", + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Id": 460, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPContainer", + "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "CommandName": "Get-PnPContainer", - "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Id": 461, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPContainer", + "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "CommandName": "Get-PnPContainerType", - "Command": "Get-PnPContainerType", "Id": 462, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPContainerType", + "Command": "Get-PnPContainerType" }, { - "CommandName": "Get-PnPContainerTypeConfiguration", - "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996", "Id": 463, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPContainerTypeConfiguration", + "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType", "Id": 464, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -InSiteHierarchy", "Id": 465, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -InSiteHierarchy" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Identity \"Project Document\"", "Id": 466, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -List \"Documents\"", "Id": 467, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -List \"Documents\"" }, { - "CommandName": "Get-PnPContentType", - "Command": "Get-PnPContentType -Includes \"SchemaXml\"", "Id": 468, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPContentType", + "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { - "CommandName": "Get-PnPContentTypePublishingStatus", - "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101", "Id": 469, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPContentTypePublishingStatus", + "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { - "CommandName": "Get-PnPCopilotAdminLimitedMode", - "Command": "Get-PnPCopilotAdminLimitedMode", "Id": 470, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPCopilotAdminLimitedMode", + "Command": "Get-PnPCopilotAdminLimitedMode" }, { - "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent", "Id": 471, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPCopilotAgent", + "Command": "Get-PnPCopilotAgent" }, { - "CommandName": "Get-PnPCopilotAgent", - "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent", "Id": 472, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPCopilotAgent", + "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction", "Id": 473, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction" }, { - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 474, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Get-PnPCustomAction", - "Command": "Get-PnPCustomAction -Scope web", "Id": 475, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPCustomAction", + "Command": "Get-PnPCustomAction -Scope web" }, { - "CommandName": "Get-PnPDeletedContainer", - "Command": "Get-PnPDeletedContainer", "Id": 476, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPDeletedContainer", + "Command": "Get-PnPDeletedContainer" }, { - "CommandName": "Get-PnPDeletedFlow", - "Command": "Get-PnPDeletedFlow", "Id": 477, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPDeletedFlow", + "Command": "Get-PnPDeletedFlow" }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group", "Id": 478, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group" }, { - "CommandName": "Get-PnPDeletedMicrosoft365Group", - "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Id": 479, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "CommandName": "Get-PnPDeletedTeam", - "Command": "Get-PnPDeletedTeam", "Id": 480, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPDeletedTeam", + "Command": "Get-PnPDeletedTeam" }, { - "CommandName": "Get-PnPDiagnostics", - "Command": "Get-PnPDiagnostics", "Id": 481, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPDiagnostics", + "Command": "Get-PnPDiagnostics" }, { - "CommandName": "Get-PnPDisableSpacesActivation", - "Command": "Get-PnPDisableSpacesActivation", "Id": 482, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPDisableSpacesActivation", + "Command": "Get-PnPDisableSpacesActivation" }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"", "Id": 483, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { - "CommandName": "Get-PnPDocumentSetTemplate", - "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"", "Id": 484, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPDocumentSetTemplate", + "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport", "Id": 485, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Command": "Get-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28", "Id": 486, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { - "CommandName": "Get-PnPEnterpriseAppInsightsReport", - "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download", "Id": 487, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver", "Id": 488, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 489, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Identity MyReceiver", "Id": 490, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\"", "Id": 491, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 492, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver", "Id": 493, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Site", "Id": 494, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Site" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope Web", "Id": 495, - "Rank": 8 + "Rank": 8, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope Web" }, { - "CommandName": "Get-PnPEventReceiver", - "Command": "Get-PnPEventReceiver -Scope All", "Id": 496, - "Rank": 9 + "Rank": 9, + "CommandName": "Get-PnPEventReceiver", + "Command": "Get-PnPEventReceiver -Scope All" }, { - "CommandName": "Get-PnPException", - "Command": "Get-PnPException", "Id": 497, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPException", + "Command": "Get-PnPException" }, { - "CommandName": "Get-PnPException", - "Command": "Get-PnPException -All", "Id": 498, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPException", + "Command": "Get-PnPException -All" }, { - "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 0 -PageSize 2", "Id": 499, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { - "CommandName": "Get-PnPExternalUser", - "Command": "Get-PnPExternalUser -Position 2 -PageSize 2", "Id": 500, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPExternalUser", + "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature", "Id": 501, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Scope Site", "Id": 502, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Scope Site" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 503, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Get-PnPFeature", - "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site", "Id": 504, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPFeature", + "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { - "CommandName": "Get-PnPField", - "Command": "Get-PnPField", "Id": 505, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField" }, { - "CommandName": "Get-PnPField", - "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Id": 506, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "CommandName": "Get-PnPField", - "Command": "Get-PnPField -Group \"Custom Columns\"", "Id": 507, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPField", + "Command": "Get-PnPField -Group \"Custom Columns\"" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"", "Id": 508, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"", "Id": 509, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile", "Id": 510, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString", "Id": 511, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject", "Id": 512, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem", "Id": 513, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile", "Id": 514, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { - "CommandName": "Get-PnPFile", - "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream", "Id": 515, - "Rank": 8 + "Rank": 8, + "CommandName": "Get-PnPFile", + "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"", "Id": 516, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileAnalyticsData", + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays", "Id": 517, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFileAnalyticsData", + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { - "CommandName": "Get-PnPFileAnalyticsData", - "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Id": 518, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFileAnalyticsData", + "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "CommandName": "Get-PnPFileCheckedOut", - "Command": "Get-PnPFileCheckedOut -List \"Documents\"", "Id": 519, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileCheckedOut", + "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder", "Id": 520, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Recurse", "Id": 521, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -Recurse" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"", "Id": 522, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Id": 523, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "CommandName": "Get-PnPFileInFolder", - "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Id": 524, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPFileInFolder", + "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "CommandName": "Get-PnPFileRetentionLabel", - "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Id": 525, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileRetentionLabel", + "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "CommandName": "Get-PnPFileSensitivityLabel", - "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"", "Id": 526, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileSensitivityLabel", + "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { - "CommandName": "Get-PnPFileSensitivityLabelInfo", - "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"", "Id": 527, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileSensitivityLabelInfo", + "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { - "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"", "Id": 528, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileSharingLink", + "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2", "Id": 529, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFileSharingLink", + "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { - "CommandName": "Get-PnPFileSharingLink", - "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000", "Id": 530, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFileSharingLink", + "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx", "Id": 531, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"", "Id": 532, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { - "CommandName": "Get-PnPFileVersion", - "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport", "Id": 533, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFileVersion", + "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { - "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -AsAdmin", "Id": 534, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -AsAdmin" }, { - "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -SharingStatus SharedWithMe", "Id": 535, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { - "CommandName": "Get-PnPFlow", - "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 536, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFlow", + "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Id": 537, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFlowOwner", + "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "CommandName": "Get-PnPFlowOwner", - "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30", "Id": 538, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFlowOwner", + "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { - "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 539, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFlowRun", + "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Get-PnPFlowRun", - "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Id": 540, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFlowRun", + "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder", "Id": 541, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -CurrentWebRootFolder", "Id": 542, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"Shared Documents\"", "Id": 543, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"", "Id": 544, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"", "Id": 545, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -List \"Shared Documents\"", "Id": 546, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolder", - "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem", "Id": 547, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPFolder", + "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder", "Id": 548, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Recurse", "Id": 549, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -Recurse" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"", "Id": 550, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders", "Id": 551, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"", "Id": 552, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { - "CommandName": "Get-PnPFolderInFolder", - "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse", "Id": 553, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPFolderInFolder", + "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem", "Id": 554, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Recurse", "Id": 555, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -Recurse" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"", "Id": 556, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"", "Id": 557, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder", "Id": 558, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { - "CommandName": "Get-PnPFolderItem", - "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive", "Id": 559, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPFolderItem", + "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { - "CommandName": "Get-PnPFolderSharingLink", - "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 560, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFolderSharingLink", + "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric", "Id": 561, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -List \"Documents\"", "Id": 562, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { - "CommandName": "Get-PnPFolderStorageMetric", - "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"", "Id": 563, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPFolderStorageMetric", + "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { - "CommandName": "Get-PnPFooter", - "Command": "Get-PnPFooter", "Id": 564, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPFooter", + "Command": "Get-PnPFooter" }, { - "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription", "Id": 565, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription" }, { - "CommandName": "Get-PnPGraphSubscription", - "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98", "Id": 566, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPGraphSubscription", + "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup", "Id": 567, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup" }, { - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -Identity 'My Site Users'", "Id": 568, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { - "CommandName": "Get-PnPGroup", - "Command": "Get-PnPGroup -AssociatedMemberGroup", "Id": 569, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPGroup", + "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { - "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"", "Id": 570, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { - "CommandName": "Get-PnPGroupMember", - "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"", "Id": 571, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPGroupMember", + "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { - "CommandName": "Get-PnPGroupPermissions", - "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'", "Id": 572, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPGroupPermissions", + "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { - "CommandName": "Get-PnPHideDefaultThemes", - "Command": "Get-PnPHideDefaultThemes", "Id": 573, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPHideDefaultThemes", + "Command": "Get-PnPHideDefaultThemes" }, { - "CommandName": "Get-PnPHomePage", - "Command": "Get-PnPHomePage", "Id": 574, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPHomePage", + "Command": "Get-PnPHomePage" }, { - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite", "Id": 575, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite" }, { - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled", "Id": 576, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { - "CommandName": "Get-PnPHomeSite", - "Command": "Get-PnPHomeSite -Detailed", "Id": 577, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPHomeSite", + "Command": "Get-PnPHomeSite -Detailed" }, { - "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite", "Id": 578, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite" }, { - "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Id": 579, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Get-PnPHubSite", - "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"", "Id": 580, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPHubSite", + "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { - "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild", "Id": 581, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild" }, { - "CommandName": "Get-PnPHubSiteChild", - "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"", "Id": 582, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPHubSiteChild", + "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Get-PnPInPlaceRecordsManagement", - "Command": "Get-PnPInPlaceRecordsManagement", "Id": 583, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPInPlaceRecordsManagement", + "Command": "Get-PnPInPlaceRecordsManagement" }, { - "CommandName": "Get-PnPIsSiteAliasAvailable", - "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"", "Id": 584, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPIsSiteAliasAvailable", + "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink", "Id": 585, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope All", "Id": 586, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope All" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Web", "Id": 587, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Web" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Scope Site", "Id": 588, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Scope Site" }, { - "CommandName": "Get-PnPJavaScriptLink", - "Command": "Get-PnPJavaScriptLink -Name Test", "Id": 589, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPJavaScriptLink", + "Command": "Get-PnPJavaScriptLink -Name Test" }, { - "CommandName": "Get-PnPKnowledgeHubSite", - "Command": "Get-PnPKnowledgeHubSite", "Id": 590, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPKnowledgeHubSite", + "Command": "Get-PnPKnowledgeHubSite" }, { - "CommandName": "Get-PnPLargeListOperationStatus", - "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481", "Id": 591, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPLargeListOperationStatus", + "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"", "Id": 592, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", + "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", - "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 593, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", + "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList", "Id": 594, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 595, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Identity Lists/Announcements", "Id": 596, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Identity Lists/Announcements" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}", "Id": 597, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { - "CommandName": "Get-PnPList", - "Command": "Get-PnPList -Includes HasUniqueRoleAssignments", "Id": 598, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPList", + "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign", "Id": 599, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign" }, { - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 600, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPListDesign", - "Command": "Get-PnPListDesign -Identity ListEvent", "Id": 601, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPListDesign", + "Command": "Get-PnPListDesign -Identity ListEvent" }, { - "CommandName": "Get-PnPListInformationRightsManagement", - "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"", "Id": 602, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListInformationRightsManagement", + "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks", "Id": 603, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1", "Id": 604, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3", "Id": 605, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"", "Id": 606, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Query \"\"", "Id": 607, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000", "Id": 608, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }", "Id": 609, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"", "Id": 610, - "Rank": 8 + "Rank": 8, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { - "CommandName": "Get-PnPListItem", - "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType", "Id": 611, - "Rank": 9 + "Rank": 9, + "CommandName": "Get-PnPListItem", + "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { - "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"", "Id": 612, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListItemAttachment", + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { - "CommandName": "Get-PnPListItemAttachment", - "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force", "Id": 613, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPListItemAttachment", + "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { - "CommandName": "Get-PnPListItemComment", - "Command": "Get-PnPListItemComment -List Tasks -Identity 1", "Id": 614, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListItemComment", + "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { - "CommandName": "Get-PnPListItemPermission", - "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1", "Id": 615, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListItemPermission", + "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { - "CommandName": "Get-PnPListItemVersion", - "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1", "Id": 616, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListItemVersion", + "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { - "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60", "Id": 617, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { - "CommandName": "Get-PnPListPermissions", - "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Id": 618, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPListPermissions", + "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "CommandName": "Get-PnPListRecordDeclaration", - "Command": "Get-PnPListRecordDeclaration -List \"Documents\"", "Id": 619, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPListRecordDeclaration", + "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { - "CommandName": "Get-PnPManagedAppId", - "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com", "Id": 620, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPManagedAppId", + "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { - "CommandName": "Get-PnPMasterPage", - "Command": "Get-PnPMasterPage", "Id": 621, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMasterPage", + "Command": "Get-PnPMasterPage" }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement", "Id": 622, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement" }, { - "CommandName": "Get-PnPMessageCenterAnnouncement", - "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"", "Id": 623, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMessageCenterAnnouncement", + "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup", "Id": 624, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", - "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93", "Id": 625, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group", "Id": 626, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupId", "Id": 627, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName", "Id": 628, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName", "Id": 629, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -Identity $group", "Id": 630, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { - "CommandName": "Get-PnPMicrosoft365Group", - "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl", "Id": 631, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPMicrosoft365Group", + "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint", "Id": 632, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"", "Id": 633, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", - "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Id": 634, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId", "Id": 635, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity $group", "Id": 636, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { - "CommandName": "Get-PnPMicrosoft365GroupMember", - "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest", "Id": 637, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupMember", + "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId", "Id": 638, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365GroupOwner", - "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group", "Id": 639, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings", "Id": 640, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId", "Id": 641, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId", "Id": 642, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettings", - "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId", "Id": 643, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates", "Id": 644, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", - "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"", "Id": 645, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam", "Id": 646, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"", "Id": 647, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupTeam", - "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Id": 648, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity", "Id": 649, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"", "Id": 650, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", - "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409", "Id": 651, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap", "Id": 652, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Command": "Get-PnPMicrosoft365Roadmap" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }", "Id": 653, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { - "CommandName": "Get-PnPMicrosoft365Roadmap", - "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }", "Id": 654, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPMicrosoft365Roadmap", + "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode", "Id": 655, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode" }, { - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location QuickLaunch", "Id": 656, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { - "CommandName": "Get-PnPNavigationNode", - "Command": "Get-PnPNavigationNode -Location TopNavigationBar", "Id": 657, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPNavigationNode", + "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { - "CommandName": "Get-PnPOrgAssetsLibrary", - "Command": "Get-PnPOrgAssetsLibrary", "Id": 658, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPOrgAssetsLibrary", + "Command": "Get-PnPOrgAssetsLibrary" }, { - "CommandName": "Get-PnPOrgNewsSite", - "Command": "Get-PnPOrgNewsSite", "Id": 659, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPOrgNewsSite", + "Command": "Get-PnPOrgNewsSite" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\"", "Id": 660, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"MyPage\"", "Id": 661, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"MyPage\"" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage \"Templates/MyPageTemplate\"", "Id": 662, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Id": 663, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "CommandName": "Get-PnPPage", - "Command": "Get-PnPPage", "Id": 664, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPPage", + "Command": "Get-PnPPage" }, { - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home", "Id": 665, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home" }, { - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 666, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Get-PnPPageComponent", - "Command": "Get-PnPPageComponent -Page Home -ListAvailable", "Id": 667, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPageComponent", + "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { - "CommandName": "Get-PnPPageCopyProgress", - "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012", "Id": 668, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPageCopyProgress", + "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"", "Id": 669, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPageLikedByInformation", + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation \"MyPage\"", "Id": 670, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPageLikedByInformation", + "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { - "CommandName": "Get-PnPPageLikedByInformation", - "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")", "Id": 671, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPageLikedByInformation", + "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { - "CommandName": "Get-PnPPageSchedulingEnabled", - "Command": "Get-PnPPageSchedulingEnabled", "Id": 672, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPageSchedulingEnabled", + "Command": "Get-PnPPageSchedulingEnabled" }, { - "CommandName": "Get-PnPPlannerBucket", - "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"", "Id": 673, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPlannerBucket", + "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "CommandName": "Get-PnPPlannerConfiguration", - "Command": "Get-PnPPlannerConfiguration", "Id": 674, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPlannerConfiguration", + "Command": "Get-PnPPlannerConfiguration" }, { - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\"", "Id": 675, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"", "Id": 676, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { - "CommandName": "Get-PnPPlannerPlan", - "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities", "Id": 677, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPlannerPlan", + "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { - "CommandName": "Get-PnPPlannerRosterMember", - "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Id": 678, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPlannerRosterMember", + "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"", "Id": 679, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { - "CommandName": "Get-PnPPlannerRosterPlan", - "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"", "Id": 680, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPlannerRosterPlan", + "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"", "Id": 681, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Id": 682, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "CommandName": "Get-PnPPlannerTask", - "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"", "Id": 683, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPlannerTask", + "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { - "CommandName": "Get-PnPPlannerUserPolicy", - "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Id": 684, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPlannerUserPolicy", + "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp", "Id": 685, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPowerApp", + "Command": "Get-PnPPowerApp" }, { - "CommandName": "Get-PnPPowerApp", - "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 686, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPowerApp", + "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Get-PnPPowerPlatformCustomConnector", - "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Id": 687, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPowerPlatformCustomConnector", + "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment", "Id": 688, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true", "Id": 689, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { - "CommandName": "Get-PnPPowerPlatformEnvironment", - "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"", "Id": 690, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPowerPlatformEnvironment", + "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")", "Id": 691, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPowerPlatformSolution", + "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { - "CommandName": "Get-PnPPowerPlatformSolution", - "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'", "Id": 692, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPowerPlatformSolution", + "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { - "CommandName": "Get-PnPPowerShellTelemetryEnabled", - "Command": "Get-PnPPowerShellTelemetryEnabled", "Id": 693, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Command": "Get-PnPPowerShellTelemetryEnabled" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Id": 694, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", - "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10", "Id": 695, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole", "Id": 696, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"", "Id": 697, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", - "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10", "Id": 698, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { - "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty", "Id": 699, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPProfileCardProperty", + "Command": "Get-PnPProfileCardProperty" }, { - "CommandName": "Get-PnPProfileCardProperty", - "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"", "Id": 700, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPProfileCardProperty", + "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag", "Id": 701, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Key MyKey", "Id": 702, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Key MyKey" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder", "Id": 703, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey", "Id": 704, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { - "CommandName": "Get-PnPPropertyBag", - "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey", "Id": 705, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPPropertyBag", + "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition", "Id": 706, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"", "Id": 707, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { - "CommandName": "Get-PnPPublishingImageRendition", - "Command": "Get-PnPPublishingImageRendition -Identity 2", "Id": 708, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPPublishingImageRendition", + "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem", "Id": 709, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2", "Id": 710, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -FirstStage", "Id": 711, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -FirstStage" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -SecondStage", "Id": 712, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -SecondStage" }, { - "CommandName": "Get-PnPRecycleBinItem", - "Command": "Get-PnPRecycleBinItem -RowLimit 10000", "Id": 713, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPRecycleBinItem", + "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { - "CommandName": "Get-PnPRequestAccessEmails", - "Command": "Get-PnPRequestAccessEmails", "Id": 714, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPRequestAccessEmails", + "Command": "Get-PnPRequestAccessEmails" }, { - "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel", "Id": 715, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPRetentionLabel", + "Command": "Get-PnPRetentionLabel" }, { - "CommandName": "Get-PnPRetentionLabel", - "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly", "Id": 716, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPRetentionLabel", + "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition", "Id": 717, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition" }, { - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition -Identity Read", "Id": 718, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition -Identity Read" }, { - "CommandName": "Get-PnPRoleDefinition", - "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }", "Id": 719, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPRoleDefinition", + "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration", "Id": 720, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site", "Id": 721, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription", "Id": 722, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Id": 723, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings", "Id": 724, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv", "Id": 725, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published", "Id": 726, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { - "CommandName": "Get-PnPSearchConfiguration", - "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false", "Id": 727, - "Rank": 8 + "Rank": 8, + "CommandName": "Get-PnPSearchConfiguration", + "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog", "Id": 728, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"", "Id": 729, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles", "Id": 730, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"", "Id": 731, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10", "Id": 732, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)", "Id": 733, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { - "CommandName": "Get-PnPSearchCrawlLog", - "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat", "Id": 734, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPSearchCrawlLog", + "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection", "Id": 735, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSearchExternalConnection", + "Command": "Get-PnPSearchExternalConnection" }, { - "CommandName": "Get-PnPSearchExternalConnection", - "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Id": 736, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSearchExternalConnection", + "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Id": 737, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSearchExternalItem", + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "CommandName": "Get-PnPSearchExternalItem", - "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"", "Id": 738, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSearchExternalItem", + "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { - "CommandName": "Get-PnPSearchExternalSchema", - "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"", "Id": 739, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSearchExternalSchema", + "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { - "CommandName": "Get-PnPSearchSettings", - "Command": "Get-PnPSearchSettings", "Id": 740, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSearchSettings", + "Command": "Get-PnPSearchSettings" }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth", "Id": 741, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth" }, { - "CommandName": "Get-PnPServiceCurrentHealth", - "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"", "Id": 742, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPServiceCurrentHealth", + "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue", "Id": 743, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue" }, { - "CommandName": "Get-PnPServiceHealthIssue", - "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"", "Id": 744, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPServiceHealthIssue", + "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { - "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn", "Id": 745, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn" }, { - "CommandName": "Get-PnPSharePointAddIn", - "Command": "Get-PnPSharePointAddIn -IncludeSubsites", "Id": 746, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSharePointAddIn", + "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { - "CommandName": "Get-PnPSharingForNonOwnersOfSite", - "Command": "Get-PnPSharingForNonOwnersOfSite", "Id": 747, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Command": "Get-PnPSharingForNonOwnersOfSite" }, { - "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite", "Id": 748, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite" }, { - "CommandName": "Get-PnPSite", - "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl", "Id": 749, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSite", + "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -All", "Id": 750, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -All" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -LastSevenDays", "Id": 751, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Id": 752, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "CommandName": "Get-PnPSiteAnalyticsData", - "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day", "Id": 753, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSiteAnalyticsData", + "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { - "CommandName": "Get-PnPSiteClosure", - "Command": "Get-PnPSiteClosure", "Id": 754, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteClosure", + "Command": "Get-PnPSiteClosure" }, { - "CommandName": "Get-PnPSiteCollectionAdmin", - "Command": "Get-PnPSiteCollectionAdmin", "Id": 755, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteCollectionAdmin", + "Command": "Get-PnPSiteCollectionAdmin" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog", "Id": 756, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite", "Id": 757, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { - "CommandName": "Get-PnPSiteCollectionAppCatalog", - "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites", "Id": 758, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { - "CommandName": "Get-PnPSiteCollectionTermStore", - "Command": "Get-PnPSiteCollectionTermStore", "Id": 759, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteCollectionTermStore", + "Command": "Get-PnPSiteCollectionTermStore" }, { - "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign", "Id": 760, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign" }, { - "CommandName": "Get-PnPSiteDesign", - "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 761, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteDesign", + "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPSiteDesignRights", - "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 762, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteDesignRights", + "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun", "Id": 763, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun" }, { - "CommandName": "Get-PnPSiteDesignRun", - "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"", "Id": 764, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteDesignRun", + "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82", "Id": 765, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask", "Id": 766, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask" }, { - "CommandName": "Get-PnPSiteDesignTask", - "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"", "Id": 767, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteDesignTask", + "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", - "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Id": 768, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", - "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 769, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", + "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup", "Id": 770, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Id": 771, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"", "Id": 772, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { - "CommandName": "Get-PnPSiteGroup", - "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"", "Id": 773, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSiteGroup", + "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy", "Id": 774, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy" }, { - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -AllAvailable", "Id": 775, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -AllAvailable" }, { - "CommandName": "Get-PnPSitePolicy", - "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"", "Id": 776, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSitePolicy", + "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript", "Id": 777, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript" }, { - "CommandName": "Get-PnPSiteScript", - "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 778, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteScript", + "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -List \"MyList\"", "Id": 779, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"", "Id": 780, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { - "CommandName": "Get-PnPSiteScriptFromList", - "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"", "Id": 781, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteScriptFromList", + "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAll", "Id": 782, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll", "Id": 783, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"", "Id": 784, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems", "Id": 785, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists", "Id": 786, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { - "CommandName": "Get-PnPSiteScriptFromWeb", - "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite", "Id": 787, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPSiteScriptFromWeb", + "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults", "Id": 788, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"", "Id": 789, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"", "Id": 790, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"", "Id": 791, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10", "Id": 792, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { - "CommandName": "Get-PnPSiteSearchQueryResults", - "Command": "Get-PnPSiteSearchQueryResults -All", "Id": 793, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPSiteSearchQueryResults", + "Command": "Get-PnPSiteSearchQueryResults -All" }, { - "CommandName": "Get-PnPSiteSensitivityLabel", - "Command": "Get-PnPSiteSensitivityLabel", "Id": 794, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteSensitivityLabel", + "Command": "Get-PnPSiteSensitivityLabel" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp", "Id": 795, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml", "Id": 796, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.xml" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.md", "Id": 797, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.md" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503", "Id": 798, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups", "Id": 799, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup", "Id": 800, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles", "Id": 801, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity", "Id": 802, - "Rank": 8 + "Rank": 8, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources", "Id": 803, - "Rank": 9 + "Rank": 9, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources", "Id": 804, - "Rank": 10 + "Rank": 10, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"", "Id": 805, - "Rank": 11 + "Rank": 11, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication", "Id": 806, - "Rank": 12 + "Rank": 12, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"", "Id": 807, - "Rank": 13 + "Rank": 13, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { - "CommandName": "Get-PnPSiteTemplate", - "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources", "Id": 808, - "Rank": 14 + "Rank": 14, + "CommandName": "Get-PnPSiteTemplate", + "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { - "CommandName": "Get-PnPSiteUserInvitations", - "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Id": 809, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteUserInvitations", + "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "CommandName": "Get-PnPSiteVersionPolicy", - "Command": "Get-PnPSiteVersionPolicy", "Id": 810, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteVersionPolicy", + "Command": "Get-PnPSiteVersionPolicy" }, { - "CommandName": "Get-PnPSiteVersionPolicyStatus", - "Command": "Get-PnPSiteVersionPolicyStatus", "Id": 811, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSiteVersionPolicyStatus", + "Command": "Get-PnPSiteVersionPolicyStatus" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity", "Id": 812, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey", "Id": 813, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Scope Site", "Id": 814, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Scope Site" }, { - "CommandName": "Get-PnPStorageEntity", - "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site", "Id": 815, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPStorageEntity", + "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { - "CommandName": "Get-PnPStoredCredential", - "Command": "Get-PnPStoredCredential -Name O365", "Id": 816, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPStoredCredential", + "Command": "Get-PnPStoredCredential -Name O365" }, { - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", - "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Id": 817, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "CommandName": "Get-PnPStructuralNavigationCacheWebState", - "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Id": 818, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb", "Id": 819, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse", "Id": 820, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description", "Id": 821, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse", "Id": 822, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { - "CommandName": "Get-PnPSubWeb", - "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb", "Id": 823, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPSubWeb", + "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel", "Id": 824, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel" }, { - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity 1", "Id": 825, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity 1" }, { - "CommandName": "Get-PnPSyntexModel", - "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"", "Id": 826, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPSyntexModel", + "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { - "CommandName": "Get-PnPSyntexModelPublication", - "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"", "Id": 827, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPSyntexModelPublication", + "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { - "CommandName": "Get-PnPTaxonomyItem", - "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"", "Id": 828, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTaxonomyItem", + "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp", "Id": 829, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp" }, { - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4", "Id": 830, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { - "CommandName": "Get-PnPTeamsApp", - "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"", "Id": 831, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTeamsApp", + "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8", "Id": 832, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"", "Id": 833, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Id": 834, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "CommandName": "Get-PnPTeamsChannel", - "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings", "Id": 835, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTeamsChannel", + "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"", "Id": 836, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { - "CommandName": "Get-PnPTeamsChannelFilesFolder", - "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"", "Id": 837, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"", "Id": 838, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { - "CommandName": "Get-PnPTeamsChannelMessage", - "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293", "Id": 839, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsChannelMessage", + "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted", "Id": 840, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { - "CommandName": "Get-PnPTeamsChannelMessageReply", - "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630", "Id": 841, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsChannelMessageReply", + "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"", "Id": 842, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member", "Id": 843, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com", "Id": 844, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { - "CommandName": "Get-PnPTeamsChannelUser", - "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Id": 845, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTeamsChannelUser", + "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e", "Id": 846, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { - "CommandName": "Get-PnPTeamsPrimaryChannel", - "Command": "Get-PnPTeamsPrimaryChannel -Team Sales", "Id": 847, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsPrimaryChannel", + "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype", "Id": 848, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"", "Id": 849, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25", "Id": 850, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"", "Id": 851, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { - "CommandName": "Get-PnPTeamsTab", - "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"", "Id": 852, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPTeamsTab", + "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { - "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Id": 853, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "CommandName": "Get-PnPTeamsTag", - "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Id": 854, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsTag", + "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam", "Id": 855, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"", "Id": 856, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"", "Id": 857, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"", "Id": 858, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"", "Id": 859, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { - "CommandName": "Get-PnPTeamsTeam", - "Command": "Get-PnPTeamsTeam -User \"user@company.com\"", "Id": 860, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPTeamsTeam", + "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam", "Id": 861, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner", "Id": 862, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member", "Id": 863, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { - "CommandName": "Get-PnPTeamsUser", - "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest", "Id": 864, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTeamsUser", + "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { - "CommandName": "Get-PnPTemporarilyDisableAppBar", - "Command": "Get-PnPTemporarilyDisableAppBar", "Id": 865, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Command": "Get-PnPTemporarilyDisableAppBar" }, { - "CommandName": "Get-PnPTenant", - "Command": "Get-PnPTenant", "Id": 866, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenant", + "Command": "Get-PnPTenant" }, { - "CommandName": "Get-PnPTenantAppCatalogUrl", - "Command": "Get-PnPTenantAppCatalogUrl", "Id": 867, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantAppCatalogUrl", + "Command": "Get-PnPTenantAppCatalogUrl" }, { - "CommandName": "Get-PnPTenantCdnEnabled", - "Command": "Get-PnPTenantCdnEnabled -CdnType Public", "Id": 868, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantCdnEnabled", + "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { - "CommandName": "Get-PnPTenantCdnOrigin", - "Command": "Get-PnPTenantCdnOrigin -CdnType Public", "Id": 869, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantCdnOrigin", + "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { - "CommandName": "Get-PnPTenantCdnPolicies", - "Command": "Get-PnPTenantCdnPolicies -CdnType Public", "Id": 870, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantCdnPolicies", + "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite", "Id": 871, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Detailed", "Id": 872, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -Detailed" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 873, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite", "Id": 874, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { - "CommandName": "Get-PnPTenantDeletedSite", - "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite", "Id": 875, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPTenantDeletedSite", + "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId", "Id": 876, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId contoso", "Id": 877, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId contoso" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com", "Id": 878, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { - "CommandName": "Get-PnPTenantId", - "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment", "Id": 879, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTenantId", + "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"", "Id": 880, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"", "Id": 881, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo", "Id": 882, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo" }, { - "CommandName": "Get-PnPTenantInfo", - "Command": "Get-PnPTenantInfo -CurrentTenant", "Id": 883, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTenantInfo", + "Command": "Get-PnPTenantInfo -CurrentTenant" }, { - "CommandName": "Get-PnPTenantInstance", - "Command": "Get-PnPTenantInstance", "Id": 884, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantInstance", + "Command": "Get-PnPTenantInstance" }, { - "CommandName": "Get-PnPTenantInternalSetting", - "Command": "Get-PnPTenantInternalSetting", "Id": 885, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantInternalSetting", + "Command": "Get-PnPTenantInternalSetting" }, { - "CommandName": "Get-PnPTenantPronounsSetting", - "Command": "Get-PnPTenantPronounsSetting", "Id": 886, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantPronounsSetting", + "Command": "Get-PnPTenantPronounsSetting" }, { - "CommandName": "Get-PnPTenantRecycleBinItem", - "Command": "Get-PnPTenantRecycleBinItem", "Id": 887, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantRecycleBinItem", + "Command": "Get-PnPTenantRecycleBinItem" }, { - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", - "Command": "Get-PnPTenantRestrictedSearchAllowedList", "Id": 888, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", + "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { - "CommandName": "Get-PnPTenantRestrictedSearchMode", - "Command": "Get-PnPTenantRestrictedSearchMode", "Id": 889, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchMode", + "Command": "Get-PnPTenantRestrictedSearchMode" }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel", "Id": 890, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantRetentionLabel", + "Command": "Get-PnPTenantRetentionLabel" }, { - "CommandName": "Get-PnPTenantRetentionLabel", - "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995", "Id": 891, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantRetentionLabel", + "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { - "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject", "Id": 892, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { - "CommandName": "Get-PnPTenantSequence", - "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"", "Id": 893, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantSequence", + "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence", "Id": 894, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { - "CommandName": "Get-PnPTenantSequenceSite", - "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e", "Id": 895, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantSequenceSite", + "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite", "Id": 896, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Detailed", "Id": 897, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Detailed" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites", "Id": 898, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"", "Id": 899, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"", "Id": 900, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a", "Id": 901, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0", "Id": 902, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"", "Id": 903, - "Rank": 8 + "Rank": 8, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { - "CommandName": "Get-PnPTenantSite", - "Command": "Get-PnPTenantSite -GroupIdDefined $true", "Id": 904, - "Rank": 9 + "Rank": 9, + "CommandName": "Get-PnPTenantSite", + "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { - "CommandName": "Get-PnPTenantSyncClientRestriction", - "Command": "Get-PnPTenantSyncClientRestriction", "Id": 905, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantSyncClientRestriction", + "Command": "Get-PnPTenantSyncClientRestriction" }, { - "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml", "Id": 906, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { - "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite", "Id": 907, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { - "CommandName": "Get-PnPTenantTemplate", - "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force", "Id": 908, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTenantTemplate", + "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme", "Id": 909, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme" }, { - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"", "Id": 910, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "CommandName": "Get-PnPTenantTheme", - "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson", "Id": 911, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTenantTheme", + "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 912, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 913, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 914, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive", "Id": 915, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { - "CommandName": "Get-PnPTerm", - "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated", "Id": 916, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPTerm", + "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup", "Id": 917, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup" }, { - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity \"Departments\"", "Id": 918, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { - "CommandName": "Get-PnPTermGroup", - "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d", "Id": 919, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTermGroup", + "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { - "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83", "Id": 920, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { - "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033", "Id": 921, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { - "CommandName": "Get-PnPTermLabel", - "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 922, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTermLabel", + "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -TermGroup \"Corporate\"", "Id": 923, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"", "Id": 924, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate", "Id": 925, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { - "CommandName": "Get-PnPTermSet", - "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"", "Id": 926, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTermSet", + "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { - "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme", "Id": 927, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme" }, { - "CommandName": "Get-PnPTheme", - "Command": "Get-PnPTheme -DetectCurrentComposedLook", "Id": 928, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTheme", + "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { - "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId", "Id": 929, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId" }, { - "CommandName": "Get-PnPTimeZoneId", - "Command": "Get-PnPTimeZoneId -Match Stockholm", "Id": 930, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTimeZoneId", + "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList", "Id": 931, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Id": 932, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com", "Id": 933, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList -User john@doe.com" }, { - "CommandName": "Get-PnPTodoList", - "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"", "Id": 934, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTodoList", + "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog", "Id": 935, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"", "Id": 936, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }", "Id": 937, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }", "Id": 938, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message", "Id": 939, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { - "CommandName": "Get-PnPTraceLog", - "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken", "Id": 940, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPTraceLog", + "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { - "CommandName": "Get-PnPUnfurlLink", - "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"", "Id": 941, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPUnfurlLink", + "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { - "CommandName": "Get-PnPUnifiedAuditLog", - "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)", "Id": 942, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPUnifiedAuditLog", + "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus", "Id": 943, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails", "Id": 944, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId ", "Id": 945, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId " }, { - "CommandName": "Get-PnPUPABulkImportStatus", - "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails", "Id": 946, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPUPABulkImportStatus", + "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser", "Id": 947, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity 23", "Id": 948, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity 23" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"", "Id": 949, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"", "Id": 950, - "Rank": 4 + "Rank": 4, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned", "Id": 951, - "Rank": 5 + "Rank": 5, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1", "Id": 952, - "Rank": 6 + "Rank": 6, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { - "CommandName": "Get-PnPUser", - "Command": "Get-PnPUser -WithRightsAssignedDetailed", "Id": 953, - "Rank": 7 + "Rank": 7, + "CommandName": "Get-PnPUser", + "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { - "CommandName": "Get-PnPUserOneDriveQuota", - "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'", "Id": 954, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPUserOneDriveQuota", + "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Id": 955, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPUserProfilePhoto", + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "CommandName": "Get-PnPUserProfilePhoto", - "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"", "Id": 956, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPUserProfilePhoto", + "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'", "Id": 957, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'", "Id": 958, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { - "CommandName": "Get-PnPUserProfileProperty", - "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'", "Id": 959, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPUserProfileProperty", + "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { - "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\"", "Id": 960, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\"" }, { - "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"", "Id": 961, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { - "CommandName": "Get-PnPView", - "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"", "Id": 962, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPView", + "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE", "Id": 963, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE" }, { - "CommandName": "Get-PnPVivaConnectionsDashboardACE", - "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Id": 964, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity", "Id": 965, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPVivaEngageCommunity", + "Command": "Get-PnPVivaEngageCommunity" }, { - "CommandName": "Get-PnPVivaEngageCommunity", - "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Id": 966, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPVivaEngageCommunity", + "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "CommandName": "Get-PnPWeb", - "Command": "Get-PnPWeb", "Id": 967, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWeb", + "Command": "Get-PnPWeb" }, { - "CommandName": "Get-PnPWebHeader", - "Command": "Get-PnPWebHeader", "Id": 968, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWebHeader", + "Command": "Get-PnPWebHeader" }, { - "CommandName": "Get-PnPWebhookSubscription", - "Command": "Get-PnPWebhookSubscription -List MyList", "Id": 969, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWebhookSubscription", + "Command": "Get-PnPWebhookSubscription -List MyList" }, { - "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"", "Id": 970, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWebPart", + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { - "CommandName": "Get-PnPWebPart", - "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 971, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPWebPart", + "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914", "Id": 972, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWebPartProperty", + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { - "CommandName": "Get-PnPWebPartProperty", - "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"", "Id": 973, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPWebPartProperty", + "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { - "CommandName": "Get-PnPWebPartXml", - "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 974, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWebPartXml", + "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60", "Id": 975, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWebPermission", + "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { - "CommandName": "Get-PnPWebPermission", - "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id", "Id": 976, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPWebPermission", + "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates", "Id": 977, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates" }, { - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -LCID 1033", "Id": 978, - "Rank": 2 + "Rank": 2, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -LCID 1033" }, { - "CommandName": "Get-PnPWebTemplates", - "Command": "Get-PnPWebTemplates -CompatibilityLevel 15", "Id": 979, - "Rank": 3 + "Rank": 3, + "CommandName": "Get-PnPWebTemplates", + "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { - "CommandName": "Get-PnPWikiPageContent", - "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'", "Id": 980, - "Rank": 1 + "Rank": 1, + "CommandName": "Get-PnPWikiPageContent", + "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read", "Id": 981, - "Rank": 1 + "Rank": 1, + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { - "CommandName": "Grant-PnPAzureADAppSitePermission", - "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects", "Id": 982, - "Rank": 2 + "Rank": 2, + "CommandName": "Grant-PnPAzureADAppSitePermission", + "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { - "CommandName": "Grant-PnPHubSiteRights", - "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 983, - "Rank": 1 + "Rank": 1, + "CommandName": "Grant-PnPHubSiteRights", + "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Grant-PnPSiteDesignRights", - "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 984, - "Rank": 1 + "Rank": 1, + "CommandName": "Grant-PnPSiteDesignRights", + "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Grant-PnPTenantServicePrincipalPermission", - "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Id": 985, - "Rank": 1 + "Rank": 1, + "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'", "Id": 986, - "Rank": 1 + "Rank": 1, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'", "Id": 987, - "Rank": 2 + "Rank": 2, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'", "Id": 988, - "Rank": 3 + "Rank": 3, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { - "CommandName": "Import-PnPTaxonomy", - "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt", "Id": 989, - "Rank": 4 + "Rank": 4, + "CommandName": "Import-PnPTaxonomy", + "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Xml $xml", "Id": 990, - "Rank": 1 + "Rank": 1, + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { - "CommandName": "Import-PnPTermGroupFromXml", - "Command": "Import-PnPTermGroupFromXml -Path input.xml", "Id": 991, - "Rank": 2 + "Rank": 2, + "CommandName": "Import-PnPTermGroupFromXml", + "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { - "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions", "Id": 992, - "Rank": 1 + "Rank": 1, + "CommandName": "Import-PnPTermSet", + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { - "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'", "Id": 993, - "Rank": 2 + "Rank": 2, + "CommandName": "Import-PnPTermSet", + "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { - "CommandName": "Import-PnPTermSet", - "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'", "Id": 994, - "Rank": 3 + "Rank": 3, + "CommandName": "Import-PnPTermSet", + "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { - "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 995, - "Rank": 1 + "Rank": 1, + "CommandName": "Install-PnPApp", + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Install-PnPApp", - "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 996, - "Rank": 2 + "Rank": 2, + "CommandName": "Install-PnPApp", + "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'", "Id": 997, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete", "Id": 998, - "Rank": 2 + "Rank": 2, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }", "Id": 999, - "Rank": 3 + "Rank": 3, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual", "Id": 1000, - "Rank": 4 + "Rank": 4, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users\"", "Id": 1001, - "Rank": 5 + "Rank": 5, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg", "Id": 1002, - "Rank": 6 + "Rank": 6, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { - "CommandName": "Invoke-PnPGraphMethod", - "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"", "Id": 1003, - "Rank": 7 + "Rank": 7, + "CommandName": "Invoke-PnPGraphMethod", + "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { - "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1004, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPListDesign", + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Invoke-PnPListDesign", - "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Id": 1005, - "Rank": 2 + "Rank": 2, + "CommandName": "Invoke-PnPListDesign", + "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "CommandName": "Invoke-PnPQuery", - "Command": "Invoke-PnPQuery -RetryCount 5", "Id": 1006, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPQuery", + "Command": "Invoke-PnPQuery -RetryCount 5" }, { - "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1007, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPSiteDesign", + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Invoke-PnPSiteDesign", - "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"", "Id": 1008, - "Rank": 2 + "Rank": 2, + "CommandName": "Invoke-PnPSiteDesign", + "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { - "CommandName": "Invoke-PnPSiteScript", - "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite", "Id": 1009, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPSiteScript", + "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Id": 1010, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPSiteSwap", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive", "Id": 1011, - "Rank": 2 + "Rank": 2, + "CommandName": "Invoke-PnPSiteSwap", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { - "CommandName": "Invoke-PnPSiteSwap", - "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection", "Id": 1012, - "Rank": 3 + "Rank": 3, + "CommandName": "Invoke-PnPSiteSwap", + "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename", "Id": 1013, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml", "Id": 1014, - "Rank": 2 + "Rank": 2, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources", "Id": 1015, - "Rank": 3 + "Rank": 3, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Id": 1016, - "Rank": 4 + "Rank": 4, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity", "Id": 1017, - "Rank": 5 + "Rank": 5, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path template.pnp", "Id": 1018, - "Rank": 6 + "Rank": 6, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"", "Id": 1019, - "Rank": 7 + "Rank": 7, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -InputInstance $template", "Id": 1020, - "Rank": 8 + "Rank": 8, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { - "CommandName": "Invoke-PnPSiteTemplate", - "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"", "Id": 1021, - "Rank": 9 + "Rank": 9, + "CommandName": "Invoke-PnPSiteTemplate", + "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { - "CommandName": "Invoke-PnPSPRestMethod", - "Command": "Invoke-PnPSPRestMethod -Url /_api/web", "Id": 1022, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPSPRestMethod", + "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp", "Id": 1023, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"", "Id": 1024, - "Rank": 2 + "Rank": 2, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { - "CommandName": "Invoke-PnPTenantTemplate", - "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}", "Id": 1025, - "Rank": 3 + "Rank": 3, + "CommandName": "Invoke-PnPTenantTemplate", + "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { - "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}", "Id": 1026, - "Rank": 1 + "Rank": 1, + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { - "CommandName": "Invoke-PnPWebAction", - "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}", "Id": 1027, - "Rank": 2 + "Rank": 2, + "CommandName": "Invoke-PnPWebAction", + "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { - "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\"", "Id": 1028, - "Rank": 1 + "Rank": 1, + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\"" }, { - "CommandName": "Measure-PnPList", - "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel", "Id": 1029, - "Rank": 2 + "Rank": 2, + "CommandName": "Measure-PnPList", + "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { - "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb", "Id": 1030, - "Rank": 1 + "Rank": 1, + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb" }, { - "CommandName": "Measure-PnPWeb", - "Command": "Measure-PnPWeb $web -Recursive", "Id": 1031, - "Rank": 2 + "Rank": 2, + "CommandName": "Measure-PnPWeb", + "Command": "Measure-PnPWeb $web -Recursive" }, { - "CommandName": "Merge-PnPTerm", - "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b", "Id": 1032, - "Rank": 1 + "Rank": 1, + "CommandName": "Merge-PnPTerm", + "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"", "Id": 1033, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite", "Id": 1034, - "Rank": 2 + "Rank": 2, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Id": 1035, - "Rank": 3 + "Rank": 3, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "CommandName": "Move-PnPFile", - "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination", "Id": 1036, - "Rank": 4 + "Rank": 4, + "CommandName": "Move-PnPFile", + "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { - "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'", "Id": 1037, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { - "CommandName": "Move-PnPFolder", - "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'", "Id": 1038, - "Rank": 2 + "Rank": 2, + "CommandName": "Move-PnPFolder", + "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { - "CommandName": "Move-PnPListItemToRecycleBin", - "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force", "Id": 1039, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnPListItemToRecycleBin", + "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { - "CommandName": "Move-PnPPage", - "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"", "Id": 1040, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnPPage", + "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1", "Id": 1041, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2", "Id": 1042, - "Rank": 2 + "Rank": 2, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2", "Id": 1043, - "Rank": 3 + "Rank": 3, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { - "CommandName": "Move-PnPPageComponent", - "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2", "Id": 1044, - "Rank": 4 + "Rank": 4, + "CommandName": "Move-PnPPageComponent", + "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem", "Id": 1045, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125", "Id": 1046, - "Rank": 2 + "Rank": 2, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { - "CommandName": "Move-PnpRecycleBinItem", - "Command": "Move-PnPRecycleBinItem -Force", "Id": 1047, - "Rank": 3 + "Rank": 3, + "CommandName": "Move-PnpRecycleBinItem", + "Command": "Move-PnPRecycleBinItem -Force" }, { - "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf", "Id": 1048, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnPTerm", + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { - "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"", "Id": 1049, - "Rank": 2 + "Rank": 2, + "CommandName": "Move-PnPTerm", + "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { - "CommandName": "Move-PnPTerm", - "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm", "Id": 1050, - "Rank": 3 + "Rank": 3, + "CommandName": "Move-PnPTerm", + "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { - "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd", "Id": 1051, - "Rank": 1 + "Rank": 1, + "CommandName": "Move-PnPTermSet", + "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { - "CommandName": "Move-PnPTermSet", - "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"", "Id": 1052, - "Rank": 2 + "Rank": 2, + "CommandName": "Move-PnPTermSet", + "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { - "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname", "Id": 1053, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers", "Id": 1054, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { - "CommandName": "New-PnPAzureADGroup", - "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled", "Id": 1055, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPAzureADGroup", + "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com", "Id": 1056, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true", "Id": 1057, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", - "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true", "Id": 1058, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer", "Id": 1059, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30", "Id": 1060, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)", "Id": 1061, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { - "CommandName": "New-PnPAzureCertificate", - "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null", "Id": 1062, - "Rank": 4 + "Rank": 4, + "CommandName": "New-PnPAzureCertificate", + "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { - "CommandName": "New-PnPContainerType", - "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"", "Id": 1063, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPContainerType", + "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { - "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()", "Id": 1064, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPGraphSubscription", + "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "CommandName": "New-PnPGraphSubscription", - "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()", "Id": 1065, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPGraphSubscription", + "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { - "CommandName": "New-PnPGroup", - "Command": "New-PnPGroup -Title \"My Site Users\"", "Id": 1066, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPGroup", + "Command": "New-PnPGroup -Title \"My Site Users\"" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360", "Id": 1067, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Id": 1068, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic", "Id": 1069, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", - "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Id": 1070, - "Rank": 4 + "Rank": 4, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", - "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 1071, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", + "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title Announcements -Template Announcements", "Id": 1072, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title Announcements -Template Announcements" }, { - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements", "Id": 1073, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { - "CommandName": "New-PnPList", - "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden", "Id": 1074, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPList", + "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname", "Id": 1075, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"", "Id": 1076, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate", "Id": 1077, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate", "Id": 1078, - "Rank": 4 + "Rank": 4, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Id": 1079, - "Rank": 5 + "Rank": 5, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Id": 1080, - "Rank": 6 + "Rank": 6, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "CommandName": "New-PnPMicrosoft365Group", - "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"", "Id": 1081, - "Rank": 7 + "Rank": 7, + "CommandName": "New-PnPMicrosoft365Group", + "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}", "Id": 1082, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { - "CommandName": "New-PnPMicrosoft365GroupSettings", - "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}", "Id": 1083, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPMicrosoft365GroupSettings", + "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { - "CommandName": "New-PnPPersonalSite", - "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')", "Id": 1084, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPPersonalSite", + "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { - "CommandName": "New-PnPPlannerPlan", - "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"", "Id": 1085, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPPlannerPlan", + "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { - "CommandName": "New-PnpProfileCardProperty", - "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"", "Id": 1086, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnpProfileCardProperty", + "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { - "CommandName": "New-PnPSdnProvider", - "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"", "Id": 1087, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSdnProvider", + "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { - "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"", "Id": 1088, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSearchExternalConnection", + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { - "CommandName": "New-PnPSearchExternalConnection", - "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Id": 1089, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPSearchExternalConnection", + "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Id": 1090, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase", "Id": 1091, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Id": 1092, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Id": 1093, - "Rank": 4 + "Rank": 4, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Id": 1094, - "Rank": 5 + "Rank": 5, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Id": 1095, - "Rank": 6 + "Rank": 6, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso", "Id": 1096, - "Rank": 7 + "Rank": 7, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic", "Id": 1097, - "Rank": 8 + "Rank": 8, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040", "Id": 1098, - "Rank": 9 + "Rank": 9, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site", "Id": 1099, - "Rank": 10 + "Rank": 10, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso", "Id": 1100, - "Rank": 11 + "Rank": 11, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac", "Id": 1101, - "Rank": 12 + "Rank": 12, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"", "Id": 1102, - "Rank": 13 + "Rank": 13, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled", "Id": 1103, - "Rank": 14 + "Rank": 14, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040", "Id": 1104, - "Rank": 15 + "Rank": 15, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"", "Id": 1105, - "Rank": 16 + "Rank": 16, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { - "CommandName": "New-PnPSite", - "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled", "Id": 1106, - "Rank": 17 + "Rank": 17, + "CommandName": "New-PnPSite", + "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { - "CommandName": "New-PnPSiteCollectionTermStore", - "Command": "New-PnPSiteCollectionTermStore", "Id": 1107, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSiteCollectionTermStore", + "Command": "New-PnPSiteCollectionTermStore" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360", "Id": 1108, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force", "Id": 1109, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic", "Id": 1110, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", - "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10", "Id": 1111, - "Rank": 4 + "Rank": 4, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", - "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"", "Id": 1112, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", + "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { - "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"", "Id": 1113, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSiteGroup", + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { - "CommandName": "New-PnPSiteGroup", - "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"", "Id": 1114, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPSiteGroup", + "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml", "Id": 1115, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp", "Id": 1116, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js", "Id": 1117, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"", "Id": 1118, - "Rank": 4 + "Rank": 4, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"", "Id": 1119, - "Rank": 5 + "Rank": 5, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1120, - "Rank": 6 + "Rank": 6, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp", "Id": 1121, - "Rank": 7 + "Rank": 7, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { - "CommandName": "New-PnPSiteTemplateFromFolder", - "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp", "Id": 1122, - "Rank": 8 + "Rank": 8, + "CommandName": "New-PnPSiteTemplateFromFolder", + "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { - "CommandName": "New-PnPTeamsApp", - "Command": "New-PnPTeamsApp -Path c:\\myapp.zip", "Id": 1123, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTeamsApp", + "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false", "Id": 1124, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -GroupId $groupId", "Id": 1125, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled", "Id": 1126, - "Rank": 3 + "Rank": 3, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook", "Id": 1127, - "Rank": 4 + "Rank": 4, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"", "Id": 1128, - "Rank": 5 + "Rank": 5, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { - "CommandName": "New-PnPTeamsTeam", - "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Id": 1129, - "Rank": 6 + "Rank": 6, + "CommandName": "New-PnPTeamsTeam", + "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0", "Id": 1130, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTenantSite", + "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "CommandName": "New-PnPTenantSite", - "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0", "Id": 1131, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPTenantSite", + "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { - "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"", "Id": 1132, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { - "CommandName": "New-PnPTerm", - "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Id": 1133, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPTerm", + "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\"", "Id": 1134, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTermGroup", + "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { - "CommandName": "New-PnPTermGroup", - "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Id": 1135, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPTermGroup", + "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "CommandName": "New-PnPTermLabel", - "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")", "Id": 1136, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTermLabel", + "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { - "CommandName": "New-PnPTermSet", - "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"", "Id": 1137, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTermSet", + "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { - "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -DisplayName \"Travel items\"", "Id": 1138, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPTodoList", + "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { - "CommandName": "New-PnPTodoList", - "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"", "Id": 1139, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPTodoList", + "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { - "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}", "Id": 1140, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPUPABulkImportJob", + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { - "CommandName": "New-PnPUPABulkImportJob", - "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose", "Id": 1141, - "Rank": 2 + "Rank": 2, + "CommandName": "New-PnPUPABulkImportJob", + "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { - "CommandName": "New-PnPUser", - "Command": "New-PnPUser -LoginName user@company.com", "Id": 1142, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPUser", + "Command": "New-PnPUser -LoginName user@company.com" }, { - "CommandName": "New-PnPVivaEngageCommunity", - "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public", "Id": 1143, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPVivaEngageCommunity", + "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { - "CommandName": "New-PnPWeb", - "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"", "Id": 1144, - "Rank": 1 + "Rank": 1, + "CommandName": "New-PnPWeb", + "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { - "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f", "Id": 1145, - "Rank": 1 + "Rank": 1, + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { - "CommandName": "Publish-PnPApp", - "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site", "Id": 1146, - "Rank": 2 + "Rank": 2, + "CommandName": "Publish-PnPApp", + "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { - "CommandName": "Publish-PnPContentType", - "Command": "Publish-PnPContentType -ContentType 0x0101", "Id": 1147, - "Rank": 1 + "Rank": 1, + "CommandName": "Publish-PnPContentType", + "Command": "Publish-PnPContentType -ContentType 0x0101" }, { - "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Id": 1148, - "Rank": 1 + "Rank": 1, + "CommandName": "Publish-PnPSyntexModel", + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "CommandName": "Publish-PnPSyntexModel", - "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Id": 1149, - "Rank": 2 + "Rank": 2, + "CommandName": "Publish-PnPSyntexModel", + "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp", "Id": 1150, - "Rank": 1 + "Rank": 1, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions", "Id": 1151, - "Rank": 2 + "Rank": 2, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { - "CommandName": "Read-PnPSiteTemplate", - "Command": "Read-PnPSiteTemplate -Xml $xml", "Id": 1152, - "Rank": 3 + "Rank": 3, + "CommandName": "Read-PnPSiteTemplate", + "Command": "Read-PnPSiteTemplate -Xml $xml" }, { - "CommandName": "Read-PnPTenantTemplate", - "Command": "Read-PnPTenantTemplate -Path template.pnp", "Id": 1153, - "Rank": 1 + "Rank": 1, + "CommandName": "Read-PnPTenantTemplate", + "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { - "CommandName": "Register-PnPAppCatalogSite", - "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4", "Id": 1154, - "Rank": 1 + "Rank": 1, + "CommandName": "Register-PnPAppCatalogSite", + "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser", "Id": 1155, - "Rank": 1 + "Rank": 1, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1156, - "Rank": 2 + "Rank": 2, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"", "Id": 1157, - "Rank": 3 + "Rank": 3, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1158, - "Rank": 4 + "Rank": 4, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1159, - "Rank": 5 + "Rank": 5, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)", "Id": 1160, - "Rank": 6 + "Rank": 6, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png", "Id": 1161, - "Rank": 7 + "Rank": 7, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { - "CommandName": "Register-PnPAzureADApp", - "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"", "Id": 1162, - "Rank": 8 + "Rank": 8, + "CommandName": "Register-PnPAzureADApp", + "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com", "Id": 1163, - "Rank": 1 + "Rank": 1, + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", - "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"", "Id": 1164, - "Rank": 2 + "Rank": 2, + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { - "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Id": 1165, - "Rank": 1 + "Rank": 1, + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Register-PnPHubSite", - "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"", "Id": 1166, - "Rank": 2 + "Rank": 2, + "CommandName": "Register-PnPHubSite", + "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey", "Id": 1167, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { - "CommandName": "Remove-PnPAdaptiveScopeProperty", - "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force", "Id": 1168, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { - "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7", "Id": 1169, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAlert", + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { - "CommandName": "Remove-PnPAlert", - "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"", "Id": 1170, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPAlert", + "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1171, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Remove-PnPApp", - "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1172, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPApp", + "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 1173, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Remove-PnPApplicationCustomizer", - "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Id": 1174, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPApplicationCustomizer", + "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"", "Id": 1175, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { - "CommandName": "Remove-PnPAvailableSiteClassification", - "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Id": 1176, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPAvailableSiteClassification", + "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity MyApp", "Id": 1177, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { - "CommandName": "Remove-PnPAzureADApp", - "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e", "Id": 1178, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPAzureADApp", + "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { - "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $groupId", "Id": 1179, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { - "CommandName": "Remove-PnPAzureADGroup", - "Command": "Remove-PnPAzureADGroup -Identity $group", "Id": 1180, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPAzureADGroup", + "Command": "Remove-PnPAzureADGroup -Identity $group" }, { - "CommandName": "Remove-PnPAzureADGroupMember", - "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1181, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupMember", + "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPAzureADGroupOwner", - "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1182, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupOwner", + "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"", "Id": 1183, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"", "Id": 1184, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933", "Id": 1185, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", - "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"", "Id": 1186, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { - "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com", "Id": 1187, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPAzureADUser", + "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { - "CommandName": "Remove-PnPAzureADUser", - "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea", "Id": 1188, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPAzureADUser", + "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { - "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Id": 1189, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPContainer", + "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "CommandName": "Remove-PnPContainer", - "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"", "Id": 1190, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPContainer", + "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { - "CommandName": "Remove-PnPContainerType", - "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6", "Id": 1191, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPContainerType", + "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { - "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\"", "Id": 1192, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { - "CommandName": "Remove-PnPContentType", - "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force", "Id": 1193, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPContentType", + "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"", "Id": 1194, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { - "CommandName": "Remove-PnPContentTypeFromDocumentSet", - "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B", "Id": 1195, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { - "CommandName": "Remove-PnPContentTypeFromList", - "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"", "Id": 1196, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPContentTypeFromList", + "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { - "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 1197, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web", "Id": 1198, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { - "CommandName": "Remove-PnPCustomAction", - "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force", "Id": 1199, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPCustomAction", + "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { - "CommandName": "Remove-PnPDeletedMicrosoft365Group", - "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Id": 1200, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 1201, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22", "Id": 1202, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver", "Id": 1203, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -List ProjectList", "Id": 1204, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -List ProjectList" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver", "Id": 1205, - "Rank": 5 + "Rank": 5, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Site", "Id": 1206, - "Rank": 6 + "Rank": 6, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Site" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope Web", "Id": 1207, - "Rank": 7 + "Rank": 7, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope Web" }, { - "CommandName": "Remove-PnPEventReceiver", - "Command": "Remove-PnPEventReceiver -Scope All", "Id": 1208, - "Rank": 8 + "Rank": 8, + "CommandName": "Remove-PnPEventReceiver", + "Command": "Remove-PnPEventReceiver -Scope All" }, { - "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -Identity \"Speakers\"", "Id": 1209, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -Identity \"Speakers\"" }, { - "CommandName": "Remove-PnPField", - "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"", "Id": 1210, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPField", + "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"", "Id": 1211, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { - "CommandName": "Remove-PnPFieldFromContentType", - "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren", "Id": 1212, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFieldFromContentType", + "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { - "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor", "Id": 1213, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { - "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor", "Id": 1214, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { - "CommandName": "Remove-PnPFile", - "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle", "Id": 1215, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPFile", + "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { - "CommandName": "Remove-PnPFileFromSiteTemplate", - "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath", "Id": 1216, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFileFromSiteTemplate", + "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { - "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"", "Id": 1217, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFileSharingLink", + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { - "CommandName": "Remove-PnPFileSharingLink", - "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force", "Id": 1218, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFileSharingLink", + "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { - "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Id": 1219, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Id": 1220, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "CommandName": "Remove-PnPFileVersion", - "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All", "Id": 1221, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPFileVersion", + "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { - "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 1222, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFlow", + "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Remove-PnPFlow", - "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound", "Id": 1223, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFlow", + "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com", "Id": 1224, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04", "Id": 1225, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin", "Id": 1226, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { - "CommandName": "Remove-PnPFlowOwner", - "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force", "Id": 1227, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPFlowOwner", + "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { - "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage", "Id": 1228, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { - "CommandName": "Remove-PnPFolder", - "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle", "Id": 1229, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFolder", + "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"", "Id": 1230, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPFolderSharingLink", + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { - "CommandName": "Remove-PnPFolderSharingLink", - "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force", "Id": 1231, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPFolderSharingLink", + "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { - "CommandName": "Remove-PnPGraphSubscription", - "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da", "Id": 1232, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPGraphSubscription", + "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { - "CommandName": "Remove-PnPGroup", - "Command": "Remove-PnPGroup -Identity \"My Users\"", "Id": 1233, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPGroup", + "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { - "CommandName": "Remove-PnPGroupMember", - "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'", "Id": 1234, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPGroupMember", + "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { - "CommandName": "Remove-PnPHomeSite", - "Command": "Remove-PnPHomeSite", "Id": 1235, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPHomeSite", + "Command": "Remove-PnPHomeSite" }, { - "CommandName": "Remove-PnPHubSiteAssociation", - "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"", "Id": 1236, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPHubSiteAssociation", + "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15", "Id": 1237, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { - "CommandName": "Remove-PnPHubToHubAssociation", - "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"", "Id": 1238, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPHubToHubAssociation", + "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { - "CommandName": "Remove-PnPIndexedProperty", - "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"", "Id": 1239, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPIndexedProperty", + "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery", "Id": 1240, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site", "Id": 1241, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false", "Id": 1242, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Scope Site", "Id": 1243, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { - "CommandName": "Remove-PnPJavaScriptLink", - "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All", "Id": 1244, - "Rank": 5 + "Rank": 5, + "CommandName": "Remove-PnPJavaScriptLink", + "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { - "CommandName": "Remove-PnPKnowledgeHubSite", - "Command": "Remove-PnPKnowledgeHubSite", "Id": 1245, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPKnowledgeHubSite", + "Command": "Remove-PnPKnowledgeHubSite" }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"", "Id": 1246, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", - "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force", "Id": 1247, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements", "Id": 1248, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Force", "Id": 1249, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Force" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle", "Id": 1250, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { - "CommandName": "Remove-PnPList", - "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList", "Id": 1251, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPList", + "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { - "CommandName": "Remove-PnPListDesign", - "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1252, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPListDesign", + "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force", "Id": 1253, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { - "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle", "Id": 1254, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { - "CommandName": "Remove-PnPListItem", - "Command": "Remove-PnPListItem -List \"Demo List\"", "Id": 1255, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPListItem", + "Command": "Remove-PnPListItem -List \"Demo List\"" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt", "Id": 1256, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle", "Id": 1257, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force", "Id": 1258, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force", "Id": 1259, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { - "CommandName": "Remove-PnPListItemAttachment", - "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All", "Id": 1260, - "Rank": 5 + "Rank": 5, + "CommandName": "Remove-PnPListItemAttachment", + "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force", "Id": 1261, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"", "Id": 1262, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force", "Id": 1263, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { - "CommandName": "Remove-PnPListItemComment", - "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All", "Id": 1264, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPListItemComment", + "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { - "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Id": 1265, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPListItemVersion", + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "CommandName": "Remove-PnPListItemVersion", - "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Id": 1266, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPListItemVersion", + "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "CommandName": "Remove-PnPManagedAppId", - "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"", "Id": 1267, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPManagedAppId", + "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $groupId", "Id": 1268, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { - "CommandName": "Remove-PnPMicrosoft365Group", - "Command": "Remove-PnPMicrosoft365Group -Identity $group", "Id": 1269, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365Group", + "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { - "CommandName": "Remove-PnPMicrosoft365GroupMember", - "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1270, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupOwner", - "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"", "Id": 1271, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", - "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"", "Id": 1272, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", + "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"", "Id": 1273, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { - "CommandName": "Remove-PnPMicrosoft365GroupSettings", - "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId", "Id": 1274, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Identity 1032", "Id": 1275, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Identity 1032" }, { - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch", "Id": 1276, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { - "CommandName": "Remove-PnPNavigationNode", - "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force", "Id": 1277, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPNavigationNode", + "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"", "Id": 1278, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true", "Id": 1279, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { - "CommandName": "Remove-PnPOrgAssetsLibrary", - "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private", "Id": 1280, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPOrgAssetsLibrary", + "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { - "CommandName": "Remove-PnPOrgNewsSite", - "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"", "Id": 1281, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPOrgNewsSite", + "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\"", "Id": 1282, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"", "Id": 1283, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage $page", "Id": 1284, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage $page" }, { - "CommandName": "Remove-PnPPage", - "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle", "Id": 1285, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPPage", + "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { - "CommandName": "Remove-PnPPageComponent", - "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 1286, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPageComponent", + "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Remove-PnPPlannerBucket", - "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"", "Id": 1287, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPlannerBucket", + "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { - "CommandName": "Remove-PnPPlannerPlan", - "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"", "Id": 1288, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPlannerPlan", + "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { - "CommandName": "Remove-PnPPlannerRoster", - "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"", "Id": 1289, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPlannerRoster", + "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { - "CommandName": "Remove-PnPPlannerRosterMember", - "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"", "Id": 1290, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPlannerRosterMember", + "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPPlannerTask", - "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk", "Id": 1291, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPlannerTask", + "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { - "CommandName": "Remove-PnPProfileCardProperty", - "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1", "Id": 1292, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPProfileCardProperty", + "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey", "Id": 1293, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder", "Id": 1294, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { - "CommandName": "Remove-PnPPropertyBagValue", - "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /", "Id": 1295, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPPropertyBagValue", + "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { - "CommandName": "Remove-PnPPublishingImageRendition", - "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600", "Id": 1296, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPPublishingImageRendition", + "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { - "CommandName": "Remove-PnPRoleDefinition", - "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition", "Id": 1297, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPRoleDefinition", + "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { - "CommandName": "Remove-PnPSdnProvider", - "Command": "Remove-PnPSdnProvider -Confirm:false", "Id": 1298, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSdnProvider", + "Command": "Remove-PnPSdnProvider -Confirm:false" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config", "Id": 1299, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site", "Id": 1300, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Id": 1301, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "CommandName": "Remove-PnPSearchConfiguration", - "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Id": 1302, - "Rank": 4 + "Rank": 4, + "CommandName": "Remove-PnPSearchConfiguration", + "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "CommandName": "Remove-PnPSearchExternalConnection", - "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"", "Id": 1303, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSearchExternalConnection", + "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { - "CommandName": "Remove-PnPSearchExternalItem", - "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"", "Id": 1304, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSearchExternalItem", + "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"", "Id": 1305, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPSiteCollectionAdmin", - "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Id": 1306, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPSiteCollectionAdmin", + "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "CommandName": "Remove-PnPSiteCollectionAppCatalog", - "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"", "Id": 1307, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { - "CommandName": "Remove-PnPSiteCollectionTermStore", - "Command": "Remove-PnPSiteCollectionTermStore", "Id": 1308, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionTermStore", + "Command": "Remove-PnPSiteCollectionTermStore" }, { - "CommandName": "Remove-PnPSiteDesign", - "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1309, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteDesign", + "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPSiteDesignTask", - "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1310, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteDesignTask", + "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob", "Id": 1311, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", - "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force", "Id": 1312, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { - "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"", "Id": 1313, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "CommandName": "Remove-PnPSiteGroup", - "Command": "Remove-PnPSiteGroup -Identity GroupToRemove", "Id": 1314, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPSiteGroup", + "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { - "CommandName": "Remove-PnPSiteScript", - "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd", "Id": 1315, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteScript", + "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { - "CommandName": "Remove-PnPSiteUserInvitations", - "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com", "Id": 1316, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPSiteUserInvitations", + "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { - "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey", "Id": 1317, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey" }, { - "CommandName": "Remove-PnPStorageEntity", - "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site", "Id": 1318, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPStorageEntity", + "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { - "CommandName": "Remove-PnPStoredCredential", - "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"", "Id": 1319, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPStoredCredential", + "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"", "Id": 1320, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { - "CommandName": "Remove-PnPTaxonomyItem", - "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force", "Id": 1321, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTaxonomyItem", + "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { - "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b", "Id": 1322, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { - "CommandName": "Remove-PnPTeamsApp", - "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"", "Id": 1323, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTeamsApp", + "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { - "CommandName": "Remove-PnPTeamsChannel", - "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"", "Id": 1324, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTeamsChannel", + "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==", "Id": 1325, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000", "Id": 1326, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { - "CommandName": "Remove-PnPTeamsChannelUser", - "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force", "Id": 1327, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPTeamsChannelUser", + "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { - "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki", "Id": 1328, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { - "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki", "Id": 1329, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { - "CommandName": "Remove-PnPTeamsTab", - "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852", "Id": 1330, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPTeamsTab", + "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { - "CommandName": "Remove-PnPTeamsTag", - "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"", "Id": 1331, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTeamsTag", + "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { - "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5", "Id": 1332, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { - "CommandName": "Remove-PnPTeamsTeam", - "Command": "Remove-PnPTeamsTeam -Identity testteam", "Id": 1333, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTeamsTeam", + "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { - "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com", "Id": 1334, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { - "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Id": 1335, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "CommandName": "Remove-PnPTeamsUser", - "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"", "Id": 1336, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPTeamsUser", + "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { - "CommandName": "Remove-PnPTenantCdnOrigin", - "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public", "Id": 1337, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTenantCdnOrigin", + "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1338, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Remove-PnPTenantDeletedSite", - "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Id": 1339, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTenantDeletedSite", + "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader", "Id": 1340, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"", "Id": 1341, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", - "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")", "Id": 1342, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { - "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1343, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin", "Id": 1344, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { - "CommandName": "Remove-PnPTenantSite", - "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin", "Id": 1345, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPTenantSite", + "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { - "CommandName": "Remove-PnPTenantSyncClientRestriction", - "Command": "Remove-PnPTenantSyncClientRestriction", "Id": 1346, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Command": "Remove-PnPTenantSyncClientRestriction" }, { - "CommandName": "Remove-PnPTenantTheme", - "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"", "Id": 1347, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTenantTheme", + "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { - "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Id": 1348, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "CommandName": "Remove-PnPTerm", - "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 1349, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTerm", + "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380", "Id": 1350, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"Corporate\"", "Id": 1351, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { - "CommandName": "Remove-PnPTermGroup", - "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force", "Id": 1352, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPTermGroup", + "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { - "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62", "Id": 1353, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTermLabel", + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { - "CommandName": "Remove-PnPTermLabel", - "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"", "Id": 1354, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTermLabel", + "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { - "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"", "Id": 1355, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPTodoList", + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { - "CommandName": "Remove-PnPTodoList", - "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com", "Id": 1356, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPTodoList", + "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity 23", "Id": 1357, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity 23" }, { - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com", "Id": 1358, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { - "CommandName": "Remove-PnPUser", - "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false", "Id": 1359, - "Rank": 3 + "Rank": 3, + "CommandName": "Remove-PnPUser", + "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { - "CommandName": "Remove-PnPUserInfo", - "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"", "Id": 1360, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPUserInfo", + "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { - "CommandName": "Remove-PnPUserProfile", - "Command": "Remove-PnPUserProfile -LoginName user@domain.com", "Id": 1361, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPUserProfile", + "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { - "CommandName": "Remove-PnPUserProfilePhoto", - "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"", "Id": 1362, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPUserProfilePhoto", + "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { - "CommandName": "Remove-PnPView", - "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"", "Id": 1363, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPView", + "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", - "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"", "Id": 1364, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { - "CommandName": "Remove-PnPVivaEngageCommunity", - "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"", "Id": 1365, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPVivaEngageCommunity", + "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { - "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity projectA", "Id": 1366, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity projectA" }, { - "CommandName": "Remove-PnPWeb", - "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0", "Id": 1367, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPWeb", + "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { - "CommandName": "Remove-PnPWebhookSubscription", - "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6", "Id": 1368, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPWebhookSubscription", + "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { - "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82", "Id": 1369, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPWebPart", + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { - "CommandName": "Remove-PnPWebPart", - "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart", "Id": 1370, - "Rank": 2 + "Rank": 2, + "CommandName": "Remove-PnPWebPart", + "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { - "CommandName": "Remove-PnPWikiPage", - "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'", "Id": 1371, - "Rank": 1 + "Rank": 1, + "CommandName": "Remove-PnPWikiPage", + "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { - "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx", "Id": 1372, - "Rank": 1 + "Rank": 1, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { - "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx", "Id": 1373, - "Rank": 2 + "Rank": 2, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { - "CommandName": "Rename-PnPFile", - "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists", "Id": 1374, - "Rank": 3 + "Rank": 3, + "CommandName": "Rename-PnPFile", + "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { - "CommandName": "Rename-PnPFolder", - "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'", "Id": 1375, - "Rank": 1 + "Rank": 1, + "CommandName": "Rename-PnPFolder", + "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { - "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Id": 1376, - "Rank": 1 + "Rank": 1, + "CommandName": "Repair-PnPSite", + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "CommandName": "Repair-PnPSite", - "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Id": 1377, - "Rank": 2 + "Rank": 2, + "CommandName": "Repair-PnPSite", + "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")", "Id": 1378, - "Rank": 1 + "Rank": 1, + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { - "CommandName": "Request-PnPPersonalSite", - "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"", "Id": 1379, - "Rank": 2 + "Rank": 2, + "CommandName": "Request-PnPPersonalSite", + "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { - "CommandName": "Request-PnPReIndexList", - "Command": "Request-PnPReIndexList -Identity \"Demo List\"", "Id": 1380, - "Rank": 1 + "Rank": 1, + "CommandName": "Request-PnPReIndexList", + "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { - "CommandName": "Request-PnPReIndexWeb", - "Command": "Request-PnPReIndexWeb", "Id": 1381, - "Rank": 1 + "Rank": 1, + "CommandName": "Request-PnPReIndexWeb", + "Command": "Request-PnPReIndexWeb" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"", "Id": 1382, - "Rank": 1 + "Rank": 1, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"", "Id": 1383, - "Rank": 2 + "Rank": 2, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { - "CommandName": "Request-PnPSyntexClassifyAndExtract", - "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")", "Id": 1384, - "Rank": 3 + "Rank": 3, + "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { - "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"", "Id": 1385, - "Rank": 1 + "Rank": 1, + "CommandName": "Reset-PnPDocumentId", + "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { - "CommandName": "Reset-PnPDocumentId", - "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"", "Id": 1386, - "Rank": 2 + "Rank": 2, + "CommandName": "Reset-PnPDocumentId", + "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { - "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"", "Id": 1387, - "Rank": 1 + "Rank": 1, + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { - "CommandName": "Reset-PnPFileVersion", - "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"", "Id": 1388, - "Rank": 2 + "Rank": 2, + "CommandName": "Reset-PnPFileVersion", + "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", - "Command": "Reset-PnPMicrosoft365GroupExpiration", "Id": 1389, - "Rank": 1 + "Rank": 1, + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", + "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { - "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\"", "Id": 1390, - "Rank": 1 + "Rank": 1, + "CommandName": "Reset-PnPRetentionLabel", + "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { - "CommandName": "Reset-PnPRetentionLabel", - "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true", "Id": 1391, - "Rank": 2 + "Rank": 2, + "CommandName": "Reset-PnPRetentionLabel", + "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", - "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'", "Id": 1392, - "Rank": 1 + "Rank": 1, + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { - "CommandName": "Resolve-PnPFolder", - "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"", "Id": 1393, - "Rank": 1 + "Rank": 1, + "CommandName": "Resolve-PnPFolder", + "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { - "CommandName": "Restart-PnPFlowRun", - "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Id": 1394, - "Rank": 1 + "Rank": 1, + "CommandName": "Restart-PnPFlowRun", + "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "CommandName": "Restore-PnPDeletedContainer", - "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"", "Id": 1395, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPDeletedContainer", + "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { - "CommandName": "Restore-PnPDeletedMicrosoft365Group", - "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f", "Id": 1396, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { - "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512", "Id": 1397, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { - "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512", "Id": 1398, - "Rank": 2 + "Rank": 2, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { - "CommandName": "Restore-PnPFileVersion", - "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"", "Id": 1399, - "Rank": 3 + "Rank": 3, + "CommandName": "Restore-PnPFileVersion", + "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { - "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 1400, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPFlow", + "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Restore-PnPFlow", - "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182", "Id": 1401, - "Rank": 2 + "Rank": 2, + "CommandName": "Restore-PnPFlow", + "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { - "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512", "Id": 1402, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPListItemVersion", + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { - "CommandName": "Restore-PnPListItemVersion", - "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"", "Id": 1403, - "Rank": 2 + "Rank": 2, + "CommandName": "Restore-PnPListItemVersion", + "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { - "CommandName": "Restore-PnPRecycleBinItem", - "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442", "Id": 1404, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPRecycleBinItem", + "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1405, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Restore-PnPTenantRecycleBinItem", - "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait", "Id": 1406, - "Rank": 2 + "Rank": 2, + "CommandName": "Restore-PnPTenantRecycleBinItem", + "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { - "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"", "Id": 1407, - "Rank": 1 + "Rank": 1, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { - "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force", "Id": 1408, - "Rank": 2 + "Rank": 2, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { - "CommandName": "Restore-PnPTenantSite", - "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait", "Id": 1409, - "Rank": 3 + "Rank": 3, + "CommandName": "Restore-PnPTenantSite", + "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { - "CommandName": "Revoke-PnPAzureADAppSitePermission", - "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa", "Id": 1410, - "Rank": 1 + "Rank": 1, + "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { - "CommandName": "Revoke-PnPHubSiteRights", - "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 1411, - "Rank": 1 + "Rank": 1, + "CommandName": "Revoke-PnPHubSiteRights", + "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Revoke-PnPSiteDesignRights", - "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"", "Id": 1412, - "Rank": 1 + "Rank": 1, + "CommandName": "Revoke-PnPSiteDesignRights", + "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", - "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"", "Id": 1413, - "Rank": 1 + "Rank": 1, + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { - "CommandName": "Revoke-PnPUserSession", - "Command": "Revoke-PnPUserSession -User user1@contoso.com", "Id": 1414, - "Rank": 1 + "Rank": 1, + "CommandName": "Revoke-PnPUserSession", + "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { - "CommandName": "Save-PnPPageConversionLog", - "Command": "Save-PnPPageConversionLog", "Id": 1415, - "Rank": 1 + "Rank": 1, + "CommandName": "Save-PnPPageConversionLog", + "Command": "Save-PnPPageConversionLog" }, { - "CommandName": "Save-PnPSiteTemplate", - "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp", "Id": 1416, - "Rank": 1 + "Rank": 1, + "CommandName": "Save-PnPSiteTemplate", + "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { - "CommandName": "Save-PnPTenantTemplate", - "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp", "Id": 1417, - "Rank": 1 + "Rank": 1, + "CommandName": "Save-PnPTenantTemplate", + "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Id": 1418, - "Rank": 1 + "Rank": 1, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low", "Id": 1419, - "Rank": 2 + "Rank": 2, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"", "Id": 1420, - "Rank": 3 + "Rank": 3, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"", "Id": 1421, - "Rank": 4 + "Rank": 4, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { - "CommandName": "Send-PnPMail", - "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"", "Id": 1422, - "Rank": 5 + "Rank": 5, + "CommandName": "Send-PnPMail", + "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { - "CommandName": "Set-PnPAdaptiveScopeProperty", - "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue", "Id": 1423, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPAdaptiveScopeProperty", + "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2", "Id": 1424, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPApplicationCustomizer", + "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { - "CommandName": "Set-PnPApplicationCustomizer", - "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"", "Id": 1425, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPApplicationCustomizer", + "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { - "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -On", "Id": 1426, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -On" }, { - "CommandName": "Set-PnPAppSideLoading", - "Command": "Set-PnPAppSideLoading -Off", "Id": 1427, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPAppSideLoading", + "Command": "Set-PnPAppSideLoading -Off" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -EnableAll", "Id": 1428, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -EnableAll" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -DisableAll", "Id": 1429, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -DisableAll" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7", "Id": 1430, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -TrimAuditLog", "Id": 1431, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -TrimAuditLog" }, { - "CommandName": "Set-PnPAuditing", - "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent", "Id": 1432, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPAuditing", + "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { - "CommandName": "Set-PnPAvailablePageLayouts", - "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts", "Id": 1433, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPAvailablePageLayouts", + "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read", "Id": 1434, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { - "CommandName": "Set-PnPAzureADAppSitePermission", - "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects", "Id": 1435, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPAzureADAppSitePermission", + "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"", "Id": 1436, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Id": 1437, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPAzureADGroup", - "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com", "Id": 1438, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPAzureADGroup", + "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"", "Id": 1439, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)", "Id": 1440, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { - "CommandName": "Set-PnPBrowserIdleSignout", - "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false", "Id": 1441, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPBrowserIdleSignout", + "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false", "Id": 1442, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", - "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true", "Id": 1443, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false", "Id": 1444, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true", "Id": 1445, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true", "Id": 1446, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", - "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false", "Id": 1447, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Id": 1448, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden", "Id": 1449, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"", "Id": 1450, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Id": 1451, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "CommandName": "Set-PnPContentType", - "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'", "Id": 1452, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPContentType", + "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6", "Id": 1453, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { - "CommandName": "Set-PnPCopilotAdminLimitedMode", - "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false", "Id": 1454, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"", "Id": 1455, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"", "Id": 1456, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"", "Id": 1457, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { - "CommandName": "Set-PnPDefaultColumnValues", - "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"", "Id": 1458, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPDefaultColumnValues", + "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { - "CommandName": "Set-PnPDefaultContentTypeToList", - "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"", "Id": 1459, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPDefaultContentTypeToList", + "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx", "Id": 1460, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx", "Id": 1461, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { - "CommandName": "Set-PnPDefaultPageLayout", - "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite", "Id": 1462, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPDefaultPageLayout", + "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant", "Id": 1463, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Id": 1464, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "CommandName": "Set-PnPDisableSpacesActivation", - "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"", "Id": 1465, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPDisableSpacesActivation", + "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { - "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField", "Id": 1466, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPDocumentSetField", + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { - "CommandName": "Set-PnPDocumentSetField", - "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField", "Id": 1467, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPDocumentSetField", + "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { - "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}", "Id": 1468, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { - "CommandName": "Set-PnPField", - "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists", "Id": 1469, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { - "CommandName": "Set-PnPField", - "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}", "Id": 1470, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPField", + "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"", "Id": 1471, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"", "Id": 1472, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { - "CommandName": "Set-PnPFileCheckedIn", - "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"", "Id": 1473, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPFileCheckedIn", + "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { - "CommandName": "Set-PnPFileCheckedOut", - "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"", "Id": 1474, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPFileCheckedOut", + "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true", "Id": 1475, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPFileRetentionLabel", + "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"", "Id": 1476, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPFileRetentionLabel", + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { - "CommandName": "Set-PnPFileRetentionLabel", - "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"", "Id": 1477, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPFileRetentionLabel", + "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { - "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'", "Id": 1478, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Id": 1479, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "CommandName": "Set-PnPFolderPermission", - "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Id": 1480, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPFolderPermission", + "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true", "Id": 1481, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral", "Id": 1482, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"", "Id": 1483, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { - "CommandName": "Set-PnPFooter", - "Command": "Set-PnPFooter -LogoUrl \"\"", "Id": 1484, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPFooter", + "Command": "Set-PnPFooter -LogoUrl \"\"" }, { - "CommandName": "Set-PnPGraphSubscription", - "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"", "Id": 1485, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPGraphSubscription", + "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { - "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members", "Id": 1486, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { - "CommandName": "Set-PnPGroup", - "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'", "Id": 1487, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPGroup", + "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute", "Id": 1488, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'", "Id": 1489, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')", "Id": 1490, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')", "Id": 1491, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { - "CommandName": "Set-PnPGroupPermissions", - "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')", "Id": 1492, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPGroupPermissions", + "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true", "Id": 1493, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { - "CommandName": "Set-PnPHideDefaultThemes", - "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false", "Id": 1494, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPHideDefaultThemes", + "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { - "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx", "Id": 1495, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { - "CommandName": "Set-PnPHomePage", - "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx", "Id": 1496, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPHomePage", + "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { - "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"", "Id": 1497, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { - "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true", "Id": 1498, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { - "CommandName": "Set-PnPHomeSite", - "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true", "Id": 1499, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPHomeSite", + "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"", "Id": 1500, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"", "Id": 1501, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745", "Id": 1502, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"", "Id": 1503, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync", "Id": 1504, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { - "CommandName": "Set-PnPHubSite", - "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false", "Id": 1505, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPHubSite", + "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { - "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"", "Id": 1506, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPImageListItemColumn", + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { - "CommandName": "Set-PnPImageListItemColumn", - "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png", "Id": 1507, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPImageListItemColumn", + "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { - "CommandName": "Set-PnPIndexedProperties", - "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName", "Id": 1508, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPIndexedProperties", + "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true", "Id": 1509, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { - "CommandName": "Set-PnPInPlaceRecordsManagement", - "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false", "Id": 1510, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPInPlaceRecordsManagement", + "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { - "CommandName": "Set-PnPKnowledgeHubSite", - "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"", "Id": 1511, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPKnowledgeHubSite", + "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true", "Id": 1512, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true", "Id": 1513, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true", "Id": 1514, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20", "Id": 1515, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5", "Id": 1516, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true", "Id": 1517, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"", "Id": 1518, - "Rank": 7 + "Rank": 7, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true", "Id": 1519, - "Rank": 8 + "Rank": 8, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500", "Id": 1520, - "Rank": 9 + "Rank": 9, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500", "Id": 1521, - "Rank": 10 + "Rank": 10, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"", "Id": 1522, - "Rank": 11 + "Rank": 11, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { - "CommandName": "Set-PnPList", - "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"", "Id": 1523, - "Rank": 12 + "Rank": 12, + "CommandName": "Set-PnPList", + "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true", "Id": 1524, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPListInformationRightsManagement", + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { - "CommandName": "Set-PnPListInformationRightsManagement", - "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14", "Id": 1525, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPListInformationRightsManagement", + "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1526, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1527, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}", "Id": 1528, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"", "Id": 1529, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { - "CommandName": "Set-PnPListItem", - "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion", "Id": 1530, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPListItem", + "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { - "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4", "Id": 1531, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { - "CommandName": "Set-PnPListItemAsRecord", - "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date", "Id": 1532, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPListItemAsRecord", + "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'", "Id": 1533, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'", "Id": 1534, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting", "Id": 1535, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions", "Id": 1536, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { - "CommandName": "Set-PnPListItemPermission", - "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"", "Id": 1537, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPListItemPermission", + "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { - "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'", "Id": 1538, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { - "CommandName": "Set-PnPListPermission", - "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'", "Id": 1539, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPListPermission", + "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration", "Id": 1540, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { - "CommandName": "Set-PnPListRecordDeclaration", - "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true", "Id": 1541, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPListRecordDeclaration", + "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { - "CommandName": "Set-PnPManagedAppId", - "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7", "Id": 1542, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPManagedAppId", + "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Id": 1543, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master", "Id": 1544, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Id": 1545, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMasterPage", - "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master", "Id": 1546, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPMasterPage", + "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"", "Id": 1547, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"", "Id": 1548, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsArchived", "Id": 1549, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"", "Id": 1550, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"", "Id": 1551, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsFavorite", "Id": 1552, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"", "Id": 1553, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"", "Id": 1554, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", - "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Id": 1555, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"", "Id": 1556, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"", "Id": 1557, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", - "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Id": 1558, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"", "Id": 1559, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"", "Id": 1560, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", - "Command": "Set-PnPMessageCenterAnnouncementAsRead", "Id": 1561, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"", "Id": 1562, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"", "Id": 1563, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", - "Command": "Set-PnPMessageCenterAnnouncementAsUnread", "Id": 1564, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"", "Id": 1565, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"", "Id": 1566, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"", "Id": 1567, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false", "Id": 1568, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com", "Id": 1569, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { - "CommandName": "Set-PnPMicrosoft365Group", - "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"", "Id": 1570, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPMicrosoft365Group", + "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}", "Id": 1571, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { - "CommandName": "Set-PnPMicrosoft365GroupSettings", - "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId", "Id": 1572, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"", "Id": 1573, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPOrgAssetsLibrary", + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { - "CommandName": "Set-PnPOrgAssetsLibrary", - "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true", "Id": 1574, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPOrgAssetsLibrary", + "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"", "Id": 1575, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled", "Id": 1576, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false", "Id": 1577, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default", "Id": 1578, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None", "Id": 1579, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0", "Id": 1580, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)", "Id": 1581, - "Rank": 7 + "Rank": 7, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate", "Id": 1582, - "Rank": 8 + "Rank": 8, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043", "Id": 1583, - "Rank": 9 + "Rank": 9, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035", "Id": 1584, - "Rank": 10 + "Rank": 10, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish", "Id": 1585, - "Rank": 11 + "Rank": 11, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like", "Id": 1586, - "Rank": 12 + "Rank": 12, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { - "CommandName": "Set-PnPPage", - "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false", "Id": 1587, - "Rank": 13 + "Rank": 13, + "CommandName": "Set-PnPPage", + "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { - "CommandName": "Set-PnPPageTextPart", - "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"", "Id": 1588, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPageTextPart", + "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { - "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"", "Id": 1589, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPageWebPart", + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { - "CommandName": "Set-PnPPageWebPart", - "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties", "Id": 1590, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPPageWebPart", + "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { - "CommandName": "Set-PnPPlannerBucket", - "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"", "Id": 1591, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPlannerBucket", + "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true", "Id": 1592, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { - "CommandName": "Set-PnPPlannerConfiguration", - "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false", "Id": 1593, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPPlannerConfiguration", + "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { - "CommandName": "Set-PnPPlannerPlan", - "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"", "Id": 1594, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPlannerPlan", + "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01", "Id": 1595, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"", "Id": 1596, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"", "Id": 1597, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { - "CommandName": "Set-PnPPlannerTask", - "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}", "Id": 1598, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPPlannerTask", + "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { - "CommandName": "Set-PnPPlannerUserPolicy", - "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"", "Id": 1599, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPlannerUserPolicy", + "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true", "Id": 1600, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPowerAppByPassConsent", + "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { - "CommandName": "Set-PnPPowerAppByPassConsent", - "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false", "Id": 1601, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPPowerAppByPassConsent", + "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue", "Id": 1602, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /", "Id": 1603, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { - "CommandName": "Set-PnPPropertyBagValue", - "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder", "Id": 1604, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPPropertyBagValue", + "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com", "Id": 1605, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled", "Id": 1606, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled" }, { - "CommandName": "Set-PnPRequestAccessEmails", - "Command": "Set-PnPRequestAccessEmails -Disabled:$false", "Id": 1607, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPRequestAccessEmails", + "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { - "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"", "Id": 1608, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPRetentionLabel", + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { - "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true", "Id": 1609, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPRetentionLabel", + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { - "CommandName": "Set-PnPRetentionLabel", - "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"", "Id": 1610, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPRetentionLabel", + "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems", "Id": 1611, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems", "Id": 1612, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"", "Id": 1613, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { - "CommandName": "Set-PnPRoleDefinition", - "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500", "Id": 1614, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPRoleDefinition", + "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config", "Id": 1615, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site", "Id": 1616, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription", "Id": 1617, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { - "CommandName": "Set-PnPSearchConfiguration", - "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription", "Id": 1618, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPSearchConfiguration", + "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"", "Id": 1619, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSearchExternalConnection", + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"", "Id": 1620, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSearchExternalConnection", + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { - "CommandName": "Set-PnPSearchExternalConnection", - "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"", "Id": 1621, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPSearchExternalConnection", + "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { - "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone", "Id": 1622, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSearchExternalItem", + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { - "CommandName": "Set-PnPSearchExternalItem", - "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"", "Id": 1623, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSearchExternalItem", + "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Set-PnPSearchExternalSchema", - "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'", "Id": 1624, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSearchExternalSchema", + "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site", "Id": 1625, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web", "Id": 1626, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"", "Id": 1627, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"", "Id": 1628, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site", "Id": 1629, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Tenant", "Id": 1630, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { - "CommandName": "Set-PnPSearchSettings", - "Command": "Set-PnPSearchSettings -SearchScope Hub", "Id": 1631, - "Rank": 7 + "Rank": 7, + "CommandName": "Set-PnPSearchSettings", + "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification \"HBI\"", "Id": 1632, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification \"HBI\"" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -Classification $null", "Id": 1633, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -Classification $null" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows", "Id": 1634, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -DisableFlows:$false", "Id": 1635, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -DisableFlows:$false" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png", "Id": 1636, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { - "CommandName": "Set-PnPSite", - "Command": "Set-PnPSite -NoScriptSite $false", "Id": 1637, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPSite", + "Command": "Set-PnPSite -NoScriptSite $false" }, { - "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived", "Id": 1638, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteArchiveState", + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { - "CommandName": "Set-PnPSiteArchiveState", - "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active", "Id": 1639, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteArchiveState", + "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { - "CommandName": "Set-PnPSiteClassification", - "Command": "Set-PnPSiteClassification -Identity \"LBI\"", "Id": 1640, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteClassification", + "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { - "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Open", "Id": 1641, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Open" }, { - "CommandName": "Set-PnPSiteClosure", - "Command": "Set-PnPSiteClosure -State Closed", "Id": 1642, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteClosure", + "Command": "Set-PnPSiteClosure -State Closed" }, { - "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"", "Id": 1643, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteDesign", + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { - "CommandName": "Set-PnPSiteDesign", - "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"", "Id": 1644, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteDesign", + "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"", "Id": 1645, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { - "CommandName": "Set-PnPSiteDocumentIdPrefix", - "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true", "Id": 1646, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { - "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"", "Id": 1647, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteGroup", + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { - "CommandName": "Set-PnPSiteGroup", - "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com", "Id": 1648, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteGroup", + "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { - "CommandName": "Set-PnPSitePolicy", - "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"", "Id": 1649, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSitePolicy", + "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { - "CommandName": "Set-PnPSiteScript", - "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Id": 1650, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteScript", + "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "CommandName": "Set-PnPSiteScriptPackage", - "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"", "Id": 1651, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteScriptPackage", + "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"", "Id": 1652, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { - "CommandName": "Set-PnPSiteSensitivityLabel", - "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7", "Id": 1653, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteSensitivityLabel", + "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"", "Id": 1654, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"", "Id": 1655, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Id": 1656, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"", "Id": 1657, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Id": 1658, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "CommandName": "Set-PnPSiteTemplateMetadata", - "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}", "Id": 1659, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPSiteTemplateMetadata", + "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true", "Id": 1660, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200", "Id": 1661, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0", "Id": 1662, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant", "Id": 1663, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries", "Id": 1664, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries", "Id": 1665, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries", "Id": 1666, - "Rank": 7 + "Rank": 7, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries", "Id": 1667, - "Rank": 8 + "Rank": 8, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries", "Id": 1668, - "Rank": 9 + "Rank": 9, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries", "Id": 1669, - "Rank": 10 + "Rank": 10, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { - "CommandName": "Set-PnPSiteVersionPolicy", - "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries", "Id": 1670, - "Rank": 11 + "Rank": 11, + "CommandName": "Set-PnPSiteVersionPolicy", + "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { - "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Id": 1671, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPStorageEntity", + "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "CommandName": "Set-PnPStorageEntity", - "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"", "Id": 1672, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPStorageEntity", + "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Id": 1673, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", - "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"", "Id": 1674, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Id": 1675, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "CommandName": "Set-PnPStructuralNavigationCacheWebState", - "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"", "Id": 1676, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c", "Id": 1677, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'", "Id": 1678, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { - "CommandName": "Set-PnPTaxonomyFieldValue", - "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}", "Id": 1679, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTaxonomyFieldValue", + "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { - "CommandName": "Set-PnPTeamifyPromptHidden", - "Command": "Set-PnPTeamifyPromptHidden", "Id": 1680, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTeamifyPromptHidden", + "Command": "Set-PnPTeamifyPromptHidden" }, { - "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"", "Id": 1681, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTeamsChannel", + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { - "CommandName": "Set-PnPTeamsChannel", - "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true", "Id": 1682, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTeamsChannel", + "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner", "Id": 1683, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnpTeamsChannelUser", + "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { - "CommandName": "Set-PnpTeamsChannelUser", - "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member", "Id": 1684, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnpTeamsChannelUser", + "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { - "CommandName": "Set-PnPTeamsTab", - "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"", "Id": 1685, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTeamsTab", + "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { - "CommandName": "Set-PnPTeamsTag", - "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"", "Id": 1686, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTeamsTag", + "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'", "Id": 1687, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public", "Id": 1688, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false", "Id": 1689, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { - "CommandName": "Set-PnPTeamsTeam", - "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate", "Id": 1690, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPTeamsTeam", + "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true", "Id": 1691, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false", "Id": 1692, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { - "CommandName": "Set-PnPTeamsTeamArchivedState", - "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true", "Id": 1693, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTeamsTeamArchivedState", + "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { - "CommandName": "Set-PnPTeamsTeamPicture", - "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"", "Id": 1694, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTeamsTeamPicture", + "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $true", "Id": 1695, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { - "CommandName": "Set-PnPTemporarilyDisableAppBar", - "Command": "Set-PnPTemporarilyDisableAppBar $false", "Id": 1696, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"", "Id": 1697, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false", "Id": 1698, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -ShowAllUsersClaim $false", "Id": 1699, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true", "Id": 1700, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}", "Id": 1701, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { - "CommandName": "Set-PnPTenant", - "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}", "Id": 1702, - "Rank": 6 + "Rank": 6, + "CommandName": "Set-PnPTenant", + "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { - "CommandName": "Set-PnPTenantAppCatalogUrl", - "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"", "Id": 1703, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenantAppCatalogUrl", + "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true", "Id": 1704, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false", "Id": 1705, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { - "CommandName": "Set-PnPTenantCdnEnabled", - "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins", "Id": 1706, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTenantCdnEnabled", + "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"", "Id": 1707, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenantCdnPolicy", + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { - "CommandName": "Set-PnPTenantCdnPolicy", - "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"", "Id": 1708, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTenantCdnPolicy", + "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true", "Id": 1709, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenantPronounsSetting", + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { - "CommandName": "Set-PnPTenantPronounsSetting", - "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false", "Id": 1710, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTenantPronounsSetting", + "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled", "Id": 1711, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { - "CommandName": "Set-PnPTenantRestrictedSearchMode", - "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled", "Id": 1712, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled", "Id": 1713, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000", "Id": 1714, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"", "Id": 1715, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")", "Id": 1716, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { - "CommandName": "Set-PnPTenantSite", - "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false", "Id": 1717, - "Rank": 5 + "Rank": 5, + "CommandName": "Set-PnPTenantSite", + "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false", "Id": 1718, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { - "CommandName": "Set-PnPTenantSyncClientRestriction", - "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"", "Id": 1719, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTenantSyncClientRestriction", + "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"", "Id": 1720, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}", "Id": 1721, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}", "Id": 1722, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { - "CommandName": "Set-PnPTerm", - "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true", "Id": 1723, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPTerm", + "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { - "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"", "Id": 1724, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTermGroup", + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { - "CommandName": "Set-PnPTermGroup", - "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")", "Id": 1725, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTermGroup", + "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { - "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"", "Id": 1726, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { - "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true", "Id": 1727, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { - "CommandName": "Set-PnPTermSet", - "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false", "Id": 1728, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTermSet", + "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme", "Id": 1729, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor", "Id": 1730, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'", "Id": 1731, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { - "CommandName": "Set-PnPTheme", - "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit", "Id": 1732, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPTheme", + "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { - "CommandName": "Set-PnPUserOneDriveQuota", - "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208", "Id": 1733, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPUserOneDriveQuota", + "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { - "CommandName": "Set-PnPUserProfilePhoto", - "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"", "Id": 1734, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPUserProfilePhoto", + "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { - "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'", "Id": 1735, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { - "CommandName": "Set-PnPUserProfileProperty", - "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'", "Id": 1736, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPUserProfileProperty", + "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}", "Id": 1737, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"", "Id": 1738, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"", "Id": 1739, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { - "CommandName": "Set-PnPView", - "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}", "Id": 1740, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPView", + "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties", "Id": 1741, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"", "Id": 1742, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4", "Id": 1743, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { - "CommandName": "Set-PnPVivaConnectionsDashboardACE", - "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large", "Id": 1744, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"", "Id": 1745, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPVivaEngageCommunity", + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { - "CommandName": "Set-PnPVivaEngageCommunity", - "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private", "Id": 1746, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPVivaEngageCommunity", + "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true", "Id": 1747, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -QuickLaunchEnabled:$false", "Id": 1748, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact", "Id": 1749, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { - "CommandName": "Set-PnPWeb", - "Command": "Set-PnPWeb -NoCrawl:$true", "Id": 1750, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPWeb", + "Command": "Set-PnPWeb -NoCrawl:$true" }, { - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended", "Id": 1751, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -HeaderEmphasis Strong", "Id": 1752, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { - "CommandName": "Set-PnPWebHeader", - "Command": "Set-PnPWebHeader -LogoAlignment Middle", "Id": 1753, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPWebHeader", + "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { - "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook", "Id": 1754, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPWebhookSubscription", + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { - "CommandName": "Set-PnPWebhookSubscription", - "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"", "Id": 1755, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPWebhookSubscription", + "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { - "CommandName": "Set-PnPWebPartProperty", - "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"", "Id": 1756, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPWebPartProperty", + "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"", "Id": 1757, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"", "Id": 1758, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"", "Id": 1759, - "Rank": 3 + "Rank": 3, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { - "CommandName": "Set-PnPWebPermission", - "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"", "Id": 1760, - "Rank": 4 + "Rank": 4, + "CommandName": "Set-PnPWebPermission", + "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { - "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme MyTheme", "Id": 1761, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme MyTheme" }, { - "CommandName": "Set-PnPWebTheme", - "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb", "Id": 1762, - "Rank": 2 + "Rank": 2, + "CommandName": "Set-PnPWebTheme", + "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { - "CommandName": "Set-PnPWikiPageContent", - "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html", "Id": 1763, - "Rank": 1 + "Rank": 1, + "CommandName": "Set-PnPWikiPageContent", + "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport", "Id": 1764, - "Rank": 1 + "Rank": 1, + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Command": "Start-PnPEnterpriseAppInsightsReport" }, { - "CommandName": "Start-PnPEnterpriseAppInsightsReport", - "Command": "Start-PnPEnterpriseAppInsightsReport 28", "Id": 1765, - "Rank": 2 + "Rank": 2, + "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt", "Id": 1766, - "Rank": 1 + "Rank": 1, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug", "Id": 1767, - "Rank": 2 + "Rank": 2, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug", "Id": 1768, - "Rank": 3 + "Rank": 3, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { - "CommandName": "Start-PnPTraceLog", - "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug", "Id": 1769, - "Rank": 4 + "Rank": 4, + "CommandName": "Start-PnPTraceLog", + "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { - "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230", "Id": 1770, - "Rank": 1 + "Rank": 1, + "CommandName": "Stop-PnPFlowRun", + "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { - "CommandName": "Stop-PnPFlowRun", - "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force", "Id": 1771, - "Rank": 2 + "Rank": 2, + "CommandName": "Stop-PnPFlowRun", + "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { - "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog", "Id": 1772, - "Rank": 1 + "Rank": 1, + "CommandName": "Stop-PnPTraceLog", + "Command": "Stop-PnPTraceLog" }, { - "CommandName": "Stop-PnPTraceLog", - "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging", "Id": 1773, - "Rank": 2 + "Rank": 2, + "CommandName": "Stop-PnPTraceLog", + "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"finance\"", "Id": 1774, - "Rank": 1 + "Rank": 1, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10", "Id": 1775, - "Rank": 2 + "Rank": 2, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All", "Id": 1776, - "Rank": 3 + "Rank": 3, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"", "Id": 1777, - "Rank": 4 + "Rank": 4, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All", "Id": 1778, - "Rank": 5 + "Rank": 5, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { - "CommandName": "Submit-PnPSearchQuery", - "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All", "Id": 1779, - "Rank": 6 + "Rank": 6, + "CommandName": "Submit-PnPSearchQuery", + "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"", "Id": 1780, - "Rank": 1 + "Rank": 1, + "CommandName": "Submit-PnPTeamsChannelMessage", + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { - "CommandName": "Submit-PnPTeamsChannelMessage", - "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html", "Id": 1781, - "Rank": 2 + "Rank": 2, + "CommandName": "Submit-PnPTeamsChannelMessage", + "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { - "CommandName": "Sync-PnPAppToTeams", - "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1782, - "Rank": 1 + "Rank": 1, + "CommandName": "Sync-PnPAppToTeams", + "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}", "Id": 1783, - "Rank": 1 + "Rank": 1, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"", "Id": 1784, - "Rank": 2 + "Rank": 2, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", - "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose", "Id": 1785, - "Rank": 3 + "Rank": 3, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { - "CommandName": "Test-PnPListItemIsRecord", - "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4", "Id": 1786, - "Rank": 1 + "Rank": 1, + "CommandName": "Test-PnPListItemIsRecord", + "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", - "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"", "Id": 1787, - "Rank": 1 + "Rank": 1, + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { - "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"", "Id": 1788, - "Rank": 1 + "Rank": 1, + "CommandName": "Test-PnPSite", + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { - "CommandName": "Test-PnPSite", - "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"", "Id": 1789, - "Rank": 2 + "Rank": 2, + "CommandName": "Test-PnPSite", + "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { - "CommandName": "Test-PnPTenantTemplate", - "Command": "Test-PnPTenantTemplate -Template $myTemplate", "Id": 1790, - "Rank": 1 + "Rank": 1, + "CommandName": "Test-PnPTenantTemplate", + "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { - "CommandName": "Undo-PnPFileCheckedOut", - "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"", "Id": 1791, - "Rank": 1 + "Rank": 1, + "CommandName": "Undo-PnPFileCheckedOut", + "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { - "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1792, - "Rank": 1 + "Rank": 1, + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Uninstall-PnPApp", - "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1793, - "Rank": 2 + "Rank": 2, + "CommandName": "Uninstall-PnPApp", + "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", - "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"", "Id": 1794, - "Rank": 1 + "Rank": 1, + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", + "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { - "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1795, - "Rank": 1 + "Rank": 1, + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Unpublish-PnPApp", - "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1796, - "Rank": 2 + "Rank": 2, + "CommandName": "Unpublish-PnPApp", + "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Unpublish-PnPContentType", - "Command": "Unpublish-PnPContentType -ContentType 0x0101", "Id": 1797, - "Rank": 1 + "Rank": 1, + "CommandName": "Unpublish-PnPContentType", + "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"", "Id": 1798, - "Rank": 1 + "Rank": 1, + "CommandName": "Unpublish-PnPSyntexModel", + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { - "CommandName": "Unpublish-PnPSyntexModel", - "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch", "Id": 1799, - "Rank": 2 + "Rank": 2, + "CommandName": "Unpublish-PnPSyntexModel", + "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { - "CommandName": "Unregister-PnPHubSite", - "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"", "Id": 1800, - "Rank": 1 + "Rank": 1, + "CommandName": "Unregister-PnPHubSite", + "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { - "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe", "Id": 1801, - "Rank": 1 + "Rank": 1, + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { - "CommandName": "Update-PnPApp", - "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site", "Id": 1802, - "Rank": 2 + "Rank": 2, + "CommandName": "Update-PnPApp", + "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"", "Id": 1803, - "Rank": 1 + "Rank": 1, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"", "Id": 1804, - "Rank": 2 + "Rank": 2, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { - "CommandName": "Update-PnPAvailableSiteClassification", - "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp", "Id": 1805, - "Rank": 3 + "Rank": 3, + "CommandName": "Update-PnPAvailableSiteClassification", + "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll", "Id": 1806, - "Rank": 1 + "Rank": 1, + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)", "Id": 1807, - "Rank": 2 + "Rank": 2, + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { - "CommandName": "Update-PnPSiteDesignFromWeb", - "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"", "Id": 1808, - "Rank": 3 + "Rank": 3, + "CommandName": "Update-PnPSiteDesignFromWeb", + "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { - "CommandName": "Update-PnPTeamsApp", - "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip", "Id": 1809, - "Rank": 1 + "Rank": 1, + "CommandName": "Update-PnPTeamsApp", + "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { - "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner", "Id": 1810, - "Rank": 1 + "Rank": 1, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { - "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member", "Id": 1811, - "Rank": 2 + "Rank": 2, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { - "CommandName": "Update-PnPTeamsUser", - "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force", "Id": 1812, - "Rank": 3 + "Rank": 3, + "CommandName": "Update-PnPTeamsUser", + "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { - "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"", "Id": 1813, - "Rank": 1 + "Rank": 1, + "CommandName": "Update-PnPTodoList", + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { - "CommandName": "Update-PnPTodoList", - "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"", "Id": 1814, - "Rank": 2 + "Rank": 2, + "CommandName": "Update-PnPTodoList", + "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { - "CommandName": "Update-PnPUserType", - "Command": "Update-PnPUserType -LoginName jdoe@contoso.com", "Id": 1815, - "Rank": 1 + "Rank": 1, + "CommandName": "Update-PnPUserType", + "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"", "Id": 1816, - "Rank": 1 + "Rank": 1, + "CommandName": "Use-PnPBrandCenterFontPackage", + "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { - "CommandName": "Use-PnPBrandCenterFontPackage", - "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant", "Id": 1817, - "Rank": 2 + "Rank": 2, + "CommandName": "Use-PnPBrandCenterFontPackage", + "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\"", "Id": 1818, - "Rank": 1 + "Rank": 1, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\"" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning", "Id": 1819, - "Rank": 2 + "Rank": 2, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"", "Id": 1820, - "Rank": 3 + "Rank": 3, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { - "CommandName": "Write-PnPTraceLog", - "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000", "Id": 1821, - "Rank": 4 + "Rank": 4, + "CommandName": "Write-PnPTraceLog", + "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index bdfa5b8d1..81fc4f748 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.124", + "Version": "3.1.125", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index ca6a50d38..66123164e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.124 \ No newline at end of file +3.1.125 \ No newline at end of file From 38b24ed8647e3f672be444ca9e9bfece64d706a8 Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Tue, 19 Aug 2025 02:59:42 +0000 Subject: [PATCH 56/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 3642 ++++++++--------- version.json | 2 +- version.txt | 2 +- 4 files changed, 1826 insertions(+), 1826 deletions(-) diff --git a/dependencies.json b/dependencies.json index 2f04ddee2..c25f910d2 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250818-030709", + "Updated": "20250819-025756", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": "58b12a34abe6936b0232053d08064100430a4893", - "PnPCore": "e5e81d68d31c1ecf971746202fbc0a8b792865c5" + "PnPFramework": "da6ff65ef4d20d34a2d36637bda2ae2897a6e388", + "PnPCore": "1beb0b48887922223ed61891ee405b1547d5a893" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index d583691c7..35125b3a3 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { "Id": 1, - "Rank": 1, "CommandName": "Add-PnPAlert", + "Rank": 1, "Command": "Add-PnPAlert -List \"Demo List\"" }, { "Id": 2, - "Rank": 2, "CommandName": "Add-PnPAlert", + "Rank": 2, "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { "Id": 3, - "Rank": 3, "CommandName": "Add-PnPAlert", + "Rank": 3, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 4, - "Rank": 4, "CommandName": "Add-PnPAlert", + "Rank": 4, "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { "Id": 5, - "Rank": 1, "CommandName": "Add-PnPApp", + "Rank": 1, "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { "Id": 6, - "Rank": 2, "CommandName": "Add-PnPApp", + "Rank": 2, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { "Id": 7, - "Rank": 3, "CommandName": "Add-PnPApp", + "Rank": 3, "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { "Id": 8, - "Rank": 4, "CommandName": "Add-PnPApp", + "Rank": 4, "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { "Id": 9, - "Rank": 1, "CommandName": "Add-PnPApplicationCustomizer", + "Rank": 1, "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { "Id": 10, - "Rank": 1, "CommandName": "Add-PnPAvailableSiteClassification", + "Rank": 1, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { "Id": 11, - "Rank": 2, "CommandName": "Add-PnPAvailableSiteClassification", + "Rank": 2, "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { "Id": 12, - "Rank": 1, "CommandName": "Add-PnPAzureADGroupMember", + "Rank": 1, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 13, - "Rank": 2, "CommandName": "Add-PnPAzureADGroupMember", + "Rank": 2, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 14, - "Rank": 3, "CommandName": "Add-PnPAzureADGroupMember", + "Rank": 3, "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { "Id": 15, - "Rank": 1, "CommandName": "Add-PnPAzureADGroupOwner", + "Rank": 1, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 16, - "Rank": 2, "CommandName": "Add-PnPAzureADGroupOwner", + "Rank": 2, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 17, - "Rank": 3, "CommandName": "Add-PnPAzureADGroupOwner", + "Rank": 3, "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { "Id": 18, - "Rank": 1, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Rank": 1, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { "Id": 19, - "Rank": 2, "CommandName": "Add-PnPAzureADServicePrincipalAppRole", + "Rank": 2, "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { "Id": 20, - "Rank": 1, "CommandName": "Add-PnPBrandCenterFont", + "Rank": 1, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { "Id": 21, - "Rank": 2, "CommandName": "Add-PnPBrandCenterFont", + "Rank": 2, "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { "Id": 22, - "Rank": 1, "CommandName": "Add-PnPBrandCenterFontPackage", + "Rank": 1, "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { "Id": 23, - "Rank": 1, "CommandName": "Add-PnPContentType", + "Rank": 1, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { "Id": 24, - "Rank": 2, "CommandName": "Add-PnPContentType", + "Rank": 2, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { "Id": 25, - "Rank": 3, "CommandName": "Add-PnPContentType", + "Rank": 3, "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { "Id": 26, - "Rank": 4, "CommandName": "Add-PnPContentType", + "Rank": 4, "Command": "Add-PnPContentType -Name \"Project Item\"" }, { "Id": 27, - "Rank": 5, "CommandName": "Add-PnPContentType", + "Rank": 5, "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { "Id": 28, - "Rank": 1, "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Rank": 1, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { "Id": 29, - "Rank": 2, "CommandName": "Add-PnPContentTypesFromContentTypeHub", + "Rank": 2, "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { "Id": 30, - "Rank": 1, "CommandName": "Add-PnPContentTypeToDocumentSet", + "Rank": 1, "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Id": 31, - "Rank": 2, "CommandName": "Add-PnPContentTypeToDocumentSet", + "Rank": 2, "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Id": 32, - "Rank": 1, "CommandName": "Add-PnPContentTypeToList", + "Rank": 1, "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { "Id": 33, - "Rank": 1, "CommandName": "Add-PnPCustomAction", + "Rank": 1, "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Id": 34, - "Rank": 1, "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Rank": 1, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { "Id": 35, - "Rank": 2, "CommandName": "Add-PnPDataRowsToSiteTemplate", + "Rank": 2, "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { "Id": 36, - "Rank": 1, "CommandName": "Add-PnPDocumentSet", + "Rank": 1, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { "Id": 37, - "Rank": 2, "CommandName": "Add-PnPDocumentSet", + "Rank": 2, "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { "Id": 38, - "Rank": 1, "CommandName": "Add-PnPEventReceiver", + "Rank": 1, "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { "Id": 39, - "Rank": 2, "CommandName": "Add-PnPEventReceiver", + "Rank": 2, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { "Id": 40, - "Rank": 3, "CommandName": "Add-PnPEventReceiver", + "Rank": 3, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { "Id": 41, - "Rank": 4, "CommandName": "Add-PnPEventReceiver", + "Rank": 4, "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { "Id": 42, - "Rank": 1, "CommandName": "Add-PnPField", + "Rank": 1, "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { "Id": 43, - "Rank": 2, "CommandName": "Add-PnPField", + "Rank": 2, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { "Id": 44, - "Rank": 3, "CommandName": "Add-PnPField", + "Rank": 3, "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { "Id": 45, - "Rank": 4, "CommandName": "Add-PnPField", + "Rank": 4, "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { "Id": 46, - "Rank": 5, "CommandName": "Add-PnPField", + "Rank": 5, "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { "Id": 47, - "Rank": 6, "CommandName": "Add-PnPField", + "Rank": 6, "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { "Id": 48, - "Rank": 1, "CommandName": "Add-PnPFieldToContentType", + "Rank": 1, "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Id": 49, - "Rank": 1, "CommandName": "Add-PnPFile", + "Rank": 1, "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { "Id": 50, - "Rank": 2, "CommandName": "Add-PnPFile", + "Rank": 2, "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { "Id": 51, - "Rank": 3, "CommandName": "Add-PnPFile", + "Rank": 3, "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { "Id": 52, - "Rank": 4, "CommandName": "Add-PnPFile", + "Rank": 4, "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { "Id": 53, - "Rank": 5, "CommandName": "Add-PnPFile", + "Rank": 5, "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { "Id": 54, - "Rank": 6, "CommandName": "Add-PnPFile", + "Rank": 6, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { "Id": 55, - "Rank": 7, "CommandName": "Add-PnPFile", + "Rank": 7, "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { "Id": 56, - "Rank": 8, "CommandName": "Add-PnPFile", + "Rank": 8, "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { "Id": 57, - "Rank": 1, "CommandName": "Add-PnPFileAnonymousSharingLink", + "Rank": 1, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 58, - "Rank": 2, "CommandName": "Add-PnPFileAnonymousSharingLink", + "Rank": 2, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { "Id": 59, - "Rank": 3, "CommandName": "Add-PnPFileAnonymousSharingLink", + "Rank": 3, "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { "Id": 60, - "Rank": 1, "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Rank": 1, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 61, - "Rank": 2, "CommandName": "Add-PnPFileOrganizationalSharingLink", + "Rank": 2, "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { "Id": 62, - "Rank": 1, "CommandName": "Add-PnPFileSensitivityLabel", + "Rank": 1, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { "Id": 63, - "Rank": 2, "CommandName": "Add-PnPFileSensitivityLabel", + "Rank": 2, "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { "Id": 64, - "Rank": 1, "CommandName": "Add-PnPFileSharingInvite", + "Rank": 1, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { "Id": 65, - "Rank": 2, "CommandName": "Add-PnPFileSharingInvite", + "Rank": 2, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { "Id": 66, - "Rank": 3, "CommandName": "Add-PnPFileSharingInvite", + "Rank": 3, "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { "Id": 67, - "Rank": 1, "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 1, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { "Id": 68, - "Rank": 2, "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 2, "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { "Id": 69, - "Rank": 3, "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 3, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { "Id": 70, - "Rank": 4, "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 4, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { "Id": 71, - "Rank": 5, "CommandName": "Add-PnPFileToSiteTemplate", + "Rank": 5, "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { "Id": 72, - "Rank": 1, "CommandName": "Add-PnPFileUserSharingLink", + "Rank": 1, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 73, - "Rank": 2, "CommandName": "Add-PnPFileUserSharingLink", + "Rank": 2, "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 74, - "Rank": 1, "CommandName": "Add-PnPFlowOwner", + "Rank": 1, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { "Id": 75, - "Rank": 2, "CommandName": "Add-PnPFlowOwner", + "Rank": 2, "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { "Id": 76, - "Rank": 3, "CommandName": "Add-PnPFlowOwner", + "Rank": 3, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { "Id": 77, - "Rank": 4, "CommandName": "Add-PnPFlowOwner", + "Rank": 4, "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { "Id": 78, - "Rank": 1, "CommandName": "Add-PnPFolder", + "Rank": 1, "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Id": 79, - "Rank": 2, "CommandName": "Add-PnPFolder", + "Rank": 2, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { "Id": 80, - "Rank": 3, "CommandName": "Add-PnPFolder", + "Rank": 3, "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { "Id": 81, - "Rank": 1, "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Rank": 1, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 82, - "Rank": 2, "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Rank": 2, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { "Id": 83, - "Rank": 3, "CommandName": "Add-PnPFolderAnonymousSharingLink", + "Rank": 3, "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { "Id": 84, - "Rank": 1, "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Rank": 1, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 85, - "Rank": 2, "CommandName": "Add-PnPFolderOrganizationalSharingLink", + "Rank": 2, "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { "Id": 86, - "Rank": 1, "CommandName": "Add-PnPFolderSharingInvite", + "Rank": 1, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { "Id": 87, - "Rank": 2, "CommandName": "Add-PnPFolderSharingInvite", + "Rank": 2, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { "Id": 88, - "Rank": 3, "CommandName": "Add-PnPFolderSharingInvite", + "Rank": 3, "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { "Id": 89, - "Rank": 1, "CommandName": "Add-PnPFolderUserSharingLink", + "Rank": 1, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 90, - "Rank": 2, "CommandName": "Add-PnPFolderUserSharingLink", + "Rank": 2, "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 91, - "Rank": 1, "CommandName": "Add-PnPGroupMember", + "Rank": 1, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Id": 92, - "Rank": 2, "CommandName": "Add-PnPGroupMember", + "Rank": 2, "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { "Id": 93, - "Rank": 1, "CommandName": "Add-PnPHomeSite", + "Rank": 1, "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Id": 94, - "Rank": 1, "CommandName": "Add-PnPHtmlPublishingPageLayout", + "Rank": 1, "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Id": 95, - "Rank": 1, "CommandName": "Add-PnPHubSiteAssociation", + "Rank": 1, "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { "Id": 96, - "Rank": 1, "CommandName": "Add-PnPHubToHubAssociation", + "Rank": 1, "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { "Id": 97, - "Rank": 2, "CommandName": "Add-PnPHubToHubAssociation", + "Rank": 2, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { "Id": 98, - "Rank": 3, "CommandName": "Add-PnPHubToHubAssociation", + "Rank": 3, "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { "Id": 99, - "Rank": 1, "CommandName": "Add-PnPJavaScriptBlock", + "Rank": 1, "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { "Id": 100, - "Rank": 2, "CommandName": "Add-PnPJavaScriptBlock", + "Rank": 2, "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { "Id": 101, - "Rank": 1, "CommandName": "Add-PnPJavaScriptLink", + "Rank": 1, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { "Id": 102, - "Rank": 2, "CommandName": "Add-PnPJavaScriptLink", + "Rank": 2, "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { "Id": 103, - "Rank": 1, "CommandName": "Add-PnPListDesign", + "Rank": 1, "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { "Id": 104, - "Rank": 2, "CommandName": "Add-PnPListDesign", + "Rank": 2, "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { "Id": 105, - "Rank": 1, "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Rank": 1, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { "Id": 106, - "Rank": 2, "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Rank": 2, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { "Id": 107, - "Rank": 3, "CommandName": "Add-PnPListFoldersToSiteTemplate", + "Rank": 3, "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { "Id": 108, - "Rank": 1, "CommandName": "Add-PnPListItem", + "Rank": 1, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 109, - "Rank": 2, "CommandName": "Add-PnPListItem", + "Rank": 2, "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 110, - "Rank": 3, "CommandName": "Add-PnPListItem", + "Rank": 3, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { "Id": 111, - "Rank": 4, "CommandName": "Add-PnPListItem", + "Rank": 4, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { "Id": 112, - "Rank": 5, "CommandName": "Add-PnPListItem", + "Rank": 5, "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { "Id": 113, - "Rank": 1, "CommandName": "Add-PnPListItemAttachment", + "Rank": 1, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { "Id": 114, - "Rank": 2, "CommandName": "Add-PnPListItemAttachment", + "Rank": 2, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { "Id": 115, - "Rank": 3, "CommandName": "Add-PnPListItemAttachment", + "Rank": 3, "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { "Id": 116, - "Rank": 1, "CommandName": "Add-PnPListItemComment", + "Rank": 1, "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { "Id": 117, - "Rank": 1, "CommandName": "Add-PnPMasterPage", + "Rank": 1, "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { "Id": 118, - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupMember", + "Rank": 1, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 119, - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupMember", + "Rank": 2, "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 120, - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Rank": 1, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 121, - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupOwner", + "Rank": 2, "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 122, - "Rank": 1, "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Rank": 1, "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { "Id": 123, - "Rank": 2, "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Rank": 2, "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { "Id": 124, - "Rank": 3, "CommandName": "Add-PnPMicrosoft365GroupToSite", + "Rank": 3, "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { "Id": 125, - "Rank": 1, "CommandName": "Add-PnPNavigationNode", + "Rank": 1, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { "Id": 126, - "Rank": 2, "CommandName": "Add-PnPNavigationNode", + "Rank": 2, "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { "Id": 127, - "Rank": 3, "CommandName": "Add-PnPNavigationNode", + "Rank": 3, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { "Id": 128, - "Rank": 4, "CommandName": "Add-PnPNavigationNode", + "Rank": 4, "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { "Id": 129, - "Rank": 5, "CommandName": "Add-PnPNavigationNode", + "Rank": 5, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { "Id": 130, - "Rank": 6, "CommandName": "Add-PnPNavigationNode", + "Rank": 6, "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { "Id": 131, - "Rank": 7, "CommandName": "Add-PnPNavigationNode", + "Rank": 7, "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { "Id": 132, - "Rank": 8, "CommandName": "Add-PnPNavigationNode", + "Rank": 8, "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { "Id": 133, - "Rank": 1, "CommandName": "Add-PnPOrgAssetsLibrary", + "Rank": 1, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { "Id": 134, - "Rank": 2, "CommandName": "Add-PnPOrgAssetsLibrary", + "Rank": 2, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Id": 135, - "Rank": 3, "CommandName": "Add-PnPOrgAssetsLibrary", + "Rank": 3, "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { "Id": 136, - "Rank": 1, "CommandName": "Add-PnPOrgNewsSite", + "Rank": 1, "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { "Id": 137, - "Rank": 1, "CommandName": "Add-PnPPage", + "Rank": 1, "Command": "Add-PnPPage -Name \"NewPage\"" }, { "Id": 138, - "Rank": 2, "CommandName": "Add-PnPPage", + "Rank": 2, "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { "Id": 139, - "Rank": 3, "CommandName": "Add-PnPPage", + "Rank": 3, "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { "Id": 140, - "Rank": 4, "CommandName": "Add-PnPPage", + "Rank": 4, "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { "Id": 141, - "Rank": 5, "CommandName": "Add-PnPPage", + "Rank": 5, "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { "Id": 142, - "Rank": 6, "CommandName": "Add-PnPPage", + "Rank": 6, "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { "Id": 143, - "Rank": 7, "CommandName": "Add-PnPPage", + "Rank": 7, "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Id": 144, - "Rank": 8, "CommandName": "Add-PnPPage", + "Rank": 8, "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { "Id": 145, - "Rank": 9, "CommandName": "Add-PnPPage", + "Rank": 9, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Id": 146, - "Rank": 10, "CommandName": "Add-PnPPage", + "Rank": 10, "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Id": 147, - "Rank": 1, "CommandName": "Add-PnPPageImageWebPart", + "Rank": 1, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { "Id": 148, - "Rank": 2, "CommandName": "Add-PnPPageImageWebPart", + "Rank": 2, "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { "Id": 149, - "Rank": 1, "CommandName": "Add-PnPPageSection", + "Rank": 1, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { "Id": 150, - "Rank": 2, "CommandName": "Add-PnPPageSection", + "Rank": 2, "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { "Id": 151, - "Rank": 1, "CommandName": "Add-PnPPageTextPart", + "Rank": 1, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { "Id": 152, - "Rank": 2, "CommandName": "Add-PnPPageTextPart", + "Rank": 2, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { "Id": 153, - "Rank": 3, "CommandName": "Add-PnPPageTextPart", + "Rank": 3, "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { "Id": 154, - "Rank": 1, "CommandName": "Add-PnPPageWebPart", + "Rank": 1, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { "Id": 155, - "Rank": 2, "CommandName": "Add-PnPPageWebPart", + "Rank": 2, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { "Id": 156, - "Rank": 3, "CommandName": "Add-PnPPageWebPart", + "Rank": 3, "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { "Id": 157, - "Rank": 1, "CommandName": "Add-PnPPlannerBucket", + "Rank": 1, "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { "Id": 158, - "Rank": 2, "CommandName": "Add-PnPPlannerBucket", + "Rank": 2, "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { "Id": 159, - "Rank": 1, "CommandName": "Add-PnPPlannerRoster", + "Rank": 1, "Command": "Add-PnPPlannerRoster" }, { "Id": 160, - "Rank": 1, "CommandName": "Add-PnPPlannerRosterMember", + "Rank": 1, "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 161, - "Rank": 1, "CommandName": "Add-PnPPlannerTask", + "Rank": 1, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Id": 162, - "Rank": 2, "CommandName": "Add-PnPPlannerTask", + "Rank": 2, "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Id": 163, - "Rank": 3, "CommandName": "Add-PnPPlannerTask", + "Rank": 3, "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Id": 164, - "Rank": 1, "CommandName": "Add-PnPPublishingImageRendition", + "Rank": 1, "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Id": 165, - "Rank": 1, "CommandName": "Add-PnPPublishingPage", + "Rank": 1, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { "Id": 166, - "Rank": 2, "CommandName": "Add-PnPPublishingPage", + "Rank": 2, "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { "Id": 167, - "Rank": 1, "CommandName": "Add-PnPPublishingPageLayout", + "Rank": 1, "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Id": 168, - "Rank": 1, "CommandName": "Add-PnPRoleDefinition", + "Rank": 1, "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { "Id": 169, - "Rank": 2, "CommandName": "Add-PnPRoleDefinition", + "Rank": 2, "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { "Id": 170, - "Rank": 3, "CommandName": "Add-PnPRoleDefinition", + "Rank": 3, "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { "Id": 171, - "Rank": 1, "CommandName": "Add-PnPSiteCollectionAdmin", + "Rank": 1, "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 172, - "Rank": 2, "CommandName": "Add-PnPSiteCollectionAdmin", + "Rank": 2, "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 173, - "Rank": 3, "CommandName": "Add-PnPSiteCollectionAdmin", + "Rank": 3, "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { "Id": 174, - "Rank": 1, "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Rank": 1, "Command": "Add-PnPSiteCollectionAppCatalog" }, { "Id": 175, - "Rank": 2, "CommandName": "Add-PnPSiteCollectionAppCatalog", + "Rank": 2, "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Id": 176, - "Rank": 1, "CommandName": "Add-PnPSiteDesign", + "Rank": 1, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { "Id": 177, - "Rank": 2, "CommandName": "Add-PnPSiteDesign", + "Rank": 2, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { "Id": 178, - "Rank": 3, "CommandName": "Add-PnPSiteDesign", + "Rank": 3, "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { "Id": 179, - "Rank": 1, "CommandName": "Add-PnPSiteDesignFromWeb", + "Rank": 1, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { "Id": 180, - "Rank": 2, "CommandName": "Add-PnPSiteDesignFromWeb", + "Rank": 2, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Id": 181, - "Rank": 3, "CommandName": "Add-PnPSiteDesignFromWeb", + "Rank": 3, "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { "Id": 182, - "Rank": 1, "CommandName": "Add-PnPSiteDesignTask", + "Rank": 1, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Id": 183, - "Rank": 2, "CommandName": "Add-PnPSiteDesignTask", + "Rank": 2, "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Id": 184, - "Rank": 1, "CommandName": "Add-PnPSiteScript", + "Rank": 1, "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { "Id": 185, - "Rank": 1, "CommandName": "Add-PnPSiteScriptPackage", + "Rank": 1, "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { "Id": 186, - "Rank": 1, "CommandName": "Add-PnPSiteTemplate", + "Rank": 1, "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { "Id": 187, - "Rank": 1, "CommandName": "Add-PnPStoredCredential", + "Rank": 1, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { "Id": 188, - "Rank": 2, "CommandName": "Add-PnPStoredCredential", + "Rank": 2, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Id": 189, - "Rank": 3, "CommandName": "Add-PnPStoredCredential", + "Rank": 3, "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { "Id": 190, - "Rank": 1, "CommandName": "Add-PnPTaxonomyField", + "Rank": 1, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { "Id": 191, - "Rank": 2, "CommandName": "Add-PnPTaxonomyField", + "Rank": 2, "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { "Id": 192, - "Rank": 1, "CommandName": "Add-PnPTeamsChannel", + "Rank": 1, "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { "Id": 193, - "Rank": 2, "CommandName": "Add-PnPTeamsChannel", + "Rank": 2, "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { "Id": 194, - "Rank": 3, "CommandName": "Add-PnPTeamsChannel", + "Rank": 3, "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { "Id": 195, - "Rank": 4, "CommandName": "Add-PnPTeamsChannel", + "Rank": 4, "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { "Id": 196, - "Rank": 1, "CommandName": "Add-PnpTeamsChannelUser", + "Rank": 1, "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { "Id": 197, - "Rank": 2, "CommandName": "Add-PnpTeamsChannelUser", + "Rank": 2, "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { "Id": 198, - "Rank": 1, "CommandName": "Add-PnPTeamsTab", + "Rank": 1, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { "Id": 199, - "Rank": 2, "CommandName": "Add-PnPTeamsTab", + "Rank": 2, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { "Id": 200, - "Rank": 3, "CommandName": "Add-PnPTeamsTab", + "Rank": 3, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { "Id": 201, - "Rank": 4, "CommandName": "Add-PnPTeamsTab", + "Rank": 4, "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { "Id": 202, - "Rank": 1, "CommandName": "Add-PnPTeamsTeam", + "Rank": 1, "Command": "Add-PnPTeamsTeam" }, { "Id": 203, - "Rank": 1, "CommandName": "Add-PnPTeamsUser", + "Rank": 1, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 204, - "Rank": 2, "CommandName": "Add-PnPTeamsUser", + "Rank": 2, "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Id": 205, - "Rank": 3, "CommandName": "Add-PnPTeamsUser", + "Rank": 3, "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { "Id": 206, - "Rank": 4, "CommandName": "Add-PnPTeamsUser", + "Rank": 4, "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { "Id": 207, - "Rank": 1, "CommandName": "Add-PnPTenantCdnOrigin", + "Rank": 1, "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Id": 208, - "Rank": 1, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Rank": 1, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { "Id": 209, - "Rank": 2, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Rank": 2, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { "Id": 210, - "Rank": 3, "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", + "Rank": 3, "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { "Id": 211, - "Rank": 1, "CommandName": "Add-PnPTenantSequence", + "Rank": 1, "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { "Id": 212, - "Rank": 1, "CommandName": "Add-PnPTenantSequenceSite", + "Rank": 1, "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { "Id": 213, - "Rank": 1, "CommandName": "Add-PnPTenantSequenceSubSite", + "Rank": 1, "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { "Id": 214, - "Rank": 1, "CommandName": "Add-PnPTermToTerm", + "Rank": 1, "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { "Id": 215, - "Rank": 1, "CommandName": "Add-PnPView", + "Rank": 1, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { "Id": 216, - "Rank": 2, "CommandName": "Add-PnPView", + "Rank": 2, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { "Id": 217, - "Rank": 3, "CommandName": "Add-PnPView", + "Rank": 3, "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { "Id": 218, - "Rank": 1, "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Rank": 1, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Id": 219, - "Rank": 2, "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Rank": 2, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Id": 220, - "Rank": 3, "CommandName": "Add-PnPVivaConnectionsDashboardACE", + "Rank": 3, "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Id": 221, - "Rank": 1, "CommandName": "Add-PnPWebhookSubscription", + "Rank": 1, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Id": 222, - "Rank": 2, "CommandName": "Add-PnPWebhookSubscription", + "Rank": 2, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Id": 223, - "Rank": 3, "CommandName": "Add-PnPWebhookSubscription", + "Rank": 3, "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { "Id": 224, - "Rank": 1, "CommandName": "Add-PnPWebPartToWebPartPage", + "Rank": 1, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { "Id": 225, - "Rank": 2, "CommandName": "Add-PnPWebPartToWebPartPage", + "Rank": 2, "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { "Id": 226, - "Rank": 1, "CommandName": "Add-PnPWebPartToWikiPage", + "Rank": 1, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { "Id": 227, - "Rank": 2, "CommandName": "Add-PnPWebPartToWikiPage", + "Rank": 2, "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { "Id": 228, - "Rank": 1, "CommandName": "Add-PnPWikiPage", + "Rank": 1, "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { "Id": 229, - "Rank": 1, "CommandName": "Clear-PnPAzureADGroupMember", + "Rank": 1, "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { "Id": 230, - "Rank": 1, "CommandName": "Clear-PnPAzureADGroupOwner", + "Rank": 1, "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { "Id": 231, - "Rank": 1, "CommandName": "Clear-PnPDefaultColumnValues", + "Rank": 1, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { "Id": 232, - "Rank": 2, "CommandName": "Clear-PnPDefaultColumnValues", + "Rank": 2, "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { "Id": 233, - "Rank": 1, "CommandName": "Clear-PnPListItemAsRecord", + "Rank": 1, "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Id": 234, - "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupMember", + "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { "Id": 235, - "Rank": 1, "CommandName": "Clear-PnPMicrosoft365GroupOwner", + "Rank": 1, "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { "Id": 236, - "Rank": 1, "CommandName": "Clear-PnpRecycleBinItem", + "Rank": 1, "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Id": 237, - "Rank": 2, "CommandName": "Clear-PnpRecycleBinItem", + "Rank": 2, "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { "Id": 238, - "Rank": 3, "CommandName": "Clear-PnpRecycleBinItem", + "Rank": 3, "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { "Id": 239, - "Rank": 1, "CommandName": "Clear-PnPTenantAppCatalogUrl", + "Rank": 1, "Command": "Clear-PnPTenantAppCatalogUrl" }, { "Id": 240, - "Rank": 1, "CommandName": "Clear-PnPTenantRecycleBinItem", + "Rank": 1, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 241, - "Rank": 2, "CommandName": "Clear-PnPTenantRecycleBinItem", + "Rank": 2, "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Id": 242, - "Rank": 1, "CommandName": "Clear-PnPTraceLog", + "Rank": 1, "Command": "Clear-PnPTraceLog" }, { "Id": 243, - "Rank": 1, "CommandName": "Connect-PnPOnline", + "Rank": 1, "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { "Id": 244, - "Rank": 1, "CommandName": "Convert-PnPFile", + "Rank": 1, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { "Id": 245, - "Rank": 2, "CommandName": "Convert-PnPFile", + "Rank": 2, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { "Id": 246, - "Rank": 3, "CommandName": "Convert-PnPFile", + "Rank": 3, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { "Id": 247, - "Rank": 4, "CommandName": "Convert-PnPFile", + "Rank": 4, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { "Id": 248, - "Rank": 5, "CommandName": "Convert-PnPFile", + "Rank": 5, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { "Id": 249, - "Rank": 6, "CommandName": "Convert-PnPFile", + "Rank": 6, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { "Id": 250, - "Rank": 7, "CommandName": "Convert-PnPFile", + "Rank": 7, "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { "Id": 251, - "Rank": 1, "CommandName": "Convert-PnPFolderToSiteTemplate", + "Rank": 1, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { "Id": 252, - "Rank": 2, "CommandName": "Convert-PnPFolderToSiteTemplate", + "Rank": 2, "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { "Id": 253, - "Rank": 1, "CommandName": "Convert-PnPSiteTemplate", + "Rank": 1, "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { "Id": 254, - "Rank": 2, "CommandName": "Convert-PnPSiteTemplate", + "Rank": 2, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { "Id": 255, - "Rank": 3, "CommandName": "Convert-PnPSiteTemplate", + "Rank": 3, "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { "Id": 256, - "Rank": 1, "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Rank": 1, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { "Id": 257, - "Rank": 2, "CommandName": "Convert-PnPSiteTemplateToMarkdown", + "Rank": 2, "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { "Id": 258, - "Rank": 1, "CommandName": "ConvertTo-PnPPage", + "Rank": 1, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { "Id": 259, - "Rank": 2, "CommandName": "ConvertTo-PnPPage", + "Rank": 2, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { "Id": 260, - "Rank": 3, "CommandName": "ConvertTo-PnPPage", + "Rank": 3, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { "Id": 261, - "Rank": 4, "CommandName": "ConvertTo-PnPPage", + "Rank": 4, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { "Id": 262, - "Rank": 5, "CommandName": "ConvertTo-PnPPage", + "Rank": 5, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 263, - "Rank": 6, "CommandName": "ConvertTo-PnPPage", + "Rank": 6, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { "Id": 264, - "Rank": 7, "CommandName": "ConvertTo-PnPPage", + "Rank": 7, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { "Id": 265, - "Rank": 8, "CommandName": "ConvertTo-PnPPage", + "Rank": 8, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { "Id": 266, - "Rank": 9, "CommandName": "ConvertTo-PnPPage", + "Rank": 9, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 267, - "Rank": 10, "CommandName": "ConvertTo-PnPPage", + "Rank": 10, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { "Id": 268, - "Rank": 11, "CommandName": "ConvertTo-PnPPage", + "Rank": 11, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { "Id": 269, - "Rank": 12, "CommandName": "ConvertTo-PnPPage", + "Rank": 12, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 270, - "Rank": 13, "CommandName": "ConvertTo-PnPPage", + "Rank": 13, "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 271, - "Rank": 14, "CommandName": "ConvertTo-PnPPage", + "Rank": 14, "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { "Id": 272, - "Rank": 1, "CommandName": "Copy-PnPFile", + "Rank": 1, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 273, - "Rank": 2, "CommandName": "Copy-PnPFile", + "Rank": 2, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Id": 274, - "Rank": 3, "CommandName": "Copy-PnPFile", + "Rank": 3, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Id": 275, - "Rank": 4, "CommandName": "Copy-PnPFile", + "Rank": 4, "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 276, - "Rank": 5, "CommandName": "Copy-PnPFile", + "Rank": 5, "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Id": 277, - "Rank": 6, "CommandName": "Copy-PnPFile", + "Rank": 6, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Id": 278, - "Rank": 7, "CommandName": "Copy-PnPFile", + "Rank": 7, "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Id": 279, - "Rank": 8, "CommandName": "Copy-PnPFile", + "Rank": 8, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 280, - "Rank": 9, "CommandName": "Copy-PnPFile", + "Rank": 9, "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Id": 281, - "Rank": 10, "CommandName": "Copy-PnPFile", + "Rank": 10, "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Id": 282, - "Rank": 1, "CommandName": "Copy-PnPFolder", + "Rank": 1, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 283, - "Rank": 2, "CommandName": "Copy-PnPFolder", + "Rank": 2, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Id": 284, - "Rank": 3, "CommandName": "Copy-PnPFolder", + "Rank": 3, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Id": 285, - "Rank": 4, "CommandName": "Copy-PnPFolder", + "Rank": 4, "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 286, - "Rank": 5, "CommandName": "Copy-PnPFolder", + "Rank": 5, "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Id": 287, - "Rank": 6, "CommandName": "Copy-PnPFolder", + "Rank": 6, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Id": 288, - "Rank": 7, "CommandName": "Copy-PnPFolder", + "Rank": 7, "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Id": 289, - "Rank": 8, "CommandName": "Copy-PnPFolder", + "Rank": 8, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 290, - "Rank": 9, "CommandName": "Copy-PnPFolder", + "Rank": 9, "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Id": 291, - "Rank": 10, "CommandName": "Copy-PnPFolder", + "Rank": 10, "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Id": 292, - "Rank": 11, "CommandName": "Copy-PnPFolder", + "Rank": 11, "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { "Id": 293, - "Rank": 1, "CommandName": "Copy-PnPItemProxy", + "Rank": 1, "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { "Id": 294, - "Rank": 1, "CommandName": "Copy-PnPList", + "Rank": 1, "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { "Id": 295, - "Rank": 2, "CommandName": "Copy-PnPList", + "Rank": 2, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { "Id": 296, - "Rank": 3, "CommandName": "Copy-PnPList", + "Rank": 3, "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { "Id": 297, - "Rank": 4, "CommandName": "Copy-PnPList", + "Rank": 4, "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { "Id": 298, - "Rank": 1, "CommandName": "Copy-PnPPage", + "Rank": 1, "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { "Id": 299, - "Rank": 1, "CommandName": "Copy-PnPTeamsTeam", + "Rank": 1, "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { "Id": 300, - "Rank": 2, "CommandName": "Copy-PnPTeamsTeam", + "Rank": 2, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { "Id": 301, - "Rank": 3, "CommandName": "Copy-PnPTeamsTeam", + "Rank": 3, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { "Id": 302, - "Rank": 4, "CommandName": "Copy-PnPTeamsTeam", + "Rank": 4, "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { "Id": 303, - "Rank": 1, "CommandName": "Disable-PnPFeature", + "Rank": 1, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 304, - "Rank": 2, "CommandName": "Disable-PnPFeature", + "Rank": 2, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Id": 305, - "Rank": 3, "CommandName": "Disable-PnPFeature", + "Rank": 3, "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Id": 306, - "Rank": 1, "CommandName": "Disable-PnPFlow", + "Rank": 1, "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 307, - "Rank": 2, "CommandName": "Disable-PnPFlow", + "Rank": 2, "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 308, - "Rank": 1, "CommandName": "Disable-PnPPageScheduling", + "Rank": 1, "Command": "Disable-PnPPageScheduling" }, { "Id": 309, - "Rank": 1, "CommandName": "Disable-PnPPowerShellTelemetry", + "Rank": 1, "Command": "Disable-PnPPowerShellTelemetry" }, { "Id": 310, - "Rank": 2, "CommandName": "Disable-PnPPowerShellTelemetry", + "Rank": 2, "Command": "Disable-PnPPowerShellTelemetry -Force" }, { "Id": 311, - "Rank": 1, "CommandName": "Disable-PnPSharingForNonOwnersOfSite", + "Rank": 1, "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { "Id": 312, - "Rank": 1, "CommandName": "Disable-PnPSiteClassification", + "Rank": 1, "Command": "Disable-PnPSiteClassification" }, { "Id": 313, - "Rank": 1, "CommandName": "Disconnect-PnPOnline", + "Rank": 1, "Command": "Disconnect-PnPOnline" }, { "Id": 314, - "Rank": 1, "CommandName": "Enable-PnPCommSite", + "Rank": 1, "Command": "Enable-PnPCommSite" }, { "Id": 315, - "Rank": 2, "CommandName": "Enable-PnPCommSite", + "Rank": 2, "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { "Id": 316, - "Rank": 1, "CommandName": "Enable-PnPFeature", + "Rank": 1, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 317, - "Rank": 2, "CommandName": "Enable-PnPFeature", + "Rank": 2, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Id": 318, - "Rank": 3, "CommandName": "Enable-PnPFeature", + "Rank": 3, "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Id": 319, - "Rank": 1, "CommandName": "Enable-PnPFlow", + "Rank": 1, "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 320, - "Rank": 2, "CommandName": "Enable-PnPFlow", + "Rank": 2, "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 321, - "Rank": 1, "CommandName": "Enable-PnPPageScheduling", + "Rank": 1, "Command": "Enable-PnPPageScheduling" }, { "Id": 322, - "Rank": 1, "CommandName": "Enable-PnPPowerShellTelemetry", + "Rank": 1, "Command": "Enable-PnPPowerShellTelemetry" }, { "Id": 323, - "Rank": 2, "CommandName": "Enable-PnPPowerShellTelemetry", + "Rank": 2, "Command": "Enable-PnPPowerShellTelemetry -Force" }, { "Id": 324, - "Rank": 1, "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 1, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { "Id": 325, - "Rank": 2, "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 2, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { "Id": 326, - "Rank": 3, "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 3, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { "Id": 327, - "Rank": 4, "CommandName": "Enable-PnPPriviledgedIdentityManagement", + "Rank": 4, "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { "Id": 328, - "Rank": 1, "CommandName": "Enable-PnPSiteClassification", + "Rank": 1, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { "Id": 329, - "Rank": 2, "CommandName": "Enable-PnPSiteClassification", + "Rank": 2, "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Id": 330, - "Rank": 1, "CommandName": "Export-PnPFlow", + "Rank": 1, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 331, - "Rank": 2, "CommandName": "Export-PnPFlow", + "Rank": 2, "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 332, - "Rank": 1, "CommandName": "Export-PnPListToSiteTemplate", + "Rank": 1, "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { "Id": 333, - "Rank": 2, "CommandName": "Export-PnPListToSiteTemplate", + "Rank": 2, "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { "Id": 334, - "Rank": 1, "CommandName": "Export-PnPPage", + "Rank": 1, "Command": "Export-PnPPage -Identity Home.aspx" }, { "Id": 335, - "Rank": 2, "CommandName": "Export-PnPPage", + "Rank": 2, "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { "Id": 336, - "Rank": 1, "CommandName": "Export-PnPPageMapping", + "Rank": 1, "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { "Id": 337, - "Rank": 2, "CommandName": "Export-PnPPageMapping", + "Rank": 2, "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { "Id": 338, - "Rank": 3, "CommandName": "Export-PnPPageMapping", + "Rank": 3, "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { "Id": 339, - "Rank": 1, "CommandName": "Export-PnPPowerApp", + "Rank": 1, "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { "Id": 340, - "Rank": 2, "CommandName": "Export-PnPPowerApp", + "Rank": 2, "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { "Id": 341, - "Rank": 1, "CommandName": "Export-PnPTaxonomy", + "Rank": 1, "Command": "Export-PnPTaxonomy" }, { "Id": 342, - "Rank": 2, "CommandName": "Export-PnPTaxonomy", + "Rank": 2, "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { "Id": 343, - "Rank": 3, "CommandName": "Export-PnPTaxonomy", + "Rank": 3, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { "Id": 344, - "Rank": 4, "CommandName": "Export-PnPTaxonomy", + "Rank": 4, "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { "Id": 345, - "Rank": 1, "CommandName": "Export-PnPTermGroupToXml", + "Rank": 1, "Command": "Export-PnPTermGroupToXml" }, { "Id": 346, - "Rank": 2, "CommandName": "Export-PnPTermGroupToXml", + "Rank": 2, "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { "Id": 347, - "Rank": 3, "CommandName": "Export-PnPTermGroupToXml", + "Rank": 3, "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { "Id": 348, - "Rank": 1, "CommandName": "Export-PnPUserInfo", + "Rank": 1, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Id": 349, - "Rank": 2, "CommandName": "Export-PnPUserInfo", + "Rank": 2, "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { "Id": 350, - "Rank": 1, "CommandName": "Export-PnPUserProfile", + "Rank": 1, "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { "Id": 351, - "Rank": 2, "CommandName": "Export-PnPUserProfile", + "Rank": 2, "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { "Id": 352, - "Rank": 1, "CommandName": "Find-PnPFile", + "Rank": 1, "Command": "Find-PnPFile -Match *.master" }, { "Id": 353, - "Rank": 2, "CommandName": "Find-PnPFile", + "Rank": 2, "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { "Id": 354, - "Rank": 3, "CommandName": "Find-PnPFile", + "Rank": 3, "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { "Id": 355, - "Rank": 1, "CommandName": "Get-PnPAccessToken", + "Rank": 1, "Command": "Get-PnPAccessToken" }, { "Id": 356, - "Rank": 2, "CommandName": "Get-PnPAccessToken", + "Rank": 2, "Command": "Get-PnPAccessToken -Decoded" }, { "Id": 357, - "Rank": 3, "CommandName": "Get-PnPAccessToken", + "Rank": 3, "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { "Id": 358, - "Rank": 4, "CommandName": "Get-PnPAccessToken", + "Rank": 4, "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { "Id": 359, - "Rank": 5, "CommandName": "Get-PnPAccessToken", + "Rank": 5, "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { "Id": 360, - "Rank": 6, "CommandName": "Get-PnPAccessToken", + "Rank": 6, "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { "Id": 361, - "Rank": 1, "CommandName": "Get-PnPAlert", + "Rank": 1, "Command": "Get-PnPAlert" }, { "Id": 362, - "Rank": 2, "CommandName": "Get-PnPAlert", + "Rank": 2, "Command": "Get-PnPAlert -List \"Demo List\"" }, { "Id": 363, - "Rank": 3, "CommandName": "Get-PnPAlert", + "Rank": 3, "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 364, - "Rank": 4, "CommandName": "Get-PnPAlert", + "Rank": 4, "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { "Id": 365, - "Rank": 5, "CommandName": "Get-PnPAlert", + "Rank": 5, "Command": "Get-PnPAlert -AllUsers" }, { "Id": 366, - "Rank": 6, "CommandName": "Get-PnPAlert", + "Rank": 6, "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { "Id": 367, - "Rank": 1, "CommandName": "Get-PnPApp", + "Rank": 1, "Command": "Get-PnPApp" }, { "Id": 368, - "Rank": 2, "CommandName": "Get-PnPApp", + "Rank": 2, "Command": "Get-PnPApp -Scope Site" }, { "Id": 369, - "Rank": 3, "CommandName": "Get-PnPApp", + "Rank": 3, "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 370, - "Rank": 1, "CommandName": "Get-PnPAppErrors", + "Rank": 1, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { "Id": 371, - "Rank": 2, "CommandName": "Get-PnPAppErrors", + "Rank": 2, "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { "Id": 372, - "Rank": 1, "CommandName": "Get-PnPAppInfo", + "Rank": 1, "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { "Id": 373, - "Rank": 2, "CommandName": "Get-PnPAppInfo", + "Rank": 2, "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 374, - "Rank": 3, "CommandName": "Get-PnPAppInfo", + "Rank": 3, "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { "Id": 375, - "Rank": 1, "CommandName": "Get-PnPApplicationCustomizer", + "Rank": 1, "Command": "Get-PnPApplicationCustomizer" }, { "Id": 376, - "Rank": 2, "CommandName": "Get-PnPApplicationCustomizer", + "Rank": 2, "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 377, - "Rank": 3, "CommandName": "Get-PnPApplicationCustomizer", + "Rank": 3, "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { "Id": 378, - "Rank": 1, "CommandName": "Get-PnPAuditing", + "Rank": 1, "Command": "Get-PnPAuditing" }, { "Id": 379, - "Rank": 1, "CommandName": "Get-PnPAuthenticationRealm", + "Rank": 1, "Command": "Get-PnPAuthenticationRealm" }, { "Id": 380, - "Rank": 2, "CommandName": "Get-PnPAuthenticationRealm", + "Rank": 2, "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { "Id": 381, - "Rank": 1, "CommandName": "Get-PnPAvailableLanguage", + "Rank": 1, "Command": "Get-PnPAvailableLanguage" }, { "Id": 382, - "Rank": 1, "CommandName": "Get-PnPAvailableSensitivityLabel", + "Rank": 1, "Command": "Get-PnPAvailableSensitivityLabel" }, { "Id": 383, - "Rank": 2, "CommandName": "Get-PnPAvailableSensitivityLabel", + "Rank": 2, "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { "Id": 384, - "Rank": 3, "CommandName": "Get-PnPAvailableSensitivityLabel", + "Rank": 3, "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { "Id": 385, - "Rank": 1, "CommandName": "Get-PnPAvailableSiteClassification", + "Rank": 1, "Command": "Get-PnPAvailableSiteClassification" }, { "Id": 386, - "Rank": 1, "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 1, "Command": "Get-PnPAzureACSPrincipal" }, { "Id": 387, - "Rank": 2, "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 2, "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { "Id": 388, - "Rank": 3, "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 3, "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { "Id": 389, - "Rank": 4, "CommandName": "Get-PnPAzureACSPrincipal", + "Rank": 4, "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { "Id": 390, - "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 1, "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { "Id": 391, - "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 2, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { "Id": 392, - "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", + "Rank": 3, "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { "Id": 393, - "Rank": 1, "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Rank": 1, "Command": "Get-PnPAzureADActivityReportSignIn" }, { "Id": 394, - "Rank": 2, "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Rank": 2, "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { "Id": 395, - "Rank": 3, "CommandName": "Get-PnPAzureADActivityReportSignIn", + "Rank": 3, "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { "Id": 396, - "Rank": 1, "CommandName": "Get-PnPAzureADApp", + "Rank": 1, "Command": "Get-PnPAzureADApp" }, { "Id": 397, - "Rank": 2, "CommandName": "Get-PnPAzureADApp", + "Rank": 2, "Command": "Get-PnPAzureADApp -Identity MyApp" }, { "Id": 398, - "Rank": 3, "CommandName": "Get-PnPAzureADApp", + "Rank": 3, "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 399, - "Rank": 4, "CommandName": "Get-PnPAzureADApp", + "Rank": 4, "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { "Id": 400, - "Rank": 1, "CommandName": "Get-PnPAzureADAppPermission", + "Rank": 1, "Command": "Get-PnPAzureADAppPermission" }, { "Id": 401, - "Rank": 2, "CommandName": "Get-PnPAzureADAppPermission", + "Rank": 2, "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { "Id": 402, - "Rank": 3, "CommandName": "Get-PnPAzureADAppPermission", + "Rank": 3, "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 403, - "Rank": 1, "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 1, "Command": "Get-PnPAzureADAppSitePermission" }, { "Id": 404, - "Rank": 2, "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 2, "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { "Id": 405, - "Rank": 3, "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 3, "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { "Id": 406, - "Rank": 4, "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 4, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { "Id": 407, - "Rank": 5, "CommandName": "Get-PnPAzureADAppSitePermission", + "Rank": 5, "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { "Id": 408, - "Rank": 1, "CommandName": "Get-PnPAzureADGroup", + "Rank": 1, "Command": "Get-PnPAzureADGroup" }, { "Id": 409, - "Rank": 2, "CommandName": "Get-PnPAzureADGroup", + "Rank": 2, "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { "Id": 410, - "Rank": 3, "CommandName": "Get-PnPAzureADGroup", + "Rank": 3, "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { "Id": 411, - "Rank": 4, "CommandName": "Get-PnPAzureADGroup", + "Rank": 4, "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { "Id": 412, - "Rank": 5, "CommandName": "Get-PnPAzureADGroup", + "Rank": 5, "Command": "Get-PnPAzureADGroup -Identity $group" }, { "Id": 413, - "Rank": 1, "CommandName": "Get-PnPAzureADGroupMember", + "Rank": 1, "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { "Id": 414, - "Rank": 2, "CommandName": "Get-PnPAzureADGroupMember", + "Rank": 2, "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { "Id": 415, - "Rank": 3, "CommandName": "Get-PnPAzureADGroupMember", + "Rank": 3, "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { "Id": 416, - "Rank": 1, "CommandName": "Get-PnPAzureADGroupOwner", + "Rank": 1, "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { "Id": 417, - "Rank": 2, "CommandName": "Get-PnPAzureADGroupOwner", + "Rank": 2, "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { "Id": 418, - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 1, "Command": "Get-PnPAzureADServicePrincipal" }, { "Id": 419, - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 2, "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { "Id": 420, - "Rank": 3, "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 3, "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { "Id": 421, - "Rank": 4, "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 4, "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { "Id": 422, - "Rank": 5, "CommandName": "Get-PnPAzureADServicePrincipal", + "Rank": 5, "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { "Id": 423, - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 424, - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Id": 425, - "Rank": 1, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Rank": 1, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 426, - "Rank": 2, "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", + "Rank": 2, "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { "Id": 427, - "Rank": 1, "CommandName": "Get-PnPAzureADUser", + "Rank": 1, "Command": "Get-PnPAzureADUser" }, { "Id": 428, - "Rank": 2, "CommandName": "Get-PnPAzureADUser", + "Rank": 2, "Command": "Get-PnPAzureADUser -EndIndex 50" }, { "Id": 429, - "Rank": 3, "CommandName": "Get-PnPAzureADUser", + "Rank": 3, "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Id": 430, - "Rank": 4, "CommandName": "Get-PnPAzureADUser", + "Rank": 4, "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { "Id": 431, - "Rank": 5, "CommandName": "Get-PnPAzureADUser", + "Rank": 5, "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { "Id": 432, - "Rank": 6, "CommandName": "Get-PnPAzureADUser", + "Rank": 6, "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { "Id": 433, - "Rank": 7, "CommandName": "Get-PnPAzureADUser", + "Rank": 7, "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { "Id": 434, - "Rank": 8, "CommandName": "Get-PnPAzureADUser", + "Rank": 8, "Command": "Get-PnPAzureADUser -Delta" }, { "Id": 435, - "Rank": 9, "CommandName": "Get-PnPAzureADUser", + "Rank": 9, "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { "Id": 436, - "Rank": 10, "CommandName": "Get-PnPAzureADUser", + "Rank": 10, "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { "Id": 437, - "Rank": 1, "CommandName": "Get-PnPAzureCertificate", + "Rank": 1, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { "Id": 438, - "Rank": 2, "CommandName": "Get-PnPAzureCertificate", + "Rank": 2, "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Id": 439, - "Rank": 3, "CommandName": "Get-PnPAzureCertificate", + "Rank": 3, "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { "Id": 440, - "Rank": 1, "CommandName": "Get-PnPBrandCenterConfig", + "Rank": 1, "Command": "Get-PnPBrandCenterConfig" }, { "Id": 441, - "Rank": 1, "CommandName": "Get-PnPBrandCenterFont", + "Rank": 1, "Command": "Get-PnPBrandCenterFont" }, { "Id": 442, - "Rank": 1, "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 1, "Command": "Get-PnPBrandCenterFontPackage" }, { "Id": 443, - "Rank": 2, "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 2, "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { "Id": 444, - "Rank": 3, "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 3, "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { "Id": 445, - "Rank": 4, "CommandName": "Get-PnPBrandCenterFontPackage", + "Rank": 4, "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { "Id": 446, - "Rank": 1, "CommandName": "Get-PnPBrowserIdleSignout", + "Rank": 1, "Command": "Get-PnPBrowserIdleSignout" }, { "Id": 447, - "Rank": 1, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Rank": 1, "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { "Id": 448, - "Rank": 2, "CommandName": "Get-PnPBuiltInDesignPackageVisibility", + "Rank": 2, "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { "Id": 449, - "Rank": 1, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 1, "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { "Id": 450, - "Rank": 2, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 2, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { "Id": 451, - "Rank": 3, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 3, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { "Id": 452, - "Rank": 4, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 4, "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 453, - "Rank": 5, "CommandName": "Get-PnPBuiltInSiteTemplateSettings", + "Rank": 5, "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { "Id": 454, - "Rank": 1, "CommandName": "Get-PnPChangeLog", + "Rank": 1, "Command": "Get-PnPChangeLog" }, { "Id": 455, - "Rank": 2, "CommandName": "Get-PnPChangeLog", + "Rank": 2, "Command": "Get-PnPChangeLog -Nightly" }, { "Id": 456, - "Rank": 3, "CommandName": "Get-PnPChangeLog", + "Rank": 3, "Command": "Get-PnPChangeLog -Version 2.12.0" }, { "Id": 457, - "Rank": 1, "CommandName": "Get-PnPCompatibleHubContentTypes", + "Rank": 1, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { "Id": 458, - "Rank": 2, "CommandName": "Get-PnPCompatibleHubContentTypes", + "Rank": 2, "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { "Id": 459, - "Rank": 1, "CommandName": "Get-PnPContainer", + "Rank": 1, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { "Id": 460, - "Rank": 2, "CommandName": "Get-PnPContainer", + "Rank": 2, "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Id": 461, - "Rank": 3, "CommandName": "Get-PnPContainer", + "Rank": 3, "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { "Id": 462, - "Rank": 1, "CommandName": "Get-PnPContainerType", + "Rank": 1, "Command": "Get-PnPContainerType" }, { "Id": 463, - "Rank": 1, "CommandName": "Get-PnPContainerTypeConfiguration", + "Rank": 1, "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { "Id": 464, - "Rank": 1, "CommandName": "Get-PnPContentType", + "Rank": 1, "Command": "Get-PnPContentType" }, { "Id": 465, - "Rank": 2, "CommandName": "Get-PnPContentType", + "Rank": 2, "Command": "Get-PnPContentType -InSiteHierarchy" }, { "Id": 466, - "Rank": 3, "CommandName": "Get-PnPContentType", + "Rank": 3, "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { "Id": 467, - "Rank": 4, "CommandName": "Get-PnPContentType", + "Rank": 4, "Command": "Get-PnPContentType -List \"Documents\"" }, { "Id": 468, - "Rank": 5, "CommandName": "Get-PnPContentType", + "Rank": 5, "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { "Id": 469, - "Rank": 1, "CommandName": "Get-PnPContentTypePublishingStatus", + "Rank": 1, "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { "Id": 470, - "Rank": 1, "CommandName": "Get-PnPCopilotAdminLimitedMode", + "Rank": 1, "Command": "Get-PnPCopilotAdminLimitedMode" }, { "Id": 471, - "Rank": 1, "CommandName": "Get-PnPCopilotAgent", + "Rank": 1, "Command": "Get-PnPCopilotAgent" }, { "Id": 472, - "Rank": 2, "CommandName": "Get-PnPCopilotAgent", + "Rank": 2, "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { "Id": 473, - "Rank": 1, "CommandName": "Get-PnPCustomAction", + "Rank": 1, "Command": "Get-PnPCustomAction" }, { "Id": 474, - "Rank": 2, "CommandName": "Get-PnPCustomAction", + "Rank": 2, "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 475, - "Rank": 3, "CommandName": "Get-PnPCustomAction", + "Rank": 3, "Command": "Get-PnPCustomAction -Scope web" }, { "Id": 476, - "Rank": 1, "CommandName": "Get-PnPDeletedContainer", + "Rank": 1, "Command": "Get-PnPDeletedContainer" }, { "Id": 477, - "Rank": 1, "CommandName": "Get-PnPDeletedFlow", + "Rank": 1, "Command": "Get-PnPDeletedFlow" }, { "Id": 478, - "Rank": 1, "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Rank": 1, "Command": "Get-PnPDeletedMicrosoft365Group" }, { "Id": 479, - "Rank": 2, "CommandName": "Get-PnPDeletedMicrosoft365Group", + "Rank": 2, "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 480, - "Rank": 1, "CommandName": "Get-PnPDeletedTeam", + "Rank": 1, "Command": "Get-PnPDeletedTeam" }, { "Id": 481, - "Rank": 1, "CommandName": "Get-PnPDiagnostics", + "Rank": 1, "Command": "Get-PnPDiagnostics" }, { "Id": 482, - "Rank": 1, "CommandName": "Get-PnPDisableSpacesActivation", + "Rank": 1, "Command": "Get-PnPDisableSpacesActivation" }, { "Id": 483, - "Rank": 1, "CommandName": "Get-PnPDocumentSetTemplate", + "Rank": 1, "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { "Id": 484, - "Rank": 2, "CommandName": "Get-PnPDocumentSetTemplate", + "Rank": 2, "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { "Id": 485, - "Rank": 1, "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 1, "Command": "Get-PnPEnterpriseAppInsightsReport" }, { "Id": 486, - "Rank": 2, "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 2, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { "Id": 487, - "Rank": 3, "CommandName": "Get-PnPEnterpriseAppInsightsReport", + "Rank": 3, "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { "Id": 488, - "Rank": 1, "CommandName": "Get-PnPEventReceiver", + "Rank": 1, "Command": "Get-PnPEventReceiver" }, { "Id": 489, - "Rank": 2, "CommandName": "Get-PnPEventReceiver", + "Rank": 2, "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 490, - "Rank": 3, "CommandName": "Get-PnPEventReceiver", + "Rank": 3, "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { "Id": 491, - "Rank": 4, "CommandName": "Get-PnPEventReceiver", + "Rank": 4, "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { "Id": 492, - "Rank": 5, "CommandName": "Get-PnPEventReceiver", + "Rank": 5, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 493, - "Rank": 6, "CommandName": "Get-PnPEventReceiver", + "Rank": 6, "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { "Id": 494, - "Rank": 7, "CommandName": "Get-PnPEventReceiver", + "Rank": 7, "Command": "Get-PnPEventReceiver -Scope Site" }, { "Id": 495, - "Rank": 8, "CommandName": "Get-PnPEventReceiver", + "Rank": 8, "Command": "Get-PnPEventReceiver -Scope Web" }, { "Id": 496, - "Rank": 9, "CommandName": "Get-PnPEventReceiver", + "Rank": 9, "Command": "Get-PnPEventReceiver -Scope All" }, { "Id": 497, - "Rank": 1, "CommandName": "Get-PnPException", + "Rank": 1, "Command": "Get-PnPException" }, { "Id": 498, - "Rank": 2, "CommandName": "Get-PnPException", + "Rank": 2, "Command": "Get-PnPException -All" }, { "Id": 499, - "Rank": 1, "CommandName": "Get-PnPExternalUser", + "Rank": 1, "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { "Id": 500, - "Rank": 2, "CommandName": "Get-PnPExternalUser", + "Rank": 2, "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { "Id": 501, - "Rank": 1, "CommandName": "Get-PnPFeature", + "Rank": 1, "Command": "Get-PnPFeature" }, { "Id": 502, - "Rank": 2, "CommandName": "Get-PnPFeature", + "Rank": 2, "Command": "Get-PnPFeature -Scope Site" }, { "Id": 503, - "Rank": 3, "CommandName": "Get-PnPFeature", + "Rank": 3, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 504, - "Rank": 4, "CommandName": "Get-PnPFeature", + "Rank": 4, "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { "Id": 505, - "Rank": 1, "CommandName": "Get-PnPField", + "Rank": 1, "Command": "Get-PnPField" }, { "Id": 506, - "Rank": 2, "CommandName": "Get-PnPField", + "Rank": 2, "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Id": 507, - "Rank": 3, "CommandName": "Get-PnPField", + "Rank": 3, "Command": "Get-PnPField -Group \"Custom Columns\"" }, { "Id": 508, - "Rank": 1, "CommandName": "Get-PnPFile", + "Rank": 1, "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Id": 509, - "Rank": 2, "CommandName": "Get-PnPFile", + "Rank": 2, "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { "Id": 510, - "Rank": 3, "CommandName": "Get-PnPFile", + "Rank": 3, "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { "Id": 511, - "Rank": 4, "CommandName": "Get-PnPFile", + "Rank": 4, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { "Id": 512, - "Rank": 5, "CommandName": "Get-PnPFile", + "Rank": 5, "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { "Id": 513, - "Rank": 6, "CommandName": "Get-PnPFile", + "Rank": 6, "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { "Id": 514, - "Rank": 7, "CommandName": "Get-PnPFile", + "Rank": 7, "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { "Id": 515, - "Rank": 8, "CommandName": "Get-PnPFile", + "Rank": 8, "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { "Id": 516, - "Rank": 1, "CommandName": "Get-PnPFileAnalyticsData", + "Rank": 1, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Id": 517, - "Rank": 2, "CommandName": "Get-PnPFileAnalyticsData", + "Rank": 2, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { "Id": 518, - "Rank": 3, "CommandName": "Get-PnPFileAnalyticsData", + "Rank": 3, "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Id": 519, - "Rank": 1, "CommandName": "Get-PnPFileCheckedOut", + "Rank": 1, "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { "Id": 520, - "Rank": 1, "CommandName": "Get-PnPFileInFolder", + "Rank": 1, "Command": "Get-PnPFileInFolder" }, { "Id": 521, - "Rank": 2, "CommandName": "Get-PnPFileInFolder", + "Rank": 2, "Command": "Get-PnPFileInFolder -Recurse" }, { "Id": 522, - "Rank": 3, "CommandName": "Get-PnPFileInFolder", + "Rank": 3, "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { "Id": 523, - "Rank": 4, "CommandName": "Get-PnPFileInFolder", + "Rank": 4, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Id": 524, - "Rank": 5, "CommandName": "Get-PnPFileInFolder", + "Rank": 5, "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { "Id": 525, - "Rank": 1, "CommandName": "Get-PnPFileRetentionLabel", + "Rank": 1, "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { "Id": 526, - "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabel", + "Rank": 1, "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { "Id": 527, - "Rank": 1, "CommandName": "Get-PnPFileSensitivityLabelInfo", + "Rank": 1, "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { "Id": 528, - "Rank": 1, "CommandName": "Get-PnPFileSharingLink", + "Rank": 1, "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 529, - "Rank": 2, "CommandName": "Get-PnPFileSharingLink", + "Rank": 2, "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { "Id": 530, - "Rank": 3, "CommandName": "Get-PnPFileSharingLink", + "Rank": 3, "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { "Id": 531, - "Rank": 1, "CommandName": "Get-PnPFileVersion", + "Rank": 1, "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { "Id": 532, - "Rank": 2, "CommandName": "Get-PnPFileVersion", + "Rank": 2, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { "Id": 533, - "Rank": 3, "CommandName": "Get-PnPFileVersion", + "Rank": 3, "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { "Id": 534, - "Rank": 1, "CommandName": "Get-PnPFlow", + "Rank": 1, "Command": "Get-PnPFlow -AsAdmin" }, { "Id": 535, - "Rank": 2, "CommandName": "Get-PnPFlow", + "Rank": 2, "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { "Id": 536, - "Rank": 3, "CommandName": "Get-PnPFlow", + "Rank": 3, "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 537, - "Rank": 1, "CommandName": "Get-PnPFlowOwner", + "Rank": 1, "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { "Id": 538, - "Rank": 2, "CommandName": "Get-PnPFlowOwner", + "Rank": 2, "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { "Id": 539, - "Rank": 1, "CommandName": "Get-PnPFlowRun", + "Rank": 1, "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 540, - "Rank": 2, "CommandName": "Get-PnPFlowRun", + "Rank": 2, "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Id": 541, - "Rank": 1, "CommandName": "Get-PnPFolder", + "Rank": 1, "Command": "Get-PnPFolder" }, { "Id": 542, - "Rank": 2, "CommandName": "Get-PnPFolder", + "Rank": 2, "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { "Id": 543, - "Rank": 3, "CommandName": "Get-PnPFolder", + "Rank": 3, "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { "Id": 544, - "Rank": 4, "CommandName": "Get-PnPFolder", + "Rank": 4, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { "Id": 545, - "Rank": 5, "CommandName": "Get-PnPFolder", + "Rank": 5, "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { "Id": 546, - "Rank": 6, "CommandName": "Get-PnPFolder", + "Rank": 6, "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { "Id": 547, - "Rank": 7, "CommandName": "Get-PnPFolder", + "Rank": 7, "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { "Id": 548, - "Rank": 1, "CommandName": "Get-PnPFolderInFolder", + "Rank": 1, "Command": "Get-PnPFolderInFolder" }, { "Id": 549, - "Rank": 2, "CommandName": "Get-PnPFolderInFolder", + "Rank": 2, "Command": "Get-PnPFolderInFolder -Recurse" }, { "Id": 550, - "Rank": 3, "CommandName": "Get-PnPFolderInFolder", + "Rank": 3, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { "Id": 551, - "Rank": 4, "CommandName": "Get-PnPFolderInFolder", + "Rank": 4, "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { "Id": 552, - "Rank": 5, "CommandName": "Get-PnPFolderInFolder", + "Rank": 5, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { "Id": 553, - "Rank": 6, "CommandName": "Get-PnPFolderInFolder", + "Rank": 6, "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { "Id": 554, - "Rank": 1, "CommandName": "Get-PnPFolderItem", + "Rank": 1, "Command": "Get-PnPFolderItem" }, { "Id": 555, - "Rank": 2, "CommandName": "Get-PnPFolderItem", + "Rank": 2, "Command": "Get-PnPFolderItem -Recurse" }, { "Id": 556, - "Rank": 3, "CommandName": "Get-PnPFolderItem", + "Rank": 3, "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { "Id": 557, - "Rank": 4, "CommandName": "Get-PnPFolderItem", + "Rank": 4, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Id": 558, - "Rank": 5, "CommandName": "Get-PnPFolderItem", + "Rank": 5, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { "Id": 559, - "Rank": 6, "CommandName": "Get-PnPFolderItem", + "Rank": 6, "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { "Id": 560, - "Rank": 1, "CommandName": "Get-PnPFolderSharingLink", + "Rank": 1, "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 561, - "Rank": 1, "CommandName": "Get-PnPFolderStorageMetric", + "Rank": 1, "Command": "Get-PnPFolderStorageMetric" }, { "Id": 562, - "Rank": 2, "CommandName": "Get-PnPFolderStorageMetric", + "Rank": 2, "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { "Id": 563, - "Rank": 3, "CommandName": "Get-PnPFolderStorageMetric", + "Rank": 3, "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { "Id": 564, - "Rank": 1, "CommandName": "Get-PnPFooter", + "Rank": 1, "Command": "Get-PnPFooter" }, { "Id": 565, - "Rank": 1, "CommandName": "Get-PnPGraphSubscription", + "Rank": 1, "Command": "Get-PnPGraphSubscription" }, { "Id": 566, - "Rank": 2, "CommandName": "Get-PnPGraphSubscription", + "Rank": 2, "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Id": 567, - "Rank": 1, "CommandName": "Get-PnPGroup", + "Rank": 1, "Command": "Get-PnPGroup" }, { "Id": 568, - "Rank": 2, "CommandName": "Get-PnPGroup", + "Rank": 2, "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { "Id": 569, - "Rank": 3, "CommandName": "Get-PnPGroup", + "Rank": 3, "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { "Id": 570, - "Rank": 1, "CommandName": "Get-PnPGroupMember", + "Rank": 1, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { "Id": 571, - "Rank": 2, "CommandName": "Get-PnPGroupMember", + "Rank": 2, "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { "Id": 572, - "Rank": 1, "CommandName": "Get-PnPGroupPermissions", + "Rank": 1, "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { "Id": 573, - "Rank": 1, "CommandName": "Get-PnPHideDefaultThemes", + "Rank": 1, "Command": "Get-PnPHideDefaultThemes" }, { "Id": 574, - "Rank": 1, "CommandName": "Get-PnPHomePage", + "Rank": 1, "Command": "Get-PnPHomePage" }, { "Id": 575, - "Rank": 1, "CommandName": "Get-PnPHomeSite", + "Rank": 1, "Command": "Get-PnPHomeSite" }, { "Id": 576, - "Rank": 2, "CommandName": "Get-PnPHomeSite", + "Rank": 2, "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { "Id": 577, - "Rank": 3, "CommandName": "Get-PnPHomeSite", + "Rank": 3, "Command": "Get-PnPHomeSite -Detailed" }, { "Id": 578, - "Rank": 1, "CommandName": "Get-PnPHubSite", + "Rank": 1, "Command": "Get-PnPHubSite" }, { "Id": 579, - "Rank": 2, "CommandName": "Get-PnPHubSite", + "Rank": 2, "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Id": 580, - "Rank": 3, "CommandName": "Get-PnPHubSite", + "Rank": 3, "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { "Id": 581, - "Rank": 1, "CommandName": "Get-PnPHubSiteChild", + "Rank": 1, "Command": "Get-PnPHubSiteChild" }, { "Id": 582, - "Rank": 2, "CommandName": "Get-PnPHubSiteChild", + "Rank": 2, "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Id": 583, - "Rank": 1, "CommandName": "Get-PnPInPlaceRecordsManagement", + "Rank": 1, "Command": "Get-PnPInPlaceRecordsManagement" }, { "Id": 584, - "Rank": 1, "CommandName": "Get-PnPIsSiteAliasAvailable", + "Rank": 1, "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { "Id": 585, - "Rank": 1, "CommandName": "Get-PnPJavaScriptLink", + "Rank": 1, "Command": "Get-PnPJavaScriptLink" }, { "Id": 586, - "Rank": 2, "CommandName": "Get-PnPJavaScriptLink", + "Rank": 2, "Command": "Get-PnPJavaScriptLink -Scope All" }, { "Id": 587, - "Rank": 3, "CommandName": "Get-PnPJavaScriptLink", + "Rank": 3, "Command": "Get-PnPJavaScriptLink -Scope Web" }, { "Id": 588, - "Rank": 4, "CommandName": "Get-PnPJavaScriptLink", + "Rank": 4, "Command": "Get-PnPJavaScriptLink -Scope Site" }, { "Id": 589, - "Rank": 5, "CommandName": "Get-PnPJavaScriptLink", + "Rank": 5, "Command": "Get-PnPJavaScriptLink -Name Test" }, { "Id": 590, - "Rank": 1, "CommandName": "Get-PnPKnowledgeHubSite", + "Rank": 1, "Command": "Get-PnPKnowledgeHubSite" }, { "Id": 591, - "Rank": 1, "CommandName": "Get-PnPLargeListOperationStatus", + "Rank": 1, "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { "Id": 592, - "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", + "Rank": 1, "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { "Id": 593, - "Rank": 1, "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", + "Rank": 1, "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 594, - "Rank": 1, "CommandName": "Get-PnPList", + "Rank": 1, "Command": "Get-PnPList" }, { "Id": 595, - "Rank": 2, "CommandName": "Get-PnPList", + "Rank": 2, "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 596, - "Rank": 3, "CommandName": "Get-PnPList", + "Rank": 3, "Command": "Get-PnPList -Identity Lists/Announcements" }, { "Id": 597, - "Rank": 4, "CommandName": "Get-PnPList", + "Rank": 4, "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { "Id": 598, - "Rank": 5, "CommandName": "Get-PnPList", + "Rank": 5, "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { "Id": 599, - "Rank": 1, "CommandName": "Get-PnPListDesign", + "Rank": 1, "Command": "Get-PnPListDesign" }, { "Id": 600, - "Rank": 2, "CommandName": "Get-PnPListDesign", + "Rank": 2, "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 601, - "Rank": 3, "CommandName": "Get-PnPListDesign", + "Rank": 3, "Command": "Get-PnPListDesign -Identity ListEvent" }, { "Id": 602, - "Rank": 1, "CommandName": "Get-PnPListInformationRightsManagement", + "Rank": 1, "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { "Id": 603, - "Rank": 1, "CommandName": "Get-PnPListItem", + "Rank": 1, "Command": "Get-PnPListItem -List Tasks" }, { "Id": 604, - "Rank": 2, "CommandName": "Get-PnPListItem", + "Rank": 2, "Command": "Get-PnPListItem -List Tasks -Id 1" }, { "Id": 605, - "Rank": 3, "CommandName": "Get-PnPListItem", + "Rank": 3, "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { "Id": 606, - "Rank": 4, "CommandName": "Get-PnPListItem", + "Rank": 4, "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { "Id": 607, - "Rank": 5, "CommandName": "Get-PnPListItem", + "Rank": 5, "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { "Id": 608, - "Rank": 6, "CommandName": "Get-PnPListItem", + "Rank": 6, "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { "Id": 609, - "Rank": 7, "CommandName": "Get-PnPListItem", + "Rank": 7, "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { "Id": 610, - "Rank": 8, "CommandName": "Get-PnPListItem", + "Rank": 8, "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { "Id": 611, - "Rank": 9, "CommandName": "Get-PnPListItem", + "Rank": 9, "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { "Id": 612, - "Rank": 1, "CommandName": "Get-PnPListItemAttachment", + "Rank": 1, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { "Id": 613, - "Rank": 2, "CommandName": "Get-PnPListItemAttachment", + "Rank": 2, "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { "Id": 614, - "Rank": 1, "CommandName": "Get-PnPListItemComment", + "Rank": 1, "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { "Id": 615, - "Rank": 1, "CommandName": "Get-PnPListItemPermission", + "Rank": 1, "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { "Id": 616, - "Rank": 1, "CommandName": "Get-PnPListItemVersion", + "Rank": 1, "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { "Id": 617, - "Rank": 1, "CommandName": "Get-PnPListPermissions", + "Rank": 1, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { "Id": 618, - "Rank": 2, "CommandName": "Get-PnPListPermissions", + "Rank": 2, "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Id": 619, - "Rank": 1, "CommandName": "Get-PnPListRecordDeclaration", + "Rank": 1, "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { "Id": 620, - "Rank": 1, "CommandName": "Get-PnPManagedAppId", + "Rank": 1, "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { "Id": 621, - "Rank": 1, "CommandName": "Get-PnPMasterPage", + "Rank": 1, "Command": "Get-PnPMasterPage" }, { "Id": 622, - "Rank": 1, "CommandName": "Get-PnPMessageCenterAnnouncement", + "Rank": 1, "Command": "Get-PnPMessageCenterAnnouncement" }, { "Id": 623, - "Rank": 2, "CommandName": "Get-PnPMessageCenterAnnouncement", + "Rank": 2, "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { "Id": 624, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Rank": 1, "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { "Id": 625, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365ExpiringGroup", + "Rank": 2, "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { "Id": 626, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 1, "Command": "Get-PnPMicrosoft365Group" }, { "Id": 627, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 2, "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { "Id": 628, - "Rank": 3, "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 3, "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { "Id": 629, - "Rank": 4, "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 4, "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { "Id": 630, - "Rank": 5, "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 5, "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { "Id": 631, - "Rank": 6, "CommandName": "Get-PnPMicrosoft365Group", + "Rank": 6, "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { "Id": 632, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { "Id": 633, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { "Id": 634, - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupEndpoint", + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 635, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupMember", + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { "Id": 636, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupMember", + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { "Id": 637, - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupMember", + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { "Id": 638, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { "Id": 639, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupOwner", + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { "Id": 640, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettings" }, { "Id": 641, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { "Id": 642, - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { "Id": 643, - "Rank": 4, "CommandName": "Get-PnPMicrosoft365GroupSettings", + "Rank": 4, "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { "Id": 644, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { "Id": 645, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { "Id": 646, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupTeam" }, { "Id": 647, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { "Id": 648, - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupTeam", + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 649, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 1, "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { "Id": 650, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 2, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { "Id": 651, - "Rank": 3, "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", + "Rank": 3, "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 652, - "Rank": 1, "CommandName": "Get-PnPMicrosoft365Roadmap", + "Rank": 1, "Command": "Get-PnPMicrosoft365Roadmap" }, { "Id": 653, - "Rank": 2, "CommandName": "Get-PnPMicrosoft365Roadmap", + "Rank": 2, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { "Id": 654, - "Rank": 3, "CommandName": "Get-PnPMicrosoft365Roadmap", + "Rank": 3, "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { "Id": 655, - "Rank": 1, "CommandName": "Get-PnPNavigationNode", + "Rank": 1, "Command": "Get-PnPNavigationNode" }, { "Id": 656, - "Rank": 2, "CommandName": "Get-PnPNavigationNode", + "Rank": 2, "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { "Id": 657, - "Rank": 3, "CommandName": "Get-PnPNavigationNode", + "Rank": 3, "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { "Id": 658, - "Rank": 1, "CommandName": "Get-PnPOrgAssetsLibrary", + "Rank": 1, "Command": "Get-PnPOrgAssetsLibrary" }, { "Id": 659, - "Rank": 1, "CommandName": "Get-PnPOrgNewsSite", + "Rank": 1, "Command": "Get-PnPOrgNewsSite" }, { "Id": 660, - "Rank": 1, "CommandName": "Get-PnPPage", + "Rank": 1, "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { "Id": 661, - "Rank": 2, "CommandName": "Get-PnPPage", + "Rank": 2, "Command": "Get-PnPPage \"MyPage\"" }, { "Id": 662, - "Rank": 3, "CommandName": "Get-PnPPage", + "Rank": 3, "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { "Id": 663, - "Rank": 4, "CommandName": "Get-PnPPage", + "Rank": 4, "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Id": 664, - "Rank": 5, "CommandName": "Get-PnPPage", + "Rank": 5, "Command": "Get-PnPPage" }, { "Id": 665, - "Rank": 1, "CommandName": "Get-PnPPageComponent", + "Rank": 1, "Command": "Get-PnPPageComponent -Page Home" }, { "Id": 666, - "Rank": 2, "CommandName": "Get-PnPPageComponent", + "Rank": 2, "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 667, - "Rank": 3, "CommandName": "Get-PnPPageComponent", + "Rank": 3, "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { "Id": 668, - "Rank": 1, "CommandName": "Get-PnPPageCopyProgress", + "Rank": 1, "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { "Id": 669, - "Rank": 1, "CommandName": "Get-PnPPageLikedByInformation", + "Rank": 1, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { "Id": 670, - "Rank": 2, "CommandName": "Get-PnPPageLikedByInformation", + "Rank": 2, "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { "Id": 671, - "Rank": 3, "CommandName": "Get-PnPPageLikedByInformation", + "Rank": 3, "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Id": 672, - "Rank": 1, "CommandName": "Get-PnPPageSchedulingEnabled", + "Rank": 1, "Command": "Get-PnPPageSchedulingEnabled" }, { "Id": 673, - "Rank": 1, "CommandName": "Get-PnPPlannerBucket", + "Rank": 1, "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Id": 674, - "Rank": 1, "CommandName": "Get-PnPPlannerConfiguration", + "Rank": 1, "Command": "Get-PnPPlannerConfiguration" }, { "Id": 675, - "Rank": 1, "CommandName": "Get-PnPPlannerPlan", + "Rank": 1, "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { "Id": 676, - "Rank": 2, "CommandName": "Get-PnPPlannerPlan", + "Rank": 2, "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { "Id": 677, - "Rank": 3, "CommandName": "Get-PnPPlannerPlan", + "Rank": 3, "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { "Id": 678, - "Rank": 1, "CommandName": "Get-PnPPlannerRosterMember", + "Rank": 1, "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Id": 679, - "Rank": 1, "CommandName": "Get-PnPPlannerRosterPlan", + "Rank": 1, "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { "Id": 680, - "Rank": 2, "CommandName": "Get-PnPPlannerRosterPlan", + "Rank": 2, "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 681, - "Rank": 1, "CommandName": "Get-PnPPlannerTask", + "Rank": 1, "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Id": 682, - "Rank": 2, "CommandName": "Get-PnPPlannerTask", + "Rank": 2, "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Id": 683, - "Rank": 3, "CommandName": "Get-PnPPlannerTask", + "Rank": 3, "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Id": 684, - "Rank": 1, "CommandName": "Get-PnPPlannerUserPolicy", + "Rank": 1, "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 685, - "Rank": 1, "CommandName": "Get-PnPPowerApp", + "Rank": 1, "Command": "Get-PnPPowerApp" }, { "Id": 686, - "Rank": 2, "CommandName": "Get-PnPPowerApp", + "Rank": 2, "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 687, - "Rank": 1, "CommandName": "Get-PnPPowerPlatformCustomConnector", + "Rank": 1, "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { "Id": 688, - "Rank": 1, "CommandName": "Get-PnPPowerPlatformEnvironment", + "Rank": 1, "Command": "Get-PnPPowerPlatformEnvironment" }, { "Id": 689, - "Rank": 2, "CommandName": "Get-PnPPowerPlatformEnvironment", + "Rank": 2, "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { "Id": 690, - "Rank": 3, "CommandName": "Get-PnPPowerPlatformEnvironment", + "Rank": 3, "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { "Id": 691, - "Rank": 1, "CommandName": "Get-PnPPowerPlatformSolution", + "Rank": 1, "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { "Id": 692, - "Rank": 2, "CommandName": "Get-PnPPowerPlatformSolution", + "Rank": 2, "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { "Id": 693, - "Rank": 1, "CommandName": "Get-PnPPowerShellTelemetryEnabled", + "Rank": 1, "Command": "Get-PnPPowerShellTelemetryEnabled" }, { "Id": 694, - "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { "Id": 695, - "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", + "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { "Id": 696, - "Rank": 1, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 1, "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { "Id": 697, - "Rank": 2, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 2, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { "Id": 698, - "Rank": 3, "CommandName": "Get-PnPPriviledgedIdentityManagementRole", + "Rank": 3, "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { "Id": 699, - "Rank": 1, "CommandName": "Get-PnPProfileCardProperty", + "Rank": 1, "Command": "Get-PnPProfileCardProperty" }, { "Id": 700, - "Rank": 2, "CommandName": "Get-PnPProfileCardProperty", + "Rank": 2, "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { "Id": 701, - "Rank": 1, "CommandName": "Get-PnPPropertyBag", + "Rank": 1, "Command": "Get-PnPPropertyBag" }, { "Id": 702, - "Rank": 2, "CommandName": "Get-PnPPropertyBag", + "Rank": 2, "Command": "Get-PnPPropertyBag -Key MyKey" }, { "Id": 703, - "Rank": 3, "CommandName": "Get-PnPPropertyBag", + "Rank": 3, "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { "Id": 704, - "Rank": 4, "CommandName": "Get-PnPPropertyBag", + "Rank": 4, "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { "Id": 705, - "Rank": 5, "CommandName": "Get-PnPPropertyBag", + "Rank": 5, "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { "Id": 706, - "Rank": 1, "CommandName": "Get-PnPPublishingImageRendition", + "Rank": 1, "Command": "Get-PnPPublishingImageRendition" }, { "Id": 707, - "Rank": 2, "CommandName": "Get-PnPPublishingImageRendition", + "Rank": 2, "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { "Id": 708, - "Rank": 3, "CommandName": "Get-PnPPublishingImageRendition", + "Rank": 3, "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { "Id": 709, - "Rank": 1, "CommandName": "Get-PnPRecycleBinItem", + "Rank": 1, "Command": "Get-PnPRecycleBinItem" }, { "Id": 710, - "Rank": 2, "CommandName": "Get-PnPRecycleBinItem", + "Rank": 2, "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { "Id": 711, - "Rank": 3, "CommandName": "Get-PnPRecycleBinItem", + "Rank": 3, "Command": "Get-PnPRecycleBinItem -FirstStage" }, { "Id": 712, - "Rank": 4, "CommandName": "Get-PnPRecycleBinItem", + "Rank": 4, "Command": "Get-PnPRecycleBinItem -SecondStage" }, { "Id": 713, - "Rank": 5, "CommandName": "Get-PnPRecycleBinItem", + "Rank": 5, "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { "Id": 714, - "Rank": 1, "CommandName": "Get-PnPRequestAccessEmails", + "Rank": 1, "Command": "Get-PnPRequestAccessEmails" }, { "Id": 715, - "Rank": 1, "CommandName": "Get-PnPRetentionLabel", + "Rank": 1, "Command": "Get-PnPRetentionLabel" }, { "Id": 716, - "Rank": 2, "CommandName": "Get-PnPRetentionLabel", + "Rank": 2, "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { "Id": 717, - "Rank": 1, "CommandName": "Get-PnPRoleDefinition", + "Rank": 1, "Command": "Get-PnPRoleDefinition" }, { "Id": 718, - "Rank": 2, "CommandName": "Get-PnPRoleDefinition", + "Rank": 2, "Command": "Get-PnPRoleDefinition -Identity Read" }, { "Id": 719, - "Rank": 3, "CommandName": "Get-PnPRoleDefinition", + "Rank": 3, "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { "Id": 720, - "Rank": 1, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 1, "Command": "Get-PnPSearchConfiguration" }, { "Id": 721, - "Rank": 2, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 2, "Command": "Get-PnPSearchConfiguration -Scope Site" }, { "Id": 722, - "Rank": 3, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 3, "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { "Id": 723, - "Rank": 4, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 4, "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 724, - "Rank": 5, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 5, "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { "Id": 725, - "Rank": 6, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 6, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { "Id": 726, - "Rank": 7, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 7, "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { "Id": 727, - "Rank": 8, "CommandName": "Get-PnPSearchConfiguration", + "Rank": 8, "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { "Id": 728, - "Rank": 1, "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 1, "Command": "Get-PnPSearchCrawlLog" }, { "Id": 729, - "Rank": 2, "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 2, "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { "Id": 730, - "Rank": 3, "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 3, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { "Id": 731, - "Rank": 4, "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 4, "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { "Id": 732, - "Rank": 5, "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 5, "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { "Id": 733, - "Rank": 6, "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 6, "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { "Id": 734, - "Rank": 7, "CommandName": "Get-PnPSearchCrawlLog", + "Rank": 7, "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { "Id": 735, - "Rank": 1, "CommandName": "Get-PnPSearchExternalConnection", + "Rank": 1, "Command": "Get-PnPSearchExternalConnection" }, { "Id": 736, - "Rank": 2, "CommandName": "Get-PnPSearchExternalConnection", + "Rank": 2, "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { "Id": 737, - "Rank": 1, "CommandName": "Get-PnPSearchExternalItem", + "Rank": 1, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { "Id": 738, - "Rank": 2, "CommandName": "Get-PnPSearchExternalItem", + "Rank": 2, "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { "Id": 739, - "Rank": 1, "CommandName": "Get-PnPSearchExternalSchema", + "Rank": 1, "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { "Id": 740, - "Rank": 1, "CommandName": "Get-PnPSearchSettings", + "Rank": 1, "Command": "Get-PnPSearchSettings" }, { "Id": 741, - "Rank": 1, "CommandName": "Get-PnPServiceCurrentHealth", + "Rank": 1, "Command": "Get-PnPServiceCurrentHealth" }, { "Id": 742, - "Rank": 2, "CommandName": "Get-PnPServiceCurrentHealth", + "Rank": 2, "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { "Id": 743, - "Rank": 1, "CommandName": "Get-PnPServiceHealthIssue", + "Rank": 1, "Command": "Get-PnPServiceHealthIssue" }, { "Id": 744, - "Rank": 2, "CommandName": "Get-PnPServiceHealthIssue", + "Rank": 2, "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { "Id": 745, - "Rank": 1, "CommandName": "Get-PnPSharePointAddIn", + "Rank": 1, "Command": "Get-PnPSharePointAddIn" }, { "Id": 746, - "Rank": 2, "CommandName": "Get-PnPSharePointAddIn", + "Rank": 2, "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { "Id": 747, - "Rank": 1, "CommandName": "Get-PnPSharingForNonOwnersOfSite", + "Rank": 1, "Command": "Get-PnPSharingForNonOwnersOfSite" }, { "Id": 748, - "Rank": 1, "CommandName": "Get-PnPSite", + "Rank": 1, "Command": "Get-PnPSite" }, { "Id": 749, - "Rank": 2, "CommandName": "Get-PnPSite", + "Rank": 2, "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { "Id": 750, - "Rank": 1, "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 1, "Command": "Get-PnPSiteAnalyticsData -All" }, { "Id": 751, - "Rank": 2, "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 2, "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { "Id": 752, - "Rank": 3, "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 3, "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Id": 753, - "Rank": 4, "CommandName": "Get-PnPSiteAnalyticsData", + "Rank": 4, "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Id": 754, - "Rank": 1, "CommandName": "Get-PnPSiteClosure", + "Rank": 1, "Command": "Get-PnPSiteClosure" }, { "Id": 755, - "Rank": 1, "CommandName": "Get-PnPSiteCollectionAdmin", + "Rank": 1, "Command": "Get-PnPSiteCollectionAdmin" }, { "Id": 756, - "Rank": 1, "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Rank": 1, "Command": "Get-PnPSiteCollectionAppCatalog" }, { "Id": 757, - "Rank": 2, "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Rank": 2, "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { "Id": 758, - "Rank": 3, "CommandName": "Get-PnPSiteCollectionAppCatalog", + "Rank": 3, "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { "Id": 759, - "Rank": 1, "CommandName": "Get-PnPSiteCollectionTermStore", + "Rank": 1, "Command": "Get-PnPSiteCollectionTermStore" }, { "Id": 760, - "Rank": 1, "CommandName": "Get-PnPSiteDesign", + "Rank": 1, "Command": "Get-PnPSiteDesign" }, { "Id": 761, - "Rank": 2, "CommandName": "Get-PnPSiteDesign", + "Rank": 2, "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 762, - "Rank": 1, "CommandName": "Get-PnPSiteDesignRights", + "Rank": 1, "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 763, - "Rank": 1, "CommandName": "Get-PnPSiteDesignRun", + "Rank": 1, "Command": "Get-PnPSiteDesignRun" }, { "Id": 764, - "Rank": 2, "CommandName": "Get-PnPSiteDesignRun", + "Rank": 2, "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { "Id": 765, - "Rank": 1, "CommandName": "Get-PnPSiteDesignTask", + "Rank": 1, "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Id": 766, - "Rank": 2, "CommandName": "Get-PnPSiteDesignTask", + "Rank": 2, "Command": "Get-PnPSiteDesignTask" }, { "Id": 767, - "Rank": 3, "CommandName": "Get-PnPSiteDesignTask", + "Rank": 3, "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Id": 768, - "Rank": 1, "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", + "Rank": 1, "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { "Id": 769, - "Rank": 1, "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", + "Rank": 1, "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 770, - "Rank": 1, "CommandName": "Get-PnPSiteGroup", + "Rank": 1, "Command": "Get-PnPSiteGroup" }, { "Id": 771, - "Rank": 2, "CommandName": "Get-PnPSiteGroup", + "Rank": 2, "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Id": 772, - "Rank": 3, "CommandName": "Get-PnPSiteGroup", + "Rank": 3, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { "Id": 773, - "Rank": 4, "CommandName": "Get-PnPSiteGroup", + "Rank": 4, "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Id": 774, - "Rank": 1, "CommandName": "Get-PnPSitePolicy", + "Rank": 1, "Command": "Get-PnPSitePolicy" }, { "Id": 775, - "Rank": 2, "CommandName": "Get-PnPSitePolicy", + "Rank": 2, "Command": "Get-PnPSitePolicy -AllAvailable" }, { "Id": 776, - "Rank": 3, "CommandName": "Get-PnPSitePolicy", + "Rank": 3, "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Id": 777, - "Rank": 1, "CommandName": "Get-PnPSiteScript", + "Rank": 1, "Command": "Get-PnPSiteScript" }, { "Id": 778, - "Rank": 2, "CommandName": "Get-PnPSiteScript", + "Rank": 2, "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 779, - "Rank": 1, "CommandName": "Get-PnPSiteScriptFromList", + "Rank": 1, "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { "Id": 780, - "Rank": 2, "CommandName": "Get-PnPSiteScriptFromList", + "Rank": 2, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { "Id": 781, - "Rank": 3, "CommandName": "Get-PnPSiteScriptFromList", + "Rank": 3, "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { "Id": 782, - "Rank": 1, "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 1, "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { "Id": 783, - "Rank": 2, "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 2, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { "Id": 784, - "Rank": 3, "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 3, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { "Id": 785, - "Rank": 4, "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 4, "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { "Id": 786, - "Rank": 5, "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 5, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { "Id": 787, - "Rank": 6, "CommandName": "Get-PnPSiteScriptFromWeb", + "Rank": 6, "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { "Id": 788, - "Rank": 1, "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 1, "Command": "Get-PnPSiteSearchQueryResults" }, { "Id": 789, - "Rank": 2, "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 2, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { "Id": 790, - "Rank": 3, "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 3, "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { "Id": 791, - "Rank": 4, "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 4, "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { "Id": 792, - "Rank": 5, "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 5, "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { "Id": 793, - "Rank": 6, "CommandName": "Get-PnPSiteSearchQueryResults", + "Rank": 6, "Command": "Get-PnPSiteSearchQueryResults -All" }, { "Id": 794, - "Rank": 1, "CommandName": "Get-PnPSiteSensitivityLabel", + "Rank": 1, "Command": "Get-PnPSiteSensitivityLabel" }, { "Id": 795, - "Rank": 1, "CommandName": "Get-PnPSiteTemplate", + "Rank": 1, "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { "Id": 796, - "Rank": 2, "CommandName": "Get-PnPSiteTemplate", + "Rank": 2, "Command": "Get-PnPSiteTemplate -Out template.xml" }, { "Id": 797, - "Rank": 3, "CommandName": "Get-PnPSiteTemplate", + "Rank": 3, "Command": "Get-PnPSiteTemplate -Out template.md" }, { "Id": 798, - "Rank": 4, "CommandName": "Get-PnPSiteTemplate", + "Rank": 4, "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { "Id": 799, - "Rank": 5, "CommandName": "Get-PnPSiteTemplate", + "Rank": 5, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { "Id": 800, - "Rank": 6, "CommandName": "Get-PnPSiteTemplate", + "Rank": 6, "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { "Id": 801, - "Rank": 7, "CommandName": "Get-PnPSiteTemplate", + "Rank": 7, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { "Id": 802, - "Rank": 8, "CommandName": "Get-PnPSiteTemplate", + "Rank": 8, "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { "Id": 803, - "Rank": 9, "CommandName": "Get-PnPSiteTemplate", + "Rank": 9, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { "Id": 804, - "Rank": 10, "CommandName": "Get-PnPSiteTemplate", + "Rank": 10, "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { "Id": 805, - "Rank": 11, "CommandName": "Get-PnPSiteTemplate", + "Rank": 11, "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { "Id": 806, - "Rank": 12, "CommandName": "Get-PnPSiteTemplate", + "Rank": 12, "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { "Id": 807, - "Rank": 13, "CommandName": "Get-PnPSiteTemplate", + "Rank": 13, "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { "Id": 808, - "Rank": 14, "CommandName": "Get-PnPSiteTemplate", + "Rank": 14, "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { "Id": 809, - "Rank": 1, "CommandName": "Get-PnPSiteUserInvitations", + "Rank": 1, "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Id": 810, - "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicy", + "Rank": 1, "Command": "Get-PnPSiteVersionPolicy" }, { "Id": 811, - "Rank": 1, "CommandName": "Get-PnPSiteVersionPolicyStatus", + "Rank": 1, "Command": "Get-PnPSiteVersionPolicyStatus" }, { "Id": 812, - "Rank": 1, "CommandName": "Get-PnPStorageEntity", + "Rank": 1, "Command": "Get-PnPStorageEntity" }, { "Id": 813, - "Rank": 2, "CommandName": "Get-PnPStorageEntity", + "Rank": 2, "Command": "Get-PnPStorageEntity -Key MyKey" }, { "Id": 814, - "Rank": 3, "CommandName": "Get-PnPStorageEntity", + "Rank": 3, "Command": "Get-PnPStorageEntity -Scope Site" }, { "Id": 815, - "Rank": 4, "CommandName": "Get-PnPStorageEntity", + "Rank": 4, "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { "Id": 816, - "Rank": 1, "CommandName": "Get-PnPStoredCredential", + "Rank": 1, "Command": "Get-PnPStoredCredential -Name O365" }, { "Id": 817, - "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheSiteState", + "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 818, - "Rank": 1, "CommandName": "Get-PnPStructuralNavigationCacheWebState", + "Rank": 1, "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 819, - "Rank": 1, "CommandName": "Get-PnPSubWeb", + "Rank": 1, "Command": "Get-PnPSubWeb" }, { "Id": 820, - "Rank": 2, "CommandName": "Get-PnPSubWeb", + "Rank": 2, "Command": "Get-PnPSubWeb -Recurse" }, { "Id": 821, - "Rank": 3, "CommandName": "Get-PnPSubWeb", + "Rank": 3, "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { "Id": 822, - "Rank": 4, "CommandName": "Get-PnPSubWeb", + "Rank": 4, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { "Id": 823, - "Rank": 5, "CommandName": "Get-PnPSubWeb", + "Rank": 5, "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { "Id": 824, - "Rank": 1, "CommandName": "Get-PnPSyntexModel", + "Rank": 1, "Command": "Get-PnPSyntexModel" }, { "Id": 825, - "Rank": 2, "CommandName": "Get-PnPSyntexModel", + "Rank": 2, "Command": "Get-PnPSyntexModel -Identity 1" }, { "Id": 826, - "Rank": 3, "CommandName": "Get-PnPSyntexModel", + "Rank": 3, "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { "Id": 827, - "Rank": 1, "CommandName": "Get-PnPSyntexModelPublication", + "Rank": 1, "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { "Id": 828, - "Rank": 1, "CommandName": "Get-PnPTaxonomyItem", + "Rank": 1, "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { "Id": 829, - "Rank": 1, "CommandName": "Get-PnPTeamsApp", + "Rank": 1, "Command": "Get-PnPTeamsApp" }, { "Id": 830, - "Rank": 2, "CommandName": "Get-PnPTeamsApp", + "Rank": 2, "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { "Id": 831, - "Rank": 3, "CommandName": "Get-PnPTeamsApp", + "Rank": 3, "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { "Id": 832, - "Rank": 1, "CommandName": "Get-PnPTeamsChannel", + "Rank": 1, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { "Id": 833, - "Rank": 2, "CommandName": "Get-PnPTeamsChannel", + "Rank": 2, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { "Id": 834, - "Rank": 3, "CommandName": "Get-PnPTeamsChannel", + "Rank": 3, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Id": 835, - "Rank": 4, "CommandName": "Get-PnPTeamsChannel", + "Rank": 4, "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { "Id": 836, - "Rank": 1, "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Rank": 1, "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { "Id": 837, - "Rank": 2, "CommandName": "Get-PnPTeamsChannelFilesFolder", + "Rank": 2, "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Id": 838, - "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessage", + "Rank": 1, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { "Id": 839, - "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessage", + "Rank": 2, "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { "Id": 840, - "Rank": 1, "CommandName": "Get-PnPTeamsChannelMessageReply", + "Rank": 1, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { "Id": 841, - "Rank": 2, "CommandName": "Get-PnPTeamsChannelMessageReply", + "Rank": 2, "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { "Id": 842, - "Rank": 1, "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 1, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { "Id": 843, - "Rank": 2, "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 2, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { "Id": 844, - "Rank": 3, "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 3, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { "Id": 845, - "Rank": 4, "CommandName": "Get-PnPTeamsChannelUser", + "Rank": 4, "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 846, - "Rank": 1, "CommandName": "Get-PnPTeamsPrimaryChannel", + "Rank": 1, "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { "Id": 847, - "Rank": 2, "CommandName": "Get-PnPTeamsPrimaryChannel", + "Rank": 2, "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { "Id": 848, - "Rank": 1, "CommandName": "Get-PnPTeamsTab", + "Rank": 1, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { "Id": 849, - "Rank": 2, "CommandName": "Get-PnPTeamsTab", + "Rank": 2, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { "Id": 850, - "Rank": 3, "CommandName": "Get-PnPTeamsTab", + "Rank": 3, "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { "Id": 851, - "Rank": 4, "CommandName": "Get-PnPTeamsTab", + "Rank": 4, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { "Id": 852, - "Rank": 5, "CommandName": "Get-PnPTeamsTab", + "Rank": 5, "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { "Id": 853, - "Rank": 1, "CommandName": "Get-PnPTeamsTag", + "Rank": 1, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Id": 854, - "Rank": 2, "CommandName": "Get-PnPTeamsTag", + "Rank": 2, "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Id": 855, - "Rank": 1, "CommandName": "Get-PnPTeamsTeam", + "Rank": 1, "Command": "Get-PnPTeamsTeam" }, { "Id": 856, - "Rank": 2, "CommandName": "Get-PnPTeamsTeam", + "Rank": 2, "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { "Id": 857, - "Rank": 3, "CommandName": "Get-PnPTeamsTeam", + "Rank": 3, "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { "Id": 858, - "Rank": 4, "CommandName": "Get-PnPTeamsTeam", + "Rank": 4, "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { "Id": 859, - "Rank": 5, "CommandName": "Get-PnPTeamsTeam", + "Rank": 5, "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { "Id": 860, - "Rank": 6, "CommandName": "Get-PnPTeamsTeam", + "Rank": 6, "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { "Id": 861, - "Rank": 1, "CommandName": "Get-PnPTeamsUser", + "Rank": 1, "Command": "Get-PnPTeamsUser -Team MyTeam" }, { "Id": 862, - "Rank": 2, "CommandName": "Get-PnPTeamsUser", + "Rank": 2, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { "Id": 863, - "Rank": 3, "CommandName": "Get-PnPTeamsUser", + "Rank": 3, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { "Id": 864, - "Rank": 4, "CommandName": "Get-PnPTeamsUser", + "Rank": 4, "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { "Id": 865, - "Rank": 1, "CommandName": "Get-PnPTemporarilyDisableAppBar", + "Rank": 1, "Command": "Get-PnPTemporarilyDisableAppBar" }, { "Id": 866, - "Rank": 1, "CommandName": "Get-PnPTenant", + "Rank": 1, "Command": "Get-PnPTenant" }, { "Id": 867, - "Rank": 1, "CommandName": "Get-PnPTenantAppCatalogUrl", + "Rank": 1, "Command": "Get-PnPTenantAppCatalogUrl" }, { "Id": 868, - "Rank": 1, "CommandName": "Get-PnPTenantCdnEnabled", + "Rank": 1, "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { "Id": 869, - "Rank": 1, "CommandName": "Get-PnPTenantCdnOrigin", + "Rank": 1, "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { "Id": 870, - "Rank": 1, "CommandName": "Get-PnPTenantCdnPolicies", + "Rank": 1, "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { "Id": 871, - "Rank": 1, "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 1, "Command": "Get-PnPTenantDeletedSite" }, { "Id": 872, - "Rank": 2, "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 2, "Command": "Get-PnPTenantDeletedSite -Detailed" }, { "Id": 873, - "Rank": 3, "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 3, "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 874, - "Rank": 4, "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 4, "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { "Id": 875, - "Rank": 5, "CommandName": "Get-PnPTenantDeletedSite", + "Rank": 5, "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { "Id": 876, - "Rank": 1, "CommandName": "Get-PnPTenantId", + "Rank": 1, "Command": "Get-PnPTenantId" }, { "Id": 877, - "Rank": 2, "CommandName": "Get-PnPTenantId", + "Rank": 2, "Command": "Get-PnPTenantId contoso" }, { "Id": 878, - "Rank": 3, "CommandName": "Get-PnPTenantId", + "Rank": 3, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { "Id": 879, - "Rank": 4, "CommandName": "Get-PnPTenantId", + "Rank": 4, "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { "Id": 880, - "Rank": 1, "CommandName": "Get-PnPTenantInfo", + "Rank": 1, "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { "Id": 881, - "Rank": 2, "CommandName": "Get-PnPTenantInfo", + "Rank": 2, "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { "Id": 882, - "Rank": 3, "CommandName": "Get-PnPTenantInfo", + "Rank": 3, "Command": "Get-PnPTenantInfo" }, { "Id": 883, - "Rank": 4, "CommandName": "Get-PnPTenantInfo", + "Rank": 4, "Command": "Get-PnPTenantInfo -CurrentTenant" }, { "Id": 884, - "Rank": 1, "CommandName": "Get-PnPTenantInstance", + "Rank": 1, "Command": "Get-PnPTenantInstance" }, { "Id": 885, - "Rank": 1, "CommandName": "Get-PnPTenantInternalSetting", + "Rank": 1, "Command": "Get-PnPTenantInternalSetting" }, { "Id": 886, - "Rank": 1, "CommandName": "Get-PnPTenantPronounsSetting", + "Rank": 1, "Command": "Get-PnPTenantPronounsSetting" }, { "Id": 887, - "Rank": 1, "CommandName": "Get-PnPTenantRecycleBinItem", + "Rank": 1, "Command": "Get-PnPTenantRecycleBinItem" }, { "Id": 888, - "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", + "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { "Id": 889, - "Rank": 1, "CommandName": "Get-PnPTenantRestrictedSearchMode", + "Rank": 1, "Command": "Get-PnPTenantRestrictedSearchMode" }, { "Id": 890, - "Rank": 1, "CommandName": "Get-PnPTenantRetentionLabel", + "Rank": 1, "Command": "Get-PnPTenantRetentionLabel" }, { "Id": 891, - "Rank": 2, "CommandName": "Get-PnPTenantRetentionLabel", + "Rank": 2, "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { "Id": 892, - "Rank": 1, "CommandName": "Get-PnPTenantSequence", + "Rank": 1, "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { "Id": 893, - "Rank": 2, "CommandName": "Get-PnPTenantSequence", + "Rank": 2, "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { "Id": 894, - "Rank": 1, "CommandName": "Get-PnPTenantSequenceSite", + "Rank": 1, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { "Id": 895, - "Rank": 2, "CommandName": "Get-PnPTenantSequenceSite", + "Rank": 2, "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { "Id": 896, - "Rank": 1, "CommandName": "Get-PnPTenantSite", + "Rank": 1, "Command": "Get-PnPTenantSite" }, { "Id": 897, - "Rank": 2, "CommandName": "Get-PnPTenantSite", + "Rank": 2, "Command": "Get-PnPTenantSite -Detailed" }, { "Id": 898, - "Rank": 3, "CommandName": "Get-PnPTenantSite", + "Rank": 3, "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { "Id": 899, - "Rank": 4, "CommandName": "Get-PnPTenantSite", + "Rank": 4, "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { "Id": 900, - "Rank": 5, "CommandName": "Get-PnPTenantSite", + "Rank": 5, "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { "Id": 901, - "Rank": 6, "CommandName": "Get-PnPTenantSite", + "Rank": 6, "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { "Id": 902, - "Rank": 7, "CommandName": "Get-PnPTenantSite", + "Rank": 7, "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { "Id": 903, - "Rank": 8, "CommandName": "Get-PnPTenantSite", + "Rank": 8, "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { "Id": 904, - "Rank": 9, "CommandName": "Get-PnPTenantSite", + "Rank": 9, "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { "Id": 905, - "Rank": 1, "CommandName": "Get-PnPTenantSyncClientRestriction", + "Rank": 1, "Command": "Get-PnPTenantSyncClientRestriction" }, { "Id": 906, - "Rank": 1, "CommandName": "Get-PnPTenantTemplate", + "Rank": 1, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { "Id": 907, - "Rank": 2, "CommandName": "Get-PnPTenantTemplate", + "Rank": 2, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { "Id": 908, - "Rank": 3, "CommandName": "Get-PnPTenantTemplate", + "Rank": 3, "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { "Id": 909, - "Rank": 1, "CommandName": "Get-PnPTenantTheme", + "Rank": 1, "Command": "Get-PnPTenantTheme" }, { "Id": 910, - "Rank": 2, "CommandName": "Get-PnPTenantTheme", + "Rank": 2, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Id": 911, - "Rank": 3, "CommandName": "Get-PnPTenantTheme", + "Rank": 3, "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { "Id": 912, - "Rank": 1, "CommandName": "Get-PnPTerm", + "Rank": 1, "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 913, - "Rank": 2, "CommandName": "Get-PnPTerm", + "Rank": 2, "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 914, - "Rank": 3, "CommandName": "Get-PnPTerm", + "Rank": 3, "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 915, - "Rank": 4, "CommandName": "Get-PnPTerm", + "Rank": 4, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { "Id": 916, - "Rank": 5, "CommandName": "Get-PnPTerm", + "Rank": 5, "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { "Id": 917, - "Rank": 1, "CommandName": "Get-PnPTermGroup", + "Rank": 1, "Command": "Get-PnPTermGroup" }, { "Id": 918, - "Rank": 2, "CommandName": "Get-PnPTermGroup", + "Rank": 2, "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { "Id": 919, - "Rank": 3, "CommandName": "Get-PnPTermGroup", + "Rank": 3, "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { "Id": 920, - "Rank": 1, "CommandName": "Get-PnPTermLabel", + "Rank": 1, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { "Id": 921, - "Rank": 2, "CommandName": "Get-PnPTermLabel", + "Rank": 2, "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { "Id": 922, - "Rank": 3, "CommandName": "Get-PnPTermLabel", + "Rank": 3, "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 923, - "Rank": 1, "CommandName": "Get-PnPTermSet", + "Rank": 1, "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { "Id": 924, - "Rank": 2, "CommandName": "Get-PnPTermSet", + "Rank": 2, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 925, - "Rank": 3, "CommandName": "Get-PnPTermSet", + "Rank": 3, "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { "Id": 926, - "Rank": 4, "CommandName": "Get-PnPTermSet", + "Rank": 4, "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { "Id": 927, - "Rank": 1, "CommandName": "Get-PnPTheme", + "Rank": 1, "Command": "Get-PnPTheme" }, { "Id": 928, - "Rank": 2, "CommandName": "Get-PnPTheme", + "Rank": 2, "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { "Id": 929, - "Rank": 1, "CommandName": "Get-PnPTimeZoneId", + "Rank": 1, "Command": "Get-PnPTimeZoneId" }, { "Id": 930, - "Rank": 2, "CommandName": "Get-PnPTimeZoneId", + "Rank": 2, "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { "Id": 931, - "Rank": 1, "CommandName": "Get-PnPTodoList", + "Rank": 1, "Command": "Get-PnPTodoList" }, { "Id": 932, - "Rank": 2, "CommandName": "Get-PnPTodoList", + "Rank": 2, "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { "Id": 933, - "Rank": 3, "CommandName": "Get-PnPTodoList", + "Rank": 3, "Command": "Get-PnPTodoList -User john@doe.com" }, { "Id": 934, - "Rank": 4, "CommandName": "Get-PnPTodoList", + "Rank": 4, "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { "Id": 935, - "Rank": 1, "CommandName": "Get-PnPTraceLog", + "Rank": 1, "Command": "Get-PnPTraceLog" }, { "Id": 936, - "Rank": 2, "CommandName": "Get-PnPTraceLog", + "Rank": 2, "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { "Id": 937, - "Rank": 3, "CommandName": "Get-PnPTraceLog", + "Rank": 3, "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { "Id": 938, - "Rank": 4, "CommandName": "Get-PnPTraceLog", + "Rank": 4, "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { "Id": 939, - "Rank": 5, "CommandName": "Get-PnPTraceLog", + "Rank": 5, "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { "Id": 940, - "Rank": 6, "CommandName": "Get-PnPTraceLog", + "Rank": 6, "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { "Id": 941, - "Rank": 1, "CommandName": "Get-PnPUnfurlLink", + "Rank": 1, "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { "Id": 942, - "Rank": 1, "CommandName": "Get-PnPUnifiedAuditLog", + "Rank": 1, "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { "Id": 943, - "Rank": 1, "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 1, "Command": "Get-PnPUPABulkImportStatus" }, { "Id": 944, - "Rank": 2, "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 2, "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { "Id": 945, - "Rank": 3, "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 3, "Command": "Get-PnPUPABulkImportStatus -JobId " }, { "Id": 946, - "Rank": 4, "CommandName": "Get-PnPUPABulkImportStatus", + "Rank": 4, "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { "Id": 947, - "Rank": 1, "CommandName": "Get-PnPUser", + "Rank": 1, "Command": "Get-PnPUser" }, { "Id": 948, - "Rank": 2, "CommandName": "Get-PnPUser", + "Rank": 2, "Command": "Get-PnPUser -Identity 23" }, { "Id": 949, - "Rank": 3, "CommandName": "Get-PnPUser", + "Rank": 3, "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { "Id": 950, - "Rank": 4, "CommandName": "Get-PnPUser", + "Rank": 4, "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { "Id": 951, - "Rank": 5, "CommandName": "Get-PnPUser", + "Rank": 5, "Command": "Get-PnPUser -WithRightsAssigned" }, { "Id": 952, - "Rank": 6, "CommandName": "Get-PnPUser", + "Rank": 6, "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { "Id": 953, - "Rank": 7, "CommandName": "Get-PnPUser", + "Rank": 7, "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { "Id": 954, - "Rank": 1, "CommandName": "Get-PnPUserOneDriveQuota", + "Rank": 1, "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { "Id": 955, - "Rank": 1, "CommandName": "Get-PnPUserProfilePhoto", + "Rank": 1, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { "Id": 956, - "Rank": 2, "CommandName": "Get-PnPUserProfilePhoto", + "Rank": 2, "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { "Id": 957, - "Rank": 1, "CommandName": "Get-PnPUserProfileProperty", + "Rank": 1, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { "Id": 958, - "Rank": 2, "CommandName": "Get-PnPUserProfileProperty", + "Rank": 2, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { "Id": 959, - "Rank": 3, "CommandName": "Get-PnPUserProfileProperty", + "Rank": 3, "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { "Id": 960, - "Rank": 1, "CommandName": "Get-PnPView", + "Rank": 1, "Command": "Get-PnPView -List \"Demo List\"" }, { "Id": 961, - "Rank": 2, "CommandName": "Get-PnPView", + "Rank": 2, "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { "Id": 962, - "Rank": 3, "CommandName": "Get-PnPView", + "Rank": 3, "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { "Id": 963, - "Rank": 1, "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Rank": 1, "Command": "Get-PnPVivaConnectionsDashboardACE" }, { "Id": 964, - "Rank": 2, "CommandName": "Get-PnPVivaConnectionsDashboardACE", + "Rank": 2, "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Id": 965, - "Rank": 1, "CommandName": "Get-PnPVivaEngageCommunity", + "Rank": 1, "Command": "Get-PnPVivaEngageCommunity" }, { "Id": 966, - "Rank": 2, "CommandName": "Get-PnPVivaEngageCommunity", + "Rank": 2, "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { "Id": 967, - "Rank": 1, "CommandName": "Get-PnPWeb", + "Rank": 1, "Command": "Get-PnPWeb" }, { "Id": 968, - "Rank": 1, "CommandName": "Get-PnPWebHeader", + "Rank": 1, "Command": "Get-PnPWebHeader" }, { "Id": 969, - "Rank": 1, "CommandName": "Get-PnPWebhookSubscription", + "Rank": 1, "Command": "Get-PnPWebhookSubscription -List MyList" }, { "Id": 970, - "Rank": 1, "CommandName": "Get-PnPWebPart", + "Rank": 1, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { "Id": 971, - "Rank": 2, "CommandName": "Get-PnPWebPart", + "Rank": 2, "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 972, - "Rank": 1, "CommandName": "Get-PnPWebPartProperty", + "Rank": 1, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { "Id": 973, - "Rank": 2, "CommandName": "Get-PnPWebPartProperty", + "Rank": 2, "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { "Id": 974, - "Rank": 1, "CommandName": "Get-PnPWebPartXml", + "Rank": 1, "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 975, - "Rank": 1, "CommandName": "Get-PnPWebPermission", + "Rank": 1, "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { "Id": 976, - "Rank": 2, "CommandName": "Get-PnPWebPermission", + "Rank": 2, "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Id": 977, - "Rank": 1, "CommandName": "Get-PnPWebTemplates", + "Rank": 1, "Command": "Get-PnPWebTemplates" }, { "Id": 978, - "Rank": 2, "CommandName": "Get-PnPWebTemplates", + "Rank": 2, "Command": "Get-PnPWebTemplates -LCID 1033" }, { "Id": 979, - "Rank": 3, "CommandName": "Get-PnPWebTemplates", + "Rank": 3, "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { "Id": 980, - "Rank": 1, "CommandName": "Get-PnPWikiPageContent", + "Rank": 1, "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { "Id": 981, - "Rank": 1, "CommandName": "Grant-PnPAzureADAppSitePermission", + "Rank": 1, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { "Id": 982, - "Rank": 2, "CommandName": "Grant-PnPAzureADAppSitePermission", + "Rank": 2, "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { "Id": 983, - "Rank": 1, "CommandName": "Grant-PnPHubSiteRights", + "Rank": 1, "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 984, - "Rank": 1, "CommandName": "Grant-PnPSiteDesignRights", + "Rank": 1, "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 985, - "Rank": 1, "CommandName": "Grant-PnPTenantServicePrincipalPermission", + "Rank": 1, "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Id": 986, - "Rank": 1, "CommandName": "Import-PnPTaxonomy", + "Rank": 1, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { "Id": 987, - "Rank": 2, "CommandName": "Import-PnPTaxonomy", + "Rank": 2, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { "Id": 988, - "Rank": 3, "CommandName": "Import-PnPTaxonomy", + "Rank": 3, "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { "Id": 989, - "Rank": 4, "CommandName": "Import-PnPTaxonomy", + "Rank": 4, "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { "Id": 990, - "Rank": 1, "CommandName": "Import-PnPTermGroupFromXml", + "Rank": 1, "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { "Id": 991, - "Rank": 2, "CommandName": "Import-PnPTermGroupFromXml", + "Rank": 2, "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { "Id": 992, - "Rank": 1, "CommandName": "Import-PnPTermSet", + "Rank": 1, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { "Id": 993, - "Rank": 2, "CommandName": "Import-PnPTermSet", + "Rank": 2, "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { "Id": 994, - "Rank": 3, "CommandName": "Import-PnPTermSet", + "Rank": 3, "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { "Id": 995, - "Rank": 1, "CommandName": "Install-PnPApp", + "Rank": 1, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 996, - "Rank": 2, "CommandName": "Install-PnPApp", + "Rank": 2, "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 997, - "Rank": 1, "CommandName": "Invoke-PnPGraphMethod", + "Rank": 1, "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { "Id": 998, - "Rank": 2, "CommandName": "Invoke-PnPGraphMethod", + "Rank": 2, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { "Id": 999, - "Rank": 3, "CommandName": "Invoke-PnPGraphMethod", + "Rank": 3, "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { "Id": 1000, - "Rank": 4, "CommandName": "Invoke-PnPGraphMethod", + "Rank": 4, "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { "Id": 1001, - "Rank": 5, "CommandName": "Invoke-PnPGraphMethod", + "Rank": 5, "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { "Id": 1002, - "Rank": 6, "CommandName": "Invoke-PnPGraphMethod", + "Rank": 6, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { "Id": 1003, - "Rank": 7, "CommandName": "Invoke-PnPGraphMethod", + "Rank": 7, "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { "Id": 1004, - "Rank": 1, "CommandName": "Invoke-PnPListDesign", + "Rank": 1, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1005, - "Rank": 2, "CommandName": "Invoke-PnPListDesign", + "Rank": 2, "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Id": 1006, - "Rank": 1, "CommandName": "Invoke-PnPQuery", + "Rank": 1, "Command": "Invoke-PnPQuery -RetryCount 5" }, { "Id": 1007, - "Rank": 1, "CommandName": "Invoke-PnPSiteDesign", + "Rank": 1, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1008, - "Rank": 2, "CommandName": "Invoke-PnPSiteDesign", + "Rank": 2, "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Id": 1009, - "Rank": 1, "CommandName": "Invoke-PnPSiteScript", + "Rank": 1, "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { "Id": 1010, - "Rank": 1, "CommandName": "Invoke-PnPSiteSwap", + "Rank": 1, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Id": 1011, - "Rank": 2, "CommandName": "Invoke-PnPSiteSwap", + "Rank": 2, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Id": 1012, - "Rank": 3, "CommandName": "Invoke-PnPSiteSwap", + "Rank": 3, "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { "Id": 1013, - "Rank": 1, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 1, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { "Id": 1014, - "Rank": 2, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 2, "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { "Id": 1015, - "Rank": 3, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 3, "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { "Id": 1016, - "Rank": 4, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 4, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Id": 1017, - "Rank": 5, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 5, "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { "Id": 1018, - "Rank": 6, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 6, "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { "Id": 1019, - "Rank": 7, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 7, "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { "Id": 1020, - "Rank": 8, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 8, "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { "Id": 1021, - "Rank": 9, "CommandName": "Invoke-PnPSiteTemplate", + "Rank": 9, "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { "Id": 1022, - "Rank": 1, "CommandName": "Invoke-PnPSPRestMethod", + "Rank": 1, "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { "Id": 1023, - "Rank": 1, "CommandName": "Invoke-PnPTenantTemplate", + "Rank": 1, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { "Id": 1024, - "Rank": 2, "CommandName": "Invoke-PnPTenantTemplate", + "Rank": 2, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { "Id": 1025, - "Rank": 3, "CommandName": "Invoke-PnPTenantTemplate", + "Rank": 3, "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Id": 1026, - "Rank": 1, "CommandName": "Invoke-PnPWebAction", + "Rank": 1, "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { "Id": 1027, - "Rank": 2, "CommandName": "Invoke-PnPWebAction", + "Rank": 2, "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { "Id": 1028, - "Rank": 1, "CommandName": "Measure-PnPList", + "Rank": 1, "Command": "Measure-PnPList \"Documents\"" }, { "Id": 1029, - "Rank": 2, "CommandName": "Measure-PnPList", + "Rank": 2, "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { "Id": 1030, - "Rank": 1, "CommandName": "Measure-PnPWeb", + "Rank": 1, "Command": "Measure-PnPWeb" }, { "Id": 1031, - "Rank": 2, "CommandName": "Measure-PnPWeb", + "Rank": 2, "Command": "Measure-PnPWeb $web -Recursive" }, { "Id": 1032, - "Rank": 1, "CommandName": "Merge-PnPTerm", + "Rank": 1, "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { "Id": 1033, - "Rank": 1, "CommandName": "Move-PnPFile", + "Rank": 1, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { "Id": 1034, - "Rank": 2, "CommandName": "Move-PnPFile", + "Rank": 2, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { "Id": 1035, - "Rank": 3, "CommandName": "Move-PnPFile", + "Rank": 3, "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Id": 1036, - "Rank": 4, "CommandName": "Move-PnPFile", + "Rank": 4, "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Id": 1037, - "Rank": 1, "CommandName": "Move-PnPFolder", + "Rank": 1, "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { "Id": 1038, - "Rank": 2, "CommandName": "Move-PnPFolder", + "Rank": 2, "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { "Id": 1039, - "Rank": 1, "CommandName": "Move-PnPListItemToRecycleBin", + "Rank": 1, "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { "Id": 1040, - "Rank": 1, "CommandName": "Move-PnPPage", + "Rank": 1, "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { "Id": 1041, - "Rank": 1, "CommandName": "Move-PnPPageComponent", + "Rank": 1, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { "Id": 1042, - "Rank": 2, "CommandName": "Move-PnPPageComponent", + "Rank": 2, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { "Id": 1043, - "Rank": 3, "CommandName": "Move-PnPPageComponent", + "Rank": 3, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { "Id": 1044, - "Rank": 4, "CommandName": "Move-PnPPageComponent", + "Rank": 4, "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { "Id": 1045, - "Rank": 1, "CommandName": "Move-PnpRecycleBinItem", + "Rank": 1, "Command": "Move-PnPRecycleBinItem" }, { "Id": 1046, - "Rank": 2, "CommandName": "Move-PnpRecycleBinItem", + "Rank": 2, "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { "Id": 1047, - "Rank": 3, "CommandName": "Move-PnpRecycleBinItem", + "Rank": 3, "Command": "Move-PnPRecycleBinItem -Force" }, { "Id": 1048, - "Rank": 1, "CommandName": "Move-PnPTerm", + "Rank": 1, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { "Id": 1049, - "Rank": 2, "CommandName": "Move-PnPTerm", + "Rank": 2, "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { "Id": 1050, - "Rank": 3, "CommandName": "Move-PnPTerm", + "Rank": 3, "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { "Id": 1051, - "Rank": 1, "CommandName": "Move-PnPTermSet", + "Rank": 1, "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { "Id": 1052, - "Rank": 2, "CommandName": "Move-PnPTermSet", + "Rank": 2, "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { "Id": 1053, - "Rank": 1, "CommandName": "New-PnPAzureADGroup", + "Rank": 1, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Id": 1054, - "Rank": 2, "CommandName": "New-PnPAzureADGroup", + "Rank": 2, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { "Id": 1055, - "Rank": 3, "CommandName": "New-PnPAzureADGroup", + "Rank": 3, "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { "Id": 1056, - "Rank": 1, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Rank": 1, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { "Id": 1057, - "Rank": 2, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Rank": 2, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { "Id": 1058, - "Rank": 3, "CommandName": "New-PnPAzureADUserTemporaryAccessPass", + "Rank": 3, "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { "Id": 1059, - "Rank": 1, "CommandName": "New-PnPAzureCertificate", + "Rank": 1, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { "Id": 1060, - "Rank": 2, "CommandName": "New-PnPAzureCertificate", + "Rank": 2, "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { "Id": 1061, - "Rank": 3, "CommandName": "New-PnPAzureCertificate", + "Rank": 3, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { "Id": 1062, - "Rank": 4, "CommandName": "New-PnPAzureCertificate", + "Rank": 4, "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { "Id": 1063, - "Rank": 1, "CommandName": "New-PnPContainerType", + "Rank": 1, "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { "Id": 1064, - "Rank": 1, "CommandName": "New-PnPGraphSubscription", + "Rank": 1, "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Id": 1065, - "Rank": 2, "CommandName": "New-PnPGraphSubscription", + "Rank": 2, "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Id": 1066, - "Rank": 1, "CommandName": "New-PnPGroup", + "Rank": 1, "Command": "New-PnPGroup -Title \"My Site Users\"" }, { "Id": 1067, - "Rank": 1, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 1, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { "Id": 1068, - "Rank": 2, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 2, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { "Id": 1069, - "Rank": 3, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 3, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { "Id": 1070, - "Rank": 4, "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 4, "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { "Id": 1071, - "Rank": 1, "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", + "Rank": 1, "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 1072, - "Rank": 1, "CommandName": "New-PnPList", + "Rank": 1, "Command": "New-PnPList -Title Announcements -Template Announcements" }, { "Id": 1073, - "Rank": 2, "CommandName": "New-PnPList", + "Rank": 2, "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { "Id": 1074, - "Rank": 3, "CommandName": "New-PnPList", + "Rank": 3, "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { "Id": 1075, - "Rank": 1, "CommandName": "New-PnPMicrosoft365Group", + "Rank": 1, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Id": 1076, - "Rank": 2, "CommandName": "New-PnPMicrosoft365Group", + "Rank": 2, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { "Id": 1077, - "Rank": 3, "CommandName": "New-PnPMicrosoft365Group", + "Rank": 3, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { "Id": 1078, - "Rank": 4, "CommandName": "New-PnPMicrosoft365Group", + "Rank": 4, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { "Id": 1079, - "Rank": 5, "CommandName": "New-PnPMicrosoft365Group", + "Rank": 5, "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Id": 1080, - "Rank": 6, "CommandName": "New-PnPMicrosoft365Group", + "Rank": 6, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 1081, - "Rank": 7, "CommandName": "New-PnPMicrosoft365Group", + "Rank": 7, "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { "Id": 1082, - "Rank": 1, "CommandName": "New-PnPMicrosoft365GroupSettings", + "Rank": 1, "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { "Id": 1083, - "Rank": 2, "CommandName": "New-PnPMicrosoft365GroupSettings", + "Rank": 2, "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { "Id": 1084, - "Rank": 1, "CommandName": "New-PnPPersonalSite", + "Rank": 1, "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { "Id": 1085, - "Rank": 1, "CommandName": "New-PnPPlannerPlan", + "Rank": 1, "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { "Id": 1086, - "Rank": 1, "CommandName": "New-PnpProfileCardProperty", + "Rank": 1, "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { "Id": 1087, - "Rank": 1, "CommandName": "New-PnPSdnProvider", + "Rank": 1, "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { "Id": 1088, - "Rank": 1, "CommandName": "New-PnPSearchExternalConnection", + "Rank": 1, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { "Id": 1089, - "Rank": 2, "CommandName": "New-PnPSearchExternalConnection", + "Rank": 2, "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { "Id": 1090, - "Rank": 1, "CommandName": "New-PnPSite", + "Rank": 1, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Id": 1091, - "Rank": 2, "CommandName": "New-PnPSite", + "Rank": 2, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { "Id": 1092, - "Rank": 3, "CommandName": "New-PnPSite", + "Rank": 3, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Id": 1093, - "Rank": 4, "CommandName": "New-PnPSite", + "Rank": 4, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Id": 1094, - "Rank": 5, "CommandName": "New-PnPSite", + "Rank": 5, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Id": 1095, - "Rank": 6, "CommandName": "New-PnPSite", + "Rank": 6, "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Id": 1096, - "Rank": 7, "CommandName": "New-PnPSite", + "Rank": 7, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { "Id": 1097, - "Rank": 8, "CommandName": "New-PnPSite", + "Rank": 8, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { "Id": 1098, - "Rank": 9, "CommandName": "New-PnPSite", + "Rank": 9, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { "Id": 1099, - "Rank": 10, "CommandName": "New-PnPSite", + "Rank": 10, "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { "Id": 1100, - "Rank": 11, "CommandName": "New-PnPSite", + "Rank": 11, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Id": 1101, - "Rank": 12, "CommandName": "New-PnPSite", + "Rank": 12, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Id": 1102, - "Rank": 13, "CommandName": "New-PnPSite", + "Rank": 13, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Id": 1103, - "Rank": 14, "CommandName": "New-PnPSite", + "Rank": 14, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Id": 1104, - "Rank": 15, "CommandName": "New-PnPSite", + "Rank": 15, "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Id": 1105, - "Rank": 16, "CommandName": "New-PnPSite", + "Rank": 16, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { "Id": 1106, - "Rank": 17, "CommandName": "New-PnPSite", + "Rank": 17, "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { "Id": 1107, - "Rank": 1, "CommandName": "New-PnPSiteCollectionTermStore", + "Rank": 1, "Command": "New-PnPSiteCollectionTermStore" }, { "Id": 1108, - "Rank": 1, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 1, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { "Id": 1109, - "Rank": 2, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 2, "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { "Id": 1110, - "Rank": 3, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 3, "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { "Id": 1111, - "Rank": 4, "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", + "Rank": 4, "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { "Id": 1112, - "Rank": 1, "CommandName": "New-PnPSiteFileVersionExpirationReportJob", + "Rank": 1, "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 1113, - "Rank": 1, "CommandName": "New-PnPSiteGroup", + "Rank": 1, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { "Id": 1114, - "Rank": 2, "CommandName": "New-PnPSiteGroup", + "Rank": 2, "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { "Id": 1115, - "Rank": 1, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 1, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { "Id": 1116, - "Rank": 2, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 2, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { "Id": 1117, - "Rank": 3, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 3, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { "Id": 1118, - "Rank": 4, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 4, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { "Id": 1119, - "Rank": 5, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 5, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { "Id": 1120, - "Rank": 6, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 6, "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1121, - "Rank": 7, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 7, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { "Id": 1122, - "Rank": 8, "CommandName": "New-PnPSiteTemplateFromFolder", + "Rank": 8, "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { "Id": 1123, - "Rank": 1, "CommandName": "New-PnPTeamsApp", + "Rank": 1, "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { "Id": 1124, - "Rank": 1, "CommandName": "New-PnPTeamsTeam", + "Rank": 1, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { "Id": 1125, - "Rank": 2, "CommandName": "New-PnPTeamsTeam", + "Rank": 2, "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { "Id": 1126, - "Rank": 3, "CommandName": "New-PnPTeamsTeam", + "Rank": 3, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { "Id": 1127, - "Rank": 4, "CommandName": "New-PnPTeamsTeam", + "Rank": 4, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Id": 1128, - "Rank": 5, "CommandName": "New-PnPTeamsTeam", + "Rank": 5, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { "Id": 1129, - "Rank": 6, "CommandName": "New-PnPTeamsTeam", + "Rank": 6, "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 1130, - "Rank": 1, "CommandName": "New-PnPTenantSite", + "Rank": 1, "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Id": 1131, - "Rank": 2, "CommandName": "New-PnPTenantSite", + "Rank": 2, "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Id": 1132, - "Rank": 1, "CommandName": "New-PnPTerm", + "Rank": 1, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { "Id": 1133, - "Rank": 2, "CommandName": "New-PnPTerm", + "Rank": 2, "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1134, - "Rank": 1, "CommandName": "New-PnPTermGroup", + "Rank": 1, "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { "Id": 1135, - "Rank": 2, "CommandName": "New-PnPTermGroup", + "Rank": 2, "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { "Id": 1136, - "Rank": 1, "CommandName": "New-PnPTermLabel", + "Rank": 1, "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { "Id": 1137, - "Rank": 1, "CommandName": "New-PnPTermSet", + "Rank": 1, "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { "Id": 1138, - "Rank": 1, "CommandName": "New-PnPTodoList", + "Rank": 1, "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { "Id": 1139, - "Rank": 2, "CommandName": "New-PnPTodoList", + "Rank": 2, "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { "Id": 1140, - "Rank": 1, "CommandName": "New-PnPUPABulkImportJob", + "Rank": 1, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { "Id": 1141, - "Rank": 2, "CommandName": "New-PnPUPABulkImportJob", + "Rank": 2, "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { "Id": 1142, - "Rank": 1, "CommandName": "New-PnPUser", + "Rank": 1, "Command": "New-PnPUser -LoginName user@company.com" }, { "Id": 1143, - "Rank": 1, "CommandName": "New-PnPVivaEngageCommunity", + "Rank": 1, "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { "Id": 1144, - "Rank": 1, "CommandName": "New-PnPWeb", + "Rank": 1, "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { "Id": 1145, - "Rank": 1, "CommandName": "Publish-PnPApp", + "Rank": 1, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 1146, - "Rank": 2, "CommandName": "Publish-PnPApp", + "Rank": 2, "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { "Id": 1147, - "Rank": 1, "CommandName": "Publish-PnPContentType", + "Rank": 1, "Command": "Publish-PnPContentType -ContentType 0x0101" }, { "Id": 1148, - "Rank": 1, "CommandName": "Publish-PnPSyntexModel", + "Rank": 1, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Id": 1149, - "Rank": 2, "CommandName": "Publish-PnPSyntexModel", + "Rank": 2, "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Id": 1150, - "Rank": 1, "CommandName": "Read-PnPSiteTemplate", + "Rank": 1, "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { "Id": 1151, - "Rank": 2, "CommandName": "Read-PnPSiteTemplate", + "Rank": 2, "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { "Id": 1152, - "Rank": 3, "CommandName": "Read-PnPSiteTemplate", + "Rank": 3, "Command": "Read-PnPSiteTemplate -Xml $xml" }, { "Id": 1153, - "Rank": 1, "CommandName": "Read-PnPTenantTemplate", + "Rank": 1, "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { "Id": 1154, - "Rank": 1, "CommandName": "Register-PnPAppCatalogSite", + "Rank": 1, "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { "Id": 1155, - "Rank": 1, "CommandName": "Register-PnPAzureADApp", + "Rank": 1, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { "Id": 1156, - "Rank": 2, "CommandName": "Register-PnPAzureADApp", + "Rank": 2, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1157, - "Rank": 3, "CommandName": "Register-PnPAzureADApp", + "Rank": 3, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { "Id": 1158, - "Rank": 4, "CommandName": "Register-PnPAzureADApp", + "Rank": 4, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1159, - "Rank": 5, "CommandName": "Register-PnPAzureADApp", + "Rank": 5, "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1160, - "Rank": 6, "CommandName": "Register-PnPAzureADApp", + "Rank": 6, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1161, - "Rank": 7, "CommandName": "Register-PnPAzureADApp", + "Rank": 7, "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { "Id": 1162, - "Rank": 8, "CommandName": "Register-PnPAzureADApp", + "Rank": 8, "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { "Id": 1163, - "Rank": 1, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Rank": 1, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { "Id": 1164, - "Rank": 2, "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", + "Rank": 2, "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { "Id": 1165, - "Rank": 1, "CommandName": "Register-PnPHubSite", + "Rank": 1, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Id": 1166, - "Rank": 2, "CommandName": "Register-PnPHubSite", + "Rank": 2, "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { "Id": 1167, - "Rank": 1, "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Rank": 1, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { "Id": 1168, - "Rank": 2, "CommandName": "Remove-PnPAdaptiveScopeProperty", + "Rank": 2, "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { "Id": 1169, - "Rank": 1, "CommandName": "Remove-PnPAlert", + "Rank": 1, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { "Id": 1170, - "Rank": 2, "CommandName": "Remove-PnPAlert", + "Rank": 2, "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 1171, - "Rank": 1, "CommandName": "Remove-PnPApp", + "Rank": 1, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1172, - "Rank": 2, "CommandName": "Remove-PnPApp", + "Rank": 2, "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1173, - "Rank": 1, "CommandName": "Remove-PnPApplicationCustomizer", + "Rank": 1, "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 1174, - "Rank": 2, "CommandName": "Remove-PnPApplicationCustomizer", + "Rank": 2, "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Id": 1175, - "Rank": 1, "CommandName": "Remove-PnPAvailableSiteClassification", + "Rank": 1, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { "Id": 1176, - "Rank": 2, "CommandName": "Remove-PnPAvailableSiteClassification", + "Rank": 2, "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Id": 1177, - "Rank": 1, "CommandName": "Remove-PnPAzureADApp", + "Rank": 1, "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { "Id": 1178, - "Rank": 2, "CommandName": "Remove-PnPAzureADApp", + "Rank": 2, "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 1179, - "Rank": 1, "CommandName": "Remove-PnPAzureADGroup", + "Rank": 1, "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { "Id": 1180, - "Rank": 2, "CommandName": "Remove-PnPAzureADGroup", + "Rank": 2, "Command": "Remove-PnPAzureADGroup -Identity $group" }, { "Id": 1181, - "Rank": 1, "CommandName": "Remove-PnPAzureADGroupMember", + "Rank": 1, "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1182, - "Rank": 1, "CommandName": "Remove-PnPAzureADGroupOwner", + "Rank": 1, "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1183, - "Rank": 1, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 1, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { "Id": 1184, - "Rank": 2, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 2, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { "Id": 1185, - "Rank": 3, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 3, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 1186, - "Rank": 4, "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", + "Rank": 4, "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Id": 1187, - "Rank": 1, "CommandName": "Remove-PnPAzureADUser", + "Rank": 1, "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { "Id": 1188, - "Rank": 2, "CommandName": "Remove-PnPAzureADUser", + "Rank": 2, "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { "Id": 1189, - "Rank": 1, "CommandName": "Remove-PnPContainer", + "Rank": 1, "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Id": 1190, - "Rank": 2, "CommandName": "Remove-PnPContainer", + "Rank": 2, "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { "Id": 1191, - "Rank": 1, "CommandName": "Remove-PnPContainerType", + "Rank": 1, "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { "Id": 1192, - "Rank": 1, "CommandName": "Remove-PnPContentType", + "Rank": 1, "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { "Id": 1193, - "Rank": 2, "CommandName": "Remove-PnPContentType", + "Rank": 2, "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { "Id": 1194, - "Rank": 1, "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Rank": 1, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Id": 1195, - "Rank": 2, "CommandName": "Remove-PnPContentTypeFromDocumentSet", + "Rank": 2, "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Id": 1196, - "Rank": 1, "CommandName": "Remove-PnPContentTypeFromList", + "Rank": 1, "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { "Id": 1197, - "Rank": 1, "CommandName": "Remove-PnPCustomAction", + "Rank": 1, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 1198, - "Rank": 2, "CommandName": "Remove-PnPCustomAction", + "Rank": 2, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Id": 1199, - "Rank": 3, "CommandName": "Remove-PnPCustomAction", + "Rank": 3, "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { "Id": 1200, - "Rank": 1, "CommandName": "Remove-PnPDeletedMicrosoft365Group", + "Rank": 1, "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 1201, - "Rank": 1, "CommandName": "Remove-PnPEventReceiver", + "Rank": 1, "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 1202, - "Rank": 2, "CommandName": "Remove-PnPEventReceiver", + "Rank": 2, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 1203, - "Rank": 3, "CommandName": "Remove-PnPEventReceiver", + "Rank": 3, "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { "Id": 1204, - "Rank": 4, "CommandName": "Remove-PnPEventReceiver", + "Rank": 4, "Command": "Remove-PnPEventReceiver -List ProjectList" }, { "Id": 1205, - "Rank": 5, "CommandName": "Remove-PnPEventReceiver", + "Rank": 5, "Command": "Remove-PnPEventReceiver" }, { "Id": 1206, - "Rank": 6, "CommandName": "Remove-PnPEventReceiver", + "Rank": 6, "Command": "Remove-PnPEventReceiver -Scope Site" }, { "Id": 1207, - "Rank": 7, "CommandName": "Remove-PnPEventReceiver", + "Rank": 7, "Command": "Remove-PnPEventReceiver -Scope Web" }, { "Id": 1208, - "Rank": 8, "CommandName": "Remove-PnPEventReceiver", + "Rank": 8, "Command": "Remove-PnPEventReceiver -Scope All" }, { "Id": 1209, - "Rank": 1, "CommandName": "Remove-PnPField", + "Rank": 1, "Command": "Remove-PnPField -Identity \"Speakers\"" }, { "Id": 1210, - "Rank": 2, "CommandName": "Remove-PnPField", + "Rank": 2, "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Id": 1211, - "Rank": 1, "CommandName": "Remove-PnPFieldFromContentType", + "Rank": 1, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Id": 1212, - "Rank": 2, "CommandName": "Remove-PnPFieldFromContentType", + "Rank": 2, "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { "Id": 1213, - "Rank": 1, "CommandName": "Remove-PnPFile", + "Rank": 1, "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { "Id": 1214, - "Rank": 2, "CommandName": "Remove-PnPFile", + "Rank": 2, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { "Id": 1215, - "Rank": 3, "CommandName": "Remove-PnPFile", + "Rank": 3, "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { "Id": 1216, - "Rank": 1, "CommandName": "Remove-PnPFileFromSiteTemplate", + "Rank": 1, "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { "Id": 1217, - "Rank": 1, "CommandName": "Remove-PnPFileSharingLink", + "Rank": 1, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 1218, - "Rank": 2, "CommandName": "Remove-PnPFileSharingLink", + "Rank": 2, "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { "Id": 1219, - "Rank": 1, "CommandName": "Remove-PnPFileVersion", + "Rank": 1, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Id": 1220, - "Rank": 2, "CommandName": "Remove-PnPFileVersion", + "Rank": 2, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Id": 1221, - "Rank": 3, "CommandName": "Remove-PnPFileVersion", + "Rank": 3, "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { "Id": 1222, - "Rank": 1, "CommandName": "Remove-PnPFlow", + "Rank": 1, "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 1223, - "Rank": 2, "CommandName": "Remove-PnPFlow", + "Rank": 2, "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { "Id": 1224, - "Rank": 1, "CommandName": "Remove-PnPFlowOwner", + "Rank": 1, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { "Id": 1225, - "Rank": 2, "CommandName": "Remove-PnPFlowOwner", + "Rank": 2, "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { "Id": 1226, - "Rank": 3, "CommandName": "Remove-PnPFlowOwner", + "Rank": 3, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { "Id": 1227, - "Rank": 4, "CommandName": "Remove-PnPFlowOwner", + "Rank": 4, "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { "Id": 1228, - "Rank": 1, "CommandName": "Remove-PnPFolder", + "Rank": 1, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Id": 1229, - "Rank": 2, "CommandName": "Remove-PnPFolder", + "Rank": 2, "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { "Id": 1230, - "Rank": 1, "CommandName": "Remove-PnPFolderSharingLink", + "Rank": 1, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 1231, - "Rank": 2, "CommandName": "Remove-PnPFolderSharingLink", + "Rank": 2, "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { "Id": 1232, - "Rank": 1, "CommandName": "Remove-PnPGraphSubscription", + "Rank": 1, "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { "Id": 1233, - "Rank": 1, "CommandName": "Remove-PnPGroup", + "Rank": 1, "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { "Id": 1234, - "Rank": 1, "CommandName": "Remove-PnPGroupMember", + "Rank": 1, "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Id": 1235, - "Rank": 1, "CommandName": "Remove-PnPHomeSite", + "Rank": 1, "Command": "Remove-PnPHomeSite" }, { "Id": 1236, - "Rank": 1, "CommandName": "Remove-PnPHubSiteAssociation", + "Rank": 1, "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Id": 1237, - "Rank": 1, "CommandName": "Remove-PnPHubToHubAssociation", + "Rank": 1, "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { "Id": 1238, - "Rank": 2, "CommandName": "Remove-PnPHubToHubAssociation", + "Rank": 2, "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { "Id": 1239, - "Rank": 1, "CommandName": "Remove-PnPIndexedProperty", + "Rank": 1, "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { "Id": 1240, - "Rank": 1, "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 1, "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { "Id": 1241, - "Rank": 2, "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 2, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { "Id": 1242, - "Rank": 3, "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 3, "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { "Id": 1243, - "Rank": 4, "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 4, "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { "Id": 1244, - "Rank": 5, "CommandName": "Remove-PnPJavaScriptLink", + "Rank": 5, "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { "Id": 1245, - "Rank": 1, "CommandName": "Remove-PnPKnowledgeHubSite", + "Rank": 1, "Command": "Remove-PnPKnowledgeHubSite" }, { "Id": 1246, - "Rank": 1, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 1, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { "Id": 1247, - "Rank": 2, "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", + "Rank": 2, "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { "Id": 1248, - "Rank": 1, "CommandName": "Remove-PnPList", + "Rank": 1, "Command": "Remove-PnPList -Identity Announcements" }, { "Id": 1249, - "Rank": 2, "CommandName": "Remove-PnPList", + "Rank": 2, "Command": "Remove-PnPList -Identity Announcements -Force" }, { "Id": 1250, - "Rank": 3, "CommandName": "Remove-PnPList", + "Rank": 3, "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { "Id": 1251, - "Rank": 4, "CommandName": "Remove-PnPList", + "Rank": 4, "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { "Id": 1252, - "Rank": 1, "CommandName": "Remove-PnPListDesign", + "Rank": 1, "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1253, - "Rank": 1, "CommandName": "Remove-PnPListItem", + "Rank": 1, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { "Id": 1254, - "Rank": 2, "CommandName": "Remove-PnPListItem", + "Rank": 2, "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { "Id": 1255, - "Rank": 3, "CommandName": "Remove-PnPListItem", + "Rank": 3, "Command": "Remove-PnPListItem -List \"Demo List\"" }, { "Id": 1256, - "Rank": 1, "CommandName": "Remove-PnPListItemAttachment", + "Rank": 1, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { "Id": 1257, - "Rank": 2, "CommandName": "Remove-PnPListItemAttachment", + "Rank": 2, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { "Id": 1258, - "Rank": 3, "CommandName": "Remove-PnPListItemAttachment", + "Rank": 3, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { "Id": 1259, - "Rank": 4, "CommandName": "Remove-PnPListItemAttachment", + "Rank": 4, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { "Id": 1260, - "Rank": 5, "CommandName": "Remove-PnPListItemAttachment", + "Rank": 5, "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { "Id": 1261, - "Rank": 1, "CommandName": "Remove-PnPListItemComment", + "Rank": 1, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { "Id": 1262, - "Rank": 2, "CommandName": "Remove-PnPListItemComment", + "Rank": 2, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { "Id": 1263, - "Rank": 3, "CommandName": "Remove-PnPListItemComment", + "Rank": 3, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { "Id": 1264, - "Rank": 4, "CommandName": "Remove-PnPListItemComment", + "Rank": 4, "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { "Id": 1265, - "Rank": 1, "CommandName": "Remove-PnPListItemVersion", + "Rank": 1, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { "Id": 1266, - "Rank": 2, "CommandName": "Remove-PnPListItemVersion", + "Rank": 2, "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { "Id": 1267, - "Rank": 1, "CommandName": "Remove-PnPManagedAppId", + "Rank": 1, "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { "Id": 1268, - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365Group", + "Rank": 1, "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { "Id": 1269, - "Rank": 2, "CommandName": "Remove-PnPMicrosoft365Group", + "Rank": 2, "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { "Id": 1270, - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupMember", + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1271, - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupOwner", + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1272, - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupPhoto", + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { "Id": 1273, - "Rank": 1, "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Rank": 1, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { "Id": 1274, - "Rank": 2, "CommandName": "Remove-PnPMicrosoft365GroupSettings", + "Rank": 2, "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { "Id": 1275, - "Rank": 1, "CommandName": "Remove-PnPNavigationNode", + "Rank": 1, "Command": "Remove-PnPNavigationNode -Identity 1032" }, { "Id": 1276, - "Rank": 2, "CommandName": "Remove-PnPNavigationNode", + "Rank": 2, "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { "Id": 1277, - "Rank": 3, "CommandName": "Remove-PnPNavigationNode", + "Rank": 3, "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { "Id": 1278, - "Rank": 1, "CommandName": "Remove-PnPOrgAssetsLibrary", + "Rank": 1, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { "Id": 1279, - "Rank": 2, "CommandName": "Remove-PnPOrgAssetsLibrary", + "Rank": 2, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { "Id": 1280, - "Rank": 3, "CommandName": "Remove-PnPOrgAssetsLibrary", + "Rank": 3, "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { "Id": 1281, - "Rank": 1, "CommandName": "Remove-PnPOrgNewsSite", + "Rank": 1, "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Id": 1282, - "Rank": 1, "CommandName": "Remove-PnPPage", + "Rank": 1, "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { "Id": 1283, - "Rank": 2, "CommandName": "Remove-PnPPage", + "Rank": 2, "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { "Id": 1284, - "Rank": 3, "CommandName": "Remove-PnPPage", + "Rank": 3, "Command": "Remove-PnPPage $page" }, { "Id": 1285, - "Rank": 4, "CommandName": "Remove-PnPPage", + "Rank": 4, "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { "Id": 1286, - "Rank": 1, "CommandName": "Remove-PnPPageComponent", + "Rank": 1, "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 1287, - "Rank": 1, "CommandName": "Remove-PnPPlannerBucket", + "Rank": 1, "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { "Id": 1288, - "Rank": 1, "CommandName": "Remove-PnPPlannerPlan", + "Rank": 1, "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { "Id": 1289, - "Rank": 1, "CommandName": "Remove-PnPPlannerRoster", + "Rank": 1, "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Id": 1290, - "Rank": 1, "CommandName": "Remove-PnPPlannerRosterMember", + "Rank": 1, "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 1291, - "Rank": 1, "CommandName": "Remove-PnPPlannerTask", + "Rank": 1, "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { "Id": 1292, - "Rank": 1, "CommandName": "Remove-PnPProfileCardProperty", + "Rank": 1, "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { "Id": 1293, - "Rank": 1, "CommandName": "Remove-PnPPropertyBagValue", + "Rank": 1, "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { "Id": 1294, - "Rank": 2, "CommandName": "Remove-PnPPropertyBagValue", + "Rank": 2, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { "Id": 1295, - "Rank": 3, "CommandName": "Remove-PnPPropertyBagValue", + "Rank": 3, "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { "Id": 1296, - "Rank": 1, "CommandName": "Remove-PnPPublishingImageRendition", + "Rank": 1, "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Id": 1297, - "Rank": 1, "CommandName": "Remove-PnPRoleDefinition", + "Rank": 1, "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { "Id": 1298, - "Rank": 1, "CommandName": "Remove-PnPSdnProvider", + "Rank": 1, "Command": "Remove-PnPSdnProvider -Confirm:false" }, { "Id": 1299, - "Rank": 1, "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 1, "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { "Id": 1300, - "Rank": 2, "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 2, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Id": 1301, - "Rank": 3, "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 3, "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Id": 1302, - "Rank": 4, "CommandName": "Remove-PnPSearchConfiguration", + "Rank": 4, "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 1303, - "Rank": 1, "CommandName": "Remove-PnPSearchExternalConnection", + "Rank": 1, "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { "Id": 1304, - "Rank": 1, "CommandName": "Remove-PnPSearchExternalItem", + "Rank": 1, "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { "Id": 1305, - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAdmin", + "Rank": 1, "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 1306, - "Rank": 2, "CommandName": "Remove-PnPSiteCollectionAdmin", + "Rank": 2, "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 1307, - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionAppCatalog", + "Rank": 1, "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Id": 1308, - "Rank": 1, "CommandName": "Remove-PnPSiteCollectionTermStore", + "Rank": 1, "Command": "Remove-PnPSiteCollectionTermStore" }, { "Id": 1309, - "Rank": 1, "CommandName": "Remove-PnPSiteDesign", + "Rank": 1, "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1310, - "Rank": 1, "CommandName": "Remove-PnPSiteDesignTask", + "Rank": 1, "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1311, - "Rank": 1, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Rank": 1, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { "Id": 1312, - "Rank": 2, "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", + "Rank": 2, "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { "Id": 1313, - "Rank": 1, "CommandName": "Remove-PnPSiteGroup", + "Rank": 1, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1314, - "Rank": 2, "CommandName": "Remove-PnPSiteGroup", + "Rank": 2, "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { "Id": 1315, - "Rank": 1, "CommandName": "Remove-PnPSiteScript", + "Rank": 1, "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1316, - "Rank": 1, "CommandName": "Remove-PnPSiteUserInvitations", + "Rank": 1, "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Id": 1317, - "Rank": 1, "CommandName": "Remove-PnPStorageEntity", + "Rank": 1, "Command": "Remove-PnPStorageEntity -Key MyKey" }, { "Id": 1318, - "Rank": 2, "CommandName": "Remove-PnPStorageEntity", + "Rank": 2, "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { "Id": 1319, - "Rank": 1, "CommandName": "Remove-PnPStoredCredential", + "Rank": 1, "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { "Id": 1320, - "Rank": 1, "CommandName": "Remove-PnPTaxonomyItem", + "Rank": 1, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { "Id": 1321, - "Rank": 2, "CommandName": "Remove-PnPTaxonomyItem", + "Rank": 2, "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { "Id": 1322, - "Rank": 1, "CommandName": "Remove-PnPTeamsApp", + "Rank": 1, "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { "Id": 1323, - "Rank": 2, "CommandName": "Remove-PnPTeamsApp", + "Rank": 2, "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { "Id": 1324, - "Rank": 1, "CommandName": "Remove-PnPTeamsChannel", + "Rank": 1, "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { "Id": 1325, - "Rank": 1, "CommandName": "Remove-PnPTeamsChannelUser", + "Rank": 1, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { "Id": 1326, - "Rank": 2, "CommandName": "Remove-PnPTeamsChannelUser", + "Rank": 2, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 1327, - "Rank": 3, "CommandName": "Remove-PnPTeamsChannelUser", + "Rank": 3, "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { "Id": 1328, - "Rank": 1, "CommandName": "Remove-PnPTeamsTab", + "Rank": 1, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { "Id": 1329, - "Rank": 2, "CommandName": "Remove-PnPTeamsTab", + "Rank": 2, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { "Id": 1330, - "Rank": 3, "CommandName": "Remove-PnPTeamsTab", + "Rank": 3, "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { "Id": 1331, - "Rank": 1, "CommandName": "Remove-PnPTeamsTag", + "Rank": 1, "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Id": 1332, - "Rank": 1, "CommandName": "Remove-PnPTeamsTeam", + "Rank": 1, "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Id": 1333, - "Rank": 2, "CommandName": "Remove-PnPTeamsTeam", + "Rank": 2, "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { "Id": 1334, - "Rank": 1, "CommandName": "Remove-PnPTeamsUser", + "Rank": 1, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { "Id": 1335, - "Rank": 2, "CommandName": "Remove-PnPTeamsUser", + "Rank": 2, "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 1336, - "Rank": 3, "CommandName": "Remove-PnPTeamsUser", + "Rank": 3, "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { "Id": 1337, - "Rank": 1, "CommandName": "Remove-PnPTenantCdnOrigin", + "Rank": 1, "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Id": 1338, - "Rank": 1, "CommandName": "Remove-PnPTenantDeletedSite", + "Rank": 1, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1339, - "Rank": 2, "CommandName": "Remove-PnPTenantDeletedSite", + "Rank": 2, "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Id": 1340, - "Rank": 1, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Rank": 1, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { "Id": 1341, - "Rank": 2, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Rank": 2, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { "Id": 1342, - "Rank": 3, "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", + "Rank": 3, "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { "Id": 1343, - "Rank": 1, "CommandName": "Remove-PnPTenantSite", + "Rank": 1, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1344, - "Rank": 2, "CommandName": "Remove-PnPTenantSite", + "Rank": 2, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { "Id": 1345, - "Rank": 3, "CommandName": "Remove-PnPTenantSite", + "Rank": 3, "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { "Id": 1346, - "Rank": 1, "CommandName": "Remove-PnPTenantSyncClientRestriction", + "Rank": 1, "Command": "Remove-PnPTenantSyncClientRestriction" }, { "Id": 1347, - "Rank": 1, "CommandName": "Remove-PnPTenantTheme", + "Rank": 1, "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Id": 1348, - "Rank": 1, "CommandName": "Remove-PnPTerm", + "Rank": 1, "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Id": 1349, - "Rank": 2, "CommandName": "Remove-PnPTerm", + "Rank": 2, "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 1350, - "Rank": 1, "CommandName": "Remove-PnPTermGroup", + "Rank": 1, "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Id": 1351, - "Rank": 2, "CommandName": "Remove-PnPTermGroup", + "Rank": 2, "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { "Id": 1352, - "Rank": 3, "CommandName": "Remove-PnPTermGroup", + "Rank": 3, "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { "Id": 1353, - "Rank": 1, "CommandName": "Remove-PnPTermLabel", + "Rank": 1, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { "Id": 1354, - "Rank": 2, "CommandName": "Remove-PnPTermLabel", + "Rank": 2, "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 1355, - "Rank": 1, "CommandName": "Remove-PnPTodoList", + "Rank": 1, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { "Id": 1356, - "Rank": 2, "CommandName": "Remove-PnPTodoList", + "Rank": 2, "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { "Id": 1357, - "Rank": 1, "CommandName": "Remove-PnPUser", + "Rank": 1, "Command": "Remove-PnPUser -Identity 23" }, { "Id": 1358, - "Rank": 2, "CommandName": "Remove-PnPUser", + "Rank": 2, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { "Id": 1359, - "Rank": 3, "CommandName": "Remove-PnPUser", + "Rank": 3, "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { "Id": 1360, - "Rank": 1, "CommandName": "Remove-PnPUserInfo", + "Rank": 1, "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Id": 1361, - "Rank": 1, "CommandName": "Remove-PnPUserProfile", + "Rank": 1, "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { "Id": 1362, - "Rank": 1, "CommandName": "Remove-PnPUserProfilePhoto", + "Rank": 1, "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { "Id": 1363, - "Rank": 1, "CommandName": "Remove-PnPView", + "Rank": 1, "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { "Id": 1364, - "Rank": 1, "CommandName": "Remove-PnPVivaConnectionsDashboardACE", + "Rank": 1, "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Id": 1365, - "Rank": 1, "CommandName": "Remove-PnPVivaEngageCommunity", + "Rank": 1, "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { "Id": 1366, - "Rank": 1, "CommandName": "Remove-PnPWeb", + "Rank": 1, "Command": "Remove-PnPWeb -Identity projectA" }, { "Id": 1367, - "Rank": 2, "CommandName": "Remove-PnPWeb", + "Rank": 2, "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { "Id": 1368, - "Rank": 1, "CommandName": "Remove-PnPWebhookSubscription", + "Rank": 1, "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { "Id": 1369, - "Rank": 1, "CommandName": "Remove-PnPWebPart", + "Rank": 1, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 1370, - "Rank": 2, "CommandName": "Remove-PnPWebPart", + "Rank": 2, "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { "Id": 1371, - "Rank": 1, "CommandName": "Remove-PnPWikiPage", + "Rank": 1, "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { "Id": 1372, - "Rank": 1, "CommandName": "Rename-PnPFile", + "Rank": 1, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { "Id": 1373, - "Rank": 2, "CommandName": "Rename-PnPFile", + "Rank": 2, "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { "Id": 1374, - "Rank": 3, "CommandName": "Rename-PnPFile", + "Rank": 3, "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { "Id": 1375, - "Rank": 1, "CommandName": "Rename-PnPFolder", + "Rank": 1, "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { "Id": 1376, - "Rank": 1, "CommandName": "Repair-PnPSite", + "Rank": 1, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1377, - "Rank": 2, "CommandName": "Repair-PnPSite", + "Rank": 2, "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Id": 1378, - "Rank": 1, "CommandName": "Request-PnPPersonalSite", + "Rank": 1, "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { "Id": 1379, - "Rank": 2, "CommandName": "Request-PnPPersonalSite", + "Rank": 2, "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { "Id": 1380, - "Rank": 1, "CommandName": "Request-PnPReIndexList", + "Rank": 1, "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { "Id": 1381, - "Rank": 1, "CommandName": "Request-PnPReIndexWeb", + "Rank": 1, "Command": "Request-PnPReIndexWeb" }, { "Id": 1382, - "Rank": 1, "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Rank": 1, "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { "Id": 1383, - "Rank": 2, "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Rank": 2, "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { "Id": 1384, - "Rank": 3, "CommandName": "Request-PnPSyntexClassifyAndExtract", + "Rank": 3, "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { "Id": 1385, - "Rank": 1, "CommandName": "Reset-PnPDocumentId", + "Rank": 1, "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { "Id": 1386, - "Rank": 2, "CommandName": "Reset-PnPDocumentId", + "Rank": 2, "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { "Id": 1387, - "Rank": 1, "CommandName": "Reset-PnPFileVersion", + "Rank": 1, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { "Id": 1388, - "Rank": 2, "CommandName": "Reset-PnPFileVersion", + "Rank": 2, "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { "Id": 1389, - "Rank": 1, "CommandName": "Reset-PnPMicrosoft365GroupExpiration", + "Rank": 1, "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { "Id": 1390, - "Rank": 1, "CommandName": "Reset-PnPRetentionLabel", + "Rank": 1, "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { "Id": 1391, - "Rank": 2, "CommandName": "Reset-PnPRetentionLabel", + "Rank": 2, "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { "Id": 1392, - "Rank": 1, "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", + "Rank": 1, "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { "Id": 1393, - "Rank": 1, "CommandName": "Resolve-PnPFolder", + "Rank": 1, "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { "Id": 1394, - "Rank": 1, "CommandName": "Restart-PnPFlowRun", + "Rank": 1, "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Id": 1395, - "Rank": 1, "CommandName": "Restore-PnPDeletedContainer", + "Rank": 1, "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Id": 1396, - "Rank": 1, "CommandName": "Restore-PnPDeletedMicrosoft365Group", + "Rank": 1, "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 1397, - "Rank": 1, "CommandName": "Restore-PnPFileVersion", + "Rank": 1, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Id": 1398, - "Rank": 2, "CommandName": "Restore-PnPFileVersion", + "Rank": 2, "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { "Id": 1399, - "Rank": 3, "CommandName": "Restore-PnPFileVersion", + "Rank": 3, "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Id": 1400, - "Rank": 1, "CommandName": "Restore-PnPFlow", + "Rank": 1, "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 1401, - "Rank": 2, "CommandName": "Restore-PnPFlow", + "Rank": 2, "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 1402, - "Rank": 1, "CommandName": "Restore-PnPListItemVersion", + "Rank": 1, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { "Id": 1403, - "Rank": 2, "CommandName": "Restore-PnPListItemVersion", + "Rank": 2, "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { "Id": 1404, - "Rank": 1, "CommandName": "Restore-PnPRecycleBinItem", + "Rank": 1, "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Id": 1405, - "Rank": 1, "CommandName": "Restore-PnPTenantRecycleBinItem", + "Rank": 1, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1406, - "Rank": 2, "CommandName": "Restore-PnPTenantRecycleBinItem", + "Rank": 2, "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Id": 1407, - "Rank": 1, "CommandName": "Restore-PnPTenantSite", + "Rank": 1, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1408, - "Rank": 2, "CommandName": "Restore-PnPTenantSite", + "Rank": 2, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Id": 1409, - "Rank": 3, "CommandName": "Restore-PnPTenantSite", + "Rank": 3, "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { "Id": 1410, - "Rank": 1, "CommandName": "Revoke-PnPAzureADAppSitePermission", + "Rank": 1, "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { "Id": 1411, - "Rank": 1, "CommandName": "Revoke-PnPHubSiteRights", + "Rank": 1, "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 1412, - "Rank": 1, "CommandName": "Revoke-PnPSiteDesignRights", + "Rank": 1, "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 1413, - "Rank": 1, "CommandName": "Revoke-PnPTenantServicePrincipalPermission", + "Rank": 1, "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Id": 1414, - "Rank": 1, "CommandName": "Revoke-PnPUserSession", + "Rank": 1, "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { "Id": 1415, - "Rank": 1, "CommandName": "Save-PnPPageConversionLog", + "Rank": 1, "Command": "Save-PnPPageConversionLog" }, { "Id": 1416, - "Rank": 1, "CommandName": "Save-PnPSiteTemplate", + "Rank": 1, "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { "Id": 1417, - "Rank": 1, "CommandName": "Save-PnPTenantTemplate", + "Rank": 1, "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { "Id": 1418, - "Rank": 1, "CommandName": "Send-PnPMail", + "Rank": 1, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Id": 1419, - "Rank": 2, "CommandName": "Send-PnPMail", + "Rank": 2, "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { "Id": 1420, - "Rank": 3, "CommandName": "Send-PnPMail", + "Rank": 3, "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Id": 1421, - "Rank": 4, "CommandName": "Send-PnPMail", + "Rank": 4, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { "Id": 1422, - "Rank": 5, "CommandName": "Send-PnPMail", + "Rank": 5, "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { "Id": 1423, - "Rank": 1, "CommandName": "Set-PnPAdaptiveScopeProperty", + "Rank": 1, "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { "Id": 1424, - "Rank": 1, "CommandName": "Set-PnPApplicationCustomizer", + "Rank": 1, "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 1425, - "Rank": 2, "CommandName": "Set-PnPApplicationCustomizer", + "Rank": 2, "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Id": 1426, - "Rank": 1, "CommandName": "Set-PnPAppSideLoading", + "Rank": 1, "Command": "Set-PnPAppSideLoading -On" }, { "Id": 1427, - "Rank": 2, "CommandName": "Set-PnPAppSideLoading", + "Rank": 2, "Command": "Set-PnPAppSideLoading -Off" }, { "Id": 1428, - "Rank": 1, "CommandName": "Set-PnPAuditing", + "Rank": 1, "Command": "Set-PnPAuditing -EnableAll" }, { "Id": 1429, - "Rank": 2, "CommandName": "Set-PnPAuditing", + "Rank": 2, "Command": "Set-PnPAuditing -DisableAll" }, { "Id": 1430, - "Rank": 3, "CommandName": "Set-PnPAuditing", + "Rank": 3, "Command": "Set-PnPAuditing -RetentionTime 7" }, { "Id": 1431, - "Rank": 4, "CommandName": "Set-PnPAuditing", + "Rank": 4, "Command": "Set-PnPAuditing -TrimAuditLog" }, { "Id": 1432, - "Rank": 5, "CommandName": "Set-PnPAuditing", + "Rank": 5, "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { "Id": 1433, - "Rank": 1, "CommandName": "Set-PnPAvailablePageLayouts", + "Rank": 1, "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { "Id": 1434, - "Rank": 1, "CommandName": "Set-PnPAzureADAppSitePermission", + "Rank": 1, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { "Id": 1435, - "Rank": 2, "CommandName": "Set-PnPAzureADAppSitePermission", + "Rank": 2, "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { "Id": 1436, - "Rank": 1, "CommandName": "Set-PnPAzureADGroup", + "Rank": 1, "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { "Id": 1437, - "Rank": 2, "CommandName": "Set-PnPAzureADGroup", + "Rank": 2, "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { "Id": 1438, - "Rank": 3, "CommandName": "Set-PnPAzureADGroup", + "Rank": 3, "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { "Id": 1439, - "Rank": 1, "CommandName": "Set-PnPBrowserIdleSignout", + "Rank": 1, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { "Id": 1440, - "Rank": 2, "CommandName": "Set-PnPBrowserIdleSignout", + "Rank": 2, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { "Id": 1441, - "Rank": 3, "CommandName": "Set-PnPBrowserIdleSignout", + "Rank": 3, "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { "Id": 1442, - "Rank": 1, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Rank": 1, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { "Id": 1443, - "Rank": 2, "CommandName": "Set-PnPBuiltInDesignPackageVisibility", + "Rank": 2, "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { "Id": 1444, - "Rank": 1, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 1, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { "Id": 1445, - "Rank": 2, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 2, "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { "Id": 1446, - "Rank": 3, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 3, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { "Id": 1447, - "Rank": 4, "CommandName": "Set-PnPBuiltInSiteTemplateSettings", + "Rank": 4, "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { "Id": 1448, - "Rank": 1, "CommandName": "Set-PnPContentType", + "Rank": 1, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Id": 1449, - "Rank": 2, "CommandName": "Set-PnPContentType", + "Rank": 2, "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { "Id": 1450, - "Rank": 3, "CommandName": "Set-PnPContentType", + "Rank": 3, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Id": 1451, - "Rank": 4, "CommandName": "Set-PnPContentType", + "Rank": 4, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Id": 1452, - "Rank": 5, "CommandName": "Set-PnPContentType", + "Rank": 5, "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Id": 1453, - "Rank": 1, "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Rank": 1, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { "Id": 1454, - "Rank": 2, "CommandName": "Set-PnPCopilotAdminLimitedMode", + "Rank": 2, "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { "Id": 1455, - "Rank": 1, "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 1, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { "Id": 1456, - "Rank": 2, "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 2, "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { "Id": 1457, - "Rank": 3, "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 3, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { "Id": 1458, - "Rank": 4, "CommandName": "Set-PnPDefaultColumnValues", + "Rank": 4, "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { "Id": 1459, - "Rank": 1, "CommandName": "Set-PnPDefaultContentTypeToList", + "Rank": 1, "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { "Id": 1460, - "Rank": 1, "CommandName": "Set-PnPDefaultPageLayout", + "Rank": 1, "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { "Id": 1461, - "Rank": 2, "CommandName": "Set-PnPDefaultPageLayout", + "Rank": 2, "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { "Id": 1462, - "Rank": 3, "CommandName": "Set-PnPDefaultPageLayout", + "Rank": 3, "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { "Id": 1463, - "Rank": 1, "CommandName": "Set-PnPDisableSpacesActivation", + "Rank": 1, "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { "Id": 1464, - "Rank": 2, "CommandName": "Set-PnPDisableSpacesActivation", + "Rank": 2, "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Id": 1465, - "Rank": 3, "CommandName": "Set-PnPDisableSpacesActivation", + "Rank": 3, "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Id": 1466, - "Rank": 1, "CommandName": "Set-PnPDocumentSetField", + "Rank": 1, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { "Id": 1467, - "Rank": 2, "CommandName": "Set-PnPDocumentSetField", + "Rank": 2, "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { "Id": 1468, - "Rank": 1, "CommandName": "Set-PnPField", + "Rank": 1, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { "Id": 1469, - "Rank": 2, "CommandName": "Set-PnPField", + "Rank": 2, "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { "Id": 1470, - "Rank": 3, "CommandName": "Set-PnPField", + "Rank": 3, "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { "Id": 1471, - "Rank": 1, "CommandName": "Set-PnPFileCheckedIn", + "Rank": 1, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { "Id": 1472, - "Rank": 2, "CommandName": "Set-PnPFileCheckedIn", + "Rank": 2, "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { "Id": 1473, - "Rank": 3, "CommandName": "Set-PnPFileCheckedIn", + "Rank": 3, "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { "Id": 1474, - "Rank": 1, "CommandName": "Set-PnPFileCheckedOut", + "Rank": 1, "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { "Id": 1475, - "Rank": 1, "CommandName": "Set-PnPFileRetentionLabel", + "Rank": 1, "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { "Id": 1476, - "Rank": 2, "CommandName": "Set-PnPFileRetentionLabel", + "Rank": 2, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { "Id": 1477, - "Rank": 3, "CommandName": "Set-PnPFileRetentionLabel", + "Rank": 3, "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { "Id": 1478, - "Rank": 1, "CommandName": "Set-PnPFolderPermission", + "Rank": 1, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1479, - "Rank": 2, "CommandName": "Set-PnPFolderPermission", + "Rank": 2, "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1480, - "Rank": 3, "CommandName": "Set-PnPFolderPermission", + "Rank": 3, "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Id": 1481, - "Rank": 1, "CommandName": "Set-PnPFooter", + "Rank": 1, "Command": "Set-PnPFooter -Enabled:$true" }, { "Id": 1482, - "Rank": 2, "CommandName": "Set-PnPFooter", + "Rank": 2, "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { "Id": 1483, - "Rank": 3, "CommandName": "Set-PnPFooter", + "Rank": 3, "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { "Id": 1484, - "Rank": 4, "CommandName": "Set-PnPFooter", + "Rank": 4, "Command": "Set-PnPFooter -LogoUrl \"\"" }, { "Id": 1485, - "Rank": 1, "CommandName": "Set-PnPGraphSubscription", + "Rank": 1, "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { "Id": 1486, - "Rank": 1, "CommandName": "Set-PnPGroup", + "Rank": 1, "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { "Id": 1487, - "Rank": 2, "CommandName": "Set-PnPGroup", + "Rank": 2, "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { "Id": 1488, - "Rank": 1, "CommandName": "Set-PnPGroupPermissions", + "Rank": 1, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { "Id": 1489, - "Rank": 2, "CommandName": "Set-PnPGroupPermissions", + "Rank": 2, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { "Id": 1490, - "Rank": 3, "CommandName": "Set-PnPGroupPermissions", + "Rank": 3, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { "Id": 1491, - "Rank": 4, "CommandName": "Set-PnPGroupPermissions", + "Rank": 4, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { "Id": 1492, - "Rank": 5, "CommandName": "Set-PnPGroupPermissions", + "Rank": 5, "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { "Id": 1493, - "Rank": 1, "CommandName": "Set-PnPHideDefaultThemes", + "Rank": 1, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { "Id": 1494, - "Rank": 2, "CommandName": "Set-PnPHideDefaultThemes", + "Rank": 2, "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { "Id": 1495, - "Rank": 1, "CommandName": "Set-PnPHomePage", + "Rank": 1, "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { "Id": 1496, - "Rank": 2, "CommandName": "Set-PnPHomePage", + "Rank": 2, "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { "Id": 1497, - "Rank": 1, "CommandName": "Set-PnPHomeSite", + "Rank": 1, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Id": 1498, - "Rank": 2, "CommandName": "Set-PnPHomeSite", + "Rank": 2, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { "Id": 1499, - "Rank": 3, "CommandName": "Set-PnPHomeSite", + "Rank": 3, "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { "Id": 1500, - "Rank": 1, "CommandName": "Set-PnPHubSite", + "Rank": 1, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { "Id": 1501, - "Rank": 2, "CommandName": "Set-PnPHubSite", + "Rank": 2, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { "Id": 1502, - "Rank": 3, "CommandName": "Set-PnPHubSite", + "Rank": 3, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { "Id": 1503, - "Rank": 4, "CommandName": "Set-PnPHubSite", + "Rank": 4, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { "Id": 1504, - "Rank": 5, "CommandName": "Set-PnPHubSite", + "Rank": 5, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { "Id": 1505, - "Rank": 6, "CommandName": "Set-PnPHubSite", + "Rank": 6, "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { "Id": 1506, - "Rank": 1, "CommandName": "Set-PnPImageListItemColumn", + "Rank": 1, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { "Id": 1507, - "Rank": 2, "CommandName": "Set-PnPImageListItemColumn", + "Rank": 2, "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { "Id": 1508, - "Rank": 1, "CommandName": "Set-PnPIndexedProperties", + "Rank": 1, "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { "Id": 1509, - "Rank": 1, "CommandName": "Set-PnPInPlaceRecordsManagement", + "Rank": 1, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { "Id": 1510, - "Rank": 2, "CommandName": "Set-PnPInPlaceRecordsManagement", + "Rank": 2, "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { "Id": 1511, - "Rank": 1, "CommandName": "Set-PnPKnowledgeHubSite", + "Rank": 1, "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { "Id": 1512, - "Rank": 1, "CommandName": "Set-PnPList", + "Rank": 1, "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { "Id": 1513, - "Rank": 2, "CommandName": "Set-PnPList", + "Rank": 2, "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { "Id": 1514, - "Rank": 3, "CommandName": "Set-PnPList", + "Rank": 3, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { "Id": 1515, - "Rank": 4, "CommandName": "Set-PnPList", + "Rank": 4, "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { "Id": 1516, - "Rank": 5, "CommandName": "Set-PnPList", + "Rank": 5, "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { "Id": 1517, - "Rank": 6, "CommandName": "Set-PnPList", + "Rank": 6, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { "Id": 1518, - "Rank": 7, "CommandName": "Set-PnPList", + "Rank": 7, "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { "Id": 1519, - "Rank": 8, "CommandName": "Set-PnPList", + "Rank": 8, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { "Id": 1520, - "Rank": 9, "CommandName": "Set-PnPList", + "Rank": 9, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { "Id": 1521, - "Rank": 10, "CommandName": "Set-PnPList", + "Rank": 10, "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { "Id": 1522, - "Rank": 11, "CommandName": "Set-PnPList", + "Rank": 11, "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { "Id": 1523, - "Rank": 12, "CommandName": "Set-PnPList", + "Rank": 12, "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { "Id": 1524, - "Rank": 1, "CommandName": "Set-PnPListInformationRightsManagement", + "Rank": 1, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { "Id": 1525, - "Rank": 2, "CommandName": "Set-PnPListInformationRightsManagement", + "Rank": 2, "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { "Id": 1526, - "Rank": 1, "CommandName": "Set-PnPListItem", + "Rank": 1, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1527, - "Rank": 2, "CommandName": "Set-PnPListItem", + "Rank": 2, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1528, - "Rank": 3, "CommandName": "Set-PnPListItem", + "Rank": 3, "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1529, - "Rank": 4, "CommandName": "Set-PnPListItem", + "Rank": 4, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { "Id": 1530, - "Rank": 5, "CommandName": "Set-PnPListItem", + "Rank": 5, "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { "Id": 1531, - "Rank": 1, "CommandName": "Set-PnPListItemAsRecord", + "Rank": 1, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Id": 1532, - "Rank": 2, "CommandName": "Set-PnPListItemAsRecord", + "Rank": 2, "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { "Id": 1533, - "Rank": 1, "CommandName": "Set-PnPListItemPermission", + "Rank": 1, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1534, - "Rank": 2, "CommandName": "Set-PnPListItemPermission", + "Rank": 2, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1535, - "Rank": 3, "CommandName": "Set-PnPListItemPermission", + "Rank": 3, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Id": 1536, - "Rank": 4, "CommandName": "Set-PnPListItemPermission", + "Rank": 4, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { "Id": 1537, - "Rank": 5, "CommandName": "Set-PnPListItemPermission", + "Rank": 5, "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { "Id": 1538, - "Rank": 1, "CommandName": "Set-PnPListPermission", + "Rank": 1, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1539, - "Rank": 2, "CommandName": "Set-PnPListPermission", + "Rank": 2, "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1540, - "Rank": 1, "CommandName": "Set-PnPListRecordDeclaration", + "Rank": 1, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { "Id": 1541, - "Rank": 2, "CommandName": "Set-PnPListRecordDeclaration", + "Rank": 2, "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { "Id": 1542, - "Rank": 1, "CommandName": "Set-PnPManagedAppId", + "Rank": 1, "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { "Id": 1543, - "Rank": 1, "CommandName": "Set-PnPMasterPage", + "Rank": 1, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Id": 1544, - "Rank": 2, "CommandName": "Set-PnPMasterPage", + "Rank": 2, "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Id": 1545, - "Rank": 3, "CommandName": "Set-PnPMasterPage", + "Rank": 3, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Id": 1546, - "Rank": 4, "CommandName": "Set-PnPMasterPage", + "Rank": 4, "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Id": 1547, - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { "Id": 1548, - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1549, - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { "Id": 1550, - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { "Id": 1551, - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1552, - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { "Id": 1553, - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { "Id": 1554, - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1555, - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { "Id": 1556, - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { "Id": 1557, - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1558, - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { "Id": 1559, - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { "Id": 1560, - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1561, - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { "Id": 1562, - "Rank": 1, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 1, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { "Id": 1563, - "Rank": 2, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 2, "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1564, - "Rank": 3, "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", + "Rank": 3, "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { "Id": 1565, - "Rank": 1, "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 1, "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { "Id": 1566, - "Rank": 2, "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 2, "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { "Id": 1567, - "Rank": 3, "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 3, "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { "Id": 1568, - "Rank": 4, "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 4, "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { "Id": 1569, - "Rank": 5, "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 5, "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { "Id": 1570, - "Rank": 6, "CommandName": "Set-PnPMicrosoft365Group", + "Rank": 6, "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 1571, - "Rank": 1, "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Rank": 1, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { "Id": 1572, - "Rank": 2, "CommandName": "Set-PnPMicrosoft365GroupSettings", + "Rank": 2, "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { "Id": 1573, - "Rank": 1, "CommandName": "Set-PnPOrgAssetsLibrary", + "Rank": 1, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Id": 1574, - "Rank": 2, "CommandName": "Set-PnPOrgAssetsLibrary", + "Rank": 2, "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { "Id": 1575, - "Rank": 1, "CommandName": "Set-PnPPage", + "Rank": 1, "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { "Id": 1576, - "Rank": 2, "CommandName": "Set-PnPPage", + "Rank": 2, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { "Id": 1577, - "Rank": 3, "CommandName": "Set-PnPPage", + "Rank": 3, "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { "Id": 1578, - "Rank": 4, "CommandName": "Set-PnPPage", + "Rank": 4, "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { "Id": 1579, - "Rank": 5, "CommandName": "Set-PnPPage", + "Rank": 5, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { "Id": 1580, - "Rank": 6, "CommandName": "Set-PnPPage", + "Rank": 6, "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { "Id": 1581, - "Rank": 7, "CommandName": "Set-PnPPage", + "Rank": 7, "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Id": 1582, - "Rank": 8, "CommandName": "Set-PnPPage", + "Rank": 8, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { "Id": 1583, - "Rank": 9, "CommandName": "Set-PnPPage", + "Rank": 9, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { "Id": 1584, - "Rank": 10, "CommandName": "Set-PnPPage", + "Rank": 10, "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Id": 1585, - "Rank": 11, "CommandName": "Set-PnPPage", + "Rank": 11, "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { "Id": 1586, - "Rank": 12, "CommandName": "Set-PnPPage", + "Rank": 12, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { "Id": 1587, - "Rank": 13, "CommandName": "Set-PnPPage", + "Rank": 13, "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { "Id": 1588, - "Rank": 1, "CommandName": "Set-PnPPageTextPart", + "Rank": 1, "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { "Id": 1589, - "Rank": 1, "CommandName": "Set-PnPPageWebPart", + "Rank": 1, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { "Id": 1590, - "Rank": 2, "CommandName": "Set-PnPPageWebPart", + "Rank": 2, "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { "Id": 1591, - "Rank": 1, "CommandName": "Set-PnPPlannerBucket", + "Rank": 1, "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { "Id": 1592, - "Rank": 1, "CommandName": "Set-PnPPlannerConfiguration", + "Rank": 1, "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { "Id": 1593, - "Rank": 2, "CommandName": "Set-PnPPlannerConfiguration", + "Rank": 2, "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { "Id": 1594, - "Rank": 1, "CommandName": "Set-PnPPlannerPlan", + "Rank": 1, "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { "Id": 1595, - "Rank": 1, "CommandName": "Set-PnPPlannerTask", + "Rank": 1, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { "Id": 1596, - "Rank": 2, "CommandName": "Set-PnPPlannerTask", + "Rank": 2, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { "Id": 1597, - "Rank": 3, "CommandName": "Set-PnPPlannerTask", + "Rank": 3, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Id": 1598, - "Rank": 4, "CommandName": "Set-PnPPlannerTask", + "Rank": 4, "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { "Id": 1599, - "Rank": 1, "CommandName": "Set-PnPPlannerUserPolicy", + "Rank": 1, "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 1600, - "Rank": 1, "CommandName": "Set-PnPPowerAppByPassConsent", + "Rank": 1, "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { "Id": 1601, - "Rank": 2, "CommandName": "Set-PnPPowerAppByPassConsent", + "Rank": 2, "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { "Id": 1602, - "Rank": 1, "CommandName": "Set-PnPPropertyBagValue", + "Rank": 1, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { "Id": 1603, - "Rank": 2, "CommandName": "Set-PnPPropertyBagValue", + "Rank": 2, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { "Id": 1604, - "Rank": 3, "CommandName": "Set-PnPPropertyBagValue", + "Rank": 3, "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { "Id": 1605, - "Rank": 1, "CommandName": "Set-PnPRequestAccessEmails", + "Rank": 1, "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { "Id": 1606, - "Rank": 2, "CommandName": "Set-PnPRequestAccessEmails", + "Rank": 2, "Command": "Set-PnPRequestAccessEmails -Disabled" }, { "Id": 1607, - "Rank": 3, "CommandName": "Set-PnPRequestAccessEmails", + "Rank": 3, "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { "Id": 1608, - "Rank": 1, "CommandName": "Set-PnPRetentionLabel", + "Rank": 1, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { "Id": 1609, - "Rank": 2, "CommandName": "Set-PnPRetentionLabel", + "Rank": 2, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { "Id": 1610, - "Rank": 3, "CommandName": "Set-PnPRetentionLabel", + "Rank": 3, "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { "Id": 1611, - "Rank": 1, "CommandName": "Set-PnPRoleDefinition", + "Rank": 1, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { "Id": 1612, - "Rank": 2, "CommandName": "Set-PnPRoleDefinition", + "Rank": 2, "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { "Id": 1613, - "Rank": 3, "CommandName": "Set-PnPRoleDefinition", + "Rank": 3, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { "Id": 1614, - "Rank": 4, "CommandName": "Set-PnPRoleDefinition", + "Rank": 4, "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { "Id": 1615, - "Rank": 1, "CommandName": "Set-PnPSearchConfiguration", + "Rank": 1, "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { "Id": 1616, - "Rank": 2, "CommandName": "Set-PnPSearchConfiguration", + "Rank": 2, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Id": 1617, - "Rank": 3, "CommandName": "Set-PnPSearchConfiguration", + "Rank": 3, "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Id": 1618, - "Rank": 4, "CommandName": "Set-PnPSearchConfiguration", + "Rank": 4, "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 1619, - "Rank": 1, "CommandName": "Set-PnPSearchExternalConnection", + "Rank": 1, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { "Id": 1620, - "Rank": 2, "CommandName": "Set-PnPSearchExternalConnection", + "Rank": 2, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { "Id": 1621, - "Rank": 3, "CommandName": "Set-PnPSearchExternalConnection", + "Rank": 3, "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { "Id": 1622, - "Rank": 1, "CommandName": "Set-PnPSearchExternalItem", + "Rank": 1, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { "Id": 1623, - "Rank": 2, "CommandName": "Set-PnPSearchExternalItem", + "Rank": 2, "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { "Id": 1624, - "Rank": 1, "CommandName": "Set-PnPSearchExternalSchema", + "Rank": 1, "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { "Id": 1625, - "Rank": 1, "CommandName": "Set-PnPSearchSettings", + "Rank": 1, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { "Id": 1626, - "Rank": 2, "CommandName": "Set-PnPSearchSettings", + "Rank": 2, "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { "Id": 1627, - "Rank": 3, "CommandName": "Set-PnPSearchSettings", + "Rank": 3, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { "Id": 1628, - "Rank": 4, "CommandName": "Set-PnPSearchSettings", + "Rank": 4, "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { "Id": 1629, - "Rank": 5, "CommandName": "Set-PnPSearchSettings", + "Rank": 5, "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { "Id": 1630, - "Rank": 6, "CommandName": "Set-PnPSearchSettings", + "Rank": 6, "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { "Id": 1631, - "Rank": 7, "CommandName": "Set-PnPSearchSettings", + "Rank": 7, "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { "Id": 1632, - "Rank": 1, "CommandName": "Set-PnPSite", + "Rank": 1, "Command": "Set-PnPSite -Classification \"HBI\"" }, { "Id": 1633, - "Rank": 2, "CommandName": "Set-PnPSite", + "Rank": 2, "Command": "Set-PnPSite -Classification $null" }, { "Id": 1634, - "Rank": 3, "CommandName": "Set-PnPSite", + "Rank": 3, "Command": "Set-PnPSite -DisableFlows" }, { "Id": 1635, - "Rank": 4, "CommandName": "Set-PnPSite", + "Rank": 4, "Command": "Set-PnPSite -DisableFlows:$false" }, { "Id": 1636, - "Rank": 5, "CommandName": "Set-PnPSite", + "Rank": 5, "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { "Id": 1637, - "Rank": 6, "CommandName": "Set-PnPSite", + "Rank": 6, "Command": "Set-PnPSite -NoScriptSite $false" }, { "Id": 1638, - "Rank": 1, "CommandName": "Set-PnPSiteArchiveState", + "Rank": 1, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { "Id": 1639, - "Rank": 2, "CommandName": "Set-PnPSiteArchiveState", + "Rank": 2, "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { "Id": 1640, - "Rank": 1, "CommandName": "Set-PnPSiteClassification", + "Rank": 1, "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { "Id": 1641, - "Rank": 1, "CommandName": "Set-PnPSiteClosure", + "Rank": 1, "Command": "Set-PnPSiteClosure -State Open" }, { "Id": 1642, - "Rank": 2, "CommandName": "Set-PnPSiteClosure", + "Rank": 2, "Command": "Set-PnPSiteClosure -State Closed" }, { "Id": 1643, - "Rank": 1, "CommandName": "Set-PnPSiteDesign", + "Rank": 1, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { "Id": 1644, - "Rank": 2, "CommandName": "Set-PnPSiteDesign", + "Rank": 2, "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { "Id": 1645, - "Rank": 1, "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Rank": 1, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { "Id": 1646, - "Rank": 2, "CommandName": "Set-PnPSiteDocumentIdPrefix", + "Rank": 2, "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { "Id": 1647, - "Rank": 1, "CommandName": "Set-PnPSiteGroup", + "Rank": 1, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { "Id": 1648, - "Rank": 2, "CommandName": "Set-PnPSiteGroup", + "Rank": 2, "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { "Id": 1649, - "Rank": 1, "CommandName": "Set-PnPSitePolicy", + "Rank": 1, "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Id": 1650, - "Rank": 1, "CommandName": "Set-PnPSiteScript", + "Rank": 1, "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Id": 1651, - "Rank": 1, "CommandName": "Set-PnPSiteScriptPackage", + "Rank": 1, "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Id": 1652, - "Rank": 1, "CommandName": "Set-PnPSiteSensitivityLabel", + "Rank": 1, "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { "Id": 1653, - "Rank": 2, "CommandName": "Set-PnPSiteSensitivityLabel", + "Rank": 2, "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { "Id": 1654, - "Rank": 1, "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 1, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { "Id": 1655, - "Rank": 2, "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 2, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { "Id": 1656, - "Rank": 3, "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 3, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Id": 1657, - "Rank": 4, "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 4, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Id": 1658, - "Rank": 5, "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 5, "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Id": 1659, - "Rank": 6, "CommandName": "Set-PnPSiteTemplateMetadata", + "Rank": 6, "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Id": 1660, - "Rank": 1, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 1, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { "Id": 1661, - "Rank": 2, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 2, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { "Id": 1662, - "Rank": 3, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 3, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { "Id": 1663, - "Rank": 4, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 4, "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { "Id": 1664, - "Rank": 5, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 5, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { "Id": 1665, - "Rank": 6, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 6, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { "Id": 1666, - "Rank": 7, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 7, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { "Id": 1667, - "Rank": 8, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 8, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { "Id": 1668, - "Rank": 9, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 9, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { "Id": 1669, - "Rank": 10, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 10, "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { "Id": 1670, - "Rank": 11, "CommandName": "Set-PnPSiteVersionPolicy", + "Rank": 11, "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { "Id": 1671, - "Rank": 1, "CommandName": "Set-PnPStorageEntity", + "Rank": 1, "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Id": 1672, - "Rank": 2, "CommandName": "Set-PnPStorageEntity", + "Rank": 2, "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Id": 1673, - "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 1674, - "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheSiteState", + "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 1675, - "Rank": 1, "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Rank": 1, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 1676, - "Rank": 2, "CommandName": "Set-PnPStructuralNavigationCacheWebState", + "Rank": 2, "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 1677, - "Rank": 1, "CommandName": "Set-PnPTaxonomyFieldValue", + "Rank": 1, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { "Id": 1678, - "Rank": 2, "CommandName": "Set-PnPTaxonomyFieldValue", + "Rank": 2, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { "Id": 1679, - "Rank": 3, "CommandName": "Set-PnPTaxonomyFieldValue", + "Rank": 3, "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { "Id": 1680, - "Rank": 1, "CommandName": "Set-PnPTeamifyPromptHidden", + "Rank": 1, "Command": "Set-PnPTeamifyPromptHidden" }, { "Id": 1681, - "Rank": 1, "CommandName": "Set-PnPTeamsChannel", + "Rank": 1, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { "Id": 1682, - "Rank": 2, "CommandName": "Set-PnPTeamsChannel", + "Rank": 2, "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { "Id": 1683, - "Rank": 1, "CommandName": "Set-PnpTeamsChannelUser", + "Rank": 1, "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { "Id": 1684, - "Rank": 2, "CommandName": "Set-PnpTeamsChannelUser", + "Rank": 2, "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { "Id": 1685, - "Rank": 1, "CommandName": "Set-PnPTeamsTab", + "Rank": 1, "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { "Id": 1686, - "Rank": 1, "CommandName": "Set-PnPTeamsTag", + "Rank": 1, "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { "Id": 1687, - "Rank": 1, "CommandName": "Set-PnPTeamsTeam", + "Rank": 1, "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { "Id": 1688, - "Rank": 2, "CommandName": "Set-PnPTeamsTeam", + "Rank": 2, "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { "Id": 1689, - "Rank": 3, "CommandName": "Set-PnPTeamsTeam", + "Rank": 3, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { "Id": 1690, - "Rank": 4, "CommandName": "Set-PnPTeamsTeam", + "Rank": 4, "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { "Id": 1691, - "Rank": 1, "CommandName": "Set-PnPTeamsTeamArchivedState", + "Rank": 1, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { "Id": 1692, - "Rank": 2, "CommandName": "Set-PnPTeamsTeamArchivedState", + "Rank": 2, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { "Id": 1693, - "Rank": 3, "CommandName": "Set-PnPTeamsTeamArchivedState", + "Rank": 3, "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { "Id": 1694, - "Rank": 1, "CommandName": "Set-PnPTeamsTeamPicture", + "Rank": 1, "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { "Id": 1695, - "Rank": 1, "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Rank": 1, "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { "Id": 1696, - "Rank": 2, "CommandName": "Set-PnPTemporarilyDisableAppBar", + "Rank": 2, "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { "Id": 1697, - "Rank": 1, "CommandName": "Set-PnPTenant", + "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { "Id": 1698, - "Rank": 2, "CommandName": "Set-PnPTenant", + "Rank": 2, "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { "Id": 1699, - "Rank": 3, "CommandName": "Set-PnPTenant", + "Rank": 3, "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { "Id": 1700, - "Rank": 4, "CommandName": "Set-PnPTenant", + "Rank": 4, "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { "Id": 1701, - "Rank": 5, "CommandName": "Set-PnPTenant", + "Rank": 5, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { "Id": 1702, - "Rank": 6, "CommandName": "Set-PnPTenant", + "Rank": 6, "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { "Id": 1703, - "Rank": 1, "CommandName": "Set-PnPTenantAppCatalogUrl", + "Rank": 1, "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { "Id": 1704, - "Rank": 1, "CommandName": "Set-PnPTenantCdnEnabled", + "Rank": 1, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { "Id": 1705, - "Rank": 2, "CommandName": "Set-PnPTenantCdnEnabled", + "Rank": 2, "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { "Id": 1706, - "Rank": 3, "CommandName": "Set-PnPTenantCdnEnabled", + "Rank": 3, "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { "Id": 1707, - "Rank": 1, "CommandName": "Set-PnPTenantCdnPolicy", + "Rank": 1, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { "Id": 1708, - "Rank": 2, "CommandName": "Set-PnPTenantCdnPolicy", + "Rank": 2, "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { "Id": 1709, - "Rank": 1, "CommandName": "Set-PnPTenantPronounsSetting", + "Rank": 1, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { "Id": 1710, - "Rank": 2, "CommandName": "Set-PnPTenantPronounsSetting", + "Rank": 2, "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { "Id": 1711, - "Rank": 1, "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Rank": 1, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { "Id": 1712, - "Rank": 2, "CommandName": "Set-PnPTenantRestrictedSearchMode", + "Rank": 2, "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { "Id": 1713, - "Rank": 1, "CommandName": "Set-PnPTenantSite", + "Rank": 1, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { "Id": 1714, - "Rank": 2, "CommandName": "Set-PnPTenantSite", + "Rank": 2, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { "Id": 1715, - "Rank": 3, "CommandName": "Set-PnPTenantSite", + "Rank": 3, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 1716, - "Rank": 4, "CommandName": "Set-PnPTenantSite", + "Rank": 4, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 1717, - "Rank": 5, "CommandName": "Set-PnPTenantSite", + "Rank": 5, "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { "Id": 1718, - "Rank": 1, "CommandName": "Set-PnPTenantSyncClientRestriction", + "Rank": 1, "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { "Id": 1719, - "Rank": 2, "CommandName": "Set-PnPTenantSyncClientRestriction", + "Rank": 2, "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { "Id": 1720, - "Rank": 1, "CommandName": "Set-PnPTerm", + "Rank": 1, "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { "Id": 1721, - "Rank": 2, "CommandName": "Set-PnPTerm", + "Rank": 2, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1722, - "Rank": 3, "CommandName": "Set-PnPTerm", + "Rank": 3, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1723, - "Rank": 4, "CommandName": "Set-PnPTerm", + "Rank": 4, "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { "Id": 1724, - "Rank": 1, "CommandName": "Set-PnPTermGroup", + "Rank": 1, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { "Id": 1725, - "Rank": 2, "CommandName": "Set-PnPTermGroup", + "Rank": 2, "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { "Id": 1726, - "Rank": 1, "CommandName": "Set-PnPTermSet", + "Rank": 1, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { "Id": 1727, - "Rank": 2, "CommandName": "Set-PnPTermSet", + "Rank": 2, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { "Id": 1728, - "Rank": 3, "CommandName": "Set-PnPTermSet", + "Rank": 3, "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { "Id": 1729, - "Rank": 1, "CommandName": "Set-PnPTheme", + "Rank": 1, "Command": "Set-PnPTheme" }, { "Id": 1730, - "Rank": 2, "CommandName": "Set-PnPTheme", + "Rank": 2, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { "Id": 1731, - "Rank": 3, "CommandName": "Set-PnPTheme", + "Rank": 3, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { "Id": 1732, - "Rank": 4, "CommandName": "Set-PnPTheme", + "Rank": 4, "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { "Id": 1733, - "Rank": 1, "CommandName": "Set-PnPUserOneDriveQuota", + "Rank": 1, "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { "Id": 1734, - "Rank": 1, "CommandName": "Set-PnPUserProfilePhoto", + "Rank": 1, "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { "Id": 1735, - "Rank": 1, "CommandName": "Set-PnPUserProfileProperty", + "Rank": 1, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { "Id": 1736, - "Rank": 2, "CommandName": "Set-PnPUserProfileProperty", + "Rank": 2, "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { "Id": 1737, - "Rank": 1, "CommandName": "Set-PnPView", + "Rank": 1, "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { "Id": 1738, - "Rank": 2, "CommandName": "Set-PnPView", + "Rank": 2, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { "Id": 1739, - "Rank": 3, "CommandName": "Set-PnPView", + "Rank": 3, "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { "Id": 1740, - "Rank": 4, "CommandName": "Set-PnPView", + "Rank": 4, "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { "Id": 1741, - "Rank": 1, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 1, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { "Id": 1742, - "Rank": 2, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 2, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { "Id": 1743, - "Rank": 3, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 3, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { "Id": 1744, - "Rank": 4, "CommandName": "Set-PnPVivaConnectionsDashboardACE", + "Rank": 4, "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { "Id": 1745, - "Rank": 1, "CommandName": "Set-PnPVivaEngageCommunity", + "Rank": 1, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { "Id": 1746, - "Rank": 2, "CommandName": "Set-PnPVivaEngageCommunity", + "Rank": 2, "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { "Id": 1747, - "Rank": 1, "CommandName": "Set-PnPWeb", + "Rank": 1, "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { "Id": 1748, - "Rank": 2, "CommandName": "Set-PnPWeb", + "Rank": 2, "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { "Id": 1749, - "Rank": 3, "CommandName": "Set-PnPWeb", + "Rank": 3, "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { "Id": 1750, - "Rank": 4, "CommandName": "Set-PnPWeb", + "Rank": 4, "Command": "Set-PnPWeb -NoCrawl:$true" }, { "Id": 1751, - "Rank": 1, "CommandName": "Set-PnPWebHeader", + "Rank": 1, "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { "Id": 1752, - "Rank": 2, "CommandName": "Set-PnPWebHeader", + "Rank": 2, "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { "Id": 1753, - "Rank": 3, "CommandName": "Set-PnPWebHeader", + "Rank": 3, "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { "Id": 1754, - "Rank": 1, "CommandName": "Set-PnPWebhookSubscription", + "Rank": 1, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Id": 1755, - "Rank": 2, "CommandName": "Set-PnPWebhookSubscription", + "Rank": 2, "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Id": 1756, - "Rank": 1, "CommandName": "Set-PnPWebPartProperty", + "Rank": 1, "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { "Id": 1757, - "Rank": 1, "CommandName": "Set-PnPWebPermission", + "Rank": 1, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Id": 1758, - "Rank": 2, "CommandName": "Set-PnPWebPermission", + "Rank": 2, "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { "Id": 1759, - "Rank": 3, "CommandName": "Set-PnPWebPermission", + "Rank": 3, "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Id": 1760, - "Rank": 4, "CommandName": "Set-PnPWebPermission", + "Rank": 4, "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { "Id": 1761, - "Rank": 1, "CommandName": "Set-PnPWebTheme", + "Rank": 1, "Command": "Set-PnPWebTheme -Theme MyTheme" }, { "Id": 1762, - "Rank": 2, "CommandName": "Set-PnPWebTheme", + "Rank": 2, "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { "Id": 1763, - "Rank": 1, "CommandName": "Set-PnPWikiPageContent", + "Rank": 1, "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { "Id": 1764, - "Rank": 1, "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Rank": 1, "Command": "Start-PnPEnterpriseAppInsightsReport" }, { "Id": 1765, - "Rank": 2, "CommandName": "Start-PnPEnterpriseAppInsightsReport", + "Rank": 2, "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { "Id": 1766, - "Rank": 1, "CommandName": "Start-PnPTraceLog", + "Rank": 1, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { "Id": 1767, - "Rank": 2, "CommandName": "Start-PnPTraceLog", + "Rank": 2, "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { "Id": 1768, - "Rank": 3, "CommandName": "Start-PnPTraceLog", + "Rank": 3, "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { "Id": 1769, - "Rank": 4, "CommandName": "Start-PnPTraceLog", + "Rank": 4, "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { "Id": 1770, - "Rank": 1, "CommandName": "Stop-PnPFlowRun", + "Rank": 1, "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Id": 1771, - "Rank": 2, "CommandName": "Stop-PnPFlowRun", + "Rank": 2, "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { "Id": 1772, - "Rank": 1, "CommandName": "Stop-PnPTraceLog", + "Rank": 1, "Command": "Stop-PnPTraceLog" }, { "Id": 1773, - "Rank": 2, "CommandName": "Stop-PnPTraceLog", + "Rank": 2, "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { "Id": 1774, - "Rank": 1, "CommandName": "Submit-PnPSearchQuery", + "Rank": 1, "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { "Id": 1775, - "Rank": 2, "CommandName": "Submit-PnPSearchQuery", + "Rank": 2, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { "Id": 1776, - "Rank": 3, "CommandName": "Submit-PnPSearchQuery", + "Rank": 3, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { "Id": 1777, - "Rank": 4, "CommandName": "Submit-PnPSearchQuery", + "Rank": 4, "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { "Id": 1778, - "Rank": 5, "CommandName": "Submit-PnPSearchQuery", + "Rank": 5, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { "Id": 1779, - "Rank": 6, "CommandName": "Submit-PnPSearchQuery", + "Rank": 6, "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { "Id": 1780, - "Rank": 1, "CommandName": "Submit-PnPTeamsChannelMessage", + "Rank": 1, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { "Id": 1781, - "Rank": 2, "CommandName": "Submit-PnPTeamsChannelMessage", + "Rank": 2, "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { "Id": 1782, - "Rank": 1, "CommandName": "Sync-PnPAppToTeams", + "Rank": 1, "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1783, - "Rank": 1, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Rank": 1, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { "Id": 1784, - "Rank": 2, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Rank": 2, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { "Id": 1785, - "Rank": 3, "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", + "Rank": 3, "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { "Id": 1786, - "Rank": 1, "CommandName": "Test-PnPListItemIsRecord", + "Rank": 1, "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { "Id": 1787, - "Rank": 1, "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", + "Rank": 1, "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { "Id": 1788, - "Rank": 1, "CommandName": "Test-PnPSite", + "Rank": 1, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1789, - "Rank": 2, "CommandName": "Test-PnPSite", + "Rank": 2, "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Id": 1790, - "Rank": 1, "CommandName": "Test-PnPTenantTemplate", + "Rank": 1, "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { "Id": 1791, - "Rank": 1, "CommandName": "Undo-PnPFileCheckedOut", + "Rank": 1, "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { "Id": 1792, - "Rank": 1, "CommandName": "Uninstall-PnPApp", + "Rank": 1, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1793, - "Rank": 2, "CommandName": "Uninstall-PnPApp", + "Rank": 2, "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1794, - "Rank": 1, "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", + "Rank": 1, "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { "Id": 1795, - "Rank": 1, "CommandName": "Unpublish-PnPApp", + "Rank": 1, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1796, - "Rank": 2, "CommandName": "Unpublish-PnPApp", + "Rank": 2, "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1797, - "Rank": 1, "CommandName": "Unpublish-PnPContentType", + "Rank": 1, "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { "Id": 1798, - "Rank": 1, "CommandName": "Unpublish-PnPSyntexModel", + "Rank": 1, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Id": 1799, - "Rank": 2, "CommandName": "Unpublish-PnPSyntexModel", + "Rank": 2, "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Id": 1800, - "Rank": 1, "CommandName": "Unregister-PnPHubSite", + "Rank": 1, "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Id": 1801, - "Rank": 1, "CommandName": "Update-PnPApp", + "Rank": 1, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1802, - "Rank": 2, "CommandName": "Update-PnPApp", + "Rank": 2, "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1803, - "Rank": 1, "CommandName": "Update-PnPAvailableSiteClassification", + "Rank": 1, "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Id": 1804, - "Rank": 2, "CommandName": "Update-PnPAvailableSiteClassification", + "Rank": 2, "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { "Id": 1805, - "Rank": 3, "CommandName": "Update-PnPAvailableSiteClassification", + "Rank": 3, "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Id": 1806, - "Rank": 1, "CommandName": "Update-PnPSiteDesignFromWeb", + "Rank": 1, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { "Id": 1807, - "Rank": 2, "CommandName": "Update-PnPSiteDesignFromWeb", + "Rank": 2, "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Id": 1808, - "Rank": 3, "CommandName": "Update-PnPSiteDesignFromWeb", + "Rank": 3, "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { "Id": 1809, - "Rank": 1, "CommandName": "Update-PnPTeamsApp", + "Rank": 1, "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { "Id": 1810, - "Rank": 1, "CommandName": "Update-PnPTeamsUser", + "Rank": 1, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 1811, - "Rank": 2, "CommandName": "Update-PnPTeamsUser", + "Rank": 2, "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Id": 1812, - "Rank": 3, "CommandName": "Update-PnPTeamsUser", + "Rank": 3, "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { "Id": 1813, - "Rank": 1, "CommandName": "Update-PnPTodoList", + "Rank": 1, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { "Id": 1814, - "Rank": 2, "CommandName": "Update-PnPTodoList", + "Rank": 2, "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { "Id": 1815, - "Rank": 1, "CommandName": "Update-PnPUserType", + "Rank": 1, "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { "Id": 1816, - "Rank": 1, "CommandName": "Use-PnPBrandCenterFontPackage", + "Rank": 1, "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { "Id": 1817, - "Rank": 2, "CommandName": "Use-PnPBrandCenterFontPackage", + "Rank": 2, "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { "Id": 1818, - "Rank": 1, "CommandName": "Write-PnPTraceLog", + "Rank": 1, "Command": "Write-PnPTraceLog \"Hello World\"" }, { "Id": 1819, - "Rank": 2, "CommandName": "Write-PnPTraceLog", + "Rank": 2, "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { "Id": 1820, - "Rank": 3, "CommandName": "Write-PnPTraceLog", + "Rank": 3, "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { "Id": 1821, - "Rank": 4, "CommandName": "Write-PnPTraceLog", + "Rank": 4, "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 81fc4f748..7bba55bfe 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.125", + "Version": "3.1.126", "Message": "" } \ No newline at end of file diff --git a/version.txt b/version.txt index 66123164e..b67ed4d98 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.125 \ No newline at end of file +3.1.126 \ No newline at end of file From 946efef0dc5a1566d0d7c2718446fc68dc71e1db Mon Sep 17 00:00:00 2001 From: erwinvanhunen Date: Wed, 20 Aug 2025 02:59:48 +0000 Subject: [PATCH 57/78] Nightly publish to PowerShell Gallery --- dependencies.json | 6 +- .../PnP.PowerShell.Suggestions.nightly.json | 3642 ++++++++--------- version.json | 4 +- version.txt | 2 +- 4 files changed, 1827 insertions(+), 1827 deletions(-) diff --git a/dependencies.json b/dependencies.json index c25f910d2..a890be6e1 100644 --- a/dependencies.json +++ b/dependencies.json @@ -1,6 +1,6 @@ { - "Updated": "20250819-025756", + "Updated": "20250820-025702", "PnPPowerShell": "9e011d3e12ef1388536686db8fc00f771343a2ce", - "PnPFramework": "da6ff65ef4d20d34a2d36637bda2ae2897a6e388", - "PnPCore": "1beb0b48887922223ed61891ee405b1547d5a893" + "PnPFramework": "a1eea6a109d6532b955d103233c5a89399d1e7a9", + "PnPCore": "58c2307eed1946a2b8999217ea641fcd5e0f1ce2" } diff --git a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json index 35125b3a3..d583691c7 100644 --- a/resources/predictor/PnP.PowerShell.Suggestions.nightly.json +++ b/resources/predictor/PnP.PowerShell.Suggestions.nightly.json @@ -1,10928 +1,10928 @@ [ { "Id": 1, - "CommandName": "Add-PnPAlert", "Rank": 1, + "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -List \"Demo List\"" }, { "Id": 2, - "CommandName": "Add-PnPAlert", "Rank": 2, + "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -Title \"Daily summary\" -List \"Demo List\" -Frequency Daily -ChangeType All -Time (Get-Date -Hour 11 -Minute 00 -Second 00)" }, { "Id": 3, - "CommandName": "Add-PnPAlert", "Rank": 3, + "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 4, - "CommandName": "Add-PnPAlert", "Rank": 4, + "CommandName": "Add-PnPAlert", "Command": "Add-PnPAlert -Title \"Alert for user\" -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\" -Frequency Daily -Time ((Get-Date).AddDays(1))" }, { "Id": 5, - "CommandName": "Add-PnPApp", "Rank": 1, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg" }, { "Id": 6, - "CommandName": "Add-PnPApp", "Rank": 2, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish" }, { "Id": 7, - "CommandName": "Add-PnPApp", "Rank": 3, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Scope Site -Publish" }, { "Id": 8, - "CommandName": "Add-PnPApp", "Rank": 4, + "CommandName": "Add-PnPApp", "Command": "Add-PnPApp -Path ./myapp.sppkg -Publish -SkipFeatureDeployment" }, { "Id": 9, - "CommandName": "Add-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Add-PnPApplicationCustomizer", "Command": "Add-PnPApplicationCustomizer -Title \"CollabFooter\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}" }, { "Id": 10, - "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Add-PnPAvailableSiteClassification", "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\"" }, { "Id": 11, - "CommandName": "Add-PnPAvailableSiteClassification", "Rank": 2, + "CommandName": "Add-PnPAvailableSiteClassification", "Command": "Add-PnPAvailableSiteClassification -Classifications \"Top Secret\",\"HBI\"" }, { "Id": 12, - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 13, - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 2, + "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 14, - "CommandName": "Add-PnPAzureADGroupMember", "Rank": 3, + "CommandName": "Add-PnPAzureADGroupMember", "Command": "Add-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { "Id": 15, - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 16, - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 2, + "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 17, - "CommandName": "Add-PnPAzureADGroupOwner", "Rank": 3, + "CommandName": "Add-PnPAzureADGroupOwner", "Command": "Add-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"125eaa87-7b54-41fd-b30f-2adfa68c4afe\"" }, { "Id": 18, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 1, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"Directory.Read.All\" -BuiltInType MicrosoftGraph" }, { "Id": 19, - "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Rank": 2, + "CommandName": "Add-PnPAzureADServicePrincipalAppRole", "Command": "Add-PnPAzureADServicePrincipalAppRole -Principal \"62614f96-cb78-4534-bf12-1f6693e8237c\" -AppRole \"MyApplication.Read\" -Resource \"b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e\"" }, { "Id": 20, - "CommandName": "Add-PnPBrandCenterFont", "Rank": 1, + "CommandName": "Add-PnPBrandCenterFont", "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf" }, { "Id": 21, - "CommandName": "Add-PnPBrandCenterFont", "Rank": 2, + "CommandName": "Add-PnPBrandCenterFont", "Command": "Add-PnPBrandCenterFont -Path c:\\temp\\MyAwesomeFont.ttf -Visible:$false" }, { "Id": 22, - "CommandName": "Add-PnPBrandCenterFontPackage", "Rank": 1, + "CommandName": "Add-PnPBrandCenterFontPackage", "Command": "Add-PnPBrandCenterFontPackage -Name \"My Font Package\" -Store Tenant -DisplayFont \"My font\" -ContentFont \"My other font\" -TitleFont \"My font\" -TitleFontStyle \"Normal\" -HeadlineFont \"My font\" -HeadlineFontStyle \"Normal\" -BodyFont \"My other font\" -BodyFontStyle \"Regular\" -InteractiveFont \"My other font\" -InteractiveFontStyle \"Regular\"" }, { "Id": 23, - "CommandName": "Add-PnPContentType", "Rank": 1, + "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType $ct" }, { "Id": 24, - "CommandName": "Add-PnPContentType", "Rank": 2, + "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ParentContentType (Get-PnPContentType -Identity 0x0101) -DocumentTemplate \"/_cts/Project Document/template.docx\"" }, { "Id": 25, - "CommandName": "Add-PnPContentType", "Rank": 3, + "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Item\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\"" }, { "Id": 26, - "CommandName": "Add-PnPContentType", "Rank": 4, + "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Item\"" }, { "Id": 27, - "CommandName": "Add-PnPContentType", "Rank": 5, + "CommandName": "Add-PnPContentType", "Command": "Add-PnPContentType -Name \"Project Document\" -Description \"Use for Contoso projects\" -Group \"Contoso Content Types\" -ContentTypeId 0x010100CD5BDB7DDE03324794E155CE37E4B6BB" }, { "Id": 28, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 1, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x0101\", \"0x01\"" }, { "Id": 29, - "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Rank": 2, + "CommandName": "Add-PnPContentTypesFromContentTypeHub", "Command": "Add-PnPContentTypesFromContentTypeHub -ContentTypes \"0x010057C83E557396744783531D80144BD08D\" -Site https://tenant.sharepoint.com/sites/HR" }, { "Id": 30, - "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 1, + "CommandName": "Add-PnPContentTypeToDocumentSet", "Command": "Add-PnPContentTypeToDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Id": 31, - "CommandName": "Add-PnPContentTypeToDocumentSet", "Rank": 2, + "CommandName": "Add-PnPContentTypeToDocumentSet", "Command": "Add-PnPContentTypeToDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Id": 32, - "CommandName": "Add-PnPContentTypeToList", "Rank": 1, + "CommandName": "Add-PnPContentTypeToList", "Command": "Add-PnPContentTypeToList -List \"Documents\" -ContentType \"Project Document\" -DefaultContentType" }, { "Id": 33, - "CommandName": "Add-PnPCustomAction", "Rank": 1, + "CommandName": "Add-PnPCustomAction", "Command": "Add-PnPCustomAction -Title \"CollabFooter\" -Name \"CollabFooter\" -Location \"ClientSideExtension.ApplicationCustomizer\" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Id": 34, - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPDataRowsToSiteTemplate", "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Fields 'Title','Choice'" }, { "Id": 35, - "CommandName": "Add-PnPDataRowsToSiteTemplate", "Rank": 2, + "CommandName": "Add-PnPDataRowsToSiteTemplate", "Command": "Add-PnPDataRowsToSiteTemplate -Path template.pnp -List 'PnPTestList' -Query '' -Fields 'Title','Choice' -IncludeSecurity" }, { "Id": 36, - "CommandName": "Add-PnPDocumentSet", "Rank": 1, + "CommandName": "Add-PnPDocumentSet", "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\"" }, { "Id": 37, - "CommandName": "Add-PnPDocumentSet", "Rank": 2, + "CommandName": "Add-PnPDocumentSet", "Command": "Add-PnPDocumentSet -List \"Documents\" -ContentType \"Test Document Set\" -Name \"Test\" -Folder \"Documents/Projects/Europe\"" }, { "Id": 38, - "CommandName": "Add-PnPEventReceiver", "Rank": 1, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -List \"ProjectList\" -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ItemAdded -Synchronization Asynchronous" }, { "Id": 39, - "CommandName": "Add-PnPEventReceiver", "Rank": 2, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType WebAdding -Synchronization Synchronous" }, { "Id": 40, - "CommandName": "Add-PnPEventReceiver", "Rank": 3, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListAdding -Synchronization Synchronous -Scope Site" }, { "Id": 41, - "CommandName": "Add-PnPEventReceiver", "Rank": 4, + "CommandName": "Add-PnPEventReceiver", "Command": "Add-PnPEventReceiver -Name \"TestEventReceiver\" -Url https://yourserver.azurewebsites.net/eventreceiver.svc -EventReceiverType ListDeleted -Synchronization Asynchronous -Scope Web" }, { "Id": 42, - "CommandName": "Add-PnPField", "Rank": 1, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Calculated -InternalName \"C1\" -DisplayName \"C1\" -Formula \"=[Title]\"" }, { "Id": 43, - "CommandName": "Add-PnPField", "Rank": 2, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Location\" -InternalName \"SPSLocation\" -Type Choice -Group \"Demo Group\" -AddToDefaultView -Choices \"Stockholm\",\"Helsinki\",\"Oslo\"" }, { "Id": 44, - "CommandName": "Add-PnPField", "Rank": 3, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -List \"Demo list\" -DisplayName \"Speakers\" -InternalName \"SPSSpeakers\" -Type MultiChoice -Group \"Demo Group\" -AddToDefaultView -Choices \"Obiwan Kenobi\",\"Darth Vader\", \"Anakin Skywalker\"" }, { "Id": 45, - "CommandName": "Add-PnPField", "Rank": 4, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -List \"Demo List\" -Field \"MyTestCol\"" }, { "Id": 46, - "CommandName": "Add-PnPField", "Rank": 5, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Choice -Choices \"PnP\",\"Parker\",\"Sharing Is Caring\" -DisplayName \"My Test Column\" -InternalName \"MyTestCol\"" }, { "Id": 47, - "CommandName": "Add-PnPField", "Rank": 6, + "CommandName": "Add-PnPField", "Command": "Add-PnPField -Type Calculated -ResultType Number -DisplayName \"My Calculated Column\" -InternalName \"MyCalcCol\" -Formula \"=Today()\"" }, { "Id": 48, - "CommandName": "Add-PnPFieldToContentType", "Rank": 1, + "CommandName": "Add-PnPFieldToContentType", "Command": "Add-PnPFieldToContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Id": 49, - "CommandName": "Add-PnPFile", "Rank": 1, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path c:\\temp\\company.master -Folder \"_catalogs/masterpage\"" }, { "Id": 50, - "CommandName": "Add-PnPFile", "Rank": 2, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path .\\displaytemplate.html -Folder \"_catalogs/masterpage/display templates/test\"" }, { "Id": 51, - "CommandName": "Add-PnPFile", "Rank": 3, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path .\\sample.doc -Folder \"Shared Documents\" -Values @{Modified=\"12/28/2023\"}" }, { "Id": 52, - "CommandName": "Add-PnPFile", "Rank": 4, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -FileName sample.doc -Folder \"Shared Documents\" -Stream $fileStream -Values @{Modified=\"12/28/2023\"}" }, { "Id": 53, - "CommandName": "Add-PnPFile", "Rank": 5, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.doc -Folder \"Shared Documents\" -ContentType \"Document\" -Values @{Modified=\"12/28/2023\"}" }, { "Id": 54, - "CommandName": "Add-PnPFile", "Rank": 6, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -Values @{Modified=\"12/28/2016\"; Created=\"12/28/2023\"; Editor=23}" }, { "Id": 55, - "CommandName": "Add-PnPFile", "Rank": 7, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -Path sample.docx -Folder \"Documents\" -NewFileName \"differentname.docx\"" }, { "Id": 56, - "CommandName": "Add-PnPFile", "Rank": 8, + "CommandName": "Add-PnPFile", "Command": "Add-PnPFile -FileName sample.txt -Folder \"Shared Documents\" -Content '{ \"Test\": \"Value\" }'" }, { "Id": 57, - "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 1, + "CommandName": "Add-PnPFileAnonymousSharingLink", "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 58, - "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 2, + "CommandName": "Add-PnPFileAnonymousSharingLink", "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Password \"PnPRocks!\"" }, { "Id": 59, - "CommandName": "Add-PnPFileAnonymousSharingLink", "Rank": 3, + "CommandName": "Add-PnPFileAnonymousSharingLink", "Command": "Add-PnPFileAnonymousSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type View -ExpirationDateTime (Get-Date).AddDays(15)" }, { "Id": 60, - "CommandName": "Add-PnPFileOrganizationalSharingLink", "Rank": 1, + "CommandName": "Add-PnPFileOrganizationalSharingLink", "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 61, - "CommandName": "Add-PnPFileOrganizationalSharingLink", "Rank": 2, + "CommandName": "Add-PnPFileOrganizationalSharingLink", "Command": "Add-PnPFileOrganizationalSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit" }, { "Id": 62, - "CommandName": "Add-PnPFileSensitivityLabel", "Rank": 1, + "CommandName": "Add-PnPFileSensitivityLabel", "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"b5b11b04-05b3-4fe4-baa9-b7f5f65b8b64\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { "Id": 63, - "CommandName": "Add-PnPFileSensitivityLabel", "Rank": 2, + "CommandName": "Add-PnPFileSensitivityLabel", "Command": "Add-PnPFileSensitivityLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -SensitivityLabelId \"\" -JustificationText \"Previous label no longer applies\" -AssignmentMethod Privileged" }, { "Id": 64, - "CommandName": "Add-PnPFileSharingInvite", "Rank": 1, + "CommandName": "Add-PnPFileSharingInvite", "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { "Id": 65, - "CommandName": "Add-PnPFileSharingInvite", "Rank": 2, + "CommandName": "Add-PnPFileSharingInvite", "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { "Id": 66, - "CommandName": "Add-PnPFileSharingInvite", "Rank": 3, + "CommandName": "Add-PnPFileSharingInvite", "Command": "Add-PnPFileSharingInvite -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { "Id": 67, - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"Instructions.docx\" -Folder \"Shared Documents\"" }, { "Id": 68, - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 2, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path c:\\temp\\template.pnp -Source \"c:\\temp\\Sample.pptx\" -Folder \"Shared Documents\\Samples\"" }, { "Id": 69, - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 3, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source \"./myfile.png\" -Folder \"folderinsite\" -FileLevel Published -FileOverwrite:$false" }, { "Id": 70, - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 4, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -Source $sourceFilePath -Folder $targetFolder -Container $container" }, { "Id": 71, - "CommandName": "Add-PnPFileToSiteTemplate", "Rank": 5, + "CommandName": "Add-PnPFileToSiteTemplate", "Command": "Add-PnPFileToSiteTemplate -Path template.pnp -SourceUrl \"Shared%20Documents/ProjectStatus.docx\"" }, { "Id": 72, - "CommandName": "Add-PnPFileUserSharingLink", "Rank": 1, + "CommandName": "Add-PnPFileUserSharingLink", "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 73, - "CommandName": "Add-PnPFileUserSharingLink", "Rank": 2, + "CommandName": "Add-PnPFileUserSharingLink", "Command": "Add-PnPFileUserSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Type Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 74, - "CommandName": "Add-PnPFlowOwner", "Rank": 1, + "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -Role CanEdit" }, { "Id": 75, - "CommandName": "Add-PnPFlowOwner", "Rank": 2, + "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanView" }, { "Id": 76, - "CommandName": "Add-PnPFlowOwner", "Rank": 3, + "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04 -Role CanViewWithShare" }, { "Id": 77, - "CommandName": "Add-PnPFlowOwner", "Rank": 4, + "CommandName": "Add-PnPFlowOwner", "Command": "Add-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Role CanEdit" }, { "Id": 78, - "CommandName": "Add-PnPFolder", "Rank": 1, + "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Id": 79, - "CommandName": "Add-PnPFolder", "Rank": 2, + "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents\"" }, { "Id": 80, - "CommandName": "Add-PnPFolder", "Rank": 3, + "CommandName": "Add-PnPFolder", "Command": "Add-PnPFolder -Name NewFolder -Folder \"Shared Documents/Folder\"" }, { "Id": 81, - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 1, + "CommandName": "Add-PnPFolderAnonymousSharingLink", "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 82, - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 2, + "CommandName": "Add-PnPFolderAnonymousSharingLink", "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\"" }, { "Id": 83, - "CommandName": "Add-PnPFolderAnonymousSharingLink", "Rank": 3, + "CommandName": "Add-PnPFolderAnonymousSharingLink", "Command": "Add-PnPFolderAnonymousSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit -Password \"PnPRocks!\" -ExpirationDateTime (Get-Date).AddDays(15)" }, { "Id": 84, - "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Rank": 1, + "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 85, - "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Rank": 2, + "CommandName": "Add-PnPFolderOrganizationalSharingLink", "Command": "Add-PnPFolderOrganizationalSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Type Edit" }, { "Id": 86, - "CommandName": "Add-PnPFolderSharingInvite", "Rank": 1, + "CommandName": "Add-PnPFolderSharingInvite", "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn" }, { "Id": 87, - "CommandName": "Add-PnPFolderSharingInvite", "Rank": 2, + "CommandName": "Add-PnPFolderSharingInvite", "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -SendInvitation -Role Owner" }, { "Id": 88, - "CommandName": "Add-PnPFolderSharingInvite", "Rank": 3, + "CommandName": "Add-PnPFolderSharingInvite", "Command": "Add-PnPFolderSharingInvite -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\" -RequireSignIn -ExpirationDate (Get-Date).AddDays(15)" }, { "Id": 89, - "CommandName": "Add-PnPFolderUserSharingLink", "Rank": 1, + "CommandName": "Add-PnPFolderUserSharingLink", "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 90, - "CommandName": "Add-PnPFolderUserSharingLink", "Rank": 2, + "CommandName": "Add-PnPFolderUserSharingLink", "Command": "Add-PnPFolderUserSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -ShareType Edit -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 91, - "CommandName": "Add-PnPGroupMember", "Rank": 1, + "CommandName": "Add-PnPGroupMember", "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Id": 92, - "CommandName": "Add-PnPGroupMember", "Rank": 2, + "CommandName": "Add-PnPGroupMember", "Command": "Add-PnPGroupMember -LoginName user@company.com -Group 5" }, { "Id": 93, - "CommandName": "Add-PnPHomeSite", "Rank": 1, + "CommandName": "Add-PnPHomeSite", "Command": "Add-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Id": 94, - "CommandName": "Add-PnPHtmlPublishingPageLayout", "Rank": 1, + "CommandName": "Add-PnPHtmlPublishingPageLayout", "Command": "Add-PnPHtmlPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Id": 95, - "CommandName": "Add-PnPHubSiteAssociation", "Rank": 1, + "CommandName": "Add-PnPHubSiteAssociation", "Command": "Add-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\" -HubSite \"https://tenant.sharepoint.com/sites/hubsite\"" }, { "Id": 96, - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 1, + "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -Source 6638bd4c-d88d-447c-9eb2-c84f28ba8b15 -Target 0b70f9de-2b98-46e9-862f-ba5700aa2443" }, { "Id": 97, - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 2, + "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/targethub\"" }, { "Id": 98, - "CommandName": "Add-PnPHubToHubAssociation", "Rank": 3, + "CommandName": "Add-PnPHubToHubAssociation", "Command": "Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/toplevelhub\"\r ; Add-PnPHubToHubAssociation -SourceUrl \"https://yourtenant.sharepoint.com/sites/thirdlevelhub\" -TargetUrl \"https://yourtenant.sharepoint.com/sites/secondlevelhub\"" }, { "Id": 99, - "CommandName": "Add-PnPJavaScriptBlock", "Rank": 1, + "CommandName": "Add-PnPJavaScriptBlock", "Command": "Add-PnPJavaScriptBlock -Name myAction -script '' -Sequence 9999 -Scope Site" }, { "Id": 100, - "CommandName": "Add-PnPJavaScriptBlock", "Rank": 2, + "CommandName": "Add-PnPJavaScriptBlock", "Command": "Add-PnPJavaScriptBlock -Name myAction -script ''" }, { "Id": 101, - "CommandName": "Add-PnPJavaScriptLink", "Rank": 1, + "CommandName": "Add-PnPJavaScriptLink", "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js -Sequence 9999 -Scope Site" }, { "Id": 102, - "CommandName": "Add-PnPJavaScriptLink", "Rank": 2, + "CommandName": "Add-PnPJavaScriptLink", "Command": "Add-PnPJavaScriptLink -Name jQuery -Url https://code.jquery.com/jquery.min.js" }, { "Id": 103, - "CommandName": "Add-PnPListDesign", "Rank": 1, + "CommandName": "Add-PnPListDesign", "Command": "Add-PnPListDesign -Title \"My Custom List\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\"" }, { "Id": 104, - "CommandName": "Add-PnPListDesign", "Rank": 2, + "CommandName": "Add-PnPListDesign", "Command": "Add-PnPListDesign -Title \"My Company Design\" -SiteScriptIds \"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -ListColor Orange -ListIcon BullseyeTarget -ThumbnailUrl \"https://contoso.sharepoint.com/SiteAssets/site-thumbnail.png\"" }, { "Id": 105, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList'" }, { "Id": 106, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 2, + "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive" }, { "Id": 107, - "CommandName": "Add-PnPListFoldersToSiteTemplate", "Rank": 3, + "CommandName": "Add-PnPListFoldersToSiteTemplate", "Command": "Add-PnPListFoldersToSiteTemplate -Path template.pnp -List 'PnPTestList' -Recursive -IncludeSecurity" }, { "Id": 108, - "CommandName": "Add-PnPListItem", "Rank": 1, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 109, - "CommandName": "Add-PnPListItem", "Rank": 2, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 110, - "CommandName": "Add-PnPListItem", "Rank": 3, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"MultiUserField\"=\"user1@domain.com\",\"user2@domain.com\"}" }, { "Id": 111, - "CommandName": "Add-PnPListItem", "Rank": 4, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Folder \"projects/europe\"" }, { "Id": 112, - "CommandName": "Add-PnPListItem", "Rank": 5, + "CommandName": "Add-PnPListItem", "Command": "Add-PnPListItem -List \"Demo List\" -Values @{\"Title\"=\"Sales Report\"} -Label \"Public\"" }, { "Id": 113, - "CommandName": "Add-PnPListItemAttachment", "Rank": 1, + "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path c:\\temp\\test.mp4" }, { "Id": 114, - "CommandName": "Add-PnPListItemAttachment", "Rank": 2, + "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.txt\" -Content '{ \"Test\": \"Value\" }'" }, { "Id": 115, - "CommandName": "Add-PnPListItemAttachment", "Rank": 3, + "CommandName": "Add-PnPListItemAttachment", "Command": "Add-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName \"test.mp4\" -Stream $fileStream" }, { "Id": 116, - "CommandName": "Add-PnPListItemComment", "Rank": 1, + "CommandName": "Add-PnPListItemComment", "Command": "Add-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"Hello world\"" }, { "Id": 117, - "CommandName": "Add-PnPMasterPage", "Rank": 1, + "CommandName": "Add-PnPMasterPage", "Command": "Add-PnPMasterPage -SourceFilePath \"page.master\" -Title \"MasterPage\" -Description \"MasterPage for Web\" -DestinationFolderHierarchy \"SubFolder\"" }, { "Id": 118, - "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupMember", "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 119, - "CommandName": "Add-PnPMicrosoft365GroupMember", "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupMember", "Command": "Add-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 120, - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupOwner", "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 121, - "CommandName": "Add-PnPMicrosoft365GroupOwner", "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupOwner", "Command": "Add-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\" -RemoveExisting" }, { "Id": 122, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 1, + "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Url \"https://contoso.sharepoint.com/sites/FinanceTeamsite\" -Alias \"FinanceTeamsite\" -DisplayName \"My finance team site group\"" }, { "Id": 123, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 2, + "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Alias \"HRTeamsite\" -DisplayName \"My HR team site group\"" }, { "Id": 124, - "CommandName": "Add-PnPMicrosoft365GroupToSite", "Rank": 3, + "CommandName": "Add-PnPMicrosoft365GroupToSite", "Command": "Add-PnPMicrosoft365GroupToSite -Url $SiteURL -Alias $GroupAlias -DisplayName $GroupName -IsPublic -KeepOldHomePage" }, { "Id": 125, - "CommandName": "Add-PnPNavigationNode", "Rank": 1, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\"" }, { "Id": 126, - "CommandName": "Add-PnPNavigationNode", "Rank": 2, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso USA\" -Url \"http://contoso.sharepoint.com/sites/contoso/usa/\" -Location \"QuickLaunch\" -Parent 2012" }, { "Id": 127, - "CommandName": "Add-PnPNavigationNode", "Rank": 3, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -First" }, { "Id": 128, - "CommandName": "Add-PnPNavigationNode", "Rank": 4, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso Pharmaceuticals\" -Url \"http://contoso.sharepoint.com/sites/contosopharma/\" -Location \"QuickLaunch\" -External" }, { "Id": 129, - "CommandName": "Add-PnPNavigationNode", "Rank": 5, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\"" }, { "Id": 130, - "CommandName": "Add-PnPNavigationNode", "Rank": 6, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Label\" -Location \"TopNavigationBar\" -Url \"http://linkless.header/\"" }, { "Id": 131, - "CommandName": "Add-PnPNavigationNode", "Rank": 7, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Wiki\" -Location \"QuickLaunch\" -Url \"wiki/\" -PreviousNode 2012" }, { "Id": 132, - "CommandName": "Add-PnPNavigationNode", "Rank": 8, + "CommandName": "Add-PnPNavigationNode", "Command": "Add-PnPNavigationNode -Title \"Contoso\" -Url \"http://contoso.sharepoint.com/sites/contoso/\" -Location \"QuickLaunch\" -OpenInNewTab" }, { "Id": 133, - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\"" }, { "Id": 134, - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 2, + "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Id": 135, - "CommandName": "Add-PnPOrgAssetsLibrary", "Rank": 3, + "CommandName": "Add-PnPOrgAssetsLibrary", "Command": "Add-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -CdnType Private" }, { "Id": 136, - "CommandName": "Add-PnPOrgNewsSite", "Rank": 1, + "CommandName": "Add-PnPOrgNewsSite", "Command": "Add-PnPOrgNewsSite -OrgNewsSiteUrl \"https://yourtenant.sharepoint.com/sites/news\"" }, { "Id": 137, - "CommandName": "Add-PnPPage", "Rank": 1, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\"" }, { "Id": 138, - "CommandName": "Add-PnPPage", "Rank": 2, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Title \"Welcome to my page\"" }, { "Id": 139, - "CommandName": "Add-PnPPage", "Rank": 3, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -ContentType \"MyPageContentType\"" }, { "Id": 140, - "CommandName": "Add-PnPPage", "Rank": 4, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPageTemplate\" -PromoteAs Template" }, { "Id": 141, - "CommandName": "Add-PnPPage", "Rank": 5, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"Folder/NewPage\"" }, { "Id": 142, - "CommandName": "Add-PnPPage", "Rank": 6, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -HeaderLayoutType ColorBlock" }, { "Id": 143, - "CommandName": "Add-PnPPage", "Rank": 7, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" Article -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Id": 144, - "CommandName": "Add-PnPPage", "Rank": 8, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate" }, { "Id": 145, - "CommandName": "Add-PnPPage", "Rank": 9, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043" }, { "Id": 146, - "CommandName": "Add-PnPPage", "Rank": 10, + "CommandName": "Add-PnPPage", "Command": "Add-PnPPage -Name \"NewPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Id": 147, - "CommandName": "Add-PnPPageImageWebPart", "Rank": 1, + "CommandName": "Add-PnPPageImageWebPart", "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/siteassets/test.png\"" }, { "Id": 148, - "CommandName": "Add-PnPPageImageWebPart", "Rank": 2, + "CommandName": "Add-PnPPageImageWebPart", "Command": "Add-PnPPageImageWebPart -Page \"MyPage\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -ImageWidth 400 -ImageHeight 200 -Caption \"Caption text\" -AlternativeText \"Alt text\" -Link \"https://pnp.github.io\"" }, { "Id": 149, - "CommandName": "Add-PnPPageSection", "Rank": 1, + "CommandName": "Add-PnPPageSection", "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate OneColumn" }, { "Id": 150, - "CommandName": "Add-PnPPageSection", "Rank": 2, + "CommandName": "Add-PnPPageSection", "Command": "Add-PnPPageSection -Page \"MyPage\" -SectionTemplate ThreeColumn -Order 10" }, { "Id": 151, - "CommandName": "Add-PnPPageTextPart", "Rank": 1, + "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\"" }, { "Id": 152, - "CommandName": "Add-PnPPageTextPart", "Rank": 2, + "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\"" }, { "Id": 153, - "CommandName": "Add-PnPPageTextPart", "Rank": 3, + "CommandName": "Add-PnPPageTextPart", "Command": "Add-PnPPageTextPart -Page \"MyPage\" -Text \"Hello World!\" -ImageUrl \"/sites/contoso/SiteAssets/test.png\" -TextBeforeImage \"Text before\" -TextAfterImage \"Text after\"" }, { "Id": 154, - "CommandName": "Add-PnPPageWebPart", "Rank": 1, + "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -DefaultWebPartType BingMap" }, { "Id": 155, - "CommandName": "Add-PnPPageWebPart", "Rank": 2, + "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\"" }, { "Id": 156, - "CommandName": "Add-PnPPageWebPart", "Rank": 3, + "CommandName": "Add-PnPPageWebPart", "Command": "Add-PnPPageWebPart -Page \"MyPage\" -Component \"HelloWorld\" -Section 1 -Column 2" }, { "Id": 157, - "CommandName": "Add-PnPPlannerBucket", "Rank": 1, + "CommandName": "Add-PnPPlannerBucket", "Command": "Add-PnPPlannerBucket -Group \"My Group\" -Plan \"My Plan\" -Name \"Project Todos\"" }, { "Id": 158, - "CommandName": "Add-PnPPlannerBucket", "Rank": 2, + "CommandName": "Add-PnPPlannerBucket", "Command": "Add-PnPPlannerBucket -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Name \"Project Todos\"" }, { "Id": 159, - "CommandName": "Add-PnPPlannerRoster", "Rank": 1, + "CommandName": "Add-PnPPlannerRoster", "Command": "Add-PnPPlannerRoster" }, { "Id": 160, - "CommandName": "Add-PnPPlannerRosterMember", "Rank": 1, + "CommandName": "Add-PnPPlannerRosterMember", "Command": "Add-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 161, - "CommandName": "Add-PnPPlannerTask", "Rank": 1, + "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Id": 162, - "CommandName": "Add-PnPPlannerTask", "Rank": 2, + "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\" -Bucket \"Todos\" -Title \"Design booth layout\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Id": 163, - "CommandName": "Add-PnPPlannerTask", "Rank": 3, + "CommandName": "Add-PnPPlannerTask", "Command": "Add-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\" -Bucket \"Todos\" -Title \"Design booth layout\" -AssignedTo \"user@contoso.com\",\"manager@contoso.com\" -AppliedCategories @{\"Category1\"=$true,\"Category3\"=$true}" }, { "Id": 164, - "CommandName": "Add-PnPPublishingImageRendition", "Rank": 1, + "CommandName": "Add-PnPPublishingImageRendition", "Command": "Add-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Id": 165, - "CommandName": "Add-PnPPublishingPage", "Rank": 1, + "CommandName": "Add-PnPPublishingPage", "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft'" }, { "Id": 166, - "CommandName": "Add-PnPPublishingPage", "Rank": 2, + "CommandName": "Add-PnPPublishingPage", "Command": "Add-PnPPublishingPage -PageName 'OurNewPage' -Title 'Our new page' -PageTemplateName 'ArticleLeft' -Folder '/Pages/folder'" }, { "Id": 167, - "CommandName": "Add-PnPPublishingPageLayout", "Rank": 1, + "CommandName": "Add-PnPPublishingPageLayout", "Command": "Add-PnPPublishingPageLayout -Title 'Our custom page layout' -SourceFilePath 'customlayout.aspx' -Description 'A custom page layout' -AssociatedContentTypeID 0x01010901" }, { "Id": 168, - "CommandName": "Add-PnPRoleDefinition", "Rank": 1, + "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"CustomPerm\"" }, { "Id": 169, - "CommandName": "Add-PnPRoleDefinition", "Rank": 2, + "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"NoDelete\" -Clone \"Contribute\" -Exclude DeleteListItems" }, { "Id": 170, - "CommandName": "Add-PnPRoleDefinition", "Rank": 3, + "CommandName": "Add-PnPRoleDefinition", "Command": "Add-PnPRoleDefinition -RoleName \"AddOnly\" -Clone \"Contribute\" -Exclude DeleteListItems, EditListItems" }, { "Id": 171, - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 1, + "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 172, - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 2, + "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 173, - "CommandName": "Add-PnPSiteCollectionAdmin", "Rank": 3, + "CommandName": "Add-PnPSiteCollectionAdmin", "Command": "Add-PnPSiteCollectionAdmin -PrimarySiteCollectionAdmin \"user@contoso.onmicrosoft.com\"" }, { "Id": 174, - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 1, + "CommandName": "Add-PnPSiteCollectionAppCatalog", "Command": "Add-PnPSiteCollectionAppCatalog" }, { "Id": 175, - "CommandName": "Add-PnPSiteCollectionAppCatalog", "Rank": 2, + "CommandName": "Add-PnPSiteCollectionAppCatalog", "Command": "Add-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Id": 176, - "CommandName": "Add-PnPSiteDesign", "Rank": 1, + "CommandName": "Add-PnPSiteDesign", "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite" }, { "Id": 177, - "CommandName": "Add-PnPSiteDesign", "Rank": 2, + "CommandName": "Add-PnPSiteDesign", "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl https://contoso.sharepoint.com/sites/templates/siteassets/logo.png" }, { "Id": 178, - "CommandName": "Add-PnPSiteDesign", "Rank": 3, + "CommandName": "Add-PnPSiteDesign", "Command": "Add-PnPSiteDesign -Title \"My Company Design\" -SiteScriptIds \"e84dcb46-3ab9-4456-a136-66fc6ae3d3c5\",\"6def687f-0e08-4f1e-999c-791f3af9a600\" -Description \"My description\" -WebTemplate TeamSite -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { "Id": 179, - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 1, + "CommandName": "Add-PnPSiteDesignFromWeb", "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll" }, { "Id": 180, - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 2, + "CommandName": "Add-PnPSiteDesignFromWeb", "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Id": 181, - "CommandName": "Add-PnPSiteDesignFromWeb", "Rank": 3, + "CommandName": "Add-PnPSiteDesignFromWeb", "Command": "Add-PnPSiteDesignFromWeb -Title \"My Company Design\" -Description \"My description\" -WebTemplate TeamSite -Lists \"/lists/Issue list\" -ThumbnailUrl https://contoso.sharepoint.com/SiteAssets/logo.png" }, { "Id": 182, - "CommandName": "Add-PnPSiteDesignTask", "Rank": 1, + "CommandName": "Add-PnPSiteDesignTask", "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Id": 183, - "CommandName": "Add-PnPSiteDesignTask", "Rank": 2, + "CommandName": "Add-PnPSiteDesignTask", "Command": "Add-PnPSiteDesignTask -SiteDesignId 501z8c32-4147-44d4-8607-26c2f67cae82 -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Id": 184, - "CommandName": "Add-PnPSiteScript", "Rank": 1, + "CommandName": "Add-PnPSiteScript", "Command": "Add-PnPSiteScript -Title \"My Site Script\" -Description \"A more detailed description\" -Content $script" }, { "Id": 185, - "CommandName": "Add-PnPSiteScriptPackage", "Rank": 1, + "CommandName": "Add-PnPSiteScriptPackage", "Command": "Add-PnPSiteScriptPackage -Title \"My Site Script Package\" -Description \"A more detailed description\" -ContentPath \"c:\\package.zip\"" }, { "Id": 186, - "CommandName": "Add-PnPSiteTemplate", "Rank": 1, + "CommandName": "Add-PnPSiteTemplate", "Command": "Add-PnPSiteTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate" }, { "Id": 187, - "CommandName": "Add-PnPStoredCredential", "Rank": 1, + "CommandName": "Add-PnPStoredCredential", "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com" }, { "Id": 188, - "CommandName": "Add-PnPStoredCredential", "Rank": 2, + "CommandName": "Add-PnPStoredCredential", "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Id": 189, - "CommandName": "Add-PnPStoredCredential", "Rank": 3, + "CommandName": "Add-PnPStoredCredential", "Command": "Add-PnPStoredCredential -Name \"https://tenant.sharepoint.com\" -Username yourname@tenant.onmicrosoft.com -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)\r ; Connect-PnPOnline -Url \"https://tenant.sharepoint.com/sites/mydemosite\"" }, { "Id": 190, - "CommandName": "Add-PnPTaxonomyField", "Rank": 1, + "CommandName": "Add-PnPTaxonomyField", "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TermSetPath \"TestTermGroup|TestTermSet\"" }, { "Id": 191, - "CommandName": "Add-PnPTaxonomyField", "Rank": 2, + "CommandName": "Add-PnPTaxonomyField", "Command": "Add-PnPTaxonomyField -DisplayName \"Test\" -InternalName \"Test\" -TaxonomyItemId \"0e5fe3c6-3e6a-4d25-9f48-82a655f15992\"" }, { "Id": 192, - "CommandName": "Add-PnPTeamsChannel", "Rank": 1, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -DisplayName \"My Channel\" -IsFavoriteByDefault $true" }, { "Id": 193, - "CommandName": "Add-PnPTeamsChannel", "Rank": 2, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"My Team\" -DisplayName \"My standard channel\"" }, { "Id": 194, - "CommandName": "Add-PnPTeamsChannel", "Rank": 3, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"HR\" -DisplayName \"My private channel\" -ChannelType Private -OwnerUPN user1@domain.com" }, { "Id": 195, - "CommandName": "Add-PnPTeamsChannel", "Rank": 4, + "CommandName": "Add-PnPTeamsChannel", "Command": "Add-PnPTeamsChannel -Team \"Logistical Department\" -DisplayName \"My shared channel\" -ChannelType Shared -OwnerUPN user1@domain.com" }, { "Id": 196, - "CommandName": "Add-PnpTeamsChannelUser", "Rank": 1, + "CommandName": "Add-PnpTeamsChannelUser", "Command": "Add-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -User john@doe.com -Role Owner" }, { "Id": 197, - "CommandName": "Add-PnpTeamsChannelUser", "Rank": 2, + "CommandName": "Add-PnpTeamsChannelUser", "Command": "Add-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -User john@doe.com -Role Member" }, { "Id": 198, - "CommandName": "Add-PnPTeamsTab", "Rank": 1, + "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type WebSite -ContentUrl \"https://aka.ms/m365pnp\"" }, { "Id": 199, - "CommandName": "Add-PnPTeamsTab", "Rank": 2, + "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type PDF -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/General/MyFile.pdf\" -EntityId \"null\"" }, { "Id": 200, - "CommandName": "Add-PnPTeamsTab", "Rank": 3, + "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Tab Name\" -Type SharePointPageAndList -WebSiteUrl \"https://contoso.sharepoint.com/sites/Marketing/SitePages/Home.aspx\"" }, { "Id": 201, - "CommandName": "Add-PnPTeamsTab", "Rank": 4, + "CommandName": "Add-PnPTeamsTab", "Command": "Add-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -DisplayName \"My Excel Tab\" -Type Excel -ContentUrl \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/My Excel File.csv\" -EntityId 6" }, { "Id": 202, - "CommandName": "Add-PnPTeamsTeam", "Rank": 1, + "CommandName": "Add-PnPTeamsTeam", "Command": "Add-PnPTeamsTeam" }, { "Id": 203, - "CommandName": "Add-PnPTeamsUser", "Rank": 1, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 204, - "CommandName": "Add-PnPTeamsUser", "Rank": 2, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Id": 205, - "CommandName": "Add-PnPTeamsUser", "Rank": 3, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\" -Role Member" }, { "Id": 206, - "CommandName": "Add-PnPTeamsUser", "Rank": 4, + "CommandName": "Add-PnPTeamsUser", "Command": "Add-PnPTeamsUser -Team MyTeam -User \"jane@doe.com\" -Role Member -Channel Private" }, { "Id": 207, - "CommandName": "Add-PnPTenantCdnOrigin", "Rank": 1, + "CommandName": "Add-PnPTenantCdnOrigin", "Command": "Add-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Id": 208, - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { "Id": 209, - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 2, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { "Id": 210, - "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Rank": 3, + "CommandName": "Add-PnPTenantRestrictedSearchAllowedList", "Command": "Add-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { "Id": 211, - "CommandName": "Add-PnPTenantSequence", "Rank": 1, + "CommandName": "Add-PnPTenantSequence", "Command": "Add-PnPTenantSequence -Template $mytemplate -Sequence $mysequence" }, { "Id": 212, - "CommandName": "Add-PnPTenantSequenceSite", "Rank": 1, + "CommandName": "Add-PnPTenantSequenceSite", "Command": "Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence" }, { "Id": 213, - "CommandName": "Add-PnPTenantSequenceSubSite", "Rank": 1, + "CommandName": "Add-PnPTenantSequenceSubSite", "Command": "Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite" }, { "Id": 214, - "CommandName": "Add-PnPTermToTerm", "Rank": 1, + "CommandName": "Add-PnPTermToTerm", "Command": "Add-PnPTermToTerm -ParentTermId 2d1f298b-804a-4a05-96dc-29b667adec62 -Name SubTerm -CustomProperties @{\"Department\"=\"Marketing\"}" }, { "Id": 215, - "CommandName": "Add-PnPView", "Rank": 1, + "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\"" }, { "Id": 216, - "CommandName": "Add-PnPView", "Rank": 2, + "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Paged -RowLimit 100" }, { "Id": 217, - "CommandName": "Add-PnPView", "Rank": 3, + "CommandName": "Add-PnPView", "Command": "Add-PnPView -List \"Demo List\" -Title \"Demo View\" -Fields \"Title\",\"Address\" -Aggregations \"\"" }, { "Id": 218, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Command": "Add-PnPVivaConnectionsDashboardACE -Identity CardDesigner -Order 3 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Large -Description \"ACE description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Id": 219, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 2, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Command": "Add-PnPVivaConnectionsDashboardACE -Identity ThirdPartyApp -Order 1 -Title \"Hello there\" -PropertiesJSON $myProperties -CardSize Medium -Description \"ACE with description\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Id": 220, - "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Rank": 3, + "CommandName": "Add-PnPVivaConnectionsDashboardACE", "Command": "Add-PnPVivaConnectionsDashboardACE -Identity AssignedTasks -Order 2 -Title \"Tasks\" -PropertiesJSON $myProperties -CardSize Medium -Description \"My Assigned tasks\" -Iconproperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\"" }, { "Id": 221, - "CommandName": "Add-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Id": 222, - "CommandName": "Add-PnPWebhookSubscription", "Rank": 2, + "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Id": 223, - "CommandName": "Add-PnPWebhookSubscription", "Rank": 3, + "CommandName": "Add-PnPWebhookSubscription", "Command": "Add-PnPWebhookSubscription -List MyList -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\" -ClientState \"Hello State!\"" }, { "Id": 224, - "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 1, + "CommandName": "Add-PnPWebPartToWebPartPage", "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -ZoneId \"Header\" -ZoneIndex 1" }, { "Id": 225, - "CommandName": "Add-PnPWebPartToWebPartPage", "Rank": 2, + "CommandName": "Add-PnPWebPartToWebPartPage", "Command": "Add-PnPWebPartToWebPartPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -ZoneId \"Header\" -ZoneIndex 1" }, { "Id": 226, - "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 1, + "CommandName": "Add-PnPWebPartToWikiPage", "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Path \"c:\\myfiles\\listview.webpart\" -Row 1 -Column 1" }, { "Id": 227, - "CommandName": "Add-PnPWebPartToWikiPage", "Rank": 2, + "CommandName": "Add-PnPWebPartToWikiPage", "Command": "Add-PnPWebPartToWikiPage -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -XML $webpart -Row 1 -Column 1" }, { "Id": 228, - "CommandName": "Add-PnPWikiPage", "Rank": 1, + "CommandName": "Add-PnPWikiPage", "Command": "Add-PnPWikiPage -PageUrl '/sites/demo1/pages/wikipage.aspx' -Content 'New WikiPage'" }, { "Id": 229, - "CommandName": "Clear-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Clear-PnPAzureADGroupMember", "Command": "Clear-PnPAzureADGroupMember -Identity \"Project Team\"" }, { "Id": 230, - "CommandName": "Clear-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Clear-PnPAzureADGroupOwner", "Command": "Clear-PnPAzureADGroupOwner -Identity \"Project Team\"" }, { "Id": 231, - "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 1, + "CommandName": "Clear-PnPDefaultColumnValues", "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField" }, { "Id": 232, - "CommandName": "Clear-PnPDefaultColumnValues", "Rank": 2, + "CommandName": "Clear-PnPDefaultColumnValues", "Command": "Clear-PnPDefaultColumnValues -List Documents -Field MyField -Folder A" }, { "Id": 233, - "CommandName": "Clear-PnPListItemAsRecord", "Rank": 1, + "CommandName": "Clear-PnPListItemAsRecord", "Command": "Clear-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Id": 234, - "CommandName": "Clear-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Clear-PnPMicrosoft365GroupMember", "Command": "Clear-PnPMicrosoft365GroupMember -Identity \"Project Team\"" }, { "Id": 235, - "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Clear-PnPMicrosoft365GroupOwner", "Command": "Clear-PnPMicrosoft365GroupOwner -Identity \"Project Team\"" }, { "Id": 236, - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 1, + "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Id": 237, - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 2, + "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -Identity $item -Force" }, { "Id": 238, - "CommandName": "Clear-PnpRecycleBinItem", "Rank": 3, + "CommandName": "Clear-PnpRecycleBinItem", "Command": "Clear-PnPRecycleBinItem -All -RowLimit 10000" }, { "Id": 239, - "CommandName": "Clear-PnPTenantAppCatalogUrl", "Rank": 1, + "CommandName": "Clear-PnPTenantAppCatalogUrl", "Command": "Clear-PnPTenantAppCatalogUrl" }, { "Id": 240, - "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 1, + "CommandName": "Clear-PnPTenantRecycleBinItem", "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 241, - "CommandName": "Clear-PnPTenantRecycleBinItem", "Rank": 2, + "CommandName": "Clear-PnPTenantRecycleBinItem", "Command": "Clear-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Id": 242, - "CommandName": "Clear-PnPTraceLog", "Rank": 1, + "CommandName": "Clear-PnPTraceLog", "Command": "Clear-PnPTraceLog" }, { "Id": 243, - "CommandName": "Connect-PnPOnline", "Rank": 1, + "CommandName": "Connect-PnPOnline", "Command": "Connect-PnPOnline -Url contoso.sharepoint.com -AzureEnvironment Custom -MicrosoftGraphEndPoint \"custom.graph.microsoft.com\" -AzureADLoginEndPoint \"https://custom.login.microsoftonline.com\"" }, { "Id": 244, - "CommandName": "Convert-PnPFile", "Rank": 1, + "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -AsMemoryStream" }, { "Id": 245, - "CommandName": "Convert-PnPFile", "Rank": 2, + "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\"" }, { "Id": 246, - "CommandName": "Convert-PnPFile", "Rank": 3, + "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\"" }, { "Id": 247, - "CommandName": "Convert-PnPFile", "Rank": 4, + "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Document.docx\" -Path \"C:\\Temp\" -Force" }, { "Id": 248, - "CommandName": "Convert-PnPFile", "Rank": 5, + "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\"" }, { "Id": 249, - "CommandName": "Convert-PnPFile", "Rank": 6, + "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.png\" -ConvertToFormat Jpg -Folder \"/sites/demo/Shared Documents/Archive\"" }, { "Id": 250, - "CommandName": "Convert-PnPFile", "Rank": 7, + "CommandName": "Convert-PnPFile", "Command": "Convert-PnPFile -Url \"/sites/demo/Shared Documents/Test/Book.xlsx\" -Folder \"/sites/demo/Shared Documents/Archive\" -NewFileName \"differentname.pdf\"" }, { "Id": 251, - "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 1, + "CommandName": "Convert-PnPFolderToSiteTemplate", "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp" }, { "Id": 252, - "CommandName": "Convert-PnPFolderToSiteTemplate", "Rank": 2, + "CommandName": "Convert-PnPFolderToSiteTemplate", "Command": "Convert-PnPFolderToSiteTemplate -Out template.pnp -Folder c:\\temp" }, { "Id": 253, - "CommandName": "Convert-PnPSiteTemplate", "Rank": 1, + "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml" }, { "Id": 254, - "CommandName": "Convert-PnPSiteTemplate", "Rank": 2, + "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml" }, { "Id": 255, - "CommandName": "Convert-PnPSiteTemplate", "Rank": 3, + "CommandName": "Convert-PnPSiteTemplate", "Command": "Convert-PnPSiteTemplate -Path template.xml -Out newtemplate.xml -ToSchema V201512" }, { "Id": 256, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 1, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml" }, { "Id": 257, - "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Rank": 2, + "CommandName": "Convert-PnPSiteTemplateToMarkdown", "Command": "Convert-PnPSiteTemplateToMarkdown -TemplatePath ./mytemplate.xml -Out ./myreport.md" }, { "Id": 258, - "CommandName": "ConvertTo-PnPPage", "Rank": 1, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite" }, { "Id": 259, - "CommandName": "ConvertTo-PnPPage", "Rank": 2, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -WebPartMappingFile c:\\contoso\\webpartmapping.xml" }, { "Id": 260, - "CommandName": "ConvertTo-PnPPage", "Rank": 3, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -AddPageAcceptBanner" }, { "Id": 261, - "CommandName": "ConvertTo-PnPPage", "Rank": 4, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -CopyPageMetadata" }, { "Id": 262, - "CommandName": "ConvertTo-PnPPage", "Rank": 5, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 263, - "CommandName": "ConvertTo-PnPPage", "Rank": 6, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target" }, { "Id": 264, - "CommandName": "ConvertTo-PnPPage", "Rank": 7, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Library \"SiteAssets\" -Folder \"Folder1\" -Overwrite" }, { "Id": 265, - "CommandName": "ConvertTo-PnPPage", "Rank": 8, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Folder \"\" -Overwrite" }, { "Id": 266, - "CommandName": "ConvertTo-PnPPage", "Rank": 9, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 267, - "CommandName": "ConvertTo-PnPPage", "Rank": 10, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType File -LogFolder c:\\temp -LogVerbose -Overwrite" }, { "Id": 268, - "CommandName": "ConvertTo-PnPPage", "Rank": 11, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -LogType SharePoint -LogSkipFlush" }, { "Id": 269, - "CommandName": "ConvertTo-PnPPage", "Rank": 12, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"My post title\" -BlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 270, - "CommandName": "ConvertTo-PnPPage", "Rank": 13, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"My post title\" -DelveBlogPage -LogType Console -Overwrite -TargetWebUrl \"https://contoso.sharepoint.com/sites/targetmodernsite\"" }, { "Id": 271, - "CommandName": "ConvertTo-PnPPage", "Rank": 14, + "CommandName": "ConvertTo-PnPPage", "Command": "ConvertTo-PnPPage -Identity \"somepage.aspx\" -PublishingPage -Overwrite -TargetConnection $target -UserMappingFile c:\\\\temp\\user_mapping_file.csv" }, { "Id": 272, - "CommandName": "Copy-PnPFile", "Rank": 1, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 273, - "CommandName": "Copy-PnPFile", "Rank": 2, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Id": 274, - "CommandName": "Copy-PnPFile", "Rank": 3, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Id": 275, - "CommandName": "Copy-PnPFile", "Rank": 4, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 276, - "CommandName": "Copy-PnPFile", "Rank": 5, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Id": 277, - "CommandName": "Copy-PnPFile", "Rank": 6, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Id": 278, - "CommandName": "Copy-PnPFile", "Rank": 7, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Id": 279, - "CommandName": "Copy-PnPFile", "Rank": 8, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 280, - "CommandName": "Copy-PnPFile", "Rank": 9, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Id": 281, - "CommandName": "Copy-PnPFile", "Rank": 10, + "CommandName": "Copy-PnPFile", "Command": "Copy-PnPFile -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Id": 282, - "CommandName": "Copy-PnPFolder", "Rank": 1, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyProjectfiles\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 283, - "CommandName": "Copy-PnPFolder", "Rank": 2, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\"" }, { "Id": 284, - "CommandName": "Copy-PnPFolder", "Rank": 3, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -IgnoreVersionHistory" }, { "Id": 285, - "CommandName": "Copy-PnPFolder", "Rank": 4, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 286, - "CommandName": "Copy-PnPFolder", "Rank": 5, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Documents/company.docx\" -TargetUrl \"Documents/company2.docx\"" }, { "Id": 287, - "CommandName": "Copy-PnPFolder", "Rank": 6, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"Shared Documents2/company.docx\"" }, { "Id": 288, - "CommandName": "Copy-PnPFolder", "Rank": 7, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared DocuDocuments/company.docx\" -TargetUrl \"Subsite/Shared Documents\"" }, { "Id": 289, - "CommandName": "Copy-PnPFolder", "Rank": 8, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/company.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite" }, { "Id": 290, - "CommandName": "Copy-PnPFolder", "Rank": 9, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"Shared Documents/MyDocs\" -TargetUrl \"/sites/otherproject/Documents\" -Overwrite" }, { "Id": 291, - "CommandName": "Copy-PnPFolder", "Rank": 10, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -SourceUrl \"SubSite1/Documents/company.docx\" -TargetUrl \"SubSite2/Documents\"" }, { "Id": 292, - "CommandName": "Copy-PnPFolder", "Rank": 11, + "CommandName": "Copy-PnPFolder", "Command": "Copy-PnPFolder -LocalPath \"c:\\temp\" -TargetUrl \"Subsite1/Shared Documents\" -Recurse -Overwrite" }, { "Id": 293, - "CommandName": "Copy-PnPItemProxy", "Rank": 1, + "CommandName": "Copy-PnPItemProxy", "Command": "Copy-PnPItemProxy \"C:\\Users\\Admin\\seattle.master\" -Destination \"C:\\Presentation\"" }, { "Id": 294, - "CommandName": "Copy-PnPList", "Rank": 1, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -Title \"Copy of My List\"" }, { "Id": 295, - "CommandName": "Copy-PnPList", "Rank": 2, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment" }, { "Id": 296, - "CommandName": "Copy-PnPList", "Rank": 3, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -Identity \"My List\" -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment -Title \"My copied list\"" }, { "Id": 297, - "CommandName": "Copy-PnPList", "Rank": 4, + "CommandName": "Copy-PnPList", "Command": "Copy-PnPList -SourceListUrl https://contoso.sharepoint.com/sites/templates/lists/mylist -Verbose -DestinationWebUrl https://contoso.sharepoint.com/sites/hrdepartment\\" }, { "Id": 298, - "CommandName": "Copy-PnPPage", "Rank": 1, + "CommandName": "Copy-PnPPage", "Command": "Copy-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { "Id": 299, - "CommandName": "Copy-PnPTeamsTeam", "Rank": 1, + "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members" }, { "Id": 300, - "CommandName": "Copy-PnPTeamsTeam", "Rank": 2, + "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\"" }, { "Id": 301, - "CommandName": "Copy-PnPTeamsTeam", "Rank": 3, + "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone apps,tabs,settings,channels,members -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { "Id": 302, - "CommandName": "Copy-PnPTeamsTeam", "Rank": 4, + "CommandName": "Copy-PnPTeamsTeam", "Command": "Copy-PnPTeamsTeam -Identity \"Team 12\" -DisplayName \"Library Assist\" -PartsToClone settings,channels -Description \"Self help community for library\" -Classification \"Library\" -Visibility public" }, { "Id": 303, - "CommandName": "Disable-PnPFeature", "Rank": 1, + "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 304, - "CommandName": "Disable-PnPFeature", "Rank": 2, + "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Id": 305, - "CommandName": "Disable-PnPFeature", "Rank": 3, + "CommandName": "Disable-PnPFeature", "Command": "Disable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Id": 306, - "CommandName": "Disable-PnPFlow", "Rank": 1, + "CommandName": "Disable-PnPFlow", "Command": "Disable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 307, - "CommandName": "Disable-PnPFlow", "Rank": 2, + "CommandName": "Disable-PnPFlow", "Command": "Disable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 308, - "CommandName": "Disable-PnPPageScheduling", "Rank": 1, + "CommandName": "Disable-PnPPageScheduling", "Command": "Disable-PnPPageScheduling" }, { "Id": 309, - "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 1, + "CommandName": "Disable-PnPPowerShellTelemetry", "Command": "Disable-PnPPowerShellTelemetry" }, { "Id": 310, - "CommandName": "Disable-PnPPowerShellTelemetry", "Rank": 2, + "CommandName": "Disable-PnPPowerShellTelemetry", "Command": "Disable-PnPPowerShellTelemetry -Force" }, { "Id": 311, - "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Rank": 1, + "CommandName": "Disable-PnPSharingForNonOwnersOfSite", "Command": "Disable-PnPSharingForNonOwnersOfSite" }, { "Id": 312, - "CommandName": "Disable-PnPSiteClassification", "Rank": 1, + "CommandName": "Disable-PnPSiteClassification", "Command": "Disable-PnPSiteClassification" }, { "Id": 313, - "CommandName": "Disconnect-PnPOnline", "Rank": 1, + "CommandName": "Disconnect-PnPOnline", "Command": "Disconnect-PnPOnline" }, { "Id": 314, - "CommandName": "Enable-PnPCommSite", "Rank": 1, + "CommandName": "Enable-PnPCommSite", "Command": "Enable-PnPCommSite" }, { "Id": 315, - "CommandName": "Enable-PnPCommSite", "Rank": 2, + "CommandName": "Enable-PnPCommSite", "Command": "Enable-PnPCommSite -DesignPackageId 6142d2a0-63a5-4ba0-aede-d9fefca2c767" }, { "Id": 316, - "CommandName": "Enable-PnPFeature", "Rank": 1, + "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 317, - "CommandName": "Enable-PnPFeature", "Rank": 2, + "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Force" }, { "Id": 318, - "CommandName": "Enable-PnPFeature", "Rank": 3, + "CommandName": "Enable-PnPFeature", "Command": "Enable-PnPFeature -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Web" }, { "Id": 319, - "CommandName": "Enable-PnPFlow", "Rank": 1, + "CommandName": "Enable-PnPFlow", "Command": "Enable-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 320, - "CommandName": "Enable-PnPFlow", "Rank": 2, + "CommandName": "Enable-PnPFlow", "Command": "Enable-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 321, - "CommandName": "Enable-PnPPageScheduling", "Rank": 1, + "CommandName": "Enable-PnPPageScheduling", "Command": "Enable-PnPPageScheduling" }, { "Id": 322, - "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 1, + "CommandName": "Enable-PnPPowerShellTelemetry", "Command": "Enable-PnPPowerShellTelemetry" }, { "Id": 323, - "CommandName": "Enable-PnPPowerShellTelemetry", "Rank": 2, + "CommandName": "Enable-PnPPowerShellTelemetry", "Command": "Enable-PnPPowerShellTelemetry -Force" }, { "Id": 324, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 1, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\"" }, { "Id": 325, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 2, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\"" }, { "Id": 326, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 3, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -Justification \"Just because\" -StartAt (Get-Date).AddHours(2) -ExpireInHours 2" }, { "Id": 327, - "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Rank": 4, + "CommandName": "Enable-PnPPriviledgedIdentityManagement", "Command": "Enable-PnPPriviledgedIdentityManagement -Role \"Global Administrator\" -User \"someone@contoso.onmicrosoft.com\"" }, { "Id": 328, - "CommandName": "Enable-PnPSiteClassification", "Rank": 1, + "CommandName": "Enable-PnPSiteClassification", "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -DefaultClassification \"LBI\"" }, { "Id": 329, - "CommandName": "Enable-PnPSiteClassification", "Rank": 2, + "CommandName": "Enable-PnPSiteClassification", "Command": "Enable-PnPSiteClassification -Classifications \"HBI\",\"LBI\",\"Top Secret\" -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Id": 330, - "CommandName": "Export-PnPFlow", "Rank": 1, + "CommandName": "Export-PnPFlow", "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 331, - "CommandName": "Export-PnPFlow", "Rank": 2, + "CommandName": "Export-PnPFlow", "Command": "Export-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 332, - "CommandName": "Export-PnPListToSiteTemplate", "Rank": 1, + "CommandName": "Export-PnPListToSiteTemplate", "Command": "Export-PnPListToSiteTemplate -Out template.xml -List \"Documents\"" }, { "Id": 333, - "CommandName": "Export-PnPListToSiteTemplate", "Rank": 2, + "CommandName": "Export-PnPListToSiteTemplate", "Command": "Export-PnPListToSiteTemplate -Out template.pnp -List \"Documents\",\"Events\"" }, { "Id": 334, - "CommandName": "Export-PnPPage", "Rank": 1, + "CommandName": "Export-PnPPage", "Command": "Export-PnPPage -Identity Home.aspx" }, { "Id": 335, - "CommandName": "Export-PnPPage", "Rank": 2, + "CommandName": "Export-PnPPage", "Command": "Export-PnPPage -Identity HR/Home.aspx -Out template.pnp" }, { "Id": 336, - "CommandName": "Export-PnPPageMapping", "Rank": 1, + "CommandName": "Export-PnPPageMapping", "Command": "Export-PnPPageMapping -BuiltInPageLayoutMapping -CustomPageLayoutMapping -Folder c:\\\\temp -Overwrite" }, { "Id": 337, - "CommandName": "Export-PnPPageMapping", "Rank": 2, + "CommandName": "Export-PnPPageMapping", "Command": "Export-PnPPageMapping -CustomPageLayoutMapping -PublishingPage mypage.aspx -Folder c:\\\\temp -Overwrite" }, { "Id": 338, - "CommandName": "Export-PnPPageMapping", "Rank": 3, + "CommandName": "Export-PnPPageMapping", "Command": "Export-PnPPageMapping -BuiltInWebPartMapping -Folder c:\\\\temp -Overwrite" }, { "Id": 339, - "CommandName": "Export-PnPPowerApp", "Rank": 1, + "CommandName": "Export-PnPPowerApp", "Command": "Export-PnPPowerApp -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\"" }, { "Id": 340, - "CommandName": "Export-PnPPowerApp", "Rank": 2, + "CommandName": "Export-PnPPowerApp", "Command": "Export-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -OutPath \"C:\\Users\\user1\\Downloads\\test_20230408152624.zip\" -PackageDisplayName \"MyAppDisplayName\" -PackageDescription \"Package exported using PnP Powershell\" -PackageCreatedBy \"Siddharth Vaghasia\" -PackageSourceEnvironment \"UAT Environment\"" }, { "Id": 341, - "CommandName": "Export-PnPTaxonomy", "Rank": 1, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy" }, { "Id": 342, - "CommandName": "Export-PnPTaxonomy", "Rank": 2, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt" }, { "Id": 343, - "CommandName": "Export-PnPTaxonomy", "Rank": 3, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254" }, { "Id": 344, - "CommandName": "Export-PnPTaxonomy", "Rank": 4, + "CommandName": "Export-PnPTaxonomy", "Command": "Export-PnPTaxonomy -Path c:\\output.txt -TermSetId f6f43025-7242-4f7a-b739-41fa32847254 -Lcid 1044" }, { "Id": 345, - "CommandName": "Export-PnPTermGroupToXml", "Rank": 1, + "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml" }, { "Id": 346, - "CommandName": "Export-PnPTermGroupToXml", "Rank": 2, + "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml -Out output.xml" }, { "Id": 347, - "CommandName": "Export-PnPTermGroupToXml", "Rank": 3, + "CommandName": "Export-PnPTermGroupToXml", "Command": "Export-PnPTermGroupToXml -Out c:\\output.xml -Identity \"Test Group\"" }, { "Id": 348, - "CommandName": "Export-PnPUserInfo", "Rank": 1, + "CommandName": "Export-PnPUserInfo", "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Id": 349, - "CommandName": "Export-PnPUserInfo", "Rank": 2, + "CommandName": "Export-PnPUserInfo", "Command": "Export-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\" | ConvertTo-Csv | Out-File MyFile.csv" }, { "Id": 350, - "CommandName": "Export-PnPUserProfile", "Rank": 1, + "CommandName": "Export-PnPUserProfile", "Command": "Export-PnPUserProfile -LoginName user@domain.com" }, { "Id": 351, - "CommandName": "Export-PnPUserProfile", "Rank": 2, + "CommandName": "Export-PnPUserProfile", "Command": "Export-PnPUserProfile -LoginName user@domain.com | ConvertTo-Csv | Out-File MyFile.csv" }, { "Id": 352, - "CommandName": "Find-PnPFile", "Rank": 1, + "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -Match *.master" }, { "Id": 353, - "CommandName": "Find-PnPFile", "Rank": 2, + "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -List \"Documents\" -Match *.pdf" }, { "Id": 354, - "CommandName": "Find-PnPFile", "Rank": 3, + "CommandName": "Find-PnPFile", "Command": "Find-PnPFile -Folder \"Shared Documents/Sub Folder\" -Match *.docx" }, { "Id": 355, - "CommandName": "Get-PnPAccessToken", "Rank": 1, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken" }, { "Id": 356, - "CommandName": "Get-PnPAccessToken", "Rank": 2, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -Decoded" }, { "Id": 357, - "CommandName": "Get-PnPAccessToken", "Rank": 3, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceTypeName SharePoint" }, { "Id": 358, - "CommandName": "Get-PnPAccessToken", "Rank": 4, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceTypeName ARM" }, { "Id": 359, - "CommandName": "Get-PnPAccessToken", "Rank": 5, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ResourceUrl \"https://management.azure.com/.default\"" }, { "Id": 360, - "CommandName": "Get-PnPAccessToken", "Rank": 6, + "CommandName": "Get-PnPAccessToken", "Command": "Get-PnPAccessToken -ListPermissionScopes" }, { "Id": 361, - "CommandName": "Get-PnPAlert", "Rank": 1, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert" }, { "Id": 362, - "CommandName": "Get-PnPAlert", "Rank": 2, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\"" }, { "Id": 363, - "CommandName": "Get-PnPAlert", "Rank": 3, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\" -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 364, - "CommandName": "Get-PnPAlert", "Rank": 4, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -Title \"Demo Alert\"" }, { "Id": 365, - "CommandName": "Get-PnPAlert", "Rank": 5, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -AllUsers" }, { "Id": 366, - "CommandName": "Get-PnPAlert", "Rank": 6, + "CommandName": "Get-PnPAlert", "Command": "Get-PnPAlert -List \"Demo List\" -AllUsers" }, { "Id": 367, - "CommandName": "Get-PnPApp", "Rank": 1, + "CommandName": "Get-PnPApp", "Command": "Get-PnPApp" }, { "Id": 368, - "CommandName": "Get-PnPApp", "Rank": 2, + "CommandName": "Get-PnPApp", "Command": "Get-PnPApp -Scope Site" }, { "Id": 369, - "CommandName": "Get-PnPApp", "Rank": 3, + "CommandName": "Get-PnPApp", "Command": "Get-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 370, - "CommandName": "Get-PnPAppErrors", "Rank": 1, + "CommandName": "Get-PnPAppErrors", "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b" }, { "Id": 371, - "CommandName": "Get-PnPAppErrors", "Rank": 2, + "CommandName": "Get-PnPAppErrors", "Command": "Get-PnPAppErrors -ProductId a2681b0c-84fe-41bf-9a8e-d480ab81ba7b -StartTimeInUtc (Get-Date).AddHours(-1).ToUniversalTime()" }, { "Id": 372, - "CommandName": "Get-PnPAppInfo", "Rank": 1, + "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -Name \"Excel Service\"" }, { "Id": 373, - "CommandName": "Get-PnPAppInfo", "Rank": 2, + "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -ProductId 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 374, - "CommandName": "Get-PnPAppInfo", "Rank": 3, + "CommandName": "Get-PnPAppInfo", "Command": "Get-PnPAppInfo -Name \" \" | Sort -Property Name" }, { "Id": 375, - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer" }, { "Id": 376, - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 2, + "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 377, - "CommandName": "Get-PnPApplicationCustomizer", "Rank": 3, + "CommandName": "Get-PnPApplicationCustomizer", "Command": "Get-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope Web" }, { "Id": 378, - "CommandName": "Get-PnPAuditing", "Rank": 1, + "CommandName": "Get-PnPAuditing", "Command": "Get-PnPAuditing" }, { "Id": 379, - "CommandName": "Get-PnPAuthenticationRealm", "Rank": 1, + "CommandName": "Get-PnPAuthenticationRealm", "Command": "Get-PnPAuthenticationRealm" }, { "Id": 380, - "CommandName": "Get-PnPAuthenticationRealm", "Rank": 2, + "CommandName": "Get-PnPAuthenticationRealm", "Command": "Get-PnPAuthenticationRealm -Url \"https://contoso.sharepoint.com\"" }, { "Id": 381, - "CommandName": "Get-PnPAvailableLanguage", "Rank": 1, + "CommandName": "Get-PnPAvailableLanguage", "Command": "Get-PnPAvailableLanguage" }, { "Id": 382, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 1, + "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel" }, { "Id": 383, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 2, + "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel -User johndoe@tenant.onmicrosoft.com" }, { "Id": 384, - "CommandName": "Get-PnPAvailableSensitivityLabel", "Rank": 3, + "CommandName": "Get-PnPAvailableSensitivityLabel", "Command": "Get-PnPAvailableSensitivityLabel -Identity 47e66706-8627-4979-89f1-fa7afeba2884" }, { "Id": 385, - "CommandName": "Get-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Get-PnPAvailableSiteClassification", "Command": "Get-PnPAvailableSiteClassification" }, { "Id": 386, - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 1, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal" }, { "Id": 387, - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 2, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -IncludeSubsites" }, { "Id": 388, - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 3, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -Scope Tenant" }, { "Id": 389, - "CommandName": "Get-PnPAzureACSPrincipal", "Rank": 4, + "CommandName": "Get-PnPAzureACSPrincipal", "Command": "Get-PnPAzureACSPrincipal -Scope All -IncludeSubsites" }, { "Id": 390, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 1, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Command": "Get-PnPAzureADActivityReportDirectoryAudit" }, { "Id": 391, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 2, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Identity \"Directory_c3b82411-5445-4620-aace-6a684a252673_02R72_362975819\"" }, { "Id": 392, - "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Rank": 3, + "CommandName": "Get-PnPAzureADActivityReportDirectoryAudit", "Command": "Get-PnPAzureADActivityReportDirectoryAudit -Filter \"activityDateTime le 2018-01-24\"" }, { "Id": 393, - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 1, + "CommandName": "Get-PnPAzureADActivityReportSignIn", "Command": "Get-PnPAzureADActivityReportSignIn" }, { "Id": 394, - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 2, + "CommandName": "Get-PnPAzureADActivityReportSignIn", "Command": "Get-PnPAzureADActivityReportSignIn -Identity \"da364266-533d-3186-a8b2-44ee1c21af11\"" }, { "Id": 395, - "CommandName": "Get-PnPAzureADActivityReportSignIn", "Rank": 3, + "CommandName": "Get-PnPAzureADActivityReportSignIn", "Command": "Get-PnPAzureADActivityReportSignIn -Filter \"startsWith(appDisplayName,'Graph')\"" }, { "Id": 396, - "CommandName": "Get-PnPAzureADApp", "Rank": 1, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp" }, { "Id": 397, - "CommandName": "Get-PnPAzureADApp", "Rank": 2, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Identity MyApp" }, { "Id": 398, - "CommandName": "Get-PnPAzureADApp", "Rank": 3, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 399, - "CommandName": "Get-PnPAzureADApp", "Rank": 4, + "CommandName": "Get-PnPAzureADApp", "Command": "Get-PnPAzureADApp -Filter \"startswith(description, 'contoso')\"" }, { "Id": 400, - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 1, + "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission" }, { "Id": 401, - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 2, + "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission -Identity MyApp" }, { "Id": 402, - "CommandName": "Get-PnPAzureADAppPermission", "Rank": 3, + "CommandName": "Get-PnPAzureADAppPermission", "Command": "Get-PnPAzureADAppPermission -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 403, - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission" }, { "Id": 404, - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 2, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -Site https://contoso.sharepoint.com/sites/projects" }, { "Id": 405, - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 3, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -PermissionId TowaS50fG1zLnNwLmV4dHwxYxNmI0OTI1" }, { "Id": 406, - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 4, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"Test App\"" }, { "Id": 407, - "CommandName": "Get-PnPAzureADAppSitePermission", "Rank": 5, + "CommandName": "Get-PnPAzureADAppSitePermission", "Command": "Get-PnPAzureADAppSitePermission -AppIdentity \"14effc36-dc8b-4f68-8919-f6beb7d847b3\"" }, { "Id": 408, - "CommandName": "Get-PnPAzureADGroup", "Rank": 1, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup" }, { "Id": 409, - "CommandName": "Get-PnPAzureADGroup", "Rank": 2, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupId" }, { "Id": 410, - "CommandName": "Get-PnPAzureADGroup", "Rank": 3, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupDisplayName" }, { "Id": 411, - "CommandName": "Get-PnPAzureADGroup", "Rank": 4, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $groupSiteMailNickName" }, { "Id": 412, - "CommandName": "Get-PnPAzureADGroup", "Rank": 5, + "CommandName": "Get-PnPAzureADGroup", "Command": "Get-PnPAzureADGroup -Identity $group" }, { "Id": 413, - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $groupId" }, { "Id": 414, - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 2, + "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $group" }, { "Id": 415, - "CommandName": "Get-PnPAzureADGroupMember", "Rank": 3, + "CommandName": "Get-PnPAzureADGroupMember", "Command": "Get-PnPAzureADGroupMember -Identity $group -Transitive" }, { "Id": 416, - "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Get-PnPAzureADGroupOwner", "Command": "Get-PnPAzureADGroupOwner -Identity $groupId" }, { "Id": 417, - "CommandName": "Get-PnPAzureADGroupOwner", "Rank": 2, + "CommandName": "Get-PnPAzureADGroupOwner", "Command": "Get-PnPAzureADGroupOwner -Identity $group" }, { "Id": 418, - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal" }, { "Id": 419, - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -AppId b8c2a8aa-33a0-43f4-a9d3-fe2851c5293e" }, { "Id": 420, - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 3, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -ObjectId 06ca9985-367a-41ba-9c44-b2ed88c19aec" }, { "Id": 421, - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 4, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -AppName \"My application\"" }, { "Id": 422, - "CommandName": "Get-PnPAzureADServicePrincipal", "Rank": 5, + "CommandName": "Get-PnPAzureADServicePrincipal", "Command": "Get-PnPAzureADServicePrincipal -Filter \"startswith(description, 'contoso')\"" }, { "Id": 423, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 424, - "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Get-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Id": 425, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 1, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 426, - "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Rank": 2, + "CommandName": "Get-PnPAzureADServicePrincipalAvailableAppRole", "Command": "Get-PnPAzureADServicePrincipalAvailableAppRole -Principal \"My application\"" }, { "Id": 427, - "CommandName": "Get-PnPAzureADUser", "Rank": 1, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser" }, { "Id": 428, - "CommandName": "Get-PnPAzureADUser", "Rank": 2, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -EndIndex 50" }, { "Id": 429, - "CommandName": "Get-PnPAzureADUser", "Rank": 3, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Id": 430, - "CommandName": "Get-PnPAzureADUser", "Rank": 4, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity john@contoso.com" }, { "Id": 431, - "CommandName": "Get-PnPAzureADUser", "Rank": 5, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Identity john@contoso.com -Select \"DisplayName\",\"extension_3721d05137db455ad81aa442e3c2d4f9_extensionAttribute1\"" }, { "Id": 432, - "CommandName": "Get-PnPAzureADUser", "Rank": 6, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Filter \"accountEnabled eq false\"" }, { "Id": 433, - "CommandName": "Get-PnPAzureADUser", "Rank": 7, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Filter \"startswith(DisplayName, 'John')\" -OrderBy \"DisplayName\"" }, { "Id": 434, - "CommandName": "Get-PnPAzureADUser", "Rank": 8, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Delta" }, { "Id": 435, - "CommandName": "Get-PnPAzureADUser", "Rank": 9, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -Delta -DeltaToken abcdef" }, { "Id": 436, - "CommandName": "Get-PnPAzureADUser", "Rank": 10, + "CommandName": "Get-PnPAzureADUser", "Command": "Get-PnPAzureADUser -StartIndex 10 -EndIndex 20" }, { "Id": 437, - "CommandName": "Get-PnPAzureCertificate", "Rank": 1, + "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\"" }, { "Id": 438, - "CommandName": "Get-PnPAzureCertificate", "Rank": 2, + "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.pfx\" -Password (ConvertTo-SecureString -String \"YourPassword\" -AsPlainText -Force)" }, { "Id": 439, - "CommandName": "Get-PnPAzureCertificate", "Rank": 3, + "CommandName": "Get-PnPAzureCertificate", "Command": "Get-PnPAzureCertificate -Path \"mycert.cer\" | clip" }, { "Id": 440, - "CommandName": "Get-PnPBrandCenterConfig", "Rank": 1, + "CommandName": "Get-PnPBrandCenterConfig", "Command": "Get-PnPBrandCenterConfig" }, { "Id": 441, - "CommandName": "Get-PnPBrandCenterFont", "Rank": 1, + "CommandName": "Get-PnPBrandCenterFont", "Command": "Get-PnPBrandCenterFont" }, { "Id": 442, - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 1, + "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage" }, { "Id": 443, - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 2, + "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage -Store Site" }, { "Id": 444, - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 3, + "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage -Identity \"My awesome font\"" }, { "Id": 445, - "CommandName": "Get-PnPBrandCenterFontPackage", "Rank": 4, + "CommandName": "Get-PnPBrandCenterFontPackage", "Command": "Get-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { "Id": 446, - "CommandName": "Get-PnPBrowserIdleSignout", "Rank": 1, + "CommandName": "Get-PnPBrowserIdleSignout", "Command": "Get-PnPBrowserIdleSignout" }, { "Id": 447, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 1, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Command": "Get-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase" }, { "Id": 448, - "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Rank": 2, + "CommandName": "Get-PnPBuiltInDesignPackageVisibility", "Command": "Get-PnPBuiltInDesignPackageVisibility" }, { "Id": 449, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 1, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings" }, { "Id": 450, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 2, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344" }, { "Id": 451, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 3, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Template CrisisManagement" }, { "Id": 452, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 4, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 453, - "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Rank": 5, + "CommandName": "Get-PnPBuiltInSiteTemplateSettings", "Command": "Get-PnPBuiltInSiteTemplateSettings -Template All" }, { "Id": 454, - "CommandName": "Get-PnPChangeLog", "Rank": 1, + "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog" }, { "Id": 455, - "CommandName": "Get-PnPChangeLog", "Rank": 2, + "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog -Nightly" }, { "Id": 456, - "CommandName": "Get-PnPChangeLog", "Rank": 3, + "CommandName": "Get-PnPChangeLog", "Command": "Get-PnPChangeLog -Version 2.12.0" }, { "Id": 457, - "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 1, + "CommandName": "Get-PnPCompatibleHubContentTypes", "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1'" }, { "Id": 458, - "CommandName": "Get-PnPCompatibleHubContentTypes", "Rank": 2, + "CommandName": "Get-PnPCompatibleHubContentTypes", "Command": "Get-PnPCompatibleHubContentTypes -WebUrl 'https://contoso.sharepoint.com/web1' -ListUrl 'https://contoso.sharepoint.com/web1/Shared Documents'" }, { "Id": 459, - "CommandName": "Get-PnPContainer", "Rank": 1, + "CommandName": "Get-PnPContainer", "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996" }, { "Id": 460, - "CommandName": "Get-PnPContainer", "Rank": 2, + "CommandName": "Get-PnPContainer", "Command": "Get-PnPContainer -OwningApplicationId a187e399-0c36-4b98-8f04-1edc167a0996 -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Id": 461, - "CommandName": "Get-PnPContainer", "Rank": 3, + "CommandName": "Get-PnPContainer", "Command": "Get-PnPContainer -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\" -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { "Id": 462, - "CommandName": "Get-PnPContainerType", "Rank": 1, + "CommandName": "Get-PnPContainerType", "Command": "Get-PnPContainerType" }, { "Id": 463, - "CommandName": "Get-PnPContainerTypeConfiguration", "Rank": 1, + "CommandName": "Get-PnPContainerTypeConfiguration", "Command": "Get-PnPContainerTypeConfiguration -Identity a187e399-0c36-4b98-8f04-1edc167a0996" }, { "Id": 464, - "CommandName": "Get-PnPContentType", "Rank": 1, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType" }, { "Id": 465, - "CommandName": "Get-PnPContentType", "Rank": 2, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -InSiteHierarchy" }, { "Id": 466, - "CommandName": "Get-PnPContentType", "Rank": 3, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -Identity \"Project Document\"" }, { "Id": 467, - "CommandName": "Get-PnPContentType", "Rank": 4, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -List \"Documents\"" }, { "Id": 468, - "CommandName": "Get-PnPContentType", "Rank": 5, + "CommandName": "Get-PnPContentType", "Command": "Get-PnPContentType -Includes \"SchemaXml\"" }, { "Id": 469, - "CommandName": "Get-PnPContentTypePublishingStatus", "Rank": 1, + "CommandName": "Get-PnPContentTypePublishingStatus", "Command": "Get-PnPContentTypePublishingStatus -ContentType 0x0101" }, { "Id": 470, - "CommandName": "Get-PnPCopilotAdminLimitedMode", "Rank": 1, + "CommandName": "Get-PnPCopilotAdminLimitedMode", "Command": "Get-PnPCopilotAdminLimitedMode" }, { "Id": 471, - "CommandName": "Get-PnPCopilotAgent", "Rank": 1, + "CommandName": "Get-PnPCopilotAgent", "Command": "Get-PnPCopilotAgent" }, { "Id": 472, - "CommandName": "Get-PnPCopilotAgent", "Rank": 2, + "CommandName": "Get-PnPCopilotAgent", "Command": "Get-PnPCopilotAgent -ServerRelativeUrl /sites/demo/siteassets/copilots/approved/main.agent" }, { "Id": 473, - "CommandName": "Get-PnPCustomAction", "Rank": 1, + "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction" }, { "Id": 474, - "CommandName": "Get-PnPCustomAction", "Rank": 2, + "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 475, - "CommandName": "Get-PnPCustomAction", "Rank": 3, + "CommandName": "Get-PnPCustomAction", "Command": "Get-PnPCustomAction -Scope web" }, { "Id": 476, - "CommandName": "Get-PnPDeletedContainer", "Rank": 1, + "CommandName": "Get-PnPDeletedContainer", "Command": "Get-PnPDeletedContainer" }, { "Id": 477, - "CommandName": "Get-PnPDeletedFlow", "Rank": 1, + "CommandName": "Get-PnPDeletedFlow", "Command": "Get-PnPDeletedFlow" }, { "Id": 478, - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 1, + "CommandName": "Get-PnPDeletedMicrosoft365Group", "Command": "Get-PnPDeletedMicrosoft365Group" }, { "Id": 479, - "CommandName": "Get-PnPDeletedMicrosoft365Group", "Rank": 2, + "CommandName": "Get-PnPDeletedMicrosoft365Group", "Command": "Get-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 480, - "CommandName": "Get-PnPDeletedTeam", "Rank": 1, + "CommandName": "Get-PnPDeletedTeam", "Command": "Get-PnPDeletedTeam" }, { "Id": 481, - "CommandName": "Get-PnPDiagnostics", "Rank": 1, + "CommandName": "Get-PnPDiagnostics", "Command": "Get-PnPDiagnostics" }, { "Id": 482, - "CommandName": "Get-PnPDisableSpacesActivation", "Rank": 1, + "CommandName": "Get-PnPDisableSpacesActivation", "Command": "Get-PnPDisableSpacesActivation" }, { "Id": 483, - "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 1, + "CommandName": "Get-PnPDocumentSetTemplate", "Command": "Get-PnPDocumentSetTemplate -Identity \"Test Document Set\"" }, { "Id": 484, - "CommandName": "Get-PnPDocumentSetTemplate", "Rank": 2, + "CommandName": "Get-PnPDocumentSetTemplate", "Command": "Get-PnPDocumentSetTemplate -Identity \"0x0120D520005DB65D094035A241BAC9AF083F825F3B\"" }, { "Id": 485, - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 1, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Command": "Get-PnPEnterpriseAppInsightsReport" }, { "Id": 486, - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 2, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28" }, { "Id": 487, - "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Rank": 3, + "CommandName": "Get-PnPEnterpriseAppInsightsReport", "Command": "Get-PnPEnterpriseAppInsightsReport -ReportId bed8845f-72ba-43ec-b1f3-844ff6a64f28 -Action Download" }, { "Id": 488, - "CommandName": "Get-PnPEventReceiver", "Rank": 1, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver" }, { "Id": 489, - "CommandName": "Get-PnPEventReceiver", "Rank": 2, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 490, - "CommandName": "Get-PnPEventReceiver", "Rank": 3, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Identity MyReceiver" }, { "Id": 491, - "CommandName": "Get-PnPEventReceiver", "Rank": 4, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\"" }, { "Id": 492, - "CommandName": "Get-PnPEventReceiver", "Rank": 5, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 493, - "CommandName": "Get-PnPEventReceiver", "Rank": 6, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -List \"ProjectList\" -Identity MyReceiver" }, { "Id": 494, - "CommandName": "Get-PnPEventReceiver", "Rank": 7, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope Site" }, { "Id": 495, - "CommandName": "Get-PnPEventReceiver", "Rank": 8, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope Web" }, { "Id": 496, - "CommandName": "Get-PnPEventReceiver", "Rank": 9, + "CommandName": "Get-PnPEventReceiver", "Command": "Get-PnPEventReceiver -Scope All" }, { "Id": 497, - "CommandName": "Get-PnPException", "Rank": 1, + "CommandName": "Get-PnPException", "Command": "Get-PnPException" }, { "Id": 498, - "CommandName": "Get-PnPException", "Rank": 2, + "CommandName": "Get-PnPException", "Command": "Get-PnPException -All" }, { "Id": 499, - "CommandName": "Get-PnPExternalUser", "Rank": 1, + "CommandName": "Get-PnPExternalUser", "Command": "Get-PnPExternalUser -Position 0 -PageSize 2" }, { "Id": 500, - "CommandName": "Get-PnPExternalUser", "Rank": 2, + "CommandName": "Get-PnPExternalUser", "Command": "Get-PnPExternalUser -Position 2 -PageSize 2" }, { "Id": 501, - "CommandName": "Get-PnPFeature", "Rank": 1, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature" }, { "Id": 502, - "CommandName": "Get-PnPFeature", "Rank": 2, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Scope Site" }, { "Id": 503, - "CommandName": "Get-PnPFeature", "Rank": 3, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 504, - "CommandName": "Get-PnPFeature", "Rank": 4, + "CommandName": "Get-PnPFeature", "Command": "Get-PnPFeature -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22 -Scope Site" }, { "Id": 505, - "CommandName": "Get-PnPField", "Rank": 1, + "CommandName": "Get-PnPField", "Command": "Get-PnPField" }, { "Id": 506, - "CommandName": "Get-PnPField", "Rank": 2, + "CommandName": "Get-PnPField", "Command": "Get-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Id": 507, - "CommandName": "Get-PnPField", "Rank": 3, + "CommandName": "Get-PnPField", "Command": "Get-PnPField -Group \"Custom Columns\"" }, { "Id": 508, - "CommandName": "Get-PnPFile", "Rank": 1, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Id": 509, - "CommandName": "Get-PnPFile", "Rank": 2, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"https://contoso.sharepoint.com/sites/project/Shared Documents/Document.docx\"" }, { "Id": 510, - "CommandName": "Get-PnPFile", "Rank": 3, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/SiteAssets/image.jpg -Path c:\\temp -FileName image.jpg -AsFile" }, { "Id": 511, - "CommandName": "Get-PnPFile", "Rank": 4, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsString" }, { "Id": 512, - "CommandName": "Get-PnPFile", "Rank": 5, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/Shared Documents/Folder/Presentation.pptx -AsFileObject" }, { "Id": 513, - "CommandName": "Get-PnPFile", "Rank": 6, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /sites/project/_catalogs/themes/15/company.spcolor -AsListItem" }, { "Id": 514, - "CommandName": "Get-PnPFile", "Rank": 7, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url /personal/john_tenant_onmicrosoft_com/Documents/Sample.xlsx -Path c:\\temp -FileName Project.xlsx -AsFile" }, { "Id": 515, - "CommandName": "Get-PnPFile", "Rank": 8, + "CommandName": "Get-PnPFile", "Command": "Get-PnPFile -Url \"/sites/templates/Shared Documents/HR Site.pnp\" -AsMemoryStream" }, { "Id": 516, - "CommandName": "Get-PnPFileAnalyticsData", "Rank": 1, + "CommandName": "Get-PnPFileAnalyticsData", "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\"" }, { "Id": 517, - "CommandName": "Get-PnPFileAnalyticsData", "Rank": 2, + "CommandName": "Get-PnPFileAnalyticsData", "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -LastSevenDays" }, { "Id": 518, - "CommandName": "Get-PnPFileAnalyticsData", "Rank": 3, + "CommandName": "Get-PnPFileAnalyticsData", "Command": "Get-PnPFileAnalyticsData -Url \"/sites/project/Shared Documents/Document.docx\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Id": 519, - "CommandName": "Get-PnPFileCheckedOut", "Rank": 1, + "CommandName": "Get-PnPFileCheckedOut", "Command": "Get-PnPFileCheckedOut -List \"Documents\"" }, { "Id": 520, - "CommandName": "Get-PnPFileInFolder", "Rank": 1, + "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder" }, { "Id": 521, - "CommandName": "Get-PnPFileInFolder", "Rank": 2, + "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -Recurse" }, { "Id": 522, - "CommandName": "Get-PnPFileInFolder", "Rank": 3, + "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -Identity \"Shared Documents\"" }, { "Id": 523, - "CommandName": "Get-PnPFileInFolder", "Rank": 4, + "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Id": 524, - "CommandName": "Get-PnPFileInFolder", "Rank": 5, + "CommandName": "Get-PnPFileInFolder", "Command": "Get-PnPFileInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { "Id": 525, - "CommandName": "Get-PnPFileRetentionLabel", "Rank": 1, + "CommandName": "Get-PnPFileRetentionLabel", "Command": "Get-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { "Id": 526, - "CommandName": "Get-PnPFileSensitivityLabel", "Rank": 1, + "CommandName": "Get-PnPFileSensitivityLabel", "Command": "Get-PnPFileSensitivityLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\"" }, { "Id": 527, - "CommandName": "Get-PnPFileSensitivityLabelInfo", "Rank": 1, + "CommandName": "Get-PnPFileSensitivityLabelInfo", "Command": "Get-PnPFileSensitivityLabelInfo -Url \"https://contoso.sharepoint.com/sites/Marketing/Shared Documents/Report.pdf\"" }, { "Id": 528, - "CommandName": "Get-PnPFileSharingLink", "Rank": 1, + "CommandName": "Get-PnPFileSharingLink", "Command": "Get-PnPFileSharingLink -Identity \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 529, - "CommandName": "Get-PnPFileSharingLink", "Rank": 2, + "CommandName": "Get-PnPFileSharingLink", "Command": "Get-PnPFileSharingLink -Identity eff4c8ca-7b92-4aa2-9744-855611c6ccf2" }, { "Id": 530, - "CommandName": "Get-PnPFileSharingLink", "Rank": 3, + "CommandName": "Get-PnPFileSharingLink", "Command": "Get-PnPFileSharingLink -Identity /sites/demo/Lists/Issue tracker/1_.000" }, { "Id": 531, - "CommandName": "Get-PnPFileVersion", "Rank": 1, + "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url Documents/MyDocument.docx" }, { "Id": 532, - "CommandName": "Get-PnPFileVersion", "Rank": 2, + "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\"" }, { "Id": 533, - "CommandName": "Get-PnPFileVersion", "Rank": 3, + "CommandName": "Get-PnPFileVersion", "Command": "Get-PnPFileVersion -Url \"/sites/marketing/Shared Documents/MyDocument.docx\" -UseVersionExpirationReport" }, { "Id": 534, - "CommandName": "Get-PnPFlow", "Rank": 1, + "CommandName": "Get-PnPFlow", "Command": "Get-PnPFlow -AsAdmin" }, { "Id": 535, - "CommandName": "Get-PnPFlow", "Rank": 2, + "CommandName": "Get-PnPFlow", "Command": "Get-PnPFlow -SharingStatus SharedWithMe" }, { "Id": 536, - "CommandName": "Get-PnPFlow", "Rank": 3, + "CommandName": "Get-PnPFlow", "Command": "Get-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 537, - "CommandName": "Get-PnPFlowOwner", "Rank": 1, + "CommandName": "Get-PnPFlowOwner", "Command": "Get-PnPFlowOwner -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { "Id": 538, - "CommandName": "Get-PnPFlowOwner", "Rank": 2, + "CommandName": "Get-PnPFlowOwner", "Command": "Get-PnPFlowOwner -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity 33f78dac-7e93-45de-ab85-67cad0f6ee30" }, { "Id": 539, - "CommandName": "Get-PnPFlowRun", "Rank": 1, + "CommandName": "Get-PnPFlowRun", "Command": "Get-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 540, - "CommandName": "Get-PnPFlowRun", "Rank": 2, + "CommandName": "Get-PnPFlowRun", "Command": "Get-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Id": 541, - "CommandName": "Get-PnPFolder", "Rank": 1, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder" }, { "Id": 542, - "CommandName": "Get-PnPFolder", "Rank": 2, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -CurrentWebRootFolder" }, { "Id": 543, - "CommandName": "Get-PnPFolder", "Rank": 3, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"Shared Documents\"" }, { "Id": 544, - "CommandName": "Get-PnPFolder", "Rank": 4, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents\"" }, { "Id": 545, - "CommandName": "Get-PnPFolder", "Rank": 5, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -ListRootFolder \"Shared Documents\"" }, { "Id": 546, - "CommandName": "Get-PnPFolder", "Rank": 6, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -List \"Shared Documents\"" }, { "Id": 547, - "CommandName": "Get-PnPFolder", "Rank": 7, + "CommandName": "Get-PnPFolder", "Command": "Get-PnPFolder -Url \"/sites/demo/Shared Documents/Test\" -AsListItem" }, { "Id": 548, - "CommandName": "Get-PnPFolderInFolder", "Rank": 1, + "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder" }, { "Id": 549, - "CommandName": "Get-PnPFolderInFolder", "Rank": 2, + "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -Recurse" }, { "Id": 550, - "CommandName": "Get-PnPFolderInFolder", "Rank": 3, + "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\"" }, { "Id": 551, - "CommandName": "Get-PnPFolderInFolder", "Rank": 4, + "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -Identity \"Shared Documents\" -ExcludeSystemFolders" }, { "Id": 552, - "CommandName": "Get-PnPFolderInFolder", "Rank": 5, + "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"Shared Documents\" -ItemName \"Templates\"" }, { "Id": 553, - "CommandName": "Get-PnPFolderInFolder", "Rank": 6, + "CommandName": "Get-PnPFolderInFolder", "Command": "Get-PnPFolderInFolder -FolderSiteRelativeUrl \"SitePages\" -Recurse" }, { "Id": 554, - "CommandName": "Get-PnPFolderItem", "Rank": 1, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem" }, { "Id": 555, - "CommandName": "Get-PnPFolderItem", "Rank": 2, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -Recurse" }, { "Id": 556, - "CommandName": "Get-PnPFolderItem", "Rank": 3, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -Identity \"Shared Documents\"" }, { "Id": 557, - "CommandName": "Get-PnPFolderItem", "Rank": 4, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemName \"Default.aspx\"" }, { "Id": 558, - "CommandName": "Get-PnPFolderItem", "Rank": 5, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -ItemType Folder" }, { "Id": 559, - "CommandName": "Get-PnPFolderItem", "Rank": 6, + "CommandName": "Get-PnPFolderItem", "Command": "Get-PnPFolderItem -FolderSiteRelativeUrl \"SitePages\" -Recursive" }, { "Id": 560, - "CommandName": "Get-PnPFolderSharingLink", "Rank": 1, + "CommandName": "Get-PnPFolderSharingLink", "Command": "Get-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 561, - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 1, + "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric" }, { "Id": 562, - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 2, + "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric -List \"Documents\"" }, { "Id": 563, - "CommandName": "Get-PnPFolderStorageMetric", "Rank": 3, + "CommandName": "Get-PnPFolderStorageMetric", "Command": "Get-PnPFolderStorageMetric -FolderSiteRelativeUrl \"Shared Documents\"" }, { "Id": 564, - "CommandName": "Get-PnPFooter", "Rank": 1, + "CommandName": "Get-PnPFooter", "Command": "Get-PnPFooter" }, { "Id": 565, - "CommandName": "Get-PnPGraphSubscription", "Rank": 1, + "CommandName": "Get-PnPGraphSubscription", "Command": "Get-PnPGraphSubscription" }, { "Id": 566, - "CommandName": "Get-PnPGraphSubscription", "Rank": 2, + "CommandName": "Get-PnPGraphSubscription", "Command": "Get-PnPGraphSubscription -Identity 328c7693-5524-44ac-a946-73e02d6b0f98" }, { "Id": 567, - "CommandName": "Get-PnPGroup", "Rank": 1, + "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup" }, { "Id": 568, - "CommandName": "Get-PnPGroup", "Rank": 2, + "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup -Identity 'My Site Users'" }, { "Id": 569, - "CommandName": "Get-PnPGroup", "Rank": 3, + "CommandName": "Get-PnPGroup", "Command": "Get-PnPGroup -AssociatedMemberGroup" }, { "Id": 570, - "CommandName": "Get-PnPGroupMember", "Rank": 1, + "CommandName": "Get-PnPGroupMember", "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\"" }, { "Id": 571, - "CommandName": "Get-PnPGroupMember", "Rank": 2, + "CommandName": "Get-PnPGroupMember", "Command": "Get-PnPGroupMember -Group \"Marketing Site Members\" -User \"manager@domain.com\"" }, { "Id": 572, - "CommandName": "Get-PnPGroupPermissions", "Rank": 1, + "CommandName": "Get-PnPGroupPermissions", "Command": "Get-PnPGroupPermissions -Identity 'My Site Members'" }, { "Id": 573, - "CommandName": "Get-PnPHideDefaultThemes", "Rank": 1, + "CommandName": "Get-PnPHideDefaultThemes", "Command": "Get-PnPHideDefaultThemes" }, { "Id": 574, - "CommandName": "Get-PnPHomePage", "Rank": 1, + "CommandName": "Get-PnPHomePage", "Command": "Get-PnPHomePage" }, { "Id": 575, - "CommandName": "Get-PnPHomeSite", "Rank": 1, + "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite" }, { "Id": 576, - "CommandName": "Get-PnPHomeSite", "Rank": 2, + "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite -IsVivaConnectionsDefaultStartForCompanyPortalSiteEnabled" }, { "Id": 577, - "CommandName": "Get-PnPHomeSite", "Rank": 3, + "CommandName": "Get-PnPHomeSite", "Command": "Get-PnPHomeSite -Detailed" }, { "Id": 578, - "CommandName": "Get-PnPHubSite", "Rank": 1, + "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite" }, { "Id": 579, - "CommandName": "Get-PnPHubSite", "Rank": 2, + "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Id": 580, - "CommandName": "Get-PnPHubSite", "Rank": 3, + "CommandName": "Get-PnPHubSite", "Command": "Get-PnPHubSite -Identity \"bc07d4b8-1c2f-4184-8cc2-a52dfd6fe0c4\"" }, { "Id": 581, - "CommandName": "Get-PnPHubSiteChild", "Rank": 1, + "CommandName": "Get-PnPHubSiteChild", "Command": "Get-PnPHubSiteChild" }, { "Id": 582, - "CommandName": "Get-PnPHubSiteChild", "Rank": 2, + "CommandName": "Get-PnPHubSiteChild", "Command": "Get-PnPHubSiteChild -Identity \"https://contoso.sharepoint.com/sites/myhubsite\"" }, { "Id": 583, - "CommandName": "Get-PnPInPlaceRecordsManagement", "Rank": 1, + "CommandName": "Get-PnPInPlaceRecordsManagement", "Command": "Get-PnPInPlaceRecordsManagement" }, { "Id": 584, - "CommandName": "Get-PnPIsSiteAliasAvailable", "Rank": 1, + "CommandName": "Get-PnPIsSiteAliasAvailable", "Command": "Get-PnPIsSiteAliasAvailable -Identity \"HR\"" }, { "Id": 585, - "CommandName": "Get-PnPJavaScriptLink", "Rank": 1, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink" }, { "Id": 586, - "CommandName": "Get-PnPJavaScriptLink", "Rank": 2, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope All" }, { "Id": 587, - "CommandName": "Get-PnPJavaScriptLink", "Rank": 3, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope Web" }, { "Id": 588, - "CommandName": "Get-PnPJavaScriptLink", "Rank": 4, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Scope Site" }, { "Id": 589, - "CommandName": "Get-PnPJavaScriptLink", "Rank": 5, + "CommandName": "Get-PnPJavaScriptLink", "Command": "Get-PnPJavaScriptLink -Name Test" }, { "Id": 590, - "CommandName": "Get-PnPKnowledgeHubSite", "Rank": 1, + "CommandName": "Get-PnPKnowledgeHubSite", "Command": "Get-PnPKnowledgeHubSite" }, { "Id": 591, - "CommandName": "Get-PnPLargeListOperationStatus", "Rank": 1, + "CommandName": "Get-PnPLargeListOperationStatus", "Command": "Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481" }, { "Id": 592, - "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Rank": 1, + "CommandName": "Get-PnPLibraryFileVersionBatchDeleteJobStatus", "Command": "Get-PnPLibraryFileVersionBatchDeleteJobStatus -Identity \"Documents\"" }, { "Id": 593, - "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Rank": 1, + "CommandName": "Get-PnPLibraryFileVersionExpirationReportJobStatus", "Command": "Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 594, - "CommandName": "Get-PnPList", "Rank": 1, + "CommandName": "Get-PnPList", "Command": "Get-PnPList" }, { "Id": 595, - "CommandName": "Get-PnPList", "Rank": 2, + "CommandName": "Get-PnPList", "Command": "Get-PnPList -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 596, - "CommandName": "Get-PnPList", "Rank": 3, + "CommandName": "Get-PnPList", "Command": "Get-PnPList -Identity Lists/Announcements" }, { "Id": 597, - "CommandName": "Get-PnPList", "Rank": 4, + "CommandName": "Get-PnPList", "Command": "Get-PnPList | Where-Object {$_.RootFolder.ServerRelativeUrl -like \"/lists/*\"}" }, { "Id": 598, - "CommandName": "Get-PnPList", "Rank": 5, + "CommandName": "Get-PnPList", "Command": "Get-PnPList -Includes HasUniqueRoleAssignments" }, { "Id": 599, - "CommandName": "Get-PnPListDesign", "Rank": 1, + "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign" }, { "Id": 600, - "CommandName": "Get-PnPListDesign", "Rank": 2, + "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 601, - "CommandName": "Get-PnPListDesign", "Rank": 3, + "CommandName": "Get-PnPListDesign", "Command": "Get-PnPListDesign -Identity ListEvent" }, { "Id": 602, - "CommandName": "Get-PnPListInformationRightsManagement", "Rank": 1, + "CommandName": "Get-PnPListInformationRightsManagement", "Command": "Get-PnPListInformationRightsManagement -List \"Documents\"" }, { "Id": 603, - "CommandName": "Get-PnPListItem", "Rank": 1, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks" }, { "Id": 604, - "CommandName": "Get-PnPListItem", "Rank": 2, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Id 1" }, { "Id": 605, - "CommandName": "Get-PnPListItem", "Rank": 3, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -UniqueId bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3" }, { "Id": 606, - "CommandName": "Get-PnPListItem", "Rank": 4, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Query \"bd6c5b3b-d960-4ee7-a02c-85dc6cd78cc3\"" }, { "Id": 607, - "CommandName": "Get-PnPListItem", "Rank": 5, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Query \"\"" }, { "Id": 608, - "CommandName": "Get-PnPListItem", "Rank": 6, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -PageSize 1000" }, { "Id": 609, - "CommandName": "Get-PnPListItem", "Rank": 7, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -PageSize 1000 -ScriptBlock { Param($items) $items.Context.ExecuteQuery() } | ForEach-Object { $_.BreakRoleInheritance($true, $true) }" }, { "Id": 610, - "CommandName": "Get-PnPListItem", "Rank": 8, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Samples -FolderServerRelativeUrl \"/sites/contosomarketing/Lists/Samples/Demo\"" }, { "Id": 611, - "CommandName": "Get-PnPListItem", "Rank": 9, + "CommandName": "Get-PnPListItem", "Command": "Get-PnPListItem -List Tasks -Id 1 -IncludeContentType" }, { "Id": 612, - "CommandName": "Get-PnPListItemAttachment", "Rank": 1, + "CommandName": "Get-PnPListItemAttachment", "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\"" }, { "Id": 613, - "CommandName": "Get-PnPListItemAttachment", "Rank": 2, + "CommandName": "Get-PnPListItemAttachment", "Command": "Get-PnPListItemAttachment -List \"Demo List\" -Identity 1 -Path \"C:\\temp\" -Force" }, { "Id": 614, - "CommandName": "Get-PnPListItemComment", "Rank": 1, + "CommandName": "Get-PnPListItemComment", "Command": "Get-PnPListItemComment -List Tasks -Identity 1" }, { "Id": 615, - "CommandName": "Get-PnPListItemPermission", "Rank": 1, + "CommandName": "Get-PnPListItemPermission", "Command": "Get-PnPListItemPermission -List 'Documents' -Identity 1" }, { "Id": 616, - "CommandName": "Get-PnPListItemVersion", "Rank": 1, + "CommandName": "Get-PnPListItemVersion", "Command": "Get-PnPListItemVersion -List \"Demo List\" -Identity 1" }, { "Id": 617, - "CommandName": "Get-PnPListPermissions", "Rank": 1, + "CommandName": "Get-PnPListPermissions", "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId 60" }, { "Id": 618, - "CommandName": "Get-PnPListPermissions", "Rank": 2, + "CommandName": "Get-PnPListPermissions", "Command": "Get-PnPListPermissions -Identity DemoList -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Id": 619, - "CommandName": "Get-PnPListRecordDeclaration", "Rank": 1, + "CommandName": "Get-PnPListRecordDeclaration", "Command": "Get-PnPListRecordDeclaration -List \"Documents\"" }, { "Id": 620, - "CommandName": "Get-PnPManagedAppId", "Rank": 1, + "CommandName": "Get-PnPManagedAppId", "Command": "Get-PnPManagedAppId -Url https://yourtenant.sharepoint.com" }, { "Id": 621, - "CommandName": "Get-PnPMasterPage", "Rank": 1, + "CommandName": "Get-PnPMasterPage", "Command": "Get-PnPMasterPage" }, { "Id": 622, - "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 1, + "CommandName": "Get-PnPMessageCenterAnnouncement", "Command": "Get-PnPMessageCenterAnnouncement" }, { "Id": 623, - "CommandName": "Get-PnPMessageCenterAnnouncement", "Rank": 2, + "CommandName": "Get-PnPMessageCenterAnnouncement", "Command": "Get-PnPMessageCenterAnnouncement -Identity \"MC123456\"" }, { "Id": 624, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Command": "Get-PnPMicrosoft365ExpiringGroup" }, { "Id": 625, - "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365ExpiringGroup", "Command": "Get-PnPMicrosoft365ExpiringGroup -Limit 93" }, { "Id": 626, - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group" }, { "Id": 627, - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupId" }, { "Id": 628, - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupDisplayName" }, { "Id": 629, - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 4, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $groupSiteMailNickName" }, { "Id": 630, - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 5, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -Identity $group" }, { "Id": 631, - "CommandName": "Get-PnPMicrosoft365Group", "Rank": 6, + "CommandName": "Get-PnPMicrosoft365Group", "Command": "Get-PnPMicrosoft365Group -IncludeSiteUrl" }, { "Id": 632, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint" }, { "Id": 633, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity \"IT Team\"" }, { "Id": 634, - "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupEndpoint", "Command": "Get-PnPMicrosoft365GroupEndpoint -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 635, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity $groupId" }, { "Id": 636, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity $group" }, { "Id": 637, - "CommandName": "Get-PnPMicrosoft365GroupMember", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupMember", "Command": "Get-PnPMicrosoft365GroupMember -Identity \"Sales\" | Where-Object UserType -eq Guest" }, { "Id": 638, - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupOwner", "Command": "Get-PnPMicrosoft365GroupOwner -Identity $groupId" }, { "Id": 639, - "CommandName": "Get-PnPMicrosoft365GroupOwner", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupOwner", "Command": "Get-PnPMicrosoft365GroupOwner -Identity $group" }, { "Id": 640, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings" }, { "Id": 641, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId" }, { "Id": 642, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings -GroupSetting $groupSettingId" }, { "Id": 643, - "CommandName": "Get-PnPMicrosoft365GroupSettings", "Rank": 4, + "CommandName": "Get-PnPMicrosoft365GroupSettings", "Command": "Get-PnPMicrosoft365GroupSettings -Identity $groupId -GroupSetting $groupSettingId" }, { "Id": 644, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Command": "Get-PnPMicrosoft365GroupSettingTemplates" }, { "Id": 645, - "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupSettingTemplates", "Command": "Get-PnPMicrosoft365GroupSettingTemplates -Identity \"08d542b9-071f-4e16-94b0-74abb372e3d9\"" }, { "Id": 646, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam" }, { "Id": 647, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam -Identity \"IT Team\"" }, { "Id": 648, - "CommandName": "Get-PnPMicrosoft365GroupTeam", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupTeam", "Command": "Get-PnPMicrosoft365GroupTeam -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 649, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity" }, { "Id": 650, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity \"IT Community\"" }, { "Id": 651, - "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365GroupYammerCommunity", "Command": "Get-PnPMicrosoft365GroupYammerCommunity -Identity e6212531-7f09-4c3b-bc2e-12cae26fb409" }, { "Id": 652, - "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 1, + "CommandName": "Get-PnPMicrosoft365Roadmap", "Command": "Get-PnPMicrosoft365Roadmap" }, { "Id": 653, - "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 2, + "CommandName": "Get-PnPMicrosoft365Roadmap", "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Status -eq \"Rolling out\" }" }, { "Id": 654, - "CommandName": "Get-PnPMicrosoft365Roadmap", "Rank": 3, + "CommandName": "Get-PnPMicrosoft365Roadmap", "Command": "Get-PnPMicrosoft365Roadmap | Where-Object { $_.Created -ge (Get-Date).AddDays(-7) -or $_.Modified -ge (Get-Date).AddDays(-7) }" }, { "Id": 655, - "CommandName": "Get-PnPNavigationNode", "Rank": 1, + "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode" }, { "Id": 656, - "CommandName": "Get-PnPNavigationNode", "Rank": 2, + "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode -Location QuickLaunch" }, { "Id": 657, - "CommandName": "Get-PnPNavigationNode", "Rank": 3, + "CommandName": "Get-PnPNavigationNode", "Command": "Get-PnPNavigationNode -Location TopNavigationBar" }, { "Id": 658, - "CommandName": "Get-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Get-PnPOrgAssetsLibrary", "Command": "Get-PnPOrgAssetsLibrary" }, { "Id": 659, - "CommandName": "Get-PnPOrgNewsSite", "Rank": 1, + "CommandName": "Get-PnPOrgNewsSite", "Command": "Get-PnPOrgNewsSite" }, { "Id": 660, - "CommandName": "Get-PnPPage", "Rank": 1, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage -Identity \"MyPage.aspx\"" }, { "Id": 661, - "CommandName": "Get-PnPPage", "Rank": 2, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage \"MyPage\"" }, { "Id": 662, - "CommandName": "Get-PnPPage", "Rank": 3, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage \"Templates/MyPageTemplate\"" }, { "Id": 663, - "CommandName": "Get-PnPPage", "Rank": 4, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Id": 664, - "CommandName": "Get-PnPPage", "Rank": 5, + "CommandName": "Get-PnPPage", "Command": "Get-PnPPage" }, { "Id": 665, - "CommandName": "Get-PnPPageComponent", "Rank": 1, + "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home" }, { "Id": 666, - "CommandName": "Get-PnPPageComponent", "Rank": 2, + "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 667, - "CommandName": "Get-PnPPageComponent", "Rank": 3, + "CommandName": "Get-PnPPageComponent", "Command": "Get-PnPPageComponent -Page Home -ListAvailable" }, { "Id": 668, - "CommandName": "Get-PnPPageCopyProgress", "Rank": 1, + "CommandName": "Get-PnPPageCopyProgress", "Command": "Get-PnPPageCopyProgress -DestinationSite https://tenant.sharepoint.com -WorkItemId 12345678-1234-1234-1234-123456789012" }, { "Id": 669, - "CommandName": "Get-PnPPageLikedByInformation", "Rank": 1, + "CommandName": "Get-PnPPageLikedByInformation", "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\"" }, { "Id": 670, - "CommandName": "Get-PnPPageLikedByInformation", "Rank": 2, + "CommandName": "Get-PnPPageLikedByInformation", "Command": "Get-PnPPageLikedByInformation \"MyPage\"" }, { "Id": 671, - "CommandName": "Get-PnPPageLikedByInformation", "Rank": 3, + "CommandName": "Get-PnPPageLikedByInformation", "Command": "Get-PnPPageLikedByInformation -Identity \"MyPage.aspx\" -Web (Get-PnPWeb -Identity \"Subsite1\")" }, { "Id": 672, - "CommandName": "Get-PnPPageSchedulingEnabled", "Rank": 1, + "CommandName": "Get-PnPPageSchedulingEnabled", "Command": "Get-PnPPageSchedulingEnabled" }, { "Id": 673, - "CommandName": "Get-PnPPlannerBucket", "Rank": 1, + "CommandName": "Get-PnPPlannerBucket", "Command": "Get-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Id": 674, - "CommandName": "Get-PnPPlannerConfiguration", "Rank": 1, + "CommandName": "Get-PnPPlannerConfiguration", "Command": "Get-PnPPlannerConfiguration" }, { "Id": 675, - "CommandName": "Get-PnPPlannerPlan", "Rank": 1, + "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Group \"Marketing\"" }, { "Id": 676, - "CommandName": "Get-PnPPlannerPlan", "Rank": 2, + "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Plan\"" }, { "Id": 677, - "CommandName": "Get-PnPPlannerPlan", "Rank": 3, + "CommandName": "Get-PnPPlannerPlan", "Command": "Get-PnPPlannerPlan -Id \"gndWOTSK60GfPQfiDDj43JgACDCb\" -ResolveIdentities" }, { "Id": 678, - "CommandName": "Get-PnPPlannerRosterMember", "Rank": 1, + "CommandName": "Get-PnPPlannerRosterMember", "Command": "Get-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Id": 679, - "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 1, + "CommandName": "Get-PnPPlannerRosterPlan", "Command": "Get-PnPPlannerRosterPlan -Identity \"abcdefgh\"" }, { "Id": 680, - "CommandName": "Get-PnPPlannerRosterPlan", "Rank": 2, + "CommandName": "Get-PnPPlannerRosterPlan", "Command": "Get-PnPPlannerRosterPlan -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 681, - "CommandName": "Get-PnPPlannerTask", "Rank": 1, + "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -Group \"Marketing\" -Plan \"Conference Plan\"" }, { "Id": 682, - "CommandName": "Get-PnPPlannerTask", "Rank": 2, + "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -PlanId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Id": 683, - "CommandName": "Get-PnPPlannerTask", "Rank": 3, + "CommandName": "Get-PnPPlannerTask", "Command": "Get-PnPPlannerTask -TaskId \"QvfkTd1mc02gwxHjHC_43JYABhAy\"" }, { "Id": 684, - "CommandName": "Get-PnPPlannerUserPolicy", "Rank": 1, + "CommandName": "Get-PnPPlannerUserPolicy", "Command": "Get-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 685, - "CommandName": "Get-PnPPowerApp", "Rank": 1, + "CommandName": "Get-PnPPowerApp", "Command": "Get-PnPPowerApp" }, { "Id": 686, - "CommandName": "Get-PnPPowerApp", "Rank": 2, + "CommandName": "Get-PnPPowerApp", "Command": "Get-PnPPowerApp -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 687, - "CommandName": "Get-PnPPowerPlatformCustomConnector", "Rank": 1, + "CommandName": "Get-PnPPowerPlatformCustomConnector", "Command": "Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { "Id": 688, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 1, + "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment" }, { "Id": 689, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 2, + "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment -IsDefault $true" }, { "Id": 690, - "CommandName": "Get-PnPPowerPlatformEnvironment", "Rank": 3, + "CommandName": "Get-PnPPowerPlatformEnvironment", "Command": "Get-PnPPowerPlatformEnvironment -Identity \"MyOrganization (default)\"" }, { "Id": 691, - "CommandName": "Get-PnPPowerPlatformSolution", "Rank": 1, + "CommandName": "Get-PnPPowerPlatformSolution", "Command": "Get-PnPPowerPlatformSolution -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\")" }, { "Id": 692, - "CommandName": "Get-PnPPowerPlatformSolution", "Rank": 2, + "CommandName": "Get-PnPPowerPlatformSolution", "Command": "Get-PnPPowerPlatformSolution -Name 'My Solution Name'" }, { "Id": 693, - "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Rank": 1, + "CommandName": "Get-PnPPowerShellTelemetryEnabled", "Command": "Get-PnPPowerShellTelemetryEnabled" }, { "Id": 694, - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 1, + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment" }, { "Id": 695, - "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Rank": 2, + "CommandName": "Get-PnPPriviledgedIdentityManagementEligibleAssignment", "Command": "Get-PnPPriviledgedIdentityManagementEligibleAssignment -Identity 62e90394-69f5-4237-9190-012177145e10" }, { "Id": 696, - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 1, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Command": "Get-PnPPriviledgedIdentityManagementRole" }, { "Id": 697, - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 2, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity \"Global Administrator\"" }, { "Id": 698, - "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Rank": 3, + "CommandName": "Get-PnPPriviledgedIdentityManagementRole", "Command": "Get-PnPPriviledgedIdentityManagementRole -Identity 62e90394-69f5-4237-9190-012177145e10" }, { "Id": 699, - "CommandName": "Get-PnPProfileCardProperty", "Rank": 1, + "CommandName": "Get-PnPProfileCardProperty", "Command": "Get-PnPProfileCardProperty" }, { "Id": 700, - "CommandName": "Get-PnPProfileCardProperty", "Rank": 2, + "CommandName": "Get-PnPProfileCardProperty", "Command": "Get-PnPProfileCardProperty -PropertyName \"pnppowershell\"" }, { "Id": 701, - "CommandName": "Get-PnPPropertyBag", "Rank": 1, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag" }, { "Id": 702, - "CommandName": "Get-PnPPropertyBag", "Rank": 2, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Key MyKey" }, { "Id": 703, - "CommandName": "Get-PnPPropertyBag", "Rank": 3, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder /MyFolder" }, { "Id": 704, - "CommandName": "Get-PnPPropertyBag", "Rank": 4, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder /MyFolder -Key vti_mykey" }, { "Id": 705, - "CommandName": "Get-PnPPropertyBag", "Rank": 5, + "CommandName": "Get-PnPPropertyBag", "Command": "Get-PnPPropertyBag -Folder / -Key vti_mykey" }, { "Id": 706, - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 1, + "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition" }, { "Id": 707, - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 2, + "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition -Identity \"Test\"" }, { "Id": 708, - "CommandName": "Get-PnPPublishingImageRendition", "Rank": 3, + "CommandName": "Get-PnPPublishingImageRendition", "Command": "Get-PnPPublishingImageRendition -Identity 2" }, { "Id": 709, - "CommandName": "Get-PnPRecycleBinItem", "Rank": 1, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem" }, { "Id": 710, - "CommandName": "Get-PnPRecycleBinItem", "Rank": 2, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -Identity f3ef6195-9400-4121-9d1c-c997fb5b86c2" }, { "Id": 711, - "CommandName": "Get-PnPRecycleBinItem", "Rank": 3, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -FirstStage" }, { "Id": 712, - "CommandName": "Get-PnPRecycleBinItem", "Rank": 4, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -SecondStage" }, { "Id": 713, - "CommandName": "Get-PnPRecycleBinItem", "Rank": 5, + "CommandName": "Get-PnPRecycleBinItem", "Command": "Get-PnPRecycleBinItem -RowLimit 10000" }, { "Id": 714, - "CommandName": "Get-PnPRequestAccessEmails", "Rank": 1, + "CommandName": "Get-PnPRequestAccessEmails", "Command": "Get-PnPRequestAccessEmails" }, { "Id": 715, - "CommandName": "Get-PnPRetentionLabel", "Rank": 1, + "CommandName": "Get-PnPRetentionLabel", "Command": "Get-PnPRetentionLabel" }, { "Id": 716, - "CommandName": "Get-PnPRetentionLabel", "Rank": 2, + "CommandName": "Get-PnPRetentionLabel", "Command": "Get-PnPRetentionLabel -List \"Demo List\" -ValuesOnly" }, { "Id": 717, - "CommandName": "Get-PnPRoleDefinition", "Rank": 1, + "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition" }, { "Id": 718, - "CommandName": "Get-PnPRoleDefinition", "Rank": 2, + "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition -Identity Read" }, { "Id": 719, - "CommandName": "Get-PnPRoleDefinition", "Rank": 3, + "CommandName": "Get-PnPRoleDefinition", "Command": "Get-PnPRoleDefinition | Where-Object { $_.RoleTypeKind -eq \"Administrator\" }" }, { "Id": 720, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 1, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration" }, { "Id": 721, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 2, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site" }, { "Id": 722, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 3, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Subscription" }, { "Id": 723, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 4, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 724, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 5, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -OutputFormat ManagedPropertyMappings" }, { "Id": 725, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 6, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv" }, { "Id": 726, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 7, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Site -PromotedResultsToBookmarkCSV -Path bookmarks.csv -BookmarkStatus Published" }, { "Id": 727, - "CommandName": "Get-PnPSearchConfiguration", "Rank": 8, + "CommandName": "Get-PnPSearchConfiguration", "Command": "Get-PnPSearchConfiguration -Scope Subscription -PromotedResultsToBookmarkCSV -ExcludeVisualPromotedResults $false" }, { "Id": 728, - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 1, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog" }, { "Id": 729, - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 2, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -Filter \"https://contoso-my.sharepoint.com/personal\"" }, { "Id": 730, - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 3, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles" }, { "Id": 731, - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 4, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource UserProfiles -Filter \"mikael\"" }, { "Id": 732, - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 5, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -ContentSource Sites -LogLevel Error -RowLimit 10" }, { "Id": 733, - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 6, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -EndDate (Get-Date).AddDays(-100)" }, { "Id": 734, - "CommandName": "Get-PnPSearchCrawlLog", "Rank": 7, + "CommandName": "Get-PnPSearchCrawlLog", "Command": "Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat" }, { "Id": 735, - "CommandName": "Get-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "Get-PnPSearchExternalConnection", "Command": "Get-PnPSearchExternalConnection" }, { "Id": 736, - "CommandName": "Get-PnPSearchExternalConnection", "Rank": 2, + "CommandName": "Get-PnPSearchExternalConnection", "Command": "Get-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { "Id": 737, - "CommandName": "Get-PnPSearchExternalItem", "Rank": 1, + "CommandName": "Get-PnPSearchExternalItem", "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { "Id": 738, - "CommandName": "Get-PnPSearchExternalItem", "Rank": 2, + "CommandName": "Get-PnPSearchExternalItem", "Command": "Get-PnPSearchExternalItem -ConnectionId \"pnppowershell\"" }, { "Id": 739, - "CommandName": "Get-PnPSearchExternalSchema", "Rank": 1, + "CommandName": "Get-PnPSearchExternalSchema", "Command": "Get-PnPSearchExternalSchema -ConnectionId \"pnppowershell\"" }, { "Id": 740, - "CommandName": "Get-PnPSearchSettings", "Rank": 1, + "CommandName": "Get-PnPSearchSettings", "Command": "Get-PnPSearchSettings" }, { "Id": 741, - "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 1, + "CommandName": "Get-PnPServiceCurrentHealth", "Command": "Get-PnPServiceCurrentHealth" }, { "Id": 742, - "CommandName": "Get-PnPServiceCurrentHealth", "Rank": 2, + "CommandName": "Get-PnPServiceCurrentHealth", "Command": "Get-PnPServiceCurrentHealth -Identity \"SharePoint Online\"" }, { "Id": 743, - "CommandName": "Get-PnPServiceHealthIssue", "Rank": 1, + "CommandName": "Get-PnPServiceHealthIssue", "Command": "Get-PnPServiceHealthIssue" }, { "Id": 744, - "CommandName": "Get-PnPServiceHealthIssue", "Rank": 2, + "CommandName": "Get-PnPServiceHealthIssue", "Command": "Get-PnPServiceHealthIssue -Identity \"EX123456\"" }, { "Id": 745, - "CommandName": "Get-PnPSharePointAddIn", "Rank": 1, + "CommandName": "Get-PnPSharePointAddIn", "Command": "Get-PnPSharePointAddIn" }, { "Id": 746, - "CommandName": "Get-PnPSharePointAddIn", "Rank": 2, + "CommandName": "Get-PnPSharePointAddIn", "Command": "Get-PnPSharePointAddIn -IncludeSubsites" }, { "Id": 747, - "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Rank": 1, + "CommandName": "Get-PnPSharingForNonOwnersOfSite", "Command": "Get-PnPSharingForNonOwnersOfSite" }, { "Id": 748, - "CommandName": "Get-PnPSite", "Rank": 1, + "CommandName": "Get-PnPSite", "Command": "Get-PnPSite" }, { "Id": 749, - "CommandName": "Get-PnPSite", "Rank": 2, + "CommandName": "Get-PnPSite", "Command": "Get-PnPSite -Includes RootWeb,ServerRelativeUrl" }, { "Id": 750, - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 1, + "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -All" }, { "Id": 751, - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 2, + "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -LastSevenDays" }, { "Id": 752, - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 3, + "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Id": 753, - "CommandName": "Get-PnPSiteAnalyticsData", "Rank": 4, + "CommandName": "Get-PnPSiteAnalyticsData", "Command": "Get-PnPSiteAnalyticsData -Identity \"https://tenant.sharepoint.com/sites/mysite\" -StartDate (Get-date).AddDays(-15) -EndDate (Get-date) -AnalyticsAggregationInterval Day" }, { "Id": 754, - "CommandName": "Get-PnPSiteClosure", "Rank": 1, + "CommandName": "Get-PnPSiteClosure", "Command": "Get-PnPSiteClosure" }, { "Id": 755, - "CommandName": "Get-PnPSiteCollectionAdmin", "Rank": 1, + "CommandName": "Get-PnPSiteCollectionAdmin", "Command": "Get-PnPSiteCollectionAdmin" }, { "Id": 756, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 1, + "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog" }, { "Id": 757, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 2, + "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog -CurrentSite" }, { "Id": 758, - "CommandName": "Get-PnPSiteCollectionAppCatalog", "Rank": 3, + "CommandName": "Get-PnPSiteCollectionAppCatalog", "Command": "Get-PnPSiteCollectionAppCatalog -ExcludeDeletedSites" }, { "Id": 759, - "CommandName": "Get-PnPSiteCollectionTermStore", "Rank": 1, + "CommandName": "Get-PnPSiteCollectionTermStore", "Command": "Get-PnPSiteCollectionTermStore" }, { "Id": 760, - "CommandName": "Get-PnPSiteDesign", "Rank": 1, + "CommandName": "Get-PnPSiteDesign", "Command": "Get-PnPSiteDesign" }, { "Id": 761, - "CommandName": "Get-PnPSiteDesign", "Rank": 2, + "CommandName": "Get-PnPSiteDesign", "Command": "Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 762, - "CommandName": "Get-PnPSiteDesignRights", "Rank": 1, + "CommandName": "Get-PnPSiteDesignRights", "Command": "Get-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 763, - "CommandName": "Get-PnPSiteDesignRun", "Rank": 1, + "CommandName": "Get-PnPSiteDesignRun", "Command": "Get-PnPSiteDesignRun" }, { "Id": 764, - "CommandName": "Get-PnPSiteDesignRun", "Rank": 2, + "CommandName": "Get-PnPSiteDesignRun", "Command": "Get-PnPSiteDesignRun -WebUrl \"https://mytenant.sharepoint.com/sites/project\"" }, { "Id": 765, - "CommandName": "Get-PnPSiteDesignTask", "Rank": 1, + "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask -Identity 501z8c32-4147-44d4-8607-26c2f67cae82" }, { "Id": 766, - "CommandName": "Get-PnPSiteDesignTask", "Rank": 2, + "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask" }, { "Id": 767, - "CommandName": "Get-PnPSiteDesignTask", "Rank": 3, + "CommandName": "Get-PnPSiteDesignTask", "Command": "Get-PnPSiteDesignTask -WebUrl \"https://contoso.sharepoint.com/sites/project\"" }, { "Id": 768, - "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Rank": 1, + "CommandName": "Get-PnPSiteFileVersionBatchDeleteJobStatus", "Command": "Get-PnPSiteFileVersionBatchDeleteJobStatus" }, { "Id": 769, - "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Rank": 1, + "CommandName": "Get-PnPSiteFileVersionExpirationReportJobStatus", "Command": "Get-PnPSiteFileVersionExpirationReportJobStatus -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 770, - "CommandName": "Get-PnPSiteGroup", "Rank": 1, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup" }, { "Id": 771, - "CommandName": "Get-PnPSiteGroup", "Rank": 2, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Id": 772, - "CommandName": "Get-PnPSiteGroup", "Rank": 3, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Group \"SiteA Members\"" }, { "Id": 773, - "CommandName": "Get-PnPSiteGroup", "Rank": 4, + "CommandName": "Get-PnPSiteGroup", "Command": "Get-PnPSiteGroup -Group \"SiteA Members\" -Site \"https://contoso.sharepoint.com/sites/siteA\"" }, { "Id": 774, - "CommandName": "Get-PnPSitePolicy", "Rank": 1, + "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy" }, { "Id": 775, - "CommandName": "Get-PnPSitePolicy", "Rank": 2, + "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy -AllAvailable" }, { "Id": 776, - "CommandName": "Get-PnPSitePolicy", "Rank": 3, + "CommandName": "Get-PnPSitePolicy", "Command": "Get-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Id": 777, - "CommandName": "Get-PnPSiteScript", "Rank": 1, + "CommandName": "Get-PnPSiteScript", "Command": "Get-PnPSiteScript" }, { "Id": 778, - "CommandName": "Get-PnPSiteScript", "Rank": 2, + "CommandName": "Get-PnPSiteScript", "Command": "Get-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 779, - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 1, + "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -List \"MyList\"" }, { "Id": 780, - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 2, + "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/lists/MyList\"" }, { "Id": 781, - "CommandName": "Get-PnPSiteScriptFromList", "Rank": 3, + "CommandName": "Get-PnPSiteScriptFromList", "Command": "Get-PnPSiteScriptFromList -Url \"https://contoso.sharepoint.com/sites/teamsite/Shared Documents\"" }, { "Id": 782, - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 1, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAll" }, { "Id": 783, - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 2, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll" }, { "Id": 784, - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 3, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeAll -Lists \"Shared Documents\",\"Lists\\MyList\"" }, { "Id": 785, - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 4, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -Url \"https://contoso.sharepoint.com/sites/teamsite\" -IncludeBranding -IncludeLinksToExportedItems" }, { "Id": 786, - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 5, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists" }, { "Id": 787, - "CommandName": "Get-PnPSiteScriptFromWeb", "Rank": 6, + "CommandName": "Get-PnPSiteScriptFromWeb", "Command": "Get-PnPSiteScriptFromWeb -IncludeAllLists | Add-PnPSiteScript -Title \"My Site Script\" | Add-PnPSiteDesign -Title \"My Site Design\" -WebTemplate TeamSite" }, { "Id": 788, - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 1, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults" }, { "Id": 789, - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 2, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:STS\"" }, { "Id": 790, - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 3, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"WebTemplate:SPSPERS\"" }, { "Id": 791, - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 4, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -Query \"Title:Intranet*\"" }, { "Id": 792, - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 5, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -MaxResults 10" }, { "Id": 793, - "CommandName": "Get-PnPSiteSearchQueryResults", "Rank": 6, + "CommandName": "Get-PnPSiteSearchQueryResults", "Command": "Get-PnPSiteSearchQueryResults -All" }, { "Id": 794, - "CommandName": "Get-PnPSiteSensitivityLabel", "Rank": 1, + "CommandName": "Get-PnPSiteSensitivityLabel", "Command": "Get-PnPSiteSensitivityLabel" }, { "Id": 795, - "CommandName": "Get-PnPSiteTemplate", "Rank": 1, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp" }, { "Id": 796, - "CommandName": "Get-PnPSiteTemplate", "Rank": 2, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.xml" }, { "Id": 797, - "CommandName": "Get-PnPSiteTemplate", "Rank": 3, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.md" }, { "Id": 798, - "CommandName": "Get-PnPSiteTemplate", "Rank": 4, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -Schema V201503" }, { "Id": 799, - "CommandName": "Get-PnPSiteTemplate", "Rank": 5, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeAllTermGroups" }, { "Id": 800, - "CommandName": "Get-PnPSiteTemplate", "Rank": 6, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -IncludeSiteCollectionTermGroup" }, { "Id": 801, - "CommandName": "Get-PnPSiteTemplate", "Rank": 7, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistBrandingFiles" }, { "Id": 802, - "CommandName": "Get-PnPSiteTemplate", "Rank": 8, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -Handlers Lists, SiteSecurity" }, { "Id": 803, - "CommandName": "Get-PnPSiteTemplate", "Rank": 9, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources" }, { "Id": 804, - "CommandName": "Get-PnPSiteTemplate", "Rank": 10, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -PersistMultiLanguageResources -ResourceFilePrefix MyResources" }, { "Id": 805, - "CommandName": "Get-PnPSiteTemplate", "Rank": 11, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ContentTypeGroups \"Group A\",\"Group B\"" }, { "Id": 806, - "CommandName": "Get-PnPSiteTemplate", "Rank": 12, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ExcludeContentTypesFromSyndication" }, { "Id": 807, - "CommandName": "Get-PnPSiteTemplate", "Rank": 13, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.pnp -ListsToExtract \"Title of List One\",\"95c4efd6-08f4-4c67-94ae-49d696ba1298\",\"Title of List Three\"" }, { "Id": 808, - "CommandName": "Get-PnPSiteTemplate", "Rank": 14, + "CommandName": "Get-PnPSiteTemplate", "Command": "Get-PnPSiteTemplate -Out template.xml -Handlers Fields, ContentTypes, SupportedUILanguages -PersistMultiLanguageResources" }, { "Id": 809, - "CommandName": "Get-PnPSiteUserInvitations", "Rank": 1, + "CommandName": "Get-PnPSiteUserInvitations", "Command": "Get-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Id": 810, - "CommandName": "Get-PnPSiteVersionPolicy", "Rank": 1, + "CommandName": "Get-PnPSiteVersionPolicy", "Command": "Get-PnPSiteVersionPolicy" }, { "Id": 811, - "CommandName": "Get-PnPSiteVersionPolicyStatus", "Rank": 1, + "CommandName": "Get-PnPSiteVersionPolicyStatus", "Command": "Get-PnPSiteVersionPolicyStatus" }, { "Id": 812, - "CommandName": "Get-PnPStorageEntity", "Rank": 1, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity" }, { "Id": 813, - "CommandName": "Get-PnPStorageEntity", "Rank": 2, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Key MyKey" }, { "Id": 814, - "CommandName": "Get-PnPStorageEntity", "Rank": 3, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Scope Site" }, { "Id": 815, - "CommandName": "Get-PnPStorageEntity", "Rank": 4, + "CommandName": "Get-PnPStorageEntity", "Command": "Get-PnPStorageEntity -Key MyKey -Scope Site" }, { "Id": 816, - "CommandName": "Get-PnPStoredCredential", "Rank": 1, + "CommandName": "Get-PnPStoredCredential", "Command": "Get-PnPStoredCredential -Name O365" }, { "Id": 817, - "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Rank": 1, + "CommandName": "Get-PnPStructuralNavigationCacheSiteState", "Command": "Get-PnPStructuralNavigationCacheSiteState -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 818, - "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Rank": 1, + "CommandName": "Get-PnPStructuralNavigationCacheWebState", "Command": "Get-PnPStructuralNavigationCacheWebState -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 819, - "CommandName": "Get-PnPSubWeb", "Rank": 1, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb" }, { "Id": 820, - "CommandName": "Get-PnPSubWeb", "Rank": 2, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Recurse" }, { "Id": 821, - "CommandName": "Get-PnPSubWeb", "Rank": 3, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Recurse -Includes \"WebTemplate\",\"Description\" | Select ServerRelativeUrl, WebTemplate, Description" }, { "Id": 822, - "CommandName": "Get-PnPSubWeb", "Rank": 4, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Identity Team1 -Recurse" }, { "Id": 823, - "CommandName": "Get-PnPSubWeb", "Rank": 5, + "CommandName": "Get-PnPSubWeb", "Command": "Get-PnPSubWeb -Identity Team1 -Recurse -IncludeRootWeb" }, { "Id": 824, - "CommandName": "Get-PnPSyntexModel", "Rank": 1, + "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel" }, { "Id": 825, - "CommandName": "Get-PnPSyntexModel", "Rank": 2, + "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel -Identity 1" }, { "Id": 826, - "CommandName": "Get-PnPSyntexModel", "Rank": 3, + "CommandName": "Get-PnPSyntexModel", "Command": "Get-PnPSyntexModel -Identity \"Invoice model\"" }, { "Id": 827, - "CommandName": "Get-PnPSyntexModelPublication", "Rank": 1, + "CommandName": "Get-PnPSyntexModelPublication", "Command": "Get-PnPSyntexModelPublication -Identity \"Invoice model\"" }, { "Id": 828, - "CommandName": "Get-PnPTaxonomyItem", "Rank": 1, + "CommandName": "Get-PnPTaxonomyItem", "Command": "Get-PnPTaxonomyItem -TermPath \"My Term Group|My Term Set|Contoso\"" }, { "Id": 829, - "CommandName": "Get-PnPTeamsApp", "Rank": 1, + "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp" }, { "Id": 830, - "CommandName": "Get-PnPTeamsApp", "Rank": 2, + "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4" }, { "Id": 831, - "CommandName": "Get-PnPTeamsApp", "Rank": 3, + "CommandName": "Get-PnPTeamsApp", "Command": "Get-PnPTeamsApp -Identity \"MyTeamsApp\"" }, { "Id": 832, - "CommandName": "Get-PnPTeamsChannel", "Rank": 1, + "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8" }, { "Id": 833, - "CommandName": "Get-PnPTeamsChannel", "Rank": 2, + "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\"" }, { "Id": 834, - "CommandName": "Get-PnPTeamsChannel", "Rank": 3, + "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Id": 835, - "CommandName": "Get-PnPTeamsChannel", "Rank": 4, + "CommandName": "Get-PnPTeamsChannel", "Command": "Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings" }, { "Id": 836, - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelFilesFolder", "Command": "Get-PnPTeamsChannelFilesFolder -Team \"Sales Team\" -Channel \"Test Channel\"" }, { "Id": 837, - "CommandName": "Get-PnPTeamsChannelFilesFolder", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelFilesFolder", "Command": "Get-PnPTeamsChannelFilesFolder -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\"" }, { "Id": 838, - "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelMessage", "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\"" }, { "Id": 839, - "CommandName": "Get-PnPTeamsChannelMessage", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelMessage", "Command": "Get-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Identity 1653089769293" }, { "Id": 840, - "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelMessageReply", "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -IncludeDeleted" }, { "Id": 841, - "CommandName": "Get-PnPTeamsChannelMessageReply", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelMessageReply", "Command": "Get-PnPTeamsChannelMessageReply -Team MyTestTeam -Channel \"My Channel\" -Message 1653089769293 -Identity 1653086004630" }, { "Id": 842, - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 1, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\"" }, { "Id": 843, - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 2, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Role Member" }, { "Id": 844, - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 3, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com" }, { "Id": 845, - "CommandName": "Get-PnPTeamsChannelUser", "Rank": 4, + "CommandName": "Get-PnPTeamsChannelUser", "Command": "Get-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 846, - "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 1, + "CommandName": "Get-PnPTeamsPrimaryChannel", "Command": "Get-PnPTeamsPrimaryChannel -Team ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e" }, { "Id": 847, - "CommandName": "Get-PnPTeamsPrimaryChannel", "Rank": 2, + "CommandName": "Get-PnPTeamsPrimaryChannel", "Command": "Get-PnPTeamsPrimaryChannel -Team Sales" }, { "Id": 848, - "CommandName": "Get-PnPTeamsTab", "Rank": 1, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype" }, { "Id": 849, - "CommandName": "Get-PnPTeamsTab", "Rank": 2, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity \"Wiki\"" }, { "Id": 850, - "CommandName": "Get-PnPTeamsTab", "Rank": 3, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity d8740a7a-e44e-46c5-8f13-e699f964fc25" }, { "Id": 851, - "CommandName": "Get-PnPTeamsTab", "Rank": 4, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\"" }, { "Id": 852, - "CommandName": "Get-PnPTeamsTab", "Rank": 5, + "CommandName": "Get-PnPTeamsTab", "Command": "Get-PnPTeamsTab -Team \"My Team\" -Channel \"My Channel\" -Identity \"Wiki\"" }, { "Id": 853, - "CommandName": "Get-PnPTeamsTag", "Rank": 1, + "CommandName": "Get-PnPTeamsTag", "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Id": 854, - "CommandName": "Get-PnPTeamsTag", "Rank": 2, + "CommandName": "Get-PnPTeamsTag", "Command": "Get-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Id": 855, - "CommandName": "Get-PnPTeamsTeam", "Rank": 1, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam" }, { "Id": 856, - "CommandName": "Get-PnPTeamsTeam", "Rank": 2, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Identity \"PnP PowerShell\"" }, { "Id": 857, - "CommandName": "Get-PnPTeamsTeam", "Rank": 3, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\"" }, { "Id": 858, - "CommandName": "Get-PnPTeamsTeam", "Rank": 4, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Filter \"startswith(mailNickName, 'contoso')\"" }, { "Id": 859, - "CommandName": "Get-PnPTeamsTeam", "Rank": 5, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -Filter \"startswith(description, 'contoso')\"" }, { "Id": 860, - "CommandName": "Get-PnPTeamsTeam", "Rank": 6, + "CommandName": "Get-PnPTeamsTeam", "Command": "Get-PnPTeamsTeam -User \"user@company.com\"" }, { "Id": 861, - "CommandName": "Get-PnPTeamsUser", "Rank": 1, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam" }, { "Id": 862, - "CommandName": "Get-PnPTeamsUser", "Rank": 2, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Owner" }, { "Id": 863, - "CommandName": "Get-PnPTeamsUser", "Rank": 3, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Member" }, { "Id": 864, - "CommandName": "Get-PnPTeamsUser", "Rank": 4, + "CommandName": "Get-PnPTeamsUser", "Command": "Get-PnPTeamsUser -Team MyTeam -Role Guest" }, { "Id": 865, - "CommandName": "Get-PnPTemporarilyDisableAppBar", "Rank": 1, + "CommandName": "Get-PnPTemporarilyDisableAppBar", "Command": "Get-PnPTemporarilyDisableAppBar" }, { "Id": 866, - "CommandName": "Get-PnPTenant", "Rank": 1, + "CommandName": "Get-PnPTenant", "Command": "Get-PnPTenant" }, { "Id": 867, - "CommandName": "Get-PnPTenantAppCatalogUrl", "Rank": 1, + "CommandName": "Get-PnPTenantAppCatalogUrl", "Command": "Get-PnPTenantAppCatalogUrl" }, { "Id": 868, - "CommandName": "Get-PnPTenantCdnEnabled", "Rank": 1, + "CommandName": "Get-PnPTenantCdnEnabled", "Command": "Get-PnPTenantCdnEnabled -CdnType Public" }, { "Id": 869, - "CommandName": "Get-PnPTenantCdnOrigin", "Rank": 1, + "CommandName": "Get-PnPTenantCdnOrigin", "Command": "Get-PnPTenantCdnOrigin -CdnType Public" }, { "Id": 870, - "CommandName": "Get-PnPTenantCdnPolicies", "Rank": 1, + "CommandName": "Get-PnPTenantCdnPolicies", "Command": "Get-PnPTenantCdnPolicies -CdnType Public" }, { "Id": 871, - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 1, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite" }, { "Id": 872, - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 2, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -Detailed" }, { "Id": 873, - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 3, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 874, - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 4, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -IncludePersonalSite" }, { "Id": 875, - "CommandName": "Get-PnPTenantDeletedSite", "Rank": 5, + "CommandName": "Get-PnPTenantDeletedSite", "Command": "Get-PnPTenantDeletedSite -IncludeOnlyPersonalSite" }, { "Id": 876, - "CommandName": "Get-PnPTenantId", "Rank": 1, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId" }, { "Id": 877, - "CommandName": "Get-PnPTenantId", "Rank": 2, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId contoso" }, { "Id": 878, - "CommandName": "Get-PnPTenantId", "Rank": 3, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.com" }, { "Id": 879, - "CommandName": "Get-PnPTenantId", "Rank": 4, + "CommandName": "Get-PnPTenantId", "Command": "Get-PnPTenantId -TenantUrl contoso.sharepoint.us -AzureEnvironment USGovernment" }, { "Id": 880, - "CommandName": "Get-PnPTenantInfo", "Rank": 1, + "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo -TenantId \"e65b162c-6f87-4eb1-a24e-1b37d3504663\"" }, { "Id": 881, - "CommandName": "Get-PnPTenantInfo", "Rank": 2, + "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo -DomainName \"contoso.com\"" }, { "Id": 882, - "CommandName": "Get-PnPTenantInfo", "Rank": 3, + "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo" }, { "Id": 883, - "CommandName": "Get-PnPTenantInfo", "Rank": 4, + "CommandName": "Get-PnPTenantInfo", "Command": "Get-PnPTenantInfo -CurrentTenant" }, { "Id": 884, - "CommandName": "Get-PnPTenantInstance", "Rank": 1, + "CommandName": "Get-PnPTenantInstance", "Command": "Get-PnPTenantInstance" }, { "Id": 885, - "CommandName": "Get-PnPTenantInternalSetting", "Rank": 1, + "CommandName": "Get-PnPTenantInternalSetting", "Command": "Get-PnPTenantInternalSetting" }, { "Id": 886, - "CommandName": "Get-PnPTenantPronounsSetting", "Rank": 1, + "CommandName": "Get-PnPTenantPronounsSetting", "Command": "Get-PnPTenantPronounsSetting" }, { "Id": 887, - "CommandName": "Get-PnPTenantRecycleBinItem", "Rank": 1, + "CommandName": "Get-PnPTenantRecycleBinItem", "Command": "Get-PnPTenantRecycleBinItem" }, { "Id": 888, - "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchAllowedList", "Command": "Get-PnPTenantRestrictedSearchAllowedList" }, { "Id": 889, - "CommandName": "Get-PnPTenantRestrictedSearchMode", "Rank": 1, + "CommandName": "Get-PnPTenantRestrictedSearchMode", "Command": "Get-PnPTenantRestrictedSearchMode" }, { "Id": 890, - "CommandName": "Get-PnPTenantRetentionLabel", "Rank": 1, + "CommandName": "Get-PnPTenantRetentionLabel", "Command": "Get-PnPTenantRetentionLabel" }, { "Id": 891, - "CommandName": "Get-PnPTenantRetentionLabel", "Rank": 2, + "CommandName": "Get-PnPTenantRetentionLabel", "Command": "Get-PnPTenantRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995" }, { "Id": 892, - "CommandName": "Get-PnPTenantSequence", "Rank": 1, + "CommandName": "Get-PnPTenantSequence", "Command": "Get-PnPTenantSequence -Template $myTemplateObject" }, { "Id": 893, - "CommandName": "Get-PnPTenantSequence", "Rank": 2, + "CommandName": "Get-PnPTenantSequence", "Command": "Get-PnPTenantSequence -Template $myTemplateObject -Identity \"mysequence\"" }, { "Id": 894, - "CommandName": "Get-PnPTenantSequenceSite", "Rank": 1, + "CommandName": "Get-PnPTenantSequenceSite", "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence" }, { "Id": 895, - "CommandName": "Get-PnPTenantSequenceSite", "Rank": 2, + "CommandName": "Get-PnPTenantSequenceSite", "Command": "Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e" }, { "Id": 896, - "CommandName": "Get-PnPTenantSite", "Rank": 1, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite" }, { "Id": 897, - "CommandName": "Get-PnPTenantSite", "Rank": 2, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Detailed" }, { "Id": 898, - "CommandName": "Get-PnPTenantSite", "Rank": 3, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -IncludeOneDriveSites" }, { "Id": 899, - "CommandName": "Get-PnPTenantSite", "Rank": 4, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -IncludeOneDriveSites -Filter \"Url -like '-my.sharepoint.com/personal/'\"" }, { "Id": 900, - "CommandName": "Get-PnPTenantSite", "Rank": 5, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Identity \"http://tenant.sharepoint.com/sites/projects\"" }, { "Id": 901, - "CommandName": "Get-PnPTenantSite", "Rank": 6, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Identity 7e8a6f56-92fe-4b22-9364-41799e579e8a" }, { "Id": 902, - "CommandName": "Get-PnPTenantSite", "Rank": 7, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Template SITEPAGEPUBLISHING#0" }, { "Id": 903, - "CommandName": "Get-PnPTenantSite", "Rank": 8, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -Filter \"Url -like 'sales'\"" }, { "Id": 904, - "CommandName": "Get-PnPTenantSite", "Rank": 9, + "CommandName": "Get-PnPTenantSite", "Command": "Get-PnPTenantSite -GroupIdDefined $true" }, { "Id": 905, - "CommandName": "Get-PnPTenantSyncClientRestriction", "Rank": 1, + "CommandName": "Get-PnPTenantSyncClientRestriction", "Command": "Get-PnPTenantSyncClientRestriction" }, { "Id": 906, - "CommandName": "Get-PnPTenantTemplate", "Rank": 1, + "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml" }, { "Id": 907, - "CommandName": "Get-PnPTenantTemplate", "Rank": 2, + "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite" }, { "Id": 908, - "CommandName": "Get-PnPTenantTemplate", "Rank": 3, + "CommandName": "Get-PnPTenantTemplate", "Command": "Get-PnPTenantTemplate -Out tenanttemplate.xml -SiteUrl https://m365x123456.sharepoint.com/sites/HomeSite -Force" }, { "Id": 909, - "CommandName": "Get-PnPTenantTheme", "Rank": 1, + "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme" }, { "Id": 910, - "CommandName": "Get-PnPTenantTheme", "Rank": 2, + "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Id": 911, - "CommandName": "Get-PnPTenantTheme", "Rank": 3, + "CommandName": "Get-PnPTenantTheme", "Command": "Get-PnPTenantTheme -Name \"MyCompanyTheme\" -AsJson" }, { "Id": 912, - "CommandName": "Get-PnPTerm", "Rank": 1, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 913, - "CommandName": "Get-PnPTerm", "Rank": 2, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 914, - "CommandName": "Get-PnPTerm", "Rank": 3, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 915, - "CommandName": "Get-PnPTerm", "Rank": 4, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive" }, { "Id": 916, - "CommandName": "Get-PnPTerm", "Rank": 5, + "CommandName": "Get-PnPTerm", "Command": "Get-PnPTerm -Identity \"Small Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Recursive -IncludeDeprecated" }, { "Id": 917, - "CommandName": "Get-PnPTermGroup", "Rank": 1, + "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup" }, { "Id": 918, - "CommandName": "Get-PnPTermGroup", "Rank": 2, + "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup -Identity \"Departments\"" }, { "Id": 919, - "CommandName": "Get-PnPTermGroup", "Rank": 3, + "CommandName": "Get-PnPTermGroup", "Command": "Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d" }, { "Id": 920, - "CommandName": "Get-PnPTermLabel", "Rank": 1, + "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83" }, { "Id": 921, - "CommandName": "Get-PnPTermLabel", "Rank": 2, + "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term af8601d6-d925-46dd-af7b-4a58515ffd83 -Lcid 1033" }, { "Id": 922, - "CommandName": "Get-PnPTermLabel", "Rank": 3, + "CommandName": "Get-PnPTermLabel", "Command": "Get-PnPTermLabel -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 923, - "CommandName": "Get-PnPTermSet", "Rank": 1, + "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -TermGroup \"Corporate\"" }, { "Id": 924, - "CommandName": "Get-PnPTermSet", "Rank": 2, + "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 925, - "CommandName": "Get-PnPTermSet", "Rank": 3, + "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity ab2af486-e097-4b4a-9444-527b251f1f8d -TermGroup \"Corporate" }, { "Id": 926, - "CommandName": "Get-PnPTermSet", "Rank": 4, + "CommandName": "Get-PnPTermSet", "Command": "Get-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate -Include \"Terms\"" }, { "Id": 927, - "CommandName": "Get-PnPTheme", "Rank": 1, + "CommandName": "Get-PnPTheme", "Command": "Get-PnPTheme" }, { "Id": 928, - "CommandName": "Get-PnPTheme", "Rank": 2, + "CommandName": "Get-PnPTheme", "Command": "Get-PnPTheme -DetectCurrentComposedLook" }, { "Id": 929, - "CommandName": "Get-PnPTimeZoneId", "Rank": 1, + "CommandName": "Get-PnPTimeZoneId", "Command": "Get-PnPTimeZoneId" }, { "Id": 930, - "CommandName": "Get-PnPTimeZoneId", "Rank": 2, + "CommandName": "Get-PnPTimeZoneId", "Command": "Get-PnPTimeZoneId -Match Stockholm" }, { "Id": 931, - "CommandName": "Get-PnPTodoList", "Rank": 1, + "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList" }, { "Id": 932, - "CommandName": "Get-PnPTodoList", "Rank": 2, + "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { "Id": 933, - "CommandName": "Get-PnPTodoList", "Rank": 3, + "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList -User john@doe.com" }, { "Id": 934, - "CommandName": "Get-PnPTodoList", "Rank": 4, + "CommandName": "Get-PnPTodoList", "Command": "Get-PnPTodoList -User john@doe.com -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASUnLfyAAA=\"" }, { "Id": 935, - "CommandName": "Get-PnPTraceLog", "Rank": 1, + "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog" }, { "Id": 936, - "CommandName": "Get-PnPTraceLog", "Rank": 2, + "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog -Path \"C:\\temp\\log.txt\"" }, { "Id": 937, - "CommandName": "Get-PnPTraceLog", "Rank": 3, + "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Where-Object { $_.Level -eq \"Error\" }" }, { "Id": 938, - "CommandName": "Get-PnPTraceLog", "Rank": 4, + "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Where-Object { $_.CorrelationId -eq \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" }" }, { "Id": 939, - "CommandName": "Get-PnPTraceLog", "Rank": 5, + "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Sort-Object -Property EllapsedMilliseconds -Descending -Top 10 | Select EllapsedMilliseconds, Source, Message" }, { "Id": 940, - "CommandName": "Get-PnPTraceLog", "Rank": 6, + "CommandName": "Get-PnPTraceLog", "Command": "Get-PnPTraceLog | Group-Object -Property CorrelationId | ForEach-Object { [pscustomobject]@{ Started = ($_.Group | Select -First 1).TimeStamp; Ended = ($_.Group | Select -Last 1).TimeStamp; Cmdlet = $_.Group[0].Source; TimeTaken = ($_.Group | Measure-Object -Property EllapsedMilliseconds -Sum).Sum; Logs = $_.Group }} | Sort-Object -Property TimeTaken -Descending -Top 5 | Select Started, Cmdlet, TimeTaken" }, { "Id": 941, - "CommandName": "Get-PnPUnfurlLink", "Rank": 1, + "CommandName": "Get-PnPUnfurlLink", "Command": "Get-PnPUnfurlLink -Url \"https://contoso.sharepoint.com/:u:/s/testsitecol/ERs6pDuyD95LpUSUsJxi1EIBr9FMEYVBvMcs_B7cPdNPgQ?e=ZL3DPe\"" }, { "Id": 942, - "CommandName": "Get-PnPUnifiedAuditLog", "Rank": 1, + "CommandName": "Get-PnPUnifiedAuditLog", "Command": "Get-PnPUnifiedAuditLog -ContentType SharePoint -StartTime (Get-Date -asUtc).AddDays(-2) -EndTime (Get-Date -asUtc).AddDays(-1)" }, { "Id": 943, - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 1, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus" }, { "Id": 944, - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 2, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -IncludeErrorDetails" }, { "Id": 945, - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 3, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -JobId " }, { "Id": 946, - "CommandName": "Get-PnPUPABulkImportStatus", "Rank": 4, + "CommandName": "Get-PnPUPABulkImportStatus", "Command": "Get-PnPUPABulkImportStatus -JobId -IncludeErrorDetails" }, { "Id": 947, - "CommandName": "Get-PnPUser", "Rank": 1, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser" }, { "Id": 948, - "CommandName": "Get-PnPUser", "Rank": 2, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -Identity 23" }, { "Id": 949, - "CommandName": "Get-PnPUser", "Rank": 3, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -Identity \"i:0#.f|membership|user@tenant.onmicrosoft.com\"" }, { "Id": 950, - "CommandName": "Get-PnPUser", "Rank": 4, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser | ? Email -eq \"user@tenant.onmicrosoft.com\"" }, { "Id": 951, - "CommandName": "Get-PnPUser", "Rank": 5, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssigned" }, { "Id": 952, - "CommandName": "Get-PnPUser", "Rank": 6, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssigned -Web subsite1" }, { "Id": 953, - "CommandName": "Get-PnPUser", "Rank": 7, + "CommandName": "Get-PnPUser", "Command": "Get-PnPUser -WithRightsAssignedDetailed" }, { "Id": 954, - "CommandName": "Get-PnPUserOneDriveQuota", "Rank": 1, + "CommandName": "Get-PnPUserOneDriveQuota", "Command": "Get-PnPUserOneDriveQuota -Account 'user@domain.com'" }, { "Id": 955, - "CommandName": "Get-PnPUserProfilePhoto", "Rank": 1, + "CommandName": "Get-PnPUserProfilePhoto", "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { "Id": 956, - "CommandName": "Get-PnPUserProfilePhoto", "Rank": 2, + "CommandName": "Get-PnPUserProfilePhoto", "Command": "Get-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Filename \"john.png\"" }, { "Id": 957, - "CommandName": "Get-PnPUserProfileProperty", "Rank": 1, + "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com'" }, { "Id": 958, - "CommandName": "Get-PnPUserProfileProperty", "Rank": 2, + "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com','user2@domain.com'" }, { "Id": 959, - "CommandName": "Get-PnPUserProfileProperty", "Rank": 3, + "CommandName": "Get-PnPUserProfileProperty", "Command": "Get-PnPUserProfileProperty -Account 'user@domain.com' -Properties 'FirstName','LastName'" }, { "Id": 960, - "CommandName": "Get-PnPView", "Rank": 1, + "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\"" }, { "Id": 961, - "CommandName": "Get-PnPView", "Rank": 2, + "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\" -Identity \"Demo View\"" }, { "Id": 962, - "CommandName": "Get-PnPView", "Rank": 3, + "CommandName": "Get-PnPView", "Command": "Get-PnPView -List \"Demo List\" -Identity \"5275148a-6c6c-43d8-999a-d2186989a661\"" }, { "Id": 963, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Command": "Get-PnPVivaConnectionsDashboardACE" }, { "Id": 964, - "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Rank": 2, + "CommandName": "Get-PnPVivaConnectionsDashboardACE", "Command": "Get-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Id": 965, - "CommandName": "Get-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "Get-PnPVivaEngageCommunity", "Command": "Get-PnPVivaEngageCommunity" }, { "Id": 966, - "CommandName": "Get-PnPVivaEngageCommunity", "Rank": 2, + "CommandName": "Get-PnPVivaEngageCommunity", "Command": "Get-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { "Id": 967, - "CommandName": "Get-PnPWeb", "Rank": 1, + "CommandName": "Get-PnPWeb", "Command": "Get-PnPWeb" }, { "Id": 968, - "CommandName": "Get-PnPWebHeader", "Rank": 1, + "CommandName": "Get-PnPWebHeader", "Command": "Get-PnPWebHeader" }, { "Id": 969, - "CommandName": "Get-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Get-PnPWebhookSubscription", "Command": "Get-PnPWebhookSubscription -List MyList" }, { "Id": 970, - "CommandName": "Get-PnPWebPart", "Rank": 1, + "CommandName": "Get-PnPWebPart", "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\"" }, { "Id": 971, - "CommandName": "Get-PnPWebPart", "Rank": 2, + "CommandName": "Get-PnPWebPart", "Command": "Get-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 972, - "CommandName": "Get-PnPWebPartProperty", "Rank": 1, + "CommandName": "Get-PnPWebPartProperty", "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914" }, { "Id": 973, - "CommandName": "Get-PnPWebPartProperty", "Rank": 2, + "CommandName": "Get-PnPWebPartProperty", "Command": "Get-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\"" }, { "Id": 974, - "CommandName": "Get-PnPWebPartXml", "Rank": 1, + "CommandName": "Get-PnPWebPartXml", "Command": "Get-PnPWebPartXml -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 975, - "CommandName": "Get-PnPWebPermission", "Rank": 1, + "CommandName": "Get-PnPWebPermission", "Command": "Get-PnPWebPermission -Identity (Get-PnPWeb) -PrincipalId 60" }, { "Id": 976, - "CommandName": "Get-PnPWebPermission", "Rank": 2, + "CommandName": "Get-PnPWebPermission", "Command": "Get-PnPWebPermission -Identity \"subsite\" -PrincipalId (Get-PnPGroup -Identity DemoGroup).Id" }, { "Id": 977, - "CommandName": "Get-PnPWebTemplates", "Rank": 1, + "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates" }, { "Id": 978, - "CommandName": "Get-PnPWebTemplates", "Rank": 2, + "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates -LCID 1033" }, { "Id": 979, - "CommandName": "Get-PnPWebTemplates", "Rank": 3, + "CommandName": "Get-PnPWebTemplates", "Command": "Get-PnPWebTemplates -CompatibilityLevel 15" }, { "Id": 980, - "CommandName": "Get-PnPWikiPageContent", "Rank": 1, + "CommandName": "Get-PnPWikiPageContent", "Command": "Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'" }, { "Id": 981, - "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Grant-PnPAzureADAppSitePermission", "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions Read" }, { "Id": 982, - "CommandName": "Grant-PnPAzureADAppSitePermission", "Rank": 2, + "CommandName": "Grant-PnPAzureADAppSitePermission", "Command": "Grant-PnPAzureADAppSitePermission -AppId \"aa37b89e-75a7-47e3-bdb6-b763851c61b6\" -DisplayName \"TestApp\" -Permissions FullControl -Site https://contoso.sharepoint.com/sites/projects" }, { "Id": 983, - "CommandName": "Grant-PnPHubSiteRights", "Rank": 1, + "CommandName": "Grant-PnPHubSiteRights", "Command": "Grant-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 984, - "CommandName": "Grant-PnPSiteDesignRights", "Rank": 1, + "CommandName": "Grant-PnPSiteDesignRights", "Command": "Grant-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 985, - "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Rank": 1, + "CommandName": "Grant-PnPTenantServicePrincipalPermission", "Command": "Grant-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Id": 986, - "CommandName": "Import-PnPTaxonomy", "Rank": 1, + "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm'" }, { "Id": 987, - "CommandName": "Import-PnPTaxonomy", "Rank": 2, + "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|\"Stockholm,Central\"'" }, { "Id": 988, - "CommandName": "Import-PnPTaxonomy", "Rank": 3, + "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Terms 'Company|Locations|Stockholm|Central','Company|Locations|Stockholm|North'" }, { "Id": 989, - "CommandName": "Import-PnPTaxonomy", "Rank": 4, + "CommandName": "Import-PnPTaxonomy", "Command": "Import-PnPTaxonomy -Path ./mytaxonomyterms.txt" }, { "Id": 990, - "CommandName": "Import-PnPTermGroupFromXml", "Rank": 1, + "CommandName": "Import-PnPTermGroupFromXml", "Command": "Import-PnPTermGroupFromXml -Xml $xml" }, { "Id": 991, - "CommandName": "Import-PnPTermGroupFromXml", "Rank": 2, + "CommandName": "Import-PnPTermGroupFromXml", "Command": "Import-PnPTermGroupFromXml -Path input.xml" }, { "Id": 992, - "CommandName": "Import-PnPTermSet", "Rank": 1, + "CommandName": "Import-PnPTermSet", "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -SynchronizeDeletions" }, { "Id": 993, - "CommandName": "Import-PnPTermSet", "Rank": 2, + "CommandName": "Import-PnPTermSet", "Command": "Import-PnPTermSet -TermStoreName 'My Term Store' -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -TermSetId '{15A98DB6-D8E2-43E6-8771-066C1EC2B8D8}'" }, { "Id": 994, - "CommandName": "Import-PnPTermSet", "Rank": 3, + "CommandName": "Import-PnPTermSet", "Command": "Import-PnPTermSet -GroupName 'Standard Terms' -Path 'C:\\\\Temp\\\\ImportTermSet.csv' -IsOpen $true -Contact 'user@example.org' -Owner 'user@example.org'" }, { "Id": 995, - "CommandName": "Install-PnPApp", "Rank": 1, + "CommandName": "Install-PnPApp", "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 996, - "CommandName": "Install-PnPApp", "Rank": 2, + "CommandName": "Install-PnPApp", "Command": "Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 997, - "CommandName": "Invoke-PnPGraphMethod", "Rank": 1, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups?`$filter=startsWith(displayName,'ZZ')&`$select=displayName\"\r ; Invoke-PnPGraphMethod -Url 'groups/{id}?`$select=hideFromOutlookClients'" }, { "Id": 998, - "CommandName": "Invoke-PnPGraphMethod", "Rank": 2, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Delete" }, { "Id": 999, - "CommandName": "Invoke-PnPGraphMethod", "Rank": 3, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"groups/{id}\" -Method Patch -Content @{ displayName = \"NewName\" }" }, { "Id": 1000, - "CommandName": "Invoke-PnPGraphMethod", "Rank": 4, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users?`$filter=accountEnabled ne true&`$count=true\" -Method Get -ConsistencyLevelEventual" }, { "Id": 1001, - "CommandName": "Invoke-PnPGraphMethod", "Rank": 5, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users\"" }, { "Id": 1002, - "CommandName": "Invoke-PnPGraphMethod", "Rank": 6, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutFile c:\\temp\\photo.jpg" }, { "Id": 1003, - "CommandName": "Invoke-PnPGraphMethod", "Rank": 7, + "CommandName": "Invoke-PnPGraphMethod", "Command": "Invoke-PnPGraphMethod -Url \"users/user@contoso.com/photo/`$value\" -OutStream | Add-PnPFile -FileName user.jpg -Folder \"Shared Documents\"" }, { "Id": 1004, - "CommandName": "Invoke-PnPListDesign", "Rank": 1, + "CommandName": "Invoke-PnPListDesign", "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1005, - "CommandName": "Invoke-PnPListDesign", "Rank": 2, + "CommandName": "Invoke-PnPListDesign", "Command": "Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Id": 1006, - "CommandName": "Invoke-PnPQuery", "Rank": 1, + "CommandName": "Invoke-PnPQuery", "Command": "Invoke-PnPQuery -RetryCount 5" }, { "Id": 1007, - "CommandName": "Invoke-PnPSiteDesign", "Rank": 1, + "CommandName": "Invoke-PnPSiteDesign", "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1008, - "CommandName": "Invoke-PnPSiteDesign", "Rank": 2, + "CommandName": "Invoke-PnPSiteDesign", "Command": "Invoke-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl \"https://contoso.sharepoint.com/sites/mydemosite\"" }, { "Id": 1009, - "CommandName": "Invoke-PnPSiteScript", "Rank": 1, + "CommandName": "Invoke-PnPSiteScript", "Command": "Invoke-PnPSiteScript -Identity \"My awesome script\" -WebUrl https://contoso.sharepoint.com/sites/mydemosite" }, { "Id": 1010, - "CommandName": "Invoke-PnPSiteSwap", "Rank": 1, + "CommandName": "Invoke-PnPSiteSwap", "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Id": 1011, - "CommandName": "Invoke-PnPSiteSwap", "Rank": 2, + "CommandName": "Invoke-PnPSiteSwap", "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/SearchSite -TargetUrl https://contoso.sharepoint.com/search -ArchiveUrl https://contoso.sharepoint.com/sites/Archive" }, { "Id": 1012, - "CommandName": "Invoke-PnPSiteSwap", "Rank": 3, + "CommandName": "Invoke-PnPSiteSwap", "Command": "Invoke-PnPSiteSwap -SourceUrl https://contoso.sharepoint.com/sites/CommunicationSite -TargetUrl https://contoso.sharepoint.com -ArchiveUrl https://contoso.sharepoint.com/sites/Archive -DisableRedirection" }, { "Id": 1013, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 1, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Url https://tenant.sharepoint.com/sites/sitename" }, { "Id": 1014, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 2, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml" }, { "Id": 1015, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 3, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -ResourceFolder c:\\provisioning\\resources" }, { "Id": 1016, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 4, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Id": 1017, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 5, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.xml -Handlers Lists, SiteSecurity" }, { "Id": 1018, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 6, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path template.pnp" }, { "Id": 1019, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 7, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path \"https://tenant.sharepoint.com/sites/templatestorage/Documents/template.pnp\"" }, { "Id": 1020, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 8, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -InputInstance $template" }, { "Id": 1021, - "CommandName": "Invoke-PnPSiteTemplate", "Rank": 9, + "CommandName": "Invoke-PnPSiteTemplate", "Command": "Invoke-PnPSiteTemplate -Path .\\template.xml -TemplateId \"MyTemplate\"" }, { "Id": 1022, - "CommandName": "Invoke-PnPSPRestMethod", "Rank": 1, + "CommandName": "Invoke-PnPSPRestMethod", "Command": "Invoke-PnPSPRestMethod -Url /_api/web" }, { "Id": 1023, - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 1, + "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp" }, { "Id": 1024, - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 2, + "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -SequenceId \"mysequence\"" }, { "Id": 1025, - "CommandName": "Invoke-PnPTenantTemplate", "Rank": 3, + "CommandName": "Invoke-PnPTenantTemplate", "Command": "Invoke-PnPTenantTemplate -Path myfile.pnp -Parameters @{\"ListTitle\"=\"Projects\";\"parameter2\"=\"a second value\"}" }, { "Id": 1026, - "CommandName": "Invoke-PnPWebAction", "Rank": 1, + "CommandName": "Invoke-PnPWebAction", "Command": "Invoke-PnPWebAction -ListAction ${function:ListAction}" }, { "Id": 1027, - "CommandName": "Invoke-PnPWebAction", "Rank": 2, + "CommandName": "Invoke-PnPWebAction", "Command": "Invoke-PnPWebAction -ShouldProcessListAction ${function:ShouldProcessList} -ListAction ${function:ListAction}" }, { "Id": 1028, - "CommandName": "Measure-PnPList", "Rank": 1, + "CommandName": "Measure-PnPList", "Command": "Measure-PnPList \"Documents\"" }, { "Id": 1029, - "CommandName": "Measure-PnPList", "Rank": 2, + "CommandName": "Measure-PnPList", "Command": "Measure-PnPList \"Documents\" -BrokenPermissions -ItemLevel" }, { "Id": 1030, - "CommandName": "Measure-PnPWeb", "Rank": 1, + "CommandName": "Measure-PnPWeb", "Command": "Measure-PnPWeb" }, { "Id": 1031, - "CommandName": "Measure-PnPWeb", "Rank": 2, + "CommandName": "Measure-PnPWeb", "Command": "Measure-PnPWeb $web -Recursive" }, { "Id": 1032, - "CommandName": "Merge-PnPTerm", "Rank": 1, + "CommandName": "Merge-PnPTerm", "Command": "Merge-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 95e13729-3ccf-4ec8-998c-78e9ef1daa0b" }, { "Id": 1033, - "CommandName": "Move-PnPFile", "Rank": 1, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive/Document2.docx\"" }, { "Id": 1034, - "CommandName": "Move-PnPFile", "Rank": 2, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"Archive\" -Overwrite" }, { "Id": 1035, - "CommandName": "Move-PnPFile", "Rank": 3, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"Shared Documents/Document.docx\" -TargetUrl \"/sites/otherproject/Shared Documents\" -Overwrite -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Id": 1036, - "CommandName": "Move-PnPFile", "Rank": 4, + "CommandName": "Move-PnPFile", "Command": "Move-PnPFile -SourceUrl \"/sites/project/Shared Documents/Archive\" -TargetUrl \"/sites/archive/Project\" -AllowSchemaMismatch -AllowSmallerVersionLimitOnDestination" }, { "Id": 1037, - "CommandName": "Move-PnPFolder", "Rank": 1, + "CommandName": "Move-PnPFolder", "Command": "Move-PnPFolder -Folder Documents/Reports -TargetFolder 'Archived Reports'" }, { "Id": 1038, - "CommandName": "Move-PnPFolder", "Rank": 2, + "CommandName": "Move-PnPFolder", "Command": "Move-PnPFolder -Folder 'Shared Documents/Reports/2016/Templates' -TargetFolder 'Shared Documents/Reports'" }, { "Id": 1039, - "CommandName": "Move-PnPListItemToRecycleBin", "Rank": 1, + "CommandName": "Move-PnPListItemToRecycleBin", "Command": "Move-PnPListItemToRecycleBin -List \"Demo List\" -Identity \"1\" -Force" }, { "Id": 1040, - "CommandName": "Move-PnPPage", "Rank": 1, + "CommandName": "Move-PnPPage", "Command": "Move-PnPPage -SourceSite https://tenant.sharepoint.com/sites/site1 -DestinationSite https://tenant.sharepoint.com -PageName \"FAQ.aspx\"" }, { "Id": 1041, - "CommandName": "Move-PnPPageComponent", "Rank": 1, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1" }, { "Id": 1042, - "CommandName": "Move-PnPPageComponent", "Rank": 2, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Column 2" }, { "Id": 1043, - "CommandName": "Move-PnPPageComponent", "Rank": 3, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2" }, { "Id": 1044, - "CommandName": "Move-PnPPageComponent", "Rank": 4, + "CommandName": "Move-PnPPageComponent", "Command": "Move-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Section 1 -Column 2 -Position 2" }, { "Id": 1045, - "CommandName": "Move-PnpRecycleBinItem", "Rank": 1, + "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem" }, { "Id": 1046, - "CommandName": "Move-PnpRecycleBinItem", "Rank": 2, + "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem -Identity 26ffff29-b526-4451-9b6f-7f0e56ba7125" }, { "Id": 1047, - "CommandName": "Move-PnpRecycleBinItem", "Rank": 3, + "CommandName": "Move-PnpRecycleBinItem", "Command": "Move-PnPRecycleBinItem -Force" }, { "Id": 1048, - "CommandName": "Move-PnPTerm", "Rank": 1, + "CommandName": "Move-PnPTerm", "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTermSet 95e13729-3ccf-4ec8-998c-78e9ef1daa0b -TargetTermGroup b2645144-5757-4cd7-b7f9-e5d24757addf" }, { "Id": 1049, - "CommandName": "Move-PnPTerm", "Rank": 2, + "CommandName": "Move-PnPTerm", "Command": "Move-PnPTerm -Identity \"Test\" -TargetTermSet \"TestTermSet1\" -TermSet \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TestingGroup\"" }, { "Id": 1050, - "CommandName": "Move-PnPTerm", "Rank": 3, + "CommandName": "Move-PnPTerm", "Command": "Move-PnPTerm -Identity d67966b0-3b60-4331-8dc4-0b5a2ca730fc -TargetTerm 2ad90b20-b5c0-4544-ac64-25e32d51fa3b -MoveToTerm" }, { "Id": 1051, - "CommandName": "Move-PnPTermSet", "Rank": 1, + "CommandName": "Move-PnPTermSet", "Command": "Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4 -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd" }, { "Id": 1052, - "CommandName": "Move-PnPTermSet", "Rank": 2, + "CommandName": "Move-PnPTermSet", "Command": "Move-PnPTermSet -Identity \"OperationLevel-1 Test\" -TermGroup \"FromPowerAutomate\" -TargetTermGroup \"TargetTermGroup\"" }, { "Id": 1053, - "CommandName": "New-PnPAzureADGroup", "Rank": 1, + "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Id": 1054, - "CommandName": "New-PnPAzureADGroup", "Rank": 2, + "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers" }, { "Id": 1055, - "CommandName": "New-PnPAzureADGroup", "Rank": 3, + "CommandName": "New-PnPAzureADGroup", "Command": "New-PnPAzureADGroup -DisplayName $displayName -Description $description -MailNickname $nickname -IsSecurityEnabled -IsMailEnabled" }, { "Id": 1056, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 1, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com" }, { "Id": 1057, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 2, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity 72e2eb87-c124-4bd9-8e01-a447a1752058 -IsUseableOnce:$true" }, { "Id": 1058, - "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Rank": 3, + "CommandName": "New-PnPAzureADUserTemporaryAccessPass", "Command": "New-PnPAzureADUserTemporaryAccessPass -Identity johndoe@contoso.onmicrosoft.com -StartDateTime (Get-Date).AddHours(2) -LifeTimeInMinutes 10 -IsUseableOnce:$true" }, { "Id": 1059, - "CommandName": "New-PnPAzureCertificate", "Rank": 1, + "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer" }, { "Id": 1060, - "CommandName": "New-PnPAzureCertificate", "Rank": 2, + "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -CommonName \"My Certificate\" -ValidYears 30" }, { "Id": 1061, - "CommandName": "New-PnPAzureCertificate", "Rank": 3, + "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -CertificatePassword (ConvertTo-SecureString -String \"pass@word1\" -AsPlainText -Force)" }, { "Id": 1062, - "CommandName": "New-PnPAzureCertificate", "Rank": 4, + "CommandName": "New-PnPAzureCertificate", "Command": "New-PnPAzureCertificate -OutPfx pnp.pfx -OutCert pnp.cer -SanNames $null" }, { "Id": 1063, - "CommandName": "New-PnPContainerType", "Rank": 1, + "CommandName": "New-PnPContainerType", "Command": "New-PnPContainerType -ContainerTypeName \"test1\" -OwningApplicationId 50785fde-3082-47ac-a36d-06282ac5c7da -AzureSubscription c7170373-eb8d-4984-8cc9-59bcc88c65a0 -ResouceGroup \"SPEmbed\" -Region \"Uk-South\"" }, { "Id": 1064, - "CommandName": "New-PnPGraphSubscription", "Rank": 1, + "CommandName": "New-PnPGraphSubscription", "Command": "New-PnPGraphSubscription -ChangeType Create -NotificationUrl https://mywebapiservice/notifications -Resource \"me/mailFolders('Inbox')/messages\" -ExpirationDateTime (Get-Date).AddDays(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Id": 1065, - "CommandName": "New-PnPGraphSubscription", "Rank": 2, + "CommandName": "New-PnPGraphSubscription", "Command": "New-PnPGraphSubscription -ChangeType Updates -NotificationUrl https://mywebapiservice/notifications -Resource \"Users\" -ExpirationDateTime (Get-Date).AddHours(1) -ClientState [Guid]::NewGuid().ToString()" }, { "Id": 1066, - "CommandName": "New-PnPGroup", "Rank": 1, + "CommandName": "New-PnPGroup", "Command": "New-PnPGroup -Title \"My Site Users\"" }, { "Id": 1067, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360" }, { "Id": 1068, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { "Id": 1069, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 3, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -Automatic" }, { "Id": 1070, - "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Rank": 4, + "CommandName": "New-PnPLibraryFileVersionBatchDeleteJob", "Command": "New-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { "Id": 1071, - "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Rank": 1, + "CommandName": "New-PnPLibraryFileVersionExpirationReportJob", "Command": "New-PnPLibraryFileVersionExpirationReportJob -Identity \"Documents\" -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 1072, - "CommandName": "New-PnPList", "Rank": 1, + "CommandName": "New-PnPList", "Command": "New-PnPList -Title Announcements -Template Announcements" }, { "Id": 1073, - "CommandName": "New-PnPList", "Rank": 2, + "CommandName": "New-PnPList", "Command": "New-PnPList -Title \"Demo List\" -Url \"lists/DemoList\" -Template Announcements" }, { "Id": 1074, - "CommandName": "New-PnPList", "Rank": 3, + "CommandName": "New-PnPList", "Command": "New-PnPList -Title HiddenList -Template GenericList -Hidden" }, { "Id": 1075, - "CommandName": "New-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname" }, { "Id": 1076, - "CommandName": "New-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners \"owner1@domain.com\" -Members \"member1@domain.com\"" }, { "Id": 1077, - "CommandName": "New-PnPMicrosoft365Group", "Rank": 3, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate" }, { "Id": 1078, - "CommandName": "New-PnPMicrosoft365Group", "Rank": 4, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate" }, { "Id": 1079, - "CommandName": "New-PnPMicrosoft365Group", "Rank": 5, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName \"myPnPDemo1\" -Description $description -MailNickname $nickname -Owners $arrayOfOwners -Members $arrayOfMembers -IsPrivate -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Id": 1080, - "CommandName": "New-PnPMicrosoft365Group", "Rank": 6, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -IsPrivate -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 1081, - "CommandName": "New-PnPMicrosoft365Group", "Rank": 7, + "CommandName": "New-PnPMicrosoft365Group", "Command": "New-PnPMicrosoft365Group -DisplayName $displayName -Description $description -MailNickname $nickname -DynamicMembershipRule \"(user.department -eq \"\"HR\"\")\"" }, { "Id": 1082, - "CommandName": "New-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "New-PnPMicrosoft365GroupSettings", "Command": "New-PnPMicrosoft365GroupSettings -DisplayName \"Group.Unified\" -TemplateId \"62375ab9-6b52-47ed-826b-58e47e0e304b\" -Values @{\"GuestUsageGuidelinesUrl\"=\"https://privacy.contoso.com/privacystatement\";\"EnableMSStandardBlockedWords\"=\"true\"}" }, { "Id": 1083, - "CommandName": "New-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "New-PnPMicrosoft365GroupSettings", "Command": "New-PnPMicrosoft365GroupSettings -Identity $groupId -DisplayName \"Group.Unified.Guest\" -TemplateId \"08d542b9-071f-4e16-94b0-74abb372e3d9\" -Values @{\"AllowToAddGuests\"=\"false\"}" }, { "Id": 1084, - "CommandName": "New-PnPPersonalSite", "Rank": 1, + "CommandName": "New-PnPPersonalSite", "Command": "New-PnPPersonalSite -Email @('katiej@contoso.onmicrosoft.com','garth@contoso.onmicrosoft.com')" }, { "Id": 1085, - "CommandName": "New-PnPPlannerPlan", "Rank": 1, + "CommandName": "New-PnPPlannerPlan", "Command": "New-PnPPlannerPlan -Group \"Marketing\" -Title \"Conference Plan\"" }, { "Id": 1086, - "CommandName": "New-PnpProfileCardProperty", "Rank": 1, + "CommandName": "New-PnpProfileCardProperty", "Command": "New-PnpProfileCardProperty -PropertyName CustomAttribute1 -DisplayName \"Cost Centre\"" }, { "Id": 1087, - "CommandName": "New-PnPSdnProvider", "Rank": 1, + "CommandName": "New-PnPSdnProvider", "Command": "New-PnPSdnProvider -ID \"Hive\" -License \"\"" }, { "Id": 1088, - "CommandName": "New-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "New-PnPSearchExternalConnection", "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\"" }, { "Id": 1089, - "CommandName": "New-PnPSearchExternalConnection", "Rank": 2, + "CommandName": "New-PnPSearchExternalConnection", "Command": "New-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell\" -Description \"External content ingested using PnP PowerShell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { "Id": 1090, - "CommandName": "New-PnPSite", "Rank": 1, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Id": 1091, - "CommandName": "New-PnPSite", "Rank": 2, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesign Showcase" }, { "Id": 1092, - "CommandName": "New-PnPSite", "Rank": 3, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Id": 1093, - "CommandName": "New-PnPSite", "Rank": 4, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Id": 1094, - "CommandName": "New-PnPSite", "Rank": 5, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Id": 1095, - "CommandName": "New-PnPSite", "Rank": 6, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type CommunicationSite -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Id": 1096, - "CommandName": "New-PnPSite", "Rank": 7, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso" }, { "Id": 1097, - "CommandName": "New-PnPSite", "Rank": 8, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -IsPublic" }, { "Id": 1098, - "CommandName": "New-PnPSite", "Rank": 9, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -Lcid 1040" }, { "Id": 1099, - "CommandName": "New-PnPSite", "Rank": 10, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -Title 'Team Contoso' -Alias contoso -SiteAlias contoso-site" }, { "Id": 1100, - "CommandName": "New-PnPSite", "Rank": 11, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso" }, { "Id": 1101, - "CommandName": "New-PnPSite", "Rank": 12, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -SiteDesignId ae2349d5-97d6-4440-94d1-6516b72449ac" }, { "Id": 1102, - "CommandName": "New-PnPSite", "Rank": 13, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Classification \"HBI\"" }, { "Id": 1103, - "CommandName": "New-PnPSite", "Rank": 14, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -ShareByEmailEnabled" }, { "Id": 1104, - "CommandName": "New-PnPSite", "Rank": 15, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSiteWithoutMicrosoft365Group -Title Contoso -Url https://tenant.sharepoint.com/sites/contoso -Lcid 1040" }, { "Id": 1105, - "CommandName": "New-PnPSite", "Rank": 16, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\"" }, { "Id": 1106, - "CommandName": "New-PnPSite", "Rank": 17, + "CommandName": "New-PnPSite", "Command": "New-PnPSite -Type TeamSite -TimeZone UTCPLUS0200_HELSINKI_KYIV_RIGA_SOFIA_TALLINN_VILNIUS -Title \"Contoso\" -Alias \"Contoso\" -WelcomeEmailDisabled -SubscribeNewGroupMembers -AllowOnlyMembersToPost -CalendarMemberReadOnly -ConnectorsDisabled -HideGroupInOutlook -SubscribeMembersToCalendarEventsDisabled" }, { "Id": 1107, - "CommandName": "New-PnPSiteCollectionTermStore", "Rank": 1, + "CommandName": "New-PnPSiteCollectionTermStore", "Command": "New-PnPSiteCollectionTermStore" }, { "Id": 1108, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360" }, { "Id": 1109, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force" }, { "Id": 1110, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 3, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -Automatic" }, { "Id": 1111, - "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Rank": 4, + "CommandName": "New-PnPSiteFileVersionBatchDeleteJob", "Command": "New-PnPSiteFileVersionBatchDeleteJob -MajorVersionLimit 30 -MajorWithMinorVersionsLimit 10" }, { "Id": 1112, - "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Rank": 1, + "CommandName": "New-PnPSiteFileVersionExpirationReportJob", "Command": "New-PnPSiteFileVersionExpirationReportJob -ReportUrl \"https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv\"" }, { "Id": 1113, - "CommandName": "New-PnPSiteGroup", "Rank": 1, + "CommandName": "New-PnPSiteGroup", "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Name \"Project Leads\" -PermissionLevels \"Full Control\"" }, { "Id": 1114, - "CommandName": "New-PnPSiteGroup", "Rank": 2, + "CommandName": "New-PnPSiteGroup", "Command": "New-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/marketing\" -Name \"NewGroupName\" -PermissionLevels \"Design\"" }, { "Id": 1115, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 1, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml" }, { "Id": 1116, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 2, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp" }, { "Id": 1117, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 3, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js" }, { "Id": 1118, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 4, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\"" }, { "Id": 1119, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 5, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -ContentType \"Test Content Type\"" }, { "Id": 1120, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 6, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.xml -Folder c:\\temp -Match *.js -TargetFolder \"Shared Documents\" -Properties @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1121, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 7, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp" }, { "Id": 1122, - "CommandName": "New-PnPSiteTemplateFromFolder", "Rank": 8, + "CommandName": "New-PnPSiteTemplateFromFolder", "Command": "New-PnPSiteTemplateFromFolder -Out template.pnp -Folder c:\\temp" }, { "Id": 1123, - "CommandName": "New-PnPTeamsApp", "Rank": 1, + "CommandName": "New-PnPTeamsApp", "Command": "New-PnPTeamsApp -Path c:\\myapp.zip" }, { "Id": 1124, - "CommandName": "New-PnPTeamsTeam", "Rank": 1, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false" }, { "Id": 1125, - "CommandName": "New-PnPTeamsTeam", "Rank": 2, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -GroupId $groupId" }, { "Id": 1126, - "CommandName": "New-PnPTeamsTeam", "Rank": 3, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled" }, { "Id": 1127, - "CommandName": "New-PnPTeamsTeam", "Rank": 4, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -AllowCreateUpdateRemoveTabs $false -AllowUserDeleteMessages $false -ResourceBehaviorOptions WelcomeEmailDisabled, HideGroupInOutlook" }, { "Id": 1128, - "CommandName": "New-PnPTeamsTeam", "Rank": 5, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\"" }, { "Id": 1129, - "CommandName": "New-PnPTeamsTeam", "Rank": 6, + "CommandName": "New-PnPTeamsTeam", "Command": "New-PnPTeamsTeam -DisplayName \"myPnPDemo1\" -Visibility Private -Owners \"user1@contoso.onmicrosoft.com\",\"user2@contoso.onmicrosoft.com\" -Members \"user3@contoso.onmicrosoft.com\" -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 1130, - "CommandName": "New-PnPTenantSite", "Rank": 1, + "CommandName": "New-PnPTenantSite", "Command": "New-PnPTenantSite -Title Contoso -Url \"https://tenant.sharepoint.com/sites/contoso\" -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Id": 1131, - "CommandName": "New-PnPTenantSite", "Rank": 2, + "CommandName": "New-PnPTenantSite", "Command": "New-PnPTenantSite -Title Contoso -Url /sites/contososite -Owner user@example.org -TimeZone 4 -Template STS#0" }, { "Id": 1132, - "CommandName": "New-PnPTerm", "Rank": 1, + "CommandName": "New-PnPTerm", "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\"" }, { "Id": 1133, - "CommandName": "New-PnPTerm", "Rank": 2, + "CommandName": "New-PnPTerm", "Command": "New-PnPTerm -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1134, - "CommandName": "New-PnPTermGroup", "Rank": 1, + "CommandName": "New-PnPTermGroup", "Command": "New-PnPTermGroup -GroupName \"Countries\"" }, { "Id": 1135, - "CommandName": "New-PnPTermGroup", "Rank": 2, + "CommandName": "New-PnPTermGroup", "Command": "New-PnPTermGroup -GroupName \"Countries\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { "Id": 1136, - "CommandName": "New-PnPTermLabel", "Rank": 1, + "CommandName": "New-PnPTermLabel", "Command": "New-PnPTermLabel -Name \"Finanzwesen\" -Lcid 1031 -Term (Get-PnPTerm -Identity \"Finance\" -TermSet \"Departments\" -TermGroup \"Corporate\")" }, { "Id": 1137, - "CommandName": "New-PnPTermSet", "Rank": 1, + "CommandName": "New-PnPTermSet", "Command": "New-PnPTermSet -Name \"Department\" -TermGroup \"Corporate\"" }, { "Id": 1138, - "CommandName": "New-PnPTodoList", "Rank": 1, + "CommandName": "New-PnPTodoList", "Command": "New-PnPTodoList -DisplayName \"Travel items\"" }, { "Id": 1139, - "CommandName": "New-PnPTodoList", "Rank": 2, + "CommandName": "New-PnPTodoList", "Command": "New-PnPTodoList -User john@doe.com -DisplayName \"Travel Items\"" }, { "Id": 1140, - "CommandName": "New-PnPUPABulkImportJob", "Rank": 1, + "CommandName": "New-PnPUPABulkImportJob", "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"}" }, { "Id": 1141, - "CommandName": "New-PnPUPABulkImportJob", "Rank": 2, + "CommandName": "New-PnPUPABulkImportJob", "Command": "New-PnPUPABulkImportJob -Url \"https://{tenant}.sharepoint.com/sites/userprofilesync/Shared Documents/profiles.json\" -IdProperty \"IdName\" -UserProfilePropertyMapping @{\"Department\"=\"Department\"} -Wait -Verbose" }, { "Id": 1142, - "CommandName": "New-PnPUser", "Rank": 1, + "CommandName": "New-PnPUser", "Command": "New-PnPUser -LoginName user@company.com" }, { "Id": 1143, - "CommandName": "New-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "New-PnPVivaEngageCommunity", "Command": "New-PnPVivaEngageCommunity -DisplayName \"myPnPDemo1\" -Description \"Viva engage community description\" -Privacy Public" }, { "Id": 1144, - "CommandName": "New-PnPWeb", "Rank": 1, + "CommandName": "New-PnPWeb", "Command": "New-PnPWeb -Title \"Project A Web\" -Url projectA -Description \"Information about Project A\" -Locale 1033 -Template \"STS#0\"" }, { "Id": 1145, - "CommandName": "Publish-PnPApp", "Rank": 1, + "CommandName": "Publish-PnPApp", "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f" }, { "Id": 1146, - "CommandName": "Publish-PnPApp", "Rank": 2, + "CommandName": "Publish-PnPApp", "Command": "Publish-PnPApp -Identity 2646ccc3-6a2b-46ef-9273-81411cbbb60f -Scope Site" }, { "Id": 1147, - "CommandName": "Publish-PnPContentType", "Rank": 1, + "CommandName": "Publish-PnPContentType", "Command": "Publish-PnPContentType -ContentType 0x0101" }, { "Id": 1148, - "CommandName": "Publish-PnPSyntexModel", "Rank": 1, + "CommandName": "Publish-PnPSyntexModel", "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Id": 1149, - "CommandName": "Publish-PnPSyntexModel", "Rank": 2, + "CommandName": "Publish-PnPSyntexModel", "Command": "Publish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Id": 1150, - "CommandName": "Read-PnPSiteTemplate", "Rank": 1, + "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Path template.pnp" }, { "Id": 1151, - "CommandName": "Read-PnPSiteTemplate", "Rank": 2, + "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Path template.pnp -TemplateProviderExtensions $extensions" }, { "Id": 1152, - "CommandName": "Read-PnPSiteTemplate", "Rank": 3, + "CommandName": "Read-PnPSiteTemplate", "Command": "Read-PnPSiteTemplate -Xml $xml" }, { "Id": 1153, - "CommandName": "Read-PnPTenantTemplate", "Rank": 1, + "CommandName": "Read-PnPTenantTemplate", "Command": "Read-PnPTenantTemplate -Path template.pnp" }, { "Id": 1154, - "CommandName": "Register-PnPAppCatalogSite", "Rank": 1, + "CommandName": "Register-PnPAppCatalogSite", "Command": "Register-PnPAppCatalogSite -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\" -Owner admin@domain.com -TimeZoneId 4" }, { "Id": 1155, - "CommandName": "Register-PnPAzureADApp", "Rank": 1, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser" }, { "Id": 1156, - "CommandName": "Register-PnPAzureADApp", "Rank": 2, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1157, - "CommandName": "Register-PnPAzureADApp", "Rank": 3, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -Store CurrentUser -GraphApplicationPermissions \"User.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\"" }, { "Id": 1158, - "CommandName": "Register-PnPAzureADApp", "Rank": 4, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -OutPath c:\\ -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1159, - "CommandName": "Register-PnPAzureADApp", "Rank": 5, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -DeviceLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1160, - "CommandName": "Register-PnPAzureADApp", "Rank": 6, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force)" }, { "Id": 1161, - "CommandName": "Register-PnPAzureADApp", "Rank": 7, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -CertificatePath c:\\certificate.pfx -CertificatePassword (ConvertTo-SecureString -String \"password\" -AsPlainText -Force) -LogoFilePath c:\\logo.png" }, { "Id": 1162, - "CommandName": "Register-PnPAzureADApp", "Rank": 8, + "CommandName": "Register-PnPAzureADApp", "Command": "Register-PnPAzureADApp -ApplicationName \"ACS App\" -Tenant yourtenant.onmicrosoft.com -OutPath c:\\temp -GraphApplicationPermissions \"User.Read.All\" -GraphDelegatePermissions \"Sites.Read.All\" -SharePointApplicationPermissions \"Sites.Read.All\" -SharePointDelegatePermissions \"AllSites.Read\"" }, { "Id": 1163, - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Rank": 1, + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com" }, { "Id": 1164, - "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Rank": 2, + "CommandName": "Register-PnPEntraIDAppForInteractiveLogin", "Command": "Register-PnPEntraIDAppForInteractiveLogin -ApplicationName TestApp -Tenant yourtenant.onmicrosoft.com -GraphDelegatePermissions \"Group.Read.All\" -SharePointDelegatePermissions \"AllSites.FullControl\"" }, { "Id": 1165, - "CommandName": "Register-PnPHubSite", "Rank": 1, + "CommandName": "Register-PnPHubSite", "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Id": 1166, - "CommandName": "Register-PnPHubSite", "Rank": 2, + "CommandName": "Register-PnPHubSite", "Command": "Register-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\" -Principals \"user@contoso.com\"" }, { "Id": 1167, - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 1, + "CommandName": "Remove-PnPAdaptiveScopeProperty", "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey" }, { "Id": 1168, - "CommandName": "Remove-PnPAdaptiveScopeProperty", "Rank": 2, + "CommandName": "Remove-PnPAdaptiveScopeProperty", "Command": "Remove-PnPAdaptiveScopeProperty -Key MyKey -Force" }, { "Id": 1169, - "CommandName": "Remove-PnPAlert", "Rank": 1, + "CommandName": "Remove-PnPAlert", "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7" }, { "Id": 1170, - "CommandName": "Remove-PnPAlert", "Rank": 2, + "CommandName": "Remove-PnPAlert", "Command": "Remove-PnPAlert -Identity 641ac67f-0ce0-4837-874a-743c8f8572a7 -User \"i:0#.f|membership|Alice@contoso.onmicrosoft.com\"" }, { "Id": 1171, - "CommandName": "Remove-PnPApp", "Rank": 1, + "CommandName": "Remove-PnPApp", "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1172, - "CommandName": "Remove-PnPApp", "Rank": 2, + "CommandName": "Remove-PnPApp", "Command": "Remove-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1173, - "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Remove-PnPApplicationCustomizer", "Command": "Remove-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 1174, - "CommandName": "Remove-PnPApplicationCustomizer", "Rank": 2, + "CommandName": "Remove-PnPApplicationCustomizer", "Command": "Remove-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Id": 1175, - "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Remove-PnPAvailableSiteClassification", "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\"" }, { "Id": 1176, - "CommandName": "Remove-PnPAvailableSiteClassification", "Rank": 2, + "CommandName": "Remove-PnPAvailableSiteClassification", "Command": "Remove-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Id": 1177, - "CommandName": "Remove-PnPAzureADApp", "Rank": 1, + "CommandName": "Remove-PnPAzureADApp", "Command": "Remove-PnPAzureADApp -Identity MyApp" }, { "Id": 1178, - "CommandName": "Remove-PnPAzureADApp", "Rank": 2, + "CommandName": "Remove-PnPAzureADApp", "Command": "Remove-PnPAzureADApp -Identity 93a9772d-d0af-4ed8-9821-17282b64690e" }, { "Id": 1179, - "CommandName": "Remove-PnPAzureADGroup", "Rank": 1, + "CommandName": "Remove-PnPAzureADGroup", "Command": "Remove-PnPAzureADGroup -Identity $groupId" }, { "Id": 1180, - "CommandName": "Remove-PnPAzureADGroup", "Rank": 2, + "CommandName": "Remove-PnPAzureADGroup", "Command": "Remove-PnPAzureADGroup -Identity $group" }, { "Id": 1181, - "CommandName": "Remove-PnPAzureADGroupMember", "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupMember", "Command": "Remove-PnPAzureADGroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1182, - "CommandName": "Remove-PnPAzureADGroupOwner", "Rank": 1, + "CommandName": "Remove-PnPAzureADGroupOwner", "Command": "Remove-PnPAzureADGroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1183, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 1, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933 -AppRoleName \"User.ReadWrite.All\"" }, { "Id": 1184, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 2, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\" -AppRoleName \"Group.ReadWrite.All\"" }, { "Id": 1185, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 3, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal 797ee8a7-a950-4eb8-945d-7f10cc68a933" }, { "Id": 1186, - "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Rank": 4, + "CommandName": "Remove-PnPAzureADServicePrincipalAssignedAppRole", "Command": "Remove-PnPAzureADServicePrincipalAssignedAppRole -Principal \"My application\"" }, { "Id": 1187, - "CommandName": "Remove-PnPAzureADUser", "Rank": 1, + "CommandName": "Remove-PnPAzureADUser", "Command": "Remove-PnPAzureADUser -Identity johndoe@contoso.onmicrosoft.com" }, { "Id": 1188, - "CommandName": "Remove-PnPAzureADUser", "Rank": 2, + "CommandName": "Remove-PnPAzureADUser", "Command": "Remove-PnPAzureADUser -Identity 5a4c547a-1440-4f64-9952-a0c6f1c9e7ea" }, { "Id": 1189, - "CommandName": "Remove-PnPContainer", "Rank": 1, + "CommandName": "Remove-PnPContainer", "Command": "Remove-PnPContainer -Identity \"b!aBrXSxKDdUKZsaK3Djug6C5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Id": 1190, - "CommandName": "Remove-PnPContainer", "Rank": 2, + "CommandName": "Remove-PnPContainer", "Command": "Remove-PnPContainer -Identity \"https://contoso.sharepoint.com/contentstorage/CSP_4bd71a68-8312-4275-99b1-a2b70e3ba0e8\"" }, { "Id": 1191, - "CommandName": "Remove-PnPContainerType", "Rank": 1, + "CommandName": "Remove-PnPContainerType", "Command": "Remove-PnPContainerType -Identity 00be1092-0c75-028a-18db-89e57908e7d6" }, { "Id": 1192, - "CommandName": "Remove-PnPContentType", "Rank": 1, + "CommandName": "Remove-PnPContentType", "Command": "Remove-PnPContentType -Identity \"Project Document\"" }, { "Id": 1193, - "CommandName": "Remove-PnPContentType", "Rank": 2, + "CommandName": "Remove-PnPContentType", "Command": "Remove-PnPContentType -Identity \"Project Document\" -Force" }, { "Id": 1194, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 1, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType \"Test CT\" -DocumentSet \"Test Document Set\"" }, { "Id": 1195, - "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Rank": 2, + "CommandName": "Remove-PnPContentTypeFromDocumentSet", "Command": "Remove-PnPContentTypeFromDocumentSet -ContentType 0x0101001F1CEFF1D4126E4CAD10F00B6137E969 -DocumentSet 0x0120D520005DB65D094035A241BAC9AF083F825F3B" }, { "Id": 1196, - "CommandName": "Remove-PnPContentTypeFromList", "Rank": 1, + "CommandName": "Remove-PnPContentTypeFromList", "Command": "Remove-PnPContentTypeFromList -List \"Documents\" -ContentType \"Project Document\"" }, { "Id": 1197, - "CommandName": "Remove-PnPCustomAction", "Rank": 1, + "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 1198, - "CommandName": "Remove-PnPCustomAction", "Rank": 2, + "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web" }, { "Id": 1199, - "CommandName": "Remove-PnPCustomAction", "Rank": 3, + "CommandName": "Remove-PnPCustomAction", "Command": "Remove-PnPCustomAction -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2 -Force" }, { "Id": 1200, - "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Rank": 1, + "CommandName": "Remove-PnPDeletedMicrosoft365Group", "Command": "Remove-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 1201, - "CommandName": "Remove-PnPEventReceiver", "Rank": 1, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 1202, - "CommandName": "Remove-PnPEventReceiver", "Rank": 2, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList -Identity fb689d0e-eb99-4f13-beb3-86692fd39f22" }, { "Id": 1203, - "CommandName": "Remove-PnPEventReceiver", "Rank": 3, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList -Identity MyReceiver" }, { "Id": 1204, - "CommandName": "Remove-PnPEventReceiver", "Rank": 4, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -List ProjectList" }, { "Id": 1205, - "CommandName": "Remove-PnPEventReceiver", "Rank": 5, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver" }, { "Id": 1206, - "CommandName": "Remove-PnPEventReceiver", "Rank": 6, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope Site" }, { "Id": 1207, - "CommandName": "Remove-PnPEventReceiver", "Rank": 7, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope Web" }, { "Id": 1208, - "CommandName": "Remove-PnPEventReceiver", "Rank": 8, + "CommandName": "Remove-PnPEventReceiver", "Command": "Remove-PnPEventReceiver -Scope All" }, { "Id": 1209, - "CommandName": "Remove-PnPField", "Rank": 1, + "CommandName": "Remove-PnPField", "Command": "Remove-PnPField -Identity \"Speakers\"" }, { "Id": 1210, - "CommandName": "Remove-PnPField", "Rank": 2, + "CommandName": "Remove-PnPField", "Command": "Remove-PnPField -List \"Demo list\" -Identity \"Speakers\"" }, { "Id": 1211, - "CommandName": "Remove-PnPFieldFromContentType", "Rank": 1, + "CommandName": "Remove-PnPFieldFromContentType", "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\"" }, { "Id": 1212, - "CommandName": "Remove-PnPFieldFromContentType", "Rank": 2, + "CommandName": "Remove-PnPFieldFromContentType", "Command": "Remove-PnPFieldFromContentType -Field \"Project_Name\" -ContentType \"Project Document\" -DoNotUpdateChildren" }, { "Id": 1213, - "CommandName": "Remove-PnPFile", "Rank": 1, + "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -ServerRelativeUrl /sites/project/_catalogs/themes/15/company.spcolor" }, { "Id": 1214, - "CommandName": "Remove-PnPFile", "Rank": 2, + "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor" }, { "Id": 1215, - "CommandName": "Remove-PnPFile", "Rank": 3, + "CommandName": "Remove-PnPFile", "Command": "Remove-PnPFile -SiteRelativeUrl _catalogs/themes/15/company.spcolor -Recycle" }, { "Id": 1216, - "CommandName": "Remove-PnPFileFromSiteTemplate", "Rank": 1, + "CommandName": "Remove-PnPFileFromSiteTemplate", "Command": "Remove-PnPFileFromSiteTemplate -Path template.pnp -FilePath filePath" }, { "Id": 1217, - "CommandName": "Remove-PnPFileSharingLink", "Rank": 1, + "CommandName": "Remove-PnPFileSharingLink", "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\"" }, { "Id": 1218, - "CommandName": "Remove-PnPFileSharingLink", "Rank": 2, + "CommandName": "Remove-PnPFileSharingLink", "Command": "Remove-PnPFileSharingLink -FileUrl \"/sites/demo/Shared Documents/Test.docx\" -Force" }, { "Id": 1219, - "CommandName": "Remove-PnPFileVersion", "Rank": 1, + "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Id": 1220, - "CommandName": "Remove-PnPFileVersion", "Rank": 2, + "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Id": 1221, - "CommandName": "Remove-PnPFileVersion", "Rank": 3, + "CommandName": "Remove-PnPFileVersion", "Command": "Remove-PnPFileVersion -Url Documents/MyDocument.docx -All" }, { "Id": 1222, - "CommandName": "Remove-PnPFlow", "Rank": 1, + "CommandName": "Remove-PnPFlow", "Command": "Remove-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 1223, - "CommandName": "Remove-PnPFlow", "Rank": 2, + "CommandName": "Remove-PnPFlow", "Command": "Remove-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ThrowExceptionIfPowerAutomateNotFound" }, { "Id": 1224, - "CommandName": "Remove-PnPFlowOwner", "Rank": 1, + "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com" }, { "Id": 1225, - "CommandName": "Remove-PnPFlowOwner", "Rank": 2, + "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User 6844c04a-8ee7-40ad-af66-28f6e948cd04" }, { "Id": 1226, - "CommandName": "Remove-PnPFlowOwner", "Rank": 3, + "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin" }, { "Id": 1227, - "CommandName": "Remove-PnPFlowOwner", "Rank": 4, + "CommandName": "Remove-PnPFlowOwner", "Command": "Remove-PnPFlowOwner (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment) -Identity f07c34a9-a586-4e58-91fb-e7ea19741b61 -User username@tenant.onmicrosoft.com -AsAdmin -Force" }, { "Id": 1228, - "CommandName": "Remove-PnPFolder", "Rank": 1, + "CommandName": "Remove-PnPFolder", "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage" }, { "Id": 1229, - "CommandName": "Remove-PnPFolder", "Rank": 2, + "CommandName": "Remove-PnPFolder", "Command": "Remove-PnPFolder -Name NewFolder -Folder _catalogs/masterpage -Recycle" }, { "Id": 1230, - "CommandName": "Remove-PnPFolderSharingLink", "Rank": 1, + "CommandName": "Remove-PnPFolderSharingLink", "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\"" }, { "Id": 1231, - "CommandName": "Remove-PnPFolderSharingLink", "Rank": 2, + "CommandName": "Remove-PnPFolderSharingLink", "Command": "Remove-PnPFolderSharingLink -Folder \"/sites/demo/Shared Documents/Test\" -Force" }, { "Id": 1232, - "CommandName": "Remove-PnPGraphSubscription", "Rank": 1, + "CommandName": "Remove-PnPGraphSubscription", "Command": "Remove-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da" }, { "Id": 1233, - "CommandName": "Remove-PnPGroup", "Rank": 1, + "CommandName": "Remove-PnPGroup", "Command": "Remove-PnPGroup -Identity \"My Users\"" }, { "Id": 1234, - "CommandName": "Remove-PnPGroupMember", "Rank": 1, + "CommandName": "Remove-PnPGroupMember", "Command": "Remove-PnPGroupMember -LoginName user@company.com -Group 'Marketing Site Members'" }, { "Id": 1235, - "CommandName": "Remove-PnPHomeSite", "Rank": 1, + "CommandName": "Remove-PnPHomeSite", "Command": "Remove-PnPHomeSite" }, { "Id": 1236, - "CommandName": "Remove-PnPHubSiteAssociation", "Rank": 1, + "CommandName": "Remove-PnPHubSiteAssociation", "Command": "Remove-PnPHubSiteAssociation -Site \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Id": 1237, - "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 1, + "CommandName": "Remove-PnPHubToHubAssociation", "Command": "Remove-PnPHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15" }, { "Id": 1238, - "CommandName": "Remove-PnPHubToHubAssociation", "Rank": 2, + "CommandName": "Remove-PnPHubToHubAssociation", "Command": "Remove-PnPHubToHubAssociation -HubSiteUrl \"https://yourtenant.sharepoint.com/sites/sourcehub\"" }, { "Id": 1239, - "CommandName": "Remove-PnPIndexedProperty", "Rank": 1, + "CommandName": "Remove-PnPIndexedProperty", "Command": "Remove-PnPIndexedProperty -key \"MyIndexProperty\"" }, { "Id": 1240, - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 1, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery" }, { "Id": 1241, - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 2, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site" }, { "Id": 1242, - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 3, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity jQuery -Scope Site -Confirm:$false" }, { "Id": 1243, - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 4, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Scope Site" }, { "Id": 1244, - "CommandName": "Remove-PnPJavaScriptLink", "Rank": 5, + "CommandName": "Remove-PnPJavaScriptLink", "Command": "Remove-PnPJavaScriptLink -Identity faea0ce2-f0c2-4d45-a4dc-73898f3c2f2e -Scope All" }, { "Id": 1245, - "CommandName": "Remove-PnPKnowledgeHubSite", "Rank": 1, + "CommandName": "Remove-PnPKnowledgeHubSite", "Command": "Remove-PnPKnowledgeHubSite" }, { "Id": 1246, - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\"" }, { "Id": 1247, - "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "Remove-PnPLibraryFileVersionBatchDeleteJob", "Command": "Remove-PnPLibraryFileVersionBatchDeleteJob -Identity \"Documents\" -DeleteBeforeDays 360 -Force" }, { "Id": 1248, - "CommandName": "Remove-PnPList", "Rank": 1, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements" }, { "Id": 1249, - "CommandName": "Remove-PnPList", "Rank": 2, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Force" }, { "Id": 1250, - "CommandName": "Remove-PnPList", "Rank": 3, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Recycle" }, { "Id": 1251, - "CommandName": "Remove-PnPList", "Rank": 4, + "CommandName": "Remove-PnPList", "Command": "Remove-PnPList -Identity Announcements -Recycle -LargeList" }, { "Id": 1252, - "CommandName": "Remove-PnPListDesign", "Rank": 1, + "CommandName": "Remove-PnPListDesign", "Command": "Remove-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1253, - "CommandName": "Remove-PnPListItem", "Rank": 1, + "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force" }, { "Id": 1254, - "CommandName": "Remove-PnPListItem", "Rank": 2, + "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\" -Identity \"1\" -Force -Recycle" }, { "Id": 1255, - "CommandName": "Remove-PnPListItem", "Rank": 3, + "CommandName": "Remove-PnPListItem", "Command": "Remove-PnPListItem -List \"Demo List\"" }, { "Id": 1256, - "CommandName": "Remove-PnPListItemAttachment", "Rank": 1, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt" }, { "Id": 1257, - "CommandName": "Remove-PnPListItemAttachment", "Rank": 2, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle" }, { "Id": 1258, - "CommandName": "Remove-PnPListItemAttachment", "Rank": 3, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -FileName test.txt -Recycle -Force" }, { "Id": 1259, - "CommandName": "Remove-PnPListItemAttachment", "Rank": 4, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All -Recycle -Force" }, { "Id": 1260, - "CommandName": "Remove-PnPListItemAttachment", "Rank": 5, + "CommandName": "Remove-PnPListItemAttachment", "Command": "Remove-PnPListItemAttachment -List \"Demo List\" -Identity 1 -All" }, { "Id": 1261, - "CommandName": "Remove-PnPListItemComment", "Rank": 1, + "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\" -Force" }, { "Id": 1262, - "CommandName": "Remove-PnPListItemComment", "Rank": 2, + "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -Text \"test comment\"" }, { "Id": 1263, - "CommandName": "Remove-PnPListItemComment", "Rank": 3, + "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All -Force" }, { "Id": 1264, - "CommandName": "Remove-PnPListItemComment", "Rank": 4, + "CommandName": "Remove-PnPListItemComment", "Command": "Remove-PnPListItemComment -List \"Demo List\" -Identity \"1\" -All" }, { "Id": 1265, - "CommandName": "Remove-PnPListItemVersion", "Rank": 1, + "CommandName": "Remove-PnPListItemVersion", "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { "Id": 1266, - "CommandName": "Remove-PnPListItemVersion", "Rank": 2, + "CommandName": "Remove-PnPListItemVersion", "Command": "Remove-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { "Id": 1267, - "CommandName": "Remove-PnPManagedAppId", "Rank": 1, + "CommandName": "Remove-PnPManagedAppId", "Command": "Remove-PnPManagedAppId -Url \"https://tenant.sharepoint.com\"" }, { "Id": 1268, - "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365Group", "Command": "Remove-PnPMicrosoft365Group -Identity $groupId" }, { "Id": 1269, - "CommandName": "Remove-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365Group", "Command": "Remove-PnPMicrosoft365Group -Identity $group" }, { "Id": 1270, - "CommandName": "Remove-PnPMicrosoft365GroupMember", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupMember", "Command": "Remove-PnPMicrosoft365GroupMember -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1271, - "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupOwner", "Command": "Remove-PnPMicrosoft365GroupOwner -Identity \"Project Team\" -Users \"john@contoso.onmicrosoft.com\",\"jane@contoso.onmicrosoft.com\"" }, { "Id": 1272, - "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupPhoto", "Command": "Remove-PnPMicrosoft365GroupPhoto -Identity \"Project Team\"" }, { "Id": 1273, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\"" }, { "Id": 1274, - "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "Remove-PnPMicrosoft365GroupSettings", "Command": "Remove-PnPMicrosoft365GroupSettings -Identity \"10f686b9-9deb-4ad8-ba8c-1f9b7a00a22b\" -Group $groupId" }, { "Id": 1275, - "CommandName": "Remove-PnPNavigationNode", "Rank": 1, + "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Identity 1032" }, { "Id": 1276, - "CommandName": "Remove-PnPNavigationNode", "Rank": 2, + "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Title Recent -Location QuickLaunch" }, { "Id": 1277, - "CommandName": "Remove-PnPNavigationNode", "Rank": 3, + "CommandName": "Remove-PnPNavigationNode", "Command": "Remove-PnPNavigationNode -Title Home -Location TopNavigationBar -Force" }, { "Id": 1278, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\"" }, { "Id": 1279, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 2, + "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true" }, { "Id": 1280, - "CommandName": "Remove-PnPOrgAssetsLibrary", "Rank": 3, + "CommandName": "Remove-PnPOrgAssetsLibrary", "Command": "Remove-PnPOrgAssetsLibrary -LibraryUrl \"sites/branding/logos\" -ShouldRemoveFromCdn $true -CdnType Private" }, { "Id": 1281, - "CommandName": "Remove-PnPOrgNewsSite", "Rank": 1, + "CommandName": "Remove-PnPOrgNewsSite", "Command": "Remove-PnPOrgNewsSite -OrgNewsSiteUrl \"https://tenant.sharepoint.com/sites/mysite\"" }, { "Id": 1282, - "CommandName": "Remove-PnPPage", "Rank": 1, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"MyPage\"" }, { "Id": 1283, - "CommandName": "Remove-PnPPage", "Rank": 2, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"Templates/MyPageTemplate\"" }, { "Id": 1284, - "CommandName": "Remove-PnPPage", "Rank": 3, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage $page" }, { "Id": 1285, - "CommandName": "Remove-PnPPage", "Rank": 4, + "CommandName": "Remove-PnPPage", "Command": "Remove-PnPPage -Identity \"MyPage\" -Recycle" }, { "Id": 1286, - "CommandName": "Remove-PnPPageComponent", "Rank": 1, + "CommandName": "Remove-PnPPageComponent", "Command": "Remove-PnPPageComponent -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 1287, - "CommandName": "Remove-PnPPlannerBucket", "Rank": 1, + "CommandName": "Remove-PnPPlannerBucket", "Command": "Remove-PnPPlannerBucket -Group \"Marketing\" -Plan \"Conference\" -Identity \"Pre-conference Todos\"" }, { "Id": 1288, - "CommandName": "Remove-PnPPlannerPlan", "Rank": 1, + "CommandName": "Remove-PnPPlannerPlan", "Command": "Remove-PnPPlannerPlan -Group \"Marketing\" -Identity \"Conference Planning\"" }, { "Id": 1289, - "CommandName": "Remove-PnPPlannerRoster", "Rank": 1, + "CommandName": "Remove-PnPPlannerRoster", "Command": "Remove-PnPPlannerRoster -Identity \"6519868f-868f-6519-8f86-19658f861965\"" }, { "Id": 1290, - "CommandName": "Remove-PnPPlannerRosterMember", "Rank": 1, + "CommandName": "Remove-PnPPlannerRosterMember", "Command": "Remove-PnPPlannerRosterMember -Identity \"6519868f-868f-6519-8f86-19658f861965\" -User \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 1291, - "CommandName": "Remove-PnPPlannerTask", "Rank": 1, + "CommandName": "Remove-PnPPlannerTask", "Command": "Remove-PnPPlannerTask -Task _LIqnL4lZUqurT71i2-iY5YALFLk" }, { "Id": 1292, - "CommandName": "Remove-PnPProfileCardProperty", "Rank": 1, + "CommandName": "Remove-PnPProfileCardProperty", "Command": "Remove-PnPProfileCardProperty -PropertyName CustomAttribute1" }, { "Id": 1293, - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 1, + "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey" }, { "Id": 1294, - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 2, + "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /MyFolder" }, { "Id": 1295, - "CommandName": "Remove-PnPPropertyBagValue", "Rank": 3, + "CommandName": "Remove-PnPPropertyBagValue", "Command": "Remove-PnPPropertyBagValue -Key MyKey -Folder /" }, { "Id": 1296, - "CommandName": "Remove-PnPPublishingImageRendition", "Rank": 1, + "CommandName": "Remove-PnPPublishingImageRendition", "Command": "Remove-PnPPublishingImageRendition -Name \"MyImageRendition\" -Width 800 -Height 600" }, { "Id": 1297, - "CommandName": "Remove-PnPRoleDefinition", "Rank": 1, + "CommandName": "Remove-PnPRoleDefinition", "Command": "Remove-PnPRoleDefinition -Identity MyRoleDefinition" }, { "Id": 1298, - "CommandName": "Remove-PnPSdnProvider", "Rank": 1, + "CommandName": "Remove-PnPSdnProvider", "Command": "Remove-PnPSdnProvider -Confirm:false" }, { "Id": 1299, - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 1, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config" }, { "Id": 1300, - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 2, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Id": 1301, - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 3, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Id": 1302, - "CommandName": "Remove-PnPSearchConfiguration", "Rank": 4, + "CommandName": "Remove-PnPSearchConfiguration", "Command": "Remove-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 1303, - "CommandName": "Remove-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "Remove-PnPSearchExternalConnection", "Command": "Remove-PnPSearchExternalConnection -Identity \"pnppowershell\"" }, { "Id": 1304, - "CommandName": "Remove-PnPSearchExternalItem", "Rank": 1, + "CommandName": "Remove-PnPSearchExternalItem", "Command": "Remove-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\"" }, { "Id": 1305, - "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionAdmin", "Command": "Remove-PnPSiteCollectionAdmin -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 1306, - "CommandName": "Remove-PnPSiteCollectionAdmin", "Rank": 2, + "CommandName": "Remove-PnPSiteCollectionAdmin", "Command": "Remove-PnPSiteCollectionAdmin -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 1307, - "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionAppCatalog", "Command": "Remove-PnPSiteCollectionAppCatalog -Site \"https://contoso.sharepoint.com/sites/FinanceTeamsite\"" }, { "Id": 1308, - "CommandName": "Remove-PnPSiteCollectionTermStore", "Rank": 1, + "CommandName": "Remove-PnPSiteCollectionTermStore", "Command": "Remove-PnPSiteCollectionTermStore" }, { "Id": 1309, - "CommandName": "Remove-PnPSiteDesign", "Rank": 1, + "CommandName": "Remove-PnPSiteDesign", "Command": "Remove-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1310, - "CommandName": "Remove-PnPSiteDesignTask", "Rank": 1, + "CommandName": "Remove-PnPSiteDesignTask", "Command": "Remove-PnPSiteDesignTask -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1311, - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 1, + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Command": "Remove-PnPSiteFileVersionBatchDeleteJob" }, { "Id": 1312, - "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Rank": 2, + "CommandName": "Remove-PnPSiteFileVersionBatchDeleteJob", "Command": "Remove-PnPSiteFileVersionBatchDeleteJob -Force" }, { "Id": 1313, - "CommandName": "Remove-PnPSiteGroup", "Rank": 1, + "CommandName": "Remove-PnPSiteGroup", "Command": "Remove-PnPSiteGroup -Identity GroupToRemove -Site \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1314, - "CommandName": "Remove-PnPSiteGroup", "Rank": 2, + "CommandName": "Remove-PnPSiteGroup", "Command": "Remove-PnPSiteGroup -Identity GroupToRemove" }, { "Id": 1315, - "CommandName": "Remove-PnPSiteScript", "Rank": 1, + "CommandName": "Remove-PnPSiteScript", "Command": "Remove-PnPSiteScript -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd" }, { "Id": 1316, - "CommandName": "Remove-PnPSiteUserInvitations", "Rank": 1, + "CommandName": "Remove-PnPSiteUserInvitations", "Command": "Remove-PnPSiteUserInvitations -Site \"https://contoso.sharepoint.com/sites/ContosoWeb1/\" -EmailAddress someone@example.com" }, { "Id": 1317, - "CommandName": "Remove-PnPStorageEntity", "Rank": 1, + "CommandName": "Remove-PnPStorageEntity", "Command": "Remove-PnPStorageEntity -Key MyKey" }, { "Id": 1318, - "CommandName": "Remove-PnPStorageEntity", "Rank": 2, + "CommandName": "Remove-PnPStorageEntity", "Command": "Remove-PnPStorageEntity -Key MyKey -Scope Site" }, { "Id": 1319, - "CommandName": "Remove-PnPStoredCredential", "Rank": 1, + "CommandName": "Remove-PnPStoredCredential", "Command": "Remove-PnPStoredCredential -Name \"https://tenant.sharepoint.com\"" }, { "Id": 1320, - "CommandName": "Remove-PnPTaxonomyItem", "Rank": 1, + "CommandName": "Remove-PnPTaxonomyItem", "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\"" }, { "Id": 1321, - "CommandName": "Remove-PnPTaxonomyItem", "Rank": 2, + "CommandName": "Remove-PnPTaxonomyItem", "Command": "Remove-PnPTaxonomyItem -TermPath \"HR|Recruitment|Marketing\" -Force" }, { "Id": 1322, - "CommandName": "Remove-PnPTeamsApp", "Rank": 1, + "CommandName": "Remove-PnPTeamsApp", "Command": "Remove-PnPTeamsApp -Identity ac139d8b-fa2b-4ffe-88b3-f0b30158b58b" }, { "Id": 1323, - "CommandName": "Remove-PnPTeamsApp", "Rank": 2, + "CommandName": "Remove-PnPTeamsApp", "Command": "Remove-PnPTeamsApp -Identity \"My Teams App\"" }, { "Id": 1324, - "CommandName": "Remove-PnPTeamsChannel", "Rank": 1, + "CommandName": "Remove-PnPTeamsChannel", "Command": "Remove-PnPTeamsChannel -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Identity \"My Channel\"" }, { "Id": 1325, - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 1, + "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA==" }, { "Id": 1326, - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 2, + "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity 00000000-0000-0000-0000-000000000000" }, { "Id": 1327, - "CommandName": "Remove-PnPTeamsChannelUser", "Rank": 3, + "CommandName": "Remove-PnPTeamsChannelUser", "Command": "Remove-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Channel\" -Identity john.doe@contoso.com -Force" }, { "Id": 1328, - "CommandName": "Remove-PnPTeamsTab", "Rank": 1, + "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel \"General\" -Identity Wiki" }, { "Id": 1329, - "CommandName": "Remove-PnPTeamsTab", "Rank": 2, + "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity Wiki" }, { "Id": 1330, - "CommandName": "Remove-PnPTeamsTab", "Rank": 3, + "CommandName": "Remove-PnPTeamsTab", "Command": "Remove-PnPTeamsTab -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Channel 19:796d063b63e34497aeaf092c8fb9b44e@thread.skype -Identity fcef815d-2e8e-47a5-b06b-9bebba5c7852" }, { "Id": 1331, - "CommandName": "Remove-PnPTeamsTag", "Rank": 1, + "CommandName": "Remove-PnPTeamsTag", "Command": "Remove-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\"" }, { "Id": 1332, - "CommandName": "Remove-PnPTeamsTeam", "Rank": 1, + "CommandName": "Remove-PnPTeamsTeam", "Command": "Remove-PnPTeamsTeam -Identity 5beb63c5-0571-499e-94d5-3279fdd9b6b5" }, { "Id": 1333, - "CommandName": "Remove-PnPTeamsTeam", "Rank": 2, + "CommandName": "Remove-PnPTeamsTeam", "Command": "Remove-PnPTeamsTeam -Identity testteam" }, { "Id": 1334, - "CommandName": "Remove-PnPTeamsUser", "Rank": 1, + "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com" }, { "Id": 1335, - "CommandName": "Remove-PnPTeamsUser", "Rank": 2, + "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 1336, - "CommandName": "Remove-PnPTeamsUser", "Rank": 3, + "CommandName": "Remove-PnPTeamsUser", "Command": "Remove-PnPTeamsUser -Team MyTeam -Users \"john@doe.com\",\"jane@doe.com\",\"mark@doe.com\"" }, { "Id": 1337, - "CommandName": "Remove-PnPTenantCdnOrigin", "Rank": 1, + "CommandName": "Remove-PnPTenantCdnOrigin", "Command": "Remove-PnPTenantCdnOrigin -OriginUrl /sites/site/subfolder -CdnType Public" }, { "Id": 1338, - "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 1, + "CommandName": "Remove-PnPTenantDeletedSite", "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1339, - "CommandName": "Remove-PnPTenantDeletedSite", "Rank": 2, + "CommandName": "Remove-PnPTenantDeletedSite", "Command": "Remove-PnPTenantDeletedSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Id": 1340, - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 1, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\" -ContainsHeader" }, { "Id": 1341, - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 2, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesListFileUrl \"C:\\temp\\sitelist.csv\"" }, { "Id": 1342, - "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Rank": 3, + "CommandName": "Remove-PnPTenantRestrictedSearchAllowedList", "Command": "Remove-PnPTenantRestrictedSearchAllowedList -SitesList @(\"https://contoso.sharepoint.com/sites/Company311\",\"https://contoso.sharepoint.com/sites/contosoportal\")" }, { "Id": 1343, - "CommandName": "Remove-PnPTenantSite", "Rank": 1, + "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1344, - "CommandName": "Remove-PnPTenantSite", "Rank": 2, + "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -Force -SkipRecycleBin" }, { "Id": 1345, - "CommandName": "Remove-PnPTenantSite", "Rank": 3, + "CommandName": "Remove-PnPTenantSite", "Command": "Remove-PnPTenantSite -Url \"https://tenant.sharepoint.com/sites/contoso\" -FromRecycleBin" }, { "Id": 1346, - "CommandName": "Remove-PnPTenantSyncClientRestriction", "Rank": 1, + "CommandName": "Remove-PnPTenantSyncClientRestriction", "Command": "Remove-PnPTenantSyncClientRestriction" }, { "Id": 1347, - "CommandName": "Remove-PnPTenantTheme", "Rank": 1, + "CommandName": "Remove-PnPTenantTheme", "Command": "Remove-PnPTenantTheme -Name \"MyCompanyTheme\"" }, { "Id": 1348, - "CommandName": "Remove-PnPTerm", "Rank": 1, + "CommandName": "Remove-PnPTerm", "Command": "Remove-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Id": 1349, - "CommandName": "Remove-PnPTerm", "Rank": 2, + "CommandName": "Remove-PnPTerm", "Command": "Remove-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 1350, - "CommandName": "Remove-PnPTermGroup", "Rank": 1, + "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380" }, { "Id": 1351, - "CommandName": "Remove-PnPTermGroup", "Rank": 2, + "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity \"Corporate\"" }, { "Id": 1352, - "CommandName": "Remove-PnPTermGroup", "Rank": 3, + "CommandName": "Remove-PnPTermGroup", "Command": "Remove-PnPTermGroup -Identity \"HR\" -Force" }, { "Id": 1353, - "CommandName": "Remove-PnPTermLabel", "Rank": 1, + "CommandName": "Remove-PnPTermLabel", "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term 2d1f298b-804a-4a05-96dc-29b667adec62" }, { "Id": 1354, - "CommandName": "Remove-PnPTermLabel", "Rank": 2, + "CommandName": "Remove-PnPTermLabel", "Command": "Remove-PnPTermLabel -Label \"Marknadsföring\" -Lcid 1053 -Term \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\"" }, { "Id": 1355, - "CommandName": "Remove-PnPTodoList", "Rank": 1, + "CommandName": "Remove-PnPTodoList", "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\"" }, { "Id": 1356, - "CommandName": "Remove-PnPTodoList", "Rank": 2, + "CommandName": "Remove-PnPTodoList", "Command": "Remove-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com" }, { "Id": 1357, - "CommandName": "Remove-PnPUser", "Rank": 1, + "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity 23" }, { "Id": 1358, - "CommandName": "Remove-PnPUser", "Rank": 2, + "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com" }, { "Id": 1359, - "CommandName": "Remove-PnPUser", "Rank": 3, + "CommandName": "Remove-PnPUser", "Command": "Remove-PnPUser -Identity i:0#.f|membership|user@tenant.onmicrosoft.com -Force:$false" }, { "Id": 1360, - "CommandName": "Remove-PnPUserInfo", "Rank": 1, + "CommandName": "Remove-PnPUserInfo", "Command": "Remove-PnPUserInfo -LoginName user@domain.com -Site \"https://yoursite.sharepoint.com/sites/team\"" }, { "Id": 1361, - "CommandName": "Remove-PnPUserProfile", "Rank": 1, + "CommandName": "Remove-PnPUserProfile", "Command": "Remove-PnPUserProfile -LoginName user@domain.com" }, { "Id": 1362, - "CommandName": "Remove-PnPUserProfilePhoto", "Rank": 1, + "CommandName": "Remove-PnPUserProfilePhoto", "Command": "Remove-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\"" }, { "Id": 1363, - "CommandName": "Remove-PnPView", "Rank": 1, + "CommandName": "Remove-PnPView", "Command": "Remove-PnPView -List \"Demo List\" -Identity \"All Items\"" }, { "Id": 1364, - "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Remove-PnPVivaConnectionsDashboardACE", "Command": "Remove-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\"" }, { "Id": 1365, - "CommandName": "Remove-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "Remove-PnPVivaEngageCommunity", "Command": "Remove-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\"" }, { "Id": 1366, - "CommandName": "Remove-PnPWeb", "Rank": 1, + "CommandName": "Remove-PnPWeb", "Command": "Remove-PnPWeb -Identity projectA" }, { "Id": 1367, - "CommandName": "Remove-PnPWeb", "Rank": 2, + "CommandName": "Remove-PnPWeb", "Command": "Remove-PnPWeb -Identity 5fecaf67-6b9e-4691-a0ff-518fc9839aa0" }, { "Id": 1368, - "CommandName": "Remove-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Remove-PnPWebhookSubscription", "Command": "Remove-PnPWebhookSubscription -List MyList -Identity ea1533a8-ff03-415b-a7b6-517ee50db8b6" }, { "Id": 1369, - "CommandName": "Remove-PnPWebPart", "Rank": 1, + "CommandName": "Remove-PnPWebPart", "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Identity a2875399-d6ff-43a0-96da-be6ae5875f82" }, { "Id": 1370, - "CommandName": "Remove-PnPWebPart", "Rank": 2, + "CommandName": "Remove-PnPWebPart", "Command": "Remove-PnPWebPart -ServerRelativePageUrl \"/sites/demo/sitepages/home.aspx\" -Title MyWebpart" }, { "Id": 1371, - "CommandName": "Remove-PnPWikiPage", "Rank": 1, + "CommandName": "Remove-PnPWikiPage", "Command": "Remove-PnPWikiPage -PageUrl '/pages/wikipage.aspx'" }, { "Id": 1372, - "CommandName": "Rename-PnPFile", "Rank": 1, + "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx" }, { "Id": 1373, - "CommandName": "Rename-PnPFile", "Rank": 2, + "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -SiteRelativeUrl Documents/company.aspx -TargetFileName mycompany.docx" }, { "Id": 1374, - "CommandName": "Rename-PnPFile", "Rank": 3, + "CommandName": "Rename-PnPFile", "Command": "Rename-PnPFile -ServerRelativeUrl /sites/project/Documents/company.docx -TargetFileName mycompany.docx -OverwriteIfAlreadyExists" }, { "Id": 1375, - "CommandName": "Rename-PnPFolder", "Rank": 1, + "CommandName": "Rename-PnPFolder", "Command": "Rename-PnPFolder -Folder Documents/Reports -TargetFolderName 'Archived Reports'" }, { "Id": 1376, - "CommandName": "Repair-PnPSite", "Rank": 1, + "CommandName": "Repair-PnPSite", "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1377, - "CommandName": "Repair-PnPSite", "Rank": 2, + "CommandName": "Repair-PnPSite", "Command": "Repair-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Id": 1378, - "CommandName": "Request-PnPPersonalSite", "Rank": 1, + "CommandName": "Request-PnPPersonalSite", "Command": "Request-PnPPersonalSite -UserEmails @(\"user1@contoso.com\", \"user2@contoso.com\")" }, { "Id": 1379, - "CommandName": "Request-PnPPersonalSite", "Rank": 2, + "CommandName": "Request-PnPPersonalSite", "Command": "Request-PnPPersonalSite -UserEmails \"user1@contoso.com\"" }, { "Id": 1380, - "CommandName": "Request-PnPReIndexList", "Rank": 1, + "CommandName": "Request-PnPReIndexList", "Command": "Request-PnPReIndexList -Identity \"Demo List\"" }, { "Id": 1381, - "CommandName": "Request-PnPReIndexWeb", "Rank": 1, + "CommandName": "Request-PnPReIndexWeb", "Command": "Request-PnPReIndexWeb" }, { "Id": 1382, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 1, + "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -FileUrl \"/sites/finance/invoices/invoice1.docx\"" }, { "Id": 1383, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 2, + "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -List \"Invoices\"" }, { "Id": 1384, - "CommandName": "Request-PnPSyntexClassifyAndExtract", "Rank": 3, + "CommandName": "Request-PnPSyntexClassifyAndExtract", "Command": "Request-PnPSyntexClassifyAndExtract -Folder (Get-PnPFolder -Url \"invoices/Q1/jan\")" }, { "Id": 1385, - "CommandName": "Reset-PnPDocumentId", "Rank": 1, + "CommandName": "Reset-PnPDocumentId", "Command": "Reset-PnPDocumentId -File \"/sites/demo/Shared Documents/MyDocument.docx\"" }, { "Id": 1386, - "CommandName": "Reset-PnPDocumentId", "Rank": 2, + "CommandName": "Reset-PnPDocumentId", "Command": "Reset-PnPDocumentId -Library \"Documents\" -ContentType (Get-PnPContentType -List \"Documents\" | Where-Object Name -eq \"Document\"" }, { "Id": 1387, - "CommandName": "Reset-PnPFileVersion", "Rank": 1, + "CommandName": "Reset-PnPFileVersion", "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\"" }, { "Id": 1388, - "CommandName": "Reset-PnPFileVersion", "Rank": 2, + "CommandName": "Reset-PnPFileVersion", "Command": "Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\"" }, { "Id": 1389, - "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Rank": 1, + "CommandName": "Reset-PnPMicrosoft365GroupExpiration", "Command": "Reset-PnPMicrosoft365GroupExpiration" }, { "Id": 1390, - "CommandName": "Reset-PnPRetentionLabel", "Rank": 1, + "CommandName": "Reset-PnPRetentionLabel", "Command": "Reset-PnPRetentionLabel -List \"Demo List\"" }, { "Id": 1391, - "CommandName": "Reset-PnPRetentionLabel", "Rank": 2, + "CommandName": "Reset-PnPRetentionLabel", "Command": "Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true" }, { "Id": 1392, - "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Rank": 1, + "CommandName": "Reset-PnPUserOneDriveQuotaToDefault", "Command": "Reset-PnPUserOneDriveQuotaToDefault -Account 'user@domain.com'" }, { "Id": 1393, - "CommandName": "Resolve-PnPFolder", "Rank": 1, + "CommandName": "Resolve-PnPFolder", "Command": "Resolve-PnPFolder -SiteRelativePath \"demofolder/subfolder\"" }, { "Id": 1394, - "CommandName": "Restart-PnPFlowRun", "Rank": 1, + "CommandName": "Restart-PnPFlowRun", "Command": "Restart-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Id": 1395, - "CommandName": "Restore-PnPDeletedContainer", "Rank": 1, + "CommandName": "Restore-PnPDeletedContainer", "Command": "Restore-PnPDeletedContainer -Identity \"b!jKRbiovfMEWUWKabObEnjC5rF4MG3pRBomypnjOHiSrjkM_EBk_1S57U3gD7oW-1\"" }, { "Id": 1396, - "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Rank": 1, + "CommandName": "Restore-PnPDeletedMicrosoft365Group", "Command": "Restore-PnPDeletedMicrosoft365Group -Identity 38b32e13-e900-4d95-b860-fb52bc07ca7f" }, { "Id": 1397, - "CommandName": "Restore-PnPFileVersion", "Rank": 1, + "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity 512" }, { "Id": 1398, - "CommandName": "Restore-PnPFileVersion", "Rank": 2, + "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url /sites/HRSite/Documents/MyDocument.docx -Identity 512" }, { "Id": 1399, - "CommandName": "Restore-PnPFileVersion", "Rank": 3, + "CommandName": "Restore-PnPFileVersion", "Command": "Restore-PnPFileVersion -Url Documents/MyDocument.docx -Identity \"Version 1.0\"" }, { "Id": 1400, - "CommandName": "Restore-PnPFlow", "Rank": 1, + "CommandName": "Restore-PnPFlow", "Command": "Restore-PnPFlow -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 1401, - "CommandName": "Restore-PnPFlow", "Rank": 2, + "CommandName": "Restore-PnPFlow", "Command": "Restore-PnPFlow -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182" }, { "Id": 1402, - "CommandName": "Restore-PnPListItemVersion", "Rank": 1, + "CommandName": "Restore-PnPListItemVersion", "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version 512" }, { "Id": 1403, - "CommandName": "Restore-PnPListItemVersion", "Rank": 2, + "CommandName": "Restore-PnPListItemVersion", "Command": "Restore-PnPListItemVersion -List \"Demo List\" -Identity 1 -Version \"1.0\"" }, { "Id": 1404, - "CommandName": "Restore-PnPRecycleBinItem", "Rank": 1, + "CommandName": "Restore-PnPRecycleBinItem", "Command": "Restore-PnPRecycleBinItem -Identity 72e4d749-d750-4989-b727-523d6726e442" }, { "Id": 1405, - "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 1, + "CommandName": "Restore-PnPTenantRecycleBinItem", "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1406, - "CommandName": "Restore-PnPTenantRecycleBinItem", "Rank": 2, + "CommandName": "Restore-PnPTenantRecycleBinItem", "Command": "Restore-PnPTenantRecycleBinItem -Url \"https://tenant.sharepoint.com/sites/contoso\" -Wait" }, { "Id": 1407, - "CommandName": "Restore-PnPTenantSite", "Rank": 1, + "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\"" }, { "Id": 1408, - "CommandName": "Restore-PnPTenantSite", "Rank": 2, + "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force" }, { "Id": 1409, - "CommandName": "Restore-PnPTenantSite", "Rank": 3, + "CommandName": "Restore-PnPTenantSite", "Command": "Restore-PnPTenantSite -Identity \"https://tenant.sharepoint.com/sites/contoso\" -Force -NoWait" }, { "Id": 1410, - "CommandName": "Revoke-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Revoke-PnPAzureADAppSitePermission", "Command": "Revoke-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa" }, { "Id": 1411, - "CommandName": "Revoke-PnPHubSiteRights", "Rank": 1, + "CommandName": "Revoke-PnPHubSiteRights", "Command": "Revoke-PnPHubSiteRights -Identity \"https://contoso.sharepoint.com/sites/hubsite\" -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 1412, - "CommandName": "Revoke-PnPSiteDesignRights", "Rank": 1, + "CommandName": "Revoke-PnPSiteDesignRights", "Command": "Revoke-PnPSiteDesignRights -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -Principals \"myuser@mydomain.com\",\"myotheruser@mydomain.com\"" }, { "Id": 1413, - "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Rank": 1, + "CommandName": "Revoke-PnPTenantServicePrincipalPermission", "Command": "Revoke-PnPTenantServicePrincipalPermission -Scope \"Group.Read.All\"" }, { "Id": 1414, - "CommandName": "Revoke-PnPUserSession", "Rank": 1, + "CommandName": "Revoke-PnPUserSession", "Command": "Revoke-PnPUserSession -User user1@contoso.com" }, { "Id": 1415, - "CommandName": "Save-PnPPageConversionLog", "Rank": 1, + "CommandName": "Save-PnPPageConversionLog", "Command": "Save-PnPPageConversionLog" }, { "Id": 1416, - "CommandName": "Save-PnPSiteTemplate", "Rank": 1, + "CommandName": "Save-PnPSiteTemplate", "Command": "Save-PnPSiteTemplate -Template .\\template.xml -Out .\\template.pnp" }, { "Id": 1417, - "CommandName": "Save-PnPTenantTemplate", "Rank": 1, + "CommandName": "Save-PnPTenantTemplate", "Command": "Save-PnPTenantTemplate -Template template.xml -Out .\\tenanttemplate.pnp" }, { "Id": 1418, - "CommandName": "Send-PnPMail", "Rank": 1, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Id": 1419, - "CommandName": "Send-PnPMail", "Rank": 2, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"sharedmailbox@contoso.onmicrosoft.com\" -To \"recipient1@contoso.com\",\"recipient2@contoso.com\",\"recipient3@contoso.com\" -Cc \"recipient4@contoso.com\" -Bcc \"recipient5@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Importance Low" }, { "Id": 1420, - "CommandName": "Send-PnPMail", "Rank": 3, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -To \"address@tenant.microsoftonline.com\" -Subject \"Test message\" -Body \"This is a test message\"" }, { "Id": 1421, - "CommandName": "Send-PnPMail", "Rank": 4, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Attachments \"C:\\PnPCommunity\\Test\\test.docx\"" }, { "Id": 1422, - "CommandName": "Send-PnPMail", "Rank": 5, + "CommandName": "Send-PnPMail", "Command": "Send-PnPMail -From \"user@contoso.onmicrosoft.com\" -To \"recipient@contoso.com\" -Subject \"Test message\" -Body \"This is a test message\" -Files \"/sites/test/Shared Documents/Test.docx\"" }, { "Id": 1423, - "CommandName": "Set-PnPAdaptiveScopeProperty", "Rank": 1, + "CommandName": "Set-PnPAdaptiveScopeProperty", "Command": "Set-PnPAdaptiveScopeProperty -Key MyKey -Value MyValue" }, { "Id": 1424, - "CommandName": "Set-PnPApplicationCustomizer", "Rank": 1, + "CommandName": "Set-PnPApplicationCustomizer", "Command": "Set-PnPApplicationCustomizer -Identity aa66f67e-46c0-4474-8a82-42bf467d07f2" }, { "Id": 1425, - "CommandName": "Set-PnPApplicationCustomizer", "Rank": 2, + "CommandName": "Set-PnPApplicationCustomizer", "Command": "Set-PnPApplicationCustomizer -ClientSideComponentId aa66f67e-46c0-4474-8a82-42bf467d07f2 -Scope web -ClientSideComponentProperties \"{`\"sourceTermSet`\":`\"PnP-CollabFooter-SharedLinks`\",`\"personalItemsStorageProperty`\":`\"PnP-CollabFooter-MyLinks`\"}\"" }, { "Id": 1426, - "CommandName": "Set-PnPAppSideLoading", "Rank": 1, + "CommandName": "Set-PnPAppSideLoading", "Command": "Set-PnPAppSideLoading -On" }, { "Id": 1427, - "CommandName": "Set-PnPAppSideLoading", "Rank": 2, + "CommandName": "Set-PnPAppSideLoading", "Command": "Set-PnPAppSideLoading -Off" }, { "Id": 1428, - "CommandName": "Set-PnPAuditing", "Rank": 1, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -EnableAll" }, { "Id": 1429, - "CommandName": "Set-PnPAuditing", "Rank": 2, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -DisableAll" }, { "Id": 1430, - "CommandName": "Set-PnPAuditing", "Rank": 3, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -RetentionTime 7" }, { "Id": 1431, - "CommandName": "Set-PnPAuditing", "Rank": 4, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -TrimAuditLog" }, { "Id": 1432, - "CommandName": "Set-PnPAuditing", "Rank": 5, + "CommandName": "Set-PnPAuditing", "Command": "Set-PnPAuditing -RetentionTime 7 -CheckOutCheckInItems -MoveCopyItems -SearchContent" }, { "Id": 1433, - "CommandName": "Set-PnPAvailablePageLayouts", "Rank": 1, + "CommandName": "Set-PnPAvailablePageLayouts", "Command": "Set-PnPAvailablePageLayouts -AllowAllPageLayouts" }, { "Id": 1434, - "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 1, + "CommandName": "Set-PnPAzureADAppSitePermission", "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions Read" }, { "Id": 1435, - "CommandName": "Set-PnPAzureADAppSitePermission", "Rank": 2, + "CommandName": "Set-PnPAzureADAppSitePermission", "Command": "Set-PnPAzureADAppSitePermission -PermissionId ABSDFefsdfef33fsdFSvsadf3e3fsdaffsa -Permissions FullControl -Site https://contoso.microsoft.com/sites/projects" }, { "Id": 1436, - "CommandName": "Set-PnPAzureADGroup", "Rank": 1, + "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $group -DisplayName \"My DisplayName\"" }, { "Id": 1437, - "CommandName": "Set-PnPAzureADGroup", "Rank": 2, + "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { "Id": 1438, - "CommandName": "Set-PnPAzureADGroup", "Rank": 3, + "CommandName": "Set-PnPAzureADGroup", "Command": "Set-PnPAzureADGroup -Identity $group -Owners demo@contoso.com" }, { "Id": 1439, - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 1, + "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter \"0.00:45:00\" -SignOutAfter \"0.01:00:00\"" }, { "Id": 1440, - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 2, + "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$true -WarnAfter (New-TimeSpan -Minutes 45) -SignOutAfter (New-TimeSpan -Hours 1)" }, { "Id": 1441, - "CommandName": "Set-PnPBrowserIdleSignout", "Rank": 3, + "CommandName": "Set-PnPBrowserIdleSignout", "Command": "Set-PnPBrowserIdleSignOut -Enabled:$false" }, { "Id": 1442, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 1, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage Showcase -IsVisible:$false" }, { "Id": 1443, - "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Rank": 2, + "CommandName": "Set-PnPBuiltInDesignPackageVisibility", "Command": "Set-PnPBuiltInDesignPackageVisibility -DesignPackage TeamSite -IsVisible:$true" }, { "Id": 1444, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 1, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 9522236e-6802-4972-a10d-e98dc74b3344 -IsHidden $false" }, { "Id": 1445, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 2, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Identity 00000000-0000-0000-0000-000000000000 -IsHidden $true" }, { "Id": 1446, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 3, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Template CrisisManagement -IsHidden $true" }, { "Id": 1447, - "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Rank": 4, + "CommandName": "Set-PnPBuiltInSiteTemplateSettings", "Command": "Set-PnPBuiltInSiteTemplateSettings -Template All -IsHidden $false" }, { "Id": 1448, - "CommandName": "Set-PnPContentType", "Rank": 1, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Id": 1449, - "CommandName": "Set-PnPContentType", "Rank": 2, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -UpdateChildren -Group \"Custom Content Types\" -Hidden" }, { "Id": 1450, - "CommandName": "Set-PnPContentType", "Rank": 3, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -Name \"Project Documentation\" -Description \"Documentation for projects\"" }, { "Id": 1451, - "CommandName": "Set-PnPContentType", "Rank": 4, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -FormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -FormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Id": 1452, - "CommandName": "Set-PnPContentType", "Rank": 5, + "CommandName": "Set-PnPContentType", "Command": "Set-PnPContentType -Identity \"Project Document\" -List \"Projects\" -DisplayFormClientSideComponentId \"dfed9a30-ec25-4aaf-ae9f-a68f3598f13a\" -DisplayFormClientSideComponentProperties '{ \"someKey\": \"some value\" }'" }, { "Id": 1453, - "CommandName": "Set-PnPCopilotAdminLimitedMode", "Rank": 1, + "CommandName": "Set-PnPCopilotAdminLimitedMode", "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$true -GroupId 32b5ad0f-b502-4083-9d01-0f192f15b2b6" }, { "Id": 1454, - "CommandName": "Set-PnPCopilotAdminLimitedMode", "Rank": 2, + "CommandName": "Set-PnPCopilotAdminLimitedMode", "Command": "Set-PnPCopilotAdminLimitedMode -IsEnabledForGroup:$false" }, { "Id": 1455, - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 1, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"Company|Locations|Stockholm\"" }, { "Id": 1456, - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 2, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field TaxKeyword -Value \"15c4c4e4-4b67-4894-a1d8-de5ff811c791\"" }, { "Id": 1457, - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 3, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyTextField -Value \"DefaultValue\" -Folder \"My folder\"" }, { "Id": 1458, - "CommandName": "Set-PnPDefaultColumnValues", "Rank": 4, + "CommandName": "Set-PnPDefaultColumnValues", "Command": "Set-PnPDefaultColumnValues -List Documents -Field MyPeopleField -Value \"1;#Foo Bar\"" }, { "Id": 1459, - "CommandName": "Set-PnPDefaultContentTypeToList", "Rank": 1, + "CommandName": "Set-PnPDefaultContentTypeToList", "Command": "Set-PnPDefaultContentTypeToList -List \"Project Documents\" -ContentType \"Project\"" }, { "Id": 1460, - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 1, + "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -Title projectpage.aspx" }, { "Id": 1461, - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 2, + "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -Title test/testpage.aspx" }, { "Id": 1462, - "CommandName": "Set-PnPDefaultPageLayout", "Rank": 3, + "CommandName": "Set-PnPDefaultPageLayout", "Command": "Set-PnPDefaultPageLayout -InheritFromParentSite" }, { "Id": 1463, - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 1, + "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable:$true -Scope Tenant" }, { "Id": 1464, - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 2, + "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Id": 1465, - "CommandName": "Set-PnPDisableSpacesActivation", "Rank": 3, + "CommandName": "Set-PnPDisableSpacesActivation", "Command": "Set-PnPDisableSpacesActivation -Disable:$false -Scope Site -Identity \"https://contoso.sharepoint.com\"" }, { "Id": 1466, - "CommandName": "Set-PnPDocumentSetField", "Rank": 1, + "CommandName": "Set-PnPDocumentSetField", "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -SetSharedField -SetWelcomePageField" }, { "Id": 1467, - "CommandName": "Set-PnPDocumentSetField", "Rank": 2, + "CommandName": "Set-PnPDocumentSetField", "Command": "Set-PnPDocumentSetField -Field \"Test Field\" -DocumentSet \"Test Document Set\" -RemoveSharedField -RemoveWelcomePageField" }, { "Id": 1468, - "CommandName": "Set-PnPField", "Rank": 1, + "CommandName": "Set-PnPField", "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"}" }, { "Id": 1469, - "CommandName": "Set-PnPField", "Rank": 2, + "CommandName": "Set-PnPField", "Command": "Set-PnPField -Identity AssignedTo -Values @{JSLink=\"customrendering.js\";Group=\"My fields\"} -UpdateExistingLists" }, { "Id": 1470, - "CommandName": "Set-PnPField", "Rank": 3, + "CommandName": "Set-PnPField", "Command": "Set-PnPField -List \"Tasks\" -Identity \"AssignedTo\" -Values @{JSLink=\"customrendering.js\"}" }, { "Id": 1471, - "CommandName": "Set-PnPFileCheckedIn", "Rank": 1, + "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\"" }, { "Id": 1472, - "CommandName": "Set-PnPFileCheckedIn", "Rank": 2, + "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/sites/news/Documents/Article.docx\"" }, { "Id": 1473, - "CommandName": "Set-PnPFileCheckedIn", "Rank": 3, + "CommandName": "Set-PnPFileCheckedIn", "Command": "Set-PnPFileCheckedIn -Url \"/Documents/Contract.docx\" -CheckInType MinorCheckIn -Comment \"Smaller changes\"" }, { "Id": 1474, - "CommandName": "Set-PnPFileCheckedOut", "Rank": 1, + "CommandName": "Set-PnPFileCheckedOut", "Command": "Set-PnPFileCheckedOut -Url \"/sites/testsite/subsite/Documents/Contract.docx\"" }, { "Id": 1475, - "CommandName": "Set-PnPFileRetentionLabel", "Rank": 1, + "CommandName": "Set-PnPFileRetentionLabel", "Command": "Set-PnPFileRetentionLabel -Url \"/sites/Marketing/Shared Documents/Report.pptx\" -RecordLocked $true" }, { "Id": 1476, - "CommandName": "Set-PnPFileRetentionLabel", "Rank": 2, + "CommandName": "Set-PnPFileRetentionLabel", "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"Finance\"" }, { "Id": 1477, - "CommandName": "Set-PnPFileRetentionLabel", "Rank": 3, + "CommandName": "Set-PnPFileRetentionLabel", "Command": "Set-PnPFileRetentionLabel -Identity \"/sites/Marketing/Shared Documents/Report.pptx\" -RetentionLabel \"\"" }, { "Id": 1478, - "CommandName": "Set-PnPFolderPermission", "Rank": 1, + "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1479, - "CommandName": "Set-PnPFolderPermission", "Rank": 2, + "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'AnotherDocumentLibrary' -Identity 'AnotherDocumentLibrary/Folder/Subfolder' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1480, - "CommandName": "Set-PnPFolderPermission", "Rank": 3, + "CommandName": "Set-PnPFolderPermission", "Command": "Set-PnPFolderPermission -List 'Shared Documents' -Identity 'Shared Documents/Folder' -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Id": 1481, - "CommandName": "Set-PnPFooter", "Rank": 1, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Enabled:$true" }, { "Id": 1482, - "CommandName": "Set-PnPFooter", "Rank": 2, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Enabled:$true -Layout Extended -BackgroundTheme Neutral" }, { "Id": 1483, - "CommandName": "Set-PnPFooter", "Rank": 3, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -Title \"Contoso Inc.\" -LogoUrl \"/sites/communication/Shared Documents/logo.png\"" }, { "Id": 1484, - "CommandName": "Set-PnPFooter", "Rank": 4, + "CommandName": "Set-PnPFooter", "Command": "Set-PnPFooter -LogoUrl \"\"" }, { "Id": 1485, - "CommandName": "Set-PnPGraphSubscription", "Rank": 1, + "CommandName": "Set-PnPGraphSubscription", "Command": "Set-PnPGraphSubscription -Identity bc204397-1128-4911-9d70-1d8bceee39da -ExpirationDate \"2020-11-22T18:23:45.9356913Z\"" }, { "Id": 1486, - "CommandName": "Set-PnPGroup", "Rank": 1, + "CommandName": "Set-PnPGroup", "Command": "Set-PnPGroup -Identity 'My Site Members' -SetAssociatedGroup Members" }, { "Id": 1487, - "CommandName": "Set-PnPGroup", "Rank": 2, + "CommandName": "Set-PnPGroup", "Command": "Set-PnPGroup -Identity 'My Site Members' -Owner 'site owners'" }, { "Id": 1488, - "CommandName": "Set-PnPGroupPermissions", "Rank": 1, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole Contribute" }, { "Id": 1489, - "CommandName": "Set-PnPGroupPermissions", "Rank": 2, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole 'Full Control' -AddRole 'Read'" }, { "Id": 1490, - "CommandName": "Set-PnPGroupPermissions", "Rank": 3, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -AddRole @('Contribute', 'Design')" }, { "Id": 1491, - "CommandName": "Set-PnPGroupPermissions", "Rank": 4, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -RemoveRole @('Contribute', 'Design')" }, { "Id": 1492, - "CommandName": "Set-PnPGroupPermissions", "Rank": 5, + "CommandName": "Set-PnPGroupPermissions", "Command": "Set-PnPGroupPermissions -Identity 'My Site Members' -List 'MyList' -RemoveRole @('Contribute')" }, { "Id": 1493, - "CommandName": "Set-PnPHideDefaultThemes", "Rank": 1, + "CommandName": "Set-PnPHideDefaultThemes", "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $true" }, { "Id": 1494, - "CommandName": "Set-PnPHideDefaultThemes", "Rank": 2, + "CommandName": "Set-PnPHideDefaultThemes", "Command": "Set-PnPHideDefaultThemes -HideDefaultThemes $false" }, { "Id": 1495, - "CommandName": "Set-PnPHomePage", "Rank": 1, + "CommandName": "Set-PnPHomePage", "Command": "Set-PnPHomePage -RootFolderRelativeUrl SitePages/Home.aspx" }, { "Id": 1496, - "CommandName": "Set-PnPHomePage", "Rank": 2, + "CommandName": "Set-PnPHomePage", "Command": "Set-PnPHomePage -RootFolderRelativeUrl Lists/Sample/AllItems.aspx" }, { "Id": 1497, - "CommandName": "Set-PnPHomeSite", "Rank": 1, + "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\"" }, { "Id": 1498, - "CommandName": "Set-PnPHomeSite", "Rank": 2, + "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true" }, { "Id": 1499, - "CommandName": "Set-PnPHomeSite", "Rank": 3, + "CommandName": "Set-PnPHomeSite", "Command": "Set-PnPHomeSite -HomeSiteUrl \"https://yourtenant.sharepoint.com/sites/myhome\" -VivaConnectionsDefaultStart:$true -DraftMode:$true" }, { "Id": 1500, - "CommandName": "Set-PnPHubSite", "Rank": 1, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Title \"My New Title\"" }, { "Id": 1501, - "CommandName": "Set-PnPHubSite", "Rank": 2, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -Description \"My updated description\"" }, { "Id": 1502, - "CommandName": "Set-PnPHubSite", "Rank": 3, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -SiteDesignId df8a3ef1-9603-44c4-abd9-541aea2fa745" }, { "Id": 1503, - "CommandName": "Set-PnPHubSite", "Rank": 4, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -LogoUrl \"https://tenant.sharepoint.com/SiteAssets/Logo.png\"" }, { "Id": 1504, - "CommandName": "Set-PnPHubSite", "Rank": 5, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -EnablePermissionsSync" }, { "Id": 1505, - "CommandName": "Set-PnPHubSite", "Rank": 6, + "CommandName": "Set-PnPHubSite", "Command": "Set-PnPHubSite -Identity \"https://tenant.sharepoint.com/sites/myhubsite\" -RequiresJoinApproval:$false" }, { "Id": 1506, - "CommandName": "Set-PnPImageListItemColumn", "Rank": 1, + "CommandName": "Set-PnPImageListItemColumn", "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -ServerRelativePath \"/sites/contoso/SiteAssets/test.png\"" }, { "Id": 1507, - "CommandName": "Set-PnPImageListItemColumn", "Rank": 2, + "CommandName": "Set-PnPImageListItemColumn", "Command": "Set-PnPImageListItemColumn -List \"Demo List\" -Identity 1 -Field \"Thumbnail\" -Path sample.png" }, { "Id": 1508, - "CommandName": "Set-PnPIndexedProperties", "Rank": 1, + "CommandName": "Set-PnPIndexedProperties", "Command": "Set-PnPIndexedProperties -Keys SiteClosed, PolicyName" }, { "Id": 1509, - "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 1, + "CommandName": "Set-PnPInPlaceRecordsManagement", "Command": "Set-PnPInPlaceRecordsManagement -Enabled $true" }, { "Id": 1510, - "CommandName": "Set-PnPInPlaceRecordsManagement", "Rank": 2, + "CommandName": "Set-PnPInPlaceRecordsManagement", "Command": "Set-PnPInPlaceRecordsManagement -Enabled $false" }, { "Id": 1511, - "CommandName": "Set-PnPKnowledgeHubSite", "Rank": 1, + "CommandName": "Set-PnPKnowledgeHubSite", "Command": "Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\"" }, { "Id": 1512, - "CommandName": "Set-PnPList", "Rank": 1, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableContentTypes $true" }, { "Id": 1513, - "CommandName": "Set-PnPList", "Rank": 2, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Hidden $true" }, { "Id": 1514, - "CommandName": "Set-PnPList", "Rank": 3, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true" }, { "Id": 1515, - "CommandName": "Set-PnPList", "Rank": 4, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableVersioning $true -MajorVersions 20" }, { "Id": 1516, - "CommandName": "Set-PnPList", "Rank": 5, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo Library\" -EnableVersioning $true -EnableMinorVersions $true -MajorVersions 20 -MinorVersions 5" }, { "Id": 1517, - "CommandName": "Set-PnPList", "Rank": 6, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAttachments $true" }, { "Id": 1518, - "CommandName": "Set-PnPList", "Rank": 7, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Title \"Demo List 2\" -Path \"Lists/DemoList2\"" }, { "Id": 1519, - "CommandName": "Set-PnPList", "Rank": 8, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $true" }, { "Id": 1520, - "CommandName": "Set-PnPList", "Rank": 9, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 30 -MajorVersions 500" }, { "Id": 1521, - "CommandName": "Set-PnPList", "Rank": 10, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -EnableAutoExpirationVersionTrim $false -ExpireVersionsAfterDays 0 -MajorVersions 500" }, { "Id": 1522, - "CommandName": "Set-PnPList", "Rank": 11, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -DefaultSensitivityLabelForLibrary \"Confidential\"" }, { "Id": 1523, - "CommandName": "Set-PnPList", "Rank": 12, + "CommandName": "Set-PnPList", "Command": "Set-PnPList -Identity \"Demo List\" -Color Green -Icon \"Plane\"" }, { "Id": 1524, - "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 1, + "CommandName": "Set-PnPListInformationRightsManagement", "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true" }, { "Id": 1525, - "CommandName": "Set-PnPListInformationRightsManagement", "Rank": 2, + "CommandName": "Set-PnPListInformationRightsManagement", "Command": "Set-PnPListInformationRightsManagement -List \"Documents\" -Enable $true -EnableDocumentAccessExpire $true -DocumentAccessExpireDays 14" }, { "Id": 1526, - "CommandName": "Set-PnPListItem", "Rank": 1, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1527, - "CommandName": "Set-PnPListItem", "Rank": 2, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -ContentType \"Company\" -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1528, - "CommandName": "Set-PnPListItem", "Rank": 3, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity $item -Values @{\"Title\" = \"Test Title\"; \"Category\"=\"Test Category\"}" }, { "Id": 1529, - "CommandName": "Set-PnPListItem", "Rank": 4, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Label \"Public\"" }, { "Id": 1530, - "CommandName": "Set-PnPListItem", "Rank": 5, + "CommandName": "Set-PnPListItem", "Command": "Set-PnPListItem -List \"Demo List\" -Identity 1 -Values @{\"Editor\"=\"testuser@domain.com\"} -UpdateType UpdateOverwriteVersion" }, { "Id": 1531, - "CommandName": "Set-PnPListItemAsRecord", "Rank": 1, + "CommandName": "Set-PnPListItemAsRecord", "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4" }, { "Id": 1532, - "CommandName": "Set-PnPListItemAsRecord", "Rank": 2, + "CommandName": "Set-PnPListItemAsRecord", "Command": "Set-PnPListItemAsRecord -List \"Documents\" -Identity 4 -DeclarationDate $date" }, { "Id": 1533, - "CommandName": "Set-PnPListItemPermission", "Rank": 1, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1534, - "CommandName": "Set-PnPListItemPermission", "Rank": 2, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1535, - "CommandName": "Set-PnPListItemPermission", "Rank": 3, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -User 'user@contoso.com' -AddRole 'Contribute' -ClearExisting" }, { "Id": 1536, - "CommandName": "Set-PnPListItemPermission", "Rank": 4, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -InheritPermissions" }, { "Id": 1537, - "CommandName": "Set-PnPListItemPermission", "Rank": 5, + "CommandName": "Set-PnPListItemPermission", "Command": "Set-PnPListItemPermission -List 'Documents' -Identity 1 -AddRole 'Read' -RemoveRole 'Contribute' -Group \"Site collection Visitors\"" }, { "Id": 1538, - "CommandName": "Set-PnPListPermission", "Rank": 1, + "CommandName": "Set-PnPListPermission", "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -AddRole 'Contribute'" }, { "Id": 1539, - "CommandName": "Set-PnPListPermission", "Rank": 2, + "CommandName": "Set-PnPListPermission", "Command": "Set-PnPListPermission -Identity 'Documents' -User 'user@contoso.com' -RemoveRole 'Contribute'" }, { "Id": 1540, - "CommandName": "Set-PnPListRecordDeclaration", "Rank": 1, + "CommandName": "Set-PnPListRecordDeclaration", "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -ManualRecordDeclaration NeverAllowManualDeclaration" }, { "Id": 1541, - "CommandName": "Set-PnPListRecordDeclaration", "Rank": 2, + "CommandName": "Set-PnPListRecordDeclaration", "Command": "Set-PnPListRecordDeclaration -List \"Documents\" -AutoRecordDeclaration $true" }, { "Id": 1542, - "CommandName": "Set-PnPManagedAppId", "Rank": 1, + "CommandName": "Set-PnPManagedAppId", "Command": "Set-PnPManagedAppId -Url \"https://tenant.sharepoint.com\" -AppId d96c0a07-770d-46f4-bb38-a54084254bf7" }, { "Id": 1543, - "CommandName": "Set-PnPMasterPage", "Rank": 1, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Id": 1544, - "CommandName": "Set-PnPMasterPage", "Rank": 2, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master -CustomMasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master" }, { "Id": 1545, - "CommandName": "Set-PnPMasterPage", "Rank": 3, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Id": 1546, - "CommandName": "Set-PnPMasterPage", "Rank": 4, + "CommandName": "Set-PnPMasterPage", "Command": "Set-PnPMasterPage -MasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master -CustomMasterPageSiteRelativeUrl _catalogs/masterpage/oslo.master" }, { "Id": 1547, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\"" }, { "Id": 1548, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1549, - "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsArchived", "Command": "Set-PnPMessageCenterAnnouncementAsArchived" }, { "Id": 1550, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\"" }, { "Id": 1551, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1552, - "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsFavorite" }, { "Id": 1553, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\"" }, { "Id": 1554, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1555, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotArchived", "Command": "Set-PnPMessageCenterAnnouncementAsNotArchived" }, { "Id": 1556, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\"" }, { "Id": 1557, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1558, - "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsNotFavorite", "Command": "Set-PnPMessageCenterAnnouncementAsNotFavorite" }, { "Id": 1559, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\"" }, { "Id": 1560, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1561, - "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsRead", "Command": "Set-PnPMessageCenterAnnouncementAsRead" }, { "Id": 1562, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 1, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\"" }, { "Id": 1563, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 2, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread -Identity \"MC123456\", \"MC234567\"" }, { "Id": 1564, - "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Rank": 3, + "CommandName": "Set-PnPMessageCenterAnnouncementAsUnread", "Command": "Set-PnPMessageCenterAnnouncementAsUnread" }, { "Id": 1565, - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 1, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -DisplayName \"My DisplayName\"" }, { "Id": 1566, - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 2, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $groupId -Description \"My Description\" -DisplayName \"My DisplayName\"" }, { "Id": 1567, - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 3, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -GroupLogoPath \".\\MyLogo.png\"" }, { "Id": 1568, - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 4, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -IsPrivate:$false" }, { "Id": 1569, - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 5, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -Owners demo@contoso.com" }, { "Id": 1570, - "CommandName": "Set-PnPMicrosoft365Group", "Rank": 6, + "CommandName": "Set-PnPMicrosoft365Group", "Command": "Set-PnPMicrosoft365Group -Identity $group -SensitivityLabels \"bc98af29-59eb-4869-baaa-9a8dff631aa4\"" }, { "Id": 1571, - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 1, + "CommandName": "Set-PnPMicrosoft365GroupSettings", "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"}" }, { "Id": 1572, - "CommandName": "Set-PnPMicrosoft365GroupSettings", "Rank": 2, + "CommandName": "Set-PnPMicrosoft365GroupSettings", "Command": "Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{\"AllowToAddGuests\"=\"true\"} -Group $groupId" }, { "Id": 1573, - "CommandName": "Set-PnPOrgAssetsLibrary", "Rank": 1, + "CommandName": "Set-PnPOrgAssetsLibrary", "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -ThumbnailUrl \"https://yourtenant.sharepoint.com/sites/branding/logos/thumbnail.jpg\"" }, { "Id": 1574, - "CommandName": "Set-PnPOrgAssetsLibrary", "Rank": 2, + "CommandName": "Set-PnPOrgAssetsLibrary", "Command": "Set-PnPOrgAssetsLibrary -LibraryUrl \"https://yourtenant.sharepoint.com/sites/branding/logos\" -IsCopilotSearchable:$true" }, { "Id": 1575, - "CommandName": "Set-PnPPage", "Rank": 1, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -LayoutType Home -Title \"My Page\"" }, { "Id": 1576, - "CommandName": "Set-PnPPage", "Rank": 2, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled" }, { "Id": 1577, - "CommandName": "Set-PnPPage", "Rank": 3, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -CommentsEnabled:$false" }, { "Id": 1578, - "CommandName": "Set-PnPPage", "Rank": 4, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"hr/MyPage\" -HeaderType Default" }, { "Id": 1579, - "CommandName": "Set-PnPPage", "Rank": 5, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType None" }, { "Id": 1580, - "CommandName": "Set-PnPPage", "Rank": 6, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -HeaderType Custom -ServerRelativeImageUrl \"/sites/demo1/assets/myimage.png\" -TranslateX 10.5 -TranslateY 11.0" }, { "Id": 1581, - "CommandName": "Set-PnPPage", "Rank": 7, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -ScheduledPublishDate (Get-Date).AddHours(1)" }, { "Id": 1582, - "CommandName": "Set-PnPPage", "Rank": 8, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -Translate" }, { "Id": 1583, - "CommandName": "Set-PnPPage", "Rank": 9, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043" }, { "Id": 1584, - "CommandName": "Set-PnPPage", "Rank": 10, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -Translate -TranslationLanguageCodes 1043,1035" }, { "Id": 1585, - "CommandName": "Set-PnPPage", "Rank": 11, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage\" -ShowPublishDate $true -Publish" }, { "Id": 1586, - "CommandName": "Set-PnPPage", "Rank": 12, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like" }, { "Id": 1587, - "CommandName": "Set-PnPPage", "Rank": 13, + "CommandName": "Set-PnPPage", "Command": "Set-PnPPage -Identity \"MyPage.aspx\" -Like:$false" }, { "Id": 1588, - "CommandName": "Set-PnPPageTextPart", "Rank": 1, + "CommandName": "Set-PnPPageTextPart", "Command": "Set-PnPPageTextPart -Page Home -InstanceId a2875399-d6ff-43a0-96da-be6ae5875f82 -Text \"MyText\"" }, { "Id": 1589, - "CommandName": "Set-PnPPageWebPart", "Rank": 1, + "CommandName": "Set-PnPPageWebPart", "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson \"`\"Property1`\"=`\"Value1`\"\"" }, { "Id": 1590, - "CommandName": "Set-PnPPageWebPart", "Rank": 2, + "CommandName": "Set-PnPPageWebPart", "Command": "Set-PnPPageWebPart -Page Home -Identity a2875399-d6ff-43a0-96da-be6ae5875f82 -PropertiesJson $myproperties" }, { "Id": 1591, - "CommandName": "Set-PnPPlannerBucket", "Rank": 1, + "CommandName": "Set-PnPPlannerBucket", "Command": "Set-PnPPlannerBucket -Bucket \"Todos\" -Group \"Marketing\" -Plan \"Conference Plan\" -Name \"Pre-conf Todos\"" }, { "Id": 1592, - "CommandName": "Set-PnPPlannerConfiguration", "Rank": 1, + "CommandName": "Set-PnPPlannerConfiguration", "Command": "Set-PnPPlannerConfiguration -AllowRosterCreation:$false -IsPlannerAllowed:$true" }, { "Id": 1593, - "CommandName": "Set-PnPPlannerConfiguration", "Rank": 2, + "CommandName": "Set-PnPPlannerConfiguration", "Command": "Set-PnPPlannerConfiguration -AllowPlannerMobilePushNotifications $false" }, { "Id": 1594, - "CommandName": "Set-PnPPlannerPlan", "Rank": 1, + "CommandName": "Set-PnPPlannerPlan", "Command": "Set-PnPPlannerPlan -Group \"Marketing\" -Plan \"Conference\" -Title \"Conference 2020\"" }, { "Id": 1595, - "CommandName": "Set-PnPPlannerTask", "Rank": 1, + "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -StartDateTime 2020-10-01" }, { "Id": 1596, - "CommandName": "Set-PnPPlannerTask", "Rank": 2, + "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -Title \"New Title\" -Bucket \"To do\"" }, { "Id": 1597, - "CommandName": "Set-PnPPlannerTask", "Rank": 3, + "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AssignedTo \"user@contoso.com\",\"manager@contoso.com\"" }, { "Id": 1598, - "CommandName": "Set-PnPPlannerTask", "Rank": 4, + "CommandName": "Set-PnPPlannerTask", "Command": "Set-PnPPlannerTask -TaskId RSNNbc4HM0e7jt-btAKtTZYAFAf0 -AppliedCategories ${\"Category1\"=$true,\"Category5\"=$false}" }, { "Id": 1599, - "CommandName": "Set-PnPPlannerUserPolicy", "Rank": 1, + "CommandName": "Set-PnPPlannerUserPolicy", "Command": "Set-PnPPlannerUserPolicy -Identity \"johndoe@contoso.onmicrosoft.com\"" }, { "Id": 1600, - "CommandName": "Set-PnPPowerAppByPassConsent", "Rank": 1, + "CommandName": "Set-PnPPowerAppByPassConsent", "Command": "Set-PnPPowerAppByPassConsent -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent true" }, { "Id": 1601, - "CommandName": "Set-PnPPowerAppByPassConsent", "Rank": 2, + "CommandName": "Set-PnPPowerAppByPassConsent", "Command": "Set-PnPPowerAppByPassConsent -Identity fba63225-baf9-4d76-86a1-1b42c917a182 -ByPassConsent false" }, { "Id": 1602, - "CommandName": "Set-PnPPropertyBagValue", "Rank": 1, + "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue" }, { "Id": 1603, - "CommandName": "Set-PnPPropertyBagValue", "Rank": 2, + "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /" }, { "Id": 1604, - "CommandName": "Set-PnPPropertyBagValue", "Rank": 3, + "CommandName": "Set-PnPPropertyBagValue", "Command": "Set-PnPPropertyBagValue -Key MyKey -Value MyValue -Folder /MyFolder" }, { "Id": 1605, - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 1, + "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Emails someone@example.com" }, { "Id": 1606, - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 2, + "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Disabled" }, { "Id": 1607, - "CommandName": "Set-PnPRequestAccessEmails", "Rank": 3, + "CommandName": "Set-PnPRequestAccessEmails", "Command": "Set-PnPRequestAccessEmails -Disabled:$false" }, { "Id": 1608, - "CommandName": "Set-PnPRetentionLabel", "Rank": 1, + "CommandName": "Set-PnPRetentionLabel", "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\"" }, { "Id": 1609, - "CommandName": "Set-PnPRetentionLabel", "Rank": 2, + "CommandName": "Set-PnPRetentionLabel", "Command": "Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true" }, { "Id": 1610, - "CommandName": "Set-PnPRetentionLabel", "Rank": 3, + "CommandName": "Set-PnPRetentionLabel", "Command": "Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\"" }, { "Id": 1611, - "CommandName": "Set-PnPRoleDefinition", "Rank": 1, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Clear EditListItems" }, { "Id": 1612, - "CommandName": "Set-PnPRoleDefinition", "Rank": 2, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"NoDelete\" -SelectAll -Clear DeleteListItems" }, { "Id": 1613, - "CommandName": "Set-PnPRoleDefinition", "Rank": 3, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -NewRoleName \"NoDelete\" -Description \"Contribute without delete\"" }, { "Id": 1614, - "CommandName": "Set-PnPRoleDefinition", "Rank": 4, + "CommandName": "Set-PnPRoleDefinition", "Command": "Set-PnPRoleDefinition -Identity \"CustomPerm\" -Order 500" }, { "Id": 1615, - "CommandName": "Set-PnPSearchConfiguration", "Rank": 1, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config" }, { "Id": 1616, - "CommandName": "Set-PnPSearchConfiguration", "Rank": 2, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Site" }, { "Id": 1617, - "CommandName": "Set-PnPSearchConfiguration", "Rank": 3, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Configuration $config -Scope Subscription" }, { "Id": 1618, - "CommandName": "Set-PnPSearchConfiguration", "Rank": 4, + "CommandName": "Set-PnPSearchConfiguration", "Command": "Set-PnPSearchConfiguration -Path searchconfig.xml -Scope Subscription" }, { "Id": 1619, - "CommandName": "Set-PnPSearchExternalConnection", "Rank": 1, + "CommandName": "Set-PnPSearchExternalConnection", "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\"" }, { "Id": 1620, - "CommandName": "Set-PnPSearchExternalConnection", "Rank": 2, + "CommandName": "Set-PnPSearchExternalConnection", "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -Name \"PnP PowerShell Rocks\" -Description \"External content ingested using PnP PowerShell which rocks\"" }, { "Id": 1621, - "CommandName": "Set-PnPSearchExternalConnection", "Rank": 3, + "CommandName": "Set-PnPSearchExternalConnection", "Command": "Set-PnPSearchExternalConnection -Identity \"pnppowershell\" -AuthorizedAppIds \"00000000-0000-0000-0000-000000000000\",\"11111111-1111-1111-1111-111111111111\"" }, { "Id": 1622, - "CommandName": "Set-PnPSearchExternalItem", "Rank": 1, + "CommandName": "Set-PnPSearchExternalItem", "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantEveryone" }, { "Id": 1623, - "CommandName": "Set-PnPSearchExternalItem", "Rank": 2, + "CommandName": "Set-PnPSearchExternalItem", "Command": "Set-PnPSearchExternalItem -ConnectionId \"pnppowershell\" -ItemId \"12345\" -Properties @{ \"Test1\"= \"Test of this PnP PowerShell Connector\"; \"Test2\" = \"Red\",\"Blue\"; \"Test3\" = ([System.DateTime]::Now)} -ContentValue \"Sample value\" -ContentType Text -GrantUsers \"user@contoso.onmicrosoft.com\"" }, { "Id": 1624, - "CommandName": "Set-PnPSearchExternalSchema", "Rank": 1, + "CommandName": "Set-PnPSearchExternalSchema", "Command": "Set-PnPSearchExternalSchema -ConnectionId \"pnppowershell\" -SchemaAsText '{\r ; \"baseType\": \"microsoft.graph.externalItem\",\r ; \"properties\": [\r ; {\r ; \"name\": \"ticketTitle\",\r ; \"type\": \"String\",\r ; \"isSearchable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"labels\": [\r ; \"title\"\r ; ]\r ; },\r ; {\r ; \"name\": \"priority\",\r ; \"type\": \"String\",\r ; \"isQueryable\": \"true\",\r ; \"isRetrievable\": \"true\",\r ; \"isSearchable\": \"false\"\r ; },\r ; {\r ; \"name\": \"assignee\",\r ; \"type\": \"String\",\r ; \"isRetrievable\": \"true\"\r ; }\r ; ]\r ; }'" }, { "Id": 1625, - "CommandName": "Set-PnPSearchSettings", "Rank": 1, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Site" }, { "Id": 1626, - "CommandName": "Set-PnPSearchSettings", "Rank": 2, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web" }, { "Id": 1627, - "CommandName": "Set-PnPSearchSettings", "Rank": 3, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\"" }, { "Id": 1628, - "CommandName": "Set-PnPSearchSettings", "Rank": 4, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"\"" }, { "Id": 1629, - "CommandName": "Set-PnPSearchSettings", "Rank": 5, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchPageUrl \"https://contoso.sharepoint.com/sites/mysearch/SitePages/search.aspx\" -Scope Site" }, { "Id": 1630, - "CommandName": "Set-PnPSearchSettings", "Rank": 6, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchScope Tenant" }, { "Id": 1631, - "CommandName": "Set-PnPSearchSettings", "Rank": 7, + "CommandName": "Set-PnPSearchSettings", "Command": "Set-PnPSearchSettings -SearchScope Hub" }, { "Id": 1632, - "CommandName": "Set-PnPSite", "Rank": 1, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -Classification \"HBI\"" }, { "Id": 1633, - "CommandName": "Set-PnPSite", "Rank": 2, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -Classification $null" }, { "Id": 1634, - "CommandName": "Set-PnPSite", "Rank": 3, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -DisableFlows" }, { "Id": 1635, - "CommandName": "Set-PnPSite", "Rank": 4, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -DisableFlows:$false" }, { "Id": 1636, - "CommandName": "Set-PnPSite", "Rank": 5, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -LogoFilePath c:\\images\\mylogo.png" }, { "Id": 1637, - "CommandName": "Set-PnPSite", "Rank": 6, + "CommandName": "Set-PnPSite", "Command": "Set-PnPSite -NoScriptSite $false" }, { "Id": 1638, - "CommandName": "Set-PnPSiteArchiveState", "Rank": 1, + "CommandName": "Set-PnPSiteArchiveState", "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Archived" }, { "Id": 1639, - "CommandName": "Set-PnPSiteArchiveState", "Rank": 2, + "CommandName": "Set-PnPSiteArchiveState", "Command": "Set-PnPSiteArchiveState https://contoso.sharepoint.com/sites/Marketing -ArchiveState Active" }, { "Id": 1640, - "CommandName": "Set-PnPSiteClassification", "Rank": 1, + "CommandName": "Set-PnPSiteClassification", "Command": "Set-PnPSiteClassification -Identity \"LBI\"" }, { "Id": 1641, - "CommandName": "Set-PnPSiteClosure", "Rank": 1, + "CommandName": "Set-PnPSiteClosure", "Command": "Set-PnPSiteClosure -State Open" }, { "Id": 1642, - "CommandName": "Set-PnPSiteClosure", "Rank": 2, + "CommandName": "Set-PnPSiteClosure", "Command": "Set-PnPSiteClosure -State Closed" }, { "Id": 1643, - "CommandName": "Set-PnPSiteDesign", "Rank": 1, + "CommandName": "Set-PnPSiteDesign", "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Updated Company Design\"" }, { "Id": 1644, - "CommandName": "Set-PnPSiteDesign", "Rank": 2, + "CommandName": "Set-PnPSiteDesign", "Command": "Set-PnPSiteDesign -Identity 046e2e76-67ba-46ca-a5f6-8eb418a7821e -Title \"My Company Design\" -Description \"My description\" -ThumbnailUrl \"https://contoso.sharepoint.com/sites/templates/my images/logo.png\"" }, { "Id": 1645, - "CommandName": "Set-PnPSiteDocumentIdPrefix", "Rank": 1, + "CommandName": "Set-PnPSiteDocumentIdPrefix", "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\"" }, { "Id": 1646, - "CommandName": "Set-PnPSiteDocumentIdPrefix", "Rank": 2, + "CommandName": "Set-PnPSiteDocumentIdPrefix", "Command": "Set-PnPSiteDocumentIdPrefix \"TEST\" -ScheduleAssignment $true -OverwriteExistingIds $true" }, { "Id": 1647, - "CommandName": "Set-PnPSiteGroup", "Rank": 1, + "CommandName": "Set-PnPSiteGroup", "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com/sites/siteA\" -Identity \"ProjectViewers\" -PermissionLevelsToRemove \"Full Control\" -PermissionLevelsToAdd \"View Only\"" }, { "Id": 1648, - "CommandName": "Set-PnPSiteGroup", "Rank": 2, + "CommandName": "Set-PnPSiteGroup", "Command": "Set-PnPSiteGroup -Site \"https://contoso.sharepoint.com\" -Identity \"ProjectViewers\" -Owner user@domain.com" }, { "Id": 1649, - "CommandName": "Set-PnPSitePolicy", "Rank": 1, + "CommandName": "Set-PnPSitePolicy", "Command": "Set-PnPSitePolicy -Name \"Contoso HBI\"" }, { "Id": 1650, - "CommandName": "Set-PnPSiteScript", "Rank": 1, + "CommandName": "Set-PnPSiteScript", "Command": "Set-PnPSiteScript -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Id": 1651, - "CommandName": "Set-PnPSiteScriptPackage", "Rank": 1, + "CommandName": "Set-PnPSiteScriptPackage", "Command": "Set-PnPSiteScriptPackage -Identity f1d55d9b-b116-4f54-bc00-164a51e7e47f -Title \"My Site Script\"" }, { "Id": 1652, - "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 1, + "CommandName": "Set-PnPSiteSensitivityLabel", "Command": "Set-PnPSiteSensitivityLabel -Identity \"Top Secret\"" }, { "Id": 1653, - "CommandName": "Set-PnPSiteSensitivityLabel", "Rank": 2, + "CommandName": "Set-PnPSiteSensitivityLabel", "Command": "Set-PnPSiteSensitivityLabel -Identity a1888df2-84c2-4379-8d53-7091dd630ca7" }, { "Id": 1654, - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 1, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\"" }, { "Id": 1655, - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 2, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\"" }, { "Id": 1656, - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 3, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Id": 1657, - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 4, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\"" }, { "Id": 1658, - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 5, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Id": 1659, - "CommandName": "Set-PnPSiteTemplateMetadata", "Rank": 6, + "CommandName": "Set-PnPSiteTemplateMetadata", "Command": "Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"}" }, { "Id": 1660, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 1, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true" }, { "Id": 1661, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 2, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200" }, { "Id": 1662, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 3, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0" }, { "Id": 1663, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 4, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -InheritFromTenant" }, { "Id": 1664, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 5, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries" }, { "Id": 1665, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 6, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries" }, { "Id": 1666, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 7, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries" }, { "Id": 1667, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 8, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries" }, { "Id": 1668, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 9, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries" }, { "Id": 1669, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 10, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries" }, { "Id": 1670, - "CommandName": "Set-PnPSiteVersionPolicy", "Rank": 11, + "CommandName": "Set-PnPSiteVersionPolicy", "Command": "Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries" }, { "Id": 1671, - "CommandName": "Set-PnPStorageEntity", "Rank": 1, + "CommandName": "Set-PnPStorageEntity", "Command": "Set-PnPStorageEntity -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Id": 1672, - "CommandName": "Set-PnPStorageEntity", "Rank": 2, + "CommandName": "Set-PnPStorageEntity", "Command": "Set-PnPStorageEntity -Scope Site -Key MyKey -Value \"MyValue\" -Comment \"My Comment\" -Description \"My Description\"" }, { "Id": 1673, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 1, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $true -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 1674, - "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheSiteState", "Command": "Set-PnPStructuralNavigationCacheSiteState -IsEnabled $false -SiteUrl \"https://contoso.sharepoint.com/sites/product/\"" }, { "Id": 1675, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 1, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $true -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 1676, - "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Rank": 2, + "CommandName": "Set-PnPStructuralNavigationCacheWebState", "Command": "Set-PnPStructuralNavigationCacheWebState -IsEnabled $false -WebUrl \"https://contoso.sharepoint.com/sites/product/electronics\"" }, { "Id": 1677, - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 1, + "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermId 863b832b-6818-4e6a-966d-2d3ee057931c" }, { "Id": 1678, - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 2, + "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -TermPath 'CORPORATE|DEPARTMENTS|HR'" }, { "Id": 1679, - "CommandName": "Set-PnPTaxonomyFieldValue", "Rank": 3, + "CommandName": "Set-PnPTaxonomyFieldValue", "Command": "Set-PnPTaxonomyFieldValue -ListItem $item -InternalFieldName 'Department' -Terms @{\"TermId1\"=\"Label1\";\"TermId2\"=\"Label2\"}" }, { "Id": 1680, - "CommandName": "Set-PnPTeamifyPromptHidden", "Rank": 1, + "CommandName": "Set-PnPTeamifyPromptHidden", "Command": "Set-PnPTeamifyPromptHidden" }, { "Id": 1681, - "CommandName": "Set-PnPTeamsChannel", "Rank": 1, + "CommandName": "Set-PnPTeamsChannel", "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\"" }, { "Id": 1682, - "CommandName": "Set-PnPTeamsChannel", "Rank": 2, + "CommandName": "Set-PnPTeamsChannel", "Command": "Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true" }, { "Id": 1683, - "CommandName": "Set-PnpTeamsChannelUser", "Rank": 1, + "CommandName": "Set-PnpTeamsChannelUser", "Command": "Set-PnPTeamsChannelUser -Team 4efdf392-8225-4763-9e7f-4edeb7f721aa -Channel \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -Identity MCMjMiMjMDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAwIyMxOTowMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMEB0aHJlYWQuc2t5cGUjIzAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMA== -Role Owner" }, { "Id": 1684, - "CommandName": "Set-PnpTeamsChannelUser", "Rank": 2, + "CommandName": "Set-PnpTeamsChannelUser", "Command": "Set-PnPTeamsChannelUser -Team \"My Team\" -Channel \"My Private Channel\" -Identity john@doe.com -Role Member" }, { "Id": 1685, - "CommandName": "Set-PnPTeamsTab", "Rank": 1, + "CommandName": "Set-PnPTeamsTab", "Command": "Set-PnPTeamsTab -Team \"MyTeam\" -Channel \"My Channel\" -Identity \"Wiki\" -DisplayName \"Channel Wiki\"" }, { "Id": 1686, - "CommandName": "Set-PnPTeamsTag", "Rank": 1, + "CommandName": "Set-PnPTeamsTag", "Command": "Set-PnPTeamsTag -Team 5beb63c5-0571-499e-94d5-3279fdd9b6b5 -Identity \"ZmY1ZjdmMjctZDhiNy00MWRkLTk2ZDQtYzcyYmVhMWIwOGYxIyM3ZTVhNGRmZS1kNWNlLTRkOTAtODM4MC04ZDIxM2FkYzYzOGIjI3RiVlVpR01rcg==\" -DisplayName \"Updated Tag\"" }, { "Id": 1687, - "CommandName": "Set-PnPTeamsTeam", "Rank": 1, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity 'MyTeam' -DisplayName 'My Team'" }, { "Id": 1688, - "CommandName": "Set-PnPTeamsTeam", "Rank": 2, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"baba9192-55be-488a-9fb7-2e2e76edbef2\" -Visibility Public" }, { "Id": 1689, - "CommandName": "Set-PnPTeamsTeam", "Rank": 3, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -AllowTeamMentions $false -AllowChannelMentions $true -AllowDeleteChannels $false" }, { "Id": 1690, - "CommandName": "Set-PnPTeamsTeam", "Rank": 4, + "CommandName": "Set-PnPTeamsTeam", "Command": "Set-PnPTeamsTeam -Identity \"My Team\" -GiphyContentRating Moderate" }, { "Id": 1691, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 1, + "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true" }, { "Id": 1692, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 2, + "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $false" }, { "Id": 1693, - "CommandName": "Set-PnPTeamsTeamArchivedState", "Rank": 3, + "CommandName": "Set-PnPTeamsTeamArchivedState", "Command": "Set-PnPTeamsTeamArchivedState -Identity \"My Team\" -Archived $true -SetSiteReadOnlyForMembers $true" }, { "Id": 1694, - "CommandName": "Set-PnPTeamsTeamPicture", "Rank": 1, + "CommandName": "Set-PnPTeamsTeamPicture", "Command": "Set-PnPTeamsTeamPicture -Team \"MyTeam\" -Path \"c:\\myimage.jpg\"" }, { "Id": 1695, - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 1, + "CommandName": "Set-PnPTemporarilyDisableAppBar", "Command": "Set-PnPTemporarilyDisableAppBar $true" }, { "Id": 1696, - "CommandName": "Set-PnPTemporarilyDisableAppBar", "Rank": 2, + "CommandName": "Set-PnPTemporarilyDisableAppBar", "Command": "Set-PnPTemporarilyDisableAppBar $false" }, { "Id": 1697, - "CommandName": "Set-PnPTenant", "Rank": 1, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/team1\" -LockState NoAccess\r ; Set-PnPTenant -NoAccessRedirectUrl \"http://www.contoso.com\"" }, { "Id": 1698, - "CommandName": "Set-PnPTenant", "Rank": 2, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -ShowEveryoneExceptExternalUsersClaim $false" }, { "Id": 1699, - "CommandName": "Set-PnPTenant", "Rank": 3, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -ShowAllUsersClaim $false" }, { "Id": 1700, - "CommandName": "Set-PnPTenant", "Rank": 4, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -UsePersistentCookiesForExplorerView $true" }, { "Id": 1701, - "CommandName": "Set-PnPTenant", "Rank": 5, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {c:0o.c|federateddirectoryclaimprovider|ee0f40fc-b2f7-45c7-b62d-11b90dd2ea8e}" }, { "Id": 1702, - "CommandName": "Set-PnPTenant", "Rank": 6, + "CommandName": "Set-PnPTenant", "Command": "Set-PnPTenant -GuestSharingGroupAllowListInTenantByPrincipalIdentity {}" }, { "Id": 1703, - "CommandName": "Set-PnPTenantAppCatalogUrl", "Rank": 1, + "CommandName": "Set-PnPTenantAppCatalogUrl", "Command": "Set-PnPTenantAppCatalogUrl -Url \"https://yourtenant.sharepoint.com/sites/appcatalog\"" }, { "Id": 1704, - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 1, + "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true" }, { "Id": 1705, - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 2, + "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Private -Enable $false" }, { "Id": 1706, - "CommandName": "Set-PnPTenantCdnEnabled", "Rank": 3, + "CommandName": "Set-PnPTenantCdnEnabled", "Command": "Set-PnPTenantCdnEnabled -CdnType Public -Enable $true -NoDefaultOrigins" }, { "Id": 1707, - "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 1, + "CommandName": "Set-PnPTenantCdnPolicy", "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType IncludeFileExtensions -PolicyValue \"CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF\"" }, { "Id": 1708, - "CommandName": "Set-PnPTenantCdnPolicy", "Rank": 2, + "CommandName": "Set-PnPTenantCdnPolicy", "Command": "Set-PnPTenantCdnPolicy -CdnType Public -PolicyType ExcludeRestrictedSiteClassifications -PolicyValue \"Confidential,Restricted\"" }, { "Id": 1709, - "CommandName": "Set-PnPTenantPronounsSetting", "Rank": 1, + "CommandName": "Set-PnPTenantPronounsSetting", "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$true" }, { "Id": 1710, - "CommandName": "Set-PnPTenantPronounsSetting", "Rank": 2, + "CommandName": "Set-PnPTenantPronounsSetting", "Command": "Set-PnPTenantPronounsSetting -IsEnabledInOrganization:$false" }, { "Id": 1711, - "CommandName": "Set-PnPTenantRestrictedSearchMode", "Rank": 1, + "CommandName": "Set-PnPTenantRestrictedSearchMode", "Command": "Set-PnPTenantRestrictedSearchMode -Mode Enabled" }, { "Id": 1712, - "CommandName": "Set-PnPTenantRestrictedSearchMode", "Rank": 2, + "CommandName": "Set-PnPTenantRestrictedSearchMode", "Command": "Set-PnPTenantRestrictedSearchMode -Mode Disabled" }, { "Id": 1713, - "CommandName": "Set-PnPTenantSite", "Rank": 1, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -SharingCapability Disabled" }, { "Id": 1714, - "CommandName": "Set-PnPTenantSite", "Rank": 2, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com\" -Title \"Contoso Website\" -StorageWarningLevel 8000 -StorageMaximumLevel 10000" }, { "Id": 1715, - "CommandName": "Set-PnPTenantSite", "Rank": 3, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners \"user@contoso.onmicrosoft.com\"" }, { "Id": 1716, - "CommandName": "Set-PnPTenantSite", "Rank": 4, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -Owners @(\"user1@contoso.onmicrosoft.com\", \"user2@contoso.onmicrosoft.com\")" }, { "Id": 1717, - "CommandName": "Set-PnPTenantSite", "Rank": 5, + "CommandName": "Set-PnPTenantSite", "Command": "Set-PnPTenantSite -Identity \"https://contoso.sharepoint.com/sites/sales\" -DenyAddAndCustomizePages:$false" }, { "Id": 1718, - "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 1, + "CommandName": "Set-PnPTenantSyncClientRestriction", "Command": "Set-PnPTenantSyncClientRestriction -BlockMacSync:$false" }, { "Id": 1719, - "CommandName": "Set-PnPTenantSyncClientRestriction", "Rank": 2, + "CommandName": "Set-PnPTenantSyncClientRestriction", "Command": "Set-PnPTenantSyncClientRestriction -ExcludedFileExtensions \"pptx;docx;xlsx\"" }, { "Id": 1720, - "CommandName": "Set-PnPTerm", "Rank": 1, + "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity 3d9e60e8-d89c-4cd4-af61-a010cf93b380 -Name \"New Name\"" }, { "Id": 1721, - "CommandName": "Set-PnPTerm", "Rank": 2, + "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1722, - "CommandName": "Set-PnPTerm", "Rank": 3, + "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Name \"Finance\" -DeleteAllCustomProperties -CustomProperties @{\"IsCorporate\"=\"True\"}" }, { "Id": 1723, - "CommandName": "Set-PnPTerm", "Rank": 4, + "CommandName": "Set-PnPTerm", "Command": "Set-PnPTerm -Identity \"Marketing\" -TermSet \"Departments\" -TermGroup \"Corporate\" -Deprecated $true" }, { "Id": 1724, - "CommandName": "Set-PnPTermGroup", "Rank": 1, + "CommandName": "Set-PnPTermGroup", "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\"" }, { "Id": 1725, - "CommandName": "Set-PnPTermGroup", "Rank": 2, + "CommandName": "Set-PnPTermGroup", "Command": "Set-PnPTermGroup -Identity \"Departments\" -Name \"Company Units\" -Contributors @(\"i:0#.f|membership|pradeepg@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|adelev@gautamdev.onmicrosoft.com\") -Managers @(\"i:0#.f|membership|alexw@gautamdev.onmicrosoft.com\",\"i:0#.f|membership|diegos@gautamdev.onmicrosoft.com\")" }, { "Id": 1726, - "CommandName": "Set-PnPTermSet", "Rank": 1, + "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -Name \"Business Units\"" }, { "Id": 1727, - "CommandName": "Set-PnPTermSet", "Rank": 2, + "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -UseForSiteNavigation $true" }, { "Id": 1728, - "CommandName": "Set-PnPTermSet", "Rank": 3, + "CommandName": "Set-PnPTermSet", "Command": "Set-PnPTermSet -Identity \"Departments\" -TermGroup \"Corporate\" -IsAvailableForTagging $false" }, { "Id": 1729, - "CommandName": "Set-PnPTheme", "Rank": 1, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme" }, { "Id": 1730, - "CommandName": "Set-PnPTheme", "Rank": 2, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor" }, { "Id": 1731, - "CommandName": "Set-PnPTheme", "Rank": 3, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png'" }, { "Id": 1732, - "CommandName": "Set-PnPTheme", "Rank": 4, + "CommandName": "Set-PnPTheme", "Command": "Set-PnPTheme -ColorPaletteUrl _catalogs/theme/15/company.spcolor -BackgroundImageUrl 'style library/background.png' -ResetSubwebsToInherit" }, { "Id": 1733, - "CommandName": "Set-PnPUserOneDriveQuota", "Rank": 1, + "CommandName": "Set-PnPUserOneDriveQuota", "Command": "Set-PnPUserOneDriveQuota -Account 'user@domain.com' -Quota 5368709120 -QuotaWarning 4831838208" }, { "Id": 1734, - "CommandName": "Set-PnPUserProfilePhoto", "Rank": 1, + "CommandName": "Set-PnPUserProfilePhoto", "Command": "Set-PnPUserProfilePhoto -Identity \"john@contoso.onmicrosoft.com\" -Path \"c:\\myimage.jpg\"" }, { "Id": 1735, - "CommandName": "Set-PnPUserProfileProperty", "Rank": 1, + "CommandName": "Set-PnPUserProfileProperty", "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'SPS-Location' -Value 'Stockholm'" }, { "Id": 1736, - "CommandName": "Set-PnPUserProfileProperty", "Rank": 2, + "CommandName": "Set-PnPUserProfileProperty", "Command": "Set-PnPUserProfileProperty -Account 'john@domain.com' -Property 'MyProperty' -Values 'Value 1','Value 2'" }, { "Id": 1737, - "CommandName": "Set-PnPView", "Rank": 1, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Tasks\" -Identity \"All Tasks\" -Values @{JSLink=\"hierarchytaskslist.js|customrendering.js\";Title=\"My view\"}" }, { "Id": 1738, - "CommandName": "Set-PnPView", "Rank": 2, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\"" }, { "Id": 1739, - "CommandName": "Set-PnPView", "Rank": 3, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Corporate Documents\" -Fields \"Title\",\"Created\" -Aggregations \"\"" }, { "Id": 1740, - "CommandName": "Set-PnPView", "Rank": 4, + "CommandName": "Set-PnPView", "Command": "Set-PnPView -List \"Documents\" -Identity \"Dept Documents\" -Fields \"Title,\"Created\" -Values @{Paged=$true;RowLimit=[UInt32]\"100\"}" }, { "Id": 1741, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 1, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4 -CardSize Large -PropertiesJSON $myProperties" }, { "Id": 1742, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 2, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -Title \"Update title\" -Description \"Update Description\"" }, { "Id": 1743, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 3, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -IconProperty \"https://cdn.hubblecontent.osi.office.net/m365content/publish/002f8bf9-b8ee-4689-ae97-e411b756099d/691108002.jpg\" -Order 4" }, { "Id": 1744, - "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Rank": 4, + "CommandName": "Set-PnPVivaConnectionsDashboardACE", "Command": "Set-PnPVivaConnectionsDashboardACE -Identity \"58108715-185e-4214-8786-01218e7ab9ef\" -CardSize Large" }, { "Id": 1745, - "CommandName": "Set-PnPVivaEngageCommunity", "Rank": 1, + "CommandName": "Set-PnPVivaEngageCommunity", "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\"" }, { "Id": 1746, - "CommandName": "Set-PnPVivaEngageCommunity", "Rank": 2, + "CommandName": "Set-PnPVivaEngageCommunity", "Command": "Set-PnPVivaEngageCommunity -Identity \"eyJfdHlwZSI6Ikdyb3VwIiwiaWQiOiIyMTI0ODA3MTI3MDQifQ\" -DisplayName \"New Viva Community\" -Description \"Updated description\" -Privacy Private" }, { "Id": 1747, - "CommandName": "Set-PnPWeb", "Rank": 1, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -CommentsOnSitePagesDisabled:$true" }, { "Id": 1748, - "CommandName": "Set-PnPWeb", "Rank": 2, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -QuickLaunchEnabled:$false" }, { "Id": 1749, - "CommandName": "Set-PnPWeb", "Rank": 3, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact" }, { "Id": 1750, - "CommandName": "Set-PnPWeb", "Rank": 4, + "CommandName": "Set-PnPWeb", "Command": "Set-PnPWeb -NoCrawl:$true" }, { "Id": 1751, - "CommandName": "Set-PnPWebHeader", "Rank": 1, + "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -HeaderBackgroundImageUrl \"/sites/hrdepartment/siteassets/background.png\" -HeaderLayout Extended" }, { "Id": 1752, - "CommandName": "Set-PnPWebHeader", "Rank": 2, + "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -HeaderEmphasis Strong" }, { "Id": 1753, - "CommandName": "Set-PnPWebHeader", "Rank": 3, + "CommandName": "Set-PnPWebHeader", "Command": "Set-PnPWebHeader -LogoAlignment Middle" }, { "Id": 1754, - "CommandName": "Set-PnPWebhookSubscription", "Rank": 1, + "CommandName": "Set-PnPWebhookSubscription", "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook" }, { "Id": 1755, - "CommandName": "Set-PnPWebhookSubscription", "Rank": 2, + "CommandName": "Set-PnPWebhookSubscription", "Command": "Set-PnPWebhookSubscription -List MyList -Subscription ea1533a8-ff03-415b-a7b6-517ee50db8b6 -NotificationUrl https://my-func.azurewebsites.net/webhook -ExpirationDate \"2017-09-01\"" }, { "Id": 1756, - "CommandName": "Set-PnPWebPartProperty", "Rank": 1, + "CommandName": "Set-PnPWebPartProperty", "Command": "Set-PnPWebPartProperty -ServerRelativePageUrl /sites/demo/sitepages/home.aspx -Identity ccd2c98a-c9ae-483b-ae72-19992d583914 -Key \"Title\" -Value \"New Title\"" }, { "Id": 1757, - "CommandName": "Set-PnPWebPermission", "Rank": 1, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Id": 1758, - "CommandName": "Set-PnPWebPermission", "Rank": 2, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -Group \"Project Managers\" -AddRole \"Contribute\"" }, { "Id": 1759, - "CommandName": "Set-PnPWebPermission", "Rank": 3, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -Identity projectA -User \"user@contoso.com\" -AddRole \"Contribute\"" }, { "Id": 1760, - "CommandName": "Set-PnPWebPermission", "Rank": 4, + "CommandName": "Set-PnPWebPermission", "Command": "Set-PnPWebPermission -User \"user@contoso.com\" -AddRole \"Custom Role 1\",\"Custom Role 2\"" }, { "Id": 1761, - "CommandName": "Set-PnPWebTheme", "Rank": 1, + "CommandName": "Set-PnPWebTheme", "Command": "Set-PnPWebTheme -Theme MyTheme" }, { "Id": 1762, - "CommandName": "Set-PnPWebTheme", "Rank": 2, + "CommandName": "Set-PnPWebTheme", "Command": "Set-PnPWebTheme -Theme \"MyCompanyTheme\" -WebUrl https://contoso.sharepoint.com/sites/MyWeb" }, { "Id": 1763, - "CommandName": "Set-PnPWikiPageContent", "Rank": 1, + "CommandName": "Set-PnPWikiPageContent", "Command": "Set-PnPWikiPageContent -ServerRelativePageUrl /sites/PnPWikiCollection/SitePages/OurWikiPage.aspx -Path .\\sampleblog.html" }, { "Id": 1764, - "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Rank": 1, + "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Command": "Start-PnPEnterpriseAppInsightsReport" }, { "Id": 1765, - "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Rank": 2, + "CommandName": "Start-PnPEnterpriseAppInsightsReport", "Command": "Start-PnPEnterpriseAppInsightsReport 28" }, { "Id": 1766, - "CommandName": "Start-PnPTraceLog", "Rank": 1, + "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt" }, { "Id": 1767, - "CommandName": "Start-PnPTraceLog", "Rank": 2, + "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -Path ./TraceOutput.txt -Level Debug" }, { "Id": 1768, - "CommandName": "Start-PnPTraceLog", "Rank": 3, + "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -WriteToConsole -WriteToLogStream -Level Debug" }, { "Id": 1769, - "CommandName": "Start-PnPTraceLog", "Rank": 4, + "CommandName": "Start-PnPTraceLog", "Command": "Start-PnPTraceLog -WriteToConsole -Level Debug" }, { "Id": 1770, - "CommandName": "Stop-PnPFlowRun", "Rank": 1, + "CommandName": "Stop-PnPFlowRun", "Command": "Stop-PnPFlowRun -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230" }, { "Id": 1771, - "CommandName": "Stop-PnPFlowRun", "Rank": 2, + "CommandName": "Stop-PnPFlowRun", "Command": "Stop-PnPFlowRun -Environment (Get-PnPPowerPlatformEnvironment -Identity \"myenvironment\") -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 -Force" }, { "Id": 1772, - "CommandName": "Stop-PnPTraceLog", "Rank": 1, + "CommandName": "Stop-PnPTraceLog", "Command": "Stop-PnPTraceLog" }, { "Id": 1773, - "CommandName": "Stop-PnPTraceLog", "Rank": 2, + "CommandName": "Stop-PnPTraceLog", "Command": "Stop-PnPTraceLog -StopFileLogging -StopConsoleLogging" }, { "Id": 1774, - "CommandName": "Submit-PnPSearchQuery", "Rank": 1, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"finance\"" }, { "Id": 1775, - "CommandName": "Submit-PnPSearchQuery", "Rank": 2, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -MaxResults 10" }, { "Id": 1776, - "CommandName": "Submit-PnPSearchQuery", "Rank": 3, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -All" }, { "Id": 1777, - "CommandName": "Submit-PnPSearchQuery", "Rank": 4, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"Title:Intranet*\" -Refiners \"contentclass,FileType(filter=6/0/*)\"" }, { "Id": 1778, - "CommandName": "Submit-PnPSearchQuery", "Rank": 5, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SelectProperties ComplianceTag,InformationProtectionLabelId -All" }, { "Id": 1779, - "CommandName": "Submit-PnPSearchQuery", "Rank": 6, + "CommandName": "Submit-PnPSearchQuery", "Command": "Submit-PnPSearchQuery -Query \"contentclass:STS_ListItem_DocumentLibrary\" -SortList @{\"filename\" = \"ascending\"} -All" }, { "Id": 1780, - "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 1, + "CommandName": "Submit-PnPTeamsChannelMessage", "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A new message\"" }, { "Id": 1781, - "CommandName": "Submit-PnPTeamsChannelMessage", "Rank": 2, + "CommandName": "Submit-PnPTeamsChannelMessage", "Command": "Submit-PnPTeamsChannelMessage -Team MyTestTeam -Channel \"My Channel\" -Message \"A bold new message\" -ContentType Html" }, { "Id": 1782, - "CommandName": "Sync-PnPAppToTeams", "Rank": 1, + "CommandName": "Sync-PnPAppToTeams", "Command": "Sync-PnPAppToTeams -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1783, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 1, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"HomePhone\"=\"phone\";\"CustomProperty\"=\"DisplayName\"}" }, { "Id": 1784, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 2, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\"" }, { "Id": 1785, - "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Rank": 3, + "CommandName": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory", "Command": "Sync-PnPSharePointUserProfilesFromAzureActiveDirectory -UserProfilePropertyMapping @{\"CostCenter\"=\"extension_b0b5aaa58a0a4287acd826c5b8330e48_CostCenter\"} -Folder \"User Profile Sync\\Jobs\" -Wait -Verbose" }, { "Id": 1786, - "CommandName": "Test-PnPListItemIsRecord", "Rank": 1, + "CommandName": "Test-PnPListItemIsRecord", "Command": "Test-PnPListItemIsRecord -List \"Documents\" -Identity 4" }, { "Id": 1787, - "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Rank": 1, + "CommandName": "Test-PnPMicrosoft365GroupAliasIsUsed", "Command": "Test-PnPMicrosoft365GroupAliasIsUsed -Alias \"MyGroup\"" }, { "Id": 1788, - "CommandName": "Test-PnPSite", "Rank": 1, + "CommandName": "Test-PnPSite", "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\"" }, { "Id": 1789, - "CommandName": "Test-PnPSite", "Rank": 2, + "CommandName": "Test-PnPSite", "Command": "Test-PnPSite -Identity \"https://contoso.sharepoint.com/sites/marketing\" -RuleID \"ee967197-ccbe-4c00-88e4-e6fab81145e1\"" }, { "Id": 1790, - "CommandName": "Test-PnPTenantTemplate", "Rank": 1, + "CommandName": "Test-PnPTenantTemplate", "Command": "Test-PnPTenantTemplate -Template $myTemplate" }, { "Id": 1791, - "CommandName": "Undo-PnPFileCheckedOut", "Rank": 1, + "CommandName": "Undo-PnPFileCheckedOut", "Command": "Undo-PnPFileCheckedOut -Url \"/sites/PnP/Shared Documents/Contract.docx\"" }, { "Id": 1792, - "CommandName": "Uninstall-PnPApp", "Rank": 1, + "CommandName": "Uninstall-PnPApp", "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1793, - "CommandName": "Uninstall-PnPApp", "Rank": 2, + "CommandName": "Uninstall-PnPApp", "Command": "Uninstall-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1794, - "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Rank": 1, + "CommandName": "Unlock-PnPSensitivityLabelEncryptedFile", "Command": "Unlock-PnPSensitivityLabelEncryptedFile -Url \"https://contoso.com/sites/Marketing/Shared Documents/Doc1.docx\" -JustificationText \"Need to access file\"" }, { "Id": 1795, - "CommandName": "Unpublish-PnPApp", "Rank": 1, + "CommandName": "Unpublish-PnPApp", "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1796, - "CommandName": "Unpublish-PnPApp", "Rank": 2, + "CommandName": "Unpublish-PnPApp", "Command": "Unpublish-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1797, - "CommandName": "Unpublish-PnPContentType", "Rank": 1, + "CommandName": "Unpublish-PnPContentType", "Command": "Unpublish-PnPContentType -ContentType 0x0101" }, { "Id": 1798, - "CommandName": "Unpublish-PnPSyntexModel", "Rank": 1, + "CommandName": "Unpublish-PnPSyntexModel", "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -ListWebUrl \"https://contoso.sharepoint.com/sites/finance\" -List \"Documents\"" }, { "Id": 1799, - "CommandName": "Unpublish-PnPSyntexModel", "Rank": 2, + "CommandName": "Unpublish-PnPSyntexModel", "Command": "Unpublish-PnPSyntexModel -Model \"Invoice model\" -TargetSiteUrl \"https://contoso.sharepoint.com/sites/finance\" -TargetWebServerRelativeUrl \"/sites/finance\" -TargetLibraryServerRelativeUrl \"/sites/finance/shared%20documents\" -Batch $batch" }, { "Id": 1800, - "CommandName": "Unregister-PnPHubSite", "Rank": 1, + "CommandName": "Unregister-PnPHubSite", "Command": "Unregister-PnPHubSite -Site \"https://tenant.sharepoint.com/sites/myhubsite\"" }, { "Id": 1801, - "CommandName": "Update-PnPApp", "Rank": 1, + "CommandName": "Update-PnPApp", "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe" }, { "Id": 1802, - "CommandName": "Update-PnPApp", "Rank": 2, + "CommandName": "Update-PnPApp", "Command": "Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe -Scope Site" }, { "Id": 1803, - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 1, + "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -Classifications \"HBI\",\"Top Secret\"" }, { "Id": 1804, - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 2, + "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -DefaultClassification \"LBI\"" }, { "Id": 1805, - "CommandName": "Update-PnPAvailableSiteClassification", "Rank": 3, + "CommandName": "Update-PnPAvailableSiteClassification", "Command": "Update-PnPAvailableSiteClassification -UsageGuidelinesUrl https://aka.ms/m365pnp" }, { "Id": 1806, - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 1, + "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll" }, { "Id": 1807, - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 2, + "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Identity \"Contoso Project\" -IncludeAll -Lists (\"/lists/Issue list\", \"Shared Documents)" }, { "Id": 1808, - "CommandName": "Update-PnPSiteDesignFromWeb", "Rank": 3, + "CommandName": "Update-PnPSiteDesignFromWeb", "Command": "Update-PnPSiteDesignFromWeb -Url https://contoso.sharepoint.com/sites/template -Identity \"Contoso Project\" -Lists \"/lists/Issue list\"" }, { "Id": 1809, - "CommandName": "Update-PnPTeamsApp", "Rank": 1, + "CommandName": "Update-PnPTeamsApp", "Command": "Update-PnPTeamsApp -Identity 4efdf392-8225-4763-9e7f-4edeb7f721aa -Path c:\\myapp.zip" }, { "Id": 1810, - "CommandName": "Update-PnPTeamsUser", "Rank": 1, + "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Owner" }, { "Id": 1811, - "CommandName": "Update-PnPTeamsUser", "Rank": 2, + "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team MyTeam -User john@doe.com -Role Member" }, { "Id": 1812, - "CommandName": "Update-PnPTeamsUser", "Rank": 3, + "CommandName": "Update-PnPTeamsUser", "Command": "Update-PnPTeamsUser -Team a0c0a395-4ba6-4fff-958a-000000506d18 -User john@doe.com -Role Member -Force" }, { "Id": 1813, - "CommandName": "Update-PnPTodoList", "Rank": 1, + "CommandName": "Update-PnPTodoList", "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -DisplayName \"Travel items\"" }, { "Id": 1814, - "CommandName": "Update-PnPTodoList", "Rank": 2, + "CommandName": "Update-PnPTodoList", "Command": "Update-PnPTodoList -Identity \"AAMkAGU4MGE1OTRiLTUzMGEtNDRjZi05ZmVmLWFiMTkyYmQxODRjOQAuAAAAAACQV8RStyZCQJ4ydzjIK5HmAQD2LFcxdwYMRqbupn47nEYYAASYG0vWAAA=\" -User john@doe.com -DisplayName \"Travel Items\"" }, { "Id": 1815, - "CommandName": "Update-PnPUserType", "Rank": 1, + "CommandName": "Update-PnPUserType", "Command": "Update-PnPUserType -LoginName jdoe@contoso.com" }, { "Id": 1816, - "CommandName": "Use-PnPBrandCenterFontPackage", "Rank": 1, + "CommandName": "Use-PnPBrandCenterFontPackage", "Command": "Use-PnPBrandCenterFontPackage -Identity \"2812cbd8-7176-4e45-8911-6a063f89a1f1\"" }, { "Id": 1817, - "CommandName": "Use-PnPBrandCenterFontPackage", "Rank": 2, + "CommandName": "Use-PnPBrandCenterFontPackage", "Command": "Use-PnPBrandCenterFontPackage -Identity \"My awesome font\" -Store Tenant" }, { "Id": 1818, - "CommandName": "Write-PnPTraceLog", "Rank": 1, + "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\"" }, { "Id": 1819, - "CommandName": "Write-PnPTraceLog", "Rank": 2, + "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\" -Level Warning" }, { "Id": 1820, - "CommandName": "Write-PnPTraceLog", "Rank": 3, + "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\" -Level Error -Source \"MyScript\"" }, { "Id": 1821, - "CommandName": "Write-PnPTraceLog", "Rank": 4, + "CommandName": "Write-PnPTraceLog", "Command": "Write-PnPTraceLog \"Hello World\" -Level Debug -Source \"MyScript\" -CorrelationId \"5a6206a0-6c83-4446-9d1b-38c14f93cb60\" -EllapsedMilliseconds 1000" } ] diff --git a/version.json b/version.json index 7bba55bfe..7cb8530be 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "3.1.126", - "Message": "" + "Message": "", + "Version": "3.1.127" } \ No newline at end of file diff --git a/version.txt b/version.txt index b67ed4d98..de4beac65 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.1.126 \ No newline at end of file +3.1.127 \ No newline at end of file From 9b9e03642ef440da99673f7408d831d215236992 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 22:18:27 +0200 Subject: [PATCH 58/78] Delete docker/README.md --- docker/README.md | 64 ------------------------------------------------ 1 file changed, 64 deletions(-) delete mode 100644 docker/README.md diff --git a/docker/README.md b/docker/README.md deleted file mode 100644 index ce675fc8f..000000000 --- a/docker/README.md +++ /dev/null @@ -1,64 +0,0 @@ -# Publish manually in Windows - -1. Set `DOCKER_USERNAME`, `DOCKER_ORG` and `DOCKER_PASSWORD` variables - -2. Run - -```powershell -$securedPassword = ConvertTo-SecureString $DOCKER_PASSWORD -AsPlainText -Force -./docker/Publish-UnpublishedImage.ps1 PnP.PowerShell $DOCKER_USERNAME $DOCKER_ORG powershell $securedPassword "ContainerAdministrator" $true "nanoserver-1809" -``` - -# Publish manually in Linux - -1. Set `DOCKER_USERNAME`, `DOCKER_ORG` and `DOCKER_PASSWORD` variables - -2. Run - -```powershell -$securedPassword = ConvertTo-SecureString $DOCKER_PASSWORD -AsPlainText -Force -./docker/Publish-UnpublishedImage.ps1 PnP.PowerShell $DOCKER_USERNAME $DOCKER_ORG powershell $securedPassword $false "root" "alpine-3.16.5" -``` - -# Publish with prereleases manually in Windows - -1. Set `DOCKER_USERNAME`, `DOCKER_ORG` and `DOCKER_PASSWORD` variables - -2. Run - -```PowerShell -$VERSION="$(cat ./version.txt)-nightly" -docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=nanoserver-ltsc2022" --build-arg "INSTALL_USER=ContainerAdministrator" --build-arg "SKIP_PUBLISHER_CHECK=True" ./docker -f ./docker/pnppowershell.dockerFile --tag "$DOCKER_ORG/powershell:$VERSION-nanoserver-ltsc2022"; -$VERSION="$(cat ./version.txt)-nightly" -docker login -u $DOCKER_USERNAME -p "$DOCKER_PASSWORD" -docker push "$DOCKER_ORG/powershell:$VERSION-nanoserver-ltsc2022" -``` - -or - -```PowerShell -$VERSION="$(cat ./version.txt)-nightly" -docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=nanoserver-1809" --build-arg "INSTALL_USER=ContainerAdministrator" --build-arg "SKIP_PUBLISHER_CHECK=True" ./docker -f ./docker/pnppowershell.dockerFile --tag "$DOCKER_ORG/powershell:$VERSION-nanoserver-1809"; -$VERSION="$(cat ./version.txt)-nightly" -docker login -u $DOCKER_USERNAME -p "$DOCKER_PASSWORD" -docker push "$DOCKER_ORG/powershell:$VERSION-nanoserver-1809" -``` - -# Publish with prereleases manually in Linux - -1. Set `DOCKER_USERNAME`, `DOCKER_ORG` and `DOCKER_PASSWORD` variables - -2. Run - -```bash -VERSION=$(cat ./version.txt)-nightly -docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=alpine-3.16.5" --build-arg "INSTALL_USER=root" --build-arg "SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag $DOCKER_ORG/powershell:$VERSION-alpine-3.16.5; -docker image tag $DOCKER_ORG/powershell:$VERSION-alpine-3.16.5 $DOCKER_ORG/powershell:nightly -docker login -u $DOCKER_USERNAME -p "$DOCKER_PASSWORD" -docker push $DOCKER_ORG/powershell:$VERSION-alpine-3.16.5 -docker push $DOCKER_ORG/powershell:nightly -``` - -# Publish automatically with Github Actions - -Set `DOCKER_USERNAME`, `DOCKER_ORG` and `DOCKER_PASSWORD` variables in Github Actions Secrets From 6b8dfc40ed06560c15953226df521d3376ed9df7 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 22:19:00 +0200 Subject: [PATCH 59/78] Delete docker/pnppowershell.dockerFile --- docker/pnppowershell.dockerFile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docker/pnppowershell.dockerFile diff --git a/docker/pnppowershell.dockerFile b/docker/pnppowershell.dockerFile deleted file mode 100644 index 0b513d87d..000000000 --- a/docker/pnppowershell.dockerFile +++ /dev/null @@ -1,15 +0,0 @@ -ARG BASE_IMAGE_SUFFIX=alpine-3.20 -ARG BASE_IMAGE=mcr.microsoft.com/powershell:$BASE_IMAGE_SUFFIX -FROM $BASE_IMAGE - -SHELL ["pwsh", "-command"] -ARG INSTALL_USER=ContainerAdministrator -USER $INSTALL_USER -ARG PNP_MODULE_VERSION -ARG SKIP_PUBLISHER_CHECK=TRUE -RUN if ( $env:SKIP_PUBLISHER_CHECK -eq $true ) { \ - Write-Host "SKIP_PUBLISHER_CHECK"; \ - Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_MODULE_VERSION -Force -AllowPrerelease -Scope AllUsers -SkipPublisherCheck; \ - } else { \ - Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_MODULE_VERSION -Force -AllowPrerelease -Scope AllUsers; \ - } From a8e2f68eabd89aa986e712603bf0200815bdc238 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 22:34:53 +0200 Subject: [PATCH 60/78] Update docker.md --- pages/articles/docker.md | 49 +++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 28 deletions(-) diff --git a/pages/articles/docker.md b/pages/articles/docker.md index d0c56abc2..3d8fefe2b 100644 --- a/pages/articles/docker.md +++ b/pages/articles/docker.md @@ -4,7 +4,7 @@ Using Docker allows you to use any software inside virtual environments, without ![Using software in virtual environments, called containers](./../images/docker/dockercontainers.png) -The good news is that you will not even need to install PnP.PowerShell in containers by your own: PnP team is already publishing Docker container images for each supported and nightly release, [here](https://hub.docker.com/r/m365pnp/powershell). You will however need to install docker runtime. +The good news is that you will not even need to install PnP.PowerShell in containers by your own: the PnP team is already publishing Docker container images for each stable and nightly release, [here](https://hub.docker.com/r/m365pnp/powershell). You will however need to install docker runtime. If you use Windows, we would recommend you using Linux containers with help of WSL. Alternatively, even though it is not the most common way, you might want to run PnP.PowerShell in Windows containers. Mind you that some use cases might be limited when using Windows containers. If you use Mac OS or Linux, the easiest way is to use Linux containers. @@ -30,6 +30,15 @@ After that you can start running commands like `Connect-PnPOnline`. ## Installing Docker locally +- Windows: + + ```powershell + iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) + choco install -y docker-engine + ``` + + Or just download and install Docker manually from [here](https://www.docker.com/get-started/). + - Mac OS: 1. Install @@ -79,13 +88,6 @@ After that you can start running commands like `Connect-PnPOnline`. newgrp docker ``` -- Windows: - - ```powershell - iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) - choco install -y docker-engine - ``` - ## Using PnP.PowerShell Sometimes you want to run inline PnP.PowerShell commands. @@ -158,40 +160,31 @@ Please see [Docker documentation](https://docs.docker.com/engine/reference/run/) * latest: The latest stable image - * alpine-3.17 * `docker pull m365pnp/powershell` or `docker pull m365pnp/powershell:latest` ### Nightly * nightly: The latest nightly image - * alpine-3.20 * `docker pull m365pnp/powershell:nightly` ## Tag explanation Tags names mean the following: -`(-nightly)-` +`(-nightly)-` -Currently supported platforms: +Currently supported architectures: -* nanoserver-ltsc2022 (Windows 2022) -* nanoserver-1809 (Windows 2019) -* alpine-3.20 (Linux 64 bits) -* ubuntu-focal-arm32 (ARM 32 bits, i.e. Raspberry Pi < 4) -* azurelinux-3.0-arm64 (ARM 64 bits, i.e. Raspberry Pi >= 4) +* [windows-amd64](/pnp/powershell/blob/dev/docker/windows-amd64.dockerfile): Windows NanoServer LTSC 2025 64 bits +* [linux-arm64](/pnp/powershell/blob/dev/docker/linux-arm64.dockerfile): Linux Debian Bullseye Slim 64 bits for ARM devices (i.e. Raspberry Pi 4 or later) +* [linux-amd64](/pnp/powershell/blob/dev/docker/linux-amd64.dockerfile): Linux Debian Bullseye Slim 64 bits Tag name examples: -* 2.99.114-nightly-azurelinux-3.0-arm64 -* 2.99.112-nightly-alpine-3.20 -* 2.12.0-lts-alpine-3.17 -* 2.12.0-nanoserver-ltsc2022 -* 1.8.0-nanoserver-ltsc2022 -* 1.9.0-nanoserver-ltsc2022 -* 1.10.0-nanoserver-1809 -* 1.10.0-alpine-3.16.5 -* 1.10.26-nightly-nanoserver-ltsc2022 - -To find the version numbers please visit https://www.powershellgallery.com/packages/PnP.PowerShell or https://hub.docker.com/r/m365pnp/powershell/tags +* 3.1.127-nightly - auto picks the correct architecture with the 3.1.127 nightly build +* 3.1.127-nightly-windows-amd64 - forces the Windows 64 bit architecture with the 3.1.127 nightly build +* nightly - auto picks the correct architecture with the latest available nightly build +* latest - auto picks the correct architecture with the latest available stable build + +To find an overview of all the available tags please visit ttps://hub.docker.com/r/m365pnp/powershell/tags From 5cb4ebafe89c4e8bd4b036d235455e8d0c2f7658 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 22:49:08 +0200 Subject: [PATCH 61/78] Update docker.md --- pages/articles/docker.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/articles/docker.md b/pages/articles/docker.md index 3d8fefe2b..7bb30b97b 100644 --- a/pages/articles/docker.md +++ b/pages/articles/docker.md @@ -2,13 +2,19 @@ Using Docker allows you to use any software inside virtual environments, without having to install this software directly on your laptop or server. These virtual environments are containers, which might be imagined as lightweight virtual machines. Having their own virtual disks, memory and processes, containers are rationally isolated from your laptop operating system, providing you a great way of experimenting and using any version of PnP.PowerShell without installing it. -![Using software in virtual environments, called containers](./../images/docker/dockercontainers.png) +## Why should I run PnP PowerShell in Docker + +The main advantage of running PnP PowerShell in Docker containers is that you will always have the exact same environment in which your scripts run, guaranteed. This in contrary to when you run it directly within your operating system. Updates to the operation system, file structure, PowerShell version, the .NET Framework, security and system patches, they all can have an impact on the successfull execution of your script. With Docker you are guaranteed that every time you run your script, it runs in exactly the same environment as where you built and tested it, so you know it will always work. + +Another advantage is that it becomes easier to work with different versions of PnP PowerShell on one environment. Say you build and test a script with PnP PowerShell 2.12.0 and then schedule it to run unattended every night. Few month later you start on another project which you're going to base on PnP PowerShell 3.1.0 because you want to leverage some new features in that release. You ideally don't want to just upgrade to 3.1.0 and assume your 2.12.0 script will still work in it. Even more so because a new major version, going from 2.x to 3.x in this case, means there are likely breaking changes. In particular with this sample, the underlying .NET Framework has changed and the PowerShell 7 version it requires has changed. So you either have to thoroughly test and potentially rewrite all your older scripts, or, use Docker so you can keep running your 2.12.0 script in 2.12.0 with the appropriate .NET Framework version and PowerShell version you built it against, while writing, testing and eventually running your new script in 3.1.0 with the new .NET Framework, the new PowerShell 7 version, both on the same machine, with no conflicts and no risks. + +## How can I use it The good news is that you will not even need to install PnP.PowerShell in containers by your own: the PnP team is already publishing Docker container images for each stable and nightly release, [here](https://hub.docker.com/r/m365pnp/powershell). You will however need to install docker runtime. If you use Windows, we would recommend you using Linux containers with help of WSL. Alternatively, even though it is not the most common way, you might want to run PnP.PowerShell in Windows containers. Mind you that some use cases might be limited when using Windows containers. If you use Mac OS or Linux, the easiest way is to use Linux containers. -## Play with PnP.PowerShell online +### Play with PnP.PowerShell online You can try using m365pnp/powershell Docker containers online, without installing anything on your desktop/laptop. @@ -28,7 +34,7 @@ You can try using m365pnp/powershell Docker containers online, without installin After that you can start running commands like `Connect-PnPOnline`. -## Installing Docker locally +### Installing Docker locally - Windows: From b19f77ff5036f7d88bdcf4fbf832bb4525e4f7c6 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 22:50:23 +0200 Subject: [PATCH 62/78] Delete .github/workflows/release.yml --- .github/workflows/release.yml | 37 ----------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 66409c01b..000000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Release to Docker Hub - -on: - workflow_dispatch: - schedule: - - cron: '30 3 * * *' - -permissions: read-all - -jobs: - publish-docker-windows-2022: - runs-on: windows-2022 - steps: - - uses: actions/checkout@v4 - - name: Build and Publish All - shell: pwsh - run: | - $securedPassword = ConvertTo-SecureString "${{ secrets.DOCKER_PASSWORD }}" -AsPlainText -Force - ./docker/Publish-UnpublishedImage.ps1 PnP.PowerShell ${{ secrets.DOCKER_USERNAME }} ${{ secrets.DOCKER_ORG }} powershell $securedPassword "ContainerAdministrator" $true "lts-nanoserver-ltsc2022" - publish-docker-windows-2019: - runs-on: windows-2019 - steps: - - uses: actions/checkout@v4 - - name: Build and Publish All - shell: pwsh - run: | - $securedPassword = ConvertTo-SecureString "${{ secrets.DOCKER_PASSWORD }}" -AsPlainText -Force - ./docker/Publish-UnpublishedImage.ps1 PnP.PowerShell ${{ secrets.DOCKER_USERNAME }} ${{ secrets.DOCKER_ORG }} powershell $securedPassword "ContainerAdministrator" $true "lts-nanoserver-1809" - publish-docker-linux: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Build and Publish All - shell: pwsh - run: | - $securedPassword = ConvertTo-SecureString "${{ secrets.DOCKER_PASSWORD }}" -AsPlainText -Force - ./docker/Publish-UnpublishedImage.ps1 PnP.PowerShell ${{ secrets.DOCKER_USERNAME }} ${{ secrets.DOCKER_ORG }} powershell $securedPassword "root" $false "alpine-3.20" From 410c57979d4b65f0c9ceee1b8a15bf70685fedb2 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 22:52:15 +0200 Subject: [PATCH 63/78] Rename publishdockerimage.yml to nightlydockerimages.yml --- .../workflows/{publishdockerimage.yml => nightlydockerimages.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{publishdockerimage.yml => nightlydockerimages.yml} (100%) diff --git a/.github/workflows/publishdockerimage.yml b/.github/workflows/nightlydockerimages.yml similarity index 100% rename from .github/workflows/publishdockerimage.yml rename to .github/workflows/nightlydockerimages.yml From e52d14dc7da470e49853df063c01155b424f13eb Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 23:00:27 +0200 Subject: [PATCH 64/78] Create stabledockerimages.yml; --- .github/workflows/stabledockerimages.yml; | 89 +++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 .github/workflows/stabledockerimages.yml; diff --git a/.github/workflows/stabledockerimages.yml; b/.github/workflows/stabledockerimages.yml; new file mode 100644 index 000000000..379cdda46 --- /dev/null +++ b/.github/workflows/stabledockerimages.yml; @@ -0,0 +1,89 @@ +name: Stable Release to Docker Hub + +on: + workflow_dispatch: + +permissions: read-all + +jobs: + publish-docker-windows-amd64: + runs-on: windows-2025 + steps: + - name: Checkout main branch + uses: actions/checkout@v4 + with: + ref: main + - name: Build an image + run: | + $VERSION="$(cat ./version.txt)-stable" + docker build --platform windows/amd64 ./docker -f ./docker/windows-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 + - name: Push the image + run: | + $VERSION="$(cat ./version.txt)-stable" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64" + publish-docker-linux-arm32: + runs-on: ubuntu-22.04 + if: false + steps: + - uses: actions/checkout@v4 + - name: Build an image + run: | + VERSION="$(cat ./version.txt)-stable" + docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=ubuntu-22.04-arm32" --build-arg "INSTALL_USER=root" --build-arg "SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32; + - name: Push the image + run: | + VERSION="$(cat ./version.txt)-stable" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32" + publish-docker-linux-arm64: + runs-on: ubuntu-24.04-arm + steps: + - name: Checkout main branch + uses: actions/checkout@v4 + with: + ref: main + - name: Build an image + run: | + $VERSION="$(cat ./version.txt)-stable" + docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + - name: Push the image + run: | + VERSION="$(cat ./version.txt)-stable" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64" + publish-docker-linux-amd64: + runs-on: ubuntu-latest + steps: + - name: Checkout main branch + uses: actions/checkout@v4 + with: + ref: main + - name: Build an image + run: | + $VERSION="$(cat ./version.txt)-stable" + docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 + - name: Push the image + run: | + VERSION="$(cat ./version.txt)-stable" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" + publish-docker-manifest: + runs-on: ubuntu-latest + needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-amd64 ] + steps: + - uses: actions/checkout@v4 + - name: Publish manifest + run: | + VERSION="$(cat ./version.txt)-stable" + docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' + docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:$VERSION \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 + docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:$VERSION + docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:stable \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 + docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:stable From f0f3f42d3a2983c6b86d8375279265d102e29ba5 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 23:00:44 +0200 Subject: [PATCH 65/78] Rename stabledockerimages.yml; to stabledockerimages.yml --- .../workflows/{stabledockerimages.yml; => stabledockerimages.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{stabledockerimages.yml; => stabledockerimages.yml} (100%) diff --git a/.github/workflows/stabledockerimages.yml; b/.github/workflows/stabledockerimages.yml similarity index 100% rename from .github/workflows/stabledockerimages.yml; rename to .github/workflows/stabledockerimages.yml From 11c4a7a51c27a8743ac800957ca5826157e946c1 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 23:06:02 +0200 Subject: [PATCH 66/78] Update stabledockerimages.yml --- .github/workflows/stabledockerimages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stabledockerimages.yml b/.github/workflows/stabledockerimages.yml index 379cdda46..325c4eebe 100644 --- a/.github/workflows/stabledockerimages.yml +++ b/.github/workflows/stabledockerimages.yml @@ -19,7 +19,7 @@ jobs: docker build --platform windows/amd64 ./docker -f ./docker/windows-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 - name: Push the image run: | - $VERSION="$(cat ./version.txt)-stable" + VERSION="$(cat ./version.txt)-stable" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64" publish-docker-linux-arm32: @@ -45,7 +45,7 @@ jobs: ref: main - name: Build an image run: | - $VERSION="$(cat ./version.txt)-stable" + VERSION="$(cat ./version.txt)-stable" docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 - name: Push the image run: | @@ -61,7 +61,7 @@ jobs: ref: main - name: Build an image run: | - $VERSION="$(cat ./version.txt)-stable" + VERSION="$(cat ./version.txt)-stable" docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 - name: Push the image run: | From bf473296506bc562ba75c76c27b4061f5ef14b78 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 23:06:49 +0200 Subject: [PATCH 67/78] Update stabledockerimages.yml --- .github/workflows/stabledockerimages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stabledockerimages.yml b/.github/workflows/stabledockerimages.yml index 325c4eebe..e553a91ee 100644 --- a/.github/workflows/stabledockerimages.yml +++ b/.github/workflows/stabledockerimages.yml @@ -72,7 +72,10 @@ jobs: runs-on: ubuntu-latest needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-amd64 ] steps: - - uses: actions/checkout@v4 + - name: Checkout main branch + uses: actions/checkout@v4 + with: + ref: main - name: Publish manifest run: | VERSION="$(cat ./version.txt)-stable" From 660b4e8a0f7b0d71cb711e849341ffa251b65dba Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Wed, 20 Aug 2025 23:19:49 +0200 Subject: [PATCH 68/78] Bringing over Docker container definitions --- docker/linux-amd64.dockerfile | 5 ++++- docker/linux-arm64.dockerfile | 5 ++++- docker/windows-amd64.dockerfile | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/docker/linux-amd64.dockerfile b/docker/linux-amd64.dockerfile index 11c2912ca..308011fd9 100644 --- a/docker/linux-amd64.dockerfile +++ b/docker/linux-amd64.dockerfile @@ -1,6 +1,9 @@ # --platform linux/amd64 FROM debian:bullseye-slim +# Define build argument for the module version +ARG PNP_VERSION="" + # Install dependencies RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8 @@ -13,6 +16,6 @@ RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releas && ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh # Install PnP.PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" ENTRYPOINT ["pwsh"] diff --git a/docker/linux-arm64.dockerfile b/docker/linux-arm64.dockerfile index 5fd1ea62c..ada8d467c 100644 --- a/docker/linux-arm64.dockerfile +++ b/docker/linux-arm64.dockerfile @@ -1,6 +1,9 @@ # --platform linux/arm64/v8 FROM debian:bullseye-slim +# Define build argument for the module version +ARG PNP_VERSION="" + # Install dependencies RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8 @@ -13,6 +16,6 @@ RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releas && ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh # Install PnP.PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" ENTRYPOINT ["pwsh"] diff --git a/docker/windows-amd64.dockerfile b/docker/windows-amd64.dockerfile index 68ae6aaf4..80be8e72a 100644 --- a/docker/windows-amd64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -1,5 +1,8 @@ FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 +# Define build argument for the module version +ARG PNP_VERSION="" + RUN mkdir C:\\pwsh WORKDIR C:\\pwsh @@ -12,7 +15,7 @@ RUN del pwsh.zip ENV PATH="C:\\pwsh;${PATH}" # Install PnP PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -AllowPrerelease -SkipPublisherCheck -Force -Scope CurrentUser" +RUN pwsh -Command "Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope CurrentUser" # Start PowerShell CMD ["pwsh"] From c37daebe8351d2a4a6d2709bbc149528672b9d71 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 23:22:38 +0200 Subject: [PATCH 69/78] Update stabledockerimages.yml --- .github/workflows/stabledockerimages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stabledockerimages.yml b/.github/workflows/stabledockerimages.yml index e553a91ee..fc46e1c7b 100644 --- a/.github/workflows/stabledockerimages.yml +++ b/.github/workflows/stabledockerimages.yml @@ -16,10 +16,10 @@ jobs: - name: Build an image run: | $VERSION="$(cat ./version.txt)-stable" - docker build --platform windows/amd64 ./docker -f ./docker/windows-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 + docker build --build-arg PNP_VERSION=$VERSION --platform windows/amd64 ./docker -f ./docker/windows-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 - name: Push the image run: | - VERSION="$(cat ./version.txt)-stable" + $VERSION="$(cat ./version.txt)-stable" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64" publish-docker-linux-arm32: @@ -30,7 +30,7 @@ jobs: - name: Build an image run: | VERSION="$(cat ./version.txt)-stable" - docker build --build-arg "PNP_MODULE_VERSION=$VERSION" --build-arg "BASE_IMAGE_SUFFIX=ubuntu-22.04-arm32" --build-arg "INSTALL_USER=root" --build-arg "SKIP_PUBLISHER_CHECK=False" ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32; + docker build --build-arg PNP_VERSION=$VERSION ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32; - name: Push the image run: | VERSION="$(cat ./version.txt)-stable" @@ -46,7 +46,7 @@ jobs: - name: Build an image run: | VERSION="$(cat ./version.txt)-stable" - docker build --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + docker build --build-arg PNP_VERSION=$VERSION --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 - name: Push the image run: | VERSION="$(cat ./version.txt)-stable" @@ -62,7 +62,7 @@ jobs: - name: Build an image run: | VERSION="$(cat ./version.txt)-stable" - docker build --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 + docker build --build-arg PNP_VERSION=$VERSION --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 - name: Push the image run: | VERSION="$(cat ./version.txt)-stable" From ddb312eb16437f1d0ddf8a1c5540841e43a0bc69 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Wed, 20 Aug 2025 23:46:53 +0200 Subject: [PATCH 70/78] Update stabledockerimages.yml --- .github/workflows/stabledockerimages.yml | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/stabledockerimages.yml b/.github/workflows/stabledockerimages.yml index fc46e1c7b..5ef324586 100644 --- a/.github/workflows/stabledockerimages.yml +++ b/.github/workflows/stabledockerimages.yml @@ -15,13 +15,13 @@ jobs: ref: main - name: Build an image run: | - $VERSION="$(cat ./version.txt)-stable" - docker build --build-arg PNP_VERSION=$VERSION --platform windows/amd64 ./docker -f ./docker/windows-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 + $VERSION="$(cat ./version.txt)" + docker build --build-arg PNP_VERSION=$VERSION --platform windows/amd64 ./docker -f ./docker/windows-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-windows-amd64 - name: Push the image run: | - $VERSION="$(cat ./version.txt)-stable" + $VERSION="$(cat ./version.txt)" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-windows-amd64" publish-docker-linux-arm32: runs-on: ubuntu-22.04 if: false @@ -29,13 +29,13 @@ jobs: - uses: actions/checkout@v4 - name: Build an image run: | - VERSION="$(cat ./version.txt)-stable" - docker build --build-arg PNP_VERSION=$VERSION ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32; + VERSION="$(cat ./version.txt)" + docker build --build-arg PNP_VERSION=$VERSION ./docker -f ./docker/pnppowershell.dockerFile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-ubuntu-22.04-arm32; - name: Push the image run: | - VERSION="$(cat ./version.txt)-stable" + VERSION="$(cat ./version.txt)" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-ubuntu-22.04-arm32" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-ubuntu-22.04-arm32" publish-docker-linux-arm64: runs-on: ubuntu-24.04-arm steps: @@ -45,13 +45,13 @@ jobs: ref: main - name: Build an image run: | - VERSION="$(cat ./version.txt)-stable" - docker build --build-arg PNP_VERSION=$VERSION --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 + VERSION="$(cat ./version.txt)" + docker build --build-arg PNP_VERSION=$VERSION --platform linux/arm64/v8 ./docker -f ./docker/linux-arm64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-linux-arm64 - name: Push the image run: | - VERSION="$(cat ./version.txt)-stable" + VERSION="$(cat ./version.txt)" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-linux-arm64" publish-docker-linux-amd64: runs-on: ubuntu-latest steps: @@ -61,13 +61,13 @@ jobs: ref: main - name: Build an image run: | - VERSION="$(cat ./version.txt)-stable" - docker build --build-arg PNP_VERSION=$VERSION --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 + VERSION="$(cat ./version.txt)" + docker build --build-arg PNP_VERSION=$VERSION --platform linux/amd64 ./docker -f ./docker/linux-amd64.dockerfile --tag ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-linux-amd64 - name: Push the image run: | - VERSION="$(cat ./version.txt)-stable" + VERSION="$(cat ./version.txt)" docker login -u ${{ secrets.DOCKER_USERNAME }} -p '${{ secrets.DOCKER_PASSWORD }}' - docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64" + docker push "${{ secrets.DOCKER_ORG }}/powershell:$VERSION-stable-linux-amd64" publish-docker-manifest: runs-on: ubuntu-latest needs: [ publish-docker-linux-arm64, publish-docker-linux-amd64, publish-docker-windows-amd64 ] From f97ecd1f58c08e9b464a02fbc7db68807555ce62 Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Thu, 21 Aug 2025 00:05:30 +0200 Subject: [PATCH 71/78] Update docker.md --- pages/articles/docker.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/articles/docker.md b/pages/articles/docker.md index 7bb30b97b..341589134 100644 --- a/pages/articles/docker.md +++ b/pages/articles/docker.md @@ -178,7 +178,7 @@ Please see [Docker documentation](https://docs.docker.com/engine/reference/run/) Tags names mean the following: -`(-nightly)-` +`[-nightly/-stable]-` Currently supported architectures: @@ -188,9 +188,11 @@ Currently supported architectures: Tag name examples: -* 3.1.127-nightly - auto picks the correct architecture with the 3.1.127 nightly build -* 3.1.127-nightly-windows-amd64 - forces the Windows 64 bit architecture with the 3.1.127 nightly build * nightly - auto picks the correct architecture with the latest available nightly build * latest - auto picks the correct architecture with the latest available stable build +* 3.1.127-nightly - auto picks the correct architecture with the 3.1.127 nightly build +* 3.1.127-nightly-windows-amd64 - forces the Windows 64 bit architecture with the 3.1.127 nightly build +* 3.1.0-stable - auto picks the correct architecture with the 3.1.0 stable build +* 3.1.0-stable-linux-amd64 - forces the Linux 64 bit architecture with the 3.1.0 stable build To find an overview of all the available tags please visit ttps://hub.docker.com/r/m365pnp/powershell/tags From 2d94d14a1a26d384dd5f4db5fb45bd47836c405e Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Thu, 21 Aug 2025 00:09:30 +0200 Subject: [PATCH 72/78] Update stabledockerimages.yml --- .github/workflows/stabledockerimages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/stabledockerimages.yml b/.github/workflows/stabledockerimages.yml index 5ef324586..5631af429 100644 --- a/.github/workflows/stabledockerimages.yml +++ b/.github/workflows/stabledockerimages.yml @@ -90,3 +90,8 @@ jobs: --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:stable + docker manifest create ${{ secrets.DOCKER_ORG }}/powershell:latest \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-amd64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-linux-arm64 \ + --amend ${{ secrets.DOCKER_ORG }}/powershell:$VERSION-windows-amd64 + docker manifest push ${{ secrets.DOCKER_ORG }}/powershell:latest From cb4a0f8f5c8b9d4278ce994da151f440ff0da9dd Mon Sep 17 00:00:00 2001 From: Koen Zomers Date: Thu, 21 Aug 2025 00:14:53 +0200 Subject: [PATCH 73/78] Update docker.md --- pages/articles/docker.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/articles/docker.md b/pages/articles/docker.md index 341589134..a65806537 100644 --- a/pages/articles/docker.md +++ b/pages/articles/docker.md @@ -164,13 +164,13 @@ Please see [Docker documentation](https://docs.docker.com/engine/reference/run/) ### Latest -* latest: The latest stable image +* latest: The latest stable image (i.e. 3.1.0) - * `docker pull m365pnp/powershell` or `docker pull m365pnp/powershell:latest` + * `docker pull m365pnp/powershell:stable` or `docker pull m365pnp/powershell:latest` or even more simple just `docker pull m365pnp/powershell` ### Nightly -* nightly: The latest nightly image +* nightly: The latest nightly image (i.e. 3.1.127-nightly) * `docker pull m365pnp/powershell:nightly` @@ -189,7 +189,8 @@ Currently supported architectures: Tag name examples: * nightly - auto picks the correct architecture with the latest available nightly build -* latest - auto picks the correct architecture with the latest available stable build +* stable - auto picks the correct architecture with the latest available stable build (same as latest) +* latest - auto picks the correct architecture with the latest available stable build (same as stable) * 3.1.127-nightly - auto picks the correct architecture with the 3.1.127 nightly build * 3.1.127-nightly-windows-amd64 - forces the Windows 64 bit architecture with the 3.1.127 nightly build * 3.1.0-stable - auto picks the correct architecture with the 3.1.0 stable build From 9508feef281fa33f455765cd4d6409a1396258c7 Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Thu, 21 Aug 2025 00:17:00 +0200 Subject: [PATCH 74/78] Bringing over Docker container definitions --- docker/linux-amd64.dockerfile | 7 +++---- docker/linux-arm64.dockerfile | 7 +++---- docker/windows-amd64.dockerfile | 10 +++++----- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/docker/linux-amd64.dockerfile b/docker/linux-amd64.dockerfile index 308011fd9..864e353ec 100644 --- a/docker/linux-amd64.dockerfile +++ b/docker/linux-amd64.dockerfile @@ -1,9 +1,6 @@ # --platform linux/amd64 FROM debian:bullseye-slim -# Define build argument for the module version -ARG PNP_VERSION="" - # Install dependencies RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8 @@ -16,6 +13,8 @@ RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releas && ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh # Install PnP.PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" +SHELL ["pwsh", "-command"] +ARG PNP_VERSION +RUN Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck ENTRYPOINT ["pwsh"] diff --git a/docker/linux-arm64.dockerfile b/docker/linux-arm64.dockerfile index ada8d467c..e72d99c55 100644 --- a/docker/linux-arm64.dockerfile +++ b/docker/linux-arm64.dockerfile @@ -1,9 +1,6 @@ # --platform linux/arm64/v8 FROM debian:bullseye-slim -# Define build argument for the module version -ARG PNP_VERSION="" - # Install dependencies RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8 @@ -16,6 +13,8 @@ RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releas && ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh # Install PnP.PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck" +SHELL ["pwsh", "-command"] +ARG PNP_VERSION +RUN Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck ENTRYPOINT ["pwsh"] diff --git a/docker/windows-amd64.dockerfile b/docker/windows-amd64.dockerfile index 80be8e72a..b958bcdd5 100644 --- a/docker/windows-amd64.dockerfile +++ b/docker/windows-amd64.dockerfile @@ -1,8 +1,5 @@ FROM mcr.microsoft.com/windows/nanoserver:ltsc2025 -# Define build argument for the module version -ARG PNP_VERSION="" - RUN mkdir C:\\pwsh WORKDIR C:\\pwsh @@ -14,8 +11,11 @@ RUN del pwsh.zip # Add PowerShell to PATH ENV PATH="C:\\pwsh;${PATH}" -# Install PnP PowerShell module -RUN pwsh -Command "Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope CurrentUser" +# Install PnP.PowerShell module +SHELL ["pwsh", "-command"] +ARG PNP_VERSION +USER ContainerAdministrator +RUN Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force -Scope AllUsers -AllowPrerelease -SkipPublisherCheck # Start PowerShell CMD ["pwsh"] From 9f6529eb5947a5ff8675963842afd1eb9dfa81fc Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Thu, 21 Aug 2025 00:45:05 +0200 Subject: [PATCH 75/78] Fixing devicelogin not working on a desktopless Linux device --- documentation/Connect-PnPOnline.md | 2 +- src/Commands/Base/PnPConnection.cs | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/documentation/Connect-PnPOnline.md b/documentation/Connect-PnPOnline.md index 64cde55ac..5fd971abb 100644 --- a/documentation/Connect-PnPOnline.md +++ b/documentation/Connect-PnPOnline.md @@ -56,7 +56,7 @@ Connect-PnPOnline [-ReturnConnection] [-Url] [-CreateDrive] [-DriveName ### DeviceLogin ```powershell -Connect-PnPOnline [-ReturnConnection] [-Url] [-PersistLogin] [-CreateDrive] [-DriveName ] [-DeviceLogin] -Tenant +Connect-PnPOnline [-ReturnConnection] [-Url] [-PersistLogin] [-CreateDrive] [-DriveName ] -DeviceLogin -Tenant [-ClientId ] [-AzureEnvironment ] [-ValidateConnection] [-MicrosoftGraphEndPoint ] [-AzureADLoginEndPoint ] [-Connection ] diff --git a/src/Commands/Base/PnPConnection.cs b/src/Commands/Base/PnPConnection.cs index 4a8868eca..62b04cc04 100644 --- a/src/Commands/Base/PnPConnection.cs +++ b/src/Commands/Base/PnPConnection.cs @@ -286,15 +286,34 @@ internal static PnPConnection CreateWithDeviceLogin(string clientId, string url, } else { + var copiedToClipboard = true; try { ClipboardService.SetText(deviceCodeResult.UserCode); } catch { + copiedToClipboard = false; + } + + var browserOpened = true; + try + { + BrowserHelper.OpenBrowserForInteractiveLogin(deviceCodeResult.VerificationUrl, BrowserHelper.FindFreeLocalhostRedirectUri(), cancellationTokenSource); + } + catch + { + browserOpened = false; + } + + if (copiedToClipboard && browserOpened) + { + messageWriter.LogWarning($"\n\nCode {deviceCodeResult.UserCode} has been copied to your clipboard and a new tab in the browser has been opened. Please paste this code in there and proceed.\n\n"); + } + else + { + messageWriter.LogWarning($"\n\nOpen a browser, navigate to {deviceCodeResult.VerificationUrl} and authenticate using code {deviceCodeResult.UserCode} to proceed.\n\n"); } - messageWriter.LogWarning($"\n\nCode {deviceCodeResult.UserCode} has been copied to your clipboard and a new tab in the browser has been opened. Please paste this code in there and proceed.\n\n"); - BrowserHelper.OpenBrowserForInteractiveLogin(deviceCodeResult.VerificationUrl, BrowserHelper.FindFreeLocalhostRedirectUri(), cancellationTokenSource); } return Task.FromResult(0); From 030e4516af74d6f4bb72d5f2bed3660e5ee2517a Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Thu, 21 Aug 2025 00:50:11 +0200 Subject: [PATCH 76/78] Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3fb2c51..a8419e910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fix `Add/Publish/Unpublish/Remove-PnPApp` cmdlets to properly handle the issue in no-script sites. - Fix `Get-PnPHubSiteChild` cmdlet to handle vanity domains. [#4965](https://github.com/pnp/powershell/pull/4965) - Fix `Connect-PnPOnline` not working correctly with `-DeviceLogin` in Azure Cloud Shell. +- Fix `Connect-PnPOnline` not working correctly with `-DeviceLogin` in desktop-less environments, such as on a Raspberry Pi [#5058](https://github.com/pnp/powershell/pull/5058) ### Removed From 7223727e1e7acc5179a9e82684d788cdf72c578a Mon Sep 17 00:00:00 2001 From: Reshmee Auckloo Date: Mon, 28 Jul 2025 12:45:35 +0100 Subject: [PATCH 77/78] Error handling --- src/Commands/Admin/GetTenantRestrictedSearchMode.cs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/Commands/Admin/GetTenantRestrictedSearchMode.cs b/src/Commands/Admin/GetTenantRestrictedSearchMode.cs index 803d11e51..cddfbd54b 100644 --- a/src/Commands/Admin/GetTenantRestrictedSearchMode.cs +++ b/src/Commands/Admin/GetTenantRestrictedSearchMode.cs @@ -10,9 +10,16 @@ public class GetTenantRestrictedSearchMode : PnPSharePointOnlineAdminCmdlet { protected override void ExecuteCmdlet() { - var results = Tenant.GetSPORestrictedSearchMode(); - AdminContext.ExecuteQueryRetry(); - WriteObject(results, true); + try + { + var results = Tenant.GetSPORestrictedSearchMode(); + AdminContext.ExecuteQueryRetry(); + WriteObject(results, true); + } + catch + { + WriteObject("Restricted search mode is currently not set."); + } } } } From db56009cb4a96581604a4b0f1580fcfc1dcb5c5f Mon Sep 17 00:00:00 2001 From: KoenZomers Date: Thu, 21 Aug 2025 01:11:12 +0200 Subject: [PATCH 78/78] Adding changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8419e910..210d41633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fix `Get-PnPHubSiteChild` cmdlet to handle vanity domains. [#4965](https://github.com/pnp/powershell/pull/4965) - Fix `Connect-PnPOnline` not working correctly with `-DeviceLogin` in Azure Cloud Shell. - Fix `Connect-PnPOnline` not working correctly with `-DeviceLogin` in desktop-less environments, such as on a Raspberry Pi [#5058](https://github.com/pnp/powershell/pull/5058) +- Fix `Get-PnPTenantRestrictedSearchMode` throwing an error in some cases [#5042](https://github.com/pnp/powershell/pull/5042) ### Removed